@charset "UTF-8";
/* ----------------------------reset.css---------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* ----------------------------reset.END---------------------------- */
.fontColor_main {
  color: #aa0111;
}

.fontC_red {
  color: #e91818;
}

.fontW_4 {
  font-weight: 400;
}

.fontW_5 {
  font-weight: 500;
}

.alignCenter_popup, header a.topLogo, header nav, .cta_container .cta-animated-container .cta-animated-heading, .cta_container .cta-animated-container, .btn_basic:hover {
  transition: all 0.3s ease-in-out;
}

header a.topLogo img {
  transition: all 0.3s ease-in;
}

footer .footer .footer_left, .qaContainer, .newSkincareWay, .productList .inner_productList, .channels, .faqZone .inner_faqZone, .cta_container .cta-animated-container, .cta_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoZone .how2use .sk_step, header .headerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html {
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif, "微軟正黑體", Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}
img.fullWidth {
  width: 100%;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

p {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin: 2% 0 0.5%;
  text-align: left;
  font-weight: 400;
}

h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-bottom: 20px;
}
h2.pageTitle {
  color: #fff;
}
h2 br {
  display: none;
}
h2.greenLine:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 25px;
  background-color: #e2b600;
}

h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 5px auto 5px;
}

h4 {
  font-size: 24px;
  margin: 0 auto 3%;
}

h5 {
  font-size: 16px;
  margin: 0 auto 3%;
  letter-spacing: 3px;
  text-align: center;
}
h5 br {
  display: none;
}

.fullWrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.outerWrap {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1%;
}

.innerWrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
}

.TopBanner {
  position: relative;
}
.TopBanner .changeSize_sp {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.TopBanner .pageTitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45%;
  margin: auto;
  font-weight: 400;
  font-family: "Noto Serif TC";
}
.TopBanner .pageTitle_sub {
  font-size: 28px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  margin: auto;
  font-family: "Noto Serif TC";
  color: #fff;
}

.btn_basic {
  font-size: 18px;
  background: #fff;
  font-family: "Noto Serif TC";
  width: 260px;
  height: 60px;
  line-height: 60px;
  display: block;
  color: #c6b27b;
  border: 1px solid #c6b27b;
  border-radius: 50px;
  margin: 2.5% 0 0;
  text-align: center;
  letter-spacing: 2px;
}
.btn_basic:hover {
  background: #aa0111;
  color: #c6b27b;
}
.btn_basic .arrow {
  width: 45px;
  height: 1px;
  background: #000;
  display: inline-block;
  position: relative;
  left: 15px;
  top: 25px;
  transition: all 0.2s ease;
}
.btn_basic .arrow:before {
  content: "";
  width: 12px;
  height: 1px;
  top: -5px;
  left: 34px;
  background: #000;
  display: block;
  position: absolute;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}

.cta_container {
  margin: 7.5%;
  padding: 2.5%;
}
.cta_container .cta-animated-container {
  height: 75px;
  width: 300px;
  padding: 30px;
  cursor: pointer;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(253, 255, 134) 0%, rgb(255, 229, 95) 80%, rgb(242, 224, 10) 100%);
  overflow: hidden;
  flex-direction: column;
}
.cta_container .cta-animated-container .cta-animated-heading {
  color: #333333;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
}
.cta_container .cta-animated-container .cta-animated-body {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.cta_container .cta-animated-container .buyNow_btn {
  display: none;
}
.cta_container .cta-animated-container:hover {
  height: auto;
  background: none;
  padding: 0;
}
.cta_container .cta-animated-container:hover .cta-animated-heading span {
  display: none;
}
.cta_container .cta-animated-container:hover .cta-animated-body {
  height: inherit;
  visibility: inherit;
  opacity: 1;
  transition: all ease-in-out 0.75s;
}
.cta_container .cta-animated-container:hover .buyNow_btn {
  display: flex;
  margin: 5% auto;
  padding: 0;
  justify-content: center;
  font-weight: 500;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

figcaption.news_title {
  font-size: 20px;
}
figcaption.news_info {
  font-size: 15px;
}

.js-social-share {
  display: flex;
  align-items: center;
  padding-left: 0;
  line-height: 1;
  list-style: none;
}
.js-social-share li {
  padding-right: 0.4rem;
  height: 22px;
}
.js-social-share li:nth-of-type(1) {
  padding-right: 0.6rem;
}
.js-social-share li:nth-of-type(3) {
  padding-right: 0.7rem;
}
.js-social-share li:nth-of-type(3) #b.btn {
  border-radius: 4px;
  padding: 1px 8px 1px 8px;
}

.sns_share {
  margin: 3.5% 0;
}

.related_products {
  margin-top: 7.5%;
}
.related_products .sec_title {
  display: inline;
  background: #333333;
  margin-bottom: 5%;
  font-size: 24px;
}
.related_products .sec_title span {
  padding: 0 3%;
  color: #fff;
}
.related_products .sec_title:after {
  content: "";
  display: block;
  border-bottom: 5px solid #333333;
}
.related_products .item {
  width: 33%;
  margin: 5% 0;
  padding-bottom: 2.5%;
  display: block;
}
.related_products .item:hover {
  outline: 2px solid #fcff00;
}
.related_products .item .product_title {
  font-size: 16px;
  font-weight: 550;
  margin-top: 2%;
  margin-bottom: 1%;
}
.related_products .item .product_title,
.related_products .item .parent_node {
  text-align: center;
}
.related_products .item .parent_node {
  display: block;
}
.related_products .item .product_capacity {
  border: 1px solid #101010;
  padding: 0.3% 1.5%;
  font-size: 8px;
  font-weight: 550;
}
.related_products .item .cta {
  margin: 7.5% auto;
  width: 80%;
  display: block;
}

.loadingBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 4, 9);
  background: radial-gradient(circle, rgb(255, 4, 9) 0%, rgb(141, 7, 8) 50%, rgb(83, 0, 2) 100%);
  /*background: rgb(255,41,45);
     background: radial-gradient(circle, rgba(255,41,45,1) 0%, rgba(221,221,221,1) 61%, rgba(255,255,255,1) 92%);   */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  opacity: 1;
  transition: ease-in-out opacity 0.5s;
  -webkit-animation: gradient 3s ease-in-out infinite alternate;
          animation: gradient 3s ease-in-out infinite alternate;
  background-position: center;
}

@-webkit-keyframes gradient {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 150% 150%;
  }
}

@keyframes gradient {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 150% 150%;
  }
}
.loadingBg.hidden {
  opacity: 0;
}

#loadingIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transform: translateY(-50%);
  position: absolute;
  margin: auto;
  width: 100%;
  top: 50%;
}

.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear 0s infinite;
          animation: spin 1s linear 0s infinite;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 25.2px;
    margin: 45px auto 60px;
  }
  h4 {
    font-size: 21.6px;
  }
  h5 {
    font-size: 14.4px;
  }
  .TopBanner .changeSize_sp {
    height: 200px;
  }
  .TopBanner .pageTitle_sub {
    font-size: 22.5px;
  }
  .btn_basic {
    font-size: 16.2px;
  }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 21.6px;
  }
  figcaption.news_title {
    font-size: 18px;
  }
  figcaption.news_info {
    font-size: 13.5px;
  }
  .related_products .sec_title {
    font-size: 23.4px;
  }
  .related_products .item .product_title {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 23.8px;
    margin: 30px auto 45px;
  }
  h4 {
    font-size: 20.4px;
  }
  h5 {
    font-size: 13.6px;
  }
  .innerWrap {
    width: 90%;
  }
  .TopBanner .pageTitle_sub {
    font-size: 21.25px;
  }
  .btn_basic {
    font-size: 15.3px;
  }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 20.4px;
  }
  figcaption.news_title {
    font-size: 17px;
  }
  figcaption.news_info {
    font-size: 12.75px;
  }
  .related_products .sec_title {
    font-size: 22.1px;
  }
  .related_products .item .product_title {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 768px) {
  .TopBanner .changeSize_sp {
    height: 180px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  h2 br {
    display: block;
  }
  h3 {
    font-size: 22.4px;
    margin: 7.5% auto;
  }
  h4 {
    font-size: 19.2px;
  }
  h5 {
    font-size: 12.8px;
  }
  .innerWrap {
    width: 90%;
    padding: 0;
  }
  .TopBanner .pageTitle_sub {
    font-size: 18.4px;
  }
  .btn_basic {
    font-size: 14.4px;
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
  .btn_basic:hover .arrow:before {
    left: 30px;
  }
  .btn_basic .arrow {
    top: 18px;
    width: 40px;
  }
  .btn_basic .arrow:before {
    left: 30px;
  }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 19.2px;
  }
  .related_products .sec_title {
    font-size: 20.8px;
  }
  .related_products .item .product_title {
    font-size: 12.8px;
  }
  figcaption.news_title {
    font-size: 20px;
  }
  figcaption.news_info {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 19.6px;
    margin: 12% auto;
  }
  h4 {
    font-size: 16.8px;
  }
  h5 {
    font-size: 11.2px;
  }
  .TopBanner .pageTitle_sub {
    font-size: 16.1px;
  }
  .btn_basic {
    font-size: 12.6px;
  }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 16.8px;
  }
  .related_products .sec_title {
    font-size: 18.2px;
  }
  .related_products .item .product_title {
    font-size: 11.2px;
  }
  figcaption.news_title {
    font-size: 17.5px;
  }
  figcaption.news_info {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 480px) {
  .TopBanner .changeSize_sp {
    height: 150px;
  }
  .TopBanner .pageTitle {
    bottom: 33%;
    font-size: 22.75px;
  }
  .TopBanner .pageTitle.bottom_sp {
    bottom: 26%;
  }
  .TopBanner .pageTitle_sub {
    bottom: 19%;
    font-size: 14.95px;
  }
  p {
    letter-spacing: 1px;
    line-height: 2;
  }
  h2 {
    font-size: 29.25px;
  }
  h2 br {
    display: block;
  }
  h3 {
    font-size: 19.5px;
  }
  h4 {
    font-size: 15.6px;
  }
  h5 {
    font-size: 10.4px;
  }
  .outerWrap {
    width: 95%;
  }
  .innerWrap {
    width: 92.5%;
  }
  .btn_basic {
    font-size: 11.7px;
  }
  .related_products .sec_title {
    font-size: 16.9px;
  }
  .related_products .item .product_title {
    font-size: 10.4px;
  }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 15.6px;
  }
  figcaption.news_title {
    font-size: 16.25px;
  }
  figcaption.news_info {
    font-size: 9.75px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
    margin: 12% auto;
  }
  h4 {
    font-size: 14.4px;
  }
  h5 {
    font-size: 9.6px;
  }
  .btn_basic {
    font-size: 10.8px;
  }
  .TopBanner .pageTitle_sub {
    font-size: 13.8px;
  }
  .related_products .sec_title {
    font-size: 15.6px;
  }
  .related_products .item .product_title {
    font-size: 9.6px;
  }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 14.4px;
  }
  figcaption.news_title {
    font-size: 15px;
  }
  figcaption.news_info {
    font-size: 9px;
  }
}
.announcementBar {
  width: 100%;
  background: #006f71;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
  letter-spacing: 3px;
  transition: all 0.2s ease-in-out;
}
.announcementBar.is-scrolled {
  padding: 10px 0;
  font-size: 14px;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 55px;
  z-index: 200;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(226, 226, 226, 0.7490196078);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
header.is-scrolled {
  padding: 0;
  top: 40px;
}
header.is-scrolled .headerContent {
  transition: all 0.2s ease;
  flex-direction: row;
  justify-content: center;
  padding: 0.75% 0;
  width: 100%;
  max-width: 1440px;
}
header.is-scrolled a.topLogo {
  flex: 0.5;
  display: flex;
  justify-content: center;
}
header.is-scrolled a.topLogo img {
  max-width: 100px;
}
header.is-scrolled nav {
  width: 70%;
  border-top: none;
}
header .headerContent {
  position: relative;
  width: 100%;
  margin: auto;
  flex-direction: column;
}
header h1 {
  visibility: hidden;
  margin: 0;
  height: 0;
  width: 0;
}
header a.topLogo {
  display: flex;
  justify-content: center;
  padding: 15px;
}
header a.topLogo img {
  max-width: 130px;
}
header a.topLogo img:hover {
  opacity: 0.75;
}
@-webkit-keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    transform: rotateZ(0deg);
    z-index: 0;
  }
  100% {
    left: 10px;
    top: 17px;
    transform: rotateZ(375deg);
    z-index: -1;
  }
}
@keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    transform: rotateZ(0deg);
    z-index: 0;
  }
  100% {
    left: 10px;
    top: 17px;
    transform: rotateZ(375deg);
    z-index: -1;
  }
}
header nav {
  height: 50px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-top: 1px solid #e8e8e8;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
header nav ul li {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}
header nav ul li:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #e8e8e8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header nav ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #e8e8e8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header nav ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.3s ease;
  letter-spacing: 2.5px;
  position: relative;
}
header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2b600;
  transition: width 0.3s ease;
}
header nav ul li a:hover {
  color: #666;
}
header nav ul li a:hover:after {
  width: 95%;
}
header nav ul li a.active:after {
  width: 95%;
}
header nav ul li.sns {
  display: none;
}
header nav.dropDown {
  padding-top: 80px;
}
header nav.nav_fb {
  display: none;
}

@media screen and (max-width: 1280px) {
  header nav ul li a {
    font-size: 16.15px;
  }
}
@media screen and (max-width: 1000px) {
  header a.topLogo {
    width: 20%;
  }
  header a.topLogo img {
    max-width: 100px;
  }
  header a.topLogo.is-scrolled img {
    max-width: 80px;
  }
  header nav ul li a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  .announcementBar {
    font-size: 11.2px;
    padding: 10px 0;
  }
  .announcementBar.is-scrolled {
    font-size: 10.4px;
  }
  header {
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1019607843);
    border-bottom: 1px solid #bfbfbf;
    top: 30px;
    height: 80px;
    margin: 0px auto;
    padding: 5px 0;
    background-color: #fff;
  }
  header.is-scrolled {
    height: 70px;
    top: 34px;
  }
  header.is-scrolled .topLogo {
    width: 140px;
  }
  header.is-scrolled .headerContent {
    padding: 0;
  }
  header.is-scrolled nav {
    width: 100%;
  }
  header .headerContent {
    width: 100%;
    justify-content: flex-start;
  }
  header .topLogo {
    width: 160px;
    margin: 0;
  }
  header .topLogo img {
    margin-left: 0;
  }
  header #spNav_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: block;
    top: 0;
    bottom: 0;
    right: 7.5%;
    margin: auto;
    z-index: 1000;
    transform: scale(0.85);
  }
  header #spNav_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid #333333;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
  }
  header #spNav_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #333333;
    border-radius: 5px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header #spNav_btn span:nth-child(1) {
    top: 12px;
  }
  header #spNav_btn span:nth-child(2), header #spNav_btn span:nth-child(3) {
    top: 20px;
  }
  header #spNav_btn span:nth-child(4) {
    top: 28px;
  }
  header #spNav_btn.open span:nth-child(1) {
    top: 20px;
    width: 0%;
    left: 50%;
  }
  header #spNav_btn.open span:nth-child(2) {
    transform: translateX(-50%) rotate(45deg);
  }
  header #spNav_btn.open span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
  }
  header #spNav_btn.open span:nth-child(4) {
    top: 20px;
    width: 0%;
    left: 50%;
  }
  header #spNav_btn.is-scrolled {
    transform: scale(0.8);
  }
  header nav {
    width: 100%;
    position: fixed;
    padding: 5%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9294117647);
    box-shadow: none;
    top: 109px;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  header nav:after {
    height: 0;
  }
  header nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  header nav.is-active ul li {
    opacity: 1;
  }
  header nav.is-active ul li:nth-child(1) {
    transition-delay: 0.15s;
  }
  header nav.is-active ul li:nth-child(2) {
    transition-delay: 0.3s;
  }
  header nav.is-active ul li:nth-child(3) {
    transition-delay: 0.45s;
  }
  header nav.is-active ul li:nth-child(4) {
    transition-delay: 0.6s;
  }
  header nav.is-active ul li:nth-child(5) {
    transition-delay: 0.75s;
  }
  header nav.is-active ul li:nth-child(6) {
    transition-delay: 0.9s;
  }
  header nav.is-active ul li:nth-child(7) {
    transition-delay: 1.05s;
  }
  header nav.is-active ul li:nth-child(8) {
    transition-delay: 1.2s;
  }
  header nav.is-active ul li:nth-child(9) {
    transition-delay: 1.35s;
  }
  header nav.is-active ul li:nth-child(10) {
    transition-delay: 1.5s;
  }
  header nav.is-active ul li:nth-child(11) {
    transition-delay: 1.65s;
  }
  header nav.is-active ul li:nth-child(12) {
    transition-delay: 1.8s;
  }
  header nav.is-scrolled {
    top: 101px;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    align-self: self-start;
    height: 50%;
    padding: 0;
    margin: 0;
  }
  header nav ul li {
    opacity: 0;
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 214, 214, 0.8196078431);
    font-weight: normal;
    text-align: center;
    transition: all 0.5s ease-in-out;
    justify-content: space-between;
    padding: 2.5% 0 5%;
  }
  header nav ul li:before {
    width: 0;
  }
  header nav ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    padding-right: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.9294117647);
    transform: rotate(90deg);
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
  header nav ul li a {
    color: #333333;
    height: auto;
    font-weight: 400;
    padding-left: 5%;
    font-size: 14.8px;
    width: 100%;
    text-align: left;
  }
  header nav ul li.sns {
    display: flex;
    justify-content: flex-start;
  }
  header nav ul li.sns a {
    width: 15%;
  }
  header nav ul li.sns a::after {
    content: none;
  }
  header nav ul li.sns::after {
    content: none;
  }
  header nav .nav_fb {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  header nav ul li a {
    font-size: 15px;
  }
  header nav ul li a:hover:after, header nav ul li a.active:after {
    width: 10%;
    bottom: -9px;
    left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .wrapper {
    padding: 0 15px;
  }
  .copyright {
    text-align: center;
    line-height: 20px;
  }
}
.TopBanner {
  overflow: hidden;
  padding-top: 200px;
}
.TopBanner img {
  width: 100%;
}

.slick-dots {
  bottom: 15px;
}
.slick-dots li {
  margin: 0 10px;
  width: 65px;
  height: 6px;
}
.slick-dots li button {
  width: 65px;
  height: 6px;
}
.slick-dots li button:before {
  content: "";
  font-size: 15px;
  width: 65px;
  height: 6px;
  border: 1.5px solid #fff;
}
.slick-dots li.slick-active button:before {
  background-color: #ccc;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  width: 15%;
  height: 36.1vw;
  max-height: 36.1vw;
  top: -2%;
  z-index: 1000;
  transform: none;
  margin-top: 185px;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background-repeat: no-repeat;
  width: 2vw;
  display: inline-block;
  height: 4vw;
  background-size: cover;
}

.slick-prev {
  left: -4%;
}
.slick-prev:before {
  background-image: url("../images/index_iconArrowLeft.png");
}

.slick-next {
  right: -4%;
}
.slick-next:before {
  background-image: url("../images/index_iconArrowRight.png");
}

.fullWrapper.productList {
  background: #ffffff;
  background-attachment: fixed;
  background-image: url(../images/index_banner-02.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.fullWrapper.faqZone {
  background-image: url(../images/index_BG-03.jpg), linear-gradient(to bottom, #ffffff, #fafafc);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 100% auto, 100% 100%;
  padding-top: 20%;
}
.fullWrapper.faqZone.bg_fixed {
  background-position: center center, top center;
  background-attachment: fixed;
}
.fullWrapper.bgColor {
  background-color: #f6f7ed;
}

.TitleImg {
  display: block;
}
.TitleImg img {
  margin-left: 0;
}

.fullWrapper {
  position: relative;
  padding: 7.5% 0;
}
.fullWrapper.ceoIntro {
  padding-top: 10%;
  background-color: #fff;
}
.fullWrapper.productList {
  padding: 0;
}
.fullWrapper.additivesFreeIntro {
  padding-top: 10%;
  background: linear-gradient(#f5f5ed, #eceee0);
}

/* 多處共用 */
.sectionTitle {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 25%;
  max-width: 360px;
}
.sectionTitle.bottom_title {
  margin-top: 10%;
}
.sectionTitle .title_Eng,
.sectionTitle .title_Chi {
  color: #7b7b7b;
}
.sectionTitle .title_Eng {
  font-size: 45px;
  letter-spacing: 5px;
  margin-bottom: 0;
}
.sectionTitle .title_Chi {
  font-size: 25px;
}
.sectionTitle p.slogan_sup {
  text-align: center;
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 18px;
  text-shadow: 3px 2px 6px rgba(255, 255, 255, 0.9019607843);
}

.productIntro {
  flex-direction: column;
  overflow: visible;
}
.productIntro .inner_productIntro {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.productIntro .video_about {
  width: 40.5%;
  overflow: hidden;
}
.productIntro .video_about video {
  width: 100%;
  transform: scale(1.1);
}
.productIntro .section_slogan {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 50px auto;
}
.productIntro .section_slogan.typingAnimation {
  width: 85%;
}
.productIntro .section_slogan.typingAnimation p.slogan_title {
  font-family: "Noto Serif TC";
  font-weight: 700;
}
.productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
  letter-spacing: 2.5px;
  font-size: 47px;
  text-align: center;
}
.productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title .lineBreak {
  display: none;
}
.productIntro .section_slogan p.slogan_title {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 10px;
  text-shadow: 3px 2px 6px rgba(255, 255, 255, 0.9019607843);
}
.productIntro .section_slogan p.slogan_sup {
  letter-spacing: 2.5px;
  font-size: 20px;
  font-weight: 500;
}
.productIntro hr {
  width: 100%;
  max-width: 360px;
}

.productImg_sideSet {
  position: absolute;
  top: 15%;
  right: 0;
  overflow: hidden;
  width: 31%;
  max-width: 700px;
  z-index: -1;
}

/* 商品一覽 */
.productList .inner_productList {
  flex-direction: column;
  position: relative;
}
.productList .inner_productList .productBg {
  overflow: hidden;
  height: 380px;
  width: 100%;
  position: relative;
}
.productList .inner_productList .productBg img {
  transform: scale(1.3);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.productList .inner_productList .sectionTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 12.5%;
  margin: auto;
  filter: drop-shadow(2px 4px 8px #3f8482);
}
.productList .inner_productList .sectionTitle h2,
.productList .inner_productList .sectionTitle h3,
.productList .inner_productList .sectionTitle .slogan_sup {
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 7px #141414;
}
.productList .btn_position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productList .btn_position .btn_viewMore {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 50px;
  filter: drop-shadow(2px 2px 3px #bbb);
  color: #888888;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.productList .btn_position .btn_viewMore:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 銷售通路 */
.channels {
  flex-direction: column;
  position: relative;
}
.channels .inner_channels {
  width: 70%;
  margin: auto;
}
.channels .inner_channels .channels_zone {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  margin-bottom: 10%;
}
.channels .inner_channels .channels_zone .item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.channels .inner_channels .channels_zone .title {
  font-size: 30px;
  margin: 7.5% auto 10%;
  font-weight: 400;
}
.channels .inner_channels .channels_zone .btn_shop {
  border: 1px solid #7b7b7b;
  border-radius: 100px;
  padding: 12px 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
.channels .inner_channels .channels_zone .btn_shop:hover {
  opacity: 0.85;
  transform: scale(0.95);
}
.channels .inner_channels .attention {
  width: 100%;
  max-width: 1000px;
  padding: 2.5% 5%;
  margin: auto;
  background-color: #006f71;
  color: #fff;
}
.channels .inner_channels .attention h4 {
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
}
.channels .inner_channels .attention hr {
  width: 50%;
  margin: 3% auto;
}
.channels .inner_channels .attention p {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 400;
}
.channels .crystal_right {
  width: 23%;
  position: absolute;
  right: 0;
  top: 25%;
}
.channels .crystal_right.winter {
  width: 100%;
  top: 12%;
  z-index: -1;
}

/* --- 1. 最外層容器 (保持不變) --- */
@-webkit-keyframes riseUp {
  0% {
    transform: translateY(0);
  }
  100% {
    /* 因為有兩張圖，總高度 200%，移動 50% 等於走完一張圖的距離 */
    transform: translateY(-50%);
  }
}
@keyframes riseUp {
  0% {
    transform: translateY(0);
  }
  100% {
    /* 因為有兩張圖，總高度 200%，移動 50% 等於走完一張圖的距離 */
    transform: translateY(-50%);
  }
}
.background-layer:nth-child(1) .loop-wrapper {
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}

.background-layer:nth-child(2) .loop-wrapper {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.background-layer:nth-child(3) .loop-wrapper {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

.background-layer:nth-child(4) .loop-wrapper {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

.faqZone .inner_faqZone {
  flex-direction: column;
  position: relative;
}
.faqZone .inner_faqZone .qaBg {
  margin: 0 0 10rem 0;
  padding: 2.5%;
}
.faqZone .inner_faqZone .qaBg .qaBox {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #D8DDDF;
  padding: 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.faqZone .inner_faqZone .qaBg .qaBox:first-child {
  border-top: 1px solid #D8DDDF;
}
.faqZone .inner_faqZone .qaBg .qaBox dt {
  display: flex;
  position: relative;
}
.faqZone .inner_faqZone .qaBg .qaBox dt span {
  flex: 0 0 30px;
  font-size: 24px;
}
.faqZone .inner_faqZone .qaBg .qaBox dt p {
  flex: 1 1;
  margin: 4px 0 0 0;
  transition: 0.4s;
  text-align: justify;
  font-size: 20px;
}
.faqZone .inner_faqZone .qaBg .qaBox:hover dt p {
  opacity: 0.6;
  transition: 0.4s;
}
.faqZone .inner_faqZone .qaBg .qaBox dt .icon {
  position: absolute;
  top: 8px;
  right: 0;
}
.faqZone .inner_faqZone .qaBg .qaBox dt .plus {
  opacity: 1;
  transition: 0.5s;
}
.faqZone .inner_faqZone .qaBg .qaBox.active dt .plus {
  opacity: 0;
  transition: 0.5s;
}
.faqZone .inner_faqZone .qaBg .qaBox dt .minus {
  opacity: 0;
  transition: 0.5s;
}
.faqZone .inner_faqZone .qaBg .qaBox.active dt .minus {
  opacity: 1;
  transition: 0.5s;
}
.faqZone .inner_faqZone .qaBg .qaBox dd {
  margin: 0;
  transition: 1s;
  overflow: hidden;
  display: flex;
  height: 0;
  opacity: 0;
}
.faqZone .inner_faqZone .qaBg .qaBox.active dd {
  transition: 1s;
  height: auto;
  opacity: 1;
  padding: 20px 0 0 0;
}
.faqZone .inner_faqZone .qaBg .qaBox dd span {
  flex: 0 0 30px;
  font-size: 24px;
}
.faqZone .inner_faqZone .qaBg .qaBox dd p {
  flex: 1 1;
  margin: 4px 0 0 0;
  text-align: justify;
  font-size: 20px;
  padding-right: 20px;
}
.faqZone .crystal_left {
  width: 23%;
  position: absolute;
  left: 0;
  bottom: -7.5%;
}
.faqZone .crystal_left.winter {
  width: 100%;
  bottom: -25%;
  right: 0;
  left: auto;
  pointer-events: none;
}

@media screen and (max-width: 1650px) {
  .inner_productIntro .productAwards {
    width: 50%;
  }
}
@media screen and (max-width: 1520px) {
  .TopBanner.slide img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 500px;
  }
  .inner_productIntro .about_content p {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 1440px) {
  .fullWrapper.faqZone.bg_fixed {
    background-position: top 30% center, top center;
  }
  .productIntro .section_slogan {
    width: 80%;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
    font-size: 45px;
  }
  .productIntro p.slogan_title {
    font-size: 47px;
  }
}
@media screen and (max-width: 1200px) {
  .sectionTitle {
    font-size: 31.5px;
  }
  .sectionTitle .title_Eng {
    font-size: 40.5px;
  }
  .sectionTitle .title_Chi {
    font-size: 22.5px;
  }
  .sectionTitle p.slogan_sup {
    font-size: 16.2px;
  }
  .productIntro .section_slogan p.slogan_title {
    font-size: 36px;
    letter-spacing: 7px;
  }
  .productIntro .section_slogan.typingAnimation p.slogan_title {
    font-size: 36px;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
    font-size: 33.3px;
  }
  .productImg_sideSet {
    width: 40%;
  }
  .productList .inner_productList .feature_item .feature_content h3.feature_text {
    font-size: 32.4px;
  }
  .faqZone .inner_faqZone .qaBg {
    width: 80%;
  }
  .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 18px;
  }
  .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 16.2px;
  }
  .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 992px) {
  .TopBanner.slide img {
    min-height: 450px;
  }
  .ceoIntro .ceo_mojiImg {
    top: 14%;
    width: 76%;
  }
  .productList .inner_productList .feature_item .feature_content h3.feature_text {
    font-size: 30.6px;
  }
  .faqZone .inner_faqZone .qaBg {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 90%;
    max-height: initial;
    margin-top: 109px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 4vw;
    height: 8vw;
  }
  .fullWrapper.ceoIntro {
    padding-top: 15%;
    padding-bottom: 20%;
  }
  .sectionTitle {
    font-size: 28px;
    width: 50%;
    max-width: 500px;
  }
  .sectionTitle .title_Eng {
    font-size: 36px;
  }
  .sectionTitle .title_Chi {
    font-size: 20px;
  }
  .sectionTitle p.slogan_sup {
    font-size: 14.4px;
  }
  .productIntro {
    padding-bottom: clamp(40px, 44vw, 300px);
  }
  .productIntro .video_about {
    width: 75%;
  }
  .productIntro .section_slogan {
    width: 90%;
    margin-top: 10%;
  }
  .productIntro .section_slogan p.slogan_title {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .productIntro .section_slogan p.slogan_sup {
    letter-spacing: 2.5px;
    text-shadow: 3px 2px 6px rgba(255, 255, 255, 0.9019607843);
    margin-top: 1%;
    background-color: rgba(255, 255, 255, 0.6901960784);
  }
  .productIntro .section_slogan.typingAnimation p.slogan_title {
    background-color: rgba(255, 255, 255, 0.6901960784);
    border-radius: 20px;
    padding: 1% 2.5%;
    font-size: 32px;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
    font-size: 30.4px;
  }
  .inner_productIntro {
    flex-direction: column-reverse;
  }
  .inner_productIntro .sectionTitle {
    font-size: 28px;
  }
  .inner_productIntro p.productText {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .productImg_sideSet {
    width: 70%;
    top: 50%;
    display: block;
    margin: auto;
    margin-right: -5%;
  }
  .productList .inner_productList {
    flex-direction: column;
  }
  .productList .inner_productList .sectionTitle {
    top: 4%;
  }
  .productList .inner_productList .productBg {
    height: 300px;
  }
  .productList .btn_position {
    bottom: 12%;
  }
  .channels .crystal_right {
    width: 23%;
    right: 0;
    top: 0%;
  }
  .channels .inner_channels {
    width: 90%;
  }
  .channels .inner_channels .channels_zone .item {
    width: 40%;
  }
  .channels .inner_channels .channels_zone .title {
    font-size: 24px;
  }
  .channels .inner_channels .channels_zone .btn_shop {
    width: 90%;
    padding: 10%;
    font-size: 12.8px;
  }
  .channels .inner_channels .attention p {
    line-height: 2.5;
    letter-spacing: 1.5px;
    font-size: 12px;
  }
  .faqZone .inner_faqZone .qaBg {
    margin: 0 0 5rem 0;
  }
  .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 16px;
  }
  .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 14.4px;
  }
  .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 600px) {
  .inner_productIntro .about_content p {
    font-size: 14px;
  }
  .productIntro .section_slogan p.slogan_title {
    font-size: 21px;
  }
  .productIntro .section_slogan.typingAnimation p.slogan_title {
    font-size: 26.6px;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
    font-size: 26.6px;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title .lineBreak {
    display: block;
  }
  .productList .feature_content h3.feature_text {
    font-size: 28px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .fullWrapper.faqZone.bg_fixed {
    background-position: top 100px center, top center;
  }
  .slick-dots li.slick-active button:before {
    font-size: 9.75px;
  }
  .slick-prev,
  .slick-next {
    height: 87%;
    top: -4.5%;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 5vw;
    height: 10vw;
  }
  .slick-prev {
    left: -2.5%;
  }
  .slick-next {
    right: -2.5%;
  }
  .TitleImg.concept {
    width: 90%;
  }
  .TitleImg.guide {
    width: 70%;
  }
  .productList .feature_content h3.feature_text {
    font-size: 26px;
  }
  .productIntro .section_slogan p.slogan_title {
    font-size: 24.7px;
  }
  .productIntro .section_slogan.typingAnimation p.slogan_title {
    font-size: 24.7px;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
    font-size: 24.7px;
  }
}
@media screen and (max-width: 414px) {
  .productList .feature_content h3.feature_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .productList .feature_content h3.feature_text {
    font-size: 24px;
  }
}
.fullWrapper.wTreatment {
  background-image: url(../images/product_BG-01.jpg);
  background-repeat: no-repeat;
  background-position: top 30% center;
  background-size: 100% auto;
  padding: 5% 0 5%;
}

.TopBanner {
  position: relative;
}
.TopBanner.product {
  height: 750px;
  background-color: #f2f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TopBanner .fv_mainImg {
  margin-bottom: -5%;
}
.TopBanner .fvText h2.pageSlogan {
  font-size: 30px;
  text-align: left;
  color: #686868;
  margin-top: 10%;
}
.TopBanner .fvText hr {
  max-width: 500px;
  margin: 5% 0;
  width: 70%;
}
.TopBanner .fvText hr.drawLine {
  border: none;
  height: 1px;
  background-color: #686868;
  margin: 20px 0;
  transform-origin: left center;
  transform: scaleX(0);
  -webkit-animation: scale-in 1s 1.5s ease-out forwards;
          animation: scale-in 1s 1.5s ease-out forwards;
}
@-webkit-keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.TopBanner .fvText .pageSub_list {
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 0;
  list-style-type: none;
  color: #686868;
}
.TopBanner .fvText .pageSub_list li {
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: 5px;
}
.TopBanner .fvText .pageSub_list li::before {
  content: "✔︎";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 1.1em;
  line-height: 1;
}
.TopBanner .fvText .pageSub_list li span {
  font-weight: 600;
}

.newSkincareWay {
  flex-direction: column;
  position: relative;
}
.newSkincareWay .productBg {
  overflow: hidden;
  height: 380px;
  width: 100%;
  position: relative;
}
.newSkincareWay .productBg img {
  transform: scale(1.3);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.newSkincareWay .sectionTitle {
  position: absolute;
  left: 0;
  right: -25%;
  top: 50%;
  margin: auto;
  max-width: none;
  width: 50%;
  transform: translateY(-50%);
}
.newSkincareWay .sectionTitle hr {
  width: 50%;
  max-width: 250px;
}
.newSkincareWay .sectionTitle h2,
.newSkincareWay .sectionTitle .slogan_sup {
  color: #6c6a6b;
  text-align: center;
}
.newSkincareWay .sectionTitle h2 {
  font-size: 40px;
  letter-spacing: 4px;
}
.newSkincareWay .sectionTitle h2.winter {
  font-size: 35px;
  margin-bottom: 0.5%;
}
.newSkincareWay .sectionTitle h2.winter:first-of-type {
  margin-left: -35px;
}
.newSkincareWay .sectionTitle h2.winter:last-of-type {
  margin-left: 35px;
}
.newSkincareWay .sectionTitle .slogan_sup {
  font-size: 25px;
}
.newSkincareWay .sectionTitle .slogan_sup .point {
  font-size: 35px;
  letter-spacing: 4px;
}
.newSkincareWay .btn_position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newSkincareWay .btn_position .btn_viewMore {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 50px;
  filter: drop-shadow(2px 2px 3px #bbb);
  color: #888888;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.newSkincareWay .btn_position .btn_viewMore:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.skincareWay_info {
  width: 95%;
  margin: 2.5% auto;
}
.skincareWay_info .inner_skincareWay_info {
  display: flex;
  justify-content: space-around;
  align-items: self-start;
  max-width: 1200px;
  margin: auto;
}
.skincareWay_info .inner_skincareWay_info .info_basic {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 30%;
  padding: 1.5%;
}
.skincareWay_info .inner_skincareWay_info .info_basic:hover .info_title p {
  opacity: 0.7;
  transition: 0.3s;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone {
  width: 90%;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone.active .info_title .plus {
  opacity: 0;
  transition: 0.5s;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone.active .info_title .minus {
  opacity: 1;
  transition: 0.5s;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone.active .info_detail {
  transition: all 0.5s;
  height: auto;
  opacity: 1;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_title {
  position: relative;
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  padding: 6% 3%;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_title:hover {
  cursor: pointer;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_title p {
  font-weight: 500;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_title .icon {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  display: inline-table;
  width: 5.2%;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_title .plus {
  opacity: 1;
  transition: 0.5s;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_title .minus {
  opacity: 0;
  transition: 0.5s;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_detail {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 5% 5%;
  background: #f0f5f8;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_detail p {
  letter-spacing: 1.75px;
  font-size: 15px;
}
.skincareWay_info .inner_skincareWay_info .info_basic .info_detail .remarks {
  display: block;
  margin-top: 7.5%;
  vertical-align: super;
}
.skincareWay_info .inner_skincareWay_info .info_basic .remarks {
  font-size: 10px;
  color: #7b7b7b;
  vertical-align: super;
}

.wTreatment .slogan p {
  font-size: 25px;
  text-align: center;
  margin: auto;
}
.wTreatment .slogan h4 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  color: #7b7b7b;
  margin: auto;
}
.wTreatment .slogan h4.slogan_top {
  margin-top: 0.5%;
}
.wTreatment .slogan h4.slogan_bottom {
  margin-bottom: 0.5%;
}
.wTreatment .wBubbles {
  width: 50%;
  display: block;
  margin: 5% auto;
}

.product_list {
  margin: 5rem auto;
}
.product_list .productBox {
  display: flex;
  margin: 0 0 80px 0;
  padding-top: 50px;
}
.product_list .productBox .itemPic {
  position: relative;
  margin-right: 5%;
  width: 45%;
}
.product_list .productBox .itemPic .when2use {
  position: absolute;
  left: -5.5%;
  top: -7%;
  width: 20%;
}
.product_list .productBox .itemPic .pic {
  padding-left: 9%;
  padding-bottom: 9%;
  position: relative;
}
.product_list .productBox .itemPic .pic:before {
  content: "";
  top: 2%;
  bottom: 0;
  left: 0;
  right: 10%;
  position: absolute;
  z-index: -1;
}
.product_list .productBox.product-yellow .itemPic .pic:before {
  background-color: #ffe541;
}
.product_list .productBox.product-green .itemPic .pic:before {
  background-color: #12bebc;
}
.product_list .productBox .itemInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.product_list .productBox .itemInfo .itemInfo_top,
.product_list .productBox .itemInfo .itemInfo_bottom {
  display: flex;
  flex-direction: column;
}
.product_list .productBox .itemInfo .itemInfo_top {
  justify-content: flex-start;
}
.product_list .productBox .itemInfo .itemInfo_bottom {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.product_list .productBox .itemInfo .head {
  font-size: 27px;
  line-height: 1.4;
  margin: 0 0 20px 0;
  text-align: left;
}
.product_list .productBox .itemInfo .title {
  font-size: 16px;
  margin: 2.5px 0;
  font-weight: 400;
  color: #6c6a6b;
  letter-spacing: 1.5px;
}
.product_list .productBox .itemInfo .list {
  margin: 5% 0 0;
}
.product_list .productBox .itemInfo .list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  color: #6c6a6b;
  letter-spacing: 1.5px;
  line-height: 1.8;
}
.product_list .productBox .itemInfo .small {
  font-size: 10px;
  letter-spacing: 0;
  margin: 0 4px 0 0px;
  vertical-align: super;
}
.product_list .productBox .itemInfo .list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 10px;
}
.product_list .productBox.product-yellow .itemInfo .list li:before {
  background-color: #ffe541;
}
.product_list .productBox.product-green .itemInfo .list li:before {
  background-color: #12bebc;
}
.product_list .productBox .itemInfo .note {
  font-size: 13px;
  line-height: 2;
  margin: 5% 0 0 0;
}
.product_list .productBox .itemInfo .btnBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 7.5% 0 0 0;
}
.product_list .productBox .itemInfo .btnBox a {
  border: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 100px;
  padding: 1.5% 5%;
  margin-right: 5%;
  line-height: 1.4;
  width: 45%;
}
.product_list .productBox .itemInfo .btnBox a:hover {
  opacity: 0.85;
  transform: scale(0.95);
}
.product_list .productBox .itemInfo .btnBox a.poyaBtn .pic {
  transform: translateY(-5px);
}
.product_list .productBox .itemInfo .btnBox a span {
  letter-spacing: 2px;
  font-size: 18px;
}
.product_list .productBox .itemInfo .btnBox a span br {
  display: none;
}
.product_list .productBox .itemInfo .btnBox a .pic {
  width: 70px;
  margin-right: 10px;
}

.measure {
  padding: 5% 0;
  background-color: #f0f5f8;
  color: #707070;
}
.measure .measure_title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 5px;
}
.measure .measure_title span {
  font-size: 45px;
}
.measure hr {
  width: 27%;
  max-width: 300px;
  margin: 1.5% auto;
}
.measure .measure_supText {
  text-align: center;
  font-size: 21px;
  margin: auto;
  letter-spacing: 4px;
  font-weight: 400;
}
.measure .measure_supText span {
  font-weight: 600;
}
.measure .chartZone {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 2.5%;
}
.measure .chartZone .chart_left,
.measure .chartZone .chart_right {
  width: 45%;
  margin: 1.5%;
}
.measure .chartZone .chart_left p,
.measure .chartZone .chart_right p {
  text-align: center;
  font-size: 16px;
  margin-top: 3%;
}
.measure .chartZone .chart_left p span,
.measure .chartZone .chart_right p span {
  font-weight: 600;
}

.videoZone {
  position: relative;
  padding: 5% 0;
}
.videoZone .crystal_left {
  width: 23%;
  position: absolute;
  left: 0;
  top: -22%;
}
.videoZone .crystal_right {
  width: 20%;
  position: absolute;
  right: 0;
  top: 0%;
}
.videoZone .videoText {
  text-align: center;
  margin-bottom: 2.5%;
}
.videoZone .videoText p {
  font-size: 25px;
  text-align: center;
  margin: auto;
  display: inline-block;
}
.videoZone .videoText h4 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  display: inline-block;
  color: #7b7b7b;
  margin: auto;
}
.videoZone .videoText h4.slogan_top {
  margin-top: 0.5%;
}
.videoZone .videoText h4.slogan_bottom {
  margin-bottom: 0.5%;
}
.videoZone .videoTexture {
  width: 75%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.videoZone .videoTexture video {
  width: 100%;
  height: auto;
  display: block;
}
.videoZone .videoTexture .videoOverlay_text {
  position: absolute;
  top: 3.5%;
  left: 2%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1.5% 2%;
  border-radius: 5px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  pointer-events: none;
}
.videoZone .videoTexture .videoOverlay_text p {
  font-size: 23px;
  margin: 0;
  line-height: 1.5;
}
.videoZone .videoTexture .videoOverlay_text p:last-of-type {
  margin-left: 25px;
}
.videoZone .how2use {
  position: relative;
  padding: clamp(40px, 7.8vw, 150px) 0 clamp(80px, 6vw, 100px);
}
.videoZone .how2use .how2use_title {
  margin-bottom: 2.5%;
}
.videoZone .how2use .how2use_title h4 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 4px;
  color: #7b7b7b;
  margin-bottom: 0;
}
.videoZone .how2use .how2use_title hr {
  width: 28%;
  max-width: 310px;
  margin: 1.5% auto;
}
.videoZone .how2use .how2use_title p {
  text-align: center;
  font-size: 15px;
  margin: auto;
  letter-spacing: 3px;
  font-weight: 400;
}
.videoZone .how2use .how2use_title p span {
  font-weight: 500;
}
.videoZone .how2use .product_title {
  font-size: clamp(25px, 3vw, 35px);
  position: relative;
  padding-bottom: 35px;
}
.videoZone .how2use .product_title.greenLine::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.videoZone .how2use .sk_step {
  margin-top: 3.5%;
}
.videoZone .how2use .sk_step .product_advantage {
  width: 90%;
  display: block;
  margin: auto;
}
.videoZone .how2use .sk_step .product_arrow {
  width: 1.8%;
  display: block;
  margin: -10% 2.5% 0 2.5%;
}
.videoZone .how2use .sk_step p {
  text-align: center;
  margin-top: 5%;
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  .product_list .productBox .itemInfo .btnBox a span {
    text-align: center;
  }
  .product_list .productBox .itemInfo .btnBox a span br {
    display: block;
  }
  .videoZone .crystal_left {
    top: -15%;
  }
  .videoZone .crystal_right {
    top: 5%;
  }
  .videoZone .videoText p {
    font-size: 23.75px;
  }
  .videoZone .videoText h4 {
    font-size: 33.25px;
  }
  .videoZone .how2use .how2use_title h4 {
    font-size: 38px;
  }
  .videoZone .how2use .how2use_title p {
    font-size: 14.25px;
  }
  .videoZone .how2use .product_title {
    font-size: clamp(23.75px, 3vw, 33.25px);
  }
  .videoZone .how2use .sk_step {
    margin-top: 5%;
  }
  .videoZone .how2use .sk_step .product_advantage {
    width: 80%;
  }
  .videoZone .how2use .sk_step p {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 1200px) {
  .TopBanner.product {
    height: 63vw;
  }
  .TopBanner.product .fv_mainImg {
    width: 45%;
    margin-bottom: -13%;
  }
  .TopBanner.product .fvText {
    transform: translateX(-5%);
  }
  .TopBanner.product .fvText h2.pageSlogan {
    font-size: 27px;
  }
  .TopBanner.product .fvText .pageSub_list {
    font-size: 18px;
  }
  .newSkincareWay .sectionTitle h2 {
    font-size: 34.2px;
  }
  .newSkincareWay .sectionTitle h2.winter {
    font-size: 29.7px;
  }
  .newSkincareWay .sectionTitle .slogan_sup {
    font-size: 22.5px;
  }
  .newSkincareWay .sectionTitle .slogan_sup .point {
    font-size: 34.2px;
  }
  .product_list {
    margin-bottom: 2.5%;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom {
    padding-bottom: 0;
  }
  .product_list .productBox .itemInfo .btnBox a .pic {
    width: 60px;
  }
  .product_list .productBox .itemInfo .btnBox a span {
    font-size: 14.4px;
  }
  .product_list .productBox .itemInfo .btnBox a span br {
    display: block;
  }
  .measure .measure_title {
    font-size: 28.8px;
  }
  .measure .measure_title span {
    font-size: 40.5px;
  }
  .measure .measure_supText {
    font-size: 18.9px;
  }
  .measure .chartZone .chart_left p,
  .measure .chartZone .chart_right p {
    font-size: 14.4px;
  }
  .videoZone .crystal_left {
    top: -10%;
  }
  .videoZone .crystal_right {
    top: 15%;
  }
  .videoZone .videoText p {
    font-size: 22.5px;
  }
  .videoZone .videoText h4 {
    font-size: 31.5px;
  }
  .videoZone .videoTexture .videoOverlay_text p {
    font-size: 18px;
  }
  .videoZone .videoTexture .videoOverlay_text p:last-of-type {
    margin-left: 20px;
  }
  .videoZone .how2use .how2use_title h4 {
    font-size: 36px;
  }
  .videoZone .how2use .how2use_title p {
    font-size: 13.5px;
  }
  .videoZone .how2use .sk_step p {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 992px) {
  .TopBanner.product {
    height: 68vw;
  }
  .TopBanner.product .fvText h2.pageSlogan {
    font-size: 21.25px;
  }
  .TopBanner.product .fvText .pageSub_list {
    font-size: 15.3px;
  }
  .newSkincareWay .sectionTitle h2 {
    font-size: 28.05px;
  }
  .newSkincareWay .sectionTitle h2.winter {
    font-size: 25.5px;
  }
  .newSkincareWay .sectionTitle .slogan_sup {
    font-size: 17px;
  }
  .newSkincareWay .sectionTitle .slogan_sup .point {
    font-size: 28.05px;
  }
  .product_list .productBox {
    justify-content: space-between;
  }
  .product_list .productBox .itemInfo .btnBox a {
    width: auto;
    margin: auto;
  }
  .product_list .productBox .itemInfo .btnBox a .pic {
    width: 50px;
  }
  .measure .measure_title {
    font-size: 27.2px;
  }
  .measure .measure_title span {
    font-size: 38.25px;
  }
  .measure .measure_supText {
    font-size: 17.85px;
  }
  .measure .chartZone .chart_left p,
  .measure .chartZone .chart_right p {
    font-size: 13.6px;
  }
  .videoZone .crystal_left {
    top: -5%;
  }
  .videoZone .crystal_right {
    top: 20%;
  }
  .videoZone .videoText p {
    font-size: 21.25px;
  }
  .videoZone .videoText h4 {
    font-size: 29.75px;
  }
  .videoZone .how2use .how2use_title h4 {
    font-size: 34px;
  }
  .videoZone .how2use .how2use_title p {
    font-size: 12.75px;
  }
  .videoZone .how2use .sk_step p {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 768px) {
  .TopBanner.product {
    height: 100vw;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .TopBanner.product .fvText {
    transform: translate(5%, 15%);
  }
  .TopBanner.product .fvText h2.pageSlogan {
    font-size: 20px;
  }
  .TopBanner.product .fvText .pageSub_list {
    font-size: 14.4px;
  }
  .TopBanner.product .fv_mainImg {
    width: 50%;
    margin-bottom: 0;
  }
  .newSkincareWay {
    flex-direction: column-reverse;
  }
  .newSkincareWay .sectionTitle {
    width: auto;
    margin: 5% auto;
    position: inherit;
    transform: translateY(5%);
  }
  .newSkincareWay .sectionTitle h2 {
    font-size: 30.4px;
  }
  .newSkincareWay .sectionTitle h2.winter {
    font-size: 28px;
  }
  .newSkincareWay .sectionTitle h2.winter:first-of-type {
    margin-left: -35px;
  }
  .newSkincareWay .sectionTitle h2.winter:last-of-type {
    margin-left: 35px;
  }
  .newSkincareWay .sectionTitle hr {
    width: 60%;
    max-width: 250px;
  }
  .newSkincareWay .sectionTitle hr.winter {
    width: 85%;
  }
  .newSkincareWay .sectionTitle .slogan_sup {
    font-size: 20px;
  }
  .newSkincareWay .sectionTitle .slogan_sup .point {
    font-size: 30.4px;
  }
  .skincareWay_info {
    margin: 5% auto;
  }
  .skincareWay_info .inner_skincareWay_info {
    flex-direction: column;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic picture {
    width: 30%;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone {
    width: 50%;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone.active .info_detail {
    padding: 5% 5% 5% 7%;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_detail {
    padding: 0;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_detail p {
    font-size: 13.6px;
  }
  .product_list .productBox {
    flex-direction: column;
  }
  .product_list .productBox .itemPic {
    width: 80%;
    margin: auto;
  }
  .product_list .productBox .itemInfo {
    width: 80%;
    align-items: flex-start;
    margin: 5% auto;
  }
  .product_list .productBox .itemInfo .list li {
    margin-bottom: 0.5%;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom {
    width: 100%;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom .btnBox a {
    width: 45%;
    margin: 0 2.5% 0 0;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom .btnBox a span br {
    display: none;
  }
  .measure .measure_title {
    font-size: 25.6px;
  }
  .measure .measure_title span {
    font-size: 36px;
  }
  .measure .measure_supText {
    font-size: 16.8px;
  }
  .measure .chartZone {
    flex-direction: column;
  }
  .measure .chartZone .chart_left,
  .measure .chartZone .chart_right {
    width: 80%;
    margin: 1.5% auto 5%;
  }
  .measure .chartZone .chart_left p,
  .measure .chartZone .chart_right p {
    font-size: 14.4px;
  }
  .videoZone .crystal_right {
    top: 10%;
  }
  .videoZone .videoText {
    margin-bottom: 5%;
  }
  .videoZone .videoText p {
    font-size: 20px;
  }
  .videoZone .videoText h4 {
    font-size: 28px;
  }
  .videoZone .videoTexture .videoOverlay_text p {
    font-size: 16px;
  }
  .videoZone .videoTexture .videoOverlay_text p:last-of-type {
    margin-left: 15px;
  }
  .videoZone .how2use .how2use_title h4 {
    font-size: 32px;
  }
  .videoZone .how2use .how2use_title p {
    font-size: 12px;
  }
  .videoZone .how2use .sk_step {
    flex-direction: column;
  }
  .videoZone .how2use .sk_step .sk_step_item {
    width: 50%;
  }
  .videoZone .how2use .sk_step .product_arrow {
    width: 3%;
    margin: 2.5% auto;
    transform: rotate(90deg);
  }
  .videoZone .how2use .sk_step p {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 600px) {
  .TopBanner.product {
    height: 70vh;
  }
  .TopBanner.product .fvText h2.pageSlogan {
    font-size: 19.5px;
  }
  .TopBanner.product .fvText .pageSub_list {
    font-size: 13px;
  }
  .TopBanner.product .fvText .pageSub_list li {
    letter-spacing: 2px;
  }
  .TopBanner.product .fv_mainImg {
    width: 55%;
    min-width: 310px;
  }
  .newSkincareWay {
    flex-direction: column-reverse;
  }
  .newSkincareWay .sectionTitle h2 {
    font-size: 24.7px;
  }
  .newSkincareWay .sectionTitle hr {
    width: 70%;
    margin: 5% auto 2.5%;
  }
  .newSkincareWay .sectionTitle .slogan_sup {
    font-size: 19.5px;
    letter-spacing: 3px;
  }
  .newSkincareWay .sectionTitle .slogan_sup .point {
    font-size: 24.7px;
    transform: translateY(-8px);
    display: block;
  }
  .skincareWay_info {
    margin: 5% auto;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_detail {
    padding: 0;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_detail p {
    font-size: 11.05px;
  }
  .product_list {
    margin-bottom: 0.5%;
  }
  .product_list .productBox {
    margin: 0 0 40px 0;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom .btnBox a span br {
    display: block;
  }
  .measure .measure_title {
    font-size: 20.8px;
  }
  .measure .measure_title span {
    font-size: 29.25px;
  }
  .measure .measure_supText {
    font-size: 13.65px;
  }
  .videoZone .crystal_left {
    width: 45%;
    filter: blur(0.75px);
    top: -4%;
  }
  .videoZone .crystal_right {
    width: 30%;
    top: 10%;
    filter: blur(0.75px);
  }
  .videoZone .videoTexture .videoOverlay_text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .fullWrapper.wTreatment {
    background-position: top -50px center;
    padding-top: 20%;
  }
  .TopBanner.product {
    height: 88vh;
  }
  .TopBanner.product .fvText {
    transform: translate(5%, 18%);
  }
  .TopBanner.product .fvText h2.pageSlogan {
    font-size: 19.5px;
  }
  .TopBanner.product .fvText hr {
    width: 85%;
  }
  .TopBanner.product .fvText .pageSub_list {
    font-size: 13.65px;
    margin-left: -2%;
  }
  .TopBanner.product .fv_mainImg {
    width: 55%;
    min-width: 310px;
  }
  .newSkincareWay {
    flex-direction: column-reverse;
  }
  .newSkincareWay .sectionTitle {
    transform: translateY(8%);
  }
  .newSkincareWay .sectionTitle h2 {
    font-size: 29.25px;
  }
  .newSkincareWay .sectionTitle .slogan_sup {
    font-size: 22.75px;
    letter-spacing: 3px;
  }
  .newSkincareWay .sectionTitle .slogan_sup .point {
    font-size: 29.25px;
    transform: translateY(-10px);
  }
  .wTreatment .wBubbles {
    width: 95%;
    margin: 7.5 auto;
  }
  .skincareWay_info .inner_skincareWay_info .info_basic .info_zone .info_detail p {
    font-size: 13px;
    line-height: 1.75;
  }
  .product_list {
    margin-bottom: 0.5%;
  }
  .product_list .productBox {
    margin: 0 0 40px 0;
  }
  .product_list .productBox .itemPic {
    width: 85%;
  }
  .product_list .productBox .itemInfo {
    width: 90%;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom .btnBox {
    justify-content: space-around;
  }
  .product_list .productBox .itemInfo .itemInfo_bottom .btnBox a span br {
    display: block;
  }
  .measure hr {
    width: 50%;
  }
  .measure .measure_title {
    font-size: 20.8px;
  }
  .measure .measure_title span {
    font-size: 29.25px;
  }
  .measure .chartZone .chart_left,
  .measure .chartZone .chart_right {
    width: 90%;
    margin: 3% auto 7%;
  }
  .videoZone .crystal_left {
    width: 45%;
    filter: blur(0.75px);
    top: -4%;
  }
  .videoZone .crystal_right {
    width: 30%;
    top: 10%;
    filter: blur(0.75px);
  }
  .videoZone .videoTexture .videoOverlay_text p {
    font-size: 13px;
  }
  .videoZone .videoTexture .videoOverlay_text p:last-of-type {
    margin-left: 10px;
  }
  .videoZone .how2use {
    margin-top: 10%;
  }
  .videoZone .how2use .how2use_title p {
    font-size: 13px;
  }
  .videoZone .how2use .sk_step .product_advantage {
    width: 95%;
  }
  .videoZone .how2use .sk_step .sk_step_item {
    width: 60%;
  }
}
@media screen and (max-width: 375px) {
  .TopBanner.product {
    height: 100vh;
  }
}
@media screen and (max-width: 320px) {
  .TopBanner.product {
    height: 115vh;
  }
}
.qaContainer {
  width: 90%;
  margin: 5% auto;
  flex-direction: column;
}
.qaContainer .qaContent {
  width: 100%;
  margin-bottom: 7.5%;
}
.qaContainer h3.qaHeading {
  height: 60px;
  background-color: #ededed;
  font-weight: 400;
  margin: 0 auto 3%;
}
.qaContainer .qa_panel {
  border-bottom: 1px solid #eae8e8;
}
.qaContainer .qa_panel:first-child .qa_top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #eae8e8;
}
.qaContainer .qa_panel:last-child .qa_top {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.qaContainer .qa_panel:last-child .qa_top.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.qaContainer .qa_panel:last-child .qa_bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eae8e8;
}
.qaContainer .qa_panel:last-of-type {
  border-bottom: none;
}
.qaContainer .qa_top {
  height: 80px;
  line-height: 80px;
  padding: 0 40px 0 40px;
  position: relative;
  background-color: #dbe0ca;
}
.qaContainer .qa_trigger {
  font-size: 19px;
  font-weight: 600;
  color: #7f9f4d;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  letter-spacing: 1.5px;
}
.qaContainer .Q_A {
  font-size: 22px;
  margin-right: 10px;
}
.qaContainer .qa_controls {
  position: absolute;
  right: 5%;
  top: 55%;
  display: inline-block;
  font-size: 35px;
  margin: 0 5px;
  text-decoration: none;
}
.qaContainer .qa_controls::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/epo/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.25s ease-in-out;
}
.qaContainer .qa_controls.open::after {
  content: "";
  transform: translateY(-50%) rotate(360deg);
}
.qaContainer .qa_bottom {
  padding: 20px 50px 40px 40px;
  font-weight: 300;
  display: none;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1.5px;
  width: 100%;
  border: 1px solid #eae8e8;
}
.qaContainer .qa_bottom p {
  margin: 1% 0 0 0.5%;
}
.qaContainer .qa_bottom p:first-of-type {
  margin: 1% 0 2%;
}
.qaContainer .qa_bottom .highlighter {
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, transparent 60%, #efef7f 40%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 2px;
}

@media screen and (max-width: 1200px) {
  .outline .outlineTitle {
    font-size: 31.5px;
  }
  .outline .listFrame {
    font-size: 14.4px;
  }
  .outline .listFrame li::marker {
    font-size: 9px;
  }
  .qaContainer .qa_trigger {
    font-size: 16.2px;
  }
  .qaContainer .Q_A {
    font-size: 19.8px;
  }
  .qaContainer .qa_controls {
    font-size: 31.5px;
  }
  .qaContainer .qa_bottom {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 992px) {
  .outline .outlineTitle {
    font-size: 29.75px;
    margin: 50px auto 30px;
  }
  .outline .listFrame {
    width: 50vw;
    font-size: 15.3px;
  }
  .outline .listFrame li::marker {
    font-size: 8.5px;
  }
  .qaContainer .qa_trigger {
    font-size: 15.3px;
  }
  .qaContainer .Q_A {
    font-size: 18.7px;
  }
  .qaContainer .qa_controls {
    font-size: 29.75px;
  }
  .qaContainer .qa_bottom {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 768px) {
  .qaContainer {
    margin: 10% auto 10%;
  }
  .qaContainer .qa_top {
    padding: 0 25px;
  }
  .qaContainer .qa_controls {
    right: 8%;
    top: 50%;
  }
  .qaContainer .qa_controls::after {
    width: 10px;
    height: 10px;
  }
  .qaContainer .qa_trigger {
    font-size: 14.4px;
  }
  .qaContainer .Q_A {
    font-size: 17.6px;
  }
  .qaContainer .qa_controls {
    font-size: 28px;
  }
  .qaContainer .qa_bottom {
    font-size: 12.8px;
    font-size: 13px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .outline .outlineTitle {
    font-size: 22.75px;
    margin: 40px auto 20px;
  }
  .outline .listFrame {
    font-size: 13px;
    padding: 4% 0 4% 12%;
  }
  .outline .listFrame li::marker {
    font-size: 6.5px;
  }
  .qaContainer .qa_trigger {
    font-size: 14.3px;
  }
  .qaContainer .Q_A {
    font-size: 14.3px;
  }
  .qaContainer .qa_controls {
    font-size: 22.75px;
  }
  .qaContainer .qa_bottom {
    font-size: 13px;
    padding: 15px 20px 25px 30px;
  }
}
@media screen and (max-width: 375px) {
  .outline .outlineTitle {
    font-size: 21px;
  }
  .outline .listFrame li::marker {
    font-size: 6px;
  }
  .qaContainer .qa_trigger {
    font-size: 10.8px;
  }
  .qaContainer .Q_A {
    font-size: 13.2px;
  }
  .qaContainer .qa_controls {
    font-size: 21px;
  }
  .qaContainer .qa_bottom {
    font-size: 9.6px;
  }
}
footer {
  padding: 2.5% 0;
  background-color: #006f71;
  color: #fff;
}
footer .footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .footer_left {
  font-size: 13px;
  letter-spacing: 1px;
}
footer .footer .footer_left .footerLogo {
  width: 33.2%;
  max-width: 152px;
  display: block;
  margin-right: 30px;
}
footer .footer .footer_left .contact_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footer .footer_left a {
  color: #fff;
}
footer .footer .footer_left li {
  margin-bottom: 2%;
}
footer .footer .footer_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 2.5%;
}
footer .footer .footer_right a {
  width: 32px;
  margin: 0px 12px;
}
footer .footer .footer_right a:last-of-type {
  margin-right: 0;
}
footer .footer .footer_right_up p,
footer .footer .footer_right_down p {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.back2top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  opacity: 0.7;
}
.back2top a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  footer .footer {
    padding: 0;
  }
  footer .footer .footer_left {
    font-size: 10.8px;
  }
  footer .footer .footer_left .footerLogo {
    width: 30%;
    margin-right: 5%;
  }
  footer .footer .footer_right_up p,
  footer .footer .footer_right_down p {
    font-size: 10.8px;
  }
}
@media screen and (max-width: 992px) {
  footer .footer {
    width: 90%;
  }
  footer .footer .footer_left {
    justify-content: flex-start;
    font-size: 8.5px;
  }
  footer .footer .footer_left .footerLogo {
    width: 25%;
  }
  footer .footer .footer_right_up p,
  footer .footer .footer_right_down p {
    font-size: 10.2px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_left {
    font-size: 8px;
  }
  footer .footer .footer_right_up p,
  footer .footer .footer_right_down p {
    font-size: 8.8px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer .footer_left {
    font-size: 7px;
  }
  footer .footer .footer_right_up {
    display: none;
  }
  footer .footer .footer_right_up p,
  footer .footer .footer_right_down p {
    font-size: 7px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer .footer_inner {
    flex-direction: column;
    padding: 1.5% 0.1%;
    align-items: stretch;
  }
  footer .footer .footer_inner .footer_left {
    font-size: 8.45px;
  }
  footer .footer .footer_inner .footer_right_up p,
  footer .footer .footer_inner .footer_right_down p {
    font-size: 8.45px;
  }
  .back2top {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  footer .footer .innerWrap {
    width: 95%;
  }
}
@media screen and (max-width: 375px) {
  footer .footer .footer_left {
    font-size: 7.8px;
  }
}
.alignCenter_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10002;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alignCenter_popup.show_popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alignCenter_popup.show_popup .alignCenter_popup-container {
  transform: translateY(0);
}
.alignCenter_popup .alignCenter_popup-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 10em auto;
  padding: 30px 0 30px;
  transform: translateY(-40px);
  transition-duration: 0.3s;
}
.alignCenter_popup .alignCenter_popup-container a {
  width: 80%;
  display: block;
  margin: auto;
}
.alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close {
  cursor: pointer;
  position: absolute;
  top: -3%;
  right: 3%;
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:before, .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
  content: "";
  position: absolute;
  top: 13px;
  width: 16px;
  height: 3px;
  background-color: #FFF;
}
.alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:before {
  transform: rotate(45deg);
  left: 8px;
}
.alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}

@media screen and (max-width: 1200px) {
  .alignCenter_popup .alignCenter_popup-container {
    margin: 8em auto;
  }
  .alignCenter_popup .alignCenter_popup-container span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .alignCenter_popup .alignCenter_popup-container {
    margin: 5em auto;
  }
  .alignCenter_popup .alignCenter_popup-container img {
    width: 100%;
  }
  .alignCenter_popup .alignCenter_popup-container .line-break {
    display: block;
  }
}
.animate__animated.animate__delay_100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  --animate-delay: 100ms;
}

.animate__animated.animate__delay_200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  --animate-delay: 200ms;
}

.animate__animated.animate__delay_300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  --animate-delay: 300ms;
}

.animate__animated.animate__delay_400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  --animate-delay: 400ms;
}

.animate__animated.animate__delay_500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  --animate-delay: 500ms;
}

.animate__animated.animate__delay_600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  --animate-delay: 600ms;
}

.animate__animated.animate__delay_700ms {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
  --animate-delay: 700ms;
}

.animate__animated.animate__delay_800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  --animate-delay: 800ms;
}

.animate__animated.animate__delay_900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  --animate-delay: 900ms;
}

.animate__animated.animate__delay_1000ms {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  --animate-delay: 1000ms;
}

.animate__animated.animate__delay_1100ms {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
  --animate-delay: 1100ms;
}

.animate__animated.animate__delay_1200ms {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
  --animate-delay: 1200ms;
}

.animate__animated.animate__delay_1300ms {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
  --animate-delay: 1300ms;
}

.animate__animated.animate__delay_1400ms {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
  --animate-delay: 1400ms;
}

.animate__animated.animate__delay_1500ms {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
  --animate-delay: 1500ms;
}

.animate__animated.animate__delay_1600ms {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
  --animate-delay: 1600ms;
}

.animate__duration_500ms {
  transition-duration: 500ms;
}

.animate__duration_1s {
  transition-duration: 1s;
}

.animate__duration_1500ms {
  transition-duration: 1.5s;
}

.animate__zoomIn_custom {
  -webkit-animation: zoomIn_custom 0.5s ease-in-out;
          animation: zoomIn_custom 0.5s ease-in-out;
}

@-webkit-keyframes zoomIn_custom {
  from {
    opacity: 0;
    transform: scale(0.6);
    transition-property: opacity, transform;
  }
  to {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translateZ(0) scale(1);
    transition-duration: 0.5s;
  }
}

@keyframes zoomIn_custom {
  from {
    opacity: 0;
    transform: scale(0.6);
    transition-property: opacity, transform;
  }
  to {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translateZ(0) scale(1);
    transition-duration: 0.5s;
  }
}
.animate__flipInY_custom {
  -webkit-animation: flipInY_custom 0.5s ease-in-out forwards;
          animation: flipInY_custom 0.5s ease-in-out forwards;
}

@-webkit-keyframes flipInY_custom {
  from {
    opacity: 0;
    transform: perspective(2500px) rotateY(-100deg);
    transition-property: transform;
  }
  to {
    opacity: 1;
    transform: perspective(2500px) rotateY(0);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}

@keyframes flipInY_custom {
  from {
    opacity: 0;
    transform: perspective(2500px) rotateY(-100deg);
    transition-property: transform;
  }
  to {
    opacity: 1;
    transform: perspective(2500px) rotateY(0);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.Breadcrumb {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
}

@media screen and (max-width: 1200px) {
  .Breadcrumb {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 992px) {
  .Breadcrumb {
    font-size: 12.75px;
  }
}
@media screen and (max-width: 768px) {
  .Breadcrumb {
    font-size: 12px;
  }
  .TopBanner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .Breadcrumb {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 480px) {
  .Breadcrumb {
    font-size: 9.75px;
  }
}
@media screen and (max-width: 375px) {
  .Breadcrumb {
    font-size: 9px;
  }
}
/*# sourceMappingURL=style.css.map */
