@charset "UTF-8";


/********* 修正大框架左右padding為0 *******/
.l-content__main,
.l-content__container {
  padding-right: 0;
  padding-left: 0;
}

.l-content__main {
  width: 100%;
  max-width: 1280px;
}

.home_shopping a img {
  display: block;
}

.l-content__title {
  display: none;
}

@media screen and (min-width: 64em) {
  .l-content__title {
    display: none;
  }

  .l-content {
    padding: 0;
  }

  .l-content__main-container {
    margin-left: 0;
    margin-right: 0;
  }

  .l-content__main-top {
    margin: 0;
  }

}

.lan_wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
  font-family: "Microsoft JhengHei", "微軟正黑體", serif !important;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  text-align: center;

}

.CLX-Pro-Solution {
  color: #192658;
}

.lan_wrapper .bg-img img {
  display: block;
}


.lan_wrapper .bg-img img.deco {
  position: absolute;
  top: 0;
  left: 0;
}

.lan_wrapper .blend-screen {
  mix-blend-mode: screen;
}

.breathing {
  animation: breathing 3s ease-in-out infinite;
}

@keyframes breathing {
  0% {
    opacity: 0.6;
    filter: brightness(0.9);
  }

  50% {
    opacity: 1;
    filter: brightness(1.15);
  }

  100% {
    opacity: 0.6;
    filter: brightness(0.9);
  }
}

.lan_wrapper .deco-img img {
  display: block;
  position: absolute;
  pointer-events: none;
}

.lan_wrapper .deco-img.bottom img {
  bottom: 0;
}

section {
  margin: 0 auto;
  width: 100%;
  clear: both;
  position: relative;
  display: block;
}

* {
  box-sizing: border-box;
}

sub {
  font-size: 45%;
  line-height: 0 !important;
  position: initial;
  vertical-align: baseline;
  font-weight: 300;
}

sup {
  font-size: 45%;
  /*line-height: 0 !important;*/
  position: initial;
  vertical-align: super;
  font-weight: 300;
  top: -0.6em;
  color: #192658;
}

img {
  max-width: 100%;
}

.mb {
  display: none !important;
}

@media (max-width: 820px) {
  .pc {
    display: none !important;
  }

  .mb {
    display: block !important;
  }
}

.text-shadow-w {
  -webkit-text-shadow: 0 0 10px rgba(255, 255, 255, .6);
  text-shadow: 0 0 10px rgba(255, 255, 255, .6);
}

.text-shadow-black {
  -webkit-text-shadow: 0 0 30px rgba(17, 42, 89, 0.4);
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.text-shadow-blue {
  text-shadow: 0 0 10px rgba(18, 147, 244, 0.5);
}

.lan_wrapper .btn {
  height: auto !important;
}

.btn {
  margin: 0 3px;
  color: #fff !important;
  background: #192658;
  outline: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  padding: 12px 13px 12px 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #192658;
  box-shadow: 0 0 10px #fff;
  width: 175px;
  letter-spacing: 0.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
  border: 1px solid #192658;
  color: #192658 !important;
  background: #fff;
}

.btn.btn-large {
  letter-spacing: 0.1rem;
  width: 220px;
  line-height: 1.2;
  padding: 6px;
}

.btn_black {
  background: #000 !important;
}

.btn_navy {
  background: #192658 !important;
}

.btn-w100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .btn {
    padding: 12px 13px 12px 17px;
    padding: 9.6px 10.4px 9.6px 13.6px;
    font-size: 14.5px;
    width: 140px;
  }

}

@media screen and (max-width: 820px) {
  .btn {
    font-size: 4vw;
    letter-spacing: 0.05em;
    width: 38vw;
    padding: 3vw 2.6vw 3vw 3.4vw;
    padding-left: 4vw;
  }

}


.shine-btn {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.shine-btn:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/shine_light.png) center center no-repeat;
  background-size: cover;
  width: 200%;
  height: 200%;
  left: 0;
  top: -5%;
  pointer-events: none;
  -webkit-animation: btn-shine 8s ease 2s infinite;
  animation: btn-shine 8s ease 2s infinite;
}

@keyframes btn-shine {
  0% {
    transform: translateX(-150%) skewX(-15deg);
    opacity: 1;
  }

  80% {
    transform: translateX(450%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(450%) skewX(-15deg);
    opacity: 0;
  }
}

.adjust,
.adjust2 {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100px;
  top: -135px;
}

/*******note *******/

.note {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}

@media (max-width:1280px) {
  .note {
    font-size: 0.94vw;
    bottom: 5vw;
  }
}

@media (max-width: 820px) {
  .note {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 4vw;
    margin: auto;
    font-size: 2.4vw !important;
  }

}

.btn-wrap {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 1024px) {
  .btn {
    padding: 12px 13px 12px 17px;
    padding: 9.6px 10.4px 9.6px 13.6px;
    font-size: 14.5px;
    width: 140px;
  }

}

@media screen and (max-width: 820px) {
  .btn {
    font-size: 4vw;
    letter-spacing: 0.05em;
    width: 38vw;
    padding: 3vw 2.6vw 3vw 3.4vw;
    padding-left: 4vw;
  }

}

@media screen and (max-width: 500px) {
  .adjust {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -130px;
  }

  .adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: 140px;
  }
}


/**********************Common**************************/


.color-text-1 {
  background: -webkit-linear-gradient(left, #192658 0%, #62a8e0 24%, #192658 36%, #62a8e0 46%, #192658 52%, #62a8e0 58%, #62a8e0 67%, #192658 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorText 4s ease infinite;
  display: block;
}

.color-text-0 {
  background: -webkit-linear-gradient(60deg, #192658 0%, #62a8e0 24%, #192658 36%, #62a8e0 46%, #192658 52%, #62a8e0 58%, #62a8e0 67%, #192658 100%);
  background-size: 600% 400%;
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorText 4s ease infinite;
  display: inline-block;
}

.color-text-2 {
  background: -webkit-linear-gradient(left, #000 0%, #8a8986 24%, #000 36%, #8a8986 46%, #000 52%, #8a8986 58%, #8a8986 67%, #000 100%);
  background-size: 400% 400%;
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorText 4s ease infinite;
  display: inline-block;
}

@-webkit-keyframes colorText {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif;
  padding: 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: normal;
  font-weight: 400;
}

.lan_wrapper h2,
.lan_wrapper h3 {
  line-height: 1.2;
}

.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6 {
  line-height: 1.3;
}


.lan_wrapper .pc {
  display: block;
}

.lan_wrapper .mb {
  display: none !important;
}

.lan_wrapper .bold {
  font-weight: bold;
}

.lan_wrapper .navy {
  color: #192658;
}

.lan_wrapper .blue {
  color: #5686b6;
}

.lan_wrapper .blue2 {
  color: #b4e8fb;
}


/* 外框架 */

.lan_wrapper .content .active {
  -webkit-animation: approach-from-bottom 1s;
  animation: approach-from-bottom 1s;
}

.lan_wrapper .content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}


/* 英文字型 */
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
/* font-family: 'Cardo', serif; */

.lan_wrapper h2 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.lan_wrapper h3 {
  font-size: 40px;
}

.lan_wrapper h4 {
  font-size: 30px;
}

.lan_wrapper h5 {
  font-size: 34px;
}

.lan_wrapper h6 {
  font-size: 24px;
}

.lan_wrapper p {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lan_wrapper .note {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5%;
  font-size: 10px;
  text-align: center;
}

@media (max-width: 1280px) {

  .lan_wrapper h2 {
    font-size: 4.063vw;
    /* 52px */
  }

  .lan_wrapper h3 {
    font-size: 3.125vw;
    /* 40px */
  }

  .lan_wrapper h4 {
    font-size: 2.344vw;
    /* 30px */
  }

  .lan_wrapper h5 {
    font-size: 2.656vw;
    /* 34px */
  }

  .lan_wrapper h6 {
    font-size: 1.875vw;
    /* 24px */
  }

  .lan_wrapper p {
    font-size: 1.406vw;
    /* 18px */
  }

  .lan_wrapper .note {
    font-size: 0.781vw;
    /* 10px */
  }

}

@media (max-width:800px) {
  .lan_wrapper h2 {
    font-size: 6.8vw;
    letter-spacing: 0.1vw;
  }

  .lan_wrapper h3 {
    font-size: 5.7vw;
  }

  .lan_wrapper h4 {
    font-size: 5.2vw;
  }

  .lan_wrapper h5 {
    font-size: 4.5vw;
  }

  .lan_wrapper h6 {
    font-size: 3.5vw;
  }


  .lan_wrapper p {
    font-size: 3.4vw;
  }

  .lan_wrapper .note {
    font-size: 2.8vw;
    bottom: 4vw;
  }

  .lan_wrapper .pc {
    display: none !important;
  }

  .lan_wrapper .mb {
    display: block !important;
  }

}

.lan_wrapper .content .bottom h4 span {
  display: block;
}

.lan_wrapper .content .bottom h4 small {
  font-size: 70%;
}


.lan_wrapper h2 span.larger,
.lan_wrapper h3 span.larger,
.lan_wrapper h4 span.larger,
.lan_wrapper h5 span.larger,
.lan_wrapper h6 span.larger {
  font-size: 135%;
  line-height: 0.8;
}

.lan_wrapper h2 .num,
.lan_wrapper h3 .num,
.lan_wrapper h4 .num,
.lan_wrapper h5 .num,
.lan_wrapper h6 .num {
  font-size: 140%;
  line-height: 0.8;
}

.lan_wrapper h2 .num2,
.lan_wrapper h3 .num2,
.lan_wrapper h4 .num2,
.lan_wrapper h5 .num2,
.lan_wrapper h6 .num2 {
  font-size: 140%;
  line-height: 0.8;
}

.lan_wrapper h3 small,
.lan_wrapper h4 small,
.lan_wrapper h5 small,
.lan_wrapper h6 small {
  color: inherit;
  font-size: 82%;
  line-height: inherit;
}


.lan_wrapper h4 span.label {
  border: 1px solid #2a3666;
  font-size: 95%;
  padding: 0.05em 0.3em;
  margin-right: 0.3em;
}

@media (max-width:800px) {
  .lan_wrapper h4 span.label {
    padding: 0.8vw 1.5vw 0.3vw;
    display: inline-block;
    margin-right: 1.5vw;
    line-height: 1;
    border-width: 0.3vw;
  }

}

/**********************section-1- KV**************************/

.lan_wrapper .section-1 {
  width: 100%;
  position: relative;
}

.lan_wrapper .section-1 .note {
  position: absolute;
  width: 70%;
  left: 33%;
  bottom: 7%;
}

.lan_wrapper .section-1 .product {
  position: absolute;
  width: 28.51%;
  top: 0;
  left: 14.53%;
  z-index: 9;
  pointer-events: none;
}

.lan_wrapper .section-1 .top {
  display: block;
  width: 50%;
  margin: 21% auto 0 42%;
}

.lan_wrapper .section-1 .top .logo {
  width: 54.5%;
  margin: 0 auto 6%;
}

.lan_wrapper .section-1 .top .logo img {
  display: block;
  width: 100%;
}

.lan_wrapper .section-1 .top h4 {
  margin-top: 15px;
  text-align: center;
  line-height: 1.3;
  margin: 5% auto 4%;
}

@media (max-width: 800px) {

  .lan_wrapper .section-1 .top {
    width: 100%;
    margin-top: 26vw;
    margin-left: auto;
  }

  .lan_wrapper .section-1 .top img {
    margin: 0 auto;
  }

  .lan_wrapper .section-1 .top h3 {
    margin-top: 1vw;
  }

  .lan_wrapper .section-1 .product {
    width: 46%;
    top: 5vw;
    left: 0;
    right: 0;
    margin: auto;

  }

  .lan_wrapper .section-1 .top .btn-wrap {
    margin-top: 104vw;
  }

  .lan_wrapper .section-1 .note {
    width: auto;
    left: 0;
    bottom: 5vw;
    text-align: left;
    padding: 0 3.5%;
  }

}

/**********************section-2- 成分**************************/

.section-2 .content .section-title {
  padding-top: 4%;
}

.section-2 .content .section-title h2 .larger {
  font-size: 243%;
}

.section-2 .content .intro {
  width: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.section-2 .content .intro .item_title {
  display: flex;
  align-items: end;
  justify-content: right;
}

.section-2 .content .intro.intro_02 .item_title {
  align-self: self-start;
  padding-left: 5%;
}

.section-2 .content .intro .item_title h5 .larger {
  font-size: 324%;
}

.section-2 .content .intro .item_title h5 .larger small {
  font-size: 50%;
}

.section-2 .content .intro img {
  width: 61%;
  display: block;
}

.section-2 .content .intro_01 img {
  align-self: self-end;
  margin: 7px 0 -45px;
}

.section-2 .content .intro_02 img {
  align-self: self-start;
  margin: 8px 0 -44px;
  width: 68%;
}

.section-2 .content .intro_03 img {
  align-self: self-end;
  margin: -43px 0 0;
}

.section-2 .content .intro_01 {
  right: 5%;
  top: 40%;
  justify-content: flex-end;
}

.section-2 .content .intro_02 {
  left: 4%;
  top: 45%;
}

.section-2 .content .intro_03 {
  right: 10%;
  top: 75%;
  justify-content: flex-end;
}

.section-2 .content .intro h6 {
  line-height: 1.6;
  align-self: self-end;
}

.section-2 .content .intro.intro_02 h6 {
  align-self: self-start;
  padding-left: 5%;
}

.section-2 .content .intro_01 h5:last-of-type,
.section-2 .content .intro_01 h6,
.section-2 .content .intro_03 h5,
.section-2 .content .intro_03 h6 {
  align-self: self-end;
  width: fit-content;
}

.section-2 .content .intro_01 h5:last-of-type {
  padding-right: 3%;
}

.section-2 .content .intro_01 h6 {
  padding-right: 6%;
}

.section-2 .content .intro_03 h5,
.section-2 .content .intro_03 h6 {
  width: 48%;
}

.section-2 .circle:before,
.section-2 .circle:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1f3061;
  position: absolute;
}


.section-2 .circle:before {
  box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

.section-2 .circle:after {
  animation: spot_shine 1.5s infinite;
}

.section-2 .intro_01.circle:before,
.section-2 .intro_01.circle:after {
  top: 72%;
  left: 39%;
}

.section-2 .intro_02.circle:before,
.section-2 .intro_02.circle:after {
  top: 75%;
  left: 66%;
}

.section-2 .intro_03.circle:before,
.section-2 .intro_03.circle:after {
  top: 6%;
  left: 39%;
}

@keyframes spot_shine {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@media (max-width: 1280px) {

  .section-2 .circle:before,
  .section-2 .circle:after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
  }

  .section-2 .circle:before {
    box-shadow: 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff;
  }

  .section-2 .content .intro_01 img {
    margin: 0.55vw 0 -3.5vw;
  }

  .section-2 .content .intro_02 img {
    margin: 0.6vw 0 -3.5vw;
  }

  .section-2 .content .intro_03 img {
    margin: -3.4vw 0 0;
  }

}


@media screen and (max-width: 820px) {
  .section-2 .section-title {
    padding: 7vw 0 3vw;
  }

  .section-2 .content .section-title h2 .larger {
    width: 9vw;
    margin-right: 1vw;
  }

  .section-2 .content .intro h6 {
    line-height: 1.4;
  }

  .section-2 .content .intro_01 {
    right: -2vw;
    left: auto;
    top: 38vw;
    width: 58%;
  }

  .section-2 .content .intro_02 {
    left: 7vw;
    top: 95vw;
  }

  .section-2 .content .intro_03 {
    right: -6vw;
    top: 84vw;
  }

  .section-2 .content .intro_01 img {
    width: 86.66%;
    margin: -1vw auto -7vw;
  }

  .section-2 .content .intro_02 img {
    width: 15.5%;
    margin: 0 auto -6vw 25vw;
  }

  .section-2 .content .intro_03 img {
    width: 15.5%;
    margin: -4vw auto 0 20vw
  }

  .section-2 .content .intro_01 h5:last-of-type {
    padding-right: 6vw;
  }

  .section-2 .content .intro_01 h6 {
    padding-right: 5.5vw;
  }

  .section-2 .content .intro_02 h6 {
    align-self: self-start;
    text-align: left;
    margin-top: 1.5vw;
    letter-spacing: -0.1vw;
  }

  .section-2 .content .intro_03 h6 {
    align-self: center;
    margin-left: 7vw;
    margin-top: 1.5vw;
  }

  .section-2 .content .intro_03 h5 {
    align-self: center;
    margin-left: 7vw;
  }

  .section-2 .circle:before,
  .section-2 .circle:after {
    content: "";
    width: 3vw;
    height: 3vw;
  }

  .section-2 .circle:before {
    box-shadow: 0 0 10vw #fff;
  }

  .section-2 .intro_01.circle:before,
  .section-2 .intro_01.circle:after {
    top: 17.5vw;
    left: 3vw;
  }

  .section-2 .intro_02.circle:before,
  .section-2 .intro_02.circle:after {
    top: 0;
    left: 30vw;
  }

  .section-2 .intro_03.circle:before,
  .section-2 .intro_03.circle:after {
    top: -4vw;
    left: 19vw;
  }


}

/**********************section-3- 三重酸於肌膚分層******************/

.section-3 .section-title {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  z-index: 2;
}

.section-3 .intro {
  position: absolute;
  width: 22%;
  height: auto;
  margin: 0 auto;
  padding: 5% 0;
  background: url("../images/sec_03_circle.png") no-repeat center;
  background-size: 100%;
  color: #fff;
}

.section-3 .intro.intro_01 {
  top: 25%;
  left: 5%;
}

.section-3 .intro.intro_02 {
  top: 58%;
  left: 9%;
}

.section-3 .intro.intro_03 {
  top: 25.5%;
  right: 6.3%;
}

.section-3 .intro h3:last-of-type {
  margin: 0 auto 1%;
}

.section-3 .circle:before,
.section-3 .circle:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #406aad;
  position: absolute;
}


.section-3 .circle:before {
  box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

.section-3 .circle:after {
  animation: spot_shine 1.5s infinite;
}

.section-3 .intro_01.circle:before,
.section-3 .intro_01.circle:after {
  top: 60%;
  left: 156%;
}

.section-3 .intro_02.circle:before,
.section-3 .intro_02.circle:after {
  top: -10%;
  left: 120%;
}

.section-3 .intro_03.circle:before,
.section-3 .intro_03.circle:after {
  top: 13%;
  left: -114%;
}

.section-3 .intro_03 h3.circle:before,
.section-3 .intro_03 h3.circle:after {
  top: 49%;
  left: -99%;
}

.section-3 .intro_03 h6.circle:before,
.section-3 .intro_03 h6.circle:after {
  top: 119%;
  left: -101%;
}

.section-3 .text_wrap {
  position: absolute;
  width: fit-content;
  top: 62%;
  right: 8%;
  text-align: left;
  z-index: 3;
}

.section-3 .text_wrap h5 {
  margin-bottom: 5%;
}


@media (max-width: 1280px) {

  .section-3 .circle:before,
  .section-3 .circle:after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
  }

  .section-3 .circle:before {
    box-shadow: 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff;
  }

}

@media (max-width:820px) {

  .section-3 .intro {
    width: 36%;
    padding: 6vw 0 9vw;
  }

  .section-3 .intro.intro_03 {
    padding: 6vw 0 10vw;
  }

  .section-3 .intro h3 .num2 {
    font-size: 150%;
  }


  .section-3 .intro.intro_01 {
    top: 29vw;
    left: 1vw;
  }

  .section-3 .intro.intro_02 {
    top: 94vw;
    left: 1vw;
  }

  .section-3 .intro.intro_03 {
    top: 50vw;
    right: 2vw;
  }

  .section-3 .circle:before,
  .section-3 .circle:after {
    content: "";
    width: 3vw;
    height: 3vw;
  }

  .section-3 .circle:before {
    box-shadow: 0 0 10vw #fff;
  }

  .section-3 .intro_01.circle:before,
  .section-3 .intro_01.circle:after {
    top: 40vw;
    left: 30.5vw;
  }

  .section-3 .intro_02.circle:before,
  .section-3 .intro_02.circle:after {
    top: -29px;
    left: 24vw;
  }

  .section-3 .intro_03.circle:before,
  .section-3 .intro_03.circle:after {
    top: 3vw;
    left: -18vw;
  }

  .section-3 .intro_03 h3.circle:before,
  .section-3 .intro_03 h3.circle:after {
    top: 16vw;
    left: -13vw;
  }

  .section-3 .intro_03 h6.circle:before,
  .section-3 .intro_03 h6.circle:after {
    top: 45vw;
    left: -14vw;
  }

  .section-3 .text_wrap {
    top: 100vw;
    right: 5vw;
  }

}


/**********************section-4- 實證數字**************************/

.section-4 .section-title {
  transform: scale(1.15);
}

.section-4 .section-title span.italic {
  font-style: italic;
  display: inline-block;
  padding-right: 1%;
}

.section-4 .content .section-title h2 .larger {
  font-size: 243%;
}

.section-4 .bg-img img.deco {
  z-index: 3;
  pointer-events: none;
}

.section-4 .content {
  width: 39%;
  top: 13.6%;
  left: 10.5%;
  margin-left: 0;
  text-align: center;
}

.wrap-even-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wrap-even-items div {
  flex: 1;
}

.section-4 .main_wrap .text_warp {
  margin: 8% auto;
}

.section-4 .main_wrap .text_warp .num {
  width: 47%;
  max-width: 235px;
  margin: 2% auto;
  padding: 0 15px;
  background: url(../images/brackets.png) no-repeat center;
  background-size: 100%;
}

.section-4 .main_wrap .text_warp .num h5:first-of-type {
  transform: skewX(-10deg);
}

.section-4 .main_wrap .text_warp h5 span.larger {
  font-size: 230%;
  width: fit-content;
}

.lan_wrapper .section-4 .note {
  text-align: right;
}

@media (max-width:820px) {

  .section-4 .content {
    width: 100%;
    top: 8vw;
    left: 0;
  }

  .section-4 .main_wrap .text_warp {
    margin: 10vw auto 10vw 27vw;
    width: 68%;
  }

  .section-4 .main_wrap .text_warp h5 {
    font-size: 5.1vw;
  }

  .section-4 .main_wrap .text_warp .num {
    max-width: 31vw;
  }

  .section-4 .content .btn-wrap {
    margin-top: 41vw;
  }

  .lan_wrapper .section-4 .note {
    text-align: left;
    padding: 0 3.5%;
    bottom: 12vw;
  }

}

/**********************section-5- B&A**************************/

.section-5 .bg-img img.deco {
  z-index: 3;
  pointer-events: none;
}

.section-5 .content {
  width: 47%;
  top: 11%;
  left: 7%;
  margin-left: 0;
  text-align: center;
}

.section-5 .content .BA_wrap {
  width: 80.5%;
  margin: 4% auto;
}

.section-5 .btn-wrap {
  margin-top: 3%;
}

.section-5 .content h4 {
  position: relative;
  line-height: 1.5;
}

.section-5 .content h4 span.label {
  padding: 0.2em 0.3em 0.1em;
  margin-right: 0.5em;
}

.section-5 .content h4:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #8fa6cc;
  width: 102%;
  height: 1px;
  left: 36%;
  bottom: 1%;
  pointer-events: none;
}

@media (max-width:820px) {
  .section-5 .content {
    width: 100%;
    margin: 0 auto;
    top: 9vw;
    left: 0;
  }

  .section-5 .content .BA_wrap {
    width: 49%;
    margin: 7vw 6vw;
  }

  .section-5 .content h4:after {
    width: 51%;
    height: 1px;
    left: 38%;
    bottom: 1%;
  }

  .section-5 .content h4 span.label {
    padding: 1vw 1vw 0.5vw;
    margin-right: 2vw;
  }

  .section-5 .content .text_warp {
    margin-left: -35vw;
    transform: scale(0.92);
  }

}

/**********************section-6- 極光1+1**************************/

.lan_wrapper .section-6 .content .section-title {
  margin-top: 4%;
}

.lan_wrapper .section-6 .item {
  position: absolute;
}

.lan_wrapper .section-6 .item.item-1 {
  width: 22.6%;
  top: 48%;
  left: 13%;
  text-align: right;
}

.lan_wrapper .section-6 .item.item-2 {
  width: 28.5%;
  top: 54%;
  right: 13.3%;
  text-align: left;
}

.lan_wrapper .section-6 .item.item-1 h4:first-of-type,
.lan_wrapper .section-6 .item.item-2 h4:first-of-type {
  padding-bottom: 5px;
  border-bottom: 1px solid #192658;
  margin-bottom: 5px;
}

.lan_wrapper .section-6 .item.item-1 h4 {
  padding-right: 10%;
}

.lan_wrapper .section-6 .item.item-1 a {
  margin-right: 10%;
  margin-top: 10px;
}

.lan_wrapper .section-6 .item.item-2 h4 {
  padding-left: 10%;
}

.lan_wrapper .section-6 .item.item-2 a {
  margin-left: 10%;
  margin-top: 10px;
}

.lan_wrapper .section-6 .item.item-2 span.label {
  margin-bottom: 1%;
  display: inline-block;
}

@media (max-width: 800px) {

  .lan_wrapper .section-6 .content .section-title {
    margin-top: 10vw;
  }

  .lan_wrapper .section-6 .item.item-1 h4:first-of-type,
  .lan_wrapper .section-6 .item.item-2 h4:first-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }


  .lan_wrapper .section-6 .item.item-1 {
    width: 50%;
    left: 0;
    top: auto;
    bottom: 15vw;
  }

  .lan_wrapper .section-6 .item.item-2 {
    width: 50%;
    right: 0;
    top: auto;
    bottom: 15vw;
  }

}

/**********************section-7- family**************************/
.lan_wrapper .section-7 {
  position: relative;
  width: 100%;
}

.lan_wrapper .section-7 .content .top h4 span {
  font-size: 80%;
  border: 1px solid #c07ccf;
  padding: 0 4px;
  margin-right: 5px;
  color: #c07ccf;
  margin-top: 2%;
  display: inline-block;
  font-weight: bold;
}

.lan_wrapper .section-7 .content .section-title {
  margin-top: 5%;
}

.lan_wrapper .section-7 .content .cross_btn-wrap {
  width: 60%;
  margin: 51% auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lan_wrapper .section-7 .content .cross_btn-wrap img {
  width: 5%;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
  transition: -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
  -o-transition: transform .3s cubic-bezier(.46, .1, .29, 1);
  transition: transform .3s cubic-bezier(.46, .1, .29, 1);
  transition: transform .3s cubic-bezier(.46, .1, .29, 1), -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
}

.lan_wrapper .section-7 .content .cross_btn-wrap img:hover {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

.lan_wrapper .section-7 .content .bottom {
  width: 85%;
  margin: 2% auto 0;
  position: relative;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap {
  width: 30%;
  position: absolute;
  display: none;
  -webkit-animation: approach-from-bottom 1s;
  animation: approach-from-bottom 1s;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap.active {
  -webkit-animation: approach-from-bottom 1s;
  animation: approach-from-bottom 1s;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap:nth-of-type(1) {
  left: 2%;
  display: block;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap:nth-of-type(2) {
  left: 18%;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap:nth-of-type(3) {
  left: 30%;
  width: 40%;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap:nth-of-type(4) {
  left: 51%;
}

.lan_wrapper .section-7 .content .bottom .intro-wrap:nth-of-type(5) {
  left: 68%;
}

.lan_wrapper .section-7 .content .bottom a {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .lan_wrapper .section-7 .content .bottom a {
    margin-top: 1vw;
  }
}


@media (max-width: 800px) {
  .lan_wrapper .section-7 .content .bottom a {
    margin-top: 3vw;
  }

  .lan_wrapper .section-7 .content .top h4 span {
    margin-top: 8%;
  }

  .lan_wrapper .section-7 .owl-theme .owl-controls {
    margin-top: 6vw;
  }


  .lan_wrapper .section-7 .content .cross_btn-wrap {
    display: none;
  }

  .lan_wrapper .section-7 .content .bottom {
    width: 100%;
    margin-top: 73vw;
  }

  .lan_wrapper .section-7 .content .bottom .intro-wrap {
    width: 100%;
    display: block;
    left: 0 !important;
    position: inherit;
  }

  .lan_wrapper .section-7 .content .bottom .intro-wrap:nth-of-type(1) {
    left: inherit;
  }

  .lan_wrapper .section-7 .content .bottom .intro-wrap img {
    margin-bottom: -8%;
  }

}


/**********************Animation**************************/
@keyframes btn-shine {
  0% {
    transform: translateX(-150%);
  }

  70% {
    transform: translateX(120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@-webkit-keyframes img_shine {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes img_shine {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes buttonRoll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50%,
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes buttonRoll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50%,
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes approach-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes approach-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes approach-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes approach-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes approach-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes approach-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes approach-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes approach-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes FadeInAnimate {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/************下方保養建議**************/
.lan_wrapper h3.c-section__title,
.lan_wrapper h4.c-product-tile__name {
  font-size: initial;
}

/*非產品頁，需手動調整版面寬度與隱藏項目*/

/********* 修正大框架左右padding為0 *******/
.l-content__main,
.l-content__container {
  padding-right: 0;
  padding-left: 0;
  /*讓content撐到100%滿，左右不留白*/
}

.l-content__main {
  width: 100%;
  max-width: 1280px;
}

.l-content__main-top {
  margin: 0;
  padding: 0;
}

.l-content__title {
  display: none !important;
  /*隱藏頁面h1標題*/
}

.c-breadcrumbs__list {
  display: none;
  /*隱藏麵包屑*/
}

@media screen and (min-width: 64em) {

  .l-content__main,
  .l-content__main-container,
  .l-content__main-top {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    margin: 0 auto;
  }

  .l-content {
    padding: 0;
  }
}