@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt-100px {
  padding-top: 100px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pt-200px {
  padding-top: 200px;
}

.pb-200px {
  padding-bottom: 200px;
}

.pt-300px {
  padding-top: 300px;
}

.my-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-200px {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mt-200px {
  margin-top: 200px;
}

.mt-100px {
  margin-top: 100px;
}

.mb-100px {
  margin-bottom: 100px;
}

.mb-200px {
  margin-bottom: 200px;
}

.mt-n1 {
  margin-top: -1px;
}

.mt-n5 {
  margin-top: -5px;
}

.mt-n15 {
  margin-top: -15px;
}

.position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.left-0 {
  left: 0;
}

.h-100vh {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .py-100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-100px {
    padding-top: 50px;
  }
  .pb-100px {
    padding-bottom: 50px;
  }
  .pt-200px {
    padding-top: 100px;
  }
  .pb-200px {
    padding-bottom: 100px;
  }
  .pt-300px {
    padding-top: 150px;
  }
  .my-100px {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-200px {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-200px {
    margin-top: 100px;
  }
  .mt-100px {
    margin-top: 50px;
  }
  .mb-100px {
    margin-bottom: 50px;
  }
  .mb-200px {
    margin-bottom: 100px;
  }
}

@font-face {
  font-family: FuturaPTLight;
  src: url(../font/FuturaPTLight.woff) format("woff"), url(../font/FuturaPTLight.otf) format("opentype");
}

@font-face {
  font-family: FuturaPTMedium;
  src: url(../font/FuturaPTMedium.woff) format("woff"), url(../font/FuturaPTMedium.otf) format("opentype");
}

@font-face {
  font-family: FuturaPTMediumItalic;
  src: url(../font/FuturaMediumItalic.woff) format("woff"), url(../font/FuturaMediumItalic.otf) format("opentype");
}

@font-face {
  font-family: PerpetuaTitlingMTLight;
  src: url(../font/PerpetuaTitlingMTLight2.woff) format("woff"), url(../font/PerpetuaTitlingMTLight2.otf) format("opentype");
}

@font-face {
  font-family: optima;
  src: url(../font/OPTIMA.woff) format("woff"), url(../font/OPTIMA.otf) format("opentype");
}

@font-face {
  font-family: optimaItalic;
  src: url(../font/Optima_Italic.woff) format("woff"), url(../font/Optima_Italic.otf) format("opentype");
}

@font-face {
  font-family: AvenirRoman;
  src: url(../font/AvenirLTStd-Roman.woff) format("woff"), url(../font/AvenirLTStd-Roman.otf) format("opentype");
}

@font-face {
  font-family: AvenirMedium;
  src: url(../font/AvenirHeavy.woff) format("woff"), url(../font/AvenirHeavy.otf) format("opentype");
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans TC", "Josefin Sans", sans-serif;
  background-color: #fff;
}

.d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a {
  text-decoration: none;
  position: relative;
  color: #000;
}

a:hover {
  color: #000;
}

a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}

ul {
  list-style: none;
  padding: 0;
}

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

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

.social .social-icon {
  margin: 0 3px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social .social-icon i {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c3c3c3;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}

header {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 2px solid #D54735;
  position: fixed !important;
  top: 0;
  left: 0;
}

header .icon {
  height: 100%;
}

header .icon .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  height: 35px;
}

header .icon .logo img {
  height: 25px;
}

header .icon .logo img.origin {
  display: none;
}

header .icon .logo img.down {
  display: block;
}

header .icon .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
}

header .icon .social .social-icon {
  width: 24px;
  height: 24px;
}

header .icon .social .social-icon i {
  line-height: 24px;
  font-size: 13px;
}

header .icon .social .social-icon img {
  width: 13px;
  display: block;
  margin: 0 auto;
}

header .link .consult {
  color: #D54735;
  margin-right: 15px;
}

header .link .consult::after {
  background-color: #D54735;
}

header .link .menu-box {
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
}

header .link .menu-box .bar {
  background-color: #D54735;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .link .menu-box .bar.top-bar {
  top: 14px;
}

header .link .menu-box .bar.middle-bar {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .link .menu-box .bar.bottom-bar {
  bottom: 14px;
}

header .link .menu-box.active .bar.top-bar {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

header .link .menu-box.active .bar.middle-bar {
  opacity: 0;
}

header .link .menu-box.active .bar.bottom-bar {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

header .link .main-nav {
  position: fixed;
  width: 400px;
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #D54735;
  padding: 40px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
  z-index: 20;
}

header .link .main-nav ul {
  padding: 0;
  width: 100%;
}

header .link .main-nav ul li {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .link .main-nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}

header .link .main-nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 5px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .link .main-nav ul li.cross {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}

header .link .main-nav ul li.cross img {
  width: 25px;
}

header .link .main-nav ul li:hover a::after {
  width: 100%;
}

header .link .main-nav.active {
  right: 0;
}

main {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 0 0;
}

.backtotop {
  padding: 60px 0 30px;
}

.backtotop.white {
  background-color: #fff;
}

.backtotop.white .top {
  color: #D54735;
}

.backtotop.green {
  background-color: #003223;
}

.backtotop.green .top {
  color: #fff;
}

.backtotop .top {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
}

.backtotop .top i {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.backtotop .top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact {
  padding: 40px 0;
}

.contact button.top {
  display: block;
  margin: 0 auto;
  color: #D54735;
  background-color: transparent;
  border: 0;
}

.contact button.top i {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact button.top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact p {
  text-align: center;
}

.contact .contactus {
  color: #D54735;
  font-size: 100px;
  font-family: FuturaPTLight, sans-serif;
}

.contact a {
  text-align: center;
  color: #D54735;
}

.contact a::after {
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #D54735;
}

.contact a:hover::after {
  width: 100%;
}

footer.normal {
  padding: 0 30px;
  height: 200px;
  background-color: #fff;
}

footer.normal > div {
  width: 100%;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  padding: 40px 0;
}

footer.normal > div .logo {
  width: 170px;
  padding-right: 20px;
}

footer.normal > div > div.about {
  width: 35%;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}

footer.normal > div > div.about > div {
  margin: 0 auto;
}

footer.normal > div > div.about > div a {
  color: #D54735;
  text-decoration: underline;
}

footer.normal > div > div.page-outer {
  width: 25%;
}

footer.normal > div > div.page-outer .page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.normal > div > div.page-outer .page-box .page-list {
  width: 50%;
}

footer.normal > div > div.page-outer .page-box .page-list a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #D54735;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

footer.normal > div > div.page-outer .page-box .page-list a::after {
  background-color: #D54735;
}

footer.normal > div > div.page-outer .page-box .page-list:nth-child(odd) {
  padding-right: 10px;
}

footer.normal > div > div.page-outer .page-box .page-list:nth-child(even) {
  padding-left: 10px;
}

footer.normal > div > div.social {
  width: calc(40% - 170px);
  padding-left: 20px;
  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;
}

footer.normal > div > div.social .social-icon {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

footer.normal > div > div.social .social-icon i {
  font-size: 20px;
  line-height: 35px;
}

footer.normal > div > div.social .social-icon img {
  width: 20px;
}

footer.normal > div > div h4 {
  font-size: 18px;
  color: #c6c6c6;
}

footer.normal > div > div p {
  font-size: 14px;
  color: #D54735;
  margin-bottom: 10px;
}

.inner-nav {
  padding: 20px;
  height: 140px;
}

.inner-nav > div {
  height: 100%;
}

.inner-nav > div h1 {
  font-size: 90px;
  color: #D54735;
  margin: 0;
  font-family: FuturaPTLight, sans-serif;
  font-weight: 400;
}

.inner-nav > div ul {
  padding: 0 20px;
  list-style: none;
  width: 60%;
  height: 100%;
  margin: 0;
}

.inner-nav > div ul li {
  border-left: 1px solid #939393;
  height: 100%;
  text-align: center;
}

.inner-nav > div ul li a {
  color: #939393;
  text-align: center;
  line-height: 90px;
}

.inner-nav > div ul li.active a {
  color: #D54735;
}

.inner-nav > div ul li.active a::after {
  background-color: #D54735;
}

.inner-nav > div ul li:hover a {
  color: #D54735;
}

.inner-nav > div ul li:hover a::after {
  background-color: #D54735;
}

.inner-nav > div ul.service-nav li {
  width: 20%;
}

.inner-nav > div ul.work-nav {
  width: 70%;
}

.inner-nav > div ul.work-nav li {
  width: calc(100% / 6);
}

.cda-footer.normal {
  display: none;
}

#cdawrap {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .inner-nav > div h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  footer.normal > div > div {
    margin-bottom: 25px;
  }
  footer.normal > div > div.logo {
    width: 120px;
  }
  footer.normal > div > div.about {
    padding: 0;
  }
  footer.normal > div > div.about > div {
    padding: 0;
  }
  footer.normal > div > div.page-outer {
    padding: 0 10px;
  }
  footer.normal > div > div.page-outer .page-box {
    width: 100%;
  }
  footer.normal > div > div.page-outer .page-box .page {
    padding: 0 !important;
  }
  footer.normal > div > div.page-outer .page-box .page:last-child {
    padding-right: 0 !important;
  }
  footer.normal > div > div.social {
    padding: 0;
  }
  footer.normal > div > div.social .social-icon {
    width: 30px;
    height: 30px;
  }
  footer.normal > div > div.social .social-icon i {
    line-height: 30px;
    font-size: 16px;
  }
  .inner-nav {
    height: 120px;
  }
  .inner-nav > div h1 {
    font-size: 65px;
  }
  .inner-nav > div ul li a {
    line-height: 75px;
  }
}

@media screen and (max-width: 900px) {
  footer.normal > div .logo {
    width: 130px;
  }
  footer.normal > div > div.about {
    width: 37%;
  }
  footer.normal > div > div.page-outer {
    width: 25%;
  }
  footer.normal > div > div.social {
    width: calc(38% - 130px);
  }
}

@media screen and (max-width: 767px) {
  header .icon .social {
    display: none;
  }
  .contact .contactus {
    font-size: 80px;
  }
  .inner-nav {
    height: auto;
  }
  .inner-nav > div h1 {
    font-size: 70px;
  }
  .inner-nav > div ul {
    width: 100%;
    padding: 0;
  }
  .inner-nav > div ul li a {
    line-height: 30px;
  }
  .inner-nav > div ul li:first-child {
    border: 0;
  }
  .inner-nav > div ul.work-nav {
    width: 100%;
  }
  footer.normal {
    height: 350px;
  }
  footer.normal > div > div.logo {
    width: 50%;
    padding: 0;
  }
  footer.normal > div > div.logo img {
    width: 120px;
    display: block;
    margin: 0;
  }
  footer.normal > div > div.about {
    width: 50%;
    padding: 0;
  }
  footer.normal > div > div.page-outer {
    width: 50%;
  }
  footer.normal > div > div.page-outer .page-box {
    width: 100%;
  }
  footer.normal > div > div.page-outer .page-box .page {
    width: auto;
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  footer.normal > div > div.page-outer .page-box .page:last-child {
    padding-right: 0 !important;
  }
  footer.normal > div > div.social {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 575px) {
  header {
    height: 60px;
  }
  header .icon .logo {
    margin-right: 10px;
  }
  header .icon .logo img {
    height: 18px;
  }
  header .icon .social {
    height: 40px;
  }
  header .icon .social .social-icon {
    width: 20px;
    height: 20px;
  }
  header .icon .social .social-icon i {
    line-height: 20px;
    font-size: 10px;
  }
  header .link .main-nav {
    width: 100%;
    right: -100%;
  }
  footer.normal > div {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
  footer.normal > div > div.about {
    width: 100%;
    margin-top: 40px;
  }
  footer.normal > div > div.page-outer {
    margin-bottom: 0;
  }
  footer.normal > div > div.page-outer .page-box .page-list {
    width: 100%;
  }
  footer.normal > div > div.page-outer .page-box .page-list:nth-child(odd) {
    padding-right: 0;
  }
  footer.normal > div > div.page-outer .page-box .page-list:nth-child(even) {
    padding-left: 0;
  }
  main {
    padding-top: 60px;
  }
  .contact .contactus {
    font-size: 60px;
  }
}

@media screen and (max-width: 414px) {
  header {
    padding: 0 10px;
  }
  header .link .consult {
    display: none;
  }
  header .link .menu-box {
    width: 36px;
    height: 36px;
  }
  header .link .menu-box .bar.top-bar {
    top: 7px;
  }
  header .link .menu-box .bar.bottom-bar {
    bottom: 7px;
  }
  header .icon .social {
    display: none;
  }
  .inner-nav {
    padding: 20px 10px;
  }
  .inner-nav > div ul li a {
    font-size: 13px;
  }
  footer.normal {
    padding: 0 10px;
  }
  footer.normal > div .logo {
    padding: 0 10px;
  }
  footer.normal > div > div {
    padding: 0 10px !important;
  }
  footer.normal > div > div.page-outer .page-box .page-list:nth-child(odd) {
    padding-right: 0;
  }
  footer.normal > div > div.page-outer .page-box .page-list a {
    font-size: 13px;
  }
}

.home-swiper > div > .swiper-slide {
  height: 100vh;
}

#banner {
  width: 100vw;
  height: 100vh;
}

#banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

#banner .swiper-slide.slider1 {
  background-color: #D54735;
}

#banner .swiper-slide.slider1 .text {
  position: absolute;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#banner .swiper-slide.slider1 .text h1 {
  font-size: 100px;
  font-family: FuturaPTLight, sans-serif;
  color: #fff;
}

#banner .swiper-slide.slider1 .text p {
  font-size: 20px;
  color: #fff;
}

#banner .swiper-slide.slider2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#banner .swiper-slide.slider2 video.video-mobile {
  display: none;
}

#banner .swiper-slide.slider2 .text {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
}

#banner .swiper-slide.slider2 .text h1 {
  font-size: 22px;
}

#banner .swiper-slide.slider2 .text p {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-family: FuturaPTLight, sans-serif;
}

#banner .swiper-slide.slider2 .text img {
  width: 30px;
}

#banner .swiper-pagination {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#banner .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #D54735;
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D54735;
}

#banner .swiper-button-next {
  right: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#banner .swiper-button-next::after {
  content: "";
}

#banner .swiper-button-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#banner .swiper-button-prev::after {
  content: "";
}

.branding {
  height: 100%;
  position: relative;
}

.branding .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.branding .inner > div {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.branding .inner > div span {
  font-family: FuturaPTLight, sans-serif;
  font-size: 55px;
  color: #D54735;
}

.branding .inner > div.intro-box {
  width: auto;
}

.branding .inner > div.intro-box .chinese {
  color: #D54735 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 22px;
}

.branding .inner > div img {
  width: 120px;
  margin: 0 15px;
}

.identity {
  color: #D54735;
  text-align: center;
  height: 100vh;
  position: relative;
}

.identity .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.identity .inner .text h2 {
  font-size: 22px;
  margin-bottom: 40px;
}

.identity .inner .text .content p {
  font-size: 15px;
  margin-bottom: 40px;
}

.identity .inner .text a {
  color: #D54735;
}

.identity .inner .text a::after {
  background-color: #D54735;
}

.identity .inner .brand-icon img {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 60px auto 0;
}

.identity .inner .brand-icon img.mobile {
  display: none;
  max-width: 400px;
}

.portfolio {
  width: 100%;
}

.portfolio .portfolio-box {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio .portfolio-box.hide-half {
  padding-bottom: 35%;
}

.portfolio .portfolio-box.hide-half .text {
  bottom: -60px;
}

.portfolio .portfolio-box.hide-half:hover {
  padding-bottom: 50%;
}

.portfolio .portfolio-box.hide-half:hover .text {
  bottom: 60px;
}

.portfolio .portfolio-box.soulong {
  background: linear-gradient(45deg, #94c41d, #50a54d);
}

.portfolio .portfolio-box.soulong img {
  position: absolute;
  height: 110%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.portfolio .portfolio-box.soulong img:hover {
  -webkit-transform: translateX(-50%) scale(1.3);
          transform: translateX(-50%) scale(1.3);
}

.portfolio .portfolio-box.wax {
  background-color: #a52e2b;
}

.portfolio .portfolio-box.wax img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.portfolio .portfolio-box.wax img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.portfolio .portfolio-box.miss {
  background-image: url(../img/miss-pic.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio .portfolio-box.happy .bg-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.portfolio .portfolio-box.boutijour {
  background-image: url(../img/boutijour-pic.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.portfolio .portfolio-box.baba {
  background-image: url(../img/baba-pic.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e5b757;
}

.portfolio .portfolio-box.green {
  background-image: url(../img/green-pic.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio .portfolio-box.queen {
  background-image: url(../img/queen-pic.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio .portfolio-box .text {
  position: absolute;
  bottom: 80px;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 15px;
}

.portfolio .portfolio-box .text h3 {
  font-family: FuturaPTLight, sans-serif;
  font-size: 100px;
}

.portfolio .portfolio-box .text p {
  font-weight: 600;
}

.portfolio .portfolio-box .text a {
  color: #fff;
}

.portfolio .portfolio-box .text a::after {
  background-color: #fff;
}

.portfolio .portfolio-box .text.text-black {
  color: #333;
}

.portfolio .portfolio-box .text.text-black a {
  color: #333;
}

.portfolio .portfolio-box .text.text-black a::after {
  background-color: #333;
}

.pf {
  height: 100vh;
  background-color: #D54735;
}

.partner {
  color: #fff;
  height: 100vh;
  position: relative;
}

.partner .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.partner .inner a {
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.partner .inner a p {
  margin-bottom: 10px;
}

.partner .inner a i {
  display: block;
}

.partner .inner h2 {
  margin-bottom: 30px;
  text-align: center;
}

.partner .inner p {
  width: 60%;
  margin: 0 auto;
}

.partner .inner .partner-pic {
  width: 40%;
  display: block;
}

.partner .inner .partner-pic-m {
  width: 70%;
  display: none;
}

.cf {
  height: 100vh;
  position: relative;
}

.cf .contact-box {
  height: calc(100vh - 200px);
  position: relative;
}

.cf .contact-box .contact {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cf footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#about-banner .swiper-slide {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#about-banner .swiper-pagination {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#about-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
}

#about-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.a-introduce {
  padding: 60px 30px;
}

.a-introduce h2 {
  color: #D54735;
  font-size: 100px;
  font-family: FuturaPTLight, sans-serif;
  margin-bottom: 40px;
}

.a-introduce > .content {
  margin-left: auto;
  margin-bottom: 50px;
  color: #D54735;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.a-introduce > .content > div {
  width: 25%;
}

.a-introduce > .content > div .title {
  font-size: 20px;
  font-weight: 700;
  color: #D54735;
  margin: 0 0 10px;
  text-align: left;
}

.a-introduce > .content > div p {
  line-height: 1.5;
  text-align: justify;
}

.a-introduce .record {
  color: #D54735;
}

.a-introduce .record h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.a-introduce .record img {
  display: block;
  width: 50%;
  margin: 40px 0;
}

.a-introduce .record .row > div {
  width: 100%;
}

.a-introduce .record .row > div h5 {
  font-size: 16px;
}

.a-introduce .record .row > div > div {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  margin-bottom: 5px;
}

.a-introduce .record .row > div > div .year {
  width: 40px;
}

.a-introduce .record .row > div > div .name {
  width: 210px;
  padding-left: 20px;
}

.a-introduce .record .row > div > div .prize-name {
  width: calc(100% - 250px);
  padding-left: 20px;
}

.a-introduce #service {
  height: 70px;
}

.a-introduce .service #service-tab {
  width: 30%;
}

.a-introduce .service #service-tab button {
  background-color: transparent;
  color: #939393;
  text-align: left;
  font-size: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

.a-introduce .service #service-tab button.active {
  color: #D54735;
}

.a-introduce .service #service-tab button.active::after {
  opacity: 1;
}

.a-introduce .service #service-tab button::after {
  width: 100%;
  height: 1px;
  background-color: #D54735;
  position: absolute;
  content: "";
  top: calc(100% + 3px);
  left: 0;
  opacity: 0;
}

.a-introduce .service #service-tabContent {
  width: 62.5%;
}

.a-introduce .service #service-tabContent .tab-pane h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #D54735;
}

.a-introduce .service #service-tabContent .tab-pane .content {
  width: 40%;
}

.a-introduce .service #service-tabContent .tab-pane .content p {
  font-size: 16px;
  line-height: 1.8;
  color: #D54735;
  text-align: justify;
}

.a-introduce .service #service-tabContent .tab-pane .service-item {
  width: 40%;
}

.a-introduce .service #service-tabContent .tab-pane .service-item ul li {
  color: #D54735;
  font-size: 16px;
  margin-bottom: 5px;
}

.process {
  padding: 60px 30px;
  background-color: #D54735;
}

.process h2 {
  color: #fff;
  font-size: 100px;
  font-family: FuturaPTLight, sans-serif;
  margin-bottom: 40px;
}

.process .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.process .content .process-box {
  width: 33.3333%;
  padding: 0 30px;
  color: #fff;
  margin-bottom: 40px;
}

.process .content .process-box .pic {
  width: 60%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 25px;
  margin: 0 auto;
}

.process .content .process-box .pic img {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.process .content .process-box .title {
  margin-bottom: 30px;
}

.process .content .process-box .title .number {
  width: 45px;
}

.process .content .process-box .title .number p {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: justify;
}

.process .content .process-box .title .text {
  width: calc(100% - 45px);
  text-align: left;
}

.process .content .process-box .title .text h5 {
  margin-bottom: 5px;
  color: #fff;
}

.process .content .process-box .title .text p {
  color: #fff;
  margin: 0;
}

.process .content .process-box .title p {
  color: #fff;
}

.join {
  padding: 60px 30px 100px;
  color: #D54735;
}

.join h2 {
  color: #D54735;
  font-size: 100px;
  font-family: FuturaPTLight, sans-serif;
  margin-bottom: 40px;
}

.join > div {
  width: 90%;
}

.join > div .join-box {
  width: 25%;
  padding: 0 10px;
}

.join > div .join-box h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.join > div .join-box ul {
  list-style: none;
  padding: 0;
}

.service-banner {
  width: 100%;
  padding-bottom: 37%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/service-banner_2.png);
}

.service-content {
  padding: 60px 40px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  color: #D54735;
}

.service-content img {
  width: 100px;
}

.service-content .text {
  width: calc(100% - 100px);
  padding-left: 40px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.service-content .text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  width: 100%;
}

.service-content .text .intro {
  width: 50%;
  padding-right: 40px;
}

.service-content .text .item {
  width: 15%;
}

.service-content .text .item h3 {
  font-size: 20px;
  font-weight: 700;
}

.service-content .text .item ul {
  list-style: none;
  padding: 0;
}

.service-content .text .look {
  width: 25%;
}

.service-content .text .look a {
  color: #D54735;
}

.service-content .text .look a::after {
  width: 0;
  background-color: #D54735;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-content .text .look a:hover::after {
  width: 100%;
}

.work-content .row {
  margin: 0;
}

.work-content .row .work-box {
  padding: 0;
  margin: 0;
  padding-bottom: 18%;
  position: relative;
}

.work-content .row .work-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.work-content .row .work-box img.hover {
  opacity: 0;
}

.work-content .row .work-box p {
  position: absolute;
  color: #fff;
  left: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.work-content .row .work-box p.text-top {
  top: 10px;
}

.work-content .row .work-box p.text-bottom {
  bottom: 0;
}

.work-content .row .work-box:hover img.hover {
  opacity: 1;
}

.work-content .row .work-box:hover p {
  opacity: 1;
}

.work-content .row .work-box.white-bg p {
  color: #000;
}

.contact-content {
  padding: 60px 40px;
}

.contact-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #D54735;
  margin-bottom: 40px;
}

.contact-content form {
  padding: 30px 20px;
  background-color: #D54735;
  color: #fff;
}

.contact-content form input,
.contact-content form select,
.contact-content form textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  background: transparent;
  border-radius: 0;
  color: #fff;
  outline: none;
  height: 35px;
  -webkit-appearance: none;
}

.contact-content form input::-webkit-input-placeholder,
.contact-content form select::-webkit-input-placeholder,
.contact-content form textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact-content form input:-ms-input-placeholder,
.contact-content form select:-ms-input-placeholder,
.contact-content form textarea:-ms-input-placeholder {
  color: #fff;
}

.contact-content form input::-ms-input-placeholder,
.contact-content form select::-ms-input-placeholder,
.contact-content form textarea::-ms-input-placeholder {
  color: #fff;
}

.contact-content form input::placeholder,
.contact-content form select::placeholder,
.contact-content form textarea::placeholder {
  color: #fff;
}

.contact-content form .select-box {
  position: relative;
}

.contact-content form .select-box select {
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 70px center;
}

.contact-content form #submit {
  width: 30%;
  display: block;
  margin: 60px auto 0;
  background-color: #fff;
  color: #D54735;
  padding: 5px;
}

.contact-content .inform {
  padding-left: 60px;
  margin-bottom: 40px;
}

.contact-content .inform ul {
  list-style: none;
  padding: 0;
}

.contact-content .inform ul li {
  color: #D54735;
  margin-bottom: 5px;
}

.contact-content .inform ul li a {
  color: #D54735;
}

.contact-content .map {
  padding-left: 60px;
}

.contact-content .map .map-box {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.contact-content .map .map-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .branding > div span {
    font-size: 45px;
  }
  .branding > div img {
    width: 80px;
  }
  .portfolio .portfolio-box .text h3 {
    font-size: 80px;
    margin-bottom: 0;
  }
  .portfolio .portfolio-box .text p {
    margin-bottom: 10px;
  }
  .contact-content .inform {
    padding-left: 0;
    margin-top: 40px;
  }
  .contact-content .map {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #banner .swiper-slide.slider1 .text h1 {
    font-size: 60px;
  }
  #banner .swiper-slide.slider2 video.video-normal {
    display: none;
  }
  #banner .swiper-slide.slider2 video.video-mobile {
    display: block;
  }
  .branding .inner > div span {
    font-size: 45px;
  }
  .branding .inner > div img {
    width: 70px;
  }
  .identity .inner {
    padding: 0 20px;
  }
  .brand-icon {
    padding: 40px 0;
  }
  .portfolio .portfolio-box .text {
    left: 20px;
    bottom: 130px;
  }
  .portfolio .portfolio-box .text h3 {
    font-size: 60px;
  }
  .portfolio .portfolio-box.happy .bg-pic img {
    display: none;
  }
  .portfolio .portfolio-box.happy .bg-pic video {
    display: block;
  }
  .portfolio .portfolio-box.hide-half {
    padding-bottom: 50%;
  }
  .portfolio .portfolio-box.hide-half .text {
    bottom: 30px;
  }
  .portfolio .portfolio-box.hide-half:hover {
    padding-bottom: 50%;
  }
  .portfolio .portfolio-box.hide-half:hover .text {
    bottom: 30px;
  }
  #about-banner .swiper-slide {
    padding-bottom: 70%;
  }
  .a-introduce h2 {
    font-size: 80px;
  }
  .a-introduce .prize {
    width: 70%;
  }
  .a-introduce .record img {
    width: 100%;
  }
  .a-introduce > .content > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .a-introduce > .content > div:last-child {
    margin-bottom: 0;
  }
  .process h2 {
    font-size: 80px;
  }
  .process .content .process-box .title .number p {
    font-size: 35px;
  }
  .join h2 {
    font-size: 80px;
  }
  .join > div {
    width: 100%;
  }
  .cf .contact-box {
    height: calc(100vh - 350px);
  }
  .service-content .text .intro {
    padding-right: 20px;
    width: 40%;
  }
  .service-content .text .item {
    width: 30%;
  }
  .service-content .text .look {
    width: 30%;
  }
}

@media screen and (max-width: 575px) {
  #banner .swiper-slide.slider1 .text {
    left: 10%;
  }
  #banner .swiper-slide.slider1 .text h1 {
    font-size: 40px;
  }
  #banner .swiper-slide.slider1 .text p {
    font-size: 16px;
  }
  #banner .swiper-button-next img {
    width: 20px;
  }
  #banner .swiper-button-prev img {
    width: 20px;
  }
  .branding .inner > div span {
    font-size: 34px;
  }
  .branding .inner > div img {
    width: 50px;
  }
  .portfolio .portfolio-box {
    padding-bottom: 70%;
  }
  .portfolio .portfolio-box.wax img {
    right: 0;
  }
  .portfolio .portfolio-box.hide-half {
    padding-bottom: 70%;
  }
  .portfolio .portfolio-box.hide-half:hover {
    padding-bottom: 70%;
  }
  .partner .inner p {
    width: 80%;
  }
  .partner .inner .partner-pic {
    width: 80%;
  }
  .a-introduce h2 {
    font-size: 60px;
  }
  .a-introduce > .content {
    width: 100%;
  }
  .a-introduce .prize {
    width: 100%;
  }
  .a-introduce .service #service-tabContent .tab-pane .content {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .a-introduce .service #service-tabContent .tab-pane .service-item {
    width: 100%;
  }
  .a-introduce .record .row > div > div .name {
    width: calc(50% - 20px);
  }
  .a-introduce .record .row > div > div .prize-name {
    width: calc(50% - 20px);
  }
  .identity {
    padding: 60px 20px;
  }
  .identity .identity-title {
    font-size: 70px;
    margin-bottom: 30px;
  }
  .identity .inner .brand-icon img.normal {
    display: none;
  }
  .identity .inner .brand-icon img.mobile {
    display: block;
  }
  .process .content {
    width: 100%;
  }
  .process .content .process-box {
    width: 100%;
    padding: 0 10px;
  }
  .process .content .process-box .pic {
    max-width: 250px;
    width: 100%;
    padding-bottom: 30px;
  }
  .process .content .process-box .pic img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .process .content .process-box .title {
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .process .content .process-box .title .number {
    width: 30px;
  }
  .process .content .process-box .title .text {
    width: calc(100% - 30px);
  }
  .process .content .process-box .title .text p {
    font-size: 12px;
    margin: 0;
  }
  .join {
    padding-bottom: 60px;
  }
  .join > div .join-box {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact-content {
    padding: 40px 20px;
  }
  .service-content {
    padding: 40px 20px;
  }
  .service-content .text .intro {
    padding-right: 20px;
    width: 70%;
  }
  .service-content .text .item {
    width: 30%;
  }
  .service-content .text .look {
    width: 100%;
    margin-top: 30px;
  }
  .work-content .row .work-box {
    padding-bottom: 36%;
  }
  .work-content .row .work-box:nth-child(3n) {
    background-color: #e0e0e0 !important;
  }
  .work-content .row .work-box:nth-child(3n + 1) {
    background-color: #adadad !important;
  }
  .work-content .row .work-box:nth-child(3n + 2) {
    background-color: #808080 !important;
  }
  .work-content .row .work-box p {
    opacity: 1;
  }
  .cf-mobile {
    height: 100vh;
  }
  .cf-mobile .contact-box {
    height: 100%;
  }
  .cf-mobile footer.normal {
    height: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (max-width: 450px) {
  .service-content .text .intro {
    width: 100%;
  }
  .service-content .text .item {
    width: 100%;
    margin-top: 30px;
  }
  .partner .inner .partner-pic {
    display: none;
  }
  .partner .inner .partner-pic-m {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  #banner .swiper-slide.slider1 .text {
    left: 13%;
  }
  #banner .swiper-slide.slider1 .text h1 {
    font-size: 25px;
  }
  #banner .swiper-slide.slider1 .text p {
    font-size: 14px;
  }
  .branding .inner > div {
    display: block !important;
    text-align: center;
    margin: 15px 0;
  }
  .branding .inner > div span {
    font-size: 24px !important;
  }
  .branding .inner > div img {
    width: 40px;
    margin: 0 auto;
  }
  .identity .inner .text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .identity .inner .text .content p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .identity .inner .brand-icon {
    padding: 0;
    width: 70%;
    margin: -30px auto 0;
  }
  #about-banner .swiper-slide {
    padding-bottom: 100%;
  }
  .portfolio .portfolio-box {
    padding-bottom: 100%;
  }
  .partner .inner p {
    width: 90%;
  }
  .identity .identity-title {
    font-size: 60px;
  }
  .a-introduce {
    padding: 40px 15px;
  }
  .a-introduce .prize {
    margin-bottom: 0;
  }
  .a-introduce .service #service-tab {
    width: 75px;
  }
  .a-introduce .service #service-tabContent {
    width: calc(100% - 100px);
  }
  .a-introduce .service #service-tabContent .tab-pane h3 {
    margin-bottom: 10px;
  }
  .process {
    padding: 40px 15px;
  }
  .process h2 {
    font-size: 60px;
  }
  .join {
    padding: 40px 15px 60px;
  }
  .cf .contact-box .contact .contactus {
    font-size: 40px;
  }
}

@media screen and (max-width: 320px) {
  .identity .identity-title {
    font-size: 50px;
  }
}

.title-box {
  color: #fff;
}

.title-box h2 {
  font-size: 55px;
  font-family: FuturaPTLight, sans-serif;
  margin-bottom: 0;
}

.title-box p {
  font-size: 14px;
}

.title-box.font-noto h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
}

.title-box.bigger-title h2 {
  font-size: 60px;
}

.work-p {
  padding: 40px;
}

.work-pl {
  padding-left: 40px;
}

.work-px {
  padding-left: 40px;
  padding-right: 40px;
}

.intro-box {
  width: 100%;
  max-width: 800px;
  margin: 0 0 70px;
  color: #fff;
}

.intro-box h4 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: inherit;
}

.intro-box p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
  text-align: left;
  text-align: justify;
}

.scroll_div {
  width: 100%;
  height: 100px;
  margin: 0 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: FuturaPTLight, sans-serif;
  font-size: 60px;
  line-height: 1.4;
}

.scroll_div #scroll_begin {
  display: inline-block;
}

.scroll_div #scroll_begin ul {
  display: inline-block;
}

.scroll_div #scroll_begin ul li {
  display: inline-block;
}

.scroll_div #scroll_begin ul li:last-child {
  margin-right: 100px;
}

.scroll_div #scroll_end {
  display: inline-block;
}

.scroll_div #scroll_end ul {
  display: inline-block;
}

.scroll_div #scroll_end ul li {
  display: inline-block;
}

.scroll_div #scroll_end ul li:last-child {
  margin-right: 100px;
}

.scroll_div img {
  width: 80px;
  display: inline-block;
  margin: 0 15px;
}

.work-footer {
  background-color: #023325;
  padding: 60px 40px 40px;
  color: #fff;
}

.work-footer .other-work {
  padding-bottom: 60px;
}

.work-footer .other-work p {
  color: #fff;
  font-size: 24px;
  font-family: FuturaPTLight, sans-serif;
  margin-bottom: 50px;
}

.work-footer .other-work .row {
  width: 100%;
  margin: 0;
}

.work-footer .other-work .row .pic {
  display: block;
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  margin-bottom: 20px;
}

.work-footer .other-work .row .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-footer .backtotop {
  padding: 0 0 130px;
}

.work-footer .backtotop .top {
  color: #fff;
}

.work-footer.footer-happy {
  border-bottom: 25px solid #f9a176;
}

.work-footer.footer-happy .other-work p {
  color: #f9a176;
}

.work-footer.footer-happy .backtotop .top {
  color: #f9a176;
}

.work-footer.footer-shulong {
  background-image: url(../img/shulong_bg_3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.work-footer.footer-omee {
  background-color: #163C38;
  margin-top: -1px;
}

.work-footer.footer-sunmoonlake {
  background-color: #1a1a1a;
}

.work-footer.footer-sunmoonlake * {
  color: #C9A063;
}

.work-footer.footer-valley {
  background-color: #F7FAF6;
}

.work-footer.footer-valley * {
  color: #669966;
}

.work-footer.footer-lee {
  background-color: #BF0023;
}

.work-footer.footer-lee * {
  color: #fff;
}

.work-footer.footer-iswim {
  background-color: #000;
}

.work-footer.footer-iswim * {
  color: #fff;
}

.work-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work-footer > div img {
  width: 80px;
  margin-right: 20px;
  display: inline-block;
}

.work-footer > div img.logo-omee {
  width: 200px;
}

.work-footer > div img.logo-mishare {
  width: 280px;
}

.work-footer > div img.logo-happy {
  width: 180px;
}

.work-footer > div img.logo-shulong {
  width: 150px;
}

.work-footer > div img.logo-bijoutier {
  width: 150px;
}

.work-footer > div ul li {
  margin-bottom: 5px;
}

.work-footer > div p:last-child {
  margin-bottom: 0;
}

.work-intro {
  padding-top: 95px;
  padding-bottom: 95px;
}

.work-intro h2 {
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.work-intro h3 {
  font-size: 20px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.work-intro p {
  font-size: 35px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .work-intro {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .work-intro h2 {
    font-size: 30px;
  }
  .work-intro h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .work-intro p {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .work-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .work-intro h2 {
    font-size: 22px;
  }
  .work-intro p {
    font-size: 22px;
  }
  .work-intro h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 370px) {
  .work-intro h2 {
    font-size: 18px;
  }
  .work-intro p {
    font-size: 18px;
  }
  .work-intro h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .work-footer.footer-mishare > div img {
    width: 60px;
  }
  .work-footer.footer-mishare > div img.logo-mishare {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .work-footer img {
    width: 50px;
  }
  .work-footer.footer-jiadong > div img {
    width: 70px;
  }
  .work-footer.footer-jiadong > div img.logo-omee {
    width: 70px;
  }
  .work-footer.footer-omee > div img {
    width: 50px;
  }
  .work-footer.footer-omee > div img.logo-omee {
    width: 100px;
  }
  .work-footer.footer-happy > div img {
    width: 50px;
  }
  .work-footer.footer-happy > div img.logo-happy {
    width: 100px;
  }
  .work-footer.footer-shulong > div img {
    width: 55px;
  }
  .work-footer.footer-shulong > div img.logo-shulong {
    width: 100px;
  }
  .work-footer.footer-bijoutier > div img {
    width: 55px;
  }
  .work-footer.footer-bijoutier > div img.logo-bijoutier {
    width: 90px;
  }
  .work-footer.footer-mishare > div img {
    width: 45px;
  }
  .work-footer.footer-mishare > div img.logo-mishare {
    width: 110px;
  }
}

@media screen and (max-width: 575px) {
  .work-p {
    padding: 20px;
  }
  .work-pl {
    padding-left: 20px;
  }
  .work-px {
    padding-left: 40px;
    padding-right: 40px;
  }
  .work-footer {
    padding: 100px 20px 20px;
  }
  .work-footer img {
    width: 80px;
  }
  .work-footer.footer-mishare > div img {
    width: 60px;
  }
  .work-footer.footer-mishare > div img.logo-mishare {
    width: 150px;
  }
  .work-footer.footer-happy > div img {
    width: 60px;
  }
  .work-footer.footer-happy > div img.logo-happy {
    width: 120px;
  }
}

@media screen and (max-width: 414px) {
  .title-box h2 {
    font-size: 40px;
  }
  .title-box.bigger-title h2 {
    font-size: 40px;
  }
}

.little-title h3 {
  font-size: 22px;
  font-family: "Vollkorn", serif;
  margin-bottom: 0;
}

.little-title p {
  font-size: 13px;
}

.bg-ji-red {
  background-color: #e60012;
}

.jiadong-red {
  color: #fff;
  padding-top: 30px;
}

.jiadong-red marquee {
  font-family: FuturaPTLight, sans-serif;
  font-size: 60px;
  line-height: 1.4;
}

.jiadong-red marquee img {
  width: 80px;
  display: inline-block;
  margin: 0 15px;
}

.jiadong-red > div {
  margin-top: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.jiadong-red > div.scroll_div {
  margin-top: 0;
}

.jiadong-red > div .pic {
  width: 40%;
}

.jiadong-red > div .pic img {
  width: 180px;
  display: block;
}

.jiadong-red > div .intro-box {
  width: 60%;
}

.jiadong-red > div .text {
  width: 60%;
}

.jiadong-red > div .text h3 {
  margin-bottom: 25px;
}

.jiadong-red > div .text .content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.jiadong-red > div .text .content p {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 25px;
}

.jiadong-red > div .text .content p ul {
  width: 100%;
}

.jiadong-red > div .text .content p ul li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.jiadong-challenge {
  margin-top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jiadong-challenge .title-box {
  width: 40%;
}

.jiadong-challenge .content {
  width: 60%;
}

.jiadong-challenge .content .line-box {
  width: 100%;
  margin: 0 0 60px;
  color: #fff;
}

.jiadong-challenge .content .line-box span {
  display: block;
  width: 30%;
  text-align: center;
  position: relative;
}

.jiadong-challenge .content .line-box span::after {
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.jiadong-challenge .content .line-box span:nth-child(2)::after {
  height: 60px;
}

.jiadong-challenge .content .line-box span:nth-child(2)::before {
  width: calc(100% * 0.7 / 0.3);
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: calc(100% + 39px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.jiadong-challenge .content .line-box .circle-box {
  margin: 70px auto;
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  position: relative;
}

.jiadong-challenge .content .line-box .circle-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.jiadong-challenge .content .intro-box {
  margin: 0 0 100px;
}

.jiadong-challenge .content .little-circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 auto;
}

.jiadong-stretagy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jiadong-stretagy .title-box {
  width: 40%;
}

.jiadong-stretagy .content {
  width: 60%;
}

.jiadong-stretagy .content .stretagy-box {
  color: #fff;
  max-width: 600px;
  margin: 0 0 40px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.jiadong-stretagy .content .stretagy-box > div {
  width: 25%;
}

.jiadong-stretagy .content .stretagy-box > div h5 {
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.jiadong-stretagy .content .stretagy-box > div h5::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
}

.jiadong-stretagy .content .stretagy-box > div p {
  font-size: 13px;
}

.jiadong-stretagy .content .pic {
  width: 100%;
  margin-bottom: 50px;
}

.jiadong-stretagy .content .logo-gif {
  width: 80px;
  margin: 250px 0 0;
  display: block;
}

.jiadong-stretagy .stretagy-bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.jiadong-logo-concept {
  background-image: url(../img/logo-concept_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jiadong-logo-concept .title-box {
  width: 40%;
  color: #e60012;
}

.jiadong-logo-concept .content {
  width: 60%;
}

.jiadong-logo-concept .content p {
  color: #e60012;
  font-size: 15px;
  margin: 40px 0 100px;
  text-align: justify;
}

.jiadong-logo-concept .content .left-pic {
  width: 100%;
  padding-right: 40px;
}

.jiadong-logo-concept .content .left-pic img {
  width: 50%;
  margin: 0 auto 50px;
  display: block;
}

.jiadong-logo-concept .content .little-title {
  margin-top: 50px;
  color: #e60012;
}

.jiadong-logo-concept .content .right-pic img {
  width: 40%;
  display: block;
  margin: 50px auto 0;
}

.jiadong-logo-concept .content .logo-compare .pic {
  width: 60%;
  padding-bottom: 60%;
  position: relative;
  display: block;
  margin: 0 auto 60px;
}

.jiadong-logo-concept .content .logo-compare .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.jiadong-logo-concept .content .logo-compare p {
  text-align: center;
}

.jiadong-color {
  margin-top: -6px;
}

.jiadong-color .row {
  margin: 0;
}

.jiadong-color .row > div {
  padding: 0;
  padding-bottom: 26%;
  position: relative;
}

.jiadong-color .row > div.red-color.red-left .rl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.jiadong-color .row > div.red-color.red-left .rl > div {
  height: 100%;
  background-color: #e50012;
  position: relative;
}

.jiadong-color .row > div.red-color.red-left .rl > div:first-child {
  opacity: 0.8;
}

.jiadong-color .row > div.red-color.red-left .rl > div:nth-child(2) {
  opacity: 0.6;
}

.jiadong-color .row > div.red-color.red-left .rl > div:nth-child(3) {
  opacity: 0.4;
}

.jiadong-color .row > div.red-color.red-left .rl > div:nth-child(4) {
  opacity: 0.2;
}

.jiadong-color .row > div.red-color.red-left .rl > div p {
  margin: 0;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
}

.jiadong-color .row > div.red-color.red-right {
  background-color: #e50012;
}

.jiadong-color .row > div.red-color.red-right p {
  position: absolute;
  color: #fff;
  font-size: 14px;
  bottom: 20px;
  left: 15px;
  margin: 0;
}

.jiadong-color .row > div.red-color.red-right p span {
  display: inline-block;
  margin-right: 20px;
}

.jiadong-color .row > div.green-color.green-left {
  background-color: #004d43;
}

.jiadong-color .row > div.green-color.green-left img {
  position: absolute;
  width: 40%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.jiadong-color .row > div.green-color.green-right {
  background-image: url(../img/jiadong-pic2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
}

.jiadong-color .row > div.green-color.green-right p {
  position: absolute;
  color: #fff;
  font-size: 14px;
  bottom: 20px;
  left: 15px;
  margin: 0;
}

.jiadong-box {
  margin: 0;
}

.jiadong-box > div {
  padding: 0;
}

.jiadong-feedback {
  background-color: #c80608;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jiadong-feedback .title-box {
  width: 40%;
}

.jiadong-feedback .content {
  width: 60%;
}

.jiadong-feedback .content .intro-box {
  padding-left: 50px;
}

.jiadong-green-bg {
  background-color: #003223;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Vollkorn", serif;
  padding: 150px 0 0;
}

.jiadong-green-bg p {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  font-family: FuturaPTLight, sans-serif;
}

.jiadong-green-bg .green-logo {
  display: block;
  width: 200px;
  margin: 40px auto;
}

.jiadong-green-bg span {
  font-size: 14px;
  text-align: center;
  color: #c79f62;
  font-family: "Noto Sans TC", sans-serif;
  display: block;
  margin: 60px 0 0;
}

.jiadong-green-bg .pack-pic {
  width: 85%;
  display: block;
  margin: 80px auto 0;
}

.compare .c-title {
  text-align: center;
  padding: 30px 0;
}

.friut {
  width: 100%;
  padding: 40px;
}

@media screen and (max-width: 992px) {
  .jiadong-red h1 {
    font-size: 50px;
  }
  .jiadong-feedback .text {
    top: 40vw;
  }
  .jiadong-challenge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jiadong-challenge .title-box {
    text-align: center;
    width: 100%;
  }
  .jiadong-challenge .content {
    width: 100%;
    margin-top: 50px;
  }
  .jiadong-stretagy .content .stretagy-box > div {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .jiadong-red h1 {
    font-size: 35px;
  }
  .jiadong-red > div .pic {
    width: 100%;
    margin-bottom: 50px;
  }
  .jiadong-red > div .intro-box {
    width: 100%;
  }
  .jiadong-red > div .text {
    width: 100%;
  }
  .jiadong-stretagy {
    background-size: 150%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jiadong-stretagy .logo-gif {
    margin: 150px auto 0;
  }
  .jiadong-stretagy .title-box {
    width: 100%;
    text-align: center;
  }
  .jiadong-stretagy .content {
    width: 100%;
    margin-top: 60px;
  }
  .jiadong-logo-concept {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jiadong-logo-concept .title-box {
    width: 100%;
    text-align: center;
  }
  .jiadong-logo-concept .content {
    width: 100%;
    margin-top: 50px;
  }
  .jiadong-feedback {
    padding: 40px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jiadong-feedback .title-box {
    width: 100%;
    text-align: center;
  }
  .jiadong-feedback .content {
    width: 100%;
    margin-top: 50px;
  }
  .jiadong-feedback .content .intro-box {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .jiadong-feedback .big-title h2 {
    font-size: 80px;
  }
  .jiadong-feedback .text {
    top: 50vw;
    width: 40%;
    right: 5vw;
  }
}

@media screen and (max-width: 576px) {
  .jiadong-red {
    padding: 40px 20px;
  }
  .jiadong-red h1 {
    font-size: 25px;
  }
  .jiadong-red > div .pic {
    width: 100%;
    margin-bottom: 60px;
  }
  .jiadong-red > div .pic img {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  .jiadong-red > div .text {
    width: 100%;
  }
  .jiadong-challenge {
    padding: 40px 20px;
  }
  .jiadong-challenge .line-box span {
    display: block;
    height: 48px;
  }
  .jiadong-intro-box h3 {
    font-size: 25px;
  }
  .jiadong-intro-box h4 {
    font-size: 16px;
  }
  .jiadong-title-box h2 {
    font-size: 50px;
  }
  .jiadong-stretagy {
    padding: 0 20px 60px;
  }
  .jiadong-stretagy .stretagy-box > div {
    width: 30%;
  }
  .jiadong-stretagy .stretagy-box > div p {
    padding: 0;
  }
  .jiadong-stretagy .logo-gif {
    margin: 55px auto 0;
  }
  .jiadong-logo-concept {
    padding: 40px 20px;
  }
  .jiadong-logo-concept .content .left-pic {
    padding: 0;
  }
  .jiadong-logo-concept .content .left-pic img {
    margin-right: auto;
  }
  .jiadong-logo-concept .content .right-pic {
    margin: 60px auto;
  }
  .jiadong-logo-concept .content .right-pic img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .jiadong-logo-concept .content .right-pic p {
    width: 100%;
    margin: 60px auto 0;
  }
  .jiadong-logo-concept .content .logo-compare .pic {
    width: 80%;
    padding-bottom: 80%;
    margin-bottom: 30px;
  }
  .jiadong-logo-concept .little-title {
    width: 50%;
    margin: 60px auto;
  }
  .jiadong-color .row > div {
    padding-bottom: 52%;
  }
  .jiadong-color .row > div.green-color.green-right {
    background-size: 125%;
  }
  .jiadong-feedback .big-title h2 {
    font-size: 60px;
  }
  .jiadong-feedback .text {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .jiadong-green-bg p {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .jiadong-feedback .big-title h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 414px) {
  .jiadong-red h1 {
    font-size: 20px;
  }
  .jiadong-red marquee {
    font-size: 40px;
  }
  .jiadong-red > div .text {
    width: 100%;
  }
  .jiadong-stretagy .stretagy-box > div h5 {
    font-size: 16px;
    font-weight: 700;
  }
  .jiadong-color .row > div.red-color.red-right p {
    font-size: 12px;
    left: 10px;
    bottom: 10px;
  }
  .jiadong-feedback .big-title h2 {
    font-size: 40px;
  }
  .jiadong-green-bg p {
    font-size: 30px;
  }
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 80px;
}

.pb-10 {
  padding-bottom: 40px;
}

.text-bi-blue {
  color: #1f2c5c;
}

.bg-bi-blue {
  background-color: #1f2c5c;
}

.bg-bi-blue-2 {
  background-color: #142C47;
}

.bg-bi-gold {
  background-color: #b28146;
}

.bijoutier__title h2 {
  font-size: 48px !important;
  font-weight: 300;
}

.bijoutier__contentSetting h3 {
  font-size: 24px !important;
}

.bijoutier__contentSetting p {
  font-size: 14px;
}

.wrapper {
  overflow: hidden;
}

.bi-circle-box {
  padding: 0 10px;
}

.bi-circle-box .circle {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
}

.bi-circle-box .circle .text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bi-circle-box .circle .text p.en {
  margin-bottom: 5px;
  font-size: 18px;
}

.bi-circle-box .circle .text p.ch {
  font-size: 16px;
  margin-bottom: 0;
}

.bijoutier_bg-male {
  background-image: url(../img/bijoutier-bg-1.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bijoutier_bg-female {
  background-image: url(../img/bijoutier-bg-2.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bijoutier_bg-female .sparkly-logo {
  width: 100px;
  margin-bottom: 100px;
}

.bijoutier_brand {
  margin-bottom: 300px;
}

.bijoutier_brand .scroll_div {
  margin-bottom: 400px;
}

.bijoutier_brand .scroll_div #scroll_begin ul li:last-child {
  margin-right: 0;
}

.bijoutier_brand .scroll_div img {
  width: 200px;
}

.bijoutier_challenge .challenge-circle {
  margin-bottom: 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bijoutier_challenge .challenge-circle .bi-circle-box {
  width: 21%;
}

.bijoutier_challenge .challenge-circle .bi-circle-box.big {
  width: 29%;
}

.bijoutier_challenge .challenge-circle img {
  width: 8%;
}

.bijoutier_key {
  margin-bottom: 200px;
}

.bijoutier_key .key-circle {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.bijoutier_key .key-circle .bi-circle-box {
  width: 28%;
  margin: 0 0 30px;
}

.bijoutier_key .key-circle .bi-circle-box .circle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.bijoutier_m-video {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  background-image: url(../img/bijoutier-pic-14.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bijoutier_m-video video {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bijoutier_image .left-image {
  width: 50%;
}

.bijoutier_image .left-image .inner-image {
  width: 100%;
  padding-bottom: 70%;
}

.bijoutier_image .right-image {
  width: 50%;
}

.bijoutier_image .right-image .inner-image {
  width: 100%;
  padding-bottom: 140%;
}

.bijoutier_image .inner-image {
  position: relative;
}

.bijoutier_image .inner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bijoutier_image_text {
  width: 35%;
  padding-bottom: 35%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(20, 44, 71, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bijoutier_image_text p {
  width: 100%;
  margin: 0;
}

.bijoutier_identity .bg-bi-blue-2 {
  height: 100px;
  width: 100%;
}

.bijoutier_identity p {
  color: #264460;
  width: 100%;
  bottom: 3%;
  left: 0;
  text-align: center;
  font-family: "PerpetuaTitlingMTLight";
  font-size: 2.6vw;
  padding: 0 20px;
  letter-spacing: 1.2px;
}

.text-element {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2vw;
  line-height: 2;
  font-weight: 400;
}

.inner-space-box {
  padding-bottom: 50%;
  height: 100%;
}

.brand-bg-text {
  position: relative;
}

.brand-bg-text p {
  margin: 0;
  color: white;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}

.brand-bg-text .pantone {
  padding-left: 20px;
}

.brand-bg-text .colorNumber {
  left: 50%;
}

.brand--pic--blue {
  background-image: url("../img/bijoutier-pic-4.png");
  background-size: cover;
  background-position: center;
}

.brand--pic--gold {
  background-image: url("../img/bijoutier-pic-5.png");
  background-size: cover;
  background-position: center;
}

.brand--pic--gold-2 {
  background-image: url(../img/bijoutier-pic-21.png);
  background-size: cover;
  background-position: center;
}

.bijoutier__feedbackVideo video {
  margin: -4px 0;
}

.bijoutier--footer .bijoutier-logo {
  height: 40px;
  margin-right: 40px;
}

.bijoutier--footer .sparkly-logo {
  height: 70px;
}

@media screen and (max-width: 1200px) {
  .bijoutier_challenge .challenge-circle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bijoutier_challenge .challenge-circle .bi-circle-box {
    width: 33.3333%;
    margin-bottom: 30px;
  }
  .bijoutier_challenge .challenge-circle .bi-circle-box.big {
    width: 40%;
  }
  .bijoutier_challenge .challenge-circle img {
    width: 15%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .bijoutier-feedback_content .intro-box h4 {
    font-size: 18px;
  }
  .bijoutier_key .key-circle .bi-circle-box {
    width: 33.3333%;
  }
  .bijoutier_key .key-circle .bi-circle-box .circle .text p.en {
    font-size: 14px;
  }
  .bijoutier_key .key-circle .bi-circle-box .circle .text p.ch {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .bijoutier_brand {
    margin-bottom: 150px;
  }
  .bijoutier_brand .scroll_div {
    margin-bottom: 200px;
  }
  .bijoutier_challenge .title-box {
    margin-bottom: 60px;
  }
  .bijoutier_challenge .challenge-circle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bijoutier_challenge .challenge-circle .bi-circle-box {
    width: 21%;
    margin-bottom: 0;
  }
  .bijoutier_challenge .challenge-circle .bi-circle-box.big {
    width: 29%;
  }
  .bijoutier_challenge .challenge-circle img {
    width: 8%;
    margin-right: 0;
  }
  .bijoutier_key {
    margin-bottom: 100px;
  }
  .bijoutier_key .title-box {
    margin-bottom: 60px;
  }
  .bijoutier_key .key-circle {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bijoutier_key .key-circle .bi-circle-box {
    width: 28%;
  }
  .bijoutier_key .key-circle .bi-circle-box .circle .text p.en {
    font-size: 18px;
  }
  .bijoutier_key .key-circle .bi-circle-box .circle .text p.ch {
    font-size: 16px;
  }
  .bijoutier_image_text {
    width: 45%;
    padding-bottom: 45%;
  }
  .bijoutier_identity p {
    font-size: 3vw;
  }
  .text-element {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 650px) {
  .bijoutier_challenge .challenge-circle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bijoutier_challenge .challenge-circle .bi-circle-box {
    width: 33.3333%;
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .bijoutier_challenge .challenge-circle .bi-circle-box.big {
    width: 40%;
  }
  .bijoutier_challenge .challenge-circle img {
    width: 15%;
    margin-right: 20px;
  }
  .bijoutier_key .key-circle .bi-circle-box {
    width: 33.3333%;
  }
}

@media screen and (max-width: 575px) {
  .bijoutier_key .key-circle .bi-circle-box .circle .text p.en {
    font-size: 14px;
  }
  .bijoutier_key .key-circle .bi-circle-box .circle .text p.ch {
    font-size: 14px;
  }
  .bijoutier_m-video {
    padding-bottom: 150%;
  }
  .bijoutier_m-video video {
    width: 70%;
  }
}

@media screen and (max-width: 450px) {
  .bi-circle-box .circle .text p.en {
    font-size: 14px;
  }
  .bi-circle-box .circle .text p.ch {
    font-size: 14px;
  }
  .bijoutier_key .key-circle .bi-circle-box {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  .bijoutier-feedback_content .intro-box h4 {
    font-size: 15px;
  }
  .bijoutier-feedback_content .intro-box p {
    font-size: 13px;
  }
  .bi-circle-box .circle .text p.en {
    font-size: 12px;
  }
  .bi-circle-box .circle .text p.ch {
    font-size: 12px;
  }
  .bijoutier_image_text {
    width: 50%;
    padding-bottom: 50%;
  }
}

.bg-om-brown {
  background-color: #48281e;
}

.bg-om-brown-2 {
  background-color: #4b2c22;
}

.bg-om-green {
  background-color: #123734;
}

.bg-om-light-brown {
  background-color: #af694b;
}

.circle-box {
  padding: 0 4vw;
}

.circle-box .circle {
  width: 14vw;
  height: 14vw;
  background-image: url(../img/omee_circle_1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.circle-box .circle span {
  width: 90%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.circle-box .circle p {
  position: absolute;
  color: #fff;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.circle-box-challenge {
  position: relative;
}

.circle-box-challenge .circle-1 {
  margin: 0 auto 15%;
}

.circle-box-challenge .arrow {
  position: absolute;
  width: 6vw;
}

.circle-box-challenge .arrow_1 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  top: 16.5vw;
  left: 10vw;
}

.circle-box-challenge .arrow_2 {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  top: 16.5vw;
  right: 10vw;
}

.circle-box-challenge .arrow_3 {
  bottom: 7vw;
  left: 16.5vw;
}

.circle-box-challenge .center {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

.circle-box-strategy .circle-1 {
  background-image: url(../img/omee_circle_2.png);
}

.circle-box-strategy .arrow {
  width: 5vw;
}

.omee-core {
  padding: 100px 50px 0;
}

.omee-core .brand-circle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: url(../img/omee_circle_1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.omee-core .brand-circle.color-bg {
  background-color: #af694b;
}

.omee-core .brand-circle .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.omee-core .brand-circle .text p {
  font-size: 22px;
  margin-bottom: 5px;
}

.omee-core .line {
  margin: -1px auto 0;
  width: 2px;
  height: 100px;
  background-color: #af694b;
}

.omee-soul .intro-box {
  max-width: none;
  margin-top: 100px;
}

.omee-soul .pic-box {
  width: 33.3333%;
}

.omee-soul .pic-box .pic {
  width: 100%;
  padding-bottom: 210%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.omee-soul .pic-box .pic img {
  position: absolute;
  width: 105%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
}

.omee-soul .pic-box .pic .text {
  position: absolute;
  color: #fff;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.omee-soul .pic-box:first-child .text {
  color: #123734;
}

.omee-identity .identity-box .logo-box {
  max-width: 300px;
  width: 100%;
  margin: 150px auto 200px;
  position: relative;
}

.omee-identity .identity-box .logo-box .logo-pic {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.omee-identity .identity-box .logo-box .logo-pic .logo {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.omee-identity .identity-box .logo-box .intro-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: calc(100% + 20px);
  color: #fff;
  height: 100%;
}

.omee-identity .identity-box .logo-box .intro-1 .line {
  height: 100%;
  width: 1px;
  background-color: #fff;
  margin-right: 15px;
  position: relative;
}

.omee-identity .identity-box .logo-box .intro-1 .line::before {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.omee-identity .identity-box .logo-box .intro-1 .line::after {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}

.omee-identity .identity-box .logo-box .intro-1 p {
  width: 200px;
  text-align: justify;
}

.omee-identity .identity-box .logo-box .intro-2 {
  color: #fff;
  top: calc(100% + 100px);
  left: 44%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.omee-identity .identity-box .logo-box .intro-2 p {
  position: relative;
}

.omee-identity .identity-box .logo-box .intro-2 p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #fff;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.omee-identity .identity-box .logo-box .intro-3 {
  color: #fff;
  top: calc(100% + 100px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 1.4%;
}

.omee-identity .identity-box .logo-box .intro-3 p {
  position: relative;
}

.omee-identity .identity-box .logo-box .intro-3 p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #fff;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.omee-identity .identity-box .text {
  width: 40%;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  text-align: justify;
}

.omee-visual .intro-box {
  width: 30%;
  margin: 100px auto;
}

.omee-visual .swiper-omee-visual .text p {
  color: #fff;
  margin-bottom: 3px;
  font-size: 20px;
}

.omee-visual .swiper-omee-visual .swiper-pagination {
  bottom: 3%;
}

.omee-visual .swiper-omee-visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #af694b;
  opacity: 1;
  margin: 0 8px;
}

.omee-visual .swiper-omee-visual .swiper-pagination-bullet-active {
  background-color: #af694b;
}

.omee-intro p {
  color: rgba(180, 180, 181, 0.3);
  font-size: 35px;
  font-weight: 500;
  margin: 0;
}

.omee-feedback {
  background-image: url(../img/omee_pic_14.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  padding-top: 100px;
  position: relative;
}

.omee-feedback .feedback-title {
  font-size: 17vw;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-family: plume, serif;
}

.omee-feedback .title-pic {
  width: 85%;
}

.omee-feedback .intro-box {
  margin-top: 100px;
  width: 40%;
}

@media screen and (max-width: 850px) {
  .omee-identity .identity-box .logo-box .intro-1 {
    position: static !important;
  }
  .omee-identity .identity-box .logo-box .intro-1 .line {
    display: none;
  }
  .omee-identity .identity-box .logo-box .intro-1 p {
    max-width: 300px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .circle-box .circle {
    width: 90px;
    height: 90px;
  }
  .circle-box .circle span {
    font-size: 17px;
  }
  .circle-box-challenge {
    width: 100%;
    margin: 0 auto 100px;
  }
  .circle-box-challenge .arrow {
    width: 40px;
  }
  .circle-box-challenge .arrow_1 {
    top: 48%;
    left: 25%;
  }
  .circle-box-challenge .arrow_2 {
    top: 48%;
    right: 25%;
  }
  .circle-box-challenge .arrow_3 {
    bottom: 20%;
    left: 44%;
  }
  .circle-box-strategy {
    width: 100%;
    margin: 0 auto 100px;
  }
  .omee-core {
    padding: 50px 25px 0;
  }
  .omee-visual .intro-box {
    margin: 50px auto;
  }
  .omee-intro p {
    font-size: 24px;
  }
  .omee-intro img {
    width: 50% !important;
  }
  .omee-feedback {
    padding-top: 50px;
  }
  .omee-feedback .intro-box {
    margin: 40px 0 35px;
  }
  .omee-feedback .title-pic {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .omee-core {
    padding: 50px 15px 0;
  }
  .omee-core .brand-circle .text p {
    font-size: 16px;
  }
  .omee-core .brand-circle .text span {
    font-size: 12px;
  }
  .omee-identity .identity-box .text {
    width: 100%;
  }
  .omee-visual .intro-box {
    width: 100%;
  }
  .omee-feedback .intro-box {
    width: 100%;
  }
  .omee-feedback .content {
    width: 100%;
  }
}

.bg-mi-yellow {
  background-color: #d7b47c;
}

.bg-mi-blue {
  background-color: #2b4f77;
}

.mishare-logo {
  padding-top: 15%;
  padding-bottom: 15%;
}

.mishare-logo img {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.mishare-intro .intro-box {
  max-width: none;
}

.mishare-intro .intro-box h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 60px;
}

.mishare-intro .intro-box h4 {
  margin-bottom: 50px;
}

.mishare-intro_box:nth-child(2) {
  margin-top: 200px;
}

.mishare-intro_box:nth-child(3) {
  margin-top: 400px;
}

.mishare-intro .square {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 150px auto 100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mishare-feature_box {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mishare-feature_box:nth-child(2) {
  background-image: url(../img/mishare_pic_1.png);
}

.mishare-feature_box:nth-child(4) {
  background-image: url(../img/mishare_pic_2.png);
}

.mishare-feature_box:nth-child(6) {
  background-image: url(../img/mishare_pic_3.png);
}

.mishare-feature .text {
  position: absolute;
  color: #2b4f77;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mishare-feature .text h4 {
  font-size: 24px;
}

.mishare-feature .text p {
  margin: 0;
}

.mishare-share p {
  color: #fff;
  max-width: 600px;
  margin: 0 auto 150px;
  text-align: justify;
}

.mishare-share .sparkly-logo {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.mishare-CIS .title-box {
  color: #2b4f77;
}

.mishare-CIS .logo {
  width: 40%;
  display: block;
  margin: 150px auto;
}

.mishare-CIS_box {
  margin-bottom: 100px;
}

.mishare-CIS_box .pic {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.mishare-CIS_box .pic img {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mishare-CIS_box p {
  color: #2b4f77;
  font-size: 20px;
  text-align: center;
}

.mishare-color_sub_box {
  position: relative;
  padding-bottom: 27%;
}

.mishare-color_sub_box .text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.mishare-color_sub_box:first-child {
  background-color: #e5554d;
}

.mishare-color_sub_box:nth-child(2) {
  background-color: #bebd22;
}

.mishare-color_sub_box:nth-child(3) {
  background-color: #fae9d9;
}

.mishare-color_sub_box:nth-child(3) .text {
  color: #2b4f77 !important;
}

.mishare-color_sub_box:nth-child(4) {
  background-color: #ea91b8;
}

.mishare-color_sub_box:nth-child(5) {
  background-color: #80cbef;
}

.mishare-color_sub_box:nth-child(6) {
  background-color: #f1ac80;
}

.mishare-proto {
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.mishare-proto .proto-2 img {
  width: 80%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.mishare-proto .proto-3 img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mishare-proto .logo {
  position: absolute;
  width: 70%;
  bottom: -8%;
  right: 10px;
}

.mishare-feedback .title-pic {
  width: 40%;
  margin: 0 auto;
  display: block;
}

.mishare-feedback .swiper-mishare-feedback {
  width: 80%;
  margin: 60px auto 0;
  padding-bottom: 50px;
}

.mishare-feedback .swiper-mishare-feedback .swiper-slide img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.mishare-feedback .swiper-mishare-feedback .swiper-button-next {
  background-image: url(../img/mishare_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0;
  -webkit-transform: translateY(calc(-50% - 25px)) scaleX(-1);
          transform: translateY(calc(-50% - 25px)) scaleX(-1);
}

.mishare-feedback .swiper-mishare-feedback .swiper-button-next::after {
  display: none;
}

.mishare-feedback .swiper-mishare-feedback .swiper-button-prev {
  background-image: url(../img/mishare_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0;
  -webkit-transform: translateY(calc(-50% - 25px));
          transform: translateY(calc(-50% - 25px));
}

.mishare-feedback .swiper-mishare-feedback .swiper-button-prev::after {
  display: none;
}

.mishare-feedback .swiper-mishare-feedback .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 8px;
}

.mishare-feedback .swiper-mishare-feedback .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .mishare-intro .intro-box h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mishare-intro .intro-box h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .mishare-intro .intro-box h3 {
    margin-bottom: 30px;
  }
  .mishare-intro_box {
    margin-top: 50px !important;
  }
  .mishare-intro .square {
    margin: 75px auto 50px;
  }
  .mishare-CIS .logo {
    margin: 75px auto;
  }
  .mishare-feedback .title-pic {
    max-width: 280px;
    width: 100%;
    padding: 0 20px;
  }
  .mishare-feedback .swiper-mishare-feedback {
    max-width: 280px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .mishare-color_sub_box {
    padding-bottom: calc(27%*3/2);
  }
  .mishare-color_sub_box .text {
    bottom: 10px;
  }
}

.happy-main-color {
  color: #f9a176;
}

.happy-gray-color {
  color: #9c9c9d;
}

.bg-ha-skin {
  background-color: #f9a176;
}

.bg-ha-light-skin {
  background-color: #fef6ea;
}

.happy-together {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #fcf2e6), color-stop(75%, #f9a176), to(#f9a176));
  background: linear-gradient(to bottom, #fff, #fcf2e6 35%, #f9a176 75%, #f9a176);
}

.happy-together .content {
  padding-top: 35%;
}

.happy-challenge .bg-pic {
  background-image: url(../img/happy_pic_3.png);
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.happy-challenge .intro-box {
  margin-top: 100px;
  padding-bottom: 20%;
  width: 50%;
}

.happy-challenge .keyword_content_box {
  width: 170px;
  margin: 0 10px;
}

.happy-challenge .keyword_content_inner {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.happy-challenge .keyword_content_inner .text {
  width: 100%;
  font-weight: 600;
}

.happy-challenge .keyword_content_inner .text h3 {
  font-size: 20px;
}

.happy-strategy .strategy_content_box {
  width: 180px;
  margin: 0 10px;
}

.happy-strategy .strategy_content_inner {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.happy-strategy .strategy_content_inner .text {
  font-size: 22px;
  width: 80%;
}

.happy-strategy .strategy_content_arrow {
  margin: 0 10px;
}

.happy-strategy .strategy_content_arrow img {
  width: 80px;
}

.happy-strategy .strategy_content_arrow p {
  top: 25px;
  left: 30%;
  margin: 0;
  min-width: 30px;
}

.happy-logo {
  margin-top: -10px;
}

.happy-logo .bg-pic {
  background-image: url(../img/happy_pic_5.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.happy-logo .content .logo-icon {
  width: 28%;
}

.happy-logo .content .logo-icon .pic {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}

.happy-logo .content .logo-icon .pic img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.happy-logo .content .logo-icon p {
  font-size: 18px;
}

.happy-logo .content .plus {
  width: 4%;
  padding-top: 8%;
}

.happy-core {
  background: -webkit-gradient(linear, left top, left bottom, from(#fef6ea), color-stop(35%, #fef6ea), color-stop(75%, #f9a176), to(#f9a176));
  background: linear-gradient(to bottom, #fef6ea, #fef6ea 35%, #f9a176 75%, #f9a176);
}

.happy-core .bg-pic {
  padding-bottom: 50%;
  background-size: contain;
  background-position: center 90%;
  background-repeat: no-repeat;
}

.happy-color .intro-box {
  max-width: none;
}

.happy-color .intro-box p {
  margin-bottom: 150px;
}

.happy-color .intro-box ul {
  margin-top: 80px;
}

.happy-feedback .text {
  width: 100%;
  top: 5%;
  left: 0;
}

.happy-feedback .text h2 {
  color: #fff;
  text-align: center;
  font-size: 15.5vw;
  letter-spacing: 10px;
  font-weight: 300;
}

.happy-feedback .text .intro-box {
  width: 30%;
  margin: 50px auto 0;
}

.happy-feedback .text .intro-box h4 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .happy-challenge .keyword_content_box {
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .happy-feedback .text .intro-box {
    width: 50%;
  }
}

@media screen and (max-width: 850px) {
  .happy-strategy .strategy_content {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0 20px;
  }
  .happy-strategy .strategy_content_box {
    width: 25%;
    margin: 0;
  }
  .happy-strategy .strategy_content_arrow {
    margin: 0;
    width: 6%;
  }
  .happy-strategy .strategy_content_arrow img {
    width: 100%;
  }
  .happy-strategy .strategy_content_arrow p {
    left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .happy-together {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #fcf2e6), color-stop(45%, #f9a176), to(#f9a176));
    background: linear-gradient(to bottom, #fff, #fcf2e6 35%, #f9a176 45%, #f9a176);
  }
  .happy-together .content {
    padding-top: 45%;
  }
  .happy-challenge img {
    width: 100% !important;
  }
  .happy-challenge .intro-box {
    margin-top: 50px;
    width: 100%;
  }
  .happy-challenge .keyword_content_box {
    width: 110px;
    margin: 0 5px;
  }
  .happy-challenge .keyword_content_inner .text h3 {
    font-size: 18px;
  }
  .happy-logo .intro-box {
    width: 100% !important;
  }
  .happy-core .intro-box {
    width: 100% !important;
  }
  .happy-feedback .text .intro-box {
    width: 100%;
  }
  .happy-feedback .text .intro-box h4 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 600px) {
  .happy-strategy .strategy_content_inner .text {
    font-size: 20px;
  }
  .happy-feedback .text h2 {
    font-size: 13.5vw;
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 575px) {
  .happy-challenge .keyword_content_box {
    width: 170px;
    margin: 0 10px 20px;
  }
  .happy-challenge .keyword_content_inner .text h3 {
    font-size: 22px;
  }
  .happy-feedback h2 {
    font-size: 13vw;
  }
  .happy-feedback .text .intro-box {
    width: 100%;
    margin-top: 20px;
  }
  .happy-feedback .text .intro-box h4 {
    margin-bottom: 15px !important;
    font-size: 15px;
  }
  .happy-feedback .text .intro-box p {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .happy-strategy .strategy_content_inner .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .happy-challenge .keyword_content_box {
    width: 120px;
    margin: 0 10px 20px;
  }
  .happy-challenge .keyword_content_inner .text h3 {
    font-size: 18px;
  }
  .happy-strategy .strategy_content_inner .text {
    font-size: 12px;
  }
  .happy-strategy .strategy_content_arrow p {
    font-size: 12px;
    left: -15%;
  }
  .happy-feedback .text h2 {
    font-size: 12.5vw;
    letter-spacing: 6px;
  }
}

.shulong-blossom {
  background-image: url(../img/shulong_bg_1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.shulong-blossom h2 {
  font-family: FuturaPTMedium;
  font-size: 80px;
  margin-bottom: 150px;
}

.shulong-strategy {
  background-image: url(../img/shulong_pic_2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.shulong-strategy .intro-box {
  width: 100%;
  max-width: 500px;
  margin: 100px auto;
}

.shulong-strategy img {
  width: 100%;
  max-width: 500px;
}

.shulong-logo {
  background-image: url(../img/shulong_bg_2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.shulong-logo .logo-element {
  width: 300px;
}

.shulong-logo .compare p {
  text-align: justify;
}

.shulong-brand_compare {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 0;
}

.shulong-brand_compare .pic {
  width: 80%;
  padding-bottom: 80%;
  position: relative;
  margin: 0 auto 60px;
}

.shulong-brand_compare .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.shulong-brand_compare p {
  text-align: center;
  color: #000;
}

.shulong-brand_feature {
  max-width: 800px;
  width: 100%;
  margin: 200px auto 0;
  color: #000;
}

.shulong-brand_feature .feature-box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 35%;
  border: 2px solid #80be26;
  margin-bottom: 40px;
}

.shulong-brand_feature .feature-box .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shulong-brand_feature .feature-box .text p {
  margin: 0;
}

.shulong-brand_slogan .intro-box {
  color: #000;
}

.shulong-color {
  margin-top: -20px;
}

.shulong-color .color-box {
  width: 20%;
}

.shulong-color .color-box .linear {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.shulong-color .color-box .linear > div {
  width: 100%;
  padding-bottom: 20%;
  color: #fff;
  position: relative;
}

.shulong-color .color-box .linear > div .percent {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shulong-color .color-box .color-bg {
  width: 100%;
  padding-bottom: 200%;
  position: relative;
}

.shulong-color .color-box .color-bg .text {
  position: absolute;
  color: #fff;
  left: 20px;
  bottom: 10px;
}

.shulong-color .color-box .color-bg .text h4 {
  font-size: 22px;
  margin-bottom: 25px;
}

.shulong-color .color-box .pic {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.shulong-color .color-box .pic img {
  width: 105%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.shulong-color .color-box:first-child .color-bg {
  background-color: #E7004C;
}

.shulong-color .color-box:first-child .color-bg .linear-1 {
  background-color: #eeaeac;
}

.shulong-color .color-box:first-child .color-bg .linear-2 {
  background-color: #e99798;
}

.shulong-color .color-box:first-child .color-bg .linear-3 {
  background-color: #e47b80;
}

.shulong-color .color-box:first-child .color-bg .linear-4 {
  background-color: #de5465;
}

.shulong-color .color-box:nth-child(2) .color-bg {
  background-color: #6CC72B;
}

.shulong-color .color-box:nth-child(2) .color-bg .linear-1 {
  background-color: #cde3af;
}

.shulong-color .color-box:nth-child(2) .color-bg .linear-2 {
  background-color: #bedc99;
}

.shulong-color .color-box:nth-child(2) .color-bg .linear-3 {
  background-color: #acd37e;
}

.shulong-color .color-box:nth-child(2) .color-bg .linear-4 {
  background-color: #92c75c;
}

.shulong-color .color-box:nth-child(3) .color-bg {
  background-color: #A25EB5;
}

.shulong-color .color-box:nth-child(3) .color-bg .linear-1 {
  background-color: #d2bcdb;
}

.shulong-color .color-box:nth-child(3) .color-bg .linear-2 {
  background-color: #c8abd0;
}

.shulong-color .color-box:nth-child(3) .color-bg .linear-3 {
  background-color: #ba96c4;
}

.shulong-color .color-box:nth-child(3) .color-bg .linear-4 {
  background-color: #a97bb4;
}

.shulong-color .color-box:nth-child(4) .color-bg {
  background-color: #6BC4E8;
}

.shulong-color .color-box:nth-child(4) .color-bg .linear-1 {
  background-color: #cbe4f1;
}

.shulong-color .color-box:nth-child(4) .color-bg .linear-2 {
  background-color: #bdddee;
}

.shulong-color .color-box:nth-child(4) .color-bg .linear-3 {
  background-color: #a9d4e9;
}

.shulong-color .color-box:nth-child(4) .color-bg .linear-4 {
  background-color: #90c9e3;
}

.shulong-color .color-box:nth-child(5) .color-bg {
  background-color: #F18A00;
}

.shulong-color .color-box:nth-child(5) .color-bg .linear-1 {
  background-color: #f6d09f;
}

.shulong-color .color-box:nth-child(5) .color-bg .linear-2 {
  background-color: #f3c387;
}

.shulong-color .color-box:nth-child(5) .color-bg .linear-3 {
  background-color: #f0b368;
}

.shulong-color .color-box:nth-child(5) .color-bg .linear-4 {
  background-color: #eca042;
}

.shulong-colorful {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.shulong-video {
  width: 100%;
  padding-bottom: 87%;
  position: relative;
  background-color: #F0F4F6;
}

.shulong-video video {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shulong-video .link {
  position: absolute;
  text-decoration: underline;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.shulong-video .link p {
  margin-bottom: 3px;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.shulong-cross .title-box h2 {
  color: #80be26;
  font-size: 12vw;
  margin-bottom: 30px;
}

.shulong-cross .title-box p {
  font-size: 17px;
  color: #000;
  font-weight: 700;
}

.shulong-cross .life-box {
  width: 160px;
  height: 160px;
  border-radius: 35%;
  position: relative;
  border: 2px solid #80be26;
  margin: 50px auto;
}

.shulong-cross .life-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
}

.shulong-cross .season {
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
}

.shulong-cross .season .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #80be26;
  background-color: #fff;
  position: relative;
}

.shulong-cross .season .dot .text {
  position: absolute;
  color: #000;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.shulong-cross .season .dot .text h4 {
  margin-bottom: 20px;
}

.shulong-cross .season .dot .text p {
  margin-bottom: 20px;
}

.shulong-cross .season .line {
  width: calc(50% - 15px);
  height: 2px;
  background-color: #80be26;
}

.shulong-cross .intro-box {
  max-width: 800px;
  width: 100%;
  margin: 250px auto 100px;
}

.shulong-cross .brand-pic {
  max-width: 300px;
  display: block;
  margin: 0 auto 100px;
}

.shulong-slogan {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  background-image: url(../img/shulong_pic_13.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.shulong-slogan h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-family: FuturaPTMedium;
  font-size: 5vw;
  letter-spacing: 3px;
}

.shulong-slider .swiper-slide {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

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

.shulong-slider .swiper-pagination-bullet {
  margin: 0 10px !important;
  background-color: #fff;
}

.shulong-cooperate .intro-box {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .shulong-color .color-box .color-bg .text {
    left: 10px;
  }
  .shulong-color .color-box .color-bg .text h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .shulong-color .color-box .color-bg .text p {
    font-size: 13px;
  }
  .shulong-cross .season {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .shulong-blossom h2 {
    font-size: 10vw;
    margin-bottom: 75px;
  }
  .shulong-strategy .intro-box {
    margin: 50px auto;
  }
  .shulong-logo .logo-element {
    width: 50%;
  }
  .shulong-brand {
    padding-bottom: 0;
  }
  .shulong-brand_feature .feature-box .text h4 {
    font-size: 18px;
  }
  .shulong-brand_feature .feature-box .text p {
    font-size: 14px;
  }
  .shulong-brand_compare .pic {
    margin-bottom: 30px;
  }
  .shulong-color .color-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shulong-color .color-box .linear {
    height: 100%;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shulong-color .color-box .linear > div {
    width: 25%;
  }
  .shulong-color .color-box .linear > div .percent {
    top: inherit;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shulong-color .color-box .color-bg {
    width: 100%;
    padding: 10px;
  }
  .shulong-color .color-box .color-bg .text {
    position: static;
    left: inherit;
    right: 15px;
    text-align: right;
    top: inherit;
    bottom: 10px;
  }
  .shulong-color .color-box .color-bg .text h4 {
    margin-bottom: 5px;
  }
  .shulong-color .color-box .color-bg .text p {
    margin-bottom: 0;
  }
  .shulong-color .color-box .pic {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media screen and (max-width: 575px) {
  .shulong-brand_feature .feature-box {
    width: 90%;
    padding-bottom: 90%;
    margin: 0 auto;
  }
  .shulong-brand_feature .feature-box .text h4 {
    font-size: 12px;
  }
  .shulong-brand_feature .feature-box .text p {
    font-size: 14px;
  }
  .shulong-color .color-box .color-bg .text p {
    margin-bottom: 0;
  }
  .shulong-color .color-box .color-bg .text p br {
    display: none;
  }
  .shulong-cross .season .line {
    width: calc(90% - 15px);
  }
  .shulong-video {
    padding-bottom: 150%;
  }
  .shulong-video video {
    width: 80%;
  }
  .shulong-video .link p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .shulong-color .color-box .color-bg .text p.space {
    display: none;
  }
}

.event-banner {
  width: 100vw;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #e50012;
}

.event-banner .acti-main {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.event-banner .acti-date {
  position: absolute;
  width: 43%;
  left: 50%;
  bottom: 23%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.event-banner .side-text {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: bold;
  top: 5%;
  left: 5%;
  height: 90%;
  text-align: center;
}

.event-banner .side-text span {
  color: #fff;
  margin: 10px 0;
}

.event-banner .acti-title {
  position: absolute;
  text-align: right;
  right: 5%;
  top: 22%;
}

.event-banner .acti-title h1 {
  font-weight: bold;
}

.event-banner .acti-title h2 {
  font-size: 22px;
}

.event-intro {
  width: 100vw;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
}

.event-intro .pic-shock {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.event-intro p {
  position: absolute;
  color: #c9caca;
  width: 25%;
  margin: 0;
}

.event-intro p.text-chinese {
  font-size: 15px;
  top: 15%;
  left: 5%;
}

.event-intro p.text-english {
  font-size: 13px;
  right: 5%;
  bottom: 15%;
}

.event-brand {
  width: 100vw;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #e50012;
  background-image: url(../img/brand-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-brand .text-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.event-brand .text-slogan h3 {
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.event-brand .text-slogan img {
  width: 5vw;
  display: block;
  margin: 2.5vw auto;
}

.event-720 {
  background-color: #000;
  padding: 14vw 40px;
  background-image: url(../img/strategy-bg.svg), url(../img/strategy-bg.svg);
  background-size: 28vw,44.5vw;
  background-position: -10vw -3vw, 77vw calc(100% + 7.5vw);
  background-repeat: no-repeat;
}

.event-720 .degree-pic {
  width: 100%;
  padding-bottom: 73%;
  position: relative;
}

.event-720 .degree-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-720 .degree-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 25px 0 5px;
  text-align: center;
}

.event-720 .degree-english {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  font-family: FuturaPTLight;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.event-720 .degree-main-text {
  width: 65%;
}

.event-contact {
  background-color: #e50012;
  padding: 11vw 7vw;
}

.event-contact p {
  margin: 0;
}

.event-contact .contact-title {
  color: #fff;
  margin-bottom: 40px;
}

.event-contact .contact-title p:first-child {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
}

.event-contact .contact-title p:nth-child(2) {
  font-size: 48px;
  letter-spacing: 2.5px;
}

.event-contact .contact-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.event-contact .contact-link {
  background-color: #000;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 12px 50px 14px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2.5px;
  position: relative;
}

.event-contact .contact-link::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/btn-cursor.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 93%;
  top: 60%;
}

.event-contact .event-triangle {
  width: 66%;
  display: block;
  margin: 0 auto;
}

.event-info {
  background-color: #000;
  padding: 40px 40px 150px;
}

.event-info .info-classify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.event-info .info-classify li {
  margin: 0 20px;
  color: rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  letter-spacing: 1.3px;
  font-size: 20px;
}

.event-info .info-classify li::before {
  height: 22px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
}

.event-info .info-classify li:last-child::after {
  height: 22px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
}

.event-info .info-classify li.active {
  color: #e50012;
}

.event-info .event-map {
  display: block;
  width: 83%;
  margin: 0 auto;
}

.event-info .map-text .acti-num {
  background-color: #e50012;
  padding: 10px 40px 10px 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}

.event-info .map-text .acti-place {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.5px;
}

.event-info .event-floor {
  width: 10.5vw;
  right: 0;
  bottom: 0;
  position: absolute;
}

.event-info .info-traffic .transportaion {
  width: 150px;
}

.event-info .info-traffic .transportaion h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e50012;
  padding: 0 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.event-info .info-traffic .traffic-method {
  padding-left: 20px;
  width: calc(100% - 150px);
}

.event-info .info-traffic .traffic-method li {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
}

.event-info .info-traffic .road-icon {
  width: 25px;
  margin-right: 10px;
}

.event-popup .popup-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  cursor: pointer;
}

.event-popup .event-swiper {
  z-index: 10005;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 677px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.event-popup .event-swiper .swiper-slide {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

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

@media screen and (max-width: 1200px) {
  .event-intro {
    padding-bottom: 75%;
  }
  .event-intro p.text-chinese {
    top: 7%;
  }
  .event-intro p.text-english {
    bottom: 7%;
  }
  .event-intro .pic-shock {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .event-intro {
    padding-bottom: 90%;
  }
  .event-intro p {
    width: 35%;
  }
  .event-intro p.text-english {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .event-banner {
    padding-bottom: 100%;
  }
  .event-banner .acti-main {
    width: 110%;
  }
  .event-intro {
    padding: 50px 0;
  }
  .event-intro .pic-shock {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 40px auto;
    display: block;
    width: 80%;
  }
  .event-intro p {
    width: 100%;
    position: static;
    padding: 0 5%;
  }
  .event-intro p.text-chinese {
    top: 5%;
  }
  .event-intro p.text-english {
    bottom: 5%;
  }
  .event-brand {
    padding-bottom: 100%;
  }
  .event-brand .text-slogan h3 {
    font-size: 5vw;
  }
  .event-brand .text-slogan img {
    width: 5vw;
  }
  .event-720 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-720 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .event-720 .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .event-720 .degree-text {
    font-size: 16px;
    margin: 12px 0 5px;
  }
  .event-720 .degree-english {
    font-size: 20px;
  }
  .event-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-info .info-classify {
    font-size: 18px;
    margin: 0 10px;
  }
  .event-info .info-classify::before {
    left: -10px;
  }
  .event-info .info-classify::after {
    right: -10px;
  }
  .event-info .event-map {
    width: 100%;
  }
  .event-info .map-text {
    width: 100%;
    margin: 50px auto 0;
  }
  .event-info .event-floor {
    width: 15vw;
    position: static;
    display: block;
    margin-left: auto;
  }
  .event-info .info-traffic .transportaion {
    width: 100%;
  }
  .event-info .info-traffic .transportaion h4 {
    font-size: 20px;
  }
  .event-info .info-traffic .traffic-method {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .event-banner {
    padding-bottom: 150%;
  }
  .event-banner .side-text {
    font-size: 14px;
  }
  .event-banner .acti-title h1 {
    font-size: 24px;
  }
  .event-banner .acti-title h2 {
    font-size: 20px;
  }
  .event-banner .acti-date {
    width: 55%;
    bottom: 16%;
  }
  .event-banner .acti-main {
    width: 130%;
  }
  .event-brand {
    padding-bottom: 150%;
  }
  .event-brand .text-slogan h3 {
    font-size: 7vw;
  }
  .event-brand .text-slogan img {
    width: 7vw;
  }
  .event-720 .degree-english {
    font-size: 13px;
    height: 40px;
  }
  .event-contact .contact-title {
    margin-bottom: 30px;
  }
  .event-contact .contact-title p:first-child {
    font-size: 22px;
  }
  .event-contact .contact-title p:nth-child(2) {
    font-size: 36px;
  }
  .event-contact .contact-text {
    font-size: 18px;
  }
  .event-contact .contact-link {
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .event-contact .event-triangle {
    width: 80%;
  }
  .event-info .event-floor {
    width: 100px;
  }
}

.cocoa-body {
  background-color: #000;
  color: #fff;
}

.cocoa-logo {
  padding: 60px 0;
}

.cocoa-logo img {
  display: block;
  width: 500px;
  margin: 0 auto;
}

.cocoa-content {
  padding: 50px 40px 80px;
}

.cocoa-content_title {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-content_title h2 {
  margin: 0;
}

.cocoa-content_title p {
  margin: 0;
}

.cocoa-content_text {
  width: calc(100% - 150px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-content_chinese {
  margin: 0;
  font-size: 24px;
}

.cocoa-content_english {
  margin: 0;
}

.cocoa-content_icon {
  width: 60px;
}

.cocoa-introduction {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-introduction_title {
  background-color: #fff;
  color: #000;
  padding: 25px 40px;
}

.cocoa-introduction_text {
  width: 55%;
}

.cocoa-introduction_text h3 {
  padding: 30px 30px 30px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: calc(1.5rem + 0.6vw);
  line-height: 1.7;
}

.cocoa-introduction_text p {
  padding: 20px 30px 20px 40px;
  line-height: 2;
}

.cocoa-introduction_video {
  width: 45%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-introduction_slogan {
  background-color: rgba(204, 204, 204, 0.3);
}

.cocoa-introduction_slogan p {
  margin: 0;
  padding: 20px 0;
  background-image: url(../img/cocoa_bg-m.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.cocoa-inner {
  width: 36.98vw;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner.left {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner.right {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: auto;
}

.cocoa-inner_title {
  padding: 25px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cocoa-inner_title_text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner_title_text h2 {
  font-size: 20px;
  font-weight: normal;
}

.cocoa-inner_title_text p {
  font-size: 20px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.cocoa-inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cocoa-inner_content .pic {
  width: 30%;
  height: 500px;
  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;
  background-color: #1A1A1A;
}

.cocoa-inner_content .pic img {
  width: 50%;
}

.cocoa-inner_content .text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 40px 25px 25px;
}

.cocoa-inner_content .text_main {
  font-size: 18px;
  margin: 0;
}

.cocoa-inner_resource {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner_resource p {
  margin: 0;
  font-size: 14px;
}

.cocoa-inner_resource-m {
  margin: 0 auto 20px;
  width: 90%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner_resource-m p {
  margin: 0;
  font-size: 14px;
}

.cocoa-inner-m {
  width: 90%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner-m_left {
  width: 70%;
}

.cocoa-inner-m_left .cocoa-inner_title {
  padding: 30px 20px;
  background-color: #333333;
}

.cocoa-inner-m_left .cocoa-inner_title_text {
  border: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cocoa-inner-m_left .cocoa-inner_title_text h2 {
  font-size: 22px;
}

.cocoa-inner-m_left .cocoa-inner_title_text p {
  -webkit-transform: none;
          transform: none;
}

.cocoa-inner-m_left .text {
  padding: 20px;
}

.cocoa-inner-m_right {
  width: 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.cocoa-inner-m_right .pic {
  width: 100%;
  background-color: #1A1A1A;
  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;
  height: 100%;
}

.cocoa-inner-m_right .pic img {
  width: 40%;
}

.cocoa-prologue {
  margin-top: 11vw;
  padding-bottom: 30vw;
}

.cocoa-prologue_img {
  width: 63.6vw;
  right: 0;
  bottom: 0;
}

.cocoa-prologue_img-m {
  margin-top: -25vw;
}

.cocoa-biginning {
  -webkit-transform: translateY(-5.7vw);
          transform: translateY(-5.7vw);
  padding-bottom: 6vw;
}

.cocoa-biginning .cocoa-inner_title {
  background-image: url(../img/cocoa_bg-1.png);
}

.cocoa-biginning_img {
  width: 57.86vw;
  left: 3%;
  bottom: 0;
}

.cocoa-biginning_img-m {
  padding: 30vw 0;
}

.cocoa-origian {
  padding-top: 18.44vw;
  padding-bottom: 47.19vw;
}

.cocoa-origian_img {
  width: 29.48vw;
  right: 10%;
  bottom: 0;
}

.cocoa-origian_img-m {
  width: 25vw;
  margin-left: auto;
  margin-right: 10%;
  display: block;
  margin-bottom: 30px;
}

.cocoa-longhour {
  padding-bottom: 11.35vw;
}

.cocoa-longhour .cocoa-inner_title {
  background-image: url(../img/cocoa_bg-2.png);
}

.cocoa-longhour_img {
  bottom: 0;
  left: 0;
  width: 51.5vw;
}

.cocoa-longhour_img-m {
  width: 95%;
  margin: 0 auto;
  display: block;
}

.cocoa-child {
  padding-bottom: 25.47vw;
}

.cocoa-child .cocoa-inner_title {
  background-image: url(../img/cocoa_bg-3.png);
}

.cocoa-child_img {
  top: 13.13vw;
  right: 5%;
  width: 51.35vw;
}

.cocoa-child_img-m {
  margin-top: 17.78vw;
  margin-bottom: 25.09vw;
}

.cocoa-healthy_img {
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54.64vw;
}

.cocoa-healthy_img-m {
  margin-top: 17.78vw;
  margin-bottom: 25.09vw;
}

.cocoa-smile {
  padding-top: 18.33vw;
  padding-bottom: 22.4vw;
}

.cocoa-smile_img {
  right: 0;
  bottom: 0;
  width: 53.07vw;
}

.cocoa-low {
  padding-bottom: 33.33vw;
}

.cocoa-low .cocoa-inner_title {
  background-image: url(../img/cocoa_bg-4.png);
}

.cocoa-low_img {
  left: 0;
  top: 1.98vw;
  width: 57.71vw;
}

.cocoa-low_img-m {
  margin: 30px 0;
}

@media screen and (max-width: 991px) {
  .cocoa-content_text {
    width: calc(100% - 100px);
  }
  .cocoa-introduction_title {
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
  }
  .cocoa-introduction_title h2 {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px 0;
    width: 100%;
    text-align: center;
  }
  .cocoa-introduction_text {
    width: 100%;
  }
  .cocoa-introduction_text h3 {
    padding: 30px 40px;
    border: 0;
  }
  .cocoa-introduction_text p {
    padding: 20px;
  }
  .cocoa-introduction_video {
    width: 100%;
  }
  .cocoa-introduction_slogan p {
    padding: 5.6vw 0;
    font-size: 2.6vw;
    letter-spacing: 0.7em;
  }
}

@media screen and (max-width: 767px) {
  .cocoa-logo {
    padding: 30px 0;
  }
  .cocoa-logo img {
    width: 80%;
  }
  .cocoa-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cocoa-content_title {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .cocoa-content_text {
    width: calc(100% - 60px);
  }
  .cocoa-content_icon {
    width: 40px;
  }
  .cocoa-introduction_text h3 {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 575px) {
  .cocoa-introduction_text h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  .cocoa-inner-m_right .pic img {
    width: 60%;
  }
}

.sunmoonlake-title h2 {
  font-family: optima;
  font-size: 60px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.sunmoonlake-title h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-title h2 {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .sunmoonlake-title h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .sunmoonlake-title h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 360px) {
  .sunmoonlake-title h2 {
    font-size: 24px;
  }
}

.sunmoonlake-hand {
  background-image: url(../img/sunmoonlake-2-pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #C9A063;
  padding-bottom: 200px;
  padding-top: 100px;
}

.sunmoonlake-hand_info {
  margin-right: 85px;
  margin-bottom: 100px;
}

.sunmoonlake-hand_info p {
  font-size: 14px;
  margin: 0;
  font-family: optima;
  line-height: 1.6;
}

.sunmoonlake-hand_info p.ch {
  font-family: "Noto Sans TC", sans-serif;
}

.sunmoonlake-hand_content {
  width: 45%;
}

.sunmoonlake-hand_content h2 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.sunmoonlake-hand_content p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .sunmoonlake-hand_content {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sunmoonlake-hand {
    padding-top: 35px;
    padding-bottom: 45px;
    background-image: url(../img/sunmoonlake-2-m.png);
  }
  .sunmoonlake-hand_info {
    margin-right: 35px;
    margin-bottom: 36px;
  }
  .sunmoonlake-hand_info p {
    font-size: 12px;
  }
  .sunmoonlake-hand_info:last-child {
    margin-right: 0;
  }
  .sunmoonlake-hand_content {
    width: 100%;
  }
  .sunmoonlake-hand_content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sunmoonlake-hand_content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .sunmoonlake-hand_info {
    margin-right: 20px;
  }
}

@media screen and (max-width: 350px) {
  .sunmoonlake-hand_info {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .sunmoonlake-hand_content {
    margin-top: 40px;
  }
}

.sunmoonlake-compose .row {
  margin-left: 0;
  margin-right: 0;
}

.sunmoonlake-compose .row > div {
  padding-left: 0;
  padding-right: 0;
}

.sunmoonlake-compose_item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sunmoonlake-compose_item h3 {
  font-family: "Noto Serif TC", serif;
  color: #fff;
  position: absolute;
  margin: 0;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
  letter-spacing: 0.2em;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.75);
  text-align: center;
  font-weight: normal;
}

.sunmoonlake-compose_leaf {
  background-image: url(../img/sunmoonlake-3-pc.png);
}

.sunmoonlake-compose_plant {
  background-image: url(../img/sunmoonlake-4-pc.png);
}

.sunmoonlake-compose_skill {
  background-image: url(../img/sunmoonlake-5-pc.png);
}

@media screen and (max-width: 991px) {
  .sunmoonlake-compose_item h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sunmoonlake-compose_item {
    padding-bottom: 30%;
  }
  .sunmoonlake-compose_item h3 {
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  }
}

.sunmoonlake-brand {
  position: relative;
}

.sunmoonlake-brand_top {
  position: absolute;
  color: #fff;
  width: 30%;
  top: 5.57vw;
  left: 40px;
}

.sunmoonlake-brand_top p {
  margin: 0;
  font-family: optima;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.sunmoonlake-brand_bottom {
  position: absolute;
  color: #fff;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  left: 0;
  bottom: 1%;
}

.sunmoonlake-brand_bottom p {
  font-size: 36px;
  font-family: optima;
  margin: 0;
  letter-spacing: 0.05em;
}

.sunmoonlake-brand_bottom h2 {
  margin: 0;
  font-size: 11.5vw;
  font-family: optima;
  text-align: center;
}

@media screen and (max-width: 1470px) {
  .sunmoonlake-brand_bottom h2 {
    font-size: 11.3vw;
  }
}

@media screen and (max-width: 1130px) {
  .sunmoonlake-brand_top {
    width: 50%;
  }
  .sunmoonlake-brand_top p {
    font-size: 14px;
  }
  .sunmoonlake-brand_bottom p {
    font-size: 30px;
  }
  .sunmoonlake-brand_bottom h2 {
    font-size: 11vw;
  }
}

@media screen and (max-width: 840px) {
  .sunmoonlake-brand_bottom h2 {
    font-size: 10.7vw;
  }
}

@media screen and (max-width: 670px) {
  .sunmoonlake-brand_top {
    left: 20px;
  }
  .sunmoonlake-brand_top p {
    font-size: 12px;
  }
  .sunmoonlake-brand_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sunmoonlake-brand_bottom p {
    font-size: 22px;
  }
  .sunmoonlake-brand_bottom h2 {
    font-size: 11vw;
  }
}

@media screen and (max-width: 420px) {
  .sunmoonlake-brand_top {
    width: calc(100% - 40px);
  }
  .sunmoonlake-brand_bottom p {
    font-size: 16px;
  }
  .sunmoonlake-brand_bottom h2 {
    font-size: 10.7vw;
  }
}

@media screen and (max-width: 350px) {
  .sunmoonlake-brand_bottom h2 {
    font-size: 10.5vw;
  }
}

.sunmoonlake-identity {
  position: relative;
}

.sunmoonlake-identity_text {
  position: absolute;
  color: #C9A063;
  left: 0;
  top: 40px;
}

@media screen and (max-width: 575px) {
  .sunmoonlake-identity_text {
    top: 20px;
  }
}

.sunmoonlake-hongyun {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
}

.sunmoonlake-hongyun img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-hongyun {
    height: 0;
    padding-bottom: 100%;
  }
}

.sunmoonlake-flow {
  background-color: #1a1a1a;
  padding: 13vw;
}

.sunmoonlake-flow .row {
  margin-left: -100px;
  margin-right: -100px;
}

.sunmoonlake-flow .row > div {
  padding-left: 100px;
  padding-right: 100px;
}

.sunmoonlake-flow .row > div:last-child .sunmoonlake-flow_item::after {
  display: none;
}

.sunmoonlake-flow_item {
  position: relative;
}

.sunmoonlake-flow_item img {
  width: 100%;
}

.sunmoonlake-flow_item::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 10px;
  background-image: url(../img/sunmoonlake-9_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -20px;
  right: -120px;
}

.sunmoonlake-flow_arrow {
  width: 20px;
  display: block;
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-flow .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sunmoonlake-flow .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .sunmoonlake-flow_item img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .sunmoonlake-flow_item::after {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sunmoonlake-flow_item img {
    width: 70%;
  }
  .sunmoonlake-flow_arrow {
    width: 15px;
    margin: 40px auto;
  }
}

.sunmoonlake-supporting {
  padding-bottom: 130px;
}

.sunmoonlake-supporting_title {
  margin-bottom: 130px;
  color: #C9A063;
}

.sunmoonlake-supporting_item {
  position: relative;
}

.sunmoonlake-supporting_item p {
  text-align: center;
  font-family: optima;
  color: #C9A063;
  margin-bottom: 30px;
  font-size: 20px;
}

.sunmoonlake-supporting_item img {
  width: 100%;
}

.sunmoonlake-supporting_item::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 18px;
  background-image: url(../img/sunmoonlake-11_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: calc((100% - 60px) / 2 + 60px);
  left: calc(100% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sunmoonlake-supporting .row {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -100px;
  margin-right: -100px;
}

.sunmoonlake-supporting .row > div {
  padding-left: 100px;
  padding-right: 100px;
}

.sunmoonlake-supporting .row > div:last-child .sunmoonlake-supporting_item::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .sunmoonlake-supporting .row {
    margin-left: -60px;
    margin-right: -60px;
  }
  .sunmoonlake-supporting .row > div {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sunmoonlake-supporting_item::after {
    width: 60px;
    height: 10px;
    left: calc(100% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .sunmoonlake-supporting_title {
    margin-bottom: 100px;
  }
  .sunmoonlake-supporting .row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .sunmoonlake-supporting .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sunmoonlake-supporting .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sunmoonlake-supporting_item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sunmoonlake-supporting_item::after {
    width: 40px;
    height: 7px;
    top: calc((100% - 34px) / 2 + 34px);
    left: calc(100% + 20px);
  }
}

@media screen and (max-width: 500px) {
  .sunmoonlake-supporting .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sunmoonlake-supporting .row > div {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sunmoonlake-supporting_title {
    margin-bottom: 50px;
  }
  .sunmoonlake-supporting_item::after {
    width: 30px;
    height: 5px;
    top: calc((100% - 34px) / 2 + 34px);
    left: calc(100% + 10px);
  }
}

.sunmoonlake-logo {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.sunmoonlake-logo img {
  position: absolute;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .sunmoonlake-logo {
    height: 0;
    padding-bottom: 100%;
  }
}

.sunmoonlake-color {
  padding-top: 180px;
}

.sunmoonlake-color_title {
  color: #C9A063;
  margin-bottom: 170px;
}

.sunmoonlake-color_item {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sunmoonlake-color_item.brown {
  background-color: #C9A063;
  color: #fff;
}

.sunmoonlake-color_item.white {
  background-color: #fff;
  color: #C9A063;
}

.sunmoonlake-color_item.black {
  background-color: #000;
  color: #fff;
}

.sunmoonlake-color_name {
  margin-right: 100px;
}

.sunmoonlake-color_name p {
  font-family: optimaItalic;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin: 0;
}

.sunmoonlake-color_name p:first-child {
  margin-bottom: 25px;
}

.sunmoonlake-color_num p {
  font-family: optima;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.sunmoonlake-color_num p:last-child {
  margin-bottom: 0;
}

.sunmoonlake-color_num_cmyk {
  margin-right: 15px;
}

.sunmoonlake-color_num_rgb {
  margin-right: 32px;
}

.sunmoonlake-color_gradient .row {
  margin: 0;
}

.sunmoonlake-color_gradient_item {
  height: 40px;
  background-color: #C9A063;
}

.sunmoonlake-color_gradient_item:first-child {
  opacity: 0.8;
}

.sunmoonlake-color_gradient_item:nth-child(2) {
  opacity: 0.6;
}

.sunmoonlake-color_gradient_item:nth-child(3) {
  opacity: 0.4;
}

.sunmoonlake-color_gradient_item:nth-child(4) {
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-color_item {
    padding: 30px 20px;
  }
  .sunmoonlake-color_name {
    margin: 0;
  }
  .sunmoonlake-color_name p {
    font-size: 24px;
  }
  .sunmoonlake-color_num p {
    font-size: 16px;
  }
  .sunmoonlake-color_gradient_item {
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .sunmoonlake-color_name {
    margin: 0;
  }
  .sunmoonlake-color_name p {
    font-size: 18px;
  }
  .sunmoonlake-color_name p:first-child {
    margin-bottom: 15px;
  }
  .sunmoonlake-color_num p {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .sunmoonlake-color_item {
    padding: 30px 10px;
  }
}

.sunmoonlake-typography {
  padding-top: 180px;
  padding-bottom: 380px;
}

.sunmoonlake-typography_title {
  color: #C9A063;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-typography {
    padding-top: 90px;
    padding-bottom: 190px;
  }
  .sunmoonlake-typography_title {
    margin-bottom: 100px;
  }
}

.sunmoonlake-scrolling {
  padding-bottom: 20px;
}

.sunmoonlake-scrolling h3 {
  text-align: center;
  color: #C9A063;
  font-size: 70px;
  margin-bottom: 15px;
  font-family: optima;
}

.sunmoonlake-scrolling img {
  width: 70px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-scrolling h3 {
    font-size: 42px;
  }
  .sunmoonlake-scrolling img {
    width: 40px;
  }
}

@media screen and (max-width: 575px) {
  .sunmoonlake-scrolling h3 {
    font-size: 32px;
  }
  .sunmoonlake-scrolling img {
    width: 25px;
  }
}

.sunmoonlake-packing {
  background-color: #1a1a1a;
  padding-top: 90px;
}

.sunmoonlake-packing_title {
  color: #C9A063;
  margin-bottom: 150px;
}

.sunmoonlake-packing_pic img {
  width: 100%;
  margin-bottom: 10px;
}

.sunmoonlake-packing_pic .swiper-pagination {
  bottom: 20px;
}

.sunmoonlake-packing_pic .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.sunmoonlake-packing_pic .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sunmoonlake-packing_pic {
    padding-left: 0;
    padding-right: 0;
  }
  .sunmoonlake-packing_pic img {
    margin-bottom: 0;
  }
  .sunmoonlake-packing_pic .swiper-pagination {
    bottom: 10px;
  }
  .sunmoonlake-packing_slider {
    padding: 70px 30px;
  }
}

.sunmoonlake-symbol {
  background-color: #1a1a1a;
  padding-top: 175px;
  padding-bottom: 175px;
}

.sunmoonlake-symbol_title {
  color: #C9A063;
  margin-bottom: 120px;
}

.sunmoonlake-symbol_text {
  padding-right: 100px;
}

.sunmoonlake-symbol_text p {
  color: #C9A063;
  margin: 0;
}

.sunmoonlake-symbol_pic {
  padding-left: 100px;
}

@media screen and (max-width: 1199px) {
  .sunmoonlake-symbol_title {
    margin-bottom: 60px;
  }
  .sunmoonlake-symbol_text {
    padding-right: 30px;
  }
  .sunmoonlake-symbol_text p {
    font-size: 14px;
  }
  .sunmoonlake-symbol_pic {
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .sunmoonlake-symbol_text {
    padding-right: 0;
    margin-bottom: 100px;
  }
  .sunmoonlake-symbol_pic {
    padding-left: 0;
  }
}

.sunmoonlake-icon {
  padding-top: 225px;
  padding-bottom: 160px;
  background-color: #1a1a1a;
}

.sunmoonlake-icon_item {
  width: calc(100% / 11);
  margin-bottom: 90px;
}

.sunmoonlake-icon_item img {
  max-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto 15px;
}

.sunmoonlake-icon_item p {
  text-align: center;
  font-size: 12px;
  color: #C9A063;
  margin: 0;
}

.sunmoonlake-icon_arrow img {
  max-width: 80px;
}

@media screen and (max-width: 1199px) {
  .sunmoonlake-icon_item {
    width: calc(100% / 7);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .sunmoonlake-icon_item {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 767px) {
  .sunmoonlake-icon {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .sunmoonlake-icon_item {
    width: calc(100% / 4);
  }
}

.sunmoonlake-prototype {
  background-color: #1a1a1a;
}

.sunmoonlake-prototype_text {
  color: #C9A063;
}

.sunmoonlake-prototype_text h2 {
  font-family: optima;
}

.sunmoonlake-prototype_text p {
  font-family: optima;
}

.valley-px {
  padding-left: 10vw;
  padding-right: 10vw;
}

@media screen and (max-width: 991px) {
  .valley-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .valley-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.valley-design {
  background-color: #0C682A;
  padding-top: 180px;
  padding-bottom: 180px;
  color: #fff;
}

.valley-design h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-family: AvenirRoman;
  letter-spacing: 0.05em;
}

.valley-design h3 {
  font-size: 16px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}

.valley-design_year {
  font-family: AvenirRoman;
  font-size: 35px;
  margin: 0;
  letter-spacing: 0.05em;
}

.valley-design .row {
  margin-left: -50px;
  margin-right: -50px;
}

.valley-design .row > div {
  padding-left: 50px;
  padding-right: 50px;
}

.valley-design_intro {
  font-size: 20px;
  margin: 0;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: justify;
}

.valley-design.green {
  background-color: #F7FAF6;
  color: #669966;
  padding-top: 90px;
  padding-bottom: 90px;
}

.valley-design.green .valley-design_year {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .valley-design {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .valley-design h3 {
    margin-bottom: 30px;
  }
  .valley-design_year {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .valley-design h2 {
    font-size: 30px;
  }
  .valley-design h3 {
    font-size: 14px;
  }
  .valley-design_year {
    font-size: 30px;
  }
  .valley-design_intro {
    font-size: 18px;
    line-height: 1.7;
  }
  .valley-design.green {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .valley-design {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .valley-design h2 {
    font-size: 24px;
  }
  .valley-design h3 {
    font-size: 12px;
  }
  .valley-design_year {
    font-size: 24px;
  }
  .valley-design_intro {
    font-size: 16px;
  }
}

.valley-intro {
  padding-top: 100px;
  padding-bottom: 240px;
  position: relative;
  color: #fff;
  background-color: #5C8D5F;
  z-index: 0;
}

.valley-intro_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.valley-intro_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}

.valley-intro_info_item {
  margin-right: 55px;
}

.valley-intro_info_item:last-child {
  margin-right: 0;
}

.valley-intro_info_item p {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: AvenirRoman;
  letter-spacing: 0.05em;
}

.valley-intro_info_item p:last-child {
  margin-bottom: 0;
}

.valley-intro_info_item p.ch {
  font-family: "noto san TC";
  font-size: 17px;
}

.valley-intro_content h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
}

.valley-intro_content p {
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .valley-intro {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .valley-intro_info {
    margin-bottom: 50px;
  }
  .valley-intro_info_item {
    margin-right: 30px;
  }
  .valley-intro_info_item p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .valley-intro_info_item p.ch {
    font-size: 13px;
  }
  .valley-intro_content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .valley-intro_content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .valley-intro_info_item {
    margin-right: 20px;
  }
  .valley-intro_info_item p {
    font-size: 12px;
  }
  .valley-intro_info_item p.ch {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .valley-intro_info {
    display: block;
  }
  .valley-intro_info_item {
    margin-bottom: 20px;
  }
}

.valley-friendly {
  position: relative;
}

.valley-friendly_text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0;
}

.valley-friendly_text h2 {
  font-size: 8.3vw;
  font-weight: 100;
  letter-spacing: 0.7em;
  -webkit-transform: translateX(0.35em);
          transform: translateX(0.35em);
  margin: 0;
}

.valley-friendly_text p {
  font-family: AvenirRoman;
  font-size: 18px;
  margin: 0;
  letter-spacing: 0.05em;
}

.valley-friendly_text.text-top {
  top: -1%;
}

.valley-friendly_text.text-top h2 {
  margin-bottom: 10px;
}

.valley-friendly_text.text-bottom {
  bottom: 1%;
}

@media screen and (max-width: 767px) {
  .valley-friendly_text h2 {
    font-size: 8.5vw;
  }
  .valley-friendly_text p {
    font-size: 12px;
  }
}

.valley-orchard {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: #F7FAF6;
}

.valley-orchard_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5vw;
}

.valley-orchard_title h2 {
  font-size: 13.5vw;
  color: #FF9966;
  margin: 0;
  font-family: AvenirRoman;
  line-height: 0.9;
}

.valley-orchard_title p {
  color: #FF9966;
  font-size: 24px;
  margin: 0;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
}

.valley-orchard_tag {
  position: absolute;
  top: 60%;
  left: 68%;
  z-index: 2;
}

.valley-orchard_tag_item {
  width: 34vw;
  height: 9vw;
  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;
  border: 1px solid #FF9966;
  border-radius: 50%;
  color: #FF9966;
  font-size: 24px;
}

.valley-orchard_tag_item:nth-child(2) {
  margin-top: -15px;
}

.valley-orchard_pic {
  position: relative;
}

.valley-orchard_pic::before {
  position: absolute;
  content: "";
  width: 37.6vw;
  height: 5.9vw;
  background-color: #F7FAF6;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .valley-orchard {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .valley-orchard_title {
    margin: 0 auto;
  }
  .valley-orchard_title h2 {
    text-align: center;
    font-size: 17.2vw;
    margin-bottom: 40px;
  }
  .valley-orchard_title p {
    font-size: 18px;
  }
  .valley-orchard_tag {
    position: static;
    margin: 0 auto 50px;
  }
  .valley-orchard_tag_item {
    width: 43vw;
    height: 11vw;
    min-width: 170px;
    min-height: 50px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .valley-orchard_tag_item:nth-child(2) {
    margin-top: -10px;
  }
  .valley-orchard_pic::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .valley-orchard {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .valley-orchard_tag_item {
    font-size: 12px;
  }
  .valley-orchard_tag_item:nth-child(2) {
    margin-top: -8px;
  }
}

.valley-scrolling {
  padding-bottom: 150px;
  background-color: #F7FAF6;
}

.valley-scrolling h2 {
  text-align: center;
  font-size: 64px;
  color: #669966;
  font-family: AvenirRoman;
  margin-bottom: 10px;
}

.valley-scrolling_arrow {
  width: 30px;
}

.valley-scrolling p {
  color: #669966;
  font-family: AvenirRoman;
  margin: 0 40px;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .valley-scrolling {
    padding-bottom: 70px;
  }
  .valley-scrolling h2 {
    font-size: 44px;
  }
  .valley-scrolling_arrow {
    width: 20px;
  }
  .valley-scrolling p {
    font-size: 20px;
    margin: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .valley-scrolling h2 {
    font-size: 30px;
  }
  .valley-scrolling_arrow {
    width: 10px;
  }
  .valley-scrolling p {
    font-size: 14px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 400px) {
  .valley-scrolling h2 {
    font-size: 20px;
  }
  .valley-scrolling_arrow {
    width: 10px;
  }
  .valley-scrolling p {
    font-size: 12px;
    margin: 0 10px;
  }
}

.valley-hualien {
  color: #5C8D5F;
  background-color: #F7FAF6;
  padding-top: 90px;
  padding-bottom: 170px;
}

.valley-open {
  position: relative;
  margin-bottom: 10px;
}

.valley-open_text {
  position: absolute;
  color: #fff;
  bottom: 1%;
  width: 100%;
  left: 0;
}

.valley-open_text p {
  font-family: AvenirRoman;
  margin: 0;
  letter-spacing: 0.05em;
}

.valley-open_text h2 {
  text-align: center;
  font-size: 11.5vw;
  margin: 0;
  font-family: AvenirRoman;
}

.valley-open_text_small {
  padding: 0 8.5vw 0 10.5vw;
}

@media screen and (max-width: 991px) {
  .valley-open_text p {
    font-size: 13px;
  }
  .valley-open_text_small {
    padding: 0 14vw 0 17vw;
  }
}

@media screen and (max-width: 767px) {
  .valley-open_text p {
    font-size: 12px;
  }
  .valley-open_text h2 {
    font-size: 13vw;
  }
  .valley-open_text_small {
    padding: 0 8vw 0 12vw;
  }
}

@media screen and (max-width: 450px) {
  .valley-open_text h2 {
    font-size: 12vw;
  }
}

@media screen and (max-width: 370px) {
  .valley-open_text_small {
    padding: 0 3vw;
  }
}

.valley-solution {
  background-color: #F7FAF6;
  padding: 140px 0;
  color: #669966;
}

.valley-solution_text {
  text-align: center;
}

.valley-solution_text h2 {
  font-size: 64px;
  font-family: AvenirRoman;
}

.valley-solution_text p {
  font-family: AvenirRoman;
  font-size: 24px;
}

.valley-solution_text.text-top h2 {
  margin-bottom: 10px;
}

.valley-solution_text.text-top p {
  margin: 0;
}

.valley-solution_text.text-bottom h2 {
  margin-bottom: 0;
}

.valley-solution_text.text-bottom p {
  margin-bottom: 15px;
}

.valley-solution_arrow {
  width: 80px;
  margin: 30px auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .valley-solution {
    padding: 70px 0;
  }
  .valley-solution_text h2 {
    font-size: 52px;
  }
  .valley-solution_text p {
    font-size: 20px;
  }
  .valley-solution_arrow {
    width: 60px;
  }
}

@media screen and (max-width: 575px) {
  .valley-solution_text h2 {
    font-size: 36px;
  }
  .valley-solution_text p {
    font-size: 14px;
  }
  .valley-solution_arrow {
    width: 40px;
  }
}

@media screen and (max-width: 450px) {
  .valley-solution_text h2 {
    font-size: 30px;
  }
  .valley-solution_text p {
    font-size: 12px;
  }
  .valley-solution_arrow {
    width: 30px;
  }
}

@media screen and (max-width: 350px) {
  .valley-solution_text h2 {
    font-size: 24px;
  }
  .valley-solution_text p {
    font-size: 12px;
  }
  .valley-solution_arrow {
    width: 20px;
  }
}

.valley-paint {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #F7FAF6;
}

.valley-paint img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 575px) {
  .valley-paint {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

.valley-change {
  background-color: #F7FAF6;
  padding-top: 80px;
  padding-bottom: 175px;
}

.valley-change .valley-intro_content {
  color: #669966;
  margin-bottom: 90px;
}

.valley-change_pic {
  margin-left: 0;
  margin-right: 0;
}

.valley-change_pic > div {
  padding-left: 0;
  padding-right: 0;
}

.valley-change_pic_item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.valley-change_pic_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.valley-change_pic_item p {
  color: #fff;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 5%;
  left: 0;
  font-family: AvenirRoman;
  font-size: 18px;
  margin: 0;
}

.lee-cover {
  position: relative;
}

.lee-cover_text {
  color: #1a1a1a;
  font-family: FuturaPTMedium;
  position: absolute;
  letter-spacing: 0.05em;
}

.lee-cover_text.text-1 {
  top: 5.57vw;
  left: 6vw;
}

.lee-cover_text.text-2 {
  top: 5.57vw;
  right: 6vw;
}

.lee-cover_text.text-3 {
  top: 25.16vw;
  left: 6vw;
}

.lee-cover_text.text-4 {
  top: 25.16vw;
  left: 25.52vw;
}

.lee-cover_text.text-5 {
  top: 25.16vw;
  right: 6vw;
}

.lee-cover_text.text-6 {
  top: 48vw;
  left: 6vw;
}

.lee-cover_text.text-7 {
  top: 48vw;
  right: 6vw;
}

.lee-cover_present {
  position: absolute;
  color: #fff;
  bottom: 6.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lee-cover_present p {
  text-align: center;
  letter-spacing: 0.05em;
}

.lee-cover_present p:first-child {
  font-family: optimaItalic;
  font-size: 14px;
  margin-bottom: 30px;
}

.lee-cover_present p:nth-child(2) {
  font-family: FuturaPTMedium;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .lee-cover_text {
    font-size: 12px;
  }
  .lee-cover_text.text-1 {
    left: 1vw;
  }
  .lee-cover_text.text-2 {
    right: 1vw;
  }
  .lee-cover_text.text-3 {
    left: 1vw;
  }
  .lee-cover_text.text-5 {
    right: 1vw;
  }
  .lee-cover_text.text-6 {
    left: 1vw;
  }
  .lee-cover_text.text-7 {
    right: 1vw;
  }
}

.lee-intro {
  padding-top: 140px;
  padding-bottom: 40px;
  background-color: #BF0023;
  color: #fff;
}

.lee-intro_info {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lee-intro_info_item {
  margin-right: 80px;
}

.lee-intro_info_item:last-child {
  margin-right: 0;
}

.lee-intro_info_item p {
  margin-bottom: 8px;
}

.lee-intro_info_item p:last-child {
  margin-bottom: 0;
}

.lee-intro_info_item p.ch {
  font-family: "noto sans TC";
  font-size: 15px;
}

.lee-intro_content {
  margin-bottom: 185px;
}

.lee-intro_content h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.lee-intro_content p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
  letter-spacing: 0.05em;
}

.lee-intro_pic {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 885px;
  mix-blend-mode: lighten;
}

@media screen and (max-width: 991px) {
  .lee-intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .lee-intro_info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lee-intro_info_item {
    margin-right: 0;
  }
}

.lee-change {
  padding-top: 160px;
  padding-bottom: 215px;
  background-color: #BF0023;
}

.lee-change_item {
  padding: 0 10px;
  width: 40%;
}

.lee-change_item p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: FuturaPTMedium;
  color: #fff;
  letter-spacing: 0.05em;
}

.lee-change_pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
}

.lee-change_pic img {
  position: absolute;
  width: 56%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .lee-change_item {
    width: 50%;
  }
}

.lee-core {
  padding-top: 225px;
  padding-bottom: 0;
  background-color: #EEEEEA;
  text-align: center;
  color: #BF0023;
}

.lee-core h4 {
  font-size: 36px;
  font-family: AvenirMedium;
  margin-bottom: 130px;
  letter-spacing: 0.05em;
}

.lee-core h5 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2em;
}

.lee-core h5:first-child {
  padding-right: 9vw;
}

.lee-core h5:nth-child(2) {
  padding-left: 9vw;
}

.lee-core h2 {
  font-family: AvenirRoman;
  margin: 0;
  font-size: 10.2vw;
  letter-spacing: 0.05em;
}

.lee-core h3 {
  font-family: AvenirRoman;
  font-size: 60px;
  margin-bottom: 130px;
  letter-spacing: 0.05em;
}

.lee-core_pic {
  position: relative;
}

.lee-core_pic img {
  width: 100%;
}

.lee-core_pic p {
  position: absolute;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-size: 36px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.lee-core_pic p.p-left {
  left: 8%;
}

.lee-core_pic p.p-right {
  right: 8%;
}

@media screen and (max-width: 991px) {
  .lee-core h5 {
    font-size: 12px;
  }
  .lee-core h3 {
    font-size: 5vw;
  }
  .lee-core_pic p {
    font-size: 4vw;
  }
  .lee-core_pic p.p-left {
    left: 4%;
  }
  .lee-core_pic p.p-right {
    right: 4%;
  }
}

.lee-challenge {
  background-color: #EEEEEA;
  color: #BF0023;
  padding-top: 140px;
  padding-bottom: 130px;
}

.lee-challenge h2 {
  font-family: AvenirMedium;
}

.lee-bg {
  background-color: #EEEEEA;
}

.lee-bg-red {
  background-color: #BF0023;
}

.lee-solution {
  padding-top: 270px;
  padding-bottom: 290px;
  background-image: url(../img/lee-7.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.lee-solution h2 {
  text-align: center;
  font-family: optimaItalic;
  font-size: 84px;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}

.lee-solution p {
  font-family: AvenirRoman;
  font-size: 8.3vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .lee-solution {
    padding-bottom: 145px;
  }
  .lee-solution h2 {
    font-size: 10vw;
  }
  .lee-solution p {
    margin-bottom: 30px;
  }
}

.lee-logo {
  padding: 250px 0;
}

.lee-logo img {
  width: calc(100% - 80px);
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .lee-logo {
    padding: 50px 0;
  }
}

.lee-pic {
  padding-top: 150px;
  padding-bottom: 150px;
}

.lee-pic img {
  width: 100%;
}

.lee-pic .row {
  margin-left: -8px;
  margin-right: -8px;
}

.lee-pic .row > div {
  padding: 8px;
}

.lee-pic2 {
  margin-bottom: 16vw;
}

.lee-title {
  text-align: center;
  font-size: 24px;
  font-family: AvenirMedium;
  margin-bottom: 100px;
}

.lee-color h2 {
  color: #BF0023;
}

.lee-color .lee-title {
  font-family: AvenirMedium;
  letter-spacing: 0.08em;
}

.lee-color_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lee-color_item.bg-white {
  background-color: #F2EBD7;
  color: #000;
}

.lee-color_item.bg-black {
  background-color: #000;
  color: #fff;
}

.lee-color_name p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}

.lee-color_name p:first-child .en {
  font-family: FuturaPTMediumItalic;
}

.lee-color_name p:nth-child(2) {
  font-size: 20px;
  font-family: FuturaPTMediumItalic;
  margin-bottom: 0;
}

.lee-color_num {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lee-color_num span {
  font-family: AvenirRoman;
  font-size: 20px;
}

.lee-color_num span:last-child {
  text-align: right;
}

.lee-color_num span.rgb {
  width: 158px;
}

.lee-color_num span.cmyk {
  width: 180px;
}

.lee-color_main {
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: #BF0023;
  color: #fff;
}

.lee-color_gradient .row {
  margin-left: 0;
  margin-right: 0;
}

.lee-color_gradient_item {
  padding-left: 0;
  padding-right: 0;
  height: 40px;
}

.lee-color_gradient_item:first-child {
  background-color: #CB644C;
}

.lee-color_gradient_item:nth-child(2) {
  background-color: #D68C72;
}

.lee-color_gradient_item:nth-child(3) {
  background-color: #E4B49E;
}

.lee-color_gradient_item:nth-child(4) {
  background-color: #F1DBCD;
}

@media screen and (max-width: 991px) {
  .lee-color .lee-title {
    margin-bottom: 20px;
  }
  .lee-color_name p:first-child {
    font-size: 14px;
  }
  .lee-color_name p:nth-child(2) {
    font-size: 16px;
  }
  .lee-color_num {
    width: 50%;
  }
  .lee-color_num span {
    font-size: 14px;
  }
  .lee-color_num span.rgb {
    width: 140px;
  }
  .lee-color_num span.cmyk {
    width: 140px;
  }
  .lee-color_item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lee-color_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lee-color_gradient_item {
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .lee-color_num {
    width: 60%;
  }
  .lee-color_num span {
    font-size: 12px;
  }
  .lee-color_name p:first-child {
    font-size: 12px;
  }
  .lee-color_name p:nth-child(2) {
    font-size: 14px;
  }
  .lee-color_item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lee-key {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #000;
}

.lee-key img {
  width: 100%;
  margin-bottom: 10px;
}

.lee-key .lee-title {
  color: #fff;
}

.lee-key_curve {
  display: block;
  width: 37vw !important;
  margin: 9vw auto 0 !important;
}

.lee-key_since {
  position: relative;
}

.lee-key_since_text {
  position: absolute;
  color: #1a1a1a;
  font-family: FuturaPTMedium;
}

.lee-key_since_text.text-1 {
  top: 10.5%;
  left: 7%;
}

.lee-key_since_text.text-2 {
  top: 10.5%;
  right: 7%;
}

.lee-key_since_title {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 2%;
}

.lee-key_since_title p {
  font-family: optimaItalic;
  font-size: 30px;
  margin: 5px;
}

.lee-key_since_title h3 {
  font-family: optima;
  margin: 0;
  font-size: 8.6vw;
}

@media screen and (max-width: 991px) {
  .lee-key {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.lee-prototype img {
  width: 100%;
  margin-bottom: 50px;
}

.lee-prototype img:last-child {
  margin-bottom: 0;
}

.lee-content {
  background-color: #BF0023;
  color: #fff;
}

.lee-content h2, .lee-content p {
  font-family: AvenirRoman;
}

.lee-content ul {
  margin-top: 50px;
}

.lee-content ul li {
  font-family: AvenirRoman;
  margin-bottom: 10px;
}

.iswim-title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .iswim-title {
    font-size: 28px;
  }
}

.iswim-text {
  font-size: 30px;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .iswim-text {
    font-size: 20px;
  }
}

.iswim-info {
  background-color: #000;
  padding: 95px 0 310px;
  color: #fff;
}

.iswim-info_item {
  margin-right: 200px;
}

.iswim-info_item:last-child {
  margin-right: 0;
}

.iswim-info_item h3, .iswim-info_item p {
  font-weight: normal;
  font-family: AvenirRoman;
  font-size: 34px;
}

.iswim-info_item h3 {
  margin-bottom: 45px;
}

.iswim-info_item p {
  margin: 0;
  line-height: 1;
}

.iswim-info_item .ch {
  font-family: "noto sans TC";
}

.iswim-info_copyright {
  width: 400px;
  margin-bottom: 8px;
}

.iswim-info_copyright > img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .iswim-info_item {
    margin-right: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .iswim-info_copyright {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .iswim-info {
    padding: 45px 0 150px;
  }
  .iswim-info_item {
    margin: 0 0 100px 0;
  }
  .iswim-info_item h3 {
    margin-bottom: 30px;
  }
  .iswim-info_item h3, .iswim-info_item p {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .iswim-info_copyright {
    width: 100%;
  }
}

.iswim-intro {
  padding: 230px 0;
}

@media screen and (max-width: 767px) {
  .iswim-intro {
    padding: 110px 0;
  }
}

.iswim-pic {
  padding: 300px 0 130px;
  background-color: #000;
}

.iswim-pic .row {
  margin-left: -45px;
  margin-right: -45px;
}

.iswim-pic .row > div {
  padding-left: 45px;
  padding-right: 45px;
}

.iswim-pic .row > div:first-child {
  margin-top: 30%;
}

@media screen and (max-width: 767px) {
  .iswim-pic .row {
    margin-left: 0;
    margin-right: 0;
  }
  .iswim-pic .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .iswim-pic .row > div:first-child {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.iswim-core {
  padding: 60px 0 105px;
  background-color: #000;
}

.iswim-core h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 155px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
}

.iswim-core_bigtext {
  width: 75%;
  margin-bottom: 130px;
}

.iswim-core p {
  font-size: 30px;
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .iswim-core h2 {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .iswim-core_bigtext {
    width: 100%;
    margin-bottom: 65px;
  }
  .iswim-core p {
    font-size: 22px;
  }
}

.iswim-slogan {
  padding: 245px 0 280px;
}

.iswim-slogan img {
  margin-bottom: 70px;
}

.iswim-slogan img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .iswim-slogan {
    padding: 120px 0 140px;
  }
  .iswim-slogan img {
    margin-bottom: 35px;
  }
}

.iswim-brandmark {
  background-color: #000;
  padding: 280px 0 330px;
}

.iswim-brandmark_text {
  margin-top: 290px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .iswim-brandmark {
    padding: 140px 0 160px;
  }
  .iswim-brandmark_text {
    margin-top: 140px;
  }
}

.iswim-concept {
  background-color: #000;
  padding: 280px 0 550px;
  color: #fff;
}

.iswim-concept h2 {
  margin-bottom: 350px;
}

.iswim-concept_mean {
  margin-bottom: 590px;
}

@media screen and (max-width: 767px) {
  .iswim-concept {
    padding: 280px 0 270px;
  }
  .iswim-concept h2 {
    margin-bottom: 170px;
  }
  .iswim-concept_mean {
    margin-bottom: 300px;
  }
}

.iswim-color {
  background-color: #000;
  padding: 210px 0 420px;
}

.iswim-color h2 {
  color: #fff;
  margin-bottom: 210px;
}

@media screen and (max-width: 767px) {
  .iswim-color {
    padding: 105px 0 210px;
  }
  .iswim-color h2 {
    margin-bottom: 105px;
  }
}

.iswim-font {
  background-color: #000;
}

.iswim-font h2 {
  color: #fff;
}

.iswim-challenge {
  background-color: #000;
  padding: 80px 0 380px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .iswim-challenge {
    padding: 40px 0 190px;
  }
}

.iswim-feature {
  background-color: #000;
  padding-bottom: 310px;
}

@media screen and (max-width: 767px) {
  .iswim-feature {
    padding-bottom: 150px;
  }
}

.iswim-levelup {
  margin-top: -250px;
  margin-bottom: 165px;
}

.iswim-levelup img {
  width: 40%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .iswim-levelup {
    margin-top: -125px;
    margin-bottom: 80px;
  }
  .iswim-levelup img {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .iswim-levelup {
    margin-top: -80px;
  }
}

.iswim-find {
  padding: 430px 0;
}

.iswim-find img {
  width: 40%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .iswim-find {
    padding: 200px 0;
  }
}

@media screen and (max-width: 575px) {
  .iswim-find img {
    width: 70%;
  }
}

.iswim-unstop {
  padding: 255px 0;
  background-color: #F3F3F3;
}

.iswim-unstop img {
  width: 40%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .iswim-unstop {
    padding: 120px 0;
  }
}

@media screen and (max-width: 575px) {
  .iswim-unstop img {
    width: 70%;
  }
}

.iswim-visual {
  padding: 160px 0 0;
  background-color: #000;
}

.iswim-visual h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .iswim-visual {
    padding: 80px 0 0;
  }
  .iswim-visual h2 {
    margin-bottom: 80px;
  }
}

.iswim-branding {
  background-color: #000;
  padding: 150px 0 350px;
  color: #fff;
  font-family: AvenirRoman;
}

.iswim-branding_part {
  margin-top: 150px;
}

.iswim-branding_part_item {
  margin-bottom: 65px;
}

.iswim-branding_part_item h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.iswim-branding_part_item p {
  font-family: FuturaPTLight, sans-serif;
  font-size: 35px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .iswim-branding {
    padding: 75px 0 170px;
  }
  .iswim-branding_part {
    margin-top: 75px;
  }
  .iswim-branding_part_item {
    margin-bottom: 30px;
  }
  .iswim-branding_part_item h4 {
    font-size: 13px;
  }
  .iswim-branding_part_item p {
    font-family: FuturaPTLight, sans-serif;
    font-size: 24px;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */