@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url(animate-custom.css);
/*============root===============*/
* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto Serif TC", serif, "EB Garamond", serif;
  font-weight: 600;
}

html {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.wrapper {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

img {
  width: 100%;
}

span {
  display: inline-block;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mobile-hide {
  display: block;
}

.pc-hide {
  display: none;
}

/*============ Grid ===============*/
.grid-1-12 {
  width: 8.3333333333%;
}

.grid-2-12 {
  width: 16.6666666667%;
}

.grid-3-12 {
  width: 25%;
}

.grid-4-12 {
  width: 33.3333333333%;
}

.grid-5-12 {
  width: 41.6666666667%;
}

.grid-6-12 {
  width: 50%;
}

.grid-7-12 {
  width: 58.3333333333%;
}

.grid-8-12 {
  width: 66.6666666667%;
}

.grid-9-12 {
  width: 75%;
}

.grid-10-12 {
  width: 83.3333333333%;
}

.grid-11-12 {
  width: 91.6666666667%;
}

.grid-12-12 {
  width: 100%;
  max-width: 1920px;
}

/*============animate===============*/
.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.delay-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-list li {
  opacity: 0;
  opacity: 1\9 \0 ;
  /*IE9hack*/
  -webkit-animation: fadeInUp 0.9s 1;
  animation: fadeInUp 0.9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.delay-list li:nth-child(10n+1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-list li:nth-child(10n+2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-list li:nth-child(10n+3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-list li:nth-child(10n+4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-list li:nth-child(10n+5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-list li:nth-child(10n+6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-list li:nth-child(10n+7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-list li:nth-child(10n+8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-list li:nth-child(10n+9) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-list li:nth-child(10n+10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*============load===============*/
.load-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  background-color: rgba(145, 121, 77, 0.7);
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.load-box.active {
  height: 0px;
  top: -2px;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 15px;
  aspect-ratio: 1;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #231815;
}

.loader::before {
  -webkit-box-shadow: -25px 0;
          box-shadow: -25px 0;
  -webkit-animation: l8-1 1s infinite linear;
          animation: l8-1 1s infinite linear;
}

.loader::after {
  -webkit-transform: rotate(0deg) translateX(25px);
          transform: rotate(0deg) translateX(25px);
  -webkit-animation: l8-2 1s infinite linear;
          animation: l8-2 1s infinite linear;
}

@-webkit-keyframes l8-1 {
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

@keyframes l8-1 {
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
@-webkit-keyframes l8-2 {
  100% {
    -webkit-transform: rotate(-180deg) translateX(25px);
            transform: rotate(-180deg) translateX(25px);
  }
}
@keyframes l8-2 {
  100% {
    -webkit-transform: rotate(-180deg) translateX(25px);
            transform: rotate(-180deg) translateX(25px);
  }
}
/*============fullpage===============*/
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #fff;
}

/*============nav===============*/
.menu-item,
.menu-open-button {
  background: #EEEEEE;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
  display: none;
}

.lines {
  width: 25px;
  height: 3px;
  background: #596778;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.line-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.line-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
  margin: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  z-index: 99;
}

.menu-item {
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  -webkit-transform: translate3d(0px, 0px, 0);
          transform: translate3d(0px, 0px, 0);
}
.menu-item img {
  width: 100%;
}

.menu-open:checked ~ .menu-item {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.menu-open:checked ~ .menu-item:hover {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
  -webkit-transform: translate3d(0px, -250px, 0);
          transform: translate3d(0px, -250px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(3):hover {
  -webkit-transform: translate3d(2.5px, -247.5px, 0);
          transform: translate3d(2.5px, -247.5px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  -webkit-transition-duration: 280ms;
          transition-duration: 280ms;
  -webkit-transform: translate3d(0px, -190px, 0);
          transform: translate3d(0px, -190px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4):hover {
  -webkit-transform: translate3d(2.5px, -187.5px, 0);
          transform: translate3d(2.5px, -187.5px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  -webkit-transition-duration: 380ms;
          transition-duration: 380ms;
  -webkit-transform: translate3d(0px, -130px, 0);
          transform: translate3d(0px, -130px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5):hover {
  -webkit-transform: translate3d(2.5px, -127.5px, 0);
          transform: translate3d(2.5px, -127.5px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
  -webkit-transform: translate3d(0px, -70px, 0);
          transform: translate3d(0px, -70px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6):hover {
  -webkit-transform: translate3d(2.5px, -67.5px, 0);
          transform: translate3d(2.5px, -67.5px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
  -webkit-transition-duration: 580ms;
          transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
          transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
  -webkit-transition-duration: 680ms;
          transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
          transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
  -webkit-transition-duration: 780ms;
          transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
          transform: translate3d(-0.25084px, -104.9997px, 0);
}

.menu-open:checked ~ .menu-item:hover {
  color: #3290B1;
}

.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

/*============swiper===============*/
.white-side {
  width: 85%;
  margin: 0 auto 10px;
  display: block;
}
.white-side .swiper {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border: 10px solid #fff;
}
.white-side .swiper-notification {
  display: none;
}

.swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.swiper .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}
.swiper .swiper-slide {
  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;
}
.swiper .img-box {
  display: block;
  overflow: hidden;
}

.button-box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  right: 0;
  z-index: 3;
}
.button-box > button {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  color: var(--contrast-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
.button-box > button i {
  font-size: 36px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  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;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper:hover .swiper-button-next.swiper-button-disabled,
.swiper-container:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-lazy-preloader {
  opacity: 0;
}

.swiper-lazy {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-slide img {
  min-width: 100%;
  /* height: auto;*/
}

a:hover .img-box img,
a.img-box:hover img,
a:hover .img-over-box img,
.button-in .img-over-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

a .img-box img,
a.img-box img,
a .img-over-box img,
.button-in .img-over-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.swiper .img-box img,
.swiper .img-over-box img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.swiper a .img-over-box:before,
.swiper a .img-box:before {
  font-size: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.swiper .img-over-box {
  overflow: hidden;
  margin: 0;
}

/*============WORD===============*/
body {
  background: #fff;
  color: #fff;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
.en,
em {
  -webkit-transform: scale(1, 1.095);
          transform: scale(1, 1.095);
  text-shadow: rgb(0, 0, 0) 3px 2px 5px;
}

h1,
h2,
h3,
h4,
.en,
em p,
li {
  letter-spacing: 0.1em;
}

.img-caption {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #fff;
  position: absolute;
  padding: 0 5px 5px 5px;
  left: 20px;
  bottom: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.en,
em {
  font-family: "EB Garamond", serif;
  font-style: normal;
  letter-spacing: 0;
}

p,
p span,
.con,
li {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  padding-top: 20px;
  letter-spacing: 1px;
  text-shadow: rgb(0, 0, 0) 3px 2px 5px;
}

input[type=text],
input[type=password],
.input-button,
select,
textarea,
.input-box,
label,
.small-text,
.small-text a span,
.input-button a {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

p span {
  padding-top: 0;
  margin-left: -10px;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  color: #fcd254;
}
h1 .en {
  font-size: 75px;
  font-weight: 500;
  line-height: 112.5px;
  padding-right: 20px;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 63px;
  color: #231815;
}
h2 .en {
  padding-right: 0.2em;
  font-size: 54px;
  font-weight: 400;
  line-height: 81px;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
h3.en {
  padding: 0 0.15em;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

label,
small {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

label {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

/*============PAGE===============*/
.wrapper .section {
  overflow: hidden;
  min-height: 100%;
  margin: 0;
}

.content {
  width: 90%;
  margin: 100px auto;
  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;
}

.fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/*============section1===============*/
#section1 {
  background: url(../images/index-bg1.jpg) no-repeat top/cover;
}
#section1 .content {
  position: relative;
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section1 h2 {
  color: #fff;
}
#section1 .text-box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 10%;
  right: -5%;
}
#section1 .big-word {
  max-width: 450px;
  position: absolute;
  top: 0;
  left: 5%;
}
#section1 .case_name {
  width: 90%;
  max-width: 380px;
  display: block;
}
#section1 .shine_line {
  max-width: 665px;
  min-width: 380px;
  display: block;
}

/*============section2===============*/
#section2 {
  background-color: #347718;
}
#section2 .fp-tableCell,
#section2 .content {
  position: relative;
}
#section2 .content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section2 .pic-box2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
#section2 .text-box {
  position: absolute;
  right: 5%;
  bottom: 5vh;
}
#section2 .img-caption {
  position: absolute;
  width: 20px;
  right: 20px;
  left: auto;
  top: 20px;
  bottom: auto;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
}

/*============section3===============*/
#section3 {
  background: url(../images/page3_img1.jpg) no-repeat center top/cover;
}
#section3 .content {
  display: block;
  position: relative;
}
#section3 .en-img {
  max-width: 700px;
}
#section3 .text-box {
  position: absolute;
  width: 85%;
  display: block;
  float: left;
  right: 0;
  bottom: 0;
}
#section3 .left,
#section3 .right {
  float: left;
}
#section3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
#section3 h3 {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding-right: 1rem;
}
#section3 hr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 2px;
  margin-bottom: 0.5%;
}

/*============section4===============*/
#section4,
#section6 {
  background-color: #B4B4B5;
}
#section4 .content,
#section6 .content {
  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;
  position: relative;
}
#section4 .content .en-img,
#section6 .content .en-img {
  max-width: 240px;
  position: absolute;
  top: 20px;
  left: 5%;
}
#section4 .text-box,
#section6 .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#section4 .text-box h2,
#section4 .text-box .con,
#section6 .text-box h2,
#section6 .text-box .con {
  text-shadow: none;
}
#section4 .text-box .con,
#section6 .text-box .con {
  color: #231815;
}
#section4 .text-box .shine_line,
#section6 .text-box .shine_line {
  min-width: 550px;
  margin-left: -25%;
}
#section4 .pic-box,
#section6 .pic-box {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  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;
  z-index: 3;
}
#section4 .pic-box .img-caption,
#section6 .pic-box .img-caption {
  bottom: auto;
  top: -30px;
  left: auto;
  right: 0;
  color: #231815;
}

/*============section5===============*/
#section5-placeholder {
  height: 100vh;
  padding-bottom: 100vh;
  background: transparent;
}

#section5,
#section5-inside {
  background: url(../images/page5_img.jpg) no-repeat center top/cover;
}

#section5,
#section5-inside {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  /* 貼在最下層，當背景 */
}
#section5 .content,
#section5-inside .content {
  display: block;
  margin-top: 70px;
}
#section5 .text-box,
#section5-inside .text-box {
  position: relative;
  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: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section5 h3,
#section5-inside h3 {
  text-align: right;
}
#section5 .en-img,
#section5-inside .en-img {
  max-width: 800px;
}
#section5 .img-caption,
#section5-inside .img-caption {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin-top: 30px;
}

/*============section6===============*/
#section6 .pic-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -5%;
}
#section6 .pic-box .img-caption {
  right: auto;
  left: 0;
}
#section6 .text-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
#section6 .text-box .shine_line {
  margin: 0;
  margin-right: -25%;
}

/*============section7===============*/
#section7 {
  background-color: #000;
}
#section7 .fp-tableCell {
  overflow: hidden;
}
#section7 .content {
  width: 100%;
  height: 100%;
  margin: 0;
}
#section7 .performance-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#section7 .performance-swiper .swiper-slide {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#section7 .performance-swiper picture {
  display: block;
  height: auto;
}
#section7 .performance-swiper .swiper-notification {
  display: none;
}
#section7 .swiper-button-prev,
#section7 .swiper-button-next {
  color: white;
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#section7 .swiper-button-prev:hover,
#section7 .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#section7 .swiper-button-prev::after,
#section7 .swiper-button-next::after {
  font-size: 20px;
}
#section7 .swiper-button-prev {
  left: 0;
  right: auto;
}
#section7 .swiper-button-next {
  left: auto;
  right: 0;
}
#section7 .swiper-pagination {
  bottom: 20px !important;
  text-align: center;
}
#section7 .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#section7 .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
#section7 .img-caption {
  right: 20px;
  left: auto;
  bottom: auto;
  top: 20px;
}

/*============contact===============*/
#contact {
  background: url(../images/page7_img.jpg) no-repeat top right/contain;
  background-color: #0C0A0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .case_logo {
  position: relative;
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
}
#contact .map-box {
  width: 45%;
  height: auto;
  margin: 30px auto;
  max-width: 500px;
}
#contact .infro .text-box {
  width: 85%;
  height: auto;
  max-width: 588px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .infro .text-box h2 {
  color: #fcd254;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
}
#contact .infro .text-box h2 .en {
  line-height: 0;
}
#contact .infro .text-box h2 .group .en::before {
  content: " ";
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  padding: 0 10px;
}
#contact .infro .text-button {
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 0;
}
#contact .infro .text-button a {
  position: relative;
}
#contact .infro .text-button a:first-child {
  padding-right: 10px;
}
#contact .infro .text-button a:last-child {
  padding-left: 10px;
}
#contact .infro .text-button a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f08000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#contact .infro .text-button a:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#contact #form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact #contact_form {
  width: 95%;
  margin: 0 auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  /* 隱藏原始的 checkbox */
  /* 自定義 checkbox 的樣式 */
  /* 勾選後的狀態 */
  /* 勾選後顯示的符號 */
  /* 當 checkbox 被勾選後，顯示打勾符號 */
  /* 勾選符號的樣式（這裡是簡單的勾勾） */
}
#contact #contact_form .text-box {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  color: #fff;
}
#contact #contact_form .text-box .con {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#contact #contact_form .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
}
#contact #contact_form .item {
  width: 18%;
  height: 46px;
  min-width: 110px;
  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;
}
#contact #contact_form label {
  width: 75%;
  padding: 0 5% 0 0;
  position: relative;
  display: block;
  color: #e4b68c;
  line-height: 46px;
}
#contact #contact_form small {
  width: 20%;
  display: inline-block;
  font-weight: 600;
  color: #ff3600;
}
#contact #contact_form .input-row,
#contact #contact_form .input-button,
#contact #contact_form .select-row {
  position: relative;
  clear: both;
  background-color: transparent;
}
#contact #contact_form .long-area {
  width: 100%;
  margin: 0px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact #contact_form input[type=text],
#contact #contact_form input[type=password],
#contact #contact_form textarea {
  padding-left: 25px;
}
#contact #contact_form input[type=text],
#contact #contact_form input[type=password],
#contact #contact_form .input-button,
#contact #contact_form select,
#contact #contact_form textarea,
#contact #contact_form .input-box {
  width: 80%;
  height: 46px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(210, 194, 152, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #fff;
}
#contact #contact_form input[type=text] option,
#contact #contact_form input[type=password] option,
#contact #contact_form .input-button option,
#contact #contact_form select option,
#contact #contact_form textarea option,
#contact #contact_form .input-box option {
  color: #fff;
  margin-left: 10%;
  display: block;
}
#contact #contact_form input[type=text]:focus,
#contact #contact_form input[type=password]:focus,
#contact #contact_form .input-button:focus,
#contact #contact_form select:focus,
#contact #contact_form textarea:focus,
#contact #contact_form .input-box:focus {
  border-color: #C89F63;
}
#contact #contact_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#contact #contact_form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#contact #contact_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#contact #contact_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#contact #contact_form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#contact #contact_form textarea {
  height: 150px;
  line-height: 24px;
  padding-top: 13px;
}
#contact #contact_form .small-text {
  color: #e4b68c;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  text-align: left;
  -moz-text-align-last: auto;
       text-align-last: auto;
}
#contact #contact_form .small-text label {
  position: relative;
  display: block;
}
#contact #contact_form .small-text a {
  color: #e4b68c;
  display: inline-block;
}
#contact #contact_form .small-text a span {
  display: inline;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#contact #contact_form .small-text a:hover span {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #e4b68c;
  color: #231815;
}
#contact #contact_form .input-button {
  width: 50%;
  overflow: hidden;
  background: none;
  background-color: #804E21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#contact #contact_form .input-button a {
  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;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#contact #contact_form .input-button a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #ff3600;
}
#contact #contact_form .input-button:hover::before {
  left: 120%;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#contact #contact_form img.rand-img {
  position: absolute;
  right: 0px;
  bottom: 1px;
  width: 90px;
  height: 45px;
  cursor: pointer;
}
#contact #contact_form input[type=reset],
#contact #contact_form input[type=submit],
#contact #contact_form input[type=button],
#contact #contact_form input[type=file] {
  font-family: "Noto Serif TC", serif, "Forum", serif;
  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;
  border: none;
  margin: 0 auto;
  min-height: 20px;
  padding: 13px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 10px;
  font-weight: 550;
  color: #fff;
  background: #52abff;
  border: none;
}
#contact #contact_form input[type=checkbox] + label,
#contact #contact_form input[type=radio] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact #contact_form .checkbox {
  width: 50%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact #contact_form .checkbox input {
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
#contact #contact_form .checkbox .checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: #ff3600 1px solid;
  border-radius: 5px;
  /* 可以設置為圓角或方形 */
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#contact #contact_form .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#contact #contact_form .checkbox input:checked + .checkmark:after {
  display: block;
}
#contact #contact_form .checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -110%) rotate(45deg) scale(2, 2);
          transform: translate(-50%, -110%) rotate(45deg) scale(2, 2);
  width: 5px;
  height: 10px;
  border: solid #F7E7D0;
  border-width: 0 2.5px 2.5px 0;
}

#submit.loading {
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
}

#result {
  width: 90%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
}
#result h2 {
  color: #fff;
}
#result p {
  text-align: center;
}

/*============private===============*/
#private {
  width: 75%;
  margin: 0 auto;
  max-height: 80vh;
  overflow-y: auto;
  /* 讓隱私政策的內容可以滾動 */
}
#private .text-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#private .text-box h3,
#private .text-box h4,
#private .text-box .con,
#private .text-box ul,
#private .text-box li {
  text-align: left;
  color: #000;
  text-shadow: none;
}
#private .text-box em {
  color: #ff3600;
  text-shadow: none;
}
#private .text-box .con {
  padding-top: 10px;
  letter-spacing: 0;
}
#private .text-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 40px;
}

@media screen and (max-width: 1600px) {
  h2 {
    font-size: 37.8px;
    font-weight: 700;
    line-height: 56.7px;
    color: #231815;
  }
  h2 .en {
    padding-right: 0.2em;
    font-size: 48.6px;
    font-weight: 400;
    line-height: 72.9px;
  }
}
@media screen and (max-width: 1500px) {
  p,
  p span,
  .con {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
  h2 {
    font-size: 34.02px;
    font-weight: 700;
    line-height: 51.03px;
    color: #231815;
  }
  h2 .en {
    padding-right: 0.2em;
    font-size: 43.74px;
    font-weight: 400;
    line-height: 65.61px;
  }
  #contact #contact_form .row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact #contact_form .row-box .checkbox,
  #contact #contact_form .row-box .input-button {
    width: 100%;
  }
}
@media screen and (max-width: 1370px) {
  #section3 .text-box .left,
  #section3 .text-box .right {
    width: 100%;
  }
  #section3 .text-box p {
    width: 100%;
    margin: 0 auto;
  }
  #section3 .text-box p:first-child br {
    display: none;
  }
  #section3 .text-box p:first-child span {
    display: inline;
  }
}
@media screen and (max-width: 1300px) {
  #contact .infro .text-box {
    width: 90%;
  }
  #contact .infro .text-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
  }
  #contact .infro .text-button a {
    padding: 0 !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #contact .infro .text-box {
    width: 85%;
  }
  #contact .infro .text-box h2 .group .en:first-child::before {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .section:not(:nth-of-type(1), :nth-of-type(3), :nth-of-type(5), :nth-of-type(6), :nth-of-type(8)) {
    height: auto !important;
  }
  .section:not(:nth-of-type(1), :nth-of-type(3), :nth-of-type(5), :nth-of-type(6), :nth-of-type(8)) .fp-tableCell {
    height: auto !important;
  }
  .mobile-hide {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  .text-box {
    width: 85%;
    margin: 0 auto;
  }
  /*============section1===============*/
  #section1 {
    background: url(../images/mobile/index-bg1.jpg) no-repeat top/cover;
  }
  #section1 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section1 .text-box,
  #section1 .big-word {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  #section1 .big-word {
    width: 40%;
    min-width: 200px;
  }
  #section1 .text-box {
    margin-top: 70px;
  }
  #section1 .text-box .case_name {
    min-width: 250px;
    width: 40%;
  }
  /*============section2===============*/
  #section2 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #section2 .pic-box2 {
    position: relative;
  }
  #section2 .swiper-slide {
    height: 10%;
  }
  #section2 .swiper-slide .img-box {
    padding-bottom: 100%;
    background: url(../images/mobile/location_map.jpg) no-repeat center top/cover;
  }
  #section2 .text-box {
    position: relative;
    right: 10%;
    bottom: auto;
    margin: 0px auto 100px;
  }
  #section2 .img-caption {
    width: auto;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  /*============section3===============*/
  #section3 {
    background: url(../images/mobile/page3_img1.jpg) no-repeat center top/cover;
  }
  #section3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px auto 100px;
  }
  #section3 .en-img {
    width: 90%;
  }
  #section3 .text-box {
    position: relative;
  }
  /*============section4===============*/
  #section4 .content,
  #section6 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section4 .content .pic-box,
  #section6 .content .pic-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #section4 .content .text-box,
  #section6 .content .text-box {
    margin: 70px auto;
    padding: 0;
  }
  #section4 .content .en-img,
  #section6 .content .en-img {
    bottom: 0;
    top: auto;
    left: 7.5%;
    right: auto;
  }
  /*============section5===============*/
  #section5-placeholder {
    display: none;
  }
  #section5-inside {
    position: relative;
  }
  /*============contact===============*/
  #contact .content {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact .grid-6-12 {
    width: 100%;
  }
  #contact #contact_form {
    margin: 0 auto;
  }
  #contact #form-top {
    margin-top: 70px;
  }
}
@media screen and (max-width: 850px) {
  #section3 .title hr {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #section2 .content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #section2 .text-box {
    left: 0;
    right: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 81px;
  }
  h1 .en {
    font-size: 67.5px;
    font-weight: 500;
    line-height: 101.25px;
  }
  h2 {
    font-size: 37.8px;
    font-weight: 700;
    line-height: 56.7px;
  }
  h3 {
    font-size: 28.8px;
    font-weight: 600;
    line-height: 43.2px;
  }
  p,
  p span,
  .con {
    font-size: 16.2px;
    font-weight: 400;
    line-height: 24.3px;
  }
  #section2 .swiper-slide .img-box {
    padding-bottom: 495.6px;
    background-size: 600px;
  }
  #section2 .text-right,
  #section6 .text-right {
    text-align: left;
  }
  #section4 .content .text-box .con:nth-of-type(2) br,
  #section6 .content .text-box .con:nth-of-type(2) br {
    display: block;
  }
  #section4 .content .text-box .shine_line,
  #section6 .content .text-box .shine_line {
    margin: 0;
    margin-left: -30%;
  }
}
@media screen and (max-width: 580px) {
  .text-box {
    width: 90%;
  }
  h1 {
    font-size: 48.6px;
    font-weight: 700;
    line-height: 72.9px;
    text-align: center;
    letter-spacing: 0;
  }
  h1 .en {
    font-size: 60.75px;
    font-weight: 500;
    line-height: 91.125px;
    letter-spacing: 0;
  }
  h2 {
    font-size: 34.02px;
    font-weight: 700;
    line-height: 51.03px;
  }
  h3 {
    font-size: 25.92px;
    font-weight: 600;
    line-height: 38.88px;
  }
  p,
  p span,
  .con,
  .img-caption {
    font-size: 14.58px;
    font-weight: 400;
    line-height: 21.87px;
    letter-spacing: 0;
  }
  #contact .infro {
    position: relative;
  }
  #contact .case_logo {
    padding-bottom: 40%;
    height: 200px;
  }
  #contact .case_logo img {
    position: absolute;
    min-width: 430px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  #contact .map-box {
    width: 90%;
  }
  #contact .infro .text-button {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #section3 h3 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    white-space: normal;
    word-break: break-word;
    text-align: left;
  }
  #contact #contact_form .long-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact #contact_form input[type=text],
  #contact #contact_form input[type=password],
  #contact #contact_form .input-button,
  #contact #contact_form select,
  #contact #contact_form textarea,
  #contact #contact_form .input-box {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  h1 {
    font-size: 43.74px;
    font-weight: 700;
    line-height: 65.61px;
    text-align: center;
  }
  h1 .en {
    font-size: 54.675px;
    font-weight: 500;
    line-height: 82.0125px;
  }
  h2 {
    font-size: 30.618px;
    font-weight: 700;
    line-height: 45.927px;
  }
  h3 {
    font-size: 23.328px;
    font-weight: 600;
    line-height: 34.992px;
  }
  p,
  p span,
  .con,
  .img-caption {
    font-size: 13.122px;
    font-weight: 400;
    line-height: 19.683px;
  }
}
@media screen and (max-width: 380px) {
  #contact #contact_form .small-text {
    line-height: normal;
  }
  #contact #contact_form .small-text a {
    display: block;
  }
  #contact #contact_form .row-box .checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact #contact_form .checkmark {
    margin-top: 10px;
  }
}
@media screen and (max-width: 380px) and (max-height: 680px) {
  #section3 {
    height: inherit !important;
  }
  #section3 .fp-tableCell,
  #section3 .content {
    height: auto !important;
  }
  #section3 .fp-tableCell .text-box,
  #section3 .content .text-box {
    margin-top: 50%;
  }
}/*# sourceMappingURL=style.202508.css.map */