@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;
}

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_info, .page_faq .faqZone .inner_faqZone, main .product_content, main .product_content .picTextContainer, main .product_content .picTextContainer .picTextBox, .product_compare .title .titleWithPic, .product_compare .b_bottom_button, .how2use .stepContainer, .productList .inner_productList, .productList .productInfo, .channels, .faqZone .inner_faqZone, .cta_container .cta-animated-container, .cta_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

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%;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  margin: 0 auto 3%;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 400;
}
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: 1280px;
  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 #e2b600;
}
.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;
  }
}
header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: fixed;
  left: 0;
  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;
}
header.is-scrolled {
  padding: 0.5% 0;
  top: 0;
}
header .headerContent {
  position: relative;
  width: 85%;
  margin: auto;
}
header h1 {
  visibility: hidden;
  margin: 0;
  height: 0;
  width: 0;
}
header a.topLogo {
  display: block;
  width: 60%;
}
header a.topLogo.is-scrolled img {
  max-width: 80px;
}
header a.topLogo img {
  max-width: 90px;
}
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: 60px;
  width: 40%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1000;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  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: 16px;
  font-weight: 300;
  transition: color 0.3s ease;
  letter-spacing: 1px;
  position: relative;
}
header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #dcbdc5;
  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 .headerContent {
    width: 90%;
  }
  header nav ul li a {
    font-size: 16.15px;
  }
}
@media screen and (max-width: 1000px) {
  header a.topLogo img {
    max-width: 80px;
  }
  header a.topLogo.is-scrolled img {
    max-width: 80px;
  }
  header nav {
    width: 60%;
  }
  header nav ul li a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  header {
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1019607843);
    border-bottom: 1px solid #bfbfbf;
  }
  header .headerContent {
    width: 100%;
    justify-content: flex-start;
  }
  header {
    top: 0;
    height: 80px;
    margin: 0px auto;
    padding: 5px 0;
    background-color: #fff;
  }
  header.is-scrolled {
    height: 70px;
  }
  header.is-scrolled .topLogo {
    width: 140px;
  }
  header .topLogo {
    width: 160px;
    margin: 0;
    margin-left: 7%;
  }
  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: 5%;
    margin: auto;
    z-index: 1000;
  }
  header #spNav_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    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.85);
  }
  header nav {
    width: 100%;
    position: fixed;
    padding: 5%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9294117647);
    box-shadow: none;
    top: 79px;
    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: 68px;
  }
  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: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: 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: 100px;
}
.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.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.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;
}
.sectionTitle .title_Eng {
  font-size: 45px;
}
.sectionTitle .title_Chi {
  font-size: 20px;
}

.btn_viewMore {
  width: 40%;
  max-width: 160px;
  min-width: 140px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #dcbdc5;
  border-radius: 50px;
  padding: 10px;
  filter: drop-shadow(2px 2px 3px #eee);
  color: #dcbdc5;
  font-family: "Noto Sans TC";
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.5px;
  transition: all 0.2s ease-in-out;
}
.btn_viewMore:hover {
  background-color: #dcbdc5;
  color: #fff;
  transform: scale(0.9);
  box-shadow: 0 4px 10px rgba(136, 136, 136, 0.1);
}

.main_banner {
  position: relative;
  width: 100%;
  margin-top: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans TC", sans-serif;
  overflow: visible;
  background: linear-gradient(to bottom, #ffffff 50%, #fbf5f5 50%);
}
.main_banner .capsule_bg {
  position: relative;
  overflow: hidden;
  width: 85%;
  aspect-ratio: 16/5.5;
  background-image: url("../images/about_bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.main_banner .content_wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -25%;
}
.main_banner .brand_logo {
  width: clamp(100px, 15vw, 180px);
  margin-bottom: 5%;
}
.main_banner .text_content p {
  color: #7b7b7b;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  text-align: center;
}
.main_banner .text_content .line_break {
  display: none;
}
.main_banner .hand-bottle {
  position: absolute;
  right: 0;
  top: -5%;
  width: 28.8%;
  z-index: 3;
  pointer-events: none;
  max-width: 550px;
}
.main_banner .hand-receive {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 24.4%;
  right: 17.2%;
  max-width: 367px;
}

/* 商品一覽 */
.productList {
  background-color: #fbf5f5;
  padding-top: 5%;
  padding-bottom: clamp(20px, 4.7vw, 90px);
}
.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 .title {
  font-size: 25px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  color: #333333;
  margin-top: 1.5%;
  margin-bottom: 3.5%;
}
.productList .productInfo .productInfo_left {
  width: 35%;
}
.productList .productInfo .productInfo_right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: clamp(20px, 7.4vw, 100px);
}
.productList .productInfo .productName {
  font-size: 30px;
  letter-spacing: 2.5px;
  line-height: 2;
  font-family: "Noto Serif TC";
  display: flex;
  align-items: center;
}
.productList .productInfo .productName .productType {
  font-family: "Noto Sans TC";
  border-radius: 50px;
  font-size: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0.5%;
}
.productList .productInfo .productName .productType:first-of-type {
  margin-left: 1%;
}
.productList .productInfo .productName .productType:last-of-type {
  margin-left: 0.5%;
}
.productList .productInfo .productName .productType.rich {
  background-color: #92374e;
}
.productList .productInfo .productName .productType.right {
  background-color: #dcbdc5;
}
.productList .productInfo .product_slogan {
  font-size: 16px;
  border-radius: 100px;
  display: inline-block;
  background-color: #fff;
  color: #92374e;
  padding: 1% 4%;
  margin-bottom: 2.5%;
  margin-left: -2%;
  letter-spacing: 1.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.productList .productInfo .product_intro {
  font-size: 16px;
  line-height: 2;
  color: #7b7b7b;
  letter-spacing: 1.5px;
  margin-bottom: 3.5%;
}

/* 銷售通路 */
.channels {
  flex-direction: column;
  position: relative;
  padding: 5% 0;
  overflow: visible;
}
.channels .titleLogo {
  width: 24%;
  margin-bottom: 2.5%;
  margin-left: -4.5%;
}
.channels .inner_channels {
  width: 70%;
  margin: auto;
}
.channels .inner_channels .channels_zone {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}
.channels .inner_channels .channels_zone .item {
  margin: 0 1.5%;
}
.channels .inner_channels .channels_zone .btn_shop {
  transition: all 0.25s ease-in-out;
}
.channels .inner_channels .channels_zone .btn_shop:hover {
  opacity: 0.85;
  transform: scale(0.9);
}
.channels .bubble_right {
  width: 23%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
}

.faqZone {
  background-color: #f3e6e0;
  padding: 4% 0;
}
.faqZone .inner_faqZone {
  flex-direction: column;
  position: relative;
}
.faqZone .inner_faqZone .title_Eng {
  margin-bottom: 5%;
}
.faqZone .inner_faqZone .title_Chi {
  position: relative;
  z-index: 20;
}
.faqZone .inner_faqZone .qaBg {
  margin: 0 0 10rem 0;
  padding: 2.5%;
}
.faqZone .bubble_left {
  width: 23%;
  position: absolute;
  left: 0;
  bottom: -60%;
}

@media screen and (min-width: 1780px) {
  .main_banner .hand-receive {
    right: 14.9vw;
  }
}
@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;
  }
  .main_banner .brand_logo {
    margin-bottom: 7.5%;
  }
  .main_banner .text_content p {
    text-align: left;
    line-height: 2;
  }
  .main_banner .text_content p .line_break {
    display: block;
  }
  .productIntro .section_slogan {
    width: 80%;
  }
  .productIntro .section_slogan.typingAnimation .secondSlogan.slogan_title {
    font-size: 45px;
  }
  .productIntro p.slogan_title {
    font-size: 47px;
  }
  .faqZone .bubble_left {
    width: 32%;
    left: 0%;
    bottom: -55%;
  }
}
@media screen and (max-width: 1200px) {
  .sectionTitle .title_Eng {
    margin-top: 15px;
    font-size: 40.5px;
  }
  .sectionTitle .title_Chi {
    font-size: 18px;
  }
  .productList .inner_productList .feature_item .feature_content h3.feature_text {
    font-size: 32.4px;
  }
  .channels .inner_channels {
    width: 50%;
  }
  .faqZone .bubble_left {
    width: 32%;
    left: 0%;
    bottom: -55%;
  }
}
@media screen and (max-width: 992px) {
  .TopBanner.slide img {
    min-height: 450px;
  }
  .sectionTitle .title_Eng {
    font-size: 34px;
  }
  .sectionTitle .title_Chi {
    font-size: 17px;
  }
  .btn_viewMore {
    font-size: 11.9px;
    width: 45%;
  }
  .productList .title {
    font-size: 21.25px;
  }
  .productList .productInfo .productInfo_left {
    width: 45%;
  }
  .productList .productInfo .productName {
    font-size: 25.5px;
  }
  .productList .productInfo .productName .productType {
    font-size: 10.2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-right: 0.5%;
  }
  .productList .productInfo .productName .productType:first-of-type {
    margin-left: 1%;
  }
  .productList .productInfo .productName .productType:last-of-type {
    margin-left: 0.5%;
  }
  .productList .productInfo .product_slogan {
    font-size: 13.6px;
  }
  .productList .productInfo .product_intro {
    font-size: 13.6px;
  }
  .faqZone .inner_faqZone .title_Eng {
    margin-bottom: 5%;
  }
  .faqZone .inner_faqZone .qaBg {
    margin: 0 0 10rem 0;
    padding: 2.5%;
  }
  .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 .title_Eng {
    font-size: 36px;
  }
  .sectionTitle .title_Chi {
    font-size: 16px;
  }
  .main_banner .capsule_bg {
    height: 25vh;
  }
  .main_banner .hand-bottle {
    top: 10%;
  }
  .productList .title {
    font-size: 20px;
  }
  .productList .productInfo .productName {
    font-size: 24px;
  }
  .productList .productInfo .productName .productType {
    font-size: 8.8px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .productList .productInfo .productName .productType:first-of-type {
    margin-left: 1%;
  }
  .productList .productInfo .productName .productType:last-of-type {
    margin-left: 0.5%;
  }
  .productList .productInfo .product_slogan {
    font-size: 12.8px;
  }
  .productList .productInfo .product_intro {
    font-size: 12.8px;
  }
  .channels {
    padding: 10% 0 7.5%;
  }
  .channels .titleLogo {
    width: 50%;
  }
  .channels .inner_channels {
    width: 90%;
  }
  .channels .inner_channels .channels_zone .item {
    width: 40%;
    z-index: 10;
  }
  .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 .bubble_right {
    width: 55%;
    right: -27%;
    top: 50%;
    z-index: 5;
  }
  .faqZone {
    padding: 7.5% 0 10%;
  }
  .faqZone .bubble_left {
    width: 60%;
    left: -25%;
    bottom: -45%;
  }
}
@media screen and (max-width: 600px) {
  .main_banner {
    margin-top: 7.5%;
  }
  .main_banner .capsule_bg {
    height: 90vh;
    max-height: 750px;
    align-items: self-start;
    padding-top: 30%;
  }
  .main_banner .content_wrapper {
    margin: 0;
  }
  .main_banner .brand_logo {
    width: 65%;
    max-width: 200px;
    margin-bottom: 10%;
  }
  .main_banner .text_content p {
    text-align: center;
  }
  .main_banner .hand-bottle {
    top: 53%;
    width: 59%;
  }
  .main_banner .hand-receive {
    width: 50.4%;
    right: 44.2%;
  }
  .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 {
    padding-bottom: 12.5%;
  }
  .productList .title {
    margin-top: 5%;
    margin-bottom: 5.5%;
  }
  .productList .productInfo {
    flex-direction: column;
  }
  .productList .productInfo .productInfo_left {
    width: 70%;
    margin-bottom: 3%;
  }
  .productList .productInfo .productInfo_right {
    width: 90%;
    align-items: center;
    margin: auto;
  }
  .productList .productInfo .productName {
    font-size: 22.4px;
    letter-spacing: 2.5px;
    line-height: 2;
    width: 95%;
    justify-content: center;
    margin-bottom: 2%;
  }
  .productList .productInfo .productName .productType {
    font-size: 8.4px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@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%;
  }
  .main_banner .capsule_bg {
    height: 75vh;
    padding-top: 30%;
  }
  .main_banner .brand_logo {
    width: 60%;
  }
  .main_banner .hand-bottle {
    top: 55%;
    width: 67%;
    right: -8.8%;
  }
  .main_banner .hand-receive {
    width: 52.4%;
    right: 42.2%;
  }
  .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) {
  .main_banner .capsule_bg {
    height: 90vh;
    max-height: 600px;
  }
  .productList .feature_content h3.feature_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .productList .feature_content h3.feature_text {
    font-size: 24px;
  }
}
main.page_product .TopBanner {
  background-color: #fbf5f5;
}
main .product_content {
  background-color: #fbf5f5;
  flex-direction: column;
  position: relative;
  padding: 7.5% 0;
}
@media (max-width: 768px) {
  main .product_content {
    padding-bottom: 10%;
    overflow: hidden;
  }
}
main .product_content .title {
  margin: 2rem auto;
  text-align: center;
  position: relative;
  z-index: 20;
}
main .product_content .title .title_main {
  font-family: "Noto Serif TC";
  font-weight: 600;
  font-size: 45px;
}
main .product_content .title .title_sup {
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  main .product_content .title {
    margin: 7% auto;
  }
}
main .product_content .picTextContainer {
  flex-direction: column;
  position: relative;
}
main .product_content .picTextContainer .picTextBox {
  flex-direction: column;
  gap: 4rem;
}
main .product_content .picTextContainer .picTextBox img {
  width: 100%;
  max-width: 90dvw;
}
@media (min-width: 1024px) {
  main .product_content .picTextContainer .picTextBox img {
    max-width: 60dvw;
  }
}
@media (min-width: 480px) {
  main .product_content .picTextContainer .picTextBox img {
    max-width: 80dvw;
  }
}
main .product_content .bgPic {
  width: 100%;
  z-index: 1;
}
main .product_content .bgPic img {
  position: absolute;
}
main .product_content .bgPic img:nth-of-type(1) {
  width: 25dvw;
  max-width: 590px;
  top: -3%;
  right: 0;
  transform: translate(0%, 25%);
}
@media (min-width: 1024px) {
  main .product_content .bgPic img:nth-of-type(1) {
    width: 25dvw;
  }
}
@media (max-width: 768px) {
  main .product_content .bgPic img:nth-of-type(1) {
    width: 35dvw;
    transform: translate(0%, 40%);
  }
}
main .product_content .bgPic img:nth-of-type(2) {
  width: 32.8dvw;
  max-width: 700px;
  top: 65%;
  left: 0;
  transform: translate(-25%, -50%);
}
@media (min-width: 1024px) {
  main .product_content .bgPic img:nth-of-type(2) {
    top: 60%;
  }
}
@media (max-width: 768px) {
  main .product_content .bgPic img:nth-of-type(2) {
    width: 45dvw;
    top: 48%;
  }
}
main .product_content .bgPic img:nth-of-type(3) {
  width: 35dvw;
  max-width: 590px;
  bottom: 1%;
  right: 0;
  transform: translate(0%, 25%);
}
main .product_content .bgPic img:nth-of-type(3).showInSP {
  display: none;
}
@media (max-width: 768px) {
  main .product_content .bgPic img:nth-of-type(3).showInSP {
    display: block;
  }
}

/* 內容區塊 B */
.product_compare {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 7.5% 0;
  position: relative;
}
@media (max-width: 768px) {
  .product_compare {
    padding-top: 12.5%;
  }
}
.product_compare .title {
  text-align: center;
  font-family: "Noto Serif TC";
}
.product_compare .title .titleWithPic {
  flex-direction: row;
  white-space: nowrap;
  font-weight: 700;
  gap: 0.25rem;
}
.product_compare .title .titleWithPic picture {
  width: 35%;
  height: clamp(3.75rem, 2.5rem + 3vw, 6.25rem);
}
@media (max-width: 1024px) {
  .product_compare .title .titleWithPic picture {
    margin-bottom: 2.5%;
  }
}
.product_compare .title .text {
  font-weight: 700;
}
.product_compare .b_bottom_button {
  justify-content: space-evenly;
  width: 85%;
}
@media (max-width: 768px) {
  .product_compare .b_bottom_button {
    width: 90%;
  }
}
.product_compare .b_bottom_button .goShop {
  width: 32%;
  transition: all 0.25s ease-in-out;
}
.product_compare .b_bottom_button .goShop:hover {
  opacity: 0.85;
  transform: scale(0.9);
}
.product_compare .b_bottom_button .goShop:first-of-type {
  transform: translateX(38%);
}
@media (max-width: 1024px) {
  .product_compare .b_bottom_button .goShop:first-of-type {
    transform: translateX(10%);
  }
}
@media (max-width: 768px) {
  .product_compare .b_bottom_button .goShop:first-of-type {
    transform: translateX(17%);
  }
}
.product_compare .b_bottom_button .goShop:last-of-type {
  transform: translateX(40%);
}
@media (max-width: 1024px) {
  .product_compare .b_bottom_button .goShop:last-of-type {
    transform: translateX(35%);
  }
}
@media (max-width: 768px) {
  .product_compare .b_bottom_button .goShop:last-of-type {
    transform: translateX(30%);
  }
}

/* 步驟區塊 */
.how2use {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 7% 0;
  position: relative;
  background-color: #fbf5f5;
}
.how2use h2 {
  text-align: center;
  font-family: "Noto Serif TC";
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 7.5%;
}
@media (max-width: 768px) {
  .how2use h2 {
    font-size: 40px;
    margin-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .how2use h2 {
    font-size: 30px;
  }
}
.how2use .stepContainer {
  align-items: flex-start;
  gap: 4rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .how2use .stepContainer {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .how2use .stepContainer {
    gap: 0.5rem;
  }
}
.how2use .stepContainer img {
  max-width: 100%;
}
.how2use .stepContainer .arrow {
  transform: translateY(100%);
}

.page_faq .faqZone {
  padding-top: 100px;
  position: relative;
}
.page_faq .faqZone .sectionTitle {
  margin-top: 5%;
}
.page_faq .faqZone .inner_faqZone {
  flex-direction: column;
  position: relative;
}
.page_faq .faqZone .inner_faqZone .qaBg {
  margin: 0 0 5rem 0;
  padding: 2.5%;
  z-index: 10;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #434343;
  padding: 25px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox:first-child {
  border-top: 1px solid #434343;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt {
  display: flex;
  position: relative;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
  flex: 0 0 30px;
  font-size: 24px;
  color: #434343;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
  flex: 1 1;
  margin: 4px 0 0 0;
  transition: 0.4s;
  text-align: justify;
  font-size: 20px;
  color: #434343;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt .icon {
  position: absolute;
  top: 8px;
  right: 0;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt .plus,
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt .minus {
  transition: 0.5s;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt .plus {
  opacity: 1;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dt .minus {
  opacity: 0;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dd {
  margin: 0;
  transition: 1s;
  overflow: hidden;
  display: flex;
  height: 0;
  opacity: 0;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
  flex: 0 0 30px;
  font-size: 24px;
  line-height: 2.2;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
  flex: 1 1;
  margin: 4px 0 0 0;
  text-align: justify;
  font-size: 20px;
  padding-right: 20px;
  color: #434343;
  letter-spacing: 1.5px;
  line-height: 2.3;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
  font-weight: 800;
  font-size: 20px;
  position: relative;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b::before {
  content: "•";
  margin-right: 0.5rem;
  line-height: 2.3;
  position: absolute;
  left: -1.5rem;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox:hover dt p {
  opacity: 0.6;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox.active dt .plus {
  opacity: 0;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox.active dt .minus {
  opacity: 1;
}
.page_faq .faqZone .inner_faqZone .qaBg .qaBox.active dd {
  height: auto;
  opacity: 1;
  padding: 20px 0 0 0;
}
.page_faq .bubble_right {
  position: absolute;
  width: 23%;
  top: 17%;
  right: 0;
  z-index: 0;
}
.page_faq .bubble_left {
  position: absolute;
  width: 23%;
  left: 0;
  bottom: -5%;
}

@media screen and (max-width: 1200px) {
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 21.6px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 18px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
    font-size: 21.6px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 18px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 20.4px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 17px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
    font-size: 20.4px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 17px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 19.2px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 16px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
    font-size: 19.2px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 16px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
    font-size: 16px;
  }
  .page_faq .bubble_right {
    width: 38%;
    top: 9%;
    right: -10%;
  }
  .page_faq .bubble_left {
    width: 35%;
    left: -5%;
    bottom: -7%;
  }
}
@media screen and (max-width: 480px) {
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 15.6px;
    flex: 0 0 1.4rem;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 13px;
    line-height: 2;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
    font-size: 15.6px;
    flex: 0 0 1.4rem;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 13px;
    line-height: 2;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
    font-size: 13px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox.active dd {
    padding: 5px 0;
  }
  .page_faq .bubble_right {
    width: 45%;
    top: 9%;
    right: -16%;
  }
  .page_faq .bubble_left {
    width: 45%;
    left: -7%;
    bottom: -3%;
  }
}
@media screen and (max-width: 414px) {
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox {
    padding: 2% 0.5%;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 14.4px;
    line-height: 2.2;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 12px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
    font-size: 14.4px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 12px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt span {
    font-size: 13.2px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dt p {
    font-size: 11px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd span {
    font-size: 13.2px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p {
    font-size: 11px;
  }
  .page_faq .faqZone .inner_faqZone .qaBg .qaBox dd p .fw_b {
    font-size: 11px;
  }
}
footer {
  padding: 2.5% 0;
  background-image: url(../images/footer_bg.png);
  text-align: center;
  display: flex;
  color: #fff;
}
footer .footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footer .footerLogo {
  width: 21%;
  max-width: 210px;
  display: block;
  margin: 7.5% auto;
}
footer .footer .footer_info {
  font-size: 13px;
  letter-spacing: 1px;
  gap: 0.3rem;
}
footer .footer .footer_info a {
  color: #fff;
}
footer .footer .footer_info li {
  margin: 2% 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
footer .footer .footer_info li:not(:first-child)::before {
  content: "|";
  display: block;
  width: 1rem;
}
footer .footer .copyright {
  margin-top: 1.5%;
}
footer .footer .copyright p {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: auto;
}

.back2top {
  position: fixed;
  bottom: 24%;
  right: 1.5%;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  z-index: 100;
}
.back2top.changePosition {
  bottom: 5%;
}
.back2top a {
  display: block;
  width: 100%;
  display: none;
}

.floatBtn {
  position: fixed;
  bottom: 19%;
  right: 1.5%;
  width: 40%;
  max-width: 300px;
  z-index: 100;
}
.floatBtn.action #lineFriend {
  right: -283px;
}
.floatBtn.action .close_floatBtn img {
  transform: rotate(-180deg);
}
.floatBtn #lineFriend {
  position: absolute;
  right: 0;
  top: 70%;
  top: -4px;
  max-width: 300px;
  width: 100%;
  transition: 0.5s;
}
.floatBtn .close_floatBtn {
  position: absolute;
  font-size: 2rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 2px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.floatBtn .close_floatBtn img {
  height: 66%;
  width: auto;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_info {
    font-size: 11.7px;
  }
  footer .footer .copyright p {
    font-size: 9px;
  }
}
@media screen and (max-width: 992px) {
  footer .footer .footer_info {
    font-size: 11.05px;
  }
  footer .footer .copyright p {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 768px) {
  footer .footerLogo {
    width: 30%;
    max-width: 210px;
    margin: 10% auto;
  }
  footer .footer {
    width: 95%;
  }
  footer .footer .footer_info {
    font-size: 9.6px;
  }
  footer .footer .footer_info li {
    gap: 0.3rem;
  }
  footer .footer .footer_info li:not(:first-child)::before {
    width: 0.5rem;
  }
  footer .footer .copyright p {
    font-size: 8px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer .footer_info {
    font-size: 8.4px;
  }
  footer .footer .copyright p {
    font-size: 7px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer {
    width: 97.5%;
    margin: auto;
  }
  footer .footer .footerLogo {
    width: 32.5%;
    margin: 12.5% auto;
  }
  footer .footer .footer_info {
    font-size: 6.5px;
  }
  footer .footer .footer_info li {
    gap: 0.3rem;
  }
  footer .footer .footer_info li:not(:first-child)::before {
    width: 0.3rem;
  }
  footer .footer .footer_info li img {
    width: 10px;
  }
  footer .footer .copyright p {
    font-size: 6.5px;
  }
  .back2top {
    width: 40px;
    height: 40px;
    bottom: 16%;
  }
  .back2top.changePosition {
    right: 3%;
    bottom: 3%;
  }
  .floatBtn {
    bottom: 13%;
  }
  .floatBtn .close_floatBtn {
    transform: scale(0.8) translateY(-15px);
  }
}
@media screen and (max-width: 414px) {
  footer .footer .footer_info {
    font-size: 7.2px;
  }
  footer .footer .footer_info li {
    gap: 0.2rem;
  }
  footer .footer .footer_info li:not(:first-child)::before {
    width: 0.1rem;
  }
  footer .footer .footer_info li img {
    width: 7px;
  }
  footer .footer .copyright p {
    font-size: 6px;
  }
}
@media screen and (max-width: 375px) {
  footer .footer .footer_info {
    font-size: 7.2px;
  }
  footer .footer .footer_info li {
    gap: 0.2rem;
  }
  footer .footer .footer_info li:not(:first-child)::before {
    width: 0.1rem;
  }
  footer .footer .footer_info li img {
    display: none;
  }
  footer .footer .copyright p {
    font-size: 6px;
  }
}
.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 */
