@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

:focus {
  outline: 0;
}

address, caption, cite, code, dfn,
em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 1.5;
}

sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.noto-sans-regular {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-semibold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
}

.noto-sans-bold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-sans-black {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold, .slogan-2 h2, .block-title .zh {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.lora-regular, .block-title .en {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fade, .nav-control .dropdown-content a, .nav-control, .header .menu .menu-item, .header .navbar_logo {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.fade:hover, .nav-control .dropdown-content a:hover, .nav-control:hover, .header .menu .menu-item:hover, .header .navbar_logo:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.noto-sans-regular {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-semibold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
}

.noto-sans-bold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-sans-black {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold, .slogan-2 h2, .block-title .zh {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.lora-regular, .block-title .en {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fade, .nav-control .dropdown-content a, .nav-control, .header .menu .menu-item, .header .navbar_logo {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.fade:hover, .nav-control .dropdown-content a:hover, .nav-control:hover, .header .menu .menu-item:hover, .header .navbar_logo:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
:root {
  --logo-t: 22vh;
  --logo-l: 16.3vw;
  --menu-item-ml: 2.4vw;
  --menu-font-size: 18px;
  --menu-letter-spacing: 2px;
  --header-container-max-w: 1184px;
  --header-container-w: 94%;
}

.home .header .navbar_logo {
  display: none;
}

.home .header.scroll-to-fixed .navbar_logo {
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: var(--header-h);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 12;
}
.header .container {
  max-width: var(--header-container-max-w);
  width: var(--header-container-w);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar_logo {
  height: var(--logo-h);
}
.header .navbar_logo img {
  height: 100%;
}
.header.scroll-to-fixed {
  background-color: rgba(45, 41, 41, 0.5);
  height: var(--header-fixed-h);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}
.header.scroll-to-fixed .navbar_logo {
  height: var(--logo-fixed-h);
}
.header .nav-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu .menu-item {
  margin-left: var(--menu-item-ml);
  color: #D9DADA;
  text-align: center;
  letter-spacing: var(--menu-letter-spacing);
  font-size: var(--menu-font-size);
  color: #fff;
}
.header .menu .menu-item.active {
  border-bottom: 1px solid #fff;
}

/* nav */
.nav-control .dropdown {
  position: relative;
  display: inline-block;
}
.nav-control .dropdown-content {
  display: none;
  position: absolute;
  background-color: #edbe93;
  min-width: 55px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}
.nav-control .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.nav-control .dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  display: none;
  cursor: pointer;
  margin-top: 7px;
  width: 35px;
  height: 35px;
}
.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #D9DADA;
  top: 50%;
  left: 50%;
  right: 50%;
}
.menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.menu-btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-btn > span {
  position: absolute;
  right: 0;
  width: 19px;
  height: 2px;
  background-color: #D9DADA;
}
.menu-btn > span:nth-child(1) {
  width: 24px;
  top: 5px;
  -webkit-transition: width 0.3s ease 0.5s, background 0.7s ease 1s;
  transition: width 0.3s ease 0.5s, background 0.7s ease 1s;
}
.menu-btn > span:nth-child(2) {
  top: 12px;
  -webkit-transition: width 0.3s ease 0.4s, background 0.7s ease 1s;
  transition: width 0.3s ease 0.4s, background 0.7s ease 1s;
}
.menu-btn > span:nth-child(3) {
  width: 15px;
  top: 19px;
  -webkit-transition: width 0.3s ease 0.3s, background 0.7s ease 1s;
  transition: width 0.3s ease 0.3s, background 0.7s ease 1s;
}

.menu-btn.close-btn {
  z-index: 100;
}
.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  width: auto;
  background: #fff;
}
.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  background: #fff;
}
.menu-btn.close-btn span {
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-btn.scroll span {
  background: #D9DADA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.open {
  overflow: hidden;
}
body.open .header::after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

.rwdnav.open {
  top: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  z-index: 99;
}

.rwdnav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/common/nav-bg.webp);
  background-size: cover;
  background-position: center top;
}
.rwdnav.open {
  top: 0;
  opacity: 1;
  display: block;
  width: 100%;
  max-width: 500px;
  position: fixed;
  z-index: 99;
}
.rwdnav.open .sidemenu {
  overflow-y: scroll;
  height: 100%;
}
.rwdnav.open .sidemenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #343b53;
}
.rwdnav.open .sidemenu::-webkit-scrollbar-track {
  border-radius: 0;
}
.rwdnav.open .sidemenu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
}
.rwdnav .sidemenu {
  padding: 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rwdnav .sidemenu .menu-item {
  text-align: center;
}
.rwdnav .sidemenu .menu-item a {
  padding: 3vmin 0;
  display: inline-block;
}
.rwdnav .sidemenu .menu-item a > span {
  display: block;
  color: #D9DADA;
  font-size: 20px;
  letter-spacing: 3px;
}
.rwdnav .sidemenu .social-row {
  margin-top: 5vh;
  width: 100%;
  text-align: center;
}
.rwdnav .sidemenu .social-row li {
  display: inline-block;
  margin: 0 10px;
}
.rwdnav .sidemenu .social-btn {
  width: 35px;
  height: 35px;
}
.rwdnav .sidemenu .social-btn svg {
  fill: #fff;
}

@media (max-width: 1266px) {
  .header .menu .menu-item {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .home .header .navbar_logo {
    display: block;
  }
  .header {
    background-image: url(../images/common/header-bg.webp);
    background-size: cover;
    background-position: center top;
  }
  .header .menu {
    display: none;
  }
  .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (orientation: portrait) {
  :root {
    --header-container-w: 86%;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --body-font: 18px;
  --header-h: 9vw;
  --header-fixed-h: 80px;
  --logo-h: 80px;
  --logo-fixed-h: 60px;
  --title-h3-lg: 4.375rem;
  --title-h3: 3.125rem;
  --color-primary: #1F4D5A;
  --color-secondary: #2B9F7D;
  --color-green-light-1: #BFE0C8;
  --btn-font-size: 13px;
  --btn-py: 7px;
  --btn-px: 16px;
  --btn-letter-spacing: 6px;
  --btn-en-letter-spacing: 2px;
  --btn-shadow: 0px 2px 1px 0px rgba(0,0,0,0.38);
  --btn-shadow-hover: 2px 3px 3px 0px rgba(0,0,0,0.6);
  --btn-top-size: 3rem;
  --btn-top-x: 25px;
  --btn-top-y: 25px;
  --btn-top-radius: .5vmin;
  --swiper-navigation-w: 7.8vmin;
  --swiper-navigation-h: var(--swiper-navigation-w);
  --swiper-bullet-size: 10px;
  --swiper-bullet-mx: 10px;
  --block-title-border-top: 1.3vmin;
  --block-title-border-h: 15.3vmin;
  --block-title-border-ml: 1.4vmin;
  --block-title-en-font-size: 3.7vmin;
  --block-title-en-letter-spacing: .4vmin;
  --block-title-zh-w: 5.2vmin;
  --block-title-zh-font-size: 2.1vmin;
  --block-title-zh-letter-spacing: .5vmin;
  --form-group-gap: 3.5vw;
  --slogan-bg-scale: 1;
  --slogan-bg1-w: 30px;
  --slogan-bg1-h: 12px;
  --slogan-bg2-w: 118px;
  --slogan-bg2-h: 12px;
  --slogan-2-gap: 2.4vmin;
  --slogan-2-font-size: 3vmin;
  --slogan-2-spacing: .8vmin;
  --slogan-2-shadow: 0px .2vmin .2vmin rgba(0, 0, 0, .38);
  --slogan-2-line-height: 1.5;
  --slogan-2-bg-mt: 1vmin;
  --footer-py: 4vmin;
  --footer-info-row-gap: 6.6vmin;
  --footer-font-size: 15px;
  --footer-letter-spacing: 2px;
  --copyright-pt: 26px;
  --copyright-pb: 26px;
  --footer-icon-size: 14px;
}

html {
  font-size: 16px;
}
@media (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang TC", "Heiti TC", "Arial", sans-serif;
  font-size: var(--body-font);
  letter-spacing: 1px;
  width: 100%;
  overflow-x: hidden;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.show-mb {
  display: none !important;
}

button {
  border: none;
  background: transparent;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: none;
  padding: var(--btn-py) var(--btn-px);
  font-size: var(--btn-font-size);
  letter-spacing: var(--btn-letter-spacing);
  -webkit-box-shadow: var(--btn-shadow);
          box-shadow: var(--btn-shadow);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn i {
  margin-left: 4px;
  margin-right: -4px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn i:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn:hover {
  -webkit-box-shadow: var(--btn-shadow-hover);
          box-shadow: var(--btn-shadow-hover);
}
.btn:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.btn .en {
  letter-spacing: var(--btn-en-letter-spacing);
}

.btn-primary {
  background-color: #10425B;
  color: #fff;
}

.btn-black {
  background-color: #2D2929;
  color: #fff;
}

.btn-dark-gray {
  background-color: #545352;
  color: #fff;
}

i.more {
  display: inline-block;
  background-image: url(../images/common/icon-arrow-right.svg);
  background-size: 100% 100%;
  width: 22px;
  height: 7px;
}

i.prev {
  display: inline-block;
  background-image: url(../images/common/icon-arrow-left.svg);
  background-size: 100% 100%;
  width: 22px;
  height: 7px;
}

i.address {
  display: inline-block;
  background-image: url(../images/common/icon-address.svg);
  background-size: 100% 100%;
  width: 10px;
  height: 12px;
}

i.brackets {
  display: inline-block;
  background-image: url(../images/common/icon-brackets.svg);
  background-size: 100% 100%;
}
i.brackets.right {
  margin-right: 0;
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

i.address2 {
  display: inline-block;
  background-image: url(../images/common/icon-address2.webp);
  background-size: 100% 100%;
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
}

i.tel {
  display: inline-block;
  background-image: url(../images/common/icon-tel.webp);
  background-size: 100% 100%;
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
}

i.fax {
  display: inline-block;
  background-image: url(../images/common/icon-fax.webp);
  background-size: 100% 100%;
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
}

.fullpage-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullpage-loading.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: fadeOutAnimation ease 1s;
          animation: fadeOutAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-swiper .swiper-pagination {
  position: relative;
}
.custom-swiper .swiper-pagination-bullet {
  width: var(--swiper-bullet-size);
  height: var(--swiper-bullet-size);
  background-color: rgba(160, 157, 151, 0.6);
  opacity: 1;
}
.custom-swiper .swiper-pagination-bullet-active {
  background-color: #7A604E;
}
.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  width: var(--swiper-navigation-w);
  height: var(--swiper-navigation-h);
  background-image: url(../images/common/swiper-direction.svg);
  background-size: 100% 100%;
}
.custom-swiper .swiper-button-prev::after,
.custom-swiper .swiper-button-next::after {
  display: none;
}
.custom-swiper .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.container {
  margin: 0 auto;
}

.block-title {
  position: relative;
  color: #C4C0B8;
  text-shadow: 0.3vmin 0.5vmin 0.3vmin rgba(0, 0, 0, 0.2);
}
.block-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: var(--block-title-border-top);
  width: 1px;
  height: var(--block-title-border-h);
  background-color: #C4C0B8;
}
.block-title .block__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-right: var(--block-title-border-ml);
}
.block-title .en {
  font-size: var(--block-title-en-font-size);
  letter-spacing: var(--block-title-en-letter-spacing);
}
.block-title .zh {
  width: var(--block-title-zh-w);
  font-size: var(--block-title-zh-font-size);
  letter-spacing: var(--block-title-zh-letter-spacing);
}

.form-control {
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #c29f6d;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

textarea.form-control {
  height: auto;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-flex .form-group {
  width: calc((100% - var(--form-group-gap)) / 2);
}
.row-flex .form-group:nth-of-type(2n - 1) {
  margin-right: var(--form-group-gap);
}

.slogan-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--slogan-2-gap);
}
.slogan-2 h2 {
  letter-spacing: var(--slogan-2-spacing);
  font-size: var(--slogan-2-font-size);
  text-shadow: var(--slogan-2-shadow);
  line-height: var(--slogan-2-line-height);
  color: #7A604E;
}
.slogan-2 h2 > span:first-of-type::after {
  content: "，";
}

.slogan-2-bg1,
.slogan-2-bg2 {
  margin-top: var(--slogan-2-bg-mt);
  background-size: 100% 100%;
}

.slogan-2-bg1 {
  background-image: url(../images/index/slogan-2-bg1.webp);
  width: calc(var(--slogan-bg1-w) * var(--slogan-bg-scale));
  height: calc(var(--slogan-bg1-h) * var(--slogan-bg-scale));
}

.slogan-2-bg2 {
  background-image: url(../images/index/slogan-2-bg2.webp);
  width: calc(var(--slogan-bg2-w) * var(--slogan-bg-scale));
  height: calc(var(--slogan-bg2-h) * var(--slogan-bg-scale));
}

.footer {
  position: relative;
  background-image: url(../images/common/footer-bg.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.footer::after {
  content: "";
  background-color: rgba(1, 1, 1, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .container {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: var(--footer-py) 0;
}
.footer .block-title {
  position: absolute;
  right: 0;
  top: var(--footer-py);
}

.address-row {
  margin-top: 5vmin;
  margin-bottom: 3vmin;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--footer-info-row-gap);
}

.address-row,
.info-row {
  font-size: var(--footer-font-size);
  letter-spacing: var(--footer-letter-spacing);
}
.address-row .label,
.info-row .label {
  margin-bottom: 6px;
}

.social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vmin;
}

.social-link {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link img {
  width: 100%;
  height: 100%;
}
.social-link:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.copyright-wrap {
  position: relative;
  z-index: 1;
  padding: var(--copyright-pt) 0 var(--copyright-pb) 0;
}

.copyright {
  padding: 0 4%;
  text-align: center;
  font-size: 14px;
  color: #868686;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.toTop {
  display: none;
  position: fixed;
  right: var(--btn-top-x);
  bottom: var(--btn-top-y);
  z-index: 10;
  width: var(--btn-top-size);
  height: var(--btn-top-size);
  background-color: #333333;
  border-radius: var(--btn-top-radius);
  cursor: pointer;
  background-image: url(../images/common/icon-top.webp);
  background-size: 100% 100%;
}

.toTop {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.toTop:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.toTop:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fixed-height {
  position: relative;
  height: 100vh;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 1400px) {
  :root {
    --swiper-navigation-w: 45px;
  }
}
@media (max-width: 1024px) {
  :root {
    --body-font: 16px;
    --header-h: 50px;
    --header-fixed-h: 50px;
    --logo-h: 25px;
    --logo-fixed-h: 25px;
    --block-title-border-top: 14px;
    --block-title-border-h: 120px;
    --block-title-en-font-size: 40px;
    --block-title-zh-font-size: 15px;
    --block-title-zh-w: 38px;
    --block-title-zh-letter-spacing: 4px;
    --slogan-2-font-size: 20px;
    --slogan-2-spacing: 4px;
    --slogan-2-shadow: 0px 2px 2px rgba(0, 0, 0, .38);
    --slogan-2-line-height: 1.3;
    --slogan-1-t: calc(var(--index-banner-h) / 2);
    --project-sub-title-font-size: 17px;
    --project-sub-title-letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px), screen and (orientation: portrait) {
  .show-mb {
    display: block !important;
  }
  .show-pc {
    display: none !important;
  }
  :root {
    --block-title-zh-w: auto;
    --block-title-border-h: 174px;
    --card-title-h: 22.5vw;
    --footer-info-row-gap: 46px;
    --block-title-border-ml: 0;
    --body-font: 15px;
    --block-title-en-font-size: 28px;
    --block-title-en-letter-spacing: 2px;
    --swiper-navigation-w: 27px;
    --btn-top-x: 15px;
    --btn-top-y: 30px;
    --btn-top-radius: 6px;
    --footer-font-size: 14px;
    --copyright-pt: 20px;
    --copyright-pb: 10px;
    --slogan-2-bg-mt: 20px;
    --slogan-bg-scale: 0.7;
    --slogan-bg1-h: 15px;
    --slogan-bg1-w: calc(var(--slogan-bg1-h) * 16 / 15);
    --slogan-bg2-h: 15px;
    --slogan-bg2-w: calc(var(--slogan-bg2-h) * 96 / 15);
  }
  .block-title {
    display: block;
  }
  .block-title::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 1;
  }
  .block-title::before {
    display: none;
  }
  .block-title .block__title-text {
    padding: 0 1%;
    position: relative;
    z-index: 2;
    height: 100%;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: var(--card-title-h);
  }
  .block-title .zh {
    position: relative;
    letter-spacing: 5px;
    margin-bottom: -12px;
  }
  .block-title .zh::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    z-index: 1;
    height: 1px;
    width: var(--block-title-border-h);
    background-color: #C4C0B8;
  }
  .slogan-2-bg1 {
    background-image: url(../images/index/slogan-2-bg1-m.webp);
  }
  .slogan-2-bg2 {
    background-image: url(../images/index/slogan-2-bg2-m.webp);
  }
  .slogan-1 > div {
    width: calc(94% - 60px - 10%);
  }
  .slogan-2 h2 > span:first-of-type::after {
    content: "";
  }
  .slogan-2 h2 > span {
    display: block;
  }
  .footer .container {
    width: 84%;
  }
  .footer .block-title {
    position: relative;
    top: 0;
    height: var(--card-title-h);
  }
  .footer .block-title:after {
    background-color: #2C2E33;
  }
  .footer .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .address-row .label,
  .footer .info-row .label {
    display: none;
  }
  .footer .address-row i,
  .footer .info-row i {
    display: inline-block !important;
    vertical-align: baseline;
    margin-right: 6px;
  }
  .copyright-wrap {
    background-color: #2C2E33;
  }
  .copyright-wrap .social-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin-bottom: 8px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .copyright-wrap .social-link {
    width: 20px;
    height: 20px;
  }
  .copyright {
    letter-spacing: 0;
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .footer {
    background-size: 540px auto;
    background-position: center -100px;
  }
  .footer::after {
    background-color: rgba(1, 1, 1, 0.68);
  }
}
@media (orientation: landscape) and (max-height: 550px) {
  :root {
    --body-font: 14px;
    --swiper-navigation-h: 30px;
    --btn-top-radius: 6px;
  }
  .footer .social-row {
    gap: 2vw;
  }
}
@media (max-width: 350px) {
  :root {
    --slogan-2-font-size: 18px;
    --slogan-2-spacing: 2px;
  }
  .footer .container {
    width: 94%;
  }
}