@charset "UTF-8";

/* CSS reset*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.serum_wrap h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
.serum_wrap p,
blockquote,
th,
td,
footer,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
div,
li {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a,
div,
li:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.serum_wrap {
  font-family: "Microsoft JhengHei", "微軟正黑體", serif !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: normal;
  font-weight: normal;
}

.serum_wrap ol,
.serum_wrap ul {
  list-style: none;
}

.serum_wrap blockquote,
.serum_wrap q {
  quotes: none;
}

.serum_wrap blockquote:before,
.serum_wrap blockquote:after,
.serum_wrap q:before,
.serum_wrap q:after {
  content: "";
  content: none;
}

.serum_wrap a,
.serum_wrap a:hover,
.serum_wrap a:focus,
.serum_wrap a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h3 {
  display: block;
}

.serum_wrap h3 {
  font-size: 21px !important;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.serum_wrap img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.serum_wrap p {
  font-size: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
}

sup {
  font-size: 60% !important;
  position: initial;
  vertical-align: super;
}

@media (max-width: 1200px) {
  .serum_wrap h3 {
    font-size: 20px !important;
    letter-spacing: 0.01em;
  }

  .serum_wrap p {
    font-size: 17.6px;
  }
}

@media (max-width: 1024px) {
  .serum_wrap h3 {
    font-size: 17.5px !important;
    letter-spacing: 0.01em;
  }

  .serum_wrap p {
    font-size: 15.26px;
  }
}

@media (max-width: 810px) {
  .serum_wrap h3 {
    font-size: 5.4vw !important;
    margin-bottom: 1.5vw;
  }

  .serum_wrap p {
    font-size: 3.7vw;
  }

}

.serum_wrap .product_wrap a,
.serum_wrap .product_wrap button{
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.serum_wrap .product_wrap form {
  overflow: hidden;
  display: inline-block;
}

.serum_wrap .product_wrap a,
.serum_wrap .product_wrap button {
  display: inline-block;
  text-align: center;
  padding: 7.5px 30px;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-color 0.25s ease-out;
  cursor: pointer;
  width: fit-content;
}

.serum_wrap .product_wrap a::before,
.serum_wrap .product_wrap button::before {
  content: "";
  background: url(../images/shine_light.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 200%;
  height: 200%;
  margin-top: -20%;
  display: block;
  pointer-events: none;
  animation: btn-shine 4s ease 1s infinite;
}

.serum_wrap .product_wrap a:hover,
.serum_wrap .product_wrap button:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.serum_wrap .adjust {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100px;
  top: -135px;
}

@media (max-width: 1024px) {

  .serum_wrap .product_wrap a,
  .serum_wrap .product_wrap button {
    padding: 7.5px 20px;
    font-size: 15px;
  }
}

@media (max-width: 810px) {
  .serum_wrap .adjust {
    top: 10px;
  }

  .serum_wrap .product_wrap a,
  .serum_wrap .product_wrap button {
    padding: 2vw 8vw;
    font-size: 3.5vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10vw;
    margin: auto;
  }
}

.serum_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Microsoft JhengHei", "微軟正黑體", serif !important;
  color: #000;
}

.serum_wrap .serum-content {
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 90%;
}


/**********************Animation**************************/
@keyframes btn-shine {
  0% {
    transform: translateX(-150%);
  }

  70% {
    transform: translateX(120%);
  }

  100% {
    transform: translateX(120%);
  }
}

/** section-serum **/
.serum_wrap .section-serum {
  position: relative;
  background: url("../images/serum_bg_240718.jpg") no-repeat center top #e2effa;
  background-size: 100%;
  padding-top: 0;
  width: 100%;
  height: fit-content;
 /* max-width: 870px;*/
  box-sizing: border-box;
  padding: 3rem 4%;
}

.serum_wrap .section-serum .serum-content {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.serum_wrap .section-serum .serum-content p {
  line-height: 1.7;
}

.serum_wrap .section-serum .serum-content p b {
  font-weight: 700 !important;
}

.serum_wrap .section-serum .serum-content .product_wrap {
  background-color: #fff;
  box-shadow: 10px 5px 5px rgba(213, 224, 242, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 4%;
  margin: 1rem auto 2rem;
}

.serum_wrap .section-serum .serum-content .product_wrap:last-of-type {
  margin-bottom: 0;
}

.serum_wrap .section-serum .serum-content .product_wrap .pic_button {
  flex: 0 0 28%;
  text-align: center;
  box-sizing: border-box;
}

.serum_wrap .section-serum .serum-content .product_wrap .pic_button .pic {
  width: 65%;
  margin: 0 auto 0.5rem;
}

.serum_wrap .section-serum .serum-content .product_wrap .text {
  flex: 0 0 72%;
  padding: 0 0 0 2%;
  align-self: center;
  text-align: left;
}

@media (max-width: 1200px) {
  .serum_wrap .section-serum {
    /*max-width: 852px;*/
  }

}

@media (max-width: 1024px) {
  .serum_wrap .section-serum {
    /*max-width: 738px;*/
  }

}


@media (max-width: 810px) {
  .serum_wrap .section-serum {
    background: url("../images/serum_bg_240718.jpg") no-repeat center top #e2effa;
    background-size: 100%;
    padding: 8vw 7vw;
  }

  .serum_wrap .section-serum .serum-content .product_wrap {
    box-shadow: 10px 10px 10px rgba(213, 224, 242, 0.9);
    flex-direction: column;
    padding: 5vw 5vw 20vw;
    margin: 5vw auto 7vw;
    position: relative;
  }

  .serum_wrap .section-serum .serum-content .product_wrap .text {
    margin: 2vw auto 3vw;
    padding: 0;
  }

}