* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.aboutContent h3,
.aboutContent h4,
.aboutContent h5,
.aboutContent h6,
.aboutContent p,
.aboutContent span,
.aboutContent a,
.aboutContent li {
  margin-bottom: 8px;
}
.aboutContent h6 {
  color: #545454;
}
.aboutContent h5 {
  color: #1A1A1A;
}

.check404 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 280px);
}
.check404 h1 {
  font-size: 200px;
  color: #000000;
}
@media (max-width: 768px) {
  .check404 h1 {
    font-size: 150px;
  }
}

header {
  height: 76px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.page-id-25 header,
.page-id-27 header {
  background-color: unset;
  transition: all 0.5s ease-in-out;
}
.page-id-25 header.active,
.page-id-27 header.active {
  background: white;
  transition: all 0.5s ease-in-out;
}
.page-id-25 header.active .logo .logoLight,
.page-id-27 header.active .logo .logoLight {
  display: block;
}
.page-id-25 header.active .logo .logoDark,
.page-id-27 header.active .logo .logoDark {
  display: none;
}
.page-id-25 header.active .web_nav > ul > li > a,
.page-id-27 header.active .web_nav > ul > li > a {
  color: #545454;
}
.page-id-25 header.active .web_nav > ul > .current-menu-item::after,
.page-id-25 header.active .web_nav > ul > .current-menu-parent::after,
.page-id-27 header.active .web_nav > ul > .current-menu-item::after,
.page-id-27 header.active .web_nav > ul > .current-menu-parent::after {
  background-color: #B59A76;
}
.page-id-25 header.active .searchIcon path,
.page-id-27 header.active .searchIcon path {
  stroke: #545454;
}
.page-id-25 header.active .wpml-ls-legacy-list-vertical a,
.page-id-27 header.active .wpml-ls-legacy-list-vertical a {
  color: #545454;
}
.page-id-25 header.active .wpml-ls-legacy-list-vertical a span,
.page-id-27 header.active .wpml-ls-legacy-list-vertical a span {
  color: #545454;
}

@media (max-width: 1300px) {
  .web_nav {
    display: none;
  }
}
.web_nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.web_nav > ul > li {
  position: relative;
}
.web_nav > ul > li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
}
.web_nav > ul > li:hover > a {
  color: #B59A76;
  transition: all 0.3s ease-in-out;
}
.web_nav > ul > li:hover > nav {
  max-height: 500px;
  transition: all 0.3s ease-in-out;
}
.web_nav > ul > li > a {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #545454;
  transition: all 0.3s ease-in-out;
}
.web_nav > ul > li > nav {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  min-width: 200px;
}
.web_nav > ul > li > nav > ul {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.web_nav > ul > li > nav > ul > li {
  padding: 12px;
  position: relative;
}
.web_nav > ul > li > nav > ul > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: calc(100% - 24px);
  padding: 0 12px;
  background-color: #E7E7E7;
  transform: translateX(-50%);
}
.web_nav > ul > li > nav > ul > li > a {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #545454;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.web_nav > ul > li > nav > ul > li:hover {
  background-color: #F4F1EC;
  transition: all 0.3s ease-in-out;
}
.web_nav > ul > li > nav > ul > li:hover:after {
  height: 0;
}
.web_nav > ul > li > nav > ul > li:hover > a {
  color: #B59A76;
  transition: all 0.3s ease-in-out;
}
.web_nav > ul > li > nav > ul > li:last-child::after {
  height: 0;
}
.web_nav > ul > li > nav > ul > .current-menu-item > a {
  color: #B59A76;
}
.web_nav > ul > li:first-child > nav > ul .current-menu-item > a, .web_nav > ul > li:nth-child(2) > nav > ul .current-menu-item > a {
  color: #545454;
}
.web_nav > ul > li:first-child > nav > ul .current-menu-item:hover > a, .web_nav > ul > li:nth-child(2) > nav > ul .current-menu-item:hover > a {
  color: #B59A76;
}
.web_nav > ul > .current-menu-item > a,
.web_nav > ul > .current-menu-parent > a {
  color: #B59A76;
}

.page-id-25 .web_nav > ul > li > a,
.page-id-27 .web_nav > ul > li > a {
  color: #FFFFFF;
}
.page-id-25 .web_nav > ul > li:hover > a,
.page-id-27 .web_nav > ul > li:hover > a {
  color: #B59A76;
  transition: all 0.3s ease-in-out;
}
.page-id-25 .web_nav > ul > .current-menu-item::after,
.page-id-25 .web_nav > ul > .current-menu-parent::after,
.page-id-27 .web_nav > ul > .current-menu-item::after,
.page-id-27 .web_nav > ul > .current-menu-parent::after {
  background-color: #B59A76;
}

.lan .lanShow .wpml-ls-legacy-list-vertical {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  max-width: unset;
  display: block;
}
.lan .lanShow .wpml-ls-legacy-list-vertical ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 12px 17px rgba(2, 3, 3, 0.03), 0px 5px 22px rgba(2, 3, 3, 0.02), 0px 7px 8px rgba(2, 3, 3, 0.04);
  border-radius: 0px 0px 10px 10px;
}
.lan .lanShow .wpml-ls-legacy-list-vertical ul li {
  padding: 8px 12px;
  background: rgba(110, 250, 216, 0.1);
  border-radius: 6px;
}
.lan .lanShow .wpml-ls-legacy-list-vertical ul li a {
  white-space: nowrap;
}
.lan:hover .wpml-ls-legacy-list-vertical {
  max-height: 500px;
}

.wpml-ls-legacy-list-vertical a {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #545454;
  transition: all 0.3s ease-in-out;
}
.wpml-ls-legacy-list-vertical a span {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #545454;
  transition: all 0.3s ease-in-out;
}
.wpml-ls-legacy-list-vertical a:hover span {
  color: #B59A76;
}

.logo .logoLight {
  display: block;
}
.logo .logoDark {
  display: none;
}

.page-id-25 .logo .logoLight,
.page-id-27 .logo .logoLight {
  display: none;
}
.page-id-25 .logo .logoDark,
.page-id-27 .logo .logoDark {
  display: block;
}

footer > div > img {
  height: 100% !important;
}

.footer_nav {
  display: flex;
  align-items: start;
}
.footer_nav a {
  transition: all ease-in-out 0.3s;
}
.footer_nav a:hover {
  color: #DBCCB8;
}
.footer_nav .current-menu-item > a,
.footer_nav .current-menu-parent > a {
  color: #DBCCB8;
}
.footer_nav > ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .footer_nav > ul {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .footer_nav > ul > li {
    width: calc(50% - 12px);
  }
}
.footer_nav > ul > li > a {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.footer_nav > ul > li > nav {
  margin-top: 24px;
}
.footer_nav > ul > li > nav > ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer_nav > ul > li > nav > ul > li > a {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.footer_nav > ul > li:first-child > nav > ul .current-menu-item > a, .footer_nav > ul > li:nth-child(2) > nav > ul .current-menu-item > a {
  color: #FFFFFF;
}
.footer_nav > ul > li:first-child > nav > ul .current-menu-item:hover > a, .footer_nav > ul > li:nth-child(2) > nav > ul .current-menu-item:hover > a {
  color: #B59A76;
}

body.active {
  overflow-y: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
}

header.z10 {
  z-index: 10;
}

.loading {
  display: none;
  z-index: 100;
}

iframe {
  width: 100%;
  height: 100%;
}

.loading.active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .home .swiper-button-next,
  .home .swiper-button-prev,
  #reviews .swiper-button-next,
  #reviews .swiper-button-prev,
  #responsibility .swiper-button-next,
  #responsibility .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.home .swiper-button-next::after,
.home .swiper-button-prev::after,
#reviews .swiper-button-next::after,
#reviews .swiper-button-prev::after,
#responsibility .swiper-button-next::after,
#responsibility .swiper-button-prev::after {
  display: none;
}
@media (max-width: 768px) {
  .home .swiper-button-next svg,
  .home .swiper-button-prev svg,
  #reviews .swiper-button-next svg,
  #reviews .swiper-button-prev svg,
  #responsibility .swiper-button-next svg,
  #responsibility .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
}
.home .swiper-button-next svg path,
.home .swiper-button-prev svg path,
#reviews .swiper-button-next svg path,
#reviews .swiper-button-prev svg path,
#responsibility .swiper-button-next svg path,
#responsibility .swiper-button-prev svg path {
  transition: all 0.3s ease-in-out;
}
.home .swiper-button-next:hover svg path,
.home .swiper-button-prev:hover svg path,
#reviews .swiper-button-next:hover svg path,
#reviews .swiper-button-prev:hover svg path,
#responsibility .swiper-button-next:hover svg path,
#responsibility .swiper-button-prev:hover svg path {
  stroke: #B59A76;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.home .home .homeBanner .swiper-pagination,
#reviews .home .homeBanner .swiper-pagination,
#responsibility .home .homeBanner .swiper-pagination {
  bottom: 30px;
}
.home .swiper-pagination-bullet,
#reviews .swiper-pagination-bullet,
#responsibility .swiper-pagination-bullet {
  margin-right: 24px !important;
  background: #FFFFFF;
  opacity: 0.3;
  position: relative;
}
.home .swiper-pagination-bullet:after,
#reviews .swiper-pagination-bullet:after,
#responsibility .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .swiper-pagination-bullet.swiper-pagination-bullet-active,
#reviews .swiper-pagination-bullet.swiper-pagination-bullet-active,
#responsibility .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #B59A76;
}
.home .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
#reviews .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
#responsibility .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #B59A76;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-up svg path,
.button-down svg path {
  transition: all 0.3s ease-in-out;
}
.button-up:hover svg path,
.button-down:hover svg path {
  stroke: #B59A76;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.ourServiceLi:hover svg path {
  fill: #67010D;
}

.breadcrumb a,
.breadcrumb p,
.breadcrumb span {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.breadcrumb a {
  color: #FFFFFF;
}
.breadcrumb a:hover {
  color: #B59A76;
}

#designhu_search .breadcrumb a,
.singlePost_ex .breadcrumb a {
  color: #545454;
  transition: all 0.3s ease-in-out;
}
#designhu_search .breadcrumb a:hover,
.singlePost_ex .breadcrumb a:hover {
  color: #B59A76;
}
#designhu_search .breadcrumb span,
.singlePost_ex .breadcrumb span {
  color: #A6A6A6;
}
#designhu_search #downloadSingle .breadcrumb a,
.singlePost_ex #downloadSingle .breadcrumb a {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
#designhu_search #downloadSingle .breadcrumb a:hover,
.singlePost_ex #downloadSingle .breadcrumb a:hover {
  color: #B59A76;
}
#designhu_search #downloadSingle .breadcrumb span,
.singlePost_ex #downloadSingle .breadcrumb span {
  color: #FFFFFF;
}

.timeLine {
  width: 100%;
  display: flex;
  align-items: center;
}
.timeLine .blockOut {
  position: relative;
}
.timeLine .blockOut .ag-timeline_line {
  width: 1px;
  background-color: #D5D5D5;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .timeLine .blockOut .ag-timeline_line {
    left: 24px;
  }
}
.timeLine .blockOut .ag-timeline_line .ag-timeline_line-progress {
  width: 100%;
  background-color: #B59A76;
}
.timeLine .blockOut .blockStart {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.timeLine .blockOut .blockStart .circle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.8px 12px 0 12px;
  border-color: #B59A76 transparent transparent transparent;
  position: relative;
  z-index: 10;
}
.timeLine .blockOut .block {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.timeLine .blockOut .block .photo {
  max-width: 324px;
  max-height: 182px;
  width: 100%;
  height: 100%;
}
.timeLine .blockOut .block img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.timeLine .blockOut .block .event .lineDot > div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1A1A1A;
  z-index: 20;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.timeLine .blockOut .block .event .lineDot.active > div {
  transition: all 0.5s ease-in-out;
  background-color: #B59A76;
}
.timeLine .blockOut .block .event .item {
  margin-top: -36px;
}
.timeLine .blockOut .block .event .item .h6 {
  padding-bottom: 4px;
}
.timeLine .blockOut .block:nth-child(odd) .photo {
  right: 0;
  position: absolute;
  top: 50%;
  width: 50%;
  margin-right: calc(50% + 27px);
  transform: translateY(-50%);
}
.timeLine .blockOut .block:nth-child(odd) .year {
  position: absolute;
  top: 0;
  left: 88px;
  padding: 0 0 0 50%;
  width: 100%;
}
.timeLine .blockOut .block:nth-child(odd) .event .lineDot {
  padding: 0 0 3px 50%;
  padding-left: calc(50% - 3px);
}
@media (max-width: 480px) {
  .timeLine .blockOut .block:nth-child(odd) .event .lineDot {
    padding-left: 21px;
  }
}
.timeLine .blockOut .block:nth-child(odd) .event .lineDot > div:after {
  right: -60px;
}
.timeLine .blockOut .block:nth-child(odd) .event .item {
  padding: 0 0 3px 50%;
  padding-left: calc(50% + 27px);
}
@media (max-width: 480px) {
  .timeLine .blockOut .block:nth-child(odd) .event .item {
    padding-left: 48px;
  }
}
.timeLine .blockOut .block:nth-child(even) .year {
  position: absolute;
  top: 0;
  right: 88px;
  padding: 0 50% 0 0;
  width: 100%;
}
.timeLine .blockOut .block:nth-child(even) .year .yearFont {
  text-align: right;
}
.timeLine .blockOut .block:nth-child(even) .event .photo {
  right: 0;
  position: absolute;
  top: 50%;
  width: 50%;
  margin-right: calc(50% + 27px);
  transform: translateY(-50%);
}
.timeLine .blockOut .block:nth-child(even) .event .lineDot {
  padding: 0 50% 3px 0;
  padding-right: calc(50% - 3px);
}
@media (max-width: 480px) {
  .timeLine .blockOut .block:nth-child(even) .event .lineDot {
    padding-right: 100%;
    padding-left: 21px;
  }
}
.timeLine .blockOut .block:nth-child(even) .event .lineDot > div {
  margin-left: auto;
  margin-right: 1px;
}
.timeLine .blockOut .block:nth-child(even) .event .lineDot > div:after {
  left: -60px;
}
.timeLine .blockOut .block:nth-child(even) .event .item {
  padding: 0 50% 3px 0;
  padding-right: calc(50% + 27px);
}
@media (max-width: 480px) {
  .timeLine .blockOut .block:nth-child(even) .event .item {
    padding-right: 0;
    padding-left: 48px;
  }
}
.timeLine .blockOut .block:nth-child(even) .event .item .h6 {
  text-align: left;
}
.timeLine .blockOut .block:nth-child(even) .event .item p {
  text-align: left;
}

.contentMain h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  /* identical to box height, or 133% */
  letter-spacing: 2px;
}
.contentMain h2 p,
.contentMain h2 span {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  /* identical to box height, or 133% */
  letter-spacing: 2px;
}
.contentMain h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 2px;
}
.contentMain h3 p,
.contentMain h3 span {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 2px;
}
.contentMain h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 1px;
}
.contentMain h4 p,
.contentMain h4 span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 1px;
}
.contentMain h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  letter-spacing: 1px;
}
.contentMain h5 p,
.contentMain h5 span {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  letter-spacing: 1px;
}
.contentMain h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  letter-spacing: 1px;
}
.contentMain h6 p,
.contentMain h6 span {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  letter-spacing: 1px;
}
.contentMain h1,
.contentMain h2,
.contentMain h3,
.contentMain h4,
.contentMain h5,
.contentMain h6 {
  font-family: "Noto Serif TC", serif;
}
.contentMain p,
.contentMain span,
.contentMain li,
.contentMain ul,
.contentMain ol,
.contentMain td {
  font-family: "Noto Sans TC", sans-serif;
}
.contentMain td,
.contentMain li {
  color: #545454;
}
.contentMain td {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.contentMain li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.contentMain p,
.contentMain span {
  text-align: justify;
}
.contentMain h1,
.contentMain h2,
.contentMain h3,
.contentMain h4,
.contentMain h5,
.contentMain h6,
.contentMain p,
.contentMain span {
  margin-bottom: 8px;
  color: #545454;
}
.contentMain a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  word-break: break-all;
}
.contentMain a span,
.contentMain a p {
  transition: all 0.3s ease-in-out;
}
.contentMain a:hover {
  color: #B59A76;
  transition: all 0.3s ease-in-out;
}
.contentMain a:hover span,
.contentMain a:hover p {
  color: #B59A76;
  transition: all 0.3s ease-in-out;
}
.contentMain ul {
  list-style: disc;
  padding-left: 18px;
}
.contentMain ul ::marker {
  font-size: 0.5rem;
}
.contentMain ol {
  list-style-type: revert;
  padding-left: 18px;
}
.contentMain table {
  background-color: #FFFFFF;
  margin: 0 auto;
  overflow-x: auto;
  height: auto !important;
}
@media (max-width: 768px) {
  .contentMain table {
    white-space: nowrap;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
  }
}
.contentMain table tr td {
  border-right: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}
@media (max-width: 768px) {
  .contentMain table tr td {
    white-space: nowrap;
  }
}
.contentMain table tr td img {
  margin: 0 auto;
}
.contentMain table tr:first-child {
  background-color: #E7E7E7;
}
.contentMain td {
  padding: 8px 20px;
}
@media (max-width: 768px) {
  .contentMain td {
    white-space: nowrap;
  }
}
.contentMain strong h2,
.contentMain strong h3,
.contentMain strong h4,
.contentMain strong h5,
.contentMain strong h6,
.contentMain strong p,
.contentMain strong span,
.contentMain strong li,
.contentMain strong ul,
.contentMain strong ol,
.contentMain strong td {
  font-weight: bolder;
}

.answerBlockJs {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.answerBlockJs.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}

.expenseIntro .expenseTitle.active,
.expenseIntro .foreignersTitle.active,
.expenseIntro .qaTitle.active,
.foreignersIntro .expenseTitle.active,
.foreignersIntro .foreignersTitle.active,
.foreignersIntro .qaTitle.active,
.qaIntro .expenseTitle.active,
.qaIntro .foreignersTitle.active,
.qaIntro .qaTitle.active {
  background-color: #67010D;
  color: #FFFFFF;
  border: 1px solid #67010D;
}
.expenseIntro .expenseTitle.active > a,
.expenseIntro .foreignersTitle.active > a,
.expenseIntro .qaTitle.active > a,
.foreignersIntro .expenseTitle.active > a,
.foreignersIntro .foreignersTitle.active > a,
.foreignersIntro .qaTitle.active > a,
.qaIntro .expenseTitle.active > a,
.qaIntro .foreignersTitle.active > a,
.qaIntro .qaTitle.active > a {
  color: #FFFFFF;
}
.expenseIntro .expenseTitle.active > p > a,
.expenseIntro .foreignersTitle.active > p > a,
.expenseIntro .qaTitle.active > p > a,
.foreignersIntro .expenseTitle.active > p > a,
.foreignersIntro .foreignersTitle.active > p > a,
.foreignersIntro .qaTitle.active > p > a,
.qaIntro .expenseTitle.active > p > a,
.qaIntro .foreignersTitle.active > p > a,
.qaIntro .qaTitle.active > p > a {
  color: #FFFFFF;
}

.expenseContent > div,
.foreignersContent > div,
.qaContentDiv > div {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  max-height: 0;
}

.expenseContent div.active,
.foreignersContent div.active,
.qaContentDiv div.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  max-height: 100%;
}

.custom-pagination .page-numbers {
  color: #A6A6A6;
  transition: all 0.3s ease-in-out;
}
.custom-pagination .page-numbers svg path {
  fill: #A6A6A6;
  transition: all 0.3s ease-in-out;
}
.custom-pagination .page-numbers.current {
  color: #545454;
  transition: all 0.3s ease-in-out;
}
.custom-pagination a.page-numbers:hover {
  color: #545454;
  transition: all 0.3s ease-in-out;
}
.custom-pagination a.page-numbers:hover svg path {
  fill: #545454;
}
.custom-pagination .prev.page-numbers,
.custom-pagination .next.page-numbers {
  position: relative;
}
.custom-pagination .prev.page-numbers::after,
.custom-pagination .next.page-numbers::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttonLight {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
}
@media (max-width: 480px) {
  .buttonLight {
    width: 100%;
  }
}
.buttonLight:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #67010D;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
}
.buttonLight:hover {
  color: #FFFFFF;
  transform-origin: center center;
}
.buttonLight:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.buttonDark {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
}
.buttonDark:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #B59A76;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
}
.buttonDark:hover {
  color: #FFFFFF;
  transform-origin: center center;
}
.buttonDark:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.buttonDark_left {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border: 1px solid #1A1A1A;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: right center;
  background-color: #B59A76;
  z-index: 2;
}
.buttonDark_left:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #FFFFFF;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: right center;
}
.buttonDark_left:hover {
  color: #B59A76;
  transform-origin: right center;
}
.buttonDark_left:hover svg g path {
  stroke: #B59A76;
}
.buttonDark_left:hover:after {
  transform: scaleX(1);
  transform-origin: right center;
}

.buttonDark_right {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border: 1px solid #1A1A1A;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: left center;
  background-color: #B59A76;
  z-index: 2;
}
.buttonDark_right:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #FFFFFF;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: left center;
}
.buttonDark_right:hover {
  color: #B59A76;
  transform-origin: left center;
}
.buttonDark_right:hover svg g path {
  stroke: #B59A76;
}
.buttonDark_right:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.buttonColor_left {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E7E7E7;
  border: 1px solid #D5D5D5;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: right center;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 480px) {
  .buttonColor_left {
    width: 40px;
    height: 40px;
  }
}
.buttonColor_left svg g path {
  stroke: #B59A76;
}
.buttonColor_left:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #67010D;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: right center;
}
.buttonColor_left:hover {
  color: #FFFFFF;
  transform-origin: right center;
}
.buttonColor_left:hover svg g path {
  stroke: #FFFFFF;
}
.buttonColor_left:hover:after {
  transform: scaleX(1);
  transform-origin: right center;
}

.buttonColor_right {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B59A76;
  border: 1px solid #D5D5D5;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: left center;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 480px) {
  .buttonColor_right {
    width: 40px;
    height: 40px;
  }
}
.buttonColor_right svg g path {
  stroke: #B59A76;
}
.buttonColor_right:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #67010D;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: left center;
}
.buttonColor_right:hover {
  color: #FFFFFF;
  transform-origin: left center;
}
.buttonColor_right:hover svg g path {
  stroke: #FFFFFF;
}
.buttonColor_right:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

#human .checkHuman,
#human .backHuman {
  display: none;
}
#human .checkHuman.active,
#human .backHuman.active {
  display: flex;
}

.humanSelect {
  position: relative;
}
.humanSelect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.humanSelect.active {
  border: 1px solid #B59A76;
  background-color: #B59A76;
}

.humanSelectC {
  position: relative;
}
.humanSelectC::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.humanSelectC.active {
  border: 1px solid #B59A76;
  background-color: #B59A76;
}

.termCheck.active {
  color: #545454;
}

.humanAllLeft {
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.5s ease;
}

.humanAllLeft.active {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.humanAllRight {
  position: absolute;
  top: 0;
  right: -100%;
  transition: all 0.5s ease;
}

.humanAllRight.active {
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
}

.alertDiv {
  transform: scale(0);
  transition: all 0.5s ease;
}

.alertDiv.active {
  transform: scale(1);
  transition: all 0.5s ease;
}

.leaveDiv {
  transform: scale(0);
  transition: all 0.5s ease;
}

.leaveDiv.active {
  transform: scale(1);
  transition: all 0.5s ease;
}

.answerCloseJs svg {
  margin-left: auto;
  margin-top: 16px;
  margin-right: 16px;
}

.categorySet {
  position: relative;
  width: 100%;
}
.categorySet:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
}

.categorySet.active:after {
  content: "";
  width: 100%;
  height: 100%;
}

.humanList .listOpen.active:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1A1A1A;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.humanList .listAnswerOpen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.humanList .listAnswerOpen.active {
  position: relative;
  width: 100%;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}

.qaCheck.active .dNone {
  display: none;
}

.wpml-ls a,
.wpml-ls span {
  color: #545454;
}

.searchIcon svg path {
  stroke: #545454;
  transition: all 0.3s ease-in-out;
}
.searchIcon svg path:hover {
  stroke: #B59A76;
}

html:has(.home) .searchIcon svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
html:has(.home) .searchIcon svg path:hover {
  stroke: #B59A76;
}

.termSelect .termSelectA > span {
  transition: all 0.5s ease-in-out;
  transform: rotate(0);
}
.termSelect .expenseTitle > nav > ul {
  max-height: 0;
  transition: all 0.5s ease-in-out;
  height: 100%;
  overflow: hidden;
}
.termSelect .expenseTitle .svgAdd {
  transition: all 0.5s ease-in-out;
  transform: rotate(0);
}
.termSelect .expenseTitle.check > p > .svgAdd {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}
.termSelect .expenseTitle.check > nav > ul {
  max-height: 1000px;
  transition: all 0.5s ease-in-out;
}
.termSelect .termOpenA {
  transition: all 0.5s ease-in-out;
  max-height: 0px;
  height: 100%;
  overflow: hidden;
}

.termSelect.active .termSelectA > span {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}
.termSelect.active .termOpenA {
  transition: all 0.5s ease-in-out;
  max-height: 1500px;
  height: 100%;
}

.svgCheck.active > p,
.svgAddCheck.active > p {
  background-color: #67010D;
}
.svgCheck.active > p > a,
.svgAddCheck.active > p > a {
  color: #FFFFFF;
}
.svgCheck.active > p .svgAdd svg,
.svgAddCheck.active > p .svgAdd svg {
  fill: #FFFFFF;
}

.svgAddCheckLast.active {
  background-color: #67010D;
}
.svgAddCheckLast.active a {
  color: #FFFFFF;
}

.um-misc-ul li {
  margin-bottom: 8px;
}
.um-misc-ul li a {
  transition: all 0.3s ease-in-out;
}
.um-misc-ul li a {
  font-family: "Noto Sans TC", sans-serif;
}
.um-misc-ul li a:hover {
  color: #B59A76;
}
.um-misc-ul li:nth-child(2) {
  display: none;
}

#login {
  margin-top: 76px;
}
#login .breadcrumb a {
  color: #545454;
  transition: all 0.3s ease-in-out;
}
#login .breadcrumb a:hover {
  color: #B59A76;
}
#login .breadcrumb span {
  color: #A6A6A6;
}
#login form input {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #545454;
  background-color: #F8F8F8;
  padding: 12px 24px;
}
#login form .um-col-alt {
  display: flex;
  flex-direction: column;
}
#login form .um-col-alt .um-left.um-half {
  margin: 0 auto;
}
#login form .um-col-alt .um-left.um-half > input {
  padding: 12px 64px !important;
  border: 1px solid #D5D5D5 !important;
  background-color: #FFFFFF;
  color: #545454;
  transition: all 0.3s ease-in-out;
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 1px;
}
#login form .um-col-alt .um-left.um-half > input:hover {
  background-color: #67010D;
  color: #FFFFFF;
  border: 1px solid #67010D;
}
#login form .um-col-alt .um-right.um-half {
  display: none;
}
#login form .um-col-alt-b {
  display: none;
}

#overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #F8F8F8;
}

.progressBg {
  height: 6px;
  background: #67010D;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  width: 100%;
}

#progress {
  height: 6px;
  background: #B59A76;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  transition: 1s;
}

#progstat {
  font-size: 24px;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

#loadingLogo {
  position: relative;
  transform: translateX(-50%);
  opacity: 1;
  transform: translateY(30px);
  animation: fade-up 1200ms ease 0s forwards;
}

#coverLogo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #282828;
  opacity: 0.7;
  transition: 1s;
}
@keyframes fade-up {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-hidden {
  animation: fadeAway 600ms ease 600ms forwards;
  transform-origin: center right;
}
@keyframes fadeAway {
  100% {
    transform: scaleX(0);
  }
}
.web_search {
  position: fixed;
  top: -104px;
  left: 0px;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 9999;
  justify-content: center;
}

.web_search-inner {
  display: flex;
  align-items: center;
  padding: 0 9.16%;
  width: 100%;
}

.web_search-frm {
  width: 100%;
}

.web_search-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.web_search-btn {
  padding: 0;
  margin-right: 19.5px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #FFFFFF;
  cursor: pointer;
}
.web_search-btn .icon {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
.web_search-btn .icon:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}

.web_search-input {
  width: 100%;
  border: none;
  outline: none !important;
  font-family: "Noto Sans TC", sans-serif;
  color: #1A1A1A;
}
.web_search-input::-moz-placeholder {
  color: #D5D5D5;
  font-family: "Noto Sans TC", sans-serif;
}
.web_search-input::placeholder {
  color: #D5D5D5;
  font-family: "Noto Sans TC", sans-serif;
}

.web_search-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.web_search-close:hover::before {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}
.web_search-close:hover::after {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}
.web_search-close::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #67010D;
  transition: all 0.5s ease-out;
  transform: translateY(-50%) rotate(45deg);
}
.web_search-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #67010D;
  transition: all 0.5s ease-out;
  transform: translateY(-50%) rotate(-45deg);
}

.web_search.active-search {
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  top: 0;
}

.web_search_m {
  width: 276px;
  margin-top: 37px;
  margin-bottom: 40px;
}
.web_search_m .web_search-field {
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.web_search_m .web_search-btn {
  order: 2;
  margin-right: inherit;
}
.web_search_m .web_search-input {
  order: 1;
  background-color: #FFFFFF;
  font-size: 16px;
}
.web_search_m .web_search-input::-moz-placeholder {
  font-size: 16px;
}
.web_search_m .web_search-input::placeholder {
  font-size: 16px;
}

@media (max-width: 575.96px) {
  .web_search_m .web_search-input {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .web_search_m .web_search-input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .web_search_m .web_search-input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#designhu_search .search_top {
  display: flex;
  width: 100%;
  padding: 0 120px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #designhu_search .search_top {
    padding: 0 24px;
  }
}
#designhu_search .search_top .searchTitle {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #designhu_search .search_top .searchTitle {
    flex-direction: column;
    align-items: flex-start;
  }
}
#designhu_search .search_top .searchTitle h1 {
  margin-bottom: 20px;
}
#designhu_search .search_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 120px;
  flex-direction: row;
}
@media (max-width: 768px) {
  #designhu_search .search_bottom {
    flex-direction: column;
    padding: 0 24px;
  }
}
#designhu_search .search_bottom .search_left {
  width: 100%;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  gap: 24px;
}
@media (max-width: 768px) {
  #designhu_search .search_bottom .search_left {
    width: 100%;
    padding-top: 40px;
  }
}
#designhu_search .search_bottom .search_left article {
  width: calc(50% - 12px);
}
@media (max-width: 480px) {
  #designhu_search .search_bottom .search_left article {
    width: 100%;
  }
}
#designhu_search .search_bottom .search_left article a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
#designhu_search .search_bottom .search_left article a .h4 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
@media (max-width: 480px) {
  #designhu_search .search_bottom .search_left article a .h4 {
    padding-left: 8px;
    font-size: 14px;
    line-height: 21px;
  }
}
#designhu_search .search_bottom .search_left article a .search_left_l {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #E7E7E7;
}
#designhu_search .search_bottom .search_left article a .search_left_l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #designhu_search .search_bottom .search_left article a .search_left_l img {
    height: 100%;
  }
}
#designhu_search .search_bottom .search_left article a:hover .h4 {
  color: #B59A76;
}
#designhu_search .search_bottom .search_left article a:hover div img {
  transform: scale(1.05);
}
#designhu_search .search_bottom .search_left .paginate .paginatePage {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span,
#designhu_search .search_bottom .search_left .paginate .paginatePage a {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B59A76;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: right center;
  background-color: #FFFFFF;
  z-index: 2;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span svg g path,
#designhu_search .search_bottom .search_left .paginate .paginatePage a svg g path {
  stroke: #B59A76;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span:after,
#designhu_search .search_bottom .search_left .paginate .paginatePage a:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #67010D;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: right center;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span:hover,
#designhu_search .search_bottom .search_left .paginate .paginatePage a:hover {
  color: #F8F8F8;
  transform-origin: right center;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span:hover svg g path,
#designhu_search .search_bottom .search_left .paginate .paginatePage a:hover svg g path {
  stroke: #F8F8F8;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span:hover:after,
#designhu_search .search_bottom .search_left .paginate .paginatePage a:hover:after {
  transform: scaleX(1);
  transform-origin: right center;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span.current {
  color: #FFFFFF;
  transform-origin: right center;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span.current svg g path {
  stroke: #F8F8F8;
}
#designhu_search .search_bottom .search_left .paginate .paginatePage span.current:after {
  transform: scaleX(1);
  transform-origin: right center;
}
#designhu_search .search_bottom .search_right {
  padding: 0 0 0 40px;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  padding-top: 120px;
  border-left: 0;
}
@media (max-width: 768px) {
  #designhu_search .search_bottom .search_right {
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding: 40px 0 0 0;
  }
}

.not-found .page-content {
  padding-bottom: 120px;
}

.hamberger {
  width: 24px;
  height: 24px;
  padding-left: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  display: none;
}
@media (max-width: 1300px) {
  .hamberger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hamberger .bar {
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: #B59A76;
  transition: all 0.4s ease-in-out;
}

.hamberger .bar:not(:last-child) {
  margin-bottom: 6px;
}

.hamberger.active {
  transition-delay: 0.8s;
  transform: rotate(45deg) translate(0px, -4px);
}

.hamberger.active > .bar:nth-child(2) {
  width: 0;
}

.hamberger.active > .bar:nth-child(1),
.hamberger.active > .bar:nth-child(3) {
  transition-delay: 0.4s;
}

.hamberger.active > .bar:nth-child(1) {
  transform: translateY(7px);
}

.hamberger.active > .bar:nth-child(3) {
  transform: translateY(-7px) rotate(90deg);
}

.web_nav_m {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: calc(100vh - 9s0px);
  padding: 60px 40px 0;
  background-color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media (max-width: 480px) {
  .web_nav_m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: calc(100vh - 154px);
  }
}

.web_nav_m > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .web_nav_m > ul {
    gap: 20px;
  }
}
.web_nav_m ul li {
  list-style: none;
  padding: 8px 0;
}
.web_nav_m ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.web_nav_m ul li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.web_nav_m ul li:hover::after {
  background-color: #B59A76;
}
.web_nav_m ul li:hover > nav {
  max-height: 500px;
}
.web_nav_m ul li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.web_nav_m ul li > nav > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  box-shadow: 0px 12px 17px rgba(2, 3, 3, 0.03), 0px 5px 22px rgba(2, 3, 3, 0.02), 0px 7px 8px rgba(2, 3, 3, 0.04);
  border-radius: 0px 0px 10px 10px;
}
.web_nav_m ul li > nav > ul > li {
  padding: 8px 12px;
  transition: all 0.5s ease-in-out;
}
.web_nav_m ul li > nav > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.web_nav_m ul li > nav > ul > li:hover > a {
  color: #B59A76;
}
.web_nav_m ul li.menu-item-has-children {
  position: relative;
}
.web_nav_m ul li.menu-item-has-children svg {
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  color: #5C5C5C;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.web_nav_m ul li.menu-item-has-children .accordion-item-content-nav {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.web_nav_m ul li.menu-item-has-children .accordion-item-content-nav ul {
  padding-left: 20px;
}
.web_nav_m > ul > li {
  border-bottom: 1px solid #E7E7E7;
}
.web_nav_m > ul > li > nav > ul > li {
  text-align: center;
}

.web_nav_m.active-menu_m {
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  right: 0;
}
.web_nav_m.active-menu_m li.menu-item-has-children.active .accordion-item-content-nav {
  max-height: 1000px;
}
.web_nav_m.active-menu_m li.menu-item-has-children.active svg {
  transform: rotate(90deg);
}

.eventCard {
  opacity: 0;
  animation: cardShow 3s ease 0s forwards 1 normal;
  animation-delay: 0.3s;
}

@keyframes cardShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}/*# sourceMappingURL=style.css.map */