@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500&family=Poppins:wght@300;500&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none;
}

*:focus {
  outline: none;
}

.footerbg {
  background: #313131;
}

.MAIN {
  width: 100%;
}

#inside {
  width: 100%;
}

.cutClass {
  width: 100%;
}

.g-form {
  width: 100%;
  margin: 9% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-form li {
  position: relative;
  padding: 1% 0 1% 15%;
  width: 100%;
  margin-bottom: 1.5%;
}
.g-form li label {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  line-height: 1.8;
  transform: translateY(-50%);
}
.g-form li input {
  padding: 0.7rem;
  margin: 0.4rem 0;
  width: 100%;
  color: #333;
  border: 0;
  background: transparent;
  background: #fff;
  border-radius: 0.2rem;
}
.g-form li select {
  width: 100%;
  padding: 0.7rem;
  border: 0;
  background: #fff;
  border: 0;
  color: #333;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/icon-select.svg) no-repeat 95% 50% transparent !important;
  background-size: 5% !important;
  border-radius: 0.2rem;
}
.g-form li select option {
  background-color: #fff;
}
.g-form li a {
  text-decoration: underline;
}
.g-form li.is-2row {
  display: flex;
  justify-content: space-between;
}
.g-form li.is-2row select {
  width: 47%;
}
.g-form li.is-pl {
  padding-left: 15%;
}
.g-form li.is-rule label {
  left: 0;
}
.g-form input[type=checkbox], .g-form input[type=radio] {
  display: none;
}
.g-form input[type=checkbox] + label, .g-form input[type=radio] + label {
  padding-left: 60px;
  width: 100%;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
.g-form input[type=checkbox] + label:before, .g-form input[type=radio] + label:before,
.g-form input[type=checkbox] + label:after, .g-form input[type=radio] + label:after {
  content: "✔";
  color: #000;
  width: 47px;
  height: 47px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-position: -633px -466px;
  transition: 0.2s;
  text-align: center;
  font-size: 47px;
  line-height: 0.8;
  border-radius: 0.2rem;
}
.g-form input[type=checkbox] + label:before, .g-form input[type=radio] + label:before {
  content: "";
}
.g-form input[type=checkbox] + label:after, .g-form input[type=radio] + label:after {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 80%;
  transform: scale(1.5);
  background-color: transparent;
}
.g-form input[type=checkbox] + label:active:after, .g-form input[type=checkbox]:checked + label:after,
.g-form input[type=radio] + label:active:after, .g-form input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.counter {
  position: relative;
  height: 50px;
  margin: 5%;
  overflow: hidden;
  width: 160px;
  z-index: 2;
}
.counter * {
  margin: 0;
  padding: 0;
}
.counter > div {
  position: relative;
  float: left;
  top: 100%;
  transform: translateY(-1000%);
  transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
  will-change: transform;
}
.counter > div:nth-child(1) {
  transition-duration: 1s;
}
.counter > div:nth-child(2) {
  transition-duration: 1.2s;
}
.counter > div:nth-child(3) {
  transition-duration: 1.4s;
}
.counter > div:nth-child(4) {
  transition-duration: 1.6s;
}
.counter > div:nth-child(5) {
  transition-duration: 1.8s;
}
.counter > div:nth-child(6) {
  transition-duration: 2s;
}
.counter > div:nth-child(7) {
  transition-duration: 2.2s;
}
.counter > div:nth-child(8) {
  transition-duration: 2.4s;
}
.counter > div:nth-child(9) {
  transition-duration: 2.6s;
}
.counter > div:nth-child(10) {
  transition-duration: 2.8s;
}
.counter > div > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter.is-animate > div {
  top: 0;
  transform: translateY(0);
}
.counter.delay200 > div:nth-child(1) {
  transition-duration: 1.4s;
}
.counter.delay200 > div:nth-child(2) {
  transition-duration: 1.6s;
}
.counter.delay200 > div:nth-child(3) {
  transition-duration: 1.8s;
}
.counter.delay400 > div:nth-child(1) {
  transition-duration: 1.8s;
}
.counter.delay400 > div:nth-child(2) {
  transition-duration: 2s;
}
.counter.delay400 > div:nth-child(3) {
  transition-duration: 2.2s;
}
.counter.delay600 > div:nth-child(1) {
  transition-duration: 2.2s;
}
.counter.delay600 > div:nth-child(2) {
  transition-duration: 2.4s;
}
.counter.delay600 > div:nth-child(3) {
  transition-duration: 2.6s;
}
.counter.delay800 > div:nth-child(1) {
  transition-duration: 2.6s;
}
.counter.delay800 > div:nth-child(2) {
  transition-duration: 2.8s;
}
.counter.delay800 > div:nth-child(3) {
  transition-duration: 3s;
}

.video-wrap {
  margin: 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5% !important;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-wrap .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/video.jpg?v10) no-repeat center;
  background-size: 102%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.video-wrap .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s;
}
.video-wrap .img .video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 2;
}
.video-wrap p {
  font-size: 15px;
}
.video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap:hover .img:after {
  transform: scale(1.1);
}
.video-wrap:hover .img:before {
  opacity: 0;
}
.video-wrap:hover .video-btn-play:after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: transparent transparent transparent #0d6fb8;
}

.video-btn-play {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
}
.video-btn-play:before {
  content: "";
  width: 9rem;
  height: 6rem;
  border-radius: 1.5rem;
  border: 2px solid #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.2s;
  animation: circle-jump 0.5s linear infinite alternate;
}
@keyframes circle-jump {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.video-btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2.5rem;
  border-color: transparent transparent transparent #0d6fb8;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.splitEffect {
  overflow: hidden;
  white-space: nowrap;
}
.splitEffect span {
  display: inline-block;
  transform: translateY(100%);
}
.splitEffect span:nth-of-type(1) {
  animation-delay: 0.03s !important;
}
.splitEffect span:nth-of-type(2) {
  animation-delay: 0.06s !important;
}
.splitEffect span:nth-of-type(3) {
  animation-delay: 0.09s !important;
}
.splitEffect span:nth-of-type(4) {
  animation-delay: 0.12s !important;
}
.splitEffect span:nth-of-type(5) {
  animation-delay: 0.15s !important;
}
.splitEffect span:nth-of-type(6) {
  animation-delay: 0.18s !important;
}
.splitEffect span:nth-of-type(7) {
  animation-delay: 0.21s !important;
}
.splitEffect span:nth-of-type(8) {
  animation-delay: 0.24s !important;
}
.splitEffect span:nth-of-type(9) {
  animation-delay: 0.27s !important;
}
.splitEffect span:nth-of-type(10) {
  animation-delay: 0.3s !important;
}
.splitEffect span:nth-of-type(11) {
  animation-delay: 0.33s !important;
}
.splitEffect span:nth-of-type(12) {
  animation-delay: 0.36s !important;
}
.splitEffect span:nth-of-type(13) {
  animation-delay: 0.39s !important;
}
.splitEffect span:nth-of-type(14) {
  animation-delay: 0.42s !important;
}
.splitEffect span:nth-of-type(15) {
  animation-delay: 0.45s !important;
}
.splitEffect span:nth-of-type(16) {
  animation-delay: 0.48s !important;
}
.splitEffect span:nth-of-type(17) {
  animation-delay: 0.51s !important;
}
.splitEffect span:nth-of-type(18) {
  animation-delay: 0.54s !important;
}
.splitEffect span:nth-of-type(19) {
  animation-delay: 0.57s !important;
}
.splitEffect span:nth-of-type(20) {
  animation-delay: 0.6s !important;
}
.splitEffect span:nth-of-type(21) {
  animation-delay: 0.63s !important;
}
.splitEffect span:nth-of-type(22) {
  animation-delay: 0.66s !important;
}
.splitEffect span:nth-of-type(23) {
  animation-delay: 0.69s !important;
}
.splitEffect span:nth-of-type(24) {
  animation-delay: 0.72s !important;
}
.splitEffect span:nth-of-type(25) {
  animation-delay: 0.75s !important;
}
.splitEffect span:nth-of-type(26) {
  animation-delay: 0.78s !important;
}
.splitEffect span:nth-of-type(27) {
  animation-delay: 0.81s !important;
}
.splitEffect span:nth-of-type(28) {
  animation-delay: 0.84s !important;
}
.splitEffect span:nth-of-type(29) {
  animation-delay: 0.87s !important;
}
.splitEffect span:nth-of-type(30) {
  animation-delay: 0.9s !important;
}
.splitEffect.is-animate span {
  animation: se1 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes se1 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.splitEffect.is-animate.delay200 span:nth-of-type(1) {
  animation-delay: 0.23s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(2) {
  animation-delay: 0.26s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(3) {
  animation-delay: 0.29s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(4) {
  animation-delay: 0.32s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(5) {
  animation-delay: 0.35s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(6) {
  animation-delay: 0.38s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(7) {
  animation-delay: 0.41s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(8) {
  animation-delay: 0.44s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(9) {
  animation-delay: 0.47s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(10) {
  animation-delay: 0.5s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(11) {
  animation-delay: 0.53s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(12) {
  animation-delay: 0.56s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(13) {
  animation-delay: 0.59s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(14) {
  animation-delay: 0.62s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(15) {
  animation-delay: 0.65s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(16) {
  animation-delay: 0.68s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(17) {
  animation-delay: 0.71s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(18) {
  animation-delay: 0.74s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(19) {
  animation-delay: 0.77s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(20) {
  animation-delay: 0.8s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(21) {
  animation-delay: 0.83s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(22) {
  animation-delay: 0.86s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(23) {
  animation-delay: 0.89s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(24) {
  animation-delay: 0.92s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(25) {
  animation-delay: 0.95s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(26) {
  animation-delay: 0.98s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(27) {
  animation-delay: 1.01s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(28) {
  animation-delay: 1.04s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(29) {
  animation-delay: 1.07s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(30) {
  animation-delay: 1.1s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(1) {
  animation-delay: 0.43s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(2) {
  animation-delay: 0.46s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(3) {
  animation-delay: 0.49s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(4) {
  animation-delay: 0.52s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(5) {
  animation-delay: 0.55s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(6) {
  animation-delay: 0.58s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(7) {
  animation-delay: 0.61s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(8) {
  animation-delay: 0.64s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(9) {
  animation-delay: 0.67s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(10) {
  animation-delay: 0.7s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(11) {
  animation-delay: 0.73s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(12) {
  animation-delay: 0.76s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(13) {
  animation-delay: 0.79s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(14) {
  animation-delay: 0.82s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(15) {
  animation-delay: 0.85s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(16) {
  animation-delay: 0.88s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(17) {
  animation-delay: 0.91s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(18) {
  animation-delay: 0.94s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(19) {
  animation-delay: 0.97s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(20) {
  animation-delay: 1s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(21) {
  animation-delay: 1.03s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(22) {
  animation-delay: 1.06s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(23) {
  animation-delay: 1.09s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(24) {
  animation-delay: 1.12s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(25) {
  animation-delay: 1.15s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(26) {
  animation-delay: 1.18s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(27) {
  animation-delay: 1.21s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(28) {
  animation-delay: 1.24s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(29) {
  animation-delay: 1.27s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(30) {
  animation-delay: 1.3s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(1) {
  animation-delay: 0.63s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(2) {
  animation-delay: 0.66s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(3) {
  animation-delay: 0.69s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(4) {
  animation-delay: 0.72s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(5) {
  animation-delay: 0.75s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(6) {
  animation-delay: 0.78s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(7) {
  animation-delay: 0.81s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(8) {
  animation-delay: 0.84s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(9) {
  animation-delay: 0.87s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(11) {
  animation-delay: 0.93s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(12) {
  animation-delay: 0.96s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(13) {
  animation-delay: 0.99s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(14) {
  animation-delay: 1.02s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(15) {
  animation-delay: 1.05s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(16) {
  animation-delay: 1.08s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(17) {
  animation-delay: 1.11s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(18) {
  animation-delay: 1.14s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(19) {
  animation-delay: 1.17s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(20) {
  animation-delay: 1.2s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(21) {
  animation-delay: 1.23s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(22) {
  animation-delay: 1.26s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(23) {
  animation-delay: 1.29s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(24) {
  animation-delay: 1.32s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(25) {
  animation-delay: 1.35s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(26) {
  animation-delay: 1.38s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(27) {
  animation-delay: 1.41s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(28) {
  animation-delay: 1.44s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(29) {
  animation-delay: 1.47s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(30) {
  animation-delay: 1.5s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(1) {
  animation-delay: 0.83s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(2) {
  animation-delay: 0.86s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(3) {
  animation-delay: 0.89s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(4) {
  animation-delay: 0.92s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(5) {
  animation-delay: 0.95s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(6) {
  animation-delay: 0.98s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(7) {
  animation-delay: 1.01s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(8) {
  animation-delay: 1.04s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(9) {
  animation-delay: 1.07s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(10) {
  animation-delay: 1.1s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(11) {
  animation-delay: 1.13s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(12) {
  animation-delay: 1.16s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(13) {
  animation-delay: 1.19s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(14) {
  animation-delay: 1.22s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(15) {
  animation-delay: 1.25s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(16) {
  animation-delay: 1.28s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(17) {
  animation-delay: 1.31s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(18) {
  animation-delay: 1.34s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(19) {
  animation-delay: 1.37s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(20) {
  animation-delay: 1.4s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(21) {
  animation-delay: 1.43s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(22) {
  animation-delay: 1.46s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(23) {
  animation-delay: 1.49s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(24) {
  animation-delay: 1.52s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(25) {
  animation-delay: 1.55s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(26) {
  animation-delay: 1.58s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(27) {
  animation-delay: 1.61s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(28) {
  animation-delay: 1.64s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(29) {
  animation-delay: 1.67s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(30) {
  animation-delay: 1.7s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(1) {
  animation-delay: 1.03s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(2) {
  animation-delay: 1.06s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(3) {
  animation-delay: 1.09s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(4) {
  animation-delay: 1.12s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(5) {
  animation-delay: 1.15s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(6) {
  animation-delay: 1.18s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(7) {
  animation-delay: 1.21s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(8) {
  animation-delay: 1.24s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(9) {
  animation-delay: 1.27s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(10) {
  animation-delay: 1.3s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(11) {
  animation-delay: 1.33s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(12) {
  animation-delay: 1.36s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(13) {
  animation-delay: 1.39s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(14) {
  animation-delay: 1.42s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(15) {
  animation-delay: 1.45s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(16) {
  animation-delay: 1.48s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(17) {
  animation-delay: 1.51s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(18) {
  animation-delay: 1.54s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(19) {
  animation-delay: 1.57s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(20) {
  animation-delay: 1.6s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(21) {
  animation-delay: 1.63s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(22) {
  animation-delay: 1.66s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(23) {
  animation-delay: 1.69s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(24) {
  animation-delay: 1.72s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(25) {
  animation-delay: 1.75s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(26) {
  animation-delay: 1.78s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(27) {
  animation-delay: 1.81s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(28) {
  animation-delay: 1.84s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(29) {
  animation-delay: 1.87s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(30) {
  animation-delay: 1.9s !important;
}

.tns-slider {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.tns-outer {
  position: relative;
}

.tns-item {
  float: left;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  position: absolute;
  top: 44%;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: url(../img/icon-next-333.svg?v2), rgba(255, 255, 255, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%, 100%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  z-index: 3;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.tns-controls button:hover, .tns-controls div:hover, .tns-cus-controls button:hover, .tns-cus-controls div:hover {
  background: url(../img/icon-next-333.svg?v2), rgba(222, 132, 223, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%, 100%;
}
.tns-controls button:active, .tns-controls div:active, .tns-cus-controls button:active, .tns-cus-controls div:active {
  background: url(../img/icon-next-333.svg?v2), white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%, 100%;
}
.tns-controls button:nth-of-type(1), .tns-controls div:nth-of-type(1), .tns-cus-controls button:nth-of-type(1), .tns-cus-controls div:nth-of-type(1) {
  left: -7rem;
  transform: scale(-1, 1);
}
.tns-controls button:nth-of-type(2), .tns-controls div:nth-of-type(2), .tns-cus-controls button:nth-of-type(2), .tns-cus-controls div:nth-of-type(2) {
  right: -7rem;
}

.tns-nav {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.tns-nav button {
  width: 2rem;
  height: 2rem;
  border: 0;
  margin: 0.5rem;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.tns-nav button:after {
  transform: translate(-50%, -50%) scale(0);
}
.tns-nav button:hover:before, .tns-nav button:hover:after {
  background-color: #de84df;
}
.tns-nav button.tns-nav-active:after {
  background-color: #de84df;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.tns-controls {
  text-align: center;
}

.msg-box {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
  transform: scale(1);
  perspective: 700px;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  pointer-events: none;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.msg-box ::-webkit-scrollbar-track {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.msg-box ::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.msg-box ::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-box-shadow: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.msg-box .msg-wrap {
  background: #fff;
  width: 90%;
  height: 90%;
  max-width: 550px;
  max-height: 730px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: rotateY(50deg) scale(0.5) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition: 0.2s;
  background: #0d6fb8;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 7px;
  left: 21px;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: rotateY(0deg) scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding-right: 5%;
  color: #000;
}
.msg-box .msg-content header {
  font-size: 35px;
  font-weight: bold;
}
.msg-box .msg-content p {
  line-height: 2;
  margin: 10px 0;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background: #0d6fb8;
  width: 70%;
  display: block;
  border-radius: 30px;
  margin: 10px auto;
  cursor: pointer;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #00c5db;
  color: #fff;
  transition: 0.2s;
}
.msg-box#msg-skin .msg-content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5%;
}
.msg-box#msg-skin .msg-content header h2 {
  font-size: 45px;
  margin: 50px 0 20px;
}
.msg-box#msg-skin .msg-content p {
  line-height: 1.5;
  font-size: 22px;
}
.msg-box#msg-skin .msg-content img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  width: 400px;
}
#msg-alert .msg-content {
  text-align: center;
  padding: 5%;
  height: auto;
}
#msg-alert .msg-content header {
  font-size: 25px;
}

.stars {
  pointer-events: none;
}
.stars span {
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  animation: stars1 4s linear infinite;
  filter: blur(0.3vw);
}
.stars span:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: stars_shine 0.2s infinite;
  display: block;
  position: absolute;
}
@keyframes stars_shine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes stars1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.stars span:nth-child(1) {
  position: absolute;
  left: 85.04621814%;
  top: 48.7422978611%;
  animation-delay: -1s;
}
.stars span:nth-child(2) {
  position: absolute;
  left: 34.4676054608%;
  top: 35.8077530815%;
  animation-delay: -2s;
}
.stars span:nth-child(3) {
  position: absolute;
  left: 31.5459753745%;
  top: 12.9249912439%;
  animation-delay: -3s;
}
.stars span:nth-child(4) {
  position: absolute;
  left: 62.6639722073%;
  top: 63.7074221638%;
  animation-delay: -4s;
}
.stars span:nth-child(5) {
  position: absolute;
  left: 16.6759782387%;
  top: 68.8456953778%;
  animation-delay: -5s;
}
.stars span:nth-child(6) {
  position: absolute;
  left: 93.2610855141%;
  top: 78.5615981132%;
  animation-delay: -6s;
}
.stars span:nth-child(7) {
  position: absolute;
  left: 87.1930402817%;
  top: 40.3237295636%;
  animation-delay: -7s;
}
.stars span:nth-child(8) {
  position: absolute;
  left: 49.2879586947%;
  top: 34.6169891974%;
  animation-delay: -8s;
}
.stars span:nth-child(9) {
  position: absolute;
  left: 86.2802234793%;
  top: 30.5595061637%;
  animation-delay: -9s;
}
.stars span:nth-child(10) {
  position: absolute;
  left: 77.7074553373%;
  top: 27.2528190968%;
  animation-delay: -10s;
}
.stars span:nth-child(11) {
  position: absolute;
  left: 60.5592279803%;
  top: 98.3528935079%;
  animation-delay: -11s;
}
.stars span:nth-child(12) {
  position: absolute;
  left: 71.9381599295%;
  top: 4.6105688295%;
  animation-delay: -12s;
}
.stars span:nth-child(13) {
  position: absolute;
  left: 30.4399640547%;
  top: 30.2659157823%;
  animation-delay: -13s;
}
.stars span:nth-child(14) {
  position: absolute;
  left: 31.3912177897%;
  top: 21.9518878631%;
  animation-delay: -14s;
}
.stars span:nth-child(15) {
  position: absolute;
  left: 52.5621190467%;
  top: 10.8404462664%;
  animation-delay: -15s;
}
.stars span:nth-child(16) {
  position: absolute;
  left: 99.1541527313%;
  top: 66.8018403009%;
  animation-delay: -16s;
}
.stars span:nth-child(17) {
  position: absolute;
  left: 10.8199976076%;
  top: 8.3835834425%;
  animation-delay: -17s;
}
.stars span:nth-child(18) {
  position: absolute;
  left: 47.1539201343%;
  top: 96.7442876247%;
  animation-delay: -18s;
}
.stars span:nth-child(19) {
  position: absolute;
  left: 11.950806707%;
  top: 24.6354106467%;
  animation-delay: -19s;
}
.stars span:nth-child(20) {
  position: absolute;
  left: 0.4482045494%;
  top: 47.1921872654%;
  animation-delay: -20s;
}
.stars span:nth-child(21) {
  position: absolute;
  left: 18.2763360451%;
  top: 13.2795711253%;
  animation-delay: -21s;
}
.stars span:nth-child(22) {
  position: absolute;
  left: 87.0634799038%;
  top: 48.8083729223%;
  animation-delay: -22s;
}
.stars span:nth-child(23) {
  position: absolute;
  left: 12.0275083882%;
  top: 95.4292728386%;
  animation-delay: -23s;
}
.stars span:nth-child(24) {
  position: absolute;
  left: 5.3118214557%;
  top: 86.0331977073%;
  animation-delay: -24s;
}
.stars span:nth-child(25) {
  position: absolute;
  left: 66.7717713347%;
  top: 18.5006933436%;
  animation-delay: -25s;
}
.stars span:nth-child(26) {
  position: absolute;
  left: 46.2841114375%;
  top: 94.3619496189%;
  animation-delay: -26s;
}
.stars span:nth-child(27) {
  position: absolute;
  left: 43.2287961788%;
  top: 89.6421051616%;
  animation-delay: -27s;
}
.stars span:nth-child(28) {
  position: absolute;
  left: 69.2850767129%;
  top: 89.9335984735%;
  animation-delay: -28s;
}
.stars span:nth-child(29) {
  position: absolute;
  left: 68.663498771%;
  top: 60.1065068384%;
  animation-delay: -29s;
}
.stars span:nth-child(30) {
  position: absolute;
  left: 56.2609838248%;
  top: 89.1980223011%;
  animation-delay: -30s;
}
.stars span:nth-child(31) {
  position: absolute;
  left: 41.2644100284%;
  top: 66.4725798154%;
  animation-delay: -31s;
}
.stars span:nth-child(32) {
  position: absolute;
  left: 96.7707574872%;
  top: 0.9477740755%;
  animation-delay: -32s;
}
.stars span:nth-child(33) {
  position: absolute;
  left: 91.1090793519%;
  top: 64.2400066451%;
  animation-delay: -33s;
}
.stars span:nth-child(34) {
  position: absolute;
  left: 61.8879639103%;
  top: 26.8532786542%;
  animation-delay: -34s;
}
.stars span:nth-child(35) {
  position: absolute;
  left: 5.4337647994%;
  top: 68.3229466518%;
  animation-delay: -35s;
}
.stars span:nth-child(36) {
  position: absolute;
  left: 78.9748478573%;
  top: 10.1851687154%;
  animation-delay: -36s;
}
.stars span:nth-child(37) {
  position: absolute;
  left: 91.9468791815%;
  top: 51.0013147336%;
  animation-delay: -37s;
}
.stars span:nth-child(38) {
  position: absolute;
  left: 45.0586606206%;
  top: 62.6866831201%;
  animation-delay: -38s;
}
.stars span:nth-child(39) {
  position: absolute;
  left: 7.1937946576%;
  top: 20.7059705507%;
  animation-delay: -39s;
}
.stars span:nth-child(40) {
  position: absolute;
  left: 15.4943431699%;
  top: 50.8994174089%;
  animation-delay: -40s;
}

.text-border-1 {
  filter: drop-shadow(0 0 0.3rem rgba(61, 125, 155, 0.5));
  will-change: transform;
}
.text-border-1:before, .text-border-1:after {
  content: attr(data-text);
  display: block;
  padding: 0 0.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.text-border-1:before {
  background: #34aac2;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1rem transparent;
}
.text-border-1:after {
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.5rem transparent;
}

.text-border-2 {
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  padding: 0 0.6rem !important;
  display: block;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.5));
}

.text-border-3 {
  color: #003c57;
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.3rem transparent;
  padding: 0 0.2rem !important;
  display: block;
  filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 60, 87, 0.5));
}

.text-border-4 {
  background: #5e88a0;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  padding: 0 0.6rem;
  display: block;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.5));
}

.text-border-5 {
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  padding: 0 0.6rem;
  display: block;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.5));
}

.text-layers {
  position: relative;
}

.text-gradient-1 {
  color: #fff;
  background: linear-gradient(to bottom, #fff 50%, #59bded 50.1%, #fff 70%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: inline-block;
  filter: drop-shadow(0 0 0.1rem #fff);
  position: relative;
  z-index: 1;
}

.text-gradient-2 {
  color: #fff;
  background: linear-gradient(to bottom, #31bf9a 0%, #fff 70%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.7));
}

.text-gradient-3 {
  color: #fff;
  background: linear-gradient(to bottom, #00c5db 0%, #fff 80%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}

.text-gradient-4 {
  color: #094487;
  background: linear-gradient(to bottom, #6489b3 0%, #094487 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-5 {
  color: #fff;
  background: linear-gradient(163deg, #fdf7e5 0%, #ecce84 50%, #ad8e44 55%, #ad8e44 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}

.text-gradient-6 {
  color: #fff;
  background: linear-gradient(to right, #f9e0a1 0%, #d3ab49 30%, #f9e0a1 60%, #e2c275 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}

.text-gradient-7 {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-7:before, .text-gradient-7:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
  padding: 0 1rem;
}
.text-gradient-7:after {
  background: linear-gradient(170deg, #fff 30%, #5ff9ff 70%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-7:before {
  color: #fff;
  background: #348bbf;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
}

.text-gradient-8 {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-8:before, .text-gradient-8:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-8:after {
  background: linear-gradient(to bottom, #5ff9ff, #fff 60%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-8:before {
  color: #fff;
  background: #348bbf;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
}

.text-gradient-9 {
  color: #fff;
  background: linear-gradient(to bottom, #fff2b6 30%, #fff);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-blue-300 {
  color: #c3effb;
}

.color-blue-600 {
  color: #34aac2;
}

.color-blue-700 {
  color: #285d8b;
}

.color-blue-800 {
  color: #3d7d9b;
}

.color-blue-900 {
  color: #003c57;
}

.color-red {
  color: red;
}

.color-yellow {
  color: #fff2b6;
}

[class^=icon-flare-] {
  width: 20rem;
  height: 6rem;
  background: url(../img/icon-flare-white.png) center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
  z-index: 1;
  animation: flare_shine 0.2s linear infinite alternate;
}
@keyframes flare_shine {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 2;
  }
}
[class^=icon-flare-]:nth-of-type(2) {
  animation-duration: 0.4s;
}

[class^=icon-blur-flare-] {
  width: 15rem;
  height: 25rem;
  background: radial-gradient(ellipse, rgba(195, 239, 251, 0.3), rgba(13, 111, 184, 0) 70%);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(0.5rem);
  mix-blend-mode: plus-lighter;
  z-index: 1;
}

[class^=icon-dot-flare-] {
  width: 8rem;
  height: 5rem;
  background: url(../img/icon-flare-white-2.png?v10) center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

[class^=icon-star] {
  width: 4rem;
  height: 4rem;
  background: url(../img/icon-star-1.png) center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
[class^=icon-star]:nth-of-type(2) {
  animation-duration: 0.4s;
}

html {
  font-size: 1.25vw;
}

body {
  overflow-x: hidden;
}

.g-wrap {
  font-family: "Poppins", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.g-wrap img {
  max-width: 100%;
}
.g-wrap a {
  color: #094487;
  text-decoration: none;
  transition: color 0.4s;
}
.g-wrap a:hover {
  color: #0d6fb8;
}
.g-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.g-wrap li {
  list-style-type: none;
}

[class^=g-bt-] {
  position: relative;
  border: 0;
  background: transparent;
  border-radius: 50rem;
  color: #fff !important;
  font-size: 1.4rem;
  letter-spacing: 0.7rem;
  line-height: 2.5;
  width: 42%;
  display: block;
  text-align: center;
  cursor: pointer;
}
[class^=g-bt-]:before, [class^=g-bt-]:after {
  content: "";
  position: absolute;
  width: 15rem;
  height: 4rem;
  background: url(../img/icon-flare-white.png) 50%;
  background-size: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: 0.5s;
}
[class^=g-bt-]:before {
  top: -1.8rem;
  left: -25%;
}
[class^=g-bt-]:after {
  bottom: -2rem;
  left: 15%;
}
[class^=g-bt-] > div {
  background: linear-gradient(to bottom, #016ec1, rgba(1, 110, 193, 0.3));
  border-radius: 50rem;
  border: 0.15rem solid #fff;
  box-shadow: 0 0 1rem #fff;
}
[class^=g-bt-] span {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^=g-bt-] span:before {
  content: "";
  background: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-] span:after {
  content: "";
  background: url(../img/icon-next-fff.svg) no-repeat center;
  background-size: 50%;
  width: 1.4rem;
  height: 2rem;
  display: inline-block;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
[class^=g-bt-]:hover {
  color: #fff;
}
[class^=g-bt-]:hover > div {
  background: linear-gradient(to bottom, #0089f1, rgba(0, 137, 241, 0.5));
}
[class^=g-bt-]:hover:before {
  left: 15%;
}
[class^=g-bt-]:hover:after {
  left: -30%;
}
[class^=g-bt-].is-no-link {
  pointer-events: none;
}
[class^=g-bt-].is-no-link span:before, [class^=g-bt-].is-no-link span:after {
  display: none;
}

.g-bt-2 > div {
  background: linear-gradient(to bottom, #3176a7, rgba(85, 187, 221, 0.5));
}
.g-bt-2:hover > div {
  background: linear-gradient(to bottom, #3a3d89, rgba(123, 100, 213, 0.3));
}

.g-bt-3 {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.g-bt-3 > div {
  background: rgba(222, 132, 223, 0.6);
}
.g-bt-3:hover > div {
  background: rgba(222, 132, 223, 0.8);
}

.btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns a {
  margin: 0 2%;
}

.list-no li {
  position: relative;
  margin-left: 1.2vw;
  list-style-type: decimal;
}

.list-star li {
  position: relative;
  padding-left: 1.2vw;
}
.list-star li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.g-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100.1%;
}
.g-section h2 {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  position: relative;
}

#header-promo-app {
  opacity: 0.999;
  background: #fff;
}
#header-promo-app a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 2%;
}
#header-promo-app i.icon-app {
  width: 15vw;
  height: 15vw;
  background: url(../../includes/img/logo-biotherm.svg) no-repeat center #00c5db;
  background-size: 70%;
  border-radius: 2vw;
}
#header-promo-app .txt {
  width: 55%;
  padding: 0%;
}
#header-promo-app p {
  font-size: 3.7vw;
  color: #000;
  font-weight: bold;
}
#header-promo-app .btn {
  background: #fff;
  border: 1px solid #00c5db;
  color: #00c5db;
  font-size: 3.7vw;
  display: inline-block;
  padding: 0.5vw 0;
  width: 20vw;
  border-radius: 1vw;
  margin-top: 1%;
  text-align: center;
}

#kv {
  background-image: url(../img/bg-1.jpg?v10);
  height: 44.4rem;
}
#kv .pd {
  width: 21.7rem;
  position: absolute;
  top: 16.4%;
  left: 11.1%;
}
#kv .pd .texture {
  width: 14.6rem;
  height: 16.1rem;
  top: 41.2%;
  left: -6.4%;
  background: url(../img/kv-texture.png?v10) no-repeat;
  background-size: 100%;
  position: absolute;
}
#kv .pd img {
  width: 100%;
  position: relative;
}
#kv .pd .label {
  background: url(../img/icon-kv-label.jpg?v10) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  top: -16.5%;
  left: 80.3%;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-mask-image: radial-gradient(ellipse, #000 50%, transparent);
}
#kv .pd .icon-blur-flare-1 {
  top: -43%;
  left: 64%;
}
#kv .pd .icon-blur-flare-2 {
  top: 40%;
  left: 50%;
  display: none;
}
#kv .pd .icon-flare-1 {
  transform: rotate(85deg) scale(0.8);
  top: 66%;
  left: -7%;
  animation-duration: 1s;
}
#kv .txt {
  width: 40%;
  margin: 3rem 0 0 46.5%;
}
#kv .txt header .icon-galaxy {
  width: 16rem;
  height: 12rem;
  background: url(../img/icon-galaxy.png);
  background-size: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
#kv .txt header .icon-galaxy video {
  display: block;
  width: 100%;
  mix-blend-mode: screen;
}
#kv .txt header h1 {
  margin-top: -6.5rem;
}
#kv .txt header h1 p {
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  font-weight: normal;
}
#kv .txt header > p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  margin-top: -0.5rem;
}
#kv .txt header small {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-top: 3.8rem;
  display: block;
}
#kv .txt .btns {
  margin-top: 3rem;
}
#kv .txt .note {
  color: #666;
  font-size: 0.7rem;
  display: block;
  margin-top: 4rem;
}
#problem {
  background-image: url(../img/bg-2.jpg?v10);
  height: 39.8rem;
}
#problem header {
  padding-top: 3.4rem;
}
#problem header h2 {
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.5);
}
#problem ol {
  width: 67%;
  margin: 4.5rem auto 0;
  display: flex;
  justify-content: space-between;
  perspective: 150rem;
}
#problem li {
  width: 28.5%;
  position: relative;
  opacity: 0;
}
#problem li .card {
  position: relative;
}
#problem li .img {
  position: relative;
  width: 93%;
  margin: 0 auto;
  padding: 0.9rem;
  background: linear-gradient(to bottom, rgba(13, 111, 184, 0.3), #fff 60%);
  border-radius: 50%;
}
#problem li .img:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  border-radius: 50%;
}
#problem li img {
  width: 100%;
  border-radius: 50%;
}
#problem li h3 {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.5;
  margin-top: 0.5rem;
}
#problem li .icon-alert {
  width: 2rem;
  height: 2rem;
  background: url(../img/icon-alert.svg) no-repeat;
  background-size: 90%;
  display: inline-block;
  margin-right: 0.3rem;
}
#problem.is-animate li {
  animation: problem_li_show 1s forwards;
}
@keyframes problem_li_show {
  0% {
    transform: rotateY(180deg) translateX(-100%) translateY(50%);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) translateX(0) translateY(0);
    opacity: 1;
  }
}
#problem.is-animate li:nth-child(1) {
  animation-delay: 0.2s;
}
#problem.is-animate li:nth-child(2) {
  animation-delay: 0.4s;
}
#problem.is-animate li:nth-child(3) {
  animation-delay: 0.6s;
}

#ingredient {
  background-image: url(../img/bg-3.jpg?v10);
  height: 45.7rem;
}
#ingredient header {
  margin-top: 3.7rem;
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
}
#ingredient header h2 i.icon-dot-flare-1 {
  top: -35%;
  left: 38%;
}
#ingredient header h2 i.icon-dot-flare-2 {
  top: -42%;
  left: 66%;
}
#ingredient header h2 i.icon-dot-flare-3 {
  top: 20%;
  left: 47%;
}
#ingredient header > p {
  font-size: 2rem;
  letter-spacing: 0.25rem;
  margin-top: 0.2rem;
}
#ingredient ol.desc > li, #ingredient .desc-m > li {
  width: 26%;
  position: absolute;
  z-index: 2;
  text-align: right;
}
#ingredient ol.desc > li:nth-child(1), #ingredient .desc-m > li:nth-child(1) {
  top: 40%;
  left: 5%;
}
#ingredient ol.desc > li:nth-child(2), #ingredient .desc-m > li:nth-child(2) {
  top: 33.1%;
  left: 77.5%;
  text-align: left;
}
#ingredient ol.desc > li:nth-child(3), #ingredient .desc-m > li:nth-child(3) {
  top: 60.2%;
  left: -6.4%;
}
#ingredient ol.desc > li h3, #ingredient .desc-m > li h3 {
  font-size: 1.7rem;
  color: #7fcef4;
  margin-top: -0.3rem;
  line-height: 1.3;
}
#ingredient ol.desc > li b, #ingredient .desc-m > li b {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 10%, #fff 90%, rgba(255, 255, 255, 0));
  color: #003c57;
  font-size: 1.2rem;
  line-height: 1.9;
  display: block;
  margin-bottom: 0.5rem;
}
#ingredient ol.desc > li > p, #ingredient .desc-m > li > p {
  font-size: 1.2rem;
  margin-top: 0.3rem;
}
#ingredient ol.desc .txt, #ingredient .desc-m .txt {
  opacity: 0;
}
#ingredient ol.desc .txt p, #ingredient .desc-m .txt p {
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
}
#ingredient ol.desc .list-dot, #ingredient .desc-m .list-dot {
  padding-left: 1rem;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.4;
}
#ingredient ol.desc .list-dot:before, #ingredient .desc-m .list-dot:before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0;
}
#ingredient [class^=icon-flat-ingredient-] {
  width: 3rem;
  height: 3rem;
  background: url(../img/icon-flat-ingredient.svg);
  background-size: 300%;
  z-index: 1;
  display: inline-block;
}
#ingredient .icon-flat-ingredient-2 {
  background-position: 50% 0;
}
#ingredient .icon-flat-ingredient-3 {
  background-position: 100% 0;
}
#ingredient [class^=icon-ingredient-] {
  width: 6.6rem;
  height: 6.6rem;
  background: url(../img/ingredient.jpg?v10);
  background-size: 300%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 1rem #8dcdff, 0 0 1rem #fff;
  border: 0.2rem solid #fff;
  position: absolute;
  z-index: 1;
}
#ingredient .icon-ingredient-1 {
  top: 9%;
  left: 106%;
}
#ingredient .icon-ingredient-2 {
  background-position: 50% 0;
  top: 32%;
  left: -36%;
}
#ingredient .icon-ingredient-3 {
  background-position: 100% 0;
  top: 13%;
  left: 107%;
}
#ingredient .pd-before, #ingredient .pd-after {
  background: url(../img/ingredient-pd.png?v10) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30%;
  left: 42.9%;
  width: 10.9rem;
  height: 24.3rem;
  z-index: 1;
  animation: ingredient_pd_float 1s ease-in-out infinite alternate;
}
@keyframes ingredient_pd_float {
  0% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}
#ingredient .pd-after {
  z-index: 0;
}
#ingredient .pd-before {
  -webkit-mask-image: linear-gradient(to bottom, #fff 50%, transparent 70%);
          mask-image: linear-gradient(to bottom, #fff 50%, transparent 70%);
  z-index: 2;
}
#ingredient .pd-ellipse {
  width: 30rem;
  height: 30rem;
  display: block;
  position: absolute;
  top: 25.3%;
  left: 29.8%;
  transform: rotateX(110deg) rotateY(-13deg) scale(1.35, 1.05);
  z-index: 1;
}
#ingredient .pd-ellipse:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 111, 184, 0.2) 50%, #fff);
  display: block;
  animation: pd_ellipse_rotate 3s linear infinite;
}
@keyframes pd_ellipse_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ingredient.is-animate li .txt {
  animation: ingredient_txt_show 1s forwards;
}
@keyframes ingredient_txt_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ingredient.is-animate li:nth-child(1) .txt {
  animation-delay: 0.6s;
}
#ingredient.is-animate li:nth-child(2) .txt {
  animation-delay: 0.8s;
}
#ingredient.is-animate li:nth-child(3) .txt {
  animation-delay: 1s;
}

#report {
  background-image: url(../img/bg-4.jpg?v10);
  height: 28.7rem;
  color: #0d6fb8;
}
#report .flex {
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin: 3.2rem auto;
}
#report .report {
  width: 47%;
}
#report .report header {
  border-bottom: 1px solid #0d6fb8;
}
#report .report header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  text-shadow: 0 0 1rem #fff, 0 0 0.5rem #fff;
}
#report .report ol {
  display: flex;
  justify-content: space-between;
}
#report .report li {
  width: 22%;
}
#report .report .counter {
  display: flex;
  width: auto;
  height: 4rem;
  margin: 1.5rem auto 0;
}
#report .report .counter span {
  color: #0d6fb8;
}
#report .report .counter > span {
  position: relative;
  top: 1.6rem;
  font-size: 2rem;
}
#report .report .counter > div span {
  font-size: 4rem;
}
#report .report .counter sup {
  font-size: 1rem;
  position: absolute;
  top: -1rem;
  right: 0;
}
#report .report p {
  border-top: 1px solid #0d6fb8;
  font-size: 1.4rem;
  position: relative;
  padding-top: 0.8rem;
}
#report .report p:before {
  content: "";
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #0d6fb8;
}
#report .note {
  font-size: 0.7rem;
  display: inline-block;
  margin-top: -1rem;
  color: #666;
}

#water-lover {
  border: 1px solid #0d6fb8;
  width: 47%;
}
#water-lover h3 {
  text-shadow: 0 0 1rem #fff, 0 0 0.5rem #fff;
  font-weight: bold;
  line-height: 2.2;
  border-bottom: 1px solid #0d6fb8;
}
#water-lover h3 b {
  letter-spacing: 0rem;
  font-size: 1.9rem;
}
#water-lover h3 p {
  display: inline-block;
  font-size: 2.2rem;
  margin-left: 0.5rem;
}
#water-lover ol {
  width: 100%;
  display: flex;
  height: 12.2rem;
}
#water-lover li {
  width: 50%;
  position: relative;
  padding-top: 2rem;
}
#water-lover li:nth-child(1):after {
  content: "";
  width: 1px;
  height: 78%;
  background: #0d6fb8;
  position: absolute;
  top: 10%;
  right: 0;
}
#water-lover li:nth-child(1) h4 {
  font-size: 3.2rem;
  font-weight: bold;
}
#water-lover li:nth-child(1) h4 small {
  font-size: 2.4rem;
  position: relative;
  top: 0.3rem;
}
#water-lover li:nth-child(1) .txt p {
  font-size: 1.6rem;
}
#water-lover li h4 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#water-lover li .txt p {
  font-size: 1.3rem;
  display: inline-block;
}
#water-lover li .txt small {
  font-size: 0.9rem;
  display: inline-block;
}

#compare {
  background-image: url(../img/bg-5.jpg?v10);
  height: 52rem;
}
#compare .flex {
  display: flex;
  justify-content: space-between;
}
#compare article {
  width: 50%;
  position: relative;
}
#compare header {
  padding-top: 5rem;
}
#compare header h2 {
  font-size: 2.7rem;
  position: relative;
}
#compare header p {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
#compare header .icon-dot-flare-1 {
  top: -25%;
  left: 42%;
}
#compare header .icon-dot-flare-2 {
  top: 20%;
  left: 31%;
}
#compare .label {
  width: 6.5rem;
  height: 6.5rem;
  border: 0.15rem solid #fff;
  box-shadow: 0 0 0.5rem #fff, inset 0 0 0.5rem #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 2rem;
  position: absolute;
  top: 28%;
  left: 14.4%;
}
#compare img {
  margin: 0.5rem auto 0;
  width: 60%;
  opacity: 0;
  transition: 1s;
}
#compare .benefit {
  margin-top: -1rem;
}
#compare .benefit li {
  font-size: 1.5rem;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0 0.2rem;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
#compare h3 {
  font-size: 2rem;
  margin-top: 0.4rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
#compare small {
  font-size: 1.2rem;
}
#compare .pd-1 .label {
  color: #cef0fb;
}
#compare .pd-1 img {
  transform: translateX(-50%) scale(0.8);
}
#compare .pd-2 .label {
  color: #fef2ff;
}
#compare .pd-2 img {
  transform: translateX(50%) scale(0.8);
}
#compare .pd-2 h3 {
  text-shadow: 0 0 1rem #dc9ce0;
}
#compare.is-animate img {
  transform: translateX(0) scale(1);
  opacity: 1;
}

#kol {
  background-image: url(../img/bg-6.jpg?v10);
  height: 57.5rem;
}
#kol header {
  padding-top: 3.5rem;
}
#kol header b {
  font-size: 2.5rem;
  font-weight: normal;
}
#kol header .icon-flare-1 {
  top: -20%;
  left: 22%;
}
#kol header .icon-flare-2 {
  top: 10%;
  left: 48%;
}
#kol .pd {
  width: 14rem;
  height: 31rem;
  background: url(../img/kol-pd.png?v10) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 26.5%;
  left: 14%;
  animation: ingredient_pd_float 1s ease-in-out infinite alternate;
}
#kol ol {
  margin-left: 38%;
  margin-top: 2.2rem;
}
#kol li {
  width: 34.5rem;
  color: #000;
  text-align: left;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), white);
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2.5rem;
  box-shadow: 0 0 0.5rem #fff;
}
#kol li:before {
  content: "";
  width: 4.6rem;
  height: 2.5rem;
  background: url(../img/icon-talk-triangle.png?v10) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 16%;
}
#kol li:nth-child(2) {
  margin-left: 19%;
}
#kol li:nth-child(2):before {
  transform: scale(-1, 1);
  left: 73%;
}
#kol .txt {
  width: 55%;
  padding-right: 1rem;
}
#kol .txt h3 {
  font-size: 1.3rem;
  color: #285d8b;
}
#kol .txt .icon-heart {
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-heart.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  filter: drop-shadow(0 0 0.5rem #fff) drop-shadow(0 0 0.2rem #fff);
}
#kol .txt p {
  font-size: 0.9rem;
  line-height: 1.3;
}
#kol .img {
  width: 45%;
}
#how-to-use {
  background-image: url(../img/bg-7.jpg?v10);
  height: 36.5rem;
}
#how-to-use header h2 p {
  text-shadow: 0 0 1rem #fff;
}
#how-to-use header h3 {
  font-size: 2rem;
  position: relative;
  margin-top: 2.3rem;
}
#how-to-use header h3:before, #how-to-use header h3:after {
  content: "";
  width: 9rem;
  height: 0.15rem;
  background: linear-gradient(to right, transparent, #fff);
  display: inline-block;
  vertical-align: middle;
}
#how-to-use header h3:after {
  transform: scale(-1, 1);
  margin-left: 1.8rem;
}
#how-to-use header h3:before {
  margin-right: 1.8rem;
}
#how-to-use ol {
  background: #fff;
  width: 57%;
  margin: 1.7rem auto 0;
  border-bottom: 0.4rem solid #c3effb;
  display: flex;
  padding: 0 2rem;
}
#how-to-use ol > li {
  width: 33.3%;
  position: relative;
}
#how-to-use [class^=icon-use-] {
  width: 6.9rem;
  height: 10rem;
  background: url(../img/icon-use.svg);
  background-size: 300%;
  display: block;
  margin: 1rem auto 2.8rem;
}
#how-to-use .icon-use-2 {
  background-position: 50% 0;
}
#how-to-use .icon-use-3 {
  background-position: 100% 0;
}
#how-to-use h4 {
  background: linear-gradient(to right, #88aee7, #3cbfff);
  border-radius: 5rem;
  font-size: 1.3rem;
  display: inline-block;
  padding: 0 0.8rem;
  position: absolute;
  left: 30%;
  bottom: -1rem;
}
#how-to-use .desc {
  position: absolute;
  top: 118%;
  left: 10%;
  width: 85%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
}
#step {
  background-image: url(../img/bg-8.jpg?v10);
  height: 46.5rem;
}
#step header h2 {
  font-size: 2rem;
  position: relative;
  margin-top: 1.6rem;
}
#step header h2 p {
  display: inline-block;
}
#step header h2:before, #step header h2:after {
  content: "";
  width: 9rem;
  height: 0.15rem;
  background: linear-gradient(to right, transparent, #fff);
  display: inline-block;
  vertical-align: middle;
}
#step header h2:after {
  transform: scale(-1, 1);
  margin-left: 0.5rem;
}
#step header h2:before {
  margin-right: 0.5rem;
}
#step .step-wrap {
  width: 81.8%;
  margin: 1.5rem auto;
  display: flex;
  position: relative;
}
#step .step-wrap .bg-h3 {
  background-color: rgba(88, 156, 203, 0.4);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 2.6rem;
  border-radius: 0.3rem;
}
#step .step-wrap .bg-h3 [class^=icon-flare-] {
  animation: none;
  mix-blend-mode: inherit;
}
#step .step-wrap .bg-h3 .icon-flare-1 {
  top: -110%;
  left: 10%;
}
#step .step-wrap .bg-h3 .icon-flare-2 {
  top: -6%;
  left: 51%;
}
#step .step-wrap [class^=step-] {
  width: 14.5%;
}
#step .step-wrap .step-1 h3 {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
#step .step-wrap .step-2 {
  width: 56.5%;
}
#step .step-wrap .step-2 .items li .top img {
  margin-top: -3.5rem;
  margin-bottom: -2.9rem;
}
#step .step-wrap .step-2 .items li .bottom img {
  margin-top: -0.5rem;
  margin-bottom: -1.5rem;
}
#step .step-wrap .step-3 .items li img {
  width: 35%;
}
#step .step-wrap .step-3 .items li .top img {
  margin-top: -4.1rem;
  margin-bottom: -0.8rem;
}
#step .step-wrap .step-3 .items li .new {
  background: linear-gradient(to right, #88aee7, #3cbfff);
  border-radius: 5rem;
  position: absolute;
  top: 10%;
  left: 75%;
  font-style: normal;
  font-size: 0.9rem;
  padding: 0 0.6rem;
}
#step .step-wrap .step-3 .items li .bottom img {
  margin-top: 0.5rem;
  margin-bottom: -0.3rem;
}
#step .step-wrap .step-4 h3 {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
#step .step-wrap .step-4 h3:after {
  display: none;
}
#step .step-wrap h3 {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.1rem #285d8b;
  position: relative;
}
#step .step-wrap h3:after {
  content: "";
  width: 0.1rem;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 10%;
  left: 100%;
}
#step .step-wrap .items {
  display: flex;
  width: 100%;
}
#step .step-wrap .items li {
  flex: 1;
}
#step .step-wrap .items li > b {
  font-size: 1.1rem;
  font-weight: normal;
  margin: 1.3rem 0 4.4rem;
  display: block;
}
#step .step-wrap .items li > b:before, #step .step-wrap .items li > b:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4rem;
}
#step .step-wrap .items .img {
  position: relative;
}
#step .step-wrap .items img {
  width: 7rem;
  margin: 0 auto -1.3rem;
}
#step .step-wrap .items p {
  line-height: 1.2;
  height: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #285d8b;
}
#step .step-wrap .items .price {
  margin-top: -0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #285d8b;
}
#step .step-wrap .items .price b {
  font-size: 1.1rem;
  margin-right: 0.2rem;
}
#step .step-wrap .items .price small {
  font-size: 0.6rem;
  position: relative;
  top: 0.1rem;
  display: inline-block;
}
#step .icon-star-1 {
  top: 0%;
  left: 6%;
}
#step .icon-star-2 {
  top: -11%;
  left: 20%;
}
#step .icon-star-3 {
  top: -1%;
  left: 33%;
}
#step .icon-star-4 {
  top: 0%;
  left: 10%;
}
#step .icon-star-5 {
  top: 0%;
  left: 53%;
}
#step .icon-star-6 {
  top: 44%;
  left: 10%;
}
#step .icon-star-7 {
  top: -9%;
  left: 13%;
}
#step .icon-star-8 {
  top: -9%;
  left: 12%;
}
#step .icon-star-9 {
  top: 4%;
  left: 42%;
}
#step .btns a {
  width: 13rem;
}
#try-it {
  background-image: url(../img/bg-10.jpg?v10);
  background-color: #c0def6;
  color: #333;
}
#try-it header {
  padding-top: 6rem;
}
#try-it header h2 p {
  color: #285d8b;
  text-shadow: 0 0 1rem #fff;
}
#try-it .intro {
  margin-top: 2rem;
}
#try-it .intro p {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
#try-it .intro u {
  color: #285d8b;
}
#try-it .intro small {
  font-size: 1.2rem;
  display: block;
  margin-top: 1rem;
}
#try-it .gift {
  width: 53%;
  margin: 1.8rem auto 0;
}
#try-it .gift ol {
  display: flex;
  justify-content: space-between;
}
#try-it .gift li {
  width: 44%;
  position: relative;
}
#try-it .gift h3 {
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
  background: linear-gradient(to right, #88aee7, #3cbfff);
  border-radius: 0.4rem;
  position: relative;
}
#try-it .gift h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.8rem 0 0.8rem;
  border-color: #60b7f3 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - .4rem);
}
#try-it .gift .txt {
  width: 100%;
  height: 18rem;
  margin-top: 2rem;
  border-radius: 0.3rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(37, 91, 149, 0.9), rgba(37, 91, 149, 0.5));
  border: 0.15rem solid #fff;
  box-shadow: inset 0 0 0.5rem #fff, 0 0 0.5rem #fff, -0.2rem 0.2rem 1rem rgba(255, 192, 203, 0.5);
}
#try-it .gift .discount {
  position: absolute;
  top: 17%;
  left: 66%;
  transform: rotate(10deg);
  font-size: 1.6rem;
  color: #285d8b;
}
#try-it .gift img {
  width: 76%;
  margin: 2.5rem auto -0.4rem;
}
#try-it .gift h4 {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
#try-it .gift p {
  font-size: 1.2rem;
}
#try-it .gift small {
  font-size: 0.7rem;
  color: #285d8b;
  display: block;
  margin-top: 1.5rem;
  position: relative;
  left: 50%;
  width: 150%;
  transform: translateX(-50%);
}
#try-it .gift .item-2 h4 {
  margin-top: 2rem;
}
#try-it .g-form {
  width: 38%;
  margin: 3rem auto;
}
#try-it .g-form li {
  padding: 0.8rem 0 0.8rem 5rem;
  margin: 0.3rem 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
}
#try-it .g-form li input, #try-it .g-form li select {
  font-size: 1.1rem;
  background: transparent;
  margin: 0;
  padding: 0.4rem;
  border: 0;
}
#try-it .g-form li label {
  font-size: 1.1rem;
  color: #333;
  left: 4%;
}
#try-it .g-form li.is-pl {
  padding-left: 0;
  border: 0;
  box-shadow: none;
}
#try-it .g-form li.is-rule {
  display: flex;
  margin-bottom: 0;
}
#try-it .g-form li.is-rule .btns {
  width: 67%;
}
#try-it .g-form li.is-rule .btns button {
  width: 100%;
  font-size: 2rem;
  line-height: 2.6;
}
#try-it .g-form li.is-nobg {
  background: none;
}
#try-it .g-form li.is-option {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-top: 0%;
  background: none;
}
#try-it .g-form li.is-option .btns {
  margin: 6% 0 4%;
}
#try-it .g-form li.is-option .btns a {
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  width: 40%;
  line-height: 2.3;
}
#try-it .g-form input[type=checkbox] + label {
  left: 0;
  padding-left: 4rem;
  font-size: 1rem;
}
#try-it .g-form input[type=checkbox] + label a {
  display: inline-block;
}
#try-it .g-form input[type=checkbox] + label:before, #try-it .g-form input[type=checkbox] + label:after {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
}
#try-it .g-form input[type=checkbox] + label:before {
  background-color: rgba(255, 255, 255, 0.8);
}
#try-it .g-form .btns {
  justify-content: space-between;
}
#try-it .g-form .btns button, #try-it .g-form .btns a {
  width: 45%;
  text-decoration: none;
  font-weight: normal;
  font-family: "FuturaStd-Book", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  margin: 0 auto;
}
#try-it .g-form .note {
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;
  color: #285d8b;
}
#try-it .g-form .list-star li {
  background: none;
  padding: 0 0 0 1rem;
}
#try-it.is-animate .drops {
  transform: scale(1);
}

#sale {
  background-image: url(../img/bg-9.jpg?v10);
  height: 46.4rem;
}
#sale header {
  padding-top: 2.6rem;
}
#sale ol {
  width: 87%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#sale li {
  width: 33.3%;
}
#sale li.item-3 dl {
  margin-top: 1.2rem;
}
#sale .card {
  width: 92%;
  height: 30.6rem;
  border-radius: 1rem;
  margin: 0 auto 3rem;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 40%, white 45%);
  color: #626161;
}
#sale .card:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  border: 0.2rem solid #fff;
  border-radius: 1.3rem;
  pointer-events: none;
  box-shadow: 0 0 1rem #fff;
}
#sale .label-1, #sale .label-2 {
  width: 4.6rem;
  height: 4.6rem;
  background: red;
  position: absolute;
  top: 2.6%;
  left: 68.3%;
  background: #dc7d93;
  border-radius: 50%;
  border: 0.12rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
#sale .label-1:before, #sale .label-2:before {
  content: "";
  background: url(../img/icon-galaxy-circle.png?v3) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 130%;
  height: 130%;
  top: -15%;
  left: -15%;
  display: block;
  animation: rotate_360 3s linear infinite;
}
@keyframes rotate_360 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
#sale .label-2 {
  background: #267ec2;
}
#sale .img {
  width: 90%;
  margin: 3rem auto -0.5rem;
  padding-top: 1.5rem;
}
#sale .txt {
  height: 12.5rem;
}
#sale h3 {
  letter-spacing: 0.2rem;
  color: #0d6fb8;
  line-height: 1.4;
}
#sale h3 p {
  font-size: 1.6rem;
}
#sale h3 small {
  font-size: 1.4rem;
  display: block;
}
#sale h3 .icon-dot {
  margin: 0 -0.6rem;
}
#sale dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  padding-left: 11%;
  margin-top: 2.5rem;
  line-height: 1.4;
}
#sale dt {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50rem;
  position: relative;
  top: 0rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #626161;
}
#sale dd {
  width: calc(100% - 1.2rem);
  font-size: 0.9rem;
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
}
#sale dd small {
  font-size: 0.9rem;
}
#sale .price p {
  color: #0d6fb8;
  font-size: 1rem;
  display: inline-block;
}
#sale .price p b {
  font-size: 1.6rem;
}
#sale .price small {
  font-size: 0.7rem;
}
#sale .btns {
  position: absolute;
  top: calc(100% - 2rem);
}
#sale .btns a, #sale .btns div {
  width: 13rem;
}

.tns-nav {
  display: none;
}

#valentine {
  background: linear-gradient(to right, #458dcf, #6ba6e0);
}
#valentine .img {
  position: relative;
}
#valentine .img img {
  margin: 0 auto;
}
#valentine .group {
  width: 52%;
  margin: 1.3rem auto;
  color: #fff;
  padding: 1rem 0;
  text-align: left;
}
#valentine .group > p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-right: 2.4rem;
}
#valentine table {
  width: 100%;
  margin-bottom: 1.4rem;
}
#valentine table h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  margin: 0.8rem 0;
}
#valentine table h3:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0) 100%);
  display: block;
  flex: flex-grow;
}
#valentine table h3 p {
  font-size: 1.5rem;
  margin-right: 1rem;
}
#valentine table th:nth-of-type(1) {
  width: 25%;
}
#valentine table td:nth-of-type(1) {
  width: 25%;
}
#valentine table td:nth-of-type(2) {
  width: 35%;
}
#valentine table a {
  color: #fff;
}
#valentine table a:hover {
  text-decoration: underline;
}

#g-quick {
  position: fixed;
  top: 26%;
  right: 0.8rem;
  z-index: 5;
}
#g-quick a {
  position: relative;
  border: 0.15rem solid #fff;
  border-radius: 50rem;
  box-shadow: 0 0 1rem #fff;
  color: #fff !important;
  font-size: 1.3rem;
  text-shadow: 0 0.1rem 0.2rem #000;
  line-height: 1.4;
  width: 3.5rem;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
#g-quick a:before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 3rem;
  background: url(../img/icon-flare-white.png) 50% no-repeat;
  background-size: 60%;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: 0.5s;
  transform: rotate(90deg);
  top: 57%;
  left: -230%;
}
#g-quick a > div {
  background: linear-gradient(to bottom, #016ec1, rgba(1, 110, 193, 0.3));
  border-radius: 50rem;
}
#g-quick a span {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50rem;
  padding: 1.2rem 0.5rem;
}
#g-quick a span:after {
  content: "";
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
#g-quick a:hover {
  color: #fff;
}
#g-quick a:hover > div {
  background: linear-gradient(to bottom, #0089f1, rgba(0, 137, 241, 0.5));
}

@media screen and (min-width: 1025px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }

  html {
    font-size: 3vw;
  }

  #msg-alert .msg-wrap {
    width: 90%;
  }
  #msg-alert .msg-content header {
    font-size: 4.5vw;
  }
  #msg-alert .msg-content .detail {
    font-size: 4vw;
  }

  .msg-box .msg-content .bt {
    font-size: 3vw;
  }

  .g-wrap {
    width: 100%;
  }

  .g-section h2 {
    font-size: 2.4rem;
  }

  #kv {
    height: 62rem;
  }
  #kv .pd {
    top: 35%;
    left: 7%;
    transform: scale(0.9);
  }
  #kv .pd .label {
    top: 4.5%;
    left: 85.3%;
  }
  #kv .txt {
    width: 100%;
    margin: 0 0 0 0%;
  }
  #kv .txt header {
    margin-top: -2rem;
  }
  #kv .txt header small {
    margin-top: 2rem;
  }
  #kv .txt .btns {
    margin-top: 32.5rem;
  }
  #kv .txt .note {
    position: absolute;
    top: 55rem;
    left: 0;
    text-align: center;
    width: 100%;
  }

  #problem {
    height: 49rem;
  }
  #problem header {
    padding-top: 4rem;
  }
  #problem ol {
    width: 84%;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  #problem li {
    width: 47%;
  }
  #problem li:last-child {
    margin-top: 2rem;
    margin-left: 25%;
  }

  #ingredient {
    height: 72rem;
  }
  #ingredient header h2 i.icon-dot-flare-1 {
    top: -65%;
    left: 25.2%;
  }
  #ingredient header h2 i.icon-dot-flare-2 {
    top: -72%;
    left: 75%;
  }
  #ingredient header h2 i.icon-dot-flare-3 {
    top: -6%;
    left: 41%;
  }
  #ingredient header > p {
    font-size: 1.7rem;
  }
  #ingredient .pd-before, #ingredient .pd-after {
    top: 16%;
    left: 32.9%;
  }
  #ingredient .pd-ellipse {
    top: 14%;
    left: 3%;
    transform: rotateX(110deg) rotateY(-13deg) scale(1, 1.4);
  }
  #ingredient ol.desc > li {
    width: auto;
  }
  #ingredient ol.desc > li:nth-child(1) {
    top: 23%;
    left: 17%;
    z-index: 1;
  }
  #ingredient ol.desc > li:nth-child(2) {
    top: 20%;
    left: 72%;
  }
  #ingredient ol.desc > li:nth-child(3) {
    top: 39%;
    left: 4.8%;
  }
  #ingredient ol.desc .txt {
    display: none;
  }
  #ingredient ol.desc-m > li {
    width: 100%;
    background: linear-gradient(to right, transparent, #0d6fb8 10%, #0d6fb8 90%, transparent);
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  #ingredient ol.desc-m > li:nth-child(1) {
    top: 54%;
    left: 0;
    text-align: center;
    padding-right: 30%;
  }
  #ingredient ol.desc-m > li:nth-child(1) .icon-ingredient-1 {
    left: 60%;
  }
  #ingredient ol.desc-m > li:nth-child(2) {
    top: 68%;
    left: 0%;
    text-align: center;
    padding-left: 30%;
  }
  #ingredient ol.desc-m > li:nth-child(2) .icon-ingredient-2 {
    top: 18%;
    left: 18%;
  }
  #ingredient ol.desc-m > li:nth-child(3) {
    top: 86%;
    left: 0%;
    text-align: center;
    padding-right: 30%;
  }
  #ingredient ol.desc-m > li:nth-child(3) .icon-ingredient-3 {
    top: 8%;
    left: 60%;
  }
  #ingredient ol.desc-m > li [class^=icon-ingredient-] {
    width: 7.5rem;
    height: 7.5rem;
  }

  #report {
    height: 51rem;
  }
  #report .flex {
    flex-wrap: wrap;
  }
  #report .report {
    width: 100%;
  }
  #report .report ol {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  #report .report li {
    width: 40%;
  }
  #report .report .counter {
    justify-content: center;
  }

  #water-lover {
    width: 100%;
    margin-top: 3rem;
  }
  #water-lover h3 p {
    font-size: 1.8rem;
  }

  #compare {
    height: 48rem;
  }
  #compare header h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  #compare header .icon-dot-flare-1 {
    top: -37%;
    left: 29%;
  }
  #compare header .icon-dot-flare-2 {
    top: 6%;
    left: 11%;
  }
  #compare img {
    width: 90%;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  #compare .label {
    top: 27%;
    left: 4.4%;
    transform: scale(0.8);
  }
  #compare .benefit li {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  #compare h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  #kol {
    height: 75.5rem;
  }
  #kol header {
    text-align: left;
    padding-left: 40%;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #kol header b {
    font-size: 1.6rem;
  }
  #kol header .icon-flare-1 {
    top: -12%;
    left: -28%;
  }
  #kol header .icon-flare-2 {
    top: 40%;
    left: 20%;
  }
  #kol .pd {
    width: 10rem;
    height: 31rem;
    top: 3.5%;
    left: 8%;
  }
  #kol ol {
    margin-left: 5%;
  }
  #kol li {
    width: 27rem;
    align-items: center;
  }
  #kol li:nth-child(2) {
    margin-left: 6%;
  }

  #how-to-use {
    height: 41.5rem;
  }
  #how-to-use header h3:before, #how-to-use header h3:after {
    width: 5rem;
  }
  #how-to-use ol {
    width: 96%;
    padding: 0;
  }

  #step {
    height: 150rem;
    background: linear-gradient(to bottom, #1470be, #72b8dc, #bbe0ff, #72b8dc, #68b7e0);
  }
  #step:after {
    content: "";
    width: 100%;
    height: 4rem;
    position: absolute;
    top: -2rem;
    left: 0;
    background: #1470be;
    filter: blur(1rem);
  }
  #step header {
    padding-top: 4rem;
  }
  #step header h2:before, #step header h2:after {
    width: 7rem;
  }
  #step .step-wrap {
    flex-wrap: wrap;
  }
  #step .step-wrap .bg-h3 {
    width: 3.8rem;
    height: 100%;
    border-radius: 0.5rem;
  }
  #step .step-wrap .bg-h3 .icon-flare-1,
#step .step-wrap .bg-h3 .icon-flare-2 {
    display: none;
  }
  #step .step-wrap [class^=step-] {
    width: 100%;
    display: flex;
  }
  #step .step-wrap .step-1 .items li img {
    margin-top: -3rem;
  }
  #step .step-wrap .step-2 .items li {
    width: 50%;
  }
  #step .step-wrap .step-2 .items li:nth-child(1) img {
    margin-top: -0.5rem;
  }
  #step .step-wrap .step-2 .items li:nth-child(2) img {
    margin-top: -0.5rem;
  }
  #step .step-wrap .step-2 .items .item-4 > b {
    margin-bottom: 3rem;
  }
  #step .step-wrap .step-2 .items .item-5 > b {
    margin-bottom: 3rem;
  }
  #step .step-wrap .step-3 .items li img {
    margin-top: -4rem;
  }
  #step .step-wrap .step-3 .items li .top {
    width: 50%;
    float: left;
  }
  #step .step-wrap .step-3 .items li .top img {
    margin-top: 0;
    margin-bottom: 0;
    width: 40%;
  }
  #step .step-wrap .step-3 .items li .bottom {
    width: 50%;
    float: left;
  }
  #step .step-wrap .step-3 .items li .bottom img {
    margin-top: 0;
    margin-bottom: 0;
    width: 40%;
  }
  #step .step-wrap .step-4 .items li img {
    margin-top: -1rem;
  }
  #step .step-wrap h3 {
    writing-mode: vertical-lr;
    font-size: 1.8rem;
  }
  #step .step-wrap h3:after {
    width: 80%;
    height: 0.1rem;
    top: 100%;
    left: 10%;
  }
  #step .step-wrap .items {
    flex-wrap: wrap;
    margin-left: 5%;
  }
  #step .step-wrap .items li {
    margin-bottom: 2rem;
    flex: inherit;
    width: 100%;
  }
  #step .step-wrap .items li > b {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  #step .step-wrap .items p {
    font-size: 1.2rem;
  }
  #step .step-wrap .items .price b {
    font-size: 1.3rem;
  }
  #step .btns a {
    width: 55%;
  }
  #step .icon-star-1 {
    top: 0%;
    left: 32%;
  }
  #step .icon-star-2 {
    top: -11%;
    left: 25%;
  }
  #step .icon-star-3 {
    top: -1%;
    left: 38%;
  }
  #step .icon-star-4 {
    top: 0%;
    left: 10%;
  }
  #step .icon-star-5 {
    top: 0%;
    left: 53%;
  }
  #step .icon-star-6 {
    top: 44%;
    left: 19%;
  }
  #step .icon-star-7 {
    top: -4%;
    left: 11%;
  }
  #step .icon-star-8 {
    top: -4%;
    left: 11%;
  }
  #step .icon-star-9 {
    top: 5%;
    left: 48%;
  }

  #sale {
    height: 70rem;
  }
  #sale header {
    margin-bottom: 1rem;
    padding-top: 4rem;
  }
  #sale:after {
    content: "";
    width: 100%;
    height: 4rem;
    position: absolute;
    top: -2rem;
    left: 0;
    background: #68b7e0;
    filter: blur(1rem);
  }
  #sale ol {
    flex-wrap: wrap;
  }
  #sale li {
    width: 48%;
  }
  #sale li.item-3 {
    width: 100%;
  }
  #sale li.item-3 img {
    width: 60%;
    margin: 0 auto;
  }
  #sale li.item-3 dl {
    margin-left: 12%;
  }
  #sale li.item-3 .card {
    height: 28rem;
  }
  #sale .card {
    height: 26rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 20%, white 40%);
  }
  #sale .card:before {
    box-shadow: 0 0 0.5rem #fff;
  }
  #sale .label {
    font-size: 1rem;
  }
  #sale h3 p {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
  #sale .img {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  #sale dl {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1.5rem;
  }
  #sale .txt {
    height: 11.7rem;
  }
  #sale .btns a, #sale .btns div {
    width: 11rem;
  }

  .tns-nav {
    display: block;
  }

  .tns-controls button, .tns-controls div {
    width: 3rem;
    height: 3rem;
  }
  .tns-controls button:nth-of-type(1), .tns-controls div:nth-of-type(1) {
    left: -1rem;
  }
  .tns-controls button:nth-of-type(2), .tns-controls div:nth-of-type(2) {
    right: -1rem;
  }

  #try-it header {
    padding-top: 4rem;
  }
  #try-it .intro p {
    font-size: 1.3rem;
  }
  #try-it .gift {
    width: 90%;
    margin-top: 3rem;
  }
  #try-it .gift li {
    width: 48%;
  }
  #try-it .gift small {
    width: 100%;
  }
  #try-it .g-form {
    width: 80%;
  }
  #try-it .g-form .btns button, #try-it .g-form .btns a {
    width: 65%;
  }

  #g-quick {
    top: 46%;
  }
}