/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/css/home/search.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 950px) {
    .col_list {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (max-width: 480px) {
    .col_list {
      margin: 0; } }

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 1.5625rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    .col_li {
      padding: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 1.25rem 0; } }

@media screen and (min-width: 951px) {
  .col_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px dotted #610395;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .col_link:focus:after {
    opacity: 1; } }

.col_link:focus .mask, .col_link:hover .mask {
  -webkit-clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 30% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 30% 100%, 0% 100%, 0% 0%); }

.mask {
  -webkit-clip-path: polygon(62% 0%, 100% 34%, 100% 85%, 62% 100%, 0% 87%, 0% 33%);
          clip-path: polygon(62% 0%, 100% 34%, 100% 85%, 62% 100%, 0% 87%, 0% 33%);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.col_item {
  position: relative; }

.col_pic {
  background: #eee;
  padding: 1.25rem; }

.col_caption {
  position: relative;
  padding-top: 0.625rem; }

.col_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.col_label {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
  white-space: nowrap;
  background: #1f3c9d;
  border-radius: 1.25rem;
  padding: 0 0.8125rem;
  margin-top: 0.1875rem;
  margin-left: 0.3125rem; }

.col_title {
  font-size: 1.25rem; }

.col_txt {
  font-size: 0.8125rem;
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  opacity: .5;
  margin-top: 0.1875rem; }

.row_link {
  padding: 2.375rem 0;
  padding: 1.5625rem 0;
  position: relative; }
  @media screen and (min-width: 951px) {
    .row_link:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #610395;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .row_link:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 480px) {
    .row_link {
      padding: 0.9375rem 0; } }
  @media screen and (min-width: 951px) {
    .row_link::before {
      content: '';
      width: 100vw;
      height: 100%;
      background: #1f3c9d;
      background: #eee;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scaleY(0);
          -ms-transform: translateX(-50%) scaleY(0);
              transform: translateX(-50%) scaleY(0);
      -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
      z-index: -1;
      -webkit-transition: -webkit-transform .15s ease-out;
      transition: -webkit-transform .15s ease-out;
      -o-transition: transform .15s ease-out;
      transition: transform .15s ease-out;
      transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
    .row_link:hover, .row_link:focus {
      color: #fff;
      color: #000; }
      .row_link:hover:before, .row_link:focus:before {
        -webkit-transform: translateX(-50%) scaleY(1);
            -ms-transform: translateX(-50%) scaleY(1);
                transform: translateX(-50%) scaleY(1); } }

.list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 480px) {
    .list_row {
      display: block;
      position: relative; } }

.list_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media screen and (max-width: 480px) {
    .list_left {
      padding-bottom: 0;
      position: absolute;
      right: 0;
      top: 0; } }

.list_right {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem; }
  @media screen and (max-width: 480px) {
    .list_right {
      padding-left: 0;
      margin-top: 1.5625rem; } }

.list_tag_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.6875rem; }

.list_tag {
  color: #fff;
  font-weight: bold;
  line-height: 1.5625;
  background-image: url(../../assets/img/bg.gif);
  border-radius: 1.25rem;
  border: 1px solid #000;
  padding: 0 0.8125rem; }

.list_title {
  font-size: 1.375rem;
  line-height: 1.5;
  display: inline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  @media screen and (max-width: 480px) {
    .list_title {
      font-size: 1.3125rem;
      font-weight: normal; } }

.list_txt {
  font-size: 1.0625rem;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.datetime {
  font-size: 2.125rem;
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  margin-bottom: -0.5rem; }
  @media screen and (max-width: 480px) {
    .datetime {
      font-size: 1.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 480px) {
    .datetime .date {
      margin-left: 0.75rem; } }

.maintitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .maintitle_row.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .maintitle_row.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.maintitle_en {
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 5.625rem;
  text-transform: uppercase;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)); }
  @media screen and (max-width: 480px) {
    .maintitle_en {
      font-size: 4rem; } }
  .maintitle_en::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 1.375rem #eee;
    text-stroke: 1.375rem #eee; }
    @media screen and (max-width: 480px) {
      .maintitle_en::before {
        -webkit-text-stroke: 0.9375rem #eee;
        text-stroke: 0.9375rem #eee; } }
  .maintitle_en::after {
    content: attr(data-storke);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-text-stroke: 1.625rem #000;
    text-stroke: 1.625rem #000; }
    @media screen and (max-width: 480px) {
      .maintitle_en::after {
        -webkit-text-stroke: 1.125rem #000;
        text-stroke: 1.125rem #000; } }

.maintitle_tw {
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  margin-top: -0.625rem; }
  @media screen and (max-width: 480px) {
    .maintitle_tw {
      font-size: 1.25rem;
      margin-top: -0.25rem; } }

.page_top_sec .container {
  max-width: none; }

.page_banner {
  border: 0.25rem solid #000;
  overflow: hidden; }

.page_banner_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 768px) {
    .page_banner_img {
      width: 100vw;
      height: 56.25vw;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.page_top_content {
  width: 100%;
  position: absolute;
  bottom: -3.75rem;
  left: 0; }
  .page_top_content .maintitle_en {
    -webkit-filter: drop-shadow(2px -3px 5px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(2px -3px 5px rgba(0, 0, 0, 0.8)); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem; }

.pagination_li {
  padding: 0 0.625rem; }

.pagination_link {
  width: 2.625rem;
  height: 2.625rem;
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .pagination_link.active, .pagination_link:hover {
    color: #fff;
    border-color: #000;
    background: #000;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out; }
  .pagination_link i {
    font-size: 1.2rem; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  opacity: .6; }

.breadcrumbs_li {
  line-height: 1.5;
  padding: 0 0.875rem;
  position: relative; }
  .breadcrumbs_li::after {
    content: '/';
    opacity: .7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -53%);
        -ms-transform: translate(50%, -53%);
            transform: translate(50%, -53%); }
  .breadcrumbs_li:last-child::after {
    display: none; }

.breadcrumbs_link:focus, .breadcrumbs_link:hover {
  color: #000; }

.inputStyle {
  width: 100%;
  color: #000;
  border: 0.0625rem solid #b9b9b9;
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle::-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-ms-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:required {
    border-left: 3px solid #000; }
  .inputStyle:focus {
    outline: 1px solid #000; }
  .inputStyle.auto {
    width: auto; }

.selectStyle {
  width: 100%;
  border: 0.0625rem solid #b9b9b9;
  color: #000;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  padding: 0.625rem 1.25rem;
  padding-right: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../assets/img/icon_arrow_b.png) no-repeat calc(100% - 1.0625rem) center #fff;
  background-size: 0.8125rem auto;
  display: block; }
  .selectStyle:focus {
    outline: 1px solid #000; }

.radioStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #b9b9b9;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .radioStyle:checked:before {
    opacity: 1; }
  .radioStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .radioStyle:before {
        width: 0.5rem;
        height: 0.5rem; } }
  .radioStyle:focus {
    outline: 1px solid #000; }

.checkboxStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media screen and (max-width: 768px) {
    .checkboxStyle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1.25rem;
              flex: 0 0 1.25rem;
      width: 1.25rem;
      height: 1.25rem; } }
  .checkboxStyle:checked:before {
    opacity: 1; }
  .checkboxStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .checkboxStyle:before {
        width: 0.625rem;
        height: 0.625rem; } }
  .checkboxStyle:focus {
    outline: 1px solid #000; }
  .checkboxStyle ~ label {
    line-height: 1.5;
    padding: 0.5625rem 0; }

.buttonStyle {
  width: 13.875rem;
  background: #fff;
  color: #1c1920;
  text-align: center;
  line-height: 2.625rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .buttonStyle a {
    line-height: 3rem; }
  .buttonStyle:hover {
    background: rgba(255, 255, 255, 0.6); }
  .buttonStyle:focus {
    outline: 1px solid #000; }
  .buttonStyle.cancel {
    background: rgba(255, 255, 255, 0.15); }
  .buttonStyle.submit {
    background: #000; }
  .buttonStyle.goback {
    background: #000;
    color: #fff; }

.page_banner {
  position: relative; }
  .page_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    position: absolute;
    top: 0;
    left: 0; }

.page_top_content .container_inner {
  max-width: 85rem; }

.page_top_content .maintitle_en {
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.5)); }
  .page_top_content .maintitle_en::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-color: #000; }
    @media screen and (max-width: 480px) {
      .page_top_content .maintitle_en::before {
        -webkit-text-stroke-color: #000;
        text-stroke-color: #000; } }
  .page_top_content .maintitle_en::after {
    content: attr(data-storke);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-text-stroke-color: #eee;
    -webkit-text-stroke-color: #eee; }
    @media screen and (max-width: 480px) {
      .page_top_content .maintitle_en::after {
        -webkit-text-stroke-color: #eee;
        text-stroke-color: #eee; } }

.page_top_content .maintitle_tw {
  color: #fff; }

.search_form {
  background: #eee;
  padding: 1.25rem;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: 1.875rem; }
  .search_form .inputStyle {
    border-color: #333;
    padding: 0.875rem 1.25rem; }
  .search_form .selectStyle {
    border-color: #333;
    padding: 0.875rem 1.25rem; }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }

.form_col {
  padding: 0 0.4375rem; }
  .form_col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px; }
  .form_col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.search_submit {
  height: 100%;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background: #000;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 1.875rem;
  cursor: pointer; }
  .search_submit i {
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    top: 0.0625rem; }

.result_sec {
  padding-top: 5rem;
  padding-bottom: 11.25rem; }

.search_sec {
  padding: 50px 0; }


/*# sourceMappingURL=search.min.css.map*/