@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;
  -webkit-box-sizing: border-box;
  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 nav, header a.topLogo, .cta_container .cta-animated-container .cta-animated-heading, .cta_container .cta-animated-container, .btn_basic:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.contact_area .contact_center, footer .footer_contactInfo .contactItem, .qaContainer, .product_ingredient .ingredient_wrap, .productIntro, .about_features .aboutProcess, .additivesFree_content .additiveFree_itemZone, .featuresIntro .features_container .feature_item .feature_content, .featuresIntro .features_container, .ceoIntro .ceoInfo, .inner_productIntro .awardsImg_set, .cta_container .cta-animated-container, .cta_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_contactInfo, .company_content, .about_intro .whatIsEpoHC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_area .contact_bottom form dl, footer .footer_social, .product_worldFirst .worldFirst_img, .salon_myself .salon_step, .about_features .aboutProcess .stepBasic, header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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: #333333;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin: 2% 0 0.5%;
  text-align: left;
  font-weight: 300;
}

h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif TC";
  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: #7f9f4d;
}

h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 60px auto;
}

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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_basic .arrow:before {
  content: "";
  width: 12px;
  height: 1px;
  top: -5px;
  left: 34px;
  background: #000;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          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: -webkit-gradient(linear, left top, right top, from(rgb(253, 255, 134)), color-stop(80%, rgb(255, 229, 95)), to(rgb(242, 224, 10)));
  background: -o-linear-gradient(left, rgb(253, 255, 134) 0%, rgb(255, 229, 95) 80%, rgb(242, 224, 10) 100%);
  background: linear-gradient(90deg, rgb(253, 255, 134) 0%, rgb(255, 229, 95) 80%, rgb(242, 224, 10) 100%);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transition: all ease-in-out 0.75s;
  -o-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
}
.cta_container .cta-animated-container:hover .buyNow_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -o-radial-gradient(circle, rgb(255, 4, 9) 0%, rgb(141, 7, 8) 50%, rgb(83, 0, 2) 100%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: ease-in-out opacity 0.5s;
  -o-transition: ease-in-out opacity 0.5s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            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;
  }
  .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;
  }
}
header {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 4%;
  z-index: 200;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(226, 226, 226, 0.7490196078);
          box-shadow: 2px 2px 8px rgba(226, 226, 226, 0.7490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header.is-scrolled {
  padding: 0;
  top: 0;
}
header .headerContent {
  position: relative;
  width: 90%;
  margin: auto;
}
header h1 {
  visibility: hidden;
  margin: 0;
  height: 0;
  width: 0;
}
header a.topLogo {
  display: block;
  width: 30%;
}
header a.topLogo.is-scrolled img {
  max-width: 90px;
}
header a.topLogo img {
  max-width: 110px;
}
header a.topLogo img:hover {
  opacity: 0.75;
}
@-webkit-keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    z-index: 0;
  }
  100% {
    left: 10px;
    top: 17px;
    -webkit-transform: rotateZ(375deg);
            transform: rotateZ(375deg);
    z-index: -1;
  }
}
@keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    z-index: 0;
  }
  100% {
    left: 10px;
    top: 17px;
    -webkit-transform: rotateZ(375deg);
            transform: rotateZ(375deg);
    z-index: -1;
  }
}
header nav {
  height: 60px;
  width: 70%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1000;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 5px;
  position: relative;
}
header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7f9f4d;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  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 {
    top: 3%;
  }
  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 {
    width: 80%;
  }
  header nav ul li a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  header {
    -webkit-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1019607843);
    border-bottom: 1px solid #bfbfbf;
    top: 0;
    height: 80px;
    margin: 0px auto;
    padding: 5px 0;
    background-color: #fff;
  }
  header .headerContent {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header.is-scrolled {
    height: 70px;
  }
  header.is-scrolled .topLogo {
    width: 140px;
  }
  header .topLogo {
    width: 160px;
    margin: 0;
    margin-left: 4%;
  }
  header .topLogo img {
    margin-left: 0;
  }
  header #spNav_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: block;
    top: 0;
    bottom: 0;
    right: 7.5%;
    margin: auto;
    z-index: 1000;
  }
  header #spNav_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid #333333;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    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%;
    -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    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) {
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  header #spNav_btn.open span:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  header #spNav_btn.open span:nth-child(4) {
    top: 20px;
    width: 0%;
    left: 50%;
  }
  header #spNav_btn.is-scrolled {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  header nav {
    width: 100%;
    position: fixed;
    padding: 5%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9294117647);
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 79px;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    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) {
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  header nav.is-active ul li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header nav.is-active ul li:nth-child(3) {
    -webkit-transition-delay: 0.45s;
         -o-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  header nav.is-active ul li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header nav.is-active ul li:nth-child(5) {
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  header nav.is-active ul li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  header nav.is-active ul li:nth-child(7) {
    -webkit-transition-delay: 1.05s;
         -o-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  header nav.is-active ul li:nth-child(8) {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  header nav.is-active ul li:nth-child(9) {
    -webkit-transition-delay: 1.35s;
         -o-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  header nav.is-active ul li:nth-child(10) {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  header nav.is-active ul li:nth-child(11) {
    -webkit-transition-delay: 1.65s;
         -o-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  header nav.is-active ul li:nth-child(12) {
    -webkit-transition-delay: 1.8s;
         -o-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  header nav.is-scrolled {
    top: 68px;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: self-start;
        align-self: self-start;
    height: 80%;
    padding: 0;
    margin: 0;
  }
  header nav ul li {
    opacity: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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-image: url(../images/epo/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
  header nav ul li a {
    color: #333333;
    height: 100%;
    font-weight: 400;
    padding-left: 5%;
    font-size: 14.8px;
    width: 100%;
    text-align: left;
  }
  header nav ul li.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: -webkit-box;
    display: -ms-flexbox;
    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;
}

.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;
  -webkit-transform: none;
      -ms-transform: none;
          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");
}

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

.fullWrapper {
  position: relative;
  padding: 7.5% 0;
}
.fullWrapper .productAwards_bg {
  position: absolute;
  bottom: -1%;
  left: 6%;
  width: 45%;
}
.fullWrapper.ceoIntro {
  padding-top: 10%;
  background-color: #f5f5ed;
}
.fullWrapper.featuresIntro {
  padding: 0;
}
.fullWrapper.additivesFreeIntro {
  padding-top: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5ed), to(#eceee0));
  background: -o-linear-gradient(#f5f5ed, #eceee0);
  background: linear-gradient(#f5f5ed, #eceee0);
}

.inner_productIntro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner_productIntro .productAwards {
  width: 55%;
  margin-left: 5%;
}
.inner_productIntro .productAwards_title {
  font-family: "Noto Serif TC";
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
.inner_productIntro .productAwards_title.bottom_title {
  margin-top: 10%;
}
.inner_productIntro p.productText {
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-weight: 600;
}
.inner_productIntro .awardsImg_set {
  width: 80%;
  margin-top: 1.5%;
}
.inner_productIntro .awardsImg_set .awardsImg_left {
  margin: 2.5%;
}
.inner_productIntro .awardsImg_set .awardsImg_right {
  margin: 2.5%;
}
.inner_productIntro .productPoint_QA {
  margin-top: 5%;
}
.inner_productIntro .productPoint_QA h5.productPoint_Q {
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.inner_productIntro .productPoint_QA p.productPoint_A {
  font-family: "Noto Serif TC";
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1.5px;
}

.productImg_set {
  position: absolute;
  bottom: 12%;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  height: 75%;
  width: 50%;
  max-width: 850px;
}
.productImg_set img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 社長介紹 */
.ceoIntro .ceoBg {
  position: absolute;
  width: 30%;
}
.ceoIntro .ceoBg_left {
  top: 15%;
  left: -15%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ceoIntro .ceoBg_right {
  right: 0;
  bottom: -10%;
}
.ceoIntro .ceo_mojiImg {
  position: absolute;
  right: 0;
  top: 15%;
  width: 63%;
}
.ceoIntro .ceoInfo .ceoImg {
  width: 45%;
}
.ceoIntro .ceoInfo .ceoImg img {
  border-radius: 20px;
}
.ceoIntro .ceoInfo .ceoText {
  width: 60%;
  margin-left: 10%;
  z-index: 10;
}
.ceoIntro .ceoInfo .ceoText .ceoName {
  text-align: left;
  font-size: 35px;
}
.ceoIntro .ceoInfo .ceoText p.ceoCompany,
.ceoIntro .ceoInfo .ceoText p.ceoPosition {
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.ceoIntro .ceoInfo .ceoText .ceoSlogan {
  margin: 4% 0 6%;
  margin-left: -27%;
  width: 110%;
}
.ceoIntro .ceoInfo .ceoText .ceoTimeLine {
  width: 66%;
}
.ceoIntro .ceoInfo_sp {
  display: none;
}

/* 雙特點區塊 */
.featuresIntro .features_container .feature_item {
  position: relative;
}
.featuresIntro .features_container .feature_item .feature_content {
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featuresIntro .features_container .feature_item .feature_content h3.feature_text {
  font-family: "Noto Serif TC";
  font-size: 40px;
  line-height: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 5px;
  margin: 0 auto 2.5%;
}

/* 7大無添加 */
.additivesFree_mojiBg {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 52%;
}

.additivesFree_content .additivesFree_title {
  position: relative;
}
.additivesFree_content .additivesFree_title::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40%;
}
.additivesFree_content .additivesFree_text {
  margin-top: 2.5%;
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.additivesFree_content .additiveFree_itemZone {
  margin-top: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.additivesFree_content .additiveFree_itemZone .additiveFree_item {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  max-width: 225px;
  width: 20%;
  margin: 1%;
  height: 100px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.additivesFree_content .additiveFree_itemZone .additiveFree_item p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
.additivesFree_content .additiveFree_itemZone .additiveFree_item::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #ee504d;
  -webkit-transform: rotate(155deg);
      -ms-transform: rotate(155deg);
          transform: rotate(155deg);
}

@media screen and (max-width: 1650px) {
  .inner_productIntro .productAwards {
    width: 50%;
  }
  .productImg_set {
    width: 50%;
    max-width: 780px;
  }
}
@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) {
  .productImg_set {
    width: 45%;
  }
  .additivesFree_content .additivesFree_text {
    margin-top: 7.5%;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    top: -3.5%;
  }
  .inner_productIntro .productAwards {
    width: 60%;
    margin-left: 0;
  }
  .productImg_set {
    width: 40%;
  }
  .featuresIntro .features_container .feature_item .feature_content h3.feature_text {
    font-size: 32.4px;
  }
  .additivesFree_content .additivesFree_text {
    font-size: 16.2px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .TopBanner.slide img {
    min-height: 450px;
  }
  .ceoIntro .ceo_mojiImg {
    top: 14%;
    width: 76%;
  }
  .featuresIntro .features_container .feature_item .feature_content h3.feature_text {
    font-size: 30.6px;
  }
  .additivesFree_content .additivesFree_text {
    font-size: 15.3px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 17px;
  }
}
@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%;
  }
  .fullWrapper .productAwards_bg {
    bottom: 40%;
    left: 0%;
    width: 85%;
  }
  .inner_productIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner_productIntro .about_content {
    margin-right: 0;
    width: 100%;
  }
  .inner_productIntro .about_content p {
    font-size: 16px;
  }
  .inner_productIntro .productAwards {
    width: 100%;
  }
  .inner_productIntro .productAwards_title {
    font-size: 28px;
  }
  .inner_productIntro p.productText {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .inner_productIntro .productPoint_QA {
    margin-top: 10%;
  }
  .inner_productIntro .productPoint_QA h5.productPoint_Q {
    font-size: 16px;
  }
  .inner_productIntro .productPoint_QA p.productPoint_A {
    font-size: 12px;
  }
  .productImg_set {
    position: initial;
    width: 90%;
    display: block;
    margin: auto;
    margin-right: -5%;
  }
  .ceoIntro .ceoBg {
    width: 75%;
  }
  .ceoIntro .ceoBg_left {
    left: -50%;
    top: 0%;
  }
  .ceoIntro .ceoBg_right {
    right: -30%;
    bottom: -22%;
  }
  .ceoIntro .ceo_mojiImg {
    top: 7%;
    width: 82%;
  }
  .ceoIntro .ceoInfo .ceoImg {
    width: 50%;
  }
  .ceoIntro .ceoInfo .ceoText p.ceoCompany,
  .ceoIntro .ceoInfo .ceoText p.ceoPosition {
    line-height: 1.5;
    font-size: 14.4px;
  }
  .ceoIntro .ceoInfo .ceoText .ceoName {
    font-size: 26.4px;
  }
  .ceoIntro .ceoInfo .ceoInfo_pc {
    display: none;
  }
  .ceoIntro .ceoInfo_sp {
    display: block;
  }
  .ceoIntro .ceoInfo_sp .ceoSlogan {
    margin: 7.5% auto;
    width: 90%;
  }
  .ceoIntro .ceoInfo_sp .ceoTimeLine {
    margin-top: 7.5% auto;
    width: 70%;
  }
  .featuresIntro .features_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featuresIntro .features_container .feature_item .feature_content {
    width: 70%;
  }
  .featuresIntro .features_container .feature_item .feature_content h3.feature_text {
    margin-bottom: 7.5%;
    font-size: 25.6px;
  }
  .additivesFree_mojiBg {
    top: 13%;
    width: 90%;
  }
  .additivesFree_content .additivesFree_text {
    font-size: 14.4px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item {
    width: 40%;
    height: auto;
    padding: 2%;
    margin: 2%;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item::after {
    -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
            transform: rotate(345deg);
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .inner_productIntro .about_content p {
    font-size: 14px;
  }
  .featuresIntro .feature_content h3.feature_text {
    font-size: 28px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .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%;
  }
  .featuresIntro .feature_content h3.feature_text {
    font-size: 26px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 414px) {
  .featuresIntro .feature_content h3.feature_text {
    font-size: 24px;
  }
  .additivesFree_content .additiveFree_itemZone .additiveFree_item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .featuresIntro .feature_content h3.feature_text {
    font-size: 24px;
  }
}
.about_content {
  margin-bottom: 5%;
}

.ingredient_intro {
  background-color: #f5e1c6;
  padding: 0;
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ingredient_intro .title {
  font-family: "Noto Serif TC";
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin-bottom: 1rem;
  text-align: left;
}
.ingredient_intro .ingredient_description {
  font-family: "Noto Serif TC";
  font-weight: 700;
  font-size: 14px;
  color: #666;
  width: 50%;
  max-width: 600px;
}
.ingredient_intro .intro_moji_bg {
  position: absolute;
  bottom: -1%;
  left: 10%;
  width: 50%;
}
.ingredient_intro .hair_images {
  position: absolute;
  right: 0;
  width: 35%;
  top: 8%;
  max-width: 700px;
}

.about_intro {
  margin: 7.5% auto 7.5%;
}
.about_intro .about_intro_title {
  position: relative;
}
.about_intro .about_intro_title::after {
  position: absolute;
  left: -3%;
  right: 0;
  margin: auto;
  bottom: -60%;
}
.about_intro .whatIsEpoHC {
  margin-top: 10%;
}
.about_intro .whatIsEpoHC .productPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  margin: 2%;
  min-height: 350px;
}
.about_intro .whatIsEpoHC .productPoint h4 {
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7.5%;
  position: relative;
  display: inline-block;
}
.about_intro .whatIsEpoHC .productPoint h4:before {
  content: "";
  position: absolute;
  left: -0.5em;
  right: -0.5em;
  top: -0.2em;
  bottom: -0.2em;
  background: #ffffff;
  border-radius: 4px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.about_intro .whatIsEpoHC .productPoint p {
  text-align: center;
}
.about_intro .whatIsEpoHC .productPoint picture {
  margin: auto;
}
.about_intro .whatIsEpoHC .productPoint .productPoint_left {
  width: 46%;
}
.about_intro .whatIsEpoHC .productPoint .productPoint_center {
  width: 75%;
}
.about_intro .whatIsEpoHC .productPoint .productPoint_right {
  width: 65%;
}
.about_intro .whatIsEpoHC .intro_text {
  width: 50%;
  margin-right: 5%;
}
.about_intro .whatIsEpoHC .intro_text p {
  font-family: "Noto Serif TC";
  font-size: 20px;
  text-align: left;
  line-height: 2.2;
  margin-bottom: 1.5rem;
}
.about_intro .whatIsEpoHC .intro_text p:last-child {
  margin-bottom: 0;
}
.about_intro .whatIsEpoHC .intro_image {
  width: 45%;
}
.about_intro .whatIsEpoHC .intro_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.about_features {
  background-color: #f5f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 7.5%;
}
.about_features .about_slogan {
  padding: 1%;
  position: relative;
}
.about_features .about_slogan::after {
  position: absolute;
  left: -3%;
  right: 0;
  margin: auto;
  bottom: -60%;
}
.about_features .about_slogan span {
  border: 2px solid #9cb97b;
  padding: 0.1% 0.5%;
}
.about_features .about_slogan span br {
  display: none;
}
.about_features .features_description {
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 6%;
}
.about_features .aboutTips {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.5%;
}
.about_features .aboutTips picture {
  width: 95%;
}
.about_features .aboutTips p {
  position: absolute;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  padding: 2px 8px;
  text-align: center;
}
.about_features .aboutProcess {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.5%;
}
.about_features .aboutProcess .stepBasic p {
  font-size: 20px;
  width: 200px;
  min-height: 100px;
  background-color: #9cb97b;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
.about_features .aboutProcess picture {
  width: 75%;
  max-width: 750px;
}
.about_features .aboutProcess hr {
  margin: 3% auto 3%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6117647059);
  width: 90%;
}

.about_salon {
  padding: 5% 0 2.5%;
}
.about_salon h2.title {
  position: relative;
  margin-bottom: 5%;
}
.about_salon h2.title::after {
  position: absolute;
  left: -3%;
  right: 0;
  margin: auto;
  bottom: -60%;
}
.about_salon picture {
  width: 83%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  .about_intro .whatIsEpoHC .productPoint p {
    text-align: left;
  }
  .about_intro .whatIsEpoHC .productPoint p br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ingredient_intro {
    min-height: 40vw;
  }
  .ingredient_intro .title {
    font-size: 31.5px;
  }
  .ingredient_intro .ingredient_description {
    font-size: 12.6px;
  }
  .ingredient_intro .intro_moji_bg {
    width: 75%;
  }
}
@media screen and (max-width: 992px) {
  .ingredient_intro .title {
    font-size: 29.75px;
  }
  .ingredient_intro .ingredient_description {
    font-size: 11.9px;
  }
  .about_intro .intro_text {
    width: 55%;
  }
  .about_intro .intro_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .ingredient_intro {
    min-height: 250px;
  }
  .ingredient_intro .title {
    font-size: 28px;
  }
  .ingredient_intro .ingredient_description {
    font-size: 11.2px;
  }
  .ingredient_intro .hair_images {
    opacity: 0.7;
    width: 45%;
    right: -10%;
  }
  .about_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_intro .intro_text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .about_intro .intro_image {
    width: 100%;
  }
  .about_features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_features .feature_item {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .ingredient_intro .title {
    font-size: 24.5px;
  }
  .ingredient_intro .ingredient_description {
    font-size: 9.8px;
  }
}
@media screen and (max-width: 480px) {
  .ingredient_intro .title {
    font-size: 22.75px;
  }
  .ingredient_intro .ingredient_description br {
    display: none;
  }
  .ingredient_intro .hair_images {
    opacity: 0.75;
    width: 55%;
    right: -10%;
    top: 30%;
  }
  .about_intro {
    margin-top: 15%;
  }
  .about_intro .about_intro_title {
    font-size: 22.75px;
  }
  .about_intro .whatIsEpoHC {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_intro .whatIsEpoHC .productPoint {
    width: 80%;
    margin: 7.5%;
    min-height: 300px;
  }
  .about_features {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
  .about_features .about_slogan {
    font-size: 22.75px;
  }
  .about_features .about_slogan::after {
    bottom: -20%;
  }
  .about_features .about_slogan span {
    display: block;
    line-height: 1.5;
    padding: 0.5% 0.5%;
    width: 90%;
    margin: 2.5% auto 0;
  }
  .about_features .about_slogan span br {
    display: block;
  }
  .about_features .features_description {
    font-size: 15.6px;
    margin-top: 12%;
  }
  .about_features .aboutTips {
    margin-top: 5%;
  }
  .about_features .aboutTips picture {
    width: 80%;
  }
  .about_features .aboutTips p {
    font-size: 18.2px;
    top: -10%;
  }
  .about_features .aboutProcess {
    margin-top: 10%;
  }
  .about_features .aboutProcess .stepBasic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_features .aboutProcess picture {
    width: 95%;
    margin-top: 7.5%;
  }
  .about_features .aboutProcess hr {
    width: 100%;
    margin: 10%;
  }
  .about_salon {
    padding: 10% 0;
  }
  .about_salon h2.title {
    font-size: 22.75px;
  }
  .about_salon picture {
    width: 95%;
    margin-top: 12.5%;
  }
}
@media screen and (max-width: 375px) {
  .ingredient_intro {
    min-height: 300px;
  }
  .ingredient_intro .title {
    font-size: 21px;
  }
}
.productIntro {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: clamp(40px, 5vw, 80px) 0;
}
.productIntro .productImg {
  width: 33%;
}
.productIntro .productImg img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .productIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .productIntro .productImg {
    margin-top: 5%;
    width: 63%;
  }
  .productIntro .productImg img {
    border-radius: 5px;
  }
}
.productIntro .productText {
  width: 60%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .productIntro .productText {
    width: 90%;
    margin-left: 0;
  }
}
.productIntro .productText .productName {
  text-align: left;
  font-size: clamp(25px, 3vw, 35px);
}
.productIntro .productText p.productSlogan {
  font-family: "Noto Serif TC";
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 2.5px;
  font-weight: 600;
  line-height: 2;
}
.productIntro .productText p.productSlogan.greenLine:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 35px;
  background-color: #7f9f4d;
}
.productIntro .productText .product_features {
  font-family: "Noto Serif TC";
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  line-height: 2;
  margin-top: 4%;
}

.salon_myself {
  position: relative;
  background-color: #f5f5ed;
  padding: clamp(40px, 5vw, 80px) 0 clamp(100px, 15vw, 250px);
  overflow: visible;
}
.salon_myself .product_title {
  font-size: clamp(25px, 3vw, 35px);
  position: relative;
  padding-bottom: 35px;
}
.salon_myself .product_title.greenLine::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.salon_myself .salon_step {
  margin-top: 7.5%;
}
.salon_myself .salon_step .product_advantage {
  width: 30%;
}
.salon_myself .salon_step .product_arrow {
  width: 2.5%;
}
.salon_myself .onlyOne {
  position: absolute;
  bottom: clamp(-83%, -54vw, -50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .salon_myself .onlyOne {
    margin: 0;
    width: 125%;
    right: -8%;
    left: auto;
    bottom: -74%;
  }
}
@media (max-width: 480px) {
  .salon_myself .onlyOne {
    bottom: -55%;
  }
}

.product_3point {
  padding: 0;
}
.product_3point .point_3circle {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 54%;
}
@media (max-width: 767px) {
  .product_3point .point_3circle {
    bottom: 12%;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .product_3point .point_3circle {
    bottom: 15%;
  }
}

.product_details {
  padding: clamp(50px, 8vw, 100px) 0 clamp(60px, 10vw, 120px);
}
.product_details .product_details_title {
  font-size: clamp(25px, 3vw, 35px);
}
.product_details .product_details_subtitle {
  font-size: clamp(15px, 2vw, 20px);
  font-family: "Noto Serif TC";
  font-weight: 600;
  text-align: center;
}
.product_details .detail_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2vw, 30px);
  margin-top: clamp(20px, 3vw, 40px);
}
@media (max-width: 767px) {
  .product_details .detail_items {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(10px, 2vw, 20px);
  }
}
.product_details .detail_items .detail_item {
  position: relative;
}
.product_details .detail_items .detail_item .detail_item_title_text {
  position: relative;
  text-align: center;
  background-color: #7f9f4d;
  padding: clamp(15px, 2vw, 30px);
  color: #fff;
  font-size: clamp(14px, 1.8vw, 19px);
  margin-bottom: 0;
  letter-spacing: 2px;
  cursor: pointer;
}
.product_details .detail_items .detail_item .detail_item_title_text::after {
  content: "";
  position: absolute;
  right: clamp(15px, 2vw, 30px);
  top: 50%;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 480px) {
  .product_details .detail_items .detail_item .detail_item_title_text::after {
    background-image: url(/assets/images/epo/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 15px;
    height: 15px;
  }
}
.product_details .detail_items .detail_item .detail_content {
  display: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: clamp(20px, 2.2vw, 35px);
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .product_details .detail_items .detail_item .detail_content {
    display: block;
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0.5% 1%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .product_details .detail_items .detail_item .detail_content img {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.product_details .detail_items .detail_item.active .detail_item_title_text::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.product_details .detail_items .detail_item.active .detail_content {
  display: block;
  max-height: 1000px;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: clamp(15px, 1.7vw, 30px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .product_details .detail_items .detail_item.active .detail_content {
    display: block;
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: clamp(15px, 2vw, 30px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .product_details .detail_items .detail_item.active .detail_content img {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.product_ingredient {
  position: relative;
  background-attachment: fixed;
  background-image: url(/assets/images/epo/element01_03.png);
  background-repeat: no-repeat;
  background-position: 160% center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .product_ingredient {
    background-position: center;
    background-size: cover;
  }
}
.product_ingredient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
  background-color: #f5f5ed;
  z-index: 1;
}
@media (max-width: 767px) {
  .product_ingredient::before {
    width: 95%;
    height: 95%;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(245, 245, 237, 0.7607843137);
  }
}
.product_ingredient .ingredient_wrap {
  padding: clamp(80px, 8vw, 100px) 0 clamp(80px, 10vw, 120px);
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .product_ingredient .ingredient_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product_ingredient .ingredient_wrap .ingredient_left {
  width: 42%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .product_ingredient .ingredient_wrap .ingredient_left {
    width: 95%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product_ingredient .ingredient_wrap .ingredient_left .ingredient_title {
  font-size: clamp(25px, 3vw, 35px);
}
.product_ingredient .ingredient_wrap .ingredient_left p.ingredient_subtitle {
  font-family: "Noto Serif TC";
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 2.5px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}
.product_ingredient .ingredient_wrap .ingredient_left p.ingredient_subtitle.greenLine:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #7f9f4d;
}
.product_ingredient .ingredient_wrap .ingredient_left p.ingredient_knowledge {
  font-size: 13px;
  font-family: "Noto Serif TC";
  font-weight: 600;
  line-height: 2;
  margin-top: clamp(2.5%, 4vw, 5%);
  margin-bottom: clamp(2.5%, 4vw, 5%);
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .product_ingredient .ingredient_wrap .ingredient_left p.ingredient_knowledge br {
    display: none;
  }
}
.product_ingredient .ingredient_wrap .ingredient_left picture {
  padding-top: clamp(3%, 4vw, 5%);
}
.product_ingredient .ingredient_wrap .ingredient_right {
  width: 53%;
  margin-top: 10%;
}
.product_ingredient .ingredient_wrap .ingredient_right picture {
  width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .product_ingredient .ingredient_wrap .ingredient_right {
    width: 80%;
  }
}
.product_ingredient .ingredient_bg {
  position: absolute;
  left: -5%;
  bottom: -15%;
  width: 27%;
  display: block;
  z-index: 10;
}

.product_worldFirst {
  padding: clamp(50px, 8vw, 100px) 0 clamp(60px, 10vw, 120px);
  background-color: #fff;
  background-image: url(/assets/images/epo/element02_03.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}
.product_worldFirst .worldFirst_wrap {
  padding-bottom: clamp(300px, 40vw, 600px);
}
.product_worldFirst .worldFirst_title {
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.75;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
}
.product_worldFirst .worldFirst_title br {
  display: block;
}
.product_worldFirst .worldFirst_title.greenLine::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.product_worldFirst .worldFirst_subTitle {
  font-family: "Noto Serif TC";
  font-size: clamp(15px, 2vw, 20px);
  line-height: 2;
  letter-spacing: 2.5px;
  font-weight: 600;
  text-align: center;
  margin-top: 28px;
}
.product_worldFirst .worldFirst_img {
  margin-top: 7.5%;
}
.product_worldFirst .worldFirst_img picture {
  display: block;
}
.product_worldFirst .worldFirst_img picture:first-child {
  width: 50%;
}
.product_worldFirst .worldFirst_img picture:last-child {
  width: 40%;
}
@media (max-width: 480px) {
  .product_worldFirst .worldFirst_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_worldFirst .worldFirst_img picture {
    display: block;
  }
  .product_worldFirst .worldFirst_img picture:first-child {
    width: 80%;
    margin-top: 10%;
  }
  .product_worldFirst .worldFirst_img picture:last-child {
    width: 90%;
  }
}

.company_content {
  padding: clamp(60px, 7vw, 120px) 0;
}
.company_content .company_logo {
  width: 38%;
  margin-right: 2%;
}
.company_content .coompany_info li {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 2.5;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5098039216);
}
@media (max-width: 1200px) {
  .company_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_content .company_logo {
    width: 60%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .company_content {
    width: 80%;
  }
  .company_content .company_logo {
    width: 80%;
    margin-bottom: 10%;
  }
  .company_content .coompany_info {
    margin-top: 5%;
  }
  .company_content .coompany_info li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2.5%;
    padding-bottom: 1%;
  }
}

.qaContainer {
  width: 90%;
  margin: 5% auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -o-text-overflow: ellipsis;
     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;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.qaContainer .qa_controls.open::after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(360deg);
      -ms-transform: translateY(-50%) rotate(360deg);
          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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #efef7f));
  background-image: -o-linear-gradient(top, transparent 60%, #efef7f 40%);
  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: 3% 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebeddf), to(#86a559));
  background: -o-linear-gradient(#ebeddf, #86a559);
  background: linear-gradient(#ebeddf, #86a559);
}
footer hr {
  width: 70%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 3%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
footer .footer_top .footer_logo {
  width: 11%;
  display: block;
  margin: auto;
  -webkit-filter: invert(1) brightness(2);
          filter: invert(1) brightness(2);
}
footer .footer_social {
  width: 80px;
  margin: 7% auto 3%;
}
footer .footer_contactInfo {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
footer .footer_contactInfo .contactItem img {
  margin-right: 10px;
}
footer .footer_contactInfo .contactItem span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}
footer .footer_copyright {
  margin-top: 2.5%;
}
footer .footer_copyright p {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

.back2top {
  position: fixed;
  bottom: 5%;
  left: 3%;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  display: block;
  z-index: 100;
}
.back2top:hover {
  opacity: 0.5;
}

.floatBtn {
  position: fixed;
  bottom: 7%;
  right: 4%;
  width: 8.4%;
  max-width: 150px;
  min-width: 80px;
  cursor: pointer;
  display: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.floatBtn:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

@media screen and (max-width: 1200px) {
  .footer_shop .shop_slogan {
    font-size: 27px;
  }
  footer .footer_top .footer_logo {
    width: 25%;
    margin-top: 7.5%;
  }
  footer .footer_top h4 {
    font-size: 21.6px;
  }
  footer .footer_top h4::before, footer .footer_top h4::after {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 10%;
            flex: 1 0 10%;
  }
  footer .footer_bottom .footer_bottom_left {
    font-size: 9px;
  }
}
@media screen and (max-width: 992px) {
  .footer_shop .shop_slogan {
    font-size: 25.5px;
  }
  footer .footer_top {
    margin-bottom: 2.5%;
  }
  footer .footer_bottom .footer_bottom_left {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .footer_social {
    display: none;
  }
  footer .footer_bottom .footer_contactInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5%;
  }
  footer .footer_bottom .footer_contactInfo .contactItem {
    margin: 1.5% auto;
  }
  footer .footer_bottom .footer_contactInfo .contactItem span {
    font-size: 11.2px;
  }
  footer .footer_copyright p {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 600px) {
  .footer_shop .shop_slogan {
    font-size: 21px;
  }
  .footer_shop .shop_logo .logoTop,
  .footer_shop .shop_logo .logoBottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_shop .shop_logo .logoTop picture,
  .footer_shop .shop_logo .logoBottom picture {
    height: auto;
    margin: 2% auto;
  }
  .footer_shop .shop_logo .logoTop {
    margin-bottom: 0;
  }
  footer .footer_bottom .footer_bottom_left {
    font-size: 7px;
  }
  footer .footer_bottom .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .footer_shop {
    padding: 5% 0;
  }
  .footer_shop .shop_logo picture {
    width: 45%;
    height: auto;
    margin: 2.5%;
  }
  footer .footer_top {
    margin-top: 1.5%;
  }
  footer .footer_top .fb_item {
    display: none;
  }
  footer .footer_top h4 {
    font-size: 15.6px;
    width: 100%;
  }
  footer .footer_top .shop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  footer .footer_top .shop .shop_item {
    padding: 1.5%;
    width: 40%;
  }
  footer .footer_top .shop .shop_item:first-of-type, footer .footer_top .shop .shop_item:nth-of-type(2) {
    width: 40%;
  }
  footer .footer_top .footer_top_content {
    padding: 5% 0;
  }
  footer .footer_top .innerWrap {
    width: 90%;
  }
  footer .footer_bottom {
    padding: 1.5% 0.1%;
  }
  footer .footer_bottom .footer_bottom_left {
    font-size: 8.45px;
  }
  footer .footer_bottom .innerWrap {
    width: 99%;
  }
  footer .footer_bottom .footer_bottom_right a {
    margin: 0px 5px;
  }
  .back2top {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  footer .footer_bottom .innerWrap {
    width: 95%;
  }
}
@media screen and (max-width: 375px) {
  .footer_shop .shop_slogan {
    font-size: 18px;
  }
  footer .footer_bottom .footer_bottom_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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alignCenter_popup.show_popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alignCenter_popup.show_popup .alignCenter_popup-container {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.alignCenter_popup .alignCenter_popup-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 10em auto;
  padding: 30px 0 30px;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          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 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
.alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          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 {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.animate__duration_1s {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

.animate__duration_1500ms {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          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;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  to {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

@keyframes zoomIn_custom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  to {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            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;
    -webkit-transform: perspective(2500px) rotateY(-100deg);
            transform: perspective(2500px) rotateY(-100deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}

@keyframes flipInY_custom {
  from {
    opacity: 0;
    -webkit-transform: perspective(2500px) rotateY(-100deg);
            transform: perspective(2500px) rotateY(-100deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.innerWrap.contact_main {
  max-width: 800px;
}
.innerWrap.contact_main h2.pageTitle {
  padding-top: 200px;
  color: #333333;
  text-align: left;
}

.contact_area {
  margin: 10% auto 20%;
}
.contact_area .contact_top {
  margin: 2.5% auto 4%;
  text-align: center;
}
.contact_area .contact_top p {
  font-size: 20px;
}
.contact_area .contact_top p br {
  display: none;
}
.contact_area .contact_top .emphasize {
  font-size: 32px;
  font-weight: 600;
  margin: 1% auto;
  line-height: 1.3;
  letter-spacing: 2px;
}
.contact_area .contact_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5%;
}
.contact_area .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 45%;
  margin: 15px 0;
}
.contact_area .info_img {
  width: 30%;
}
.contact_area .info_right {
  display: block;
  text-align: left;
}
.contact_area .info_right span {
  font-size: 15px;
}
.contact_area .info_title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
}
.contact_area .info_content {
  font-size: 18px;
}
.contact_area .contact_bottom form {
  width: 100%;
  margin: auto;
  color: #333333;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contact_area .contact_bottom form dl {
  width: 100%;
}
.contact_area .contact_bottom form dl dt {
  width: 30%;
  font-size: 18px;
  color: #333333;
  letter-spacing: 1.8px;
}
.contact_area .contact_bottom form dl dt.required::after {
  content: "必填";
  background-color: #7f9f4d;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 14px;
}
.contact_area .contact_bottom form dl dd {
  width: 70%;
  max-width: 500px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteText input, .contact_area .contact_bottom form dl dd.lcEnqueteTextare textarea {
  width: 100%;
  padding: 15px 10px 15px 20px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7f9f4d;
  border-radius: 5px;
  background-color: #f5f5ed;
}
.contact_area .contact_bottom form dl dd.lcEnqueteText input::-webkit-input-placeholder, .contact_area .contact_bottom form dl dd.lcEnqueteTextare textarea::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
  letter-spacing: 1.5px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteText input::-moz-placeholder, .contact_area .contact_bottom form dl dd.lcEnqueteTextare textarea::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  letter-spacing: 1.5px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteText input:-ms-input-placeholder, .contact_area .contact_bottom form dl dd.lcEnqueteTextare textarea:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
  letter-spacing: 1.5px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteText input::-ms-input-placeholder, .contact_area .contact_bottom form dl dd.lcEnqueteTextare textarea::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
  letter-spacing: 1.5px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteText input::placeholder, .contact_area .contact_bottom form dl dd.lcEnqueteTextare textarea::placeholder {
  color: #ddd;
  opacity: 1;
  letter-spacing: 1.5px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact_area .contact_bottom form dl dd.lcEnqueteRadio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.contact_area .contact_bottom form .btnArea {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.contact_area .btnCheck,
.contact_area .btnRevise,
.contact_area .btnSend {
  width: 65%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: auto;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7f9f4d;
  color: #fff;
  cursor: pointer;
}
.contact_area .btnCheck:hover,
.contact_area .btnRevise:hover,
.contact_area .btnSend:hover {
  background-color: #333333;
  color: white;
}

@media screen and (max-width: 1200px) {
  .contact_area .contact_top p {
    font-size: 18px;
  }
  .contact_area .contact_top .emphasize {
    font-size: 28.8px;
  }
  .contact_area .info_right span {
    font-size: 13.5px;
  }
  .contact_area .info_right span.sup {
    display: block;
  }
  .contact_area .info_title {
    font-size: 19.8px;
  }
  .contact_area .info_content {
    font-size: 16.2px;
  }
  .contact_area .contact_bottom form {
    width: 100%;
    font-size: 19.8px;
  }
}
@media screen and (max-width: 992px) {
  .contact_area .contact_top p {
    font-size: 17px;
  }
  .contact_area .contact_top .emphasize {
    font-size: 27.2px;
  }
  .contact_area .info_right span {
    font-size: 12.75px;
  }
  .contact_area .info_title {
    font-size: 18.7px;
  }
  .contact_area .info_content {
    font-size: 15.3px;
  }
  .contact_area .contact_bottom form {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .contact_top p {
    font-size: 16px;
  }
  .contact_area .contact_top .emphasize {
    font-size: 25.6px;
  }
  .contact_area .info_right span {
    font-size: 12px;
  }
  .contact_area .info_title {
    font-size: 17.6px;
  }
  .contact_area .info_content {
    font-size: 14.4px;
  }
  .contact_area .contact_bottom form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 17.6px;
  }
  .contact_area .contact_bottom form dl {
    width: 100%;
  }
  .contact_area .contact_bottom form dl:last-of-type {
    width: 100%;
  }
  .contact_area .contact_bottom form dd.lcEnqueteText input {
    width: 100%;
  }
  .contact_area .contact_bottom form dd.lcEnqueteTextare {
    height: 150px;
    line-height: 150px;
  }
  .contact_area .contact_bottom form dd.lcEnqueteTextare textarea {
    height: 150px;
  }
  .contact_area .contact_bottom form dd.ct .error {
    font-size: 12.8px;
  }
  .contact_area .btnRevise,
  .contact_area .btnSend {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .innerWrap.contact_main h2.pageTitle {
    padding-top: 150px;
  }
  .contact_area {
    margin-bottom: 15%;
  }
  .contact_area .contact_bottom form dl dt {
    font-size: 15.4px;
  }
  .contact_area .contact_bottom form dl dt.required::after {
    font-size: 11.9px;
  }
  .contact_area .contact_bottom form dl dd {
    font-size: 15.4px;
  }
  .contact_area .contact_bottom form .btnArea {
    margin-top: 5%;
  }
  .contact_area .btnCheck,
  .contact_area .btnRevise,
  .contact_area .btnSend {
    font-size: 14px;
    margin: 5% auto;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .contact_area .contact_bottom form dl dt {
    font-size: 14.3px;
    position: relative;
  }
  .contact_area .contact_bottom form dl dt::after {
    position: absolute;
    left: -3%;
    bottom: -106%;
    font-size: 11.7px;
  }
  .contact_area .contact_bottom form dd.ct .error {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 375px) {
  .contact_area .contact_top p {
    font-size: 12px;
  }
  .contact_area .contact_top .emphasize {
    font-size: 16.8px;
  }
  .contact_area .info_item {
    width: 95%;
  }
  .contact_area .info_right span {
    font-size: 9px;
  }
  .contact_area .info_title {
    font-size: 13.2px;
  }
  .contact_area .info_content {
    font-size: 10.8px;
  }
  .contact_area .contact_bottom form {
    font-size: 13.2px;
  }
}
.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 */
