@charset "UTF-8";
/**
 * * Allows you to use retina images at various pixel densities.
 * * Examples:
 * *
 * *   +retina(/images/mypic.jpg, 2);
 * *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 * *
 * * @param  {Value}  $path               The path to the file name minus extension.
 * * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * * @param  {Value}  $extras: null       Any other `background` values to be added.
 * */
/**
 * * 往上適應
 * * 引用方式: +media-up($breakpoint-value)
 * */
/**
 * * 往上適應
 * * 引用方式: +media-up-num(自訂數值)
 * */
/**
 * * 往下適應
 * * 引用方式: +media-down($breakpoint-value)
 * */
/**
 * * 往下適應
 * * 引用方式: +media-up-num(自訂數值)
 * */
/**
 * * 範圍內適應
 * * 引用方式: +media-between($lower-breakpoint, $upper-breakpoint)
 * */
/**
 * * 引用方式: +lh(15,22) 前面放 line-height 的 px 值, 後面放 font-size 的 px 值（計算）
 * */
/**
 * * 引用方式: +ls(15,22) 前面放 letter-spacing 的 px 值, 後面放 font-size 的 px 值（計算）
 * */
/*  ===== firefox font weight bold 統一設定為 normal (firefox 在小字為粗體的時候會過粗) ===== */
/**
 * * 引用方式: +gradient(180deg,#fff,4%,#eee,92%)
 * */
/**
 * * margin
 * * 引用方式: +mb(15,22) 前面放 margin 的 px 值, 後面放 font-size 的 px 值
 * */
/**
 * * padding
 * * 引用方式: +pb(15,22) 前面放 padding 的 px 值, 後面放 font-size 的 px 值
 * */
.container-fluid {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}

.container {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 100%;
    padding-inline-end: 12.5vw;
    padding-inline-start: 12.5vw;
  }
}

@media (min-width: 1400px) {
  .about-container {
    max-width: 100%;
    padding-inline-end: 6.45vw;
    padding-inline-start: 6.45vw;
  }
}

.row {
  margin-inline-start: -5px;
  margin-inline-end: -5px;
}
@media (min-width: 768px) {
  .row {
    margin-inline-start: -15px;
    margin-inline-end: -15px;
  }
}
.row > * {
  padding-inline-end: 5px;
  padding-inline-start: 5px;
}
@media (min-width: 768px) {
  .row > * {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
}

:root {
  scroll-behavior: initial;
}

*:focus, *:active, *:visited,
*::before:focus,
*::before:active,
*::before:visited,
*::after:focus,
*::after:active,
*::after:visited {
  outline: none !important;
  box-shadow: none !important;
}

noscript {
  position: absolute;
  top: 0;
  z-index: 9999;
}

body {
  color: #1E1E1E;
  line-height: normal;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.04em;
  overflow-x: hidden;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body.is-lock {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #1E1E1E;
  text-decoration: none;
  transition: all ease 400ms;
}
a:hover {
  color: currentColor;
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  transition: all ease 400ms;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  transition: all ease 400ms;
}
button:active, button:hover, button:visited, button:focus {
  outline: 0;
  transition: all ease 400ms;
}

ul, ol {
  padding: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

p, label {
  margin-bottom: 0;
}

textarea {
  resize: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
}
input:active, input:hover, input:visited, input:focus, select:active, select:hover, select:visited, select:focus, textarea:active, textarea:hover, textarea:visited, textarea:focus {
  outline: 0;
}

input[type=submit], [type=date], [type=checkbox] {
  cursor: pointer;
  transition: all ease 400ms;
}

::placeholder {
  color: #999999;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.u-link-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-pointer {
  cursor: pointer;
}

.u-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.u-img-cover {
  object-fit: cover;
  object-position: center center;
}

.u-img-contain {
  object-fit: contain;
  object-position: center center;
}

.u-bg-cover {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.u-16x9 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.u-16x9 > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.u-flex-1 {
  flex: 1;
}

.editor {
  color: #1E1E1E;
  letter-spacing: 0.04em;
  line-height: normal;
  font-family: "Noto Sans TC", sans-serif;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 10px;
}
.editor h2 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  .editor h2 {
    font-size: 1.5rem;
  }
}
.editor h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .editor h3 {
    font-size: 1.25rem;
  }
}
.editor h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .editor h4 {
    font-size: 1.125rem;
  }
}
.editor h5 {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (max-width: 991.98px) {
  .editor h5 {
    font-size: 1rem;
  }
}
.editor h6 {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .editor h6 {
    font-size: 0.875rem;
  }
}
.editor p {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .editor p {
    font-size: 0.75rem;
  }
}
.editor a {
  color: #CB470E;
  text-decoration: underline;
}
@media (hover: hover) {
  .editor a:hover, .editor a:focus, .editor a:focus-visible {
    outline: 2px solid #CB470E !important;
  }
}
.editor img {
  display: inline-block;
}
.editor ul, .editor ol {
  padding-inline-start: 1.5rem;
}
.editor ul {
  list-style: revert;
}
.editor table {
  caption-side: initial;
  border-collapse: initial;
}
.editor tbody, .editor td, .editor tfoot, .editor th, .editor thead, .editor tr {
  border-style: inherit;
  border-width: inherit;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  transition: all ease 400ms;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: none;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  transition: all ease 400ms;
}
.swiper .swiper-button-next:focus, .swiper .swiper-button-next:focus-visible,
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-prev:focus-visible {
  outline: none;
  border: none;
}
.swiper .swiper-pagination-bullet:focus, .swiper .swiper-pagination-bullet:focus-visible {
  outline: none;
  border: none;
}

.c-input, .c-input-file {
  border-radius: 8px !important;
  border: 1px solid #999999;
  padding: 12px 18px;
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-input:hover, .c-input-file:hover {
    background-color: #F0F0F0;
    transition: all ease 400ms;
  }
}

.select2-container--default .select2-selection--single {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  color: #999999;
  padding: 0 16px 0 0;
  transition: all ease 400ms;
}
.select2-container .select2-selection--single .select2-selection__rendered.is-selected {
  color: #1E1E1E;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  width: auto;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all ease 400ms;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open {
  z-index: 1020;
}

.select2-dropdown {
  border: 1px solid #999999 !important;
  border-radius: 8px !important;
  top: 6px;
}

.select2-search--dropdown {
  padding: 12px 18px;
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #999999;
  border-radius: 8px;
  padding: 12px 18px;
}

.select2-results__options {
  cursor: pointer;
  max-height: 250px !important;
}
.select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select2-results__options::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
  display: none;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border: 0;
  border-radius: 50px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@-moz-document url-prefix() {
  .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.7) #F0F0F0;
  }
}

.select2-results__option {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  padding: 10px 22px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .select2-results__option {
    font-size: 0.875rem;
  }
}

.select2-results__option--selectable {
  color: #1E1E1E;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #7F908F;
  color: #ffffff;
  transition: all ease 400ms;
}

.os-custom > .os-scrollbar-horizontal {
  height: 6px;
}

.os-custom > .os-scrollbar-vertical {
  width: 6px;
}

.os-custom > .os-scrollbar-corner {
  width: 6px;
  background-color: transparent;
}

.os-custom > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
  cursor: pointer;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: #F0F0F0;
  border-radius: 50px;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.os-custom > .os-scrollbar-vertical > .os-scrollbar-track:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.os-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  background: rgba(0, 0, 0, 0.7);
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
}

.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
}

.os-custom.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: height 0.3s, margin-top 0.3s, background 0.2s;
}

.os-custom.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: width 0.3s, margin-inline-start 0.3s, background 0.2s;
}

.air-datepicker-global-container {
  z-index: 1055;
}

.air-datepicker {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.air-datepicker-nav--action path {
  stroke: #7F908F;
  stroke-width: 1px;
}

.air-datepicker-nav--action:hover {
  background-color: transparent;
}

.air-datepicker-nav--title {
  color: #7F908F;
}
.air-datepicker-nav--title i {
  color: #7F908F;
}
.air-datepicker-nav--title:hover {
  background-color: transparent;
}

.air-datepicker-body--day-names,
.air-datepicker-body--cells {
  justify-items: center;
  align-items: center;
}

.air-datepicker-body--day-name {
  color: #7F908F;
  width: 30px;
  height: 30px;
}

.air-datepicker-cell {
  transition: all ease 400ms;
}
.air-datepicker-cell.-focus- {
  transition: all ease 400ms;
}

.air-datepicker-body.-days- .air-datepicker-cell {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.air-datepicker-body.-days- .air-datepicker-cell.-focus- {
  background-color: #7F908F;
  color: #ffffff;
}
.air-datepicker-body.-days- .air-datepicker-cell.-current- {
  color: #7F908F;
}
.air-datepicker-body.-days- .air-datepicker-cell.-current-.-focus- {
  color: #ffffff;
}
.air-datepicker-body.-days- .air-datepicker-cell.-selected- {
  background-color: #7F908F;
  color: #ffffff;
}

.air-datepicker-body--cells.-months- .air-datepicker-cell.-focus- {
  background-color: transparent;
}
.air-datepicker-body--cells.-months- .air-datepicker-cell.-current- {
  color: #7F908F;
}
.air-datepicker-body--cells.-months- .air-datepicker-cell.-selected- {
  background-color: transparent;
  color: #7F908F;
}

.air-datepicker-body--cells.-years- .air-datepicker-cell.-focus- {
  background-color: transparent;
}
.air-datepicker-body--cells.-years- .air-datepicker-cell.-current- {
  color: #7F908F;
}
.air-datepicker-body--cells.-years- .air-datepicker-cell.-selected {
  background-color: transparent;
  color: #7F908F;
}

.modal {
  overflow-y: hidden;
}

.modal-dialog {
  max-width: 100%;
}
@media (min-width: 414px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.modal-dialog-scrollable .modal-content {
  overflow: initial;
}
.modal-dialog-scrollable .os-host {
  overflow: hidden !important;
}

.modal-body {
  position: relative;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 1.5rem;
  }
}

.btn-close:focus {
  box-shadow: none;
}

.c-modal {
  padding: 10px;
}
.c-modal .modal-content {
  height: 100%;
  max-height: 800px;
}

.c-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all ease 400ms;
}
.c-spinner.is-active {
  opacity: 1;
  z-index: 9999;
  transition: all ease 400ms;
}

.c-spinner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: all ease 400ms;
}
.c-spinner-inner.is-active {
  opacity: 1;
  z-index: 9999;
  transition: all ease 400ms;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: currentColor;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button {
  background-color: transparent;
  padding: 0;
}
.accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 0;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.c-breadcrumb {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .c-breadcrumb {
    margin-top: 10px;
  }
}
.c-breadcrumb .c-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item::after {
  content: url("../images/icon/breadcrumb-arrow.svg");
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 5px;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item:last-of-type::after {
  display: none;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item .c-breadcrumb-link {
  padding: 0 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: #636363;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item .c-breadcrumb-link {
    font-size: 0.875rem;
  }
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item .c-breadcrumb-link:hover, .c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item .c-breadcrumb-link:focus, .c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item .c-breadcrumb-link:focus-visible {
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000 !important;
}
.c-breadcrumb .c-breadcrumb-list .c-breadcrumb-item.active .c-breadcrumb-link {
  color: #000000;
  pointer-events: none;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.c-pagination .c-pagination-item {
  width: 32px;
  height: 32px;
}
.c-pagination .c-pagination-item .c-pagination-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .c-pagination .c-pagination-item .c-pagination-link {
    font-size: 0.875rem;
  }
}
.c-pagination .c-pagination-item .c-pagination-link.pagination-ellipsis {
  pointer-events: none;
}
.c-pagination .c-pagination-item .c-pagination-link svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-pagination .c-pagination-item .c-pagination-link:hover, .c-pagination .c-pagination-item .c-pagination-link:focus, .c-pagination .c-pagination-item .c-pagination-link:focus-visible {
    font-weight: 700;
    background-color: rgba(234, 85, 20, 0.2);
    color: #CB470E;
  }
}
.c-pagination .c-pagination-item-prev {
  margin-right: 5px;
}
.c-pagination .c-pagination-item-prev:has(.c-pagination-link:hover) .c-pagination-link, .c-pagination .c-pagination-item-prev:has(.c-pagination-link:focus) .c-pagination-link, .c-pagination .c-pagination-item-prev:has(.c-pagination-link:focus-visible) .c-pagination-link {
  background-color: rgba(234, 85, 20, 0.2);
}
.c-pagination .c-pagination-item-prev:has(.c-pagination-link:hover) .c-pagination-link svg path, .c-pagination .c-pagination-item-prev:has(.c-pagination-link:focus) .c-pagination-link svg path, .c-pagination .c-pagination-item-prev:has(.c-pagination-link:focus-visible) .c-pagination-link svg path {
  stroke: #CB470E;
}
.c-pagination .c-pagination-item-next {
  margin-left: 5px;
}
.c-pagination .c-pagination-item-next:has(.c-pagination-link:hover) .c-pagination-link, .c-pagination .c-pagination-item-next:has(.c-pagination-link:focus) .c-pagination-link, .c-pagination .c-pagination-item-next:has(.c-pagination-link:focus-visible) .c-pagination-link {
  background-color: rgba(234, 85, 20, 0.2);
}
.c-pagination .c-pagination-item-next:has(.c-pagination-link:hover) .c-pagination-link svg path, .c-pagination .c-pagination-item-next:has(.c-pagination-link:focus) .c-pagination-link svg path, .c-pagination .c-pagination-item-next:has(.c-pagination-link:focus-visible) .c-pagination-link svg path {
  stroke: #CB470E;
}
.c-pagination .c-pagination-item.is-active .c-pagination-link {
  background-color: #CB470E;
  color: #ffffff;
}

.c-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  width: 200px;
  padding: 6px 10px 6px 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all ease 400ms;
}
.c-btn .btn-text {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .c-btn .btn-text {
    font-size: 0.875rem;
  }
}
.c-btn .icon-wrap {
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.c-btn .icon-wrap .btn-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transform: translateX(-44px);
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-btn:hover .icon-wrap .btn-icon, .c-btn:focus .icon-wrap .btn-icon, .c-btn:focus-visible .icon-wrap .btn-icon {
    transform: translateX(0);
  }
}
.c-btn.reverse {
  padding: 6px 20px 6px 10px;
  justify-content: flex-start;
  gap: 20px;
}
.c-btn.reverse .btn-text {
  order: 2;
}
.c-btn.reverse .icon-wrap {
  order: 1;
}
.c-btn.reverse .icon-wrap .btn-icon {
  transform: translateX(0);
}
.c-btn.reverse .icon-wrap .btn-icon svg {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .c-btn.reverse:hover .icon-wrap .btn-icon, .c-btn.reverse:focus .icon-wrap .btn-icon, .c-btn.reverse:focus-visible .icon-wrap .btn-icon {
    transform: translateX(-44px);
  }
}
.c-btn.primary {
  background-color: #CB470E;
}
.c-btn.primary .btn-text {
  color: #ffffff;
}
.c-btn.primary .icon-wrap .btn-icon svg path {
  stroke: #ffffff;
}
@media (hover: hover) {
  .c-btn.primary:hover, .c-btn.primary:focus, .c-btn.primary:focus-visible {
    background-color: #000000;
  }
}
.c-btn.white {
  background-color: #ffffff;
}
.c-btn.white .btn-text {
  color: #CB470E;
}
.c-btn.white .icon-wrap .btn-icon svg path {
  stroke: #CB470E;
}
@media (hover: hover) {
  .c-btn.white:hover, .c-btn.white:focus, .c-btn.white:focus-visible {
    background-color: #000000;
  }
  .c-btn.white:hover .btn-text, .c-btn.white:focus .btn-text, .c-btn.white:focus-visible .btn-text {
    color: #ffffff;
  }
  .c-btn.white:hover .icon-wrap .btn-icon svg path, .c-btn.white:focus .icon-wrap .btn-icon svg path, .c-btn.white:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}

.c-card {
  position: relative;
  cursor: pointer;
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-card:hover {
    transition: all ease 400ms;
  }
  .c-card:hover .c-card__img img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all ease 400ms;
  }
}
.c-card__head {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .c-card__head {
    margin-bottom: 16px;
  }
}
.c-card__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1px;
}
.c-card__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-card__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.2162162162%;
}
.c-card__img img, .c-card__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 400ms;
}
.c-card__img video {
  z-index: -1;
}
.c-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  font-weight: 700;
}
.c-card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}

.nav-pop-card {
  display: flex;
  flex-direction: column;
}
.nav-pop-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.nav-pop-card .card-head .logo {
  display: block;
  width: 123.142px;
  transition: all ease 400ms;
}
.nav-pop-card .card-head .logo .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 23.5500479122%;
}
.nav-pop-card .card-head .logo .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-pop-card .card-head .logo:focus, .nav-pop-card .card-head .logo:focus-visible {
  outline: 2px solid #CB470E !important;
}
.nav-pop-card .card-head .pop-close {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
.nav-pop-card .card-head .pop-close svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  .nav-pop-card .card-head .pop-close:hover, .nav-pop-card .card-head .pop-close:focus, .nav-pop-card .card-head .pop-close:focus-visible {
    background-color: #000000;
  }
  .nav-pop-card .card-head .pop-close:hover svg path, .nav-pop-card .card-head .pop-close:focus svg path, .nav-pop-card .card-head .pop-close:focus-visible svg path {
    fill: #CB470E;
  }
}
.nav-pop-card .search-wrap {
  width: 100%;
  margin-bottom: 38px;
}
.nav-pop-card .search-wrap .input-wrap {
  width: 100%;
  position: relative;
  padding: 10px 44px 10px 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #CB470E;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.nav-pop-card .search-wrap .input-wrap .search {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: #000000;
}
@media (max-width: 991.98px) {
  .nav-pop-card .search-wrap .input-wrap .search {
    font-size: 0.875rem;
  }
}
.nav-pop-card .search-wrap .input-wrap .search::placeholder {
  color: #CB470E;
}
.nav-pop-card .search-wrap .input-wrap .search-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-pop-card .search-wrap .input-wrap .search-submit:focus, .nav-pop-card .search-wrap .input-wrap .search-submit:focus-visible {
  outline: 2px solid #CB470E !important;
}
.nav-pop-card .card-body {
  margin-bottom: 50px;
}
.nav-pop-card .card-body .pop-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-pop-card .card-body .pop-list .pop-item .pop-link {
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .nav-pop-card .card-body .pop-list .pop-item .pop-link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .nav-pop-card .card-body .pop-list .pop-item .pop-link:hover, .nav-pop-card .card-body .pop-list .pop-item .pop-link:focus, .nav-pop-card .card-body .pop-list .pop-item .pop-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
.nav-pop-card .card-body .pop-list .pop-item .pop-link.active {
  color: #CB470E;
}
.nav-pop-card .card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.nav-pop-card .card-footer .sitemap {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .nav-pop-card .card-footer .sitemap {
    font-size: 0.75rem;
  }
}
.nav-pop-card .card-footer .font-setting-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(234, 85, 20, 0.4);
  transition: all ease 400ms;
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn > span {
  color: #000000;
  transition: all ease 400ms;
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.font-small > span {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (max-width: 991.98px) {
  .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.font-small > span {
    font-size: 1rem;
  }
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.font-medium > span {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.font-medium > span {
    font-size: 1.125rem;
  }
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.font-large > span {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.font-large > span {
    font-size: 1.25rem;
  }
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.active, .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn:hover, .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn:focus, .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn:focus-visible {
  background-color: #CB470E;
}
.nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn.active > span, .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn:hover > span, .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn:focus > span, .nav-pop-card .card-footer .font-setting-wrap .size-wrap .font-change-btn:focus-visible > span {
  color: #ffffff;
}
.nav-pop-card .card-footer .social-wrap .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.index-news-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index-news-card .card-head {
  display: block;
  position: relative;
  height: 100%;
}
.index-news-card .card-head .img {
  position: relative;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.index-news-card .card-head .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.index-news-card .card-head .img .img-wrap {
  display: block;
  height: 100%;
  transition: all ease 400ms;
}
.index-news-card .card-head .img .img-wrap img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .index-news-card .card-head .img .img-wrap img {
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 991.98px) {
  .index-news-card .card-head .img .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.index-news-card .card-head .c-tag {
  background-color: #ffffff;
  color: #CB470E;
  border: 1px solid #CB470E;
  position: absolute;
  top: 20px;
  left: 20px;
}
.index-news-card .card-body {
  position: absolute;
  width: 100%;
  bottom: 12px;
  left: 0;
  padding: 0 20px;
}
.index-news-card .card-body .news-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .index-news-card .card-body .news-title {
    font-size: 1rem;
  }
}

.c-news-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .c-news-card {
    gap: 10px;
  }
}
.c-news-card .card-head {
  display: block;
  position: relative;
}
.c-news-card .card-head .img {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.c-news-card .card-head .img .img-wrap {
  display: block;
  transition: all ease 400ms;
}
.c-news-card .card-head .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-news-card .card-head .c-tag {
  background-color: #ffffff;
  color: #CB470E;
  border: 1px solid #CB470E;
  position: absolute;
  top: 20px;
  left: 20px;
}
.c-news-card .card-body {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-news-card .card-body .news-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .c-news-card .card-body .news-title {
    font-size: 1rem;
  }
}
.c-news-card .card-body .news-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .c-news-card .card-body .news-description {
    font-size: 0.875rem;
  }
}

.index-location-card {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(94, 87, 79, 0.4);
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .index-location-card {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(94, 87, 79, 0.2);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
  }
}
.index-location-card .location-name {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  max-width: 200px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .index-location-card .location-name {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .index-location-card .location-name {
    flex: 1 1 50%;
  }
}
.index-location-card .c-tag {
  flex-shrink: 0;
  background-color: transparent;
  color: #000000;
  font-weight: 900;
  box-shadow: none;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .index-location-card .c-tag {
    width: fit-content;
    background-color: #CB470E;
    color: #ffffff;
  }
}
.index-location-card .location-description {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .index-location-card .location-description {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .index-location-card .location-description {
    flex-basis: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: start;
  }
}
@media (hover: hover) {
  .index-location-card:hover, .index-location-card:focus, .index-location-card:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
@media (hover: hover) and (max-width: 991.98px) {
  .index-location-card:hover, .index-location-card:focus, .index-location-card:focus-visible {
    border-bottom: none;
  }
}
@media (hover: hover) {
  .index-location-card:hover .c-tag, .index-location-card:focus .c-tag, .index-location-card:focus-visible .c-tag {
    background-color: #000000;
    color: #ffffff;
  }
}

.travel-card {
  display: block;
  padding: 30px 27px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .travel-card {
    padding: 20px;
    background-color: rgba(94, 87, 79, 0.2);
  }
}
.travel-card .card-head .travel-title {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .travel-card .card-head .travel-title {
    font-size: 1rem;
  }
}
.travel-card .card-body .travel-description {
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .travel-card .card-body .travel-description {
    font-size: 0.875rem;
  }
}
@media (max-width: 1619.98px) {
  .travel-card .card-body .travel-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: start;
  }
}
@media (max-width: 1399.98px) {
  .travel-card .card-body .travel-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: start;
  }
}
@media (max-width: 1199.98px) {
  .travel-card .card-body .travel-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: start;
  }
}
@media (max-width: 991.98px) {
  .travel-card .card-body .travel-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: start;
  }
}
.travel-card .card-footer .more {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .travel-card .card-footer .more {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .travel-card:hover, .travel-card:focus, .travel-card:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}

.about-content-card {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .about-content-card {
    gap: 20px;
  }
}
.about-content-card .card-head .content-title {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  .about-content-card .card-head .content-title {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .about-content-card .card-head .content-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.about-content-card .card-body .img .img-wrap img {
  width: 100%;
  height: 100%;
}
.about-content-card .card-footer .content-description {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .about-content-card .card-footer .content-description {
    font-size: 1.125rem;
  }
}

.search-card {
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .search-card {
    padding: 0;
    flex-direction: column;
  }
}
.search-card .card-head .img {
  width: 260px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .search-card .card-head .img {
    width: 100%;
  }
}
.search-card .card-head .img .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 73.0769230769%;
}
.search-card .card-head .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .search-card .card-body {
    gap: 10px;
  }
}
.search-card .card-body .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-card .card-body .content .search-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .search-card .card-body .content .search-title {
    font-size: 1rem;
  }
}
.search-card .card-body .content .search-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .search-card .card-body .content .search-description {
    font-size: 0.875rem;
  }
}
.search-card .card-body .date {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .search-card .card-body .date {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .search-card:hover, .search-card:focus, .search-card:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}

.info-card {
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(234, 85, 20, 0.2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .info-card {
    padding: 20px;
  }
}
.info-card .card-head .c-tag {
  width: fit-content;
}
.info-card .card-body .c-access {
  margin-bottom: 5px;
}
.info-card .card-body .location-name {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .info-card .card-body .location-name {
    font-size: 1.5rem;
  }
}
.info-card .card-body .location-description {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .info-card .card-body .location-description {
    font-size: 1.25rem;
  }
}
.info-card .card-footer .c-breadcrumb {
  margin-top: 0;
}
.info-card .card-footer .c-breadcrumb .c-breadcrumb-list {
  justify-content: flex-start;
}

.info-sub-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-sub-card .card-head .social-list {
  display: flex;
  gap: 10px;
}
.info-sub-card .card-head .social-list .social-item .social-link {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CB470E;
  transition: all ease 400ms;
}
@media (hover: hover) {
  .info-sub-card .card-head .social-list .social-item .social-link:hover, .info-sub-card .card-head .social-list .social-item .social-link:focus, .info-sub-card .card-head .social-list .social-item .social-link:focus-visible {
    background-color: #000000;
  }
}
.info-sub-card .card-body .info-list {
  display: flex;
  flex-direction: column;
}
.info-sub-card .card-body .info-list .info-item {
  padding: 9px 0;
  display: flex;
  gap: 20px;
}
.info-sub-card .card-body .info-list .info-item .info-title {
  display: flex;
  gap: 10px;
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}
.info-sub-card .card-body .info-list .info-item .info-title .title {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .info-sub-card .card-body .info-list .info-item .info-title .title {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .info-sub-card .card-body .info-list .info-item .info-title .title {
    font-size: 0.875rem;
  }
}
.info-sub-card .card-body .info-list .info-item .info-content {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .info-sub-card .card-body .info-list .info-item .info-content {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .info-sub-card .card-body .info-list .info-item .info-content {
    font-size: 0.875rem;
  }
}
.info-sub-card .card-footer .hashtag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.info-sub-card .card-footer .hashtag-wrap .each-hashtag {
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .info-sub-card .card-footer .hashtag-wrap .each-hashtag {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .info-sub-card .card-footer .hashtag-wrap .each-hashtag:hover, .info-sub-card .card-footer .hashtag-wrap .each-hashtag:focus, .info-sub-card .card-footer .hashtag-wrap .each-hashtag:focus-visible {
    color: #ffffff;
    background-color: #000000;
  }
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related-card .card-head .img {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.related-card .card-head .img .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 133.9130434783%;
  transition: all ease 400ms;
}
.related-card .card-head .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.related-card .card-body {
  padding: 0 20px;
}
.related-card .card-body .related-travel-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .related-card .card-body .related-travel-title {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .related-card:hover .card-head .img .img-wrap, .related-card:focus .card-head .img .img-wrap, .related-card:focus-visible .card-head .img .img-wrap {
    transform: scale(1.05);
  }
  .related-card:hover .card-head .img .img-wrap .hor-image, .related-card:focus .card-head .img .img-wrap .hor-image, .related-card:focus-visible .card-head .img .img-wrap .hor-image {
    display: none;
  }
}

.event-info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #CB470E;
  background-color: #EFEFEF;
  width: calc(100% - 10px);
}
.event-info-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #CB470E;
  bottom: -20px;
  right: -10px;
}
@media (max-width: 991.98px) {
  .event-info-card {
    padding: 20px;
  }
}
.event-info-card .info-list .info-item {
  padding: 9px 0;
  display: flex;
  gap: 20px;
}
.event-info-card .info-list .info-item .info-title {
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .event-info-card .info-list .info-item .info-title {
    font-size: 0.75rem;
  }
}
.event-info-card .info-list .info-item .info {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  .event-info-card .info-list .info-item .info {
    font-size: 0.75rem;
  }
}
.event-info-card .hashtag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.event-info-card .hashtag-wrap .each-hashtag {
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .event-info-card .hashtag-wrap .each-hashtag {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .event-info-card .hashtag-wrap .each-hashtag:hover, .event-info-card .hashtag-wrap .each-hashtag:focus, .event-info-card .hashtag-wrap .each-hashtag:focus-visible {
    color: #ffffff;
    background-color: #000000;
  }
}

.travel-list-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .travel-list-card {
    gap: 10px;
  }
}
.travel-list-card .card-head {
  display: block;
}
.travel-list-card .card-head .img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.travel-list-card .card-head .img .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 68.8636363636%;
  transition: all ease 400ms;
}
.travel-list-card .card-head .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.travel-list-card .card-body {
  display: block;
  padding: 0 20px;
}
.travel-list-card .card-body .travel-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .travel-list-card .card-body .travel-title {
    font-size: 1rem;
  }
}
.travel-list-card .card-body .travel-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .travel-list-card .card-body .travel-description {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .travel-list-card:hover .card-head .img .img-wrap, .travel-list-card:focus .card-head .img .img-wrap, .travel-list-card:focus-visible .card-head .img .img-wrap {
    transform: scale(1.05);
  }
}

.event-kv-card {
  display: block;
}
@media (max-width: 991.98px) {
  .event-kv-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.event-kv-card .card-head {
  position: relative;
  display: flex;
  gap: 50px;
  transition: all ease 400ms;
}
.event-kv-card .card-head .img {
  position: relative;
  display: block;
  width: 55%;
  height: 572px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .img {
    width: 100%;
    height: unset;
  }
}
.event-kv-card .card-head .img .img-wrap {
  display: block;
  height: 572px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .img .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 68.8888888889%;
    height: unset;
  }
}
.event-kv-card .card-head .img .img-wrap img {
  width: 100%;
  height: 572px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .img .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: unset;
  }
}
.event-kv-card .card-head .img .c-tag {
  background-color: #ffffff;
  color: #CB470E;
  border: 1px solid #CB470E;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all ease 400ms;
}
.event-kv-card .card-head .card-content {
  width: calc(45% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .card-content {
    display: none;
  }
}
.event-kv-card .card-head .card-content .card-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .card-content .card-title {
    font-size: 1.5rem;
  }
}
.event-kv-card .card-head .card-content .card-subtitle {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .card-content .card-subtitle {
    font-size: 0.875rem;
  }
}
.event-kv-card .card-head .card-content .date {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .card-content .date {
    font-size: 0.75rem;
  }
}
.event-kv-card .card-head .card-content .card-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .card-content .card-description {
    font-size: 0.875rem;
  }
}
.event-kv-card .card-head .location-tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 6px 20px 6px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #CB470E;
  display: flex;
  gap: 10px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 400ms;
}
.event-kv-card .card-head .location-tag .tag-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-kv-card .card-head .location-tag .tag-icon svg path {
  transition: all ease 400ms;
}
.event-kv-card .card-head .location-tag .tag-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #ffffff;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-head .location-tag .tag-text {
    font-size: 0.75rem;
  }
}
.event-kv-card .card-body {
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-body {
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
  }
}
.event-kv-card .card-body .title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
}
.event-kv-card .card-body .title-wrap .card-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-body .title-wrap .card-title {
    font-size: 1rem;
  }
}
.event-kv-card .card-body .title-wrap .card-subtitle {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-body .title-wrap .card-subtitle {
    font-size: 0.875rem;
  }
}
.event-kv-card .card-body .date {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-body .date {
    font-size: 0.75rem;
  }
}
.event-kv-card .card-body .card-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-kv-card .card-body .card-description {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .event-kv-card:hover .card-head, .event-kv-card:focus .card-head, .event-kv-card:focus-visible .card-head {
    gap: 0;
  }
  .event-kv-card:hover .card-head .img, .event-kv-card:focus .card-head .img, .event-kv-card:focus-visible .card-head .img {
    width: 100%;
  }
}
@media (hover: hover) and (max-width: 991.98px) {
  .event-kv-card:hover .card-head .img .img-wrap, .event-kv-card:focus .card-head .img .img-wrap, .event-kv-card:focus-visible .card-head .img .img-wrap {
    transform: scale(1.05);
  }
}
@media (hover: hover) {
  .event-kv-card:hover .card-head .img .c-tag, .event-kv-card:focus .card-head .img .c-tag, .event-kv-card:focus-visible .card-head .img .c-tag {
    background-color: #ffffff;
    color: #CB470E;
  }
  .event-kv-card:hover .card-head .card-content, .event-kv-card:focus .card-head .card-content, .event-kv-card:focus-visible .card-head .card-content {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .event-kv-card:hover .card-head .location-tag, .event-kv-card:focus .card-head .location-tag, .event-kv-card:focus-visible .card-head .location-tag {
    background-color: #ffffff;
  }
  .event-kv-card:hover .card-head .location-tag .tag-icon svg path, .event-kv-card:focus .card-head .location-tag .tag-icon svg path, .event-kv-card:focus-visible .card-head .location-tag .tag-icon svg path {
    fill: #CB470E;
  }
  .event-kv-card:hover .card-head .location-tag .tag-text, .event-kv-card:focus .card-head .location-tag .tag-text, .event-kv-card:focus-visible .card-head .location-tag .tag-text {
    color: #CB470E;
  }
  .event-kv-card:hover .card-body, .event-kv-card:focus .card-body, .event-kv-card:focus-visible .card-body {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .event-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.event-card .card-head {
  position: relative;
}
.event-card .card-head .img {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.event-card .card-head .img .img-wrap {
  display: block;
  transition: all ease 400ms;
}
.event-card .card-head .img .img-wrap img {
  aspect-ratio: 675/465;
  object-fit: cover;
  object-position: center center;
}
.event-card .card-head .c-tag {
  background-color: #ffffff;
  color: #CB470E;
  border: 1px solid #CB470E;
  position: absolute;
  top: 20px;
  left: 20px;
}
.event-card .card-head .location-tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 6px 20px 6px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #CB470E;
  display: flex;
  gap: 10px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 400ms;
}
.event-card .card-head .location-tag .tag-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-card .card-head .location-tag .tag-icon svg path {
  transition: all ease 400ms;
}
.event-card .card-head .location-tag .tag-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #ffffff;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .event-card .card-head .location-tag .tag-text {
    font-size: 0.75rem;
  }
}
.event-card .card-body {
  display: block;
  width: 100%;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .event-card .card-body {
    padding: 0 20px;
  }
}
.event-card .card-body .card-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-card .card-body .card-title {
    font-size: 1rem;
  }
}
.event-card .card-body .card-subtitle {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .event-card .card-body .card-subtitle {
    font-size: 0.875rem;
  }
}
.event-card .card-body .date {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .event-card .card-body .date {
    font-size: 0.75rem;
  }
}
.event-card .card-body .card-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
@media (max-width: 991.98px) {
  .event-card .card-body .card-description {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .event-card:hover .card-head .img .img-wrap, .event-card:focus .card-head .img .img-wrap, .event-card:focus-visible .card-head .img .img-wrap {
    transform: scale(1.05);
  }
  .event-card:hover .card-head .c-tag, .event-card:focus .card-head .c-tag, .event-card:focus-visible .card-head .c-tag {
    background-color: #ffffff;
    color: #CB470E;
  }
  .event-card:hover .card-head .location-tag, .event-card:focus .card-head .location-tag, .event-card:focus-visible .card-head .location-tag {
    background-color: #ffffff;
  }
  .event-card:hover .card-head .location-tag .tag-icon svg path, .event-card:focus .card-head .location-tag .tag-icon svg path, .event-card:focus-visible .card-head .location-tag .tag-icon svg path {
    fill: #CB470E;
  }
  .event-card:hover .card-head .location-tag .tag-text, .event-card:focus .card-head .location-tag .tag-text, .event-card:focus-visible .card-head .location-tag .tag-text {
    color: #CB470E;
  }
}

.c-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .c-field {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.c-field:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-field.sty-column {
    flex-direction: column;
  }
}
.c-field.sty-column .c-field__start {
  margin-bottom: 8px;
}
.c-field__start {
  width: 30%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .c-field__start {
    margin-bottom: 0;
  }
}
.c-field__end {
  width: 100%;
}

.c-label {
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 100%;
  transition: all ease 400ms;
}

.c-input-group {
  width: 100%;
  display: flex;
}
.c-input-group > * {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-inline-end: 10px;
}
.c-input-group > *:last-child {
  margin-inline-end: 0;
}

.c-input {
  width: 100%;
  display: flex;
  align-items: center;
}
.c-input input {
  width: 100%;
  transition: all ease 400ms;
}
.c-input__clear {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 400ms;
}
.c-input__clear .icon {
  width: 15px;
  height: 15px;
}

.c-input-file {
  cursor: pointer;
}
.c-input-file * {
  cursor: pointer;
}
.c-input-file input[type=file] {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-input-file .c-input-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-input-file .c-input-text .icon {
  width: 16px;
  height: 16px;
  border: 1px solid #1FA809;
  margin-inline-start: 8px;
}

.c-file-group {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-inline-start: -20px;
  margin-inline-end: -20px;
}
.c-file-group > * {
  margin-bottom: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.c-file-group > *:last-child {
  margin-bottom: 0;
}
.c-file-group .icon-clear {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid #1FA809;
}

.c-file-img {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  position: relative;
  padding: 30px;
}
.c-file-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.c-file-text {
  position: relative;
  display: inline-flex;
  font-size: 0.875rem;
  margin-top: 4px;
}

.c-textarea {
  position: relative;
  width: 100%;
  height: 128px;
  border-radius: 8px;
  border: 1px solid #999999;
  transition: all ease 400ms;
}
.c-textarea textarea {
  width: 100%;
  height: 100%;
  padding: 12px 22px;
}
.c-textarea textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.c-textarea textarea::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
  display: none;
}
.c-textarea textarea::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border: 0;
  border-radius: 50px;
}
.c-textarea textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
.c-textarea textarea::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@-moz-document url-prefix() {
  .c-textarea textarea {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.7) #F0F0F0;
  }
}

.c-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -10px;
  margin-inline-end: -10px;
  margin-bottom: -20px;
}
.c-checkbox-group > * {
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  margin-bottom: 20px;
}

.c-checkbox, .c-radio {
  display: flex;
  align-items: center;
}
.c-checkbox label, .c-radio label {
  cursor: pointer;
}
.c-checkbox input[type=checkbox], .c-checkbox input[type=radio], .c-radio input[type=checkbox], .c-radio input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  margin-inline-end: 10px;
  border: 1px solid #1FA809;
}
.c-checkbox input[type=checkbox]::before, .c-checkbox input[type=radio]::before, .c-radio input[type=checkbox]::before, .c-radio input[type=radio]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-checkbox input[type=checkbox]:checked::before, .c-checkbox input[type=radio]:checked::before, .c-radio input[type=checkbox]:checked::before, .c-radio input[type=radio]:checked::before {
  content: "";
}

.c-select {
  width: 100%;
  transition: all ease 400ms;
}

.c-hint {
  font-size: 0.75rem;
  color: #999999;
  margin-top: 4px;
  transition: all ease 400ms;
}
@media (min-width: 992px) {
  .c-hint {
    font-size: 0.875rem;
  }
}
.c-hint.is-error {
  color: #FA5D52;
}

[field-state] {
  transition: all ease 400ms;
}
[field-state] .c-hint.is-error {
  display: none;
}
[field-state].is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
[field-state].is-hidden {
  display: none;
}
[field-state].is-error .c-label {
  color: #FA5D52;
}
[field-state].is-error .c-hint.is-error {
  display: block;
}

[input-state] {
  transition: all ease 400ms;
}
[input-state].is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
[input-state].is-hidden {
  display: none;
}
[input-state].is-focus .c-input {
  border-color: #7F908F;
}
[input-state].is-typing .c-input__clear {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all ease 400ms;
}
[input-state].is-error .c-input, [input-state].is-error .c-textarea {
  border: 1px solid #FA5D52;
}
[input-state].is-error .c-input__clear {
  color: #FA5D52;
  transition: all ease 400ms;
}
[input-state].is-error .c-select .selectric, [input-state].is-error .c-select .select2-container--default .select2-selection--single {
  border-color: #FA5D52;
}
[input-state].is-error .c-hint.is-error {
  display: block;
}

.c-toast {
  min-width: 214px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  border-radius: 8px;
  line-height: 145%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 27px 42px;
  opacity: 0;
  pointer-events: none;
  z-index: 1080;
  transition: all ease 400ms;
}
.c-toast.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: all ease 400ms;
}
.c-toast__icon {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.c-toast__icon .icon {
  width: 28px;
  height: 28px;
  color: #7F908F;
}
.c-toast__text {
  text-align: center;
}

.c-tag {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #CB470E;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .c-tag {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .c-tag {
    padding: 6px 10px;
  }
}

.c-hashtag {
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .c-hashtag {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .c-hashtag:hover, .c-hashtag:focus, .c-hashtag:focus-visible {
    color: #ffffff;
    background-color: #000000;
  }
}

.c-filter-wrap {
  display: flex;
  justify-content: flex-end;
}
.c-filter-wrap .select2-container {
  max-width: 220px;
  width: 220px !important;
}
@media (max-width: 991.98px) {
  .c-filter-wrap .select2-container {
    max-width: 100%;
    width: 100% !important;
  }
}
.c-filter-wrap .select2-container .select2-selection--single {
  padding: 12px 10px 12px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #CB470E;
  border: none;
  transition: all ease 400ms;
}
.c-filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .c-filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 0.75rem;
  }
}
.c-filter-wrap .select2-container .select2-selection--single .select2-selection__arrow::after {
  width: 24px;
  height: 24px;
  content: url("../images/icon/filter-arrow-white.svg");
}
@media (hover: hover) {
  .c-filter-wrap .select2-container .select2-selection--single:hover, .c-filter-wrap .select2-container .select2-selection--single:focus, .c-filter-wrap .select2-container .select2-selection--single:focus-visible {
    background-color: #CB470E;
  }
  .c-filter-wrap .select2-container .select2-selection--single:hover .select2-selection__rendered, .c-filter-wrap .select2-container .select2-selection--single:focus .select2-selection__rendered, .c-filter-wrap .select2-container .select2-selection--single:focus-visible .select2-selection__rendered {
    color: #ffffff;
  }
  .c-filter-wrap .select2-container .select2-selection--single:hover .select2-selection__arrow::after, .c-filter-wrap .select2-container .select2-selection--single:focus .select2-selection__arrow::after, .c-filter-wrap .select2-container .select2-selection--single:focus-visible .select2-selection__arrow::after {
    content: url("../images/icon/filter-arrow-white.svg");
  }
}
.c-filter-wrap .select2-container.select2-container--open .select2-selection--single {
  background-color: #CB470E;
}
.c-filter-wrap .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.c-filter-wrap .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(180deg);
}

.select2-dropdown {
  border: none !important;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.select2-dropdown .select2-results__option {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #636363;
}
@media (max-width: 991.98px) {
  .select2-dropdown .select2-results__option {
    font-size: 0.75rem;
  }
}
.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(94, 87, 79, 0.2);
  color: #000000;
}

.c-swiper-button-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-swiper-button-wrap .c-swiper-button-prev, .c-swiper-button-wrap .c-swiper-button-next {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
.c-swiper-button-wrap .c-swiper-button-prev.swiper-button-disabled, .c-swiper-button-wrap .c-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-swiper-button-wrap .c-swiper-button-prev .icon-wrap, .c-swiper-button-wrap .c-swiper-button-next .icon-wrap {
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all ease 400ms;
}
.c-swiper-button-wrap .c-swiper-button-prev .icon-wrap .btn-icon, .c-swiper-button-wrap .c-swiper-button-next .icon-wrap .btn-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
.c-swiper-button-wrap .c-swiper-button-prev .icon-wrap .btn-icon svg path, .c-swiper-button-wrap .c-swiper-button-next .icon-wrap .btn-icon svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-swiper-button-wrap .c-swiper-button-prev:hover, .c-swiper-button-wrap .c-swiper-button-prev:focus, .c-swiper-button-wrap .c-swiper-button-prev:focus-visible {
    background-color: #000000 !important;
  }
  .c-swiper-button-wrap .c-swiper-button-prev:hover .icon-wrap .btn-icon, .c-swiper-button-wrap .c-swiper-button-prev:focus .icon-wrap .btn-icon, .c-swiper-button-wrap .c-swiper-button-prev:focus-visible .icon-wrap .btn-icon {
    transform: translateX(-44px);
  }
  .c-swiper-button-wrap .c-swiper-button-prev:hover .icon-wrap .btn-icon svg path, .c-swiper-button-wrap .c-swiper-button-prev:focus .icon-wrap .btn-icon svg path, .c-swiper-button-wrap .c-swiper-button-prev:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}
.c-swiper-button-wrap .c-swiper-button-next .icon-wrap .btn-icon {
  transform: translateX(-44px);
}
@media (hover: hover) {
  .c-swiper-button-wrap .c-swiper-button-next:hover, .c-swiper-button-wrap .c-swiper-button-next:focus, .c-swiper-button-wrap .c-swiper-button-next:focus-visible {
    background-color: #000000 !important;
  }
  .c-swiper-button-wrap .c-swiper-button-next:hover .icon-wrap .btn-icon, .c-swiper-button-wrap .c-swiper-button-next:focus .icon-wrap .btn-icon, .c-swiper-button-wrap .c-swiper-button-next:focus-visible .icon-wrap .btn-icon {
    transform: translateX(0);
  }
  .c-swiper-button-wrap .c-swiper-button-next:hover .icon-wrap .btn-icon svg path, .c-swiper-button-wrap .c-swiper-button-next:focus .icon-wrap .btn-icon svg path, .c-swiper-button-wrap .c-swiper-button-next:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}
.c-swiper-button-wrap .c-swiper-pagination {
  width: fit-content;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: #000000;
}
@media (max-width: 991.98px) {
  .c-swiper-button-wrap .c-swiper-pagination {
    font-size: 1rem;
  }
}

.m-editor .article-system-wrap {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .m-editor .article-system-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.m-editor .nsdi-article-system {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-editor .nsdi-article-system {
    margin-bottom: 40px;
  }
}
.m-editor .nsdi-article-system .row {
  align-items: center;
}
.m-editor .nas-image-wrapper img {
  width: 100%;
}
.m-editor .nas-article {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-editor .nas-article {
    margin-top: 0;
  }
}
.m-editor #T6 {
  margin-bottom: -24px;
}
.m-editor #T6 .nas-image-wrapper {
  margin-bottom: 24px;
}
.m-editor > div:last-child .nsdi-article-system {
  margin-bottom: 0;
}

.m-header {
  position: relative;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 29.1666666667%;
}
.m-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.m-cards {
  margin-bottom: -36px;
}
@media (min-width: 1200px) {
  .m-cards {
    margin-bottom: -96px;
  }
}
.m-cards > * {
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .m-cards > * {
    margin-bottom: 96px;
  }
}

section.m-title-section .container .page-title-wrap {
  display: flex;
  justify-content: center;
}
section.m-title-section .container .page-title-wrap .title-wrap {
  position: relative;
}
section.m-title-section .container .page-title-wrap .title-wrap .c-access {
  position: absolute;
  top: -29px;
  left: 0;
}
@media (max-width: 991.98px) {
  section.m-title-section .container .page-title-wrap .title-wrap .c-access {
    top: 50%;
    left: -29px;
    transform: translateY(-50%);
  }
}
section.m-title-section .container .page-title-wrap .title-wrap .page-title {
  font-size: 3.75rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  section.m-title-section .container .page-title-wrap .title-wrap .page-title {
    font-size: 1.375rem;
  }
}

section.m-content-title-section .container .page-title-wrap {
  display: flex;
  justify-content: center;
}
section.m-content-title-section .container .page-title-wrap .title-wrap {
  position: relative;
}
section.m-content-title-section .container .page-title-wrap .title-wrap .c-access {
  position: absolute;
  top: -29px;
  left: 0;
}
section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .page-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .page-title {
    font-size: 1.5rem;
  }
}
section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .page-description {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .page-description {
    font-size: 1.25rem;
  }
}
section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .date {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .date {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  section.m-content-title-section .container .page-title-wrap .title-wrap .text-wrap .date {
    font-size: 0.875rem;
  }
}
section.m-content-title-section .container .page-title-wrap .title-wrap .hashtag-wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  section.m-content-title-section .container .page-title-wrap .title-wrap .hashtag-wrap {
    gap: 10px;
  }
}

section.m-kv-section {
  margin-top: -130px;
}
@media (max-width: 991.98px) {
  section.m-kv-section {
    margin-top: 0;
  }
}
section.m-kv-section .img .img-wrap {
  width: 100%;
  aspect-ratio: 1920/996.797;
  mask-image: url("../images/pages/kv-mask.svg");
  mask-size: contain;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  section.m-kv-section .img .img-wrap {
    aspect-ratio: 375/453;
    mask-image: url("../images/pages/kv-mask-mobile.svg");
  }
}
section.m-kv-section .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.content-function-section {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media (max-width: 991.98px) {
  section.content-function-section {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
section.content-function-section .c-function-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  section.content-function-section .c-function-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
section.content-function-section .c-function-wrap .share-wrap {
  display: flex;
  align-items: center;
}
section.content-function-section .c-function-wrap .share-wrap .share-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  section.content-function-section .c-function-wrap .share-wrap .share-title {
    font-size: 1.125rem;
  }
}
section.content-function-section .c-function-wrap .share-wrap .vertical-line {
  margin: 0 20px;
  width: 1px;
  height: 24px;
  background-color: rgba(94, 87, 79, 0.4);
}
section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn .primary {
  display: block;
}
section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn .black {
  display: none;
}
@media (hover: hover) {
  section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn:hover .primary, section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn:focus .primary, section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn:focus-visible .primary {
    display: none;
  }
  section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn:hover .black, section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn:focus .black, section.content-function-section .c-function-wrap .share-wrap .share-btn-wrap .share-btn:focus-visible .black {
    display: block;
  }
}

.l-nav {
  background-color: #EFEFEF;
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 72px;
  height: 130px;
  display: flex;
  align-items: center;
  z-index: 1040;
  transition: all ease 400ms;
}
@media (max-width: 1399.98px) {
  .l-nav {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .l-nav {
    padding: 0 20px;
    height: 85px;
  }
}
.l-nav .sr-only {
  display: block;
  width: 298px;
  height: 132px;
  padding: 44px 100px 52px 29px;
  background-image: url("../images/layout/sr-only.svg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: -132px;
  left: 0;
  opacity: 0;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .l-nav .sr-only {
    font-size: 1rem;
  }
}
.l-nav .sr-only:focus, .l-nav .sr-only:focus-visible {
  opacity: 1;
  top: 0;
}
.l-nav__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-nav__logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 242px;
  height: 57px;
  background-image: url("../images/layout/logo.svg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .l-nav__logo {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 242px;
    height: 57px;
    background-image: url("../images/layout/logo@2x.png");
  }
}
@media (max-width: 991.98px) {
  .l-nav__logo {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 170px;
    height: 40.035px;
    background-image: url("../images/layout/logo.svg");
  }
}
@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (min--moz-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 1.25/1), only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (min-resolution: 200dpi), only screen and (max-width: 991.98px) and (min-resolution: 1.25dppx) {
  .l-nav__logo {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 170px;
    height: 40.035px;
    background-image: url("../images/layout/logo@2x.png");
  }
}
.l-nav__logo__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-nav__logo__inner .js-nav-logo:focus, .l-nav__logo__inner .js-nav-logo:focus-visible {
  box-shadow: inset 0 0 0 2px #CB470E !important;
}
.l-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  .l-nav__list {
    display: none;
  }
}
.l-nav__list .nav-list {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1619.98px) {
  .l-nav__list .nav-list {
    gap: 30px;
  }
}
@media (max-width: 1399.98px) {
  .l-nav__list .nav-list {
    gap: 20px;
  }
}
.l-nav__list .nav-list .nav-item .nav-link {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .l-nav__list .nav-list .nav-item .nav-link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .l-nav__list .nav-list .nav-item .nav-link:hover, .l-nav__list .nav-list .nav-item .nav-link:focus, .l-nav__list .nav-list .nav-item .nav-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
.l-nav__list .nav-list .nav-item .nav-link.active {
  color: #CB470E;
}
.l-nav__function {
  display: flex;
  gap: 60px;
}
@media (max-width: 1619.98px) {
  .l-nav__function {
    gap: 30px;
  }
}
@media (max-width: 1399.98px) {
  .l-nav__function {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .l-nav__function {
    display: none;
  }
}
.l-nav__function .site-function {
  display: flex;
  align-items: center;
  gap: 15px;
}
.l-nav__function .site-function .size-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-nav__function .site-function .size-wrap .font-change-btn {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(234, 85, 20, 0.4);
  transition: all ease 400ms;
}
.l-nav__function .site-function .size-wrap .font-change-btn > span {
  color: #000000;
  transition: all ease 400ms;
}
.l-nav__function .site-function .size-wrap .font-change-btn.font-small > span {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (max-width: 991.98px) {
  .l-nav__function .site-function .size-wrap .font-change-btn.font-small > span {
    font-size: 1rem;
  }
}
.l-nav__function .site-function .size-wrap .font-change-btn.font-medium > span {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .l-nav__function .site-function .size-wrap .font-change-btn.font-medium > span {
    font-size: 1.125rem;
  }
}
.l-nav__function .site-function .size-wrap .font-change-btn.font-large > span {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  .l-nav__function .site-function .size-wrap .font-change-btn.font-large > span {
    font-size: 1.25rem;
  }
}
.l-nav__function .site-function .size-wrap .font-change-btn.active, .l-nav__function .site-function .size-wrap .font-change-btn:hover, .l-nav__function .site-function .size-wrap .font-change-btn:focus, .l-nav__function .site-function .size-wrap .font-change-btn:focus-visible {
  background-color: #CB470E;
}
.l-nav__function .site-function .size-wrap .font-change-btn.active > span, .l-nav__function .site-function .size-wrap .font-change-btn:hover > span, .l-nav__function .site-function .size-wrap .font-change-btn:focus > span, .l-nav__function .site-function .size-wrap .font-change-btn:focus-visible > span {
  color: #ffffff;
}
.l-nav__function .site-function .sitemap {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  color: #000000;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .l-nav__function .site-function .sitemap {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-nav__function .site-function .sitemap:hover {
    opacity: 0.8;
  }
  .l-nav__function .site-function .sitemap:focus, .l-nav__function .site-function .sitemap:focus-visible {
    outline: 2px solid #CB470E !important;
  }
}
.l-nav__function .search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  transition: all ease 400ms;
}
.l-nav__function .search svg path {
  transition: all ease 400ms;
}
.l-nav__function .search > span {
  position: absolute;
  opacity: 0;
}
@media (hover: hover) {
  .l-nav__function .search:hover, .l-nav__function .search:focus, .l-nav__function .search:focus-visible {
    background-color: #000000;
  }
}
.l-nav__hamburger {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
@media (min-width: 1200px) {
  .l-nav__hamburger {
    display: none;
  }
}
.l-nav__hamburger svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  .l-nav__hamburger:hover, .l-nav__hamburger:focus, .l-nav__hamburger:focus-visible {
    background-color: #000000;
  }
  .l-nav__hamburger:hover svg path, .l-nav__hamburger:focus svg path, .l-nav__hamburger:focus-visible svg path {
    fill: #CB470E;
  }
}

.nav-pop {
  width: calc(100% - 20px);
  height: fit-content;
  max-height: calc(100vh - 20px);
  max-height: calc(var(--vh, 1vh) * 100 - 20px);
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
  z-index: 1100;
  top: 10px;
  left: 10px;
  padding: 20px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 400ms;
}
.nav-pop.is-open {
  opacity: 1;
  visibility: visible;
}

.l-footer__decoration {
  margin-bottom: -1px;
  position: relative;
  width: 100%;
}
.l-footer__decoration .decorate .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 6.40625%;
}
.l-footer__decoration .decorate .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__decoration .gotop-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__decoration .gotop-wrap .container .js-gotop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  overflow: hidden;
  transition: all ease 400ms;
}
.l-footer__decoration .gotop-wrap .container .js-gotop .icon-wrap {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.l-footer__decoration .gotop-wrap .container .js-gotop .icon-wrap .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: all ease 400ms;
}
@media (hover: hover) {
  .l-footer__decoration .gotop-wrap .container .js-gotop:hover, .l-footer__decoration .gotop-wrap .container .js-gotop:focus, .l-footer__decoration .gotop-wrap .container .js-gotop:focus-visible {
    background-color: #000000;
  }
  .l-footer__decoration .gotop-wrap .container .js-gotop:hover .icon-wrap .btn-icon, .l-footer__decoration .gotop-wrap .container .js-gotop:focus .icon-wrap .btn-icon, .l-footer__decoration .gotop-wrap .container .js-gotop:focus-visible .icon-wrap .btn-icon {
    transform: translateY(-65px);
  }
}
.l-footer__content {
  background-color: #CB470E;
  padding: 0 0 120px 0;
}
@media (max-width: 991.98px) {
  .l-footer__content {
    padding: 50px 0;
  }
}
.l-footer__content .logo-wrap {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 95px;
}
@media (max-width: 991.98px) {
  .l-footer__content .logo-wrap {
    margin-bottom: 60px;
  }
}
.l-footer__content .logo-wrap .c-access {
  position: absolute;
  top: -24px;
}
.l-footer__content .logo-wrap .c-access a[accesskey]:focus, .l-footer__content .logo-wrap .c-access a[accesskey]:focus-visible {
  box-shadow: inset 0 0 0 2px #ffffff !important;
}
.l-footer__content .logo-wrap .footer-logo {
  display: block;
  width: 409px;
}
.l-footer__content .logo-wrap .footer-logo:focus, .l-footer__content .logo-wrap .footer-logo:focus-visible {
  box-shadow: inset 0 0 0 2px #ffffff !important;
}
@media (max-width: 991.98px) {
  .l-footer__content .logo-wrap .footer-logo {
    width: 300px;
  }
}
.l-footer__content .logo-wrap .footer-logo .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 23.4718826406%;
}
@media (max-width: 991.98px) {
  .l-footer__content .logo-wrap .footer-logo .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 23.3333333333%;
  }
}
.l-footer__content .logo-wrap .footer-logo .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__content .footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body {
    flex-direction: column;
    gap: 40px;
  }
}
.l-footer__content .footer-body .list-wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 413.98px) {
  .l-footer__content .footer-body .list-wrap {
    width: 100%;
  }
}
.l-footer__content .footer-body .list-wrap .footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 135px;
  width: 135px;
  max-width: 135px;
}
@media (max-width: 413.98px) {
  .l-footer__content .footer-body .list-wrap .footer-list {
    min-width: calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .list-wrap .footer-list .footer-item {
    display: flex;
    justify-content: center;
  }
}
.l-footer__content .footer-body .list-wrap .footer-list .footer-item .footer-link {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .list-wrap .footer-list .footer-item .footer-link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .l-footer__content .footer-body .list-wrap .footer-list .footer-item .footer-link:hover, .l-footer__content .footer-body .list-wrap .footer-list .footer-item .footer-link:focus, .l-footer__content .footer-body .list-wrap .footer-list .footer-item .footer-link:focus-visible {
    background-color: #000000;
  }
}
.l-footer__content .footer-body .function-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap {
    align-items: center;
  }
}
.l-footer__content .footer-body .function-wrap .go-official {
  min-width: 200px;
  padding: 6px 10px 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #ffffff;
  transition: all ease 400ms;
}
.l-footer__content .footer-body .function-wrap .go-official .btn-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #CB470E;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap .go-official .btn-text {
    font-size: 0.875rem;
  }
}
.l-footer__content .footer-body .function-wrap .go-official .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.l-footer__content .footer-body .function-wrap .go-official .btn-icon svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  .l-footer__content .footer-body .function-wrap .go-official:hover, .l-footer__content .footer-body .function-wrap .go-official:focus, .l-footer__content .footer-body .function-wrap .go-official:focus-visible {
    background-color: #000000;
  }
  .l-footer__content .footer-body .function-wrap .go-official:hover .btn-text, .l-footer__content .footer-body .function-wrap .go-official:focus .btn-text, .l-footer__content .footer-body .function-wrap .go-official:focus-visible .btn-text {
    color: #ffffff;
  }
  .l-footer__content .footer-body .function-wrap .go-official:hover .btn-icon svg path, .l-footer__content .footer-body .function-wrap .go-official:focus .btn-icon svg path, .l-footer__content .footer-body .function-wrap .go-official:focus-visible .btn-icon svg path {
    fill: #ffffff;
  }
}
.l-footer__content .footer-body .function-wrap .link-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap .link-wrap {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap {
    order: 2;
  }
}
.l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list {
    justify-content: center;
  }
}
.l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item {
  display: flex;
  align-items: center;
}
.l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  margin: 0 16px;
}
.l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item:last-child::after {
  display: none;
}
.l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item .policy-link {
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: #ffffff;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item .policy-link {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item .policy-link:hover, .l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item .policy-link:focus, .l-footer__content .footer-body .function-wrap .link-wrap .policy-wrap .policy-list .policy-item .policy-link:focus-visible {
    color: #ffffff;
    background-color: #000000;
  }
}
.l-footer__content .footer-body .function-wrap .link-wrap .a11y {
  display: block;
  width: 88px;
}
@media (max-width: 991.98px) {
  .l-footer__content .footer-body .function-wrap .link-wrap .a11y {
    order: 1;
    width: 88px;
  }
}
.l-footer__content .footer-body .function-wrap .link-wrap .a11y .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 35.2272727273%;
}
.l-footer__content .footer-body .function-wrap .link-wrap .a11y .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-loading {
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.l-loading.is-hidden {
  opacity: 0;
  z-index: -99;
  transition: all ease 400ms;
}

.l-bg {
  position: fixed;
  background-image: url("../images/layout/l-bg.png");
  background-color: #EFEFEF;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

[data-page=index] .side-social {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  [data-page=index] .side-social {
    display: none;
  }
}
[data-page=index] .side-social .social-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
[data-page=index] .side-social .social-list .social-item .social-link {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] .side-social .social-list .social-item .social-link svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  [data-page=index] .side-social .social-list .social-item .social-link:hover, [data-page=index] .side-social .social-list .social-item .social-link:focus, [data-page=index] .side-social .social-list .social-item .social-link:focus-visible {
    background-color: #000000;
  }
  [data-page=index] .side-social .social-list .social-item .social-link:hover svg path, [data-page=index] .side-social .social-list .social-item .social-link:focus svg path, [data-page=index] .side-social .social-list .social-item .social-link:focus-visible svg path {
    fill: #ffffff;
  }
}
[data-page=index] section.kv-section {
  position: relative;
  z-index: 2;
  margin-top: -130px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.kv-section {
    margin-top: 0;
  }
}
[data-page=index] section.kv-section .swiper {
  position: relative;
}
[data-page=index] section.kv-section .swiper .swiper-wrapper .swiper-slide .img .img-wrap {
  width: 100%;
  aspect-ratio: 1920/996.797;
  mask-image: url("../images/pages/kv-mask.svg");
  mask-size: contain;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  [data-page=index] section.kv-section .swiper .swiper-wrapper .swiper-slide .img .img-wrap {
    aspect-ratio: 375/453;
    mask-image: url("../images/pages/kv-mask-mobile.svg");
  }
}
[data-page=index] section.kv-section .swiper .swiper-wrapper .swiper-slide .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
[data-page=index] section.kv-section .swiper .banner-decorate {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
[data-page=index] section.kv-section .kv-swiper-button-wrap {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1619.98px) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap {
    bottom: 30px;
  }
}
@media (max-width: 1399.98px) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap {
    bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap {
    bottom: -44px;
  }
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev.swiper-button-lock, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next.swiper-button-lock {
  display: none;
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev .icon-wrap, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next .icon-wrap {
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev .icon-wrap .btn-icon, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next .icon-wrap .btn-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev .icon-wrap .btn-icon svg path, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next .icon-wrap .btn-icon svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:hover, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:focus, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:focus-visible {
    background-color: #000000;
  }
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:hover .icon-wrap .btn-icon, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:focus .icon-wrap .btn-icon, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:focus-visible .icon-wrap .btn-icon {
    transform: translateX(-44px);
  }
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:hover .icon-wrap .btn-icon svg path, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:focus .icon-wrap .btn-icon svg path, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-prev:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next .icon-wrap .btn-icon {
  transform: translateX(-44px);
}
@media (hover: hover) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:hover, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:focus, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:focus-visible {
    background-color: #000000;
  }
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:hover .icon-wrap .btn-icon, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:focus .icon-wrap .btn-icon, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:focus-visible .icon-wrap .btn-icon {
    transform: translateX(0);
  }
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:hover .icon-wrap .btn-icon svg path, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:focus .icon-wrap .btn-icon svg path, [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-button-next:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}
[data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-pagination {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: #000000;
}
@media (max-width: 991.98px) {
  [data-page=index] section.kv-section .kv-swiper-button-wrap .kv-swiper-pagination {
    font-size: 1rem;
  }
}
[data-page=index] section.about-section {
  padding-top: 40px;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section {
    padding-top: 74px;
    padding-bottom: 60px;
  }
}
[data-page=index] section.about-section .title-wrap {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
[data-page=index] section.about-section .title-wrap .c-access {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: fit-content;
  height: fit-content;
}
[data-page=index] section.about-section .title-wrap .section-title {
  font-size: 3.75rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Noto Serif TC", serif;
  padding: 0 20px 0 44px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .title-wrap .section-title {
    font-size: 1.375rem;
  }
}
[data-page=index] section.about-section .title-wrap .section-title::before {
  content: url("../images/icon/title-decorate-a11y.svg");
  display: block;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .title-wrap .section-title {
    gap: 15px;
    padding: 0 20px 0 44px;
  }
  [data-page=index] section.about-section .title-wrap .section-title::before {
    content: url("../images/icon/title-decorate-mobile-a11y.svg");
  }
}
[data-page=index] section.about-section .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgba(94, 87, 79, 0.4);
  margin: 50px 0;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .horizontal-line {
    margin: 15px 0;
  }
}
[data-page=index] section.about-section .subtitle-wrap {
  padding-left: 30px;
  display: flex;
  gap: 10px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .subtitle-wrap {
    padding-left: 0;
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-bottom: 30px;
  }
}
[data-page=index] section.about-section .subtitle-wrap .subtitle, [data-page=index] section.about-section .subtitle-wrap .subtitle-decorate {
  writing-mode: vertical-rl;
  margin: 0;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .subtitle-wrap .subtitle, [data-page=index] section.about-section .subtitle-wrap .subtitle-decorate {
    writing-mode: unset;
  }
}
[data-page=index] section.about-section .subtitle-wrap .subtitle {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .subtitle-wrap .subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .subtitle-wrap .subtitle {
    order: 2;
    font-size: 1.5rem;
  }
}
[data-page=index] section.about-section .subtitle-wrap .subtitle-decorate {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .subtitle-wrap .subtitle-decorate {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .subtitle-wrap .subtitle-decorate {
    order: 1;
  }
}
[data-page=index] section.about-section .about-wrap {
  padding-left: 85px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .about-wrap {
    gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
[data-page=index] section.about-section .about-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .about-wrap .text-wrap {
    gap: 20px;
  }
}
[data-page=index] section.about-section .about-wrap .text-wrap h3 {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .about-wrap .text-wrap h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .about-wrap .text-wrap h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
[data-page=index] section.about-section .about-wrap .text-wrap p {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .about-wrap .text-wrap p {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] section.about-section .about-wrap .c-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
[data-page=index] section.marquee-section .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
[data-page=index] section.marquee-section .swiper .swiper-wrapper .swiper-slide:focus-visible {
  box-shadow: inset 0 0 0 2px #CB470E !important;
  border: 2px solid #CB470E;
}
[data-page=index] section.marquee-section .swiper .swiper-wrapper .swiper-slide .img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=index] section.marquee-section .swiper .swiper-wrapper .swiper-slide .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.2222222222%;
}
[data-page=index] section.marquee-section .swiper .swiper-wrapper .swiper-slide .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=index] section.marquee-section .swiper-button-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  [data-page=index] section.marquee-section .swiper-button-wrap {
    justify-content: center;
  }
}
[data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all ease 400ms;
}
[data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button.active {
  display: flex;
}
[data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  [data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button:hover, [data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button:focus, [data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button:focus-visible {
    background-color: #000000;
  }
  [data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button:hover svg path, [data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button:focus svg path, [data-page=index] section.marquee-section .swiper-button-wrap .active-button-wrap button:focus-visible svg path {
    fill: #ffffff;
  }
}
[data-page=index] section.news-section {
  padding-top: 90px;
  padding-bottom: 115px;
  background-image: url("../images/pages/index/news-bg-a11y.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  [data-page=index] section.news-section {
    background-image: url("../images/pages/index/news-bg-mobile-a11y.svg");
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
[data-page=index] section.news-section .container .section-title {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  [data-page=index] section.news-section .container .section-title {
    font-size: 2rem;
  }
}
[data-page=index] section.news-section .container .section-title::before {
  content: url("../images/pages/index/news-title-decorate-a11y.svg");
  display: block;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.news-section .container .section-title::before {
    content: url("../images/pages/index/news-title-decorate-mobile-a11y.svg");
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  [data-page=index] section.news-section .container .swiper {
    overflow: unset;
  }
}
@media (min-width: 992px) {
  [data-page=index] section.news-section .container .news-list {
    display: grid;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  [data-page=index] section.news-section .container .news-list .swiper-slide {
    height: unset;
  }
}
@media (min-width: 992px) {
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-5) {
    grid-column: 1;
    grid-row: 1;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-5) .img {
    aspect-ratio: 460/616;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-5) .img .hor-image {
    display: none;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-4) {
    grid-column: 2/4;
    grid-row: 1;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-4) .img {
    aspect-ratio: 950/616;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-4) .img .ver-image {
    display: none;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-3) {
    grid-column: 1;
    grid-row: 2/4;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-3) .img {
    aspect-ratio: 460/616;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-3) .img .hor-image {
    display: none;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-2) .img {
    aspect-ratio: 460/293;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-2) .img .ver-image {
    display: none;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-1) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-1) .img {
    aspect-ratio: 460/293;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n-1) .img .ver-image {
    display: none;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n) {
    grid-column: 3/4;
    grid-row: 2/4;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n) .img {
    aspect-ratio: 460/616;
  }
  [data-page=index] section.news-section .container .news-list .news-item:nth-child(6n) .img .hor-image {
    display: none;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] section.news-section .container .news-list .news-item .index-news-card .card-head .img .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 146.0606060606%;
  }
  [data-page=index] section.news-section .container .news-list .news-item .index-news-card .card-head .img .img-wrap .hor-image {
    display: none;
  }
  [data-page=index] section.news-section .container .news-list .news-item .index-news-card .card-head .img .img-wrap .ver-image {
    display: block;
  }
}
@media (hover: hover) {
  [data-page=index] section.news-section .container .news-list .news-item .index-news-card:hover .card-head .img .img-wrap, [data-page=index] section.news-section .container .news-list .news-item .index-news-card:focus .card-head .img .img-wrap, [data-page=index] section.news-section .container .news-list .news-item .index-news-card:focus-visible .card-head .img .img-wrap {
    transform: scale(1.05);
  }
  [data-page=index] section.news-section .container .news-list .news-item .index-news-card:hover .card-head .c-tag, [data-page=index] section.news-section .container .news-list .news-item .index-news-card:focus .card-head .c-tag, [data-page=index] section.news-section .container .news-list .news-item .index-news-card:focus-visible .card-head .c-tag {
    background-color: #ffffff;
    color: #CB470E;
  }
}
[data-page=index] section.news-section .container .c-swiper-button-wrap {
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  [data-page=index] section.news-section .container .c-swiper-button-wrap {
    display: none;
  }
}
[data-page=index] section.news-section .container .c-swiper-button-wrap .c-swiper-button-prev, [data-page=index] section.news-section .container .c-swiper-button-wrap .c-swiper-button-next {
  background-color: #ffffff;
}
[data-page=index] section.news-section .container .c-swiper-button-wrap .c-swiper-pagination {
  color: #ffffff;
}
[data-page=index] section.news-section .container .button-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  [data-page=index] section.news-section .container .button-wrap {
    margin-top: 30px;
  }
}
[data-page=index] section.location-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
[data-page=index] section.location-section .container .section-title {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .section-title {
    font-size: 2rem;
  }
}
[data-page=index] section.location-section .container .section-title::before {
  content: url("../images/pages/index/location-title-decorate-a11y.svg");
  display: block;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .section-title {
    margin-bottom: 20px;
  }
  [data-page=index] section.location-section .container .section-title::before {
    content: url("../images/pages/index/location-title-decorate-mobile-a11y.svg");
    margin-right: 10px;
  }
}
[data-page=index] section.location-section .container .map-wrap {
  margin-bottom: 150px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 53.4722222222%;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 146.0606060606%;
    margin-bottom: 60px;
  }
}
[data-page=index] section.location-section .container .map-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=index] section.location-section .container .location-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .location-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
[data-page=index] section.location-section .container .location-wrap .location-image {
  flex-shrink: 0;
  width: 470px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .location-wrap .location-image {
    width: 100%;
  }
}
[data-page=index] section.location-section .container .location-wrap .location-image .location-image-link {
  display: block;
  cursor: default;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .location-wrap .location-image .location-image-link {
    cursor: pointer;
  }
}
[data-page=index] section.location-section .container .location-wrap .location-image .img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=index] section.location-section .container .location-wrap .location-image .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 127.6595744681%;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .location-wrap .location-image .img .img-wrap {
    min-height: unset;
  }
}
[data-page=index] section.location-section .container .location-wrap .location-image .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=index] section.location-section .container .location-wrap .swiper {
  width: 100%;
}
[data-page=index] section.location-section .container .location-wrap .swiper .swiper-wrapper .swiper-slide {
  height: fit-content;
}
[data-page=index] section.location-section .container .location-wrap .c-swiper-button-wrap {
  margin-top: 10px;
  justify-content: center;
}
@media (min-width: 992px) {
  [data-page=index] section.location-section .container .location-wrap .c-swiper-button-wrap {
    display: none;
  }
}
[data-page=index] section.location-section .container .location-wrap .location-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .location-wrap .location-list {
    flex-direction: row;
  }
}
[data-page=index] section.location-section .container .button-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  [data-page=index] section.location-section .container .button-wrap {
    margin-top: 30px;
  }
}
[data-page=index] section.travel-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
[data-page=index] section.travel-section .container .travel-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image {
  width: 51%;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-image {
    width: 100%;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image .travel-image-link {
  display: block;
  cursor: default;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-image .travel-image-link {
    cursor: pointer;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image .img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.3758389262%;
  min-height: 100%;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image .img .img-wrap .travel-tag {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "Noto Serif TC", serif;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-image .img .img-wrap .travel-tag {
    font-size: 2rem;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .travel-image .img .img-wrap .travel-tag::before {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 30px;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-content {
  position: relative;
  width: calc(49% - 20px);
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-content {
    width: 100%;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .swiper {
  min-height: 100%;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap .swiper {
    width: 100%;
    min-height: unset;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .swiper .swiper-wrapper .swiper-slide .travel-card {
  height: 100%;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap {
    bottom: -64px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev.swiper-button-disabled, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev .icon-wrap, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next .icon-wrap {
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev .icon-wrap .btn-icon, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next .icon-wrap .btn-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev .icon-wrap .btn-icon svg path, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next .icon-wrap .btn-icon svg path {
  transition: all ease 400ms;
}
@media (hover: hover) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:hover, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:focus, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:focus-visible {
    background-color: #000000;
  }
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:hover .icon-wrap .btn-icon, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:focus .icon-wrap .btn-icon, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:focus-visible .icon-wrap .btn-icon {
    transform: translateX(-44px);
  }
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:hover .icon-wrap .btn-icon svg path, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:focus .icon-wrap .btn-icon svg path, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-prev:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}
[data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next .icon-wrap .btn-icon {
  transform: translateX(-44px);
}
@media (hover: hover) {
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:hover, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:focus, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:focus-visible {
    background-color: #000000;
  }
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:hover .icon-wrap .btn-icon, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:focus .icon-wrap .btn-icon, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:focus-visible .icon-wrap .btn-icon {
    transform: translateX(0);
  }
  [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:hover .icon-wrap .btn-icon svg path, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:focus .icon-wrap .btn-icon svg path, [data-page=index] section.travel-section .container .travel-wrap .travel-swiper-button-wrap .travel-swiper-button-next:focus-visible .icon-wrap .btn-icon svg path {
    stroke: #ffffff;
  }
}
[data-page=index] section.travel-section .container .button-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  [data-page=index] section.travel-section .container .button-wrap {
    margin-top: 94px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

[data-page=about] .l-nav .nav-about-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=about] .l-nav .nav-about-link:hover, [data-page=about] .l-nav .nav-about-link:focus, [data-page=about] .l-nav .nav-about-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2) !important;
  }
}
[data-page=about] section.about-section {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=about] section.about-section {
    padding-bottom: 60px;
  }
}
[data-page=about] section.about-section .container .about-wrap {
  padding-top: 120px;
  display: flex;
  gap: 100px;
}
@media (max-width: 991.98px) {
  [data-page=about] section.about-section .container .about-wrap {
    flex-direction: column;
    gap: 0;
    padding-top: 30px;
  }
}
[data-page=about] section.about-section .container .about-wrap .anchor-wrap {
  flex-shrink: 0;
  position: sticky;
  top: 250px;
  min-width: 350px;
  max-width: 350px;
  height: fit-content;
}
@media (max-width: 1619.98px) {
  [data-page=about] section.about-section .container .about-wrap .anchor-wrap {
    min-width: 320px;
    max-width: 320px;
  }
}
@media screen and (max-width: 1449.98px) {
  [data-page=about] section.about-section .container .about-wrap .anchor-wrap {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  [data-page=about] section.about-section .container .about-wrap .anchor-wrap {
    display: none;
  }
}
[data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
[data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link {
  display: flex;
  padding: 0 20px 0 16px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 991.98px) {
  [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link {
    font-size: 0.75rem;
  }
}
[data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 16px;
  transform: translateY(9px);
}
[data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link.active {
  color: #000000;
}
[data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link.active::before {
  background-color: #000000;
}
@media (hover: hover) {
  [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link:hover, [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link:focus, [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link:focus-visible {
    color: #000000;
  }
  [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link:hover::before, [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link:focus::before, [data-page=about] section.about-section .container .about-wrap .anchor-wrap .anchor-list .anchor-item .anchor-link:focus-visible::before {
    background-color: #000000;
  }
}
[data-page=about] section.about-section .container .about-wrap .content-wrap .each-content {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(94, 87, 79, 0.4);
}
[data-page=about] section.about-section .container .about-wrap .content-wrap .each-content:first-of-type {
  padding-top: 0;
}
[data-page=about] section.about-section .container .about-wrap .content-wrap .each-content:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  [data-page=about] section.about-section .container .about-wrap .content-wrap .each-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

[data-page=news-list] .l-nav .nav-news-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=news-list] .l-nav .nav-news-link:hover, [data-page=news-list] .l-nav .nav-news-link:focus, [data-page=news-list] .l-nav .nav-news-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
@media (hover: hover) {
  [data-page=news-list] .c-news-card:hover .card-head .img .img-wrap, [data-page=news-list] .c-news-card:focus .card-head .img .img-wrap, [data-page=news-list] .c-news-card:focus-visible .card-head .img .img-wrap {
    transform: scale(1.05);
  }
  [data-page=news-list] .c-news-card:hover .card-head .c-tag, [data-page=news-list] .c-news-card:focus .card-head .c-tag, [data-page=news-list] .c-news-card:focus-visible .card-head .c-tag {
    background-color: #ffffff;
    color: #CB470E;
  }
}
[data-page=news-list] section.kv-section {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.kv-section {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
[data-page=news-list] section.kv-section .c-news-card .card-head .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 39.7222222222%;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.kv-section .c-news-card .card-head .img .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 96.0606060606%;
  }
}
[data-page=news-list] section.kv-section .c-news-card .card-head .img .img-wrap .ver-image {
  display: none;
}
[data-page=news-list] section.kv-section .c-news-card .card-head .c-tag {
  background-color: #ffffff;
  color: #CB470E;
  border: 1px solid #CB470E;
}
[data-page=news-list] section.kv-section .c-news-card .card-body .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: start;
}
[data-page=news-list] section.news-section {
  padding-bottom: 240px;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.news-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
[data-page=news-list] section.news-section .filter-wrap {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.news-section .filter-wrap {
    margin-bottom: 20px;
  }
}
[data-page=news-list] section.news-section .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.news-section .news-list {
    gap: 30px;
  }
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) {
  width: calc((100% - 60px) / 3);
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 133.9130434783%;
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap .hor-image {
  display: none;
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap .ver-image {
  display: block;
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) {
  width: calc((100% - 60px) / 3 * 2 + 30px);
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 64.8421052632%;
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap .ver-image {
  display: none;
}
[data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap .hor-image {
  display: block;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) {
    width: calc((100% - 30px) / 2);
  }
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 146.0606060606%;
  }
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap .hor-image {
    display: none;
  }
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap .ver-image {
    display: block;
  }
}
@media (max-width: 767.98px) {
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1), [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) {
    width: 100%;
  }
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 146.0606060606%;
  }
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap .hor-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap .hor-image {
    display: none;
  }
  [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-9) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-8) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-7) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-6) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-5) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-4) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-3) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-2) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n-1) .img-wrap .ver-image, [data-page=news-list] section.news-section .news-list .news-item:nth-child(10n) .img-wrap .ver-image {
    display: block;
  }
}
[data-page=news-list] section.news-section .pagination-wrap {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  [data-page=news-list] section.news-section .pagination-wrap {
    margin-top: 30px;
  }
}

[data-page=news-content] .l-nav .nav-news-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=news-content] .l-nav .nav-news-link:hover, [data-page=news-content] .l-nav .nav-news-link:focus, [data-page=news-content] .l-nav .nav-news-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=news-content] section.kv-section {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  [data-page=news-content] section.kv-section {
    padding-top: 25px;
  }
}
[data-page=news-content] section.kv-section .kv-img {
  position: relative;
}
[data-page=news-content] section.kv-section .kv-img .img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=news-content] section.kv-section .kv-img .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 45.6944444444%;
}
[data-page=news-content] section.kv-section .kv-img .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=news-content] section.kv-section .kv-img .c-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
[data-page=news-content] section.breadcrumb-section {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  [data-page=news-content] section.breadcrumb-section {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
[data-page=news-content] section.breadcrumb-section .c-breadcrumb {
  margin-top: 0;
}
[data-page=news-content] section.content-section {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  [data-page=news-content] section.content-section {
    margin-top: 30px;
  }
}

[data-page=sitemap] section.sitemap-section {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=sitemap] section.sitemap-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
[data-page=sitemap] section.sitemap-section .container .description-wrap {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 190px;
}
@media (max-width: 1199.98px) {
  [data-page=sitemap] section.sitemap-section .container .description-wrap {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  [data-page=sitemap] section.sitemap-section .container .description-wrap {
    margin-bottom: 40px;
    gap: 20px;
  }
}
[data-page=sitemap] section.sitemap-section .container .description-wrap .each-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
[data-page=sitemap] section.sitemap-section .container .description-wrap .each-description .description-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  [data-page=sitemap] section.sitemap-section .container .description-wrap .each-description .description-title {
    font-size: 1.125rem;
  }
}
[data-page=sitemap] section.sitemap-section .container .description-wrap .each-description .description-list {
  padding-left: 24px;
}
[data-page=sitemap] section.sitemap-section .container .description-wrap .each-description .description-list .description-item {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 991.98px) {
  [data-page=sitemap] section.sitemap-section .container .description-wrap .each-description .description-list .description-item {
    font-size: 0.875rem;
  }
}
[data-page=sitemap] section.sitemap-section .container .sitemap-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list {
  width: 605px;
  display: flex;
  gap: 40px 100px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  [data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list {
    width: 100%;
    gap: 10px 100px;
  }
}
[data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list .sitemap-item .sitemap-link {
  display: block;
  position: relative;
  width: 135px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  [data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list .sitemap-item .sitemap-link {
    font-size: 0.875rem;
  }
}
[data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list .sitemap-item .sitemap-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: all ease 400ms;
}
@media (hover: hover) {
  [data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list .sitemap-item .sitemap-link:hover::before, [data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list .sitemap-item .sitemap-link:focus::before, [data-page=sitemap] section.sitemap-section .container .sitemap-wrap .sitemap-list .sitemap-item .sitemap-link:focus-visible::before {
    opacity: 1;
  }
}

[data-page=location-list] .l-nav .nav-location-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=location-list] .l-nav .nav-location-link:hover, [data-page=location-list] .l-nav .nav-location-link:focus, [data-page=location-list] .l-nav .nav-location-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=location-list] section.location-section {
  padding-top: 120px;
  padding-bottom: 150px;
}
[data-page=location-list] section.location-section .map-wrap {
  margin-bottom: 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 53.4722222222%;
}
@media (max-width: 991.98px) {
  [data-page=location-list] section.location-section .map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 146.0606060606%;
    margin-bottom: 60px;
  }
}
[data-page=location-list] section.location-section .map-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=location-list] section.location-section .filter-wrap {
  margin-bottom: 60px;
}
[data-page=location-list] section.location-section .location-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  [data-page=location-list] section.location-section .location-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
[data-page=location-list] section.location-section .location-wrap .location-image {
  flex-shrink: 0;
  width: 470px;
}
@media (max-width: 991.98px) {
  [data-page=location-list] section.location-section .location-wrap .location-image {
    width: 100%;
  }
}
[data-page=location-list] section.location-section .location-wrap .location-image .location-image-link {
  display: block;
  cursor: default;
}
@media (max-width: 991.98px) {
  [data-page=location-list] section.location-section .location-wrap .location-image .location-image-link {
    cursor: pointer;
  }
}
[data-page=location-list] section.location-section .location-wrap .location-image .img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=location-list] section.location-section .location-wrap .location-image .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 127.6595744681%;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  [data-page=location-list] section.location-section .location-wrap .location-image .img .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.3636363636%;
    min-height: unset;
  }
}
[data-page=location-list] section.location-section .location-wrap .location-image .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=location-list] section.location-section .location-wrap .swiper {
  width: 100%;
}
[data-page=location-list] section.location-section .location-wrap .swiper .swiper-wrapper .swiper-slide {
  height: fit-content;
}
[data-page=location-list] section.location-section .location-wrap .c-swiper-button-wrap {
  margin-top: 10px;
  justify-content: center;
}
@media (min-width: 992px) {
  [data-page=location-list] section.location-section .location-wrap .c-swiper-button-wrap {
    display: none;
  }
}
[data-page=location-list] section.location-section .location-wrap .location-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  [data-page=location-list] section.location-section .location-wrap .location-list {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  [data-page=location-list] section.location-section .location-wrap .location-list {
    flex-direction: row;
  }
}

[data-page=location-content] .l-nav .nav-location-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=location-content] .l-nav .nav-location-link:hover, [data-page=location-content] .l-nav .nav-location-link:focus, [data-page=location-content] .l-nav .nav-location-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=location-content] section.info-section {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  [data-page=location-content] section.info-section {
    padding-top: 25px;
  }
}
[data-page=location-content] section.info-section .info-wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  [data-page=location-content] section.info-section .info-wrap {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  [data-page=location-content] section.info-section .info-wrap {
    flex-direction: column;
  }
}
[data-page=location-content] section.info-section .info-wrap .location-wrap {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  [data-page=location-content] section.info-section .info-wrap .location-wrap {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  [data-page=location-content] section.info-section .info-wrap .location-wrap {
    width: 100%;
    order: 2;
  }
}
[data-page=location-content] section.info-section .info-wrap .location-wrap .info-sub-card {
  padding: 0 40px;
}
@media (max-width: 1199.98px) {
  [data-page=location-content] section.info-section .info-wrap .location-wrap .info-sub-card {
    padding: 0 20px;
  }
}
[data-page=location-content] section.info-section .info-wrap .image-wrap {
  width: calc(60% - 40px);
}
@media (max-width: 991.98px) {
  [data-page=location-content] section.info-section .info-wrap .image-wrap {
    width: 100%;
    order: 1;
  }
}
[data-page=location-content] section.info-section .info-wrap .image-wrap .swiper .swiper-wrapper .swiper-slide .img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=location-content] section.info-section .info-wrap .image-wrap .swiper .swiper-wrapper .swiper-slide .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 63.0967741935%;
}
[data-page=location-content] section.info-section .info-wrap .image-wrap .swiper .swiper-wrapper .swiper-slide .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=location-content] section.info-section .info-wrap .image-wrap .largeSwiper {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  [data-page=location-content] section.info-section .info-wrap .image-wrap .largeSwiper {
    margin-bottom: 10px;
  }
}
[data-page=location-content] section.info-section .info-wrap .image-wrap .location-swiper-button-wrap {
  margin-top: 20px;
}
[data-page=location-content] section.content-section {
  margin-top: 108px;
}
@media (max-width: 991.98px) {
  [data-page=location-content] section.content-section {
    margin-top: 30px;
  }
}

[data-page=travel-list] .l-nav .nav-travel-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=travel-list] .l-nav .nav-travel-link:hover, [data-page=travel-list] .l-nav .nav-travel-link:focus, [data-page=travel-list] .l-nav .nav-travel-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=travel-list] .section-title {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  text-align: center;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  [data-page=travel-list] .section-title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
[data-page=travel-list] .load-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] .load-button-wrap {
    margin-top: 30px;
  }
}
[data-page=travel-list] .load-button-wrap .c-btn .icon-wrap {
  flex-direction: column;
}
[data-page=travel-list] .load-button-wrap .c-btn .icon-wrap .btn-icon {
  transform: translate(0, -44px) rotate(90deg);
}
@media (hover: hover) {
  [data-page=travel-list] .load-button-wrap .c-btn:hover .icon-wrap .btn-icon, [data-page=travel-list] .load-button-wrap .c-btn:focus .icon-wrap .btn-icon, [data-page=travel-list] .load-button-wrap .c-btn:focus-visible .icon-wrap .btn-icon {
    transform: translate(0, 0px) rotate(90deg);
  }
}
[data-page=travel-list] section.travel-section, [data-page=travel-list] section.experience-section {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] section.travel-section, [data-page=travel-list] section.experience-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
[data-page=travel-list] section.travel-section .section-title, [data-page=travel-list] section.experience-section .section-title {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] section.travel-section .section-title, [data-page=travel-list] section.experience-section .section-title {
    margin-bottom: 20px;
  }
}
[data-page=travel-list] section.travel-section .travel-list, [data-page=travel-list] section.experience-section .travel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 110px 60px;
}
@media (max-width: 1199.98px) {
  [data-page=travel-list] section.travel-section .travel-list, [data-page=travel-list] section.experience-section .travel-list {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  [data-page=travel-list] section.travel-section .travel-list, [data-page=travel-list] section.experience-section .travel-list {
    flex-direction: column;
  }
}
[data-page=travel-list] section.travel-section .travel-list .travel-item, [data-page=travel-list] section.experience-section .travel-list .travel-item {
  width: calc((100% - 120px) / 3);
}
[data-page=travel-list] section.travel-section .travel-list .travel-item:nth-child(6n-4), [data-page=travel-list] section.experience-section .travel-list .travel-item:nth-child(6n-4) {
  margin-top: 80px;
}
[data-page=travel-list] section.travel-section .travel-list .travel-item:nth-child(6n-2), [data-page=travel-list] section.travel-section .travel-list .travel-item:nth-child(6n), [data-page=travel-list] section.experience-section .travel-list .travel-item:nth-child(6n-2), [data-page=travel-list] section.experience-section .travel-list .travel-item:nth-child(6n) {
  margin-top: -80px;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] section.travel-section .travel-list .travel-item, [data-page=travel-list] section.experience-section .travel-list .travel-item {
    width: 100%;
  }
  [data-page=travel-list] section.travel-section .travel-list .travel-item:nth-child(6n-4), [data-page=travel-list] section.experience-section .travel-list .travel-item:nth-child(6n-4) {
    margin-top: 0;
  }
  [data-page=travel-list] section.travel-section .travel-list .travel-item:nth-child(6n-2), [data-page=travel-list] section.travel-section .travel-list .travel-item:nth-child(6n), [data-page=travel-list] section.experience-section .travel-list .travel-item:nth-child(6n-2), [data-page=travel-list] section.experience-section .travel-list .travel-item:nth-child(6n) {
    margin-top: 0;
  }
}
[data-page=travel-list] section.qa-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] section.qa-section {
    padding-top: 30px;
  }
}
[data-page=travel-list] section.qa-section .container .section-title {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  [data-page=travel-list] section.qa-section .container .section-title {
    margin-bottom: 20px;
  }
}

[data-page=travel-content] .l-nav .nav-travel-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=travel-content] .l-nav .nav-travel-link:hover, [data-page=travel-content] .l-nav .nav-travel-link:focus, [data-page=travel-content] .l-nav .nav-travel-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=travel-content] section.kv-section {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  [data-page=travel-content] section.kv-section {
    padding-top: 25px;
  }
}
[data-page=travel-content] section.kv-section .kv-img {
  position: relative;
}
[data-page=travel-content] section.kv-section .kv-img .img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=travel-content] section.kv-section .kv-img .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 45.6944444444%;
}
[data-page=travel-content] section.kv-section .kv-img .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=travel-content] section.kv-section .kv-img .c-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
[data-page=travel-content] section.breadcrumb-section {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  [data-page=travel-content] section.breadcrumb-section {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
[data-page=travel-content] section.breadcrumb-section .c-breadcrumb {
  margin-top: 0;
}
[data-page=travel-content] section.content-section {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  [data-page=travel-content] section.content-section {
    margin-top: 30px;
  }
}
[data-page=travel-content] section.content-function-section {
  margin-bottom: 150px;
}
@media (max-width: 1399.98px) {
  [data-page=travel-content] section.content-function-section {
    margin-bottom: 0;
  }
}
[data-page=travel-content] section.related-section {
  padding-top: 150px;
  padding-bottom: 86px;
}
@media (max-width: 991.98px) {
  [data-page=travel-content] section.related-section {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
[data-page=travel-content] section.related-section .related-title {
  margin-bottom: 60px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  text-align: center;
}
@media (max-width: 991.98px) {
  [data-page=travel-content] section.related-section .related-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  [data-page=travel-content] section.related-section .related-title {
    font-size: 2rem;
  }
}
[data-page=travel-content] section.related-section .related-swiper-button-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

[data-page=event-list] .l-nav .nav-event-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=event-list] .l-nav .nav-event-link:hover, [data-page=event-list] .l-nav .nav-event-link:focus, [data-page=event-list] .l-nav .nav-event-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=event-list] section.event-kv-section {
  margin-top: 50px;
  margin-bottom: 160px;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-kv-section {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
[data-page=event-list] section.event-section {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section {
    padding-bottom: 60px;
  }
}
[data-page=event-list] section.event-section .filter-wrap {
  margin-top: 8px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .filter-wrap {
    margin-bottom: 30px;
  }
}
[data-page=event-list] section.event-section .event-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .event-wrap {
    padding-bottom: 30px;
  }
}
[data-page=event-list] section.event-section .event-wrap .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #CB470E;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .event-wrap .line {
    display: none;
  }
}
[data-page=event-list] section.event-section .event-wrap .event-list {
  width: 2px;
  height: 100%;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .event-wrap .event-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
[data-page=event-list] section.event-section .event-wrap .event-list .event-item {
  position: relative;
  margin-top: -240px;
}
[data-page=event-list] section.event-section .event-wrap .event-list .event-item:last-of-type {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .event-wrap .event-list .event-item {
    margin-top: 0;
  }
}
[data-page=event-list] section.event-section .event-wrap .event-list .event-item .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #CB470E;
  transform: translateX(-6px);
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .event-wrap .event-list .event-item .dot {
    display: none;
  }
}
[data-page=event-list] section.event-section .event-wrap .event-list .event-item .event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
}
@media (max-width: 991.98px) {
  [data-page=event-list] section.event-section .event-wrap .event-list .event-item .event-card {
    width: 100%;
  }
}
[data-page=event-list] section.event-section .event-wrap .event-list .event-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  [data-page=event-list] section.event-section .event-wrap .event-list .event-item:nth-child(2n+1) .event-card {
    transform: translateX(calc(-100% - 45px));
  }
}
@media (min-width: 992px) {
  [data-page=event-list] section.event-section .event-wrap .event-list .event-item:nth-child(2n) .event-card {
    transform: translateX(45px);
  }
}

[data-page=event-content] .l-nav .nav-event-link {
  color: #CB470E !important;
}
@media (hover: hover) {
  [data-page=event-content] .l-nav .nav-event-link:hover, [data-page=event-content] .l-nav .nav-event-link:focus, [data-page=event-content] .l-nav .nav-event-link:focus-visible {
    background-color: rgba(94, 87, 79, 0.2);
  }
}
[data-page=event-content] section.kv-section {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.kv-section {
    padding-top: 25px;
  }
}
[data-page=event-content] section.kv-section .kv-img {
  position: relative;
}
[data-page=event-content] section.kv-section .kv-img .img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
[data-page=event-content] section.kv-section .kv-img .img .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 45.6944444444%;
}
[data-page=event-content] section.kv-section .kv-img .img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=event-content] section.kv-section .kv-img .c-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
[data-page=event-content] section.breadcrumb-section {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.breadcrumb-section {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
[data-page=event-content] section.breadcrumb-section .c-breadcrumb {
  margin-top: 0;
}
[data-page=event-content] section.event-content-title-section .page-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
[data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
[data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap .c-access {
  position: absolute;
  top: -29px;
  left: 0;
}
[data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
[data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap .text-wrap .page-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap .text-wrap .page-title {
    font-size: 1.5rem;
  }
}
[data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap .text-wrap .page-description {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 350;
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.event-content-title-section .page-title-wrap .title-wrap .text-wrap .page-description {
    font-size: 0.875rem;
  }
}
[data-page=event-content] section.content-section {
  margin-top: 60px;
}
[data-page=event-content] section.content-function-section {
  margin-bottom: 150px;
}
@media (max-width: 1399.98px) {
  [data-page=event-content] section.content-function-section {
    margin-bottom: 0;
  }
}
[data-page=event-content] section.related-section {
  padding-top: 150px;
  padding-bottom: 86px;
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.related-section {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
[data-page=event-content] section.related-section .related-title {
  margin-bottom: 60px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  text-align: center;
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.related-section .related-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  [data-page=event-content] section.related-section .related-title {
    font-size: 2rem;
  }
}
[data-page=event-content] section.related-section .related-swiper-button-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

[data-page=hashtag-list] section.hashtag-section {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=hashtag-list] section.hashtag-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
[data-page=hashtag-list] section.hashtag-section .hashtag-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991.98px) {
  [data-page=hashtag-list] section.hashtag-section .hashtag-list {
    gap: 20px;
  }
}
[data-page=hashtag-list] section.hashtag-section .pagination-wrap {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  [data-page=hashtag-list] section.hashtag-section .pagination-wrap {
    margin-top: 30px;
  }
}

[data-page=search] section.search-section {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
[data-page=search] section.search-section .search-wrap {
  width: 100%;
}
[data-page=search] section.search-section .search-wrap .input-wrap {
  width: 100%;
  position: relative;
  padding: 10px 44px 10px 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #CB470E;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
[data-page=search] section.search-section .search-wrap .input-wrap .search {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: #000000;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .search-wrap .input-wrap .search {
    font-size: 0.875rem;
  }
}
[data-page=search] section.search-section .search-wrap .input-wrap .search::placeholder {
  color: #CB470E;
}
[data-page=search] section.search-section .search-wrap .input-wrap .search-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
[data-page=search] section.search-section .search-wrap .input-wrap .search-submit:focus, [data-page=search] section.search-section .search-wrap .input-wrap .search-submit:focus-visible {
  outline: 2px solid #CB470E !important;
}
[data-page=search] section.search-section .recommend-wrap {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .recommend-wrap {
    gap: 10px;
  }
}
[data-page=search] section.search-section .recommend-wrap .each-recommend {
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #000000;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .recommend-wrap .each-recommend {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  [data-page=search] section.search-section .recommend-wrap .each-recommend:hover, [data-page=search] section.search-section .recommend-wrap .each-recommend:focus, [data-page=search] section.search-section .recommend-wrap .each-recommend:focus-visible {
    color: #ffffff;
    background-color: #000000;
  }
}
[data-page=search] section.search-section .result-wrap {
  padding-top: 24px;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap {
    padding-top: 10px;
  }
}
[data-page=search] section.search-section .result-wrap .no-result {
  padding-top: 56px;
  display: flex;
  justify-content: center;
  height: 100%;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .no-result {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .no-result {
    padding-top: 70px;
  }
}
[data-page=search] section.search-section .result-wrap .result-tip {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .result-tip {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: none;
  }
}
[data-page=search] section.search-section .result-wrap .result-tip.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .result-tip.active {
    display: flex;
  }
}
[data-page=search] section.search-section .result-wrap .result-tip .result-text {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .result-tip .result-text {
    font-size: 1.125rem;
  }
}
[data-page=search] section.search-section .result-wrap .result-tip .clear {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-decoration: underline;
  opacity: 0.7;
  transition: all ease 400ms;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .result-tip .clear {
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  [data-page=search] section.search-section .result-wrap .result-tip .clear:hover, [data-page=search] section.search-section .result-wrap .result-tip .clear:focus, [data-page=search] section.search-section .result-wrap .result-tip .clear:focus-visible {
    color: #CB470E;
    opacity: 1;
  }
}
[data-page=search] section.search-section .result-wrap .result-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .result-list {
    margin-top: 10px;
    gap: 20px;
  }
}
[data-page=search] section.search-section .result-wrap .pagination-wrap {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  [data-page=search] section.search-section .result-wrap .pagination-wrap {
    margin-top: 30px;
  }
}

*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

a[accesskey] {
  display: block;
  width: fit-content;
}
a[accesskey]:focus, a[accesskey]:focus-visible {
  box-shadow: inset 0 0 0 2px #EA5514 !important;
}

body.locked {
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 0px);
}

/*# sourceMappingURL=main.css.map */
