@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&family=Roboto:wght@400&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;
}
.g-form li select {
  width: 100%;
  padding: 0.9rem 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;
}
.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: -5px;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: -633px -466px;
  transition: 0.2s;
  text-align: center;
  font-size: 47px;
  line-height: 0.8;
}
.g-form input[type=checkbox] + label:before, .g-form input[type=radio] + label:before {
  content: "";
  border-radius: 7px;
}
.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(-100%);
  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) 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:before {
  border: 60px solid #fff;
  transform: translate(-50%, -50%) scale(1.5);
}
.video-wrap:hover .video-btn-play:after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: transparent transparent transparent #0086b5;
}

.video-btn-play {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
}
.video-btn-play:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  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: 30px 0 30px 45px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.owl-wrap {
  position: relative;
}

.owl-btn-prev,
.owl-btn-next {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 32%;
  z-index: 1;
  cursor: pointer;
  background-size: 100% 100%;
  transition: 0.4s;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-next-fff.svg);
}

.owl-btn-prev {
  left: -8%;
  transform: scale(-1, 1);
}
.owl-btn-prev:hover {
  background-color: #0086b5;
}

.owl-btn-next {
  right: -8%;
}
.owl-btn-next:hover {
  background-color: #0086b5;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  border: 1px solid #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #FFF;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 0.6rem;
  height: 0.6rem;
  margin: 1rem 1.2rem;
  border: 1px solid #D6D6D6;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transition: 1s;
}
.owl-dots .owl-dot.active span {
  width: 0.6rem;
  background: #fff;
}
.owl-dots .owl-dot:hover span {
  background: #96b7c6 !important;
}

.sweet-alert {
  box-shadow: 20px 50px 50px rgba(0, 0, 0, 0.3);
}
.sweet-alert button {
  background-color: #0086b5 !important;
}
.sweet-alert * {
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
}

.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: #0086b5;
  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%;
}
.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: #0086b5;
  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;
}

.text-border-2 {
  color: #b0e9f4;
  background: #0086b5;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.6rem transparent;
}

.text-border-3, .text-border-4 {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-border-3:before, .text-border-3:after, .text-border-4:before, .text-border-4:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-border-3:after, .text-border-4:after {
  background: linear-gradient(to bottom, #fff 30%, #ffcbc3 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-border-3:before, .text-border-4:before {
  color: #b0e9f4;
  background: #0086b5;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.6rem transparent;
}

.text-border-4:after {
  background: linear-gradient(to bottom, #fff 30%, #ffd789 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}

.text-border-5 {
  color: #fdfacb;
  background: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.5rem transparent;
}

.text-border-6 {
  color: #ff5f5d;
  background: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.5rem transparent;
}

.text-border-gradient {
  color: #fff;
  background: linear-gradient(-45deg, #8edac1 30%, #8ebfe1 60%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  letter-spacing: 0.6rem;
  font-weight: normal;
}

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

.text-gradient-2 {
  color: #fff;
  background: linear-gradient(to top, #fff 0%, #adadad 45%, #fff 45.1%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}

.text-gradient-3 {
  color: #fff;
  background: linear-gradient(to bottom, #b6b6b6 0%, #fff 80%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-4 {
  color: #56a78c;
  background: linear-gradient(to bottom, #56a78c 0%, #84cab1 40%, #84cab1 50%, #58a98e 70%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-shadow {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-shadow:before, .text-gradient-shadow:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-shadow:after {
  background: linear-gradient(to bottom, #fff 50%, purple 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-shadow:before {
  text-shadow: 0 0 1vw black;
}

.color-red {
  color: red;
}

.color-green {
  color: #308267;
}

.color-light-green {
  color: #5ab094;
}

.color-blue {
  color: #0086b5;
}

.color-light-blue {
  color: #00afea;
}

html {
  font-size: 1.25vw;
  font-size: 1vw;
}

body {
  overflow-x: hidden;
}

.g-wrap {
  font-family: "Roboto", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  width: 100%;
  color: #333;
  position: relative;
  text-align: center;
}
.g-wrap img {
  max-width: 100%;
}
.g-wrap a {
  color: #333;
  text-decoration: none;
  transition: color 0.4s;
}
.g-wrap a:hover {
  color: #0086b5;
}
.g-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.g-wrap li {
  list-style-type: none;
}
.g-wrap:before, .g-wrap:after {
  content: "";
  width: 100%;
  height: 72%;
  background: url(../img/deco-thunder.png) center top repeat-y;
  background-size: 80%;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 28%;
  left: 0;
}
.g-wrap:after {
  display: none;
}

.g-bt-1 {
  background: linear-gradient(to bottom, #1eaec9, #008bad, #007492);
  color: #fff !important;
  letter-spacing: 0.1rem;
  width: 54%;
  display: block;
  text-align: center;
  border-radius: 0.2rem;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
}
.g-bt-1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(at top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.g-bt-1 p {
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: normal;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-bt-1 p span {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.g-bt-1 p: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%;
  }
}
.g-bt-1:hover {
  color: #fff;
}

.g-bt-2 {
  background: linear-gradient(to top, #2aa77c, #3ebd91);
}
.g-bt-2:hover {
  color: #fff;
  background: linear-gradient(to bottom, #2aa77c, #3ebd91);
}

.g-bt-3 {
  background: linear-gradient(to top, #a8dad7 0%, #a6c7e3 100%);
  color: #fff !important;
  font-size: 2rem;
  line-height: 2.7;
  letter-spacing: 0.5rem;
  width: 44%;
  display: block;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0.2rem;
}
.g-bt-3: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;
}
.g-bt-3.has-2-row p {
  line-height: 1.5;
  padding-top: 0.4rem;
}
.g-bt-3.has-2-row small {
  padding-bottom: 0.5rem;
}
.g-bt-3 p {
  display: block;
  background: #fff;
  color: #000;
  border-radius: 0.3rem;
}
.g-bt-3 p small {
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0;
  color: #5bb19f;
}
.g-bt-3:hover {
  background: linear-gradient(to bottom, #308267 0%, #0086b5 100%);
}

[class^=bt-pd-] {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  z-index: 1;
}

.bt-pd-1, .bt-pd-2 {
  width: 6.5rem;
  height: 7rem;
  top: -0.4rem;
  left: 5%;
}

.bt-pd-1 {
  background-image: url(../img/bt-pd-1.png);
}

.bt-pd-2 {
  background-image: url(../img/bt-pd-2.png);
}

.bt-pd-3, .bt-pd-4, .bt-pd-5, .bt-pd-6 {
  width: 6.4rem;
  height: 6rem;
  top: -3.2rem;
  left: 60.7%;
}

.bt-pd-3 {
  background-image: url(../img/bt-pd-3.png);
}

.bt-pd-4 {
  background-image: url(../img/bt-pd-4.png);
}

.bt-pd-5 {
  background-image: url(../img/bt-pd-5.png);
}

.bt-pd-6 {
  background-image: url(../img/bt-pd-6.png);
}

.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.2rem;
}
.list-star li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.list-dot li {
  position: relative;
  padding-left: 1.2rem;
}
.list-dot 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%;
}
.g-section .wrap {
  width: 100%;
  margin: 0 auto;
}
.g-section header {
  letter-spacing: 0.2rem;
}
#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?v2);
  height: 91.6rem;
}
#kv .logo-biotherm {
  width: 27.7rem;
  height: 5.8rem;
  background: url(../img/logo-biotherm.svg) no-repeat center top;
  background-size: 100%;
  margin: 3.9rem auto 1.2rem;
  text-indent: -9999px;
}
#kv h1 {
  margin: 2.5rem 0 0.4rem;
}
#kv .text-square span {
  width: 6.8rem;
  height: 6.8rem;
  font-size: 5rem;
}
#kv .text-proud {
  width: 51rem;
  height: 6.4rem;
  background: url(../img/txt-h2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  display: block;
  text-indent: -9999px;
}
#kv .benefit li {
  position: absolute;
}
#kv .benefit li div {
  width: 18.7rem;
  height: 11.7rem;
  background: url(../img/deco-kv-talk.png);
  background-size: 100% 100%;
  transform: translateY(100%) scale(0);
  transition: 1s;
  opacity: 0;
}
#kv .benefit li div p {
  font-size: 2.1rem;
  margin-top: -1rem;
  margin-bottom: 0.6rem;
}
#kv .benefit li div h2 {
  font-size: 2.6rem;
  line-height: 1;
  color: #ebb244;
  text-shadow: 0 0 0.1rem yellow;
}
#kv .benefit li div h2 b {
  font-size: 4.5rem;
  line-height: 1;
  display: inline-block;
}
#kv .benefit li.l1 {
  top: 38%;
  left: 13.7%;
  transform: rotate(-10.5deg);
}
#kv .benefit li.l2 {
  top: 54.6%;
  left: 11%;
  transform: rotate(10.5deg);
}
#kv .benefit li.l2 div {
  width: 14.7rem;
}
#kv .benefit li.l3 {
  top: 58%;
  left: 71.5%;
  transform: rotate(14.5deg);
}
#kv .benefit li.l3 div {
  width: 12.3rem;
  height: 9.7rem;
}
#kv .benefit li.l3 div p {
  margin-bottom: 0;
}
#kv .benefit li.l4 {
  top: 75%;
  left: 61%;
  transform: rotate(-11deg);
}
#kv .benefit li.l4 div {
  width: 14.7rem;
}
#kv .benefit li.is-animate div {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#kv .bg .deco-star-red-1 {
  top: 32.1%;
  left: 46%;
}
#kv .bg .deco-star-red-2 {
  top: 67%;
  left: 27.4%;
}
#kv .bg .deco-star-green-1 {
  top: 41.7%;
  left: 57.7%;
}
#kv .bg .deco-star-green-2 {
  top: 73%;
  left: 35.7%;
}
#kv.is-animate .text-square span {
  animation: text_square_flip 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
#kv.is-animate .text-square span:nth-of-type(1) {
  animation-delay: 0.1s;
}
#kv.is-animate .text-square span:nth-of-type(2) {
  animation-delay: 0.2s;
}
#kv.is-animate .text-square span:nth-of-type(3) {
  animation-delay: 0.3s;
}
#kv.is-animate .text-square span:nth-of-type(4) {
  animation-delay: 0.4s;
}
#kv.is-animate .text-square span:nth-of-type(5) {
  animation-delay: 0.5s;
}
#kv.is-animate .text-square span:nth-of-type(6) {
  animation-delay: 0.6s;
}
#kv.is-animate .text-square span:nth-of-type(7) {
  animation-delay: 0.7s;
}

.text-square {
  perspective: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-square span {
  width: 6rem;
  height: 6rem;
  margin: 0 0.3rem;
  background: url(../img/deco-square.png) no-repeat;
  background-size: 100%;
  font-size: 4.5rem;
  line-height: 1;
  color: #00c5db;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.text-square.is-animate span {
  animation: text_square_flip 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes text_square_flip {
  0% {
    transform: rotateY(180deg) scale(1.25);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}
.text-square.is-animate span:nth-of-type(1) {
  animation-delay: 0.1s;
}
.text-square.is-animate span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.text-square.is-animate span:nth-of-type(3) {
  animation-delay: 0.3s;
}
.text-square.is-animate span:nth-of-type(4) {
  animation-delay: 0.4s;
}
.text-square.is-animate span:nth-of-type(5) {
  animation-delay: 0.5s;
}
.text-square.is-animate span:nth-of-type(6) {
  animation-delay: 0.6s;
}
.text-square.is-animate span:nth-of-type(7) {
  animation-delay: 0.7s;
}

[class^=deco-star-] {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/deco-star-red.svg);
  background-size: 100%;
  position: absolute;
  animation: deco_star_rotate 3s linear infinite;
}
@keyframes deco_star_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

[class^=deco-star-green] {
  background-image: url(../img/deco-star-green.svg);
  animation-duration: 4s;
}

#student-only {
  height: 56.3rem;
  background: linear-gradient(to bottom, #fff, #e3f1f3);
}
#student-only header {
  margin-top: 3.4rem;
}
#student-only .board {
  width: 48%;
  margin: 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#student-only .board li {
  width: 48.5%;
  height: 10.5rem;
  margin-bottom: 1.2rem;
  border: 0.35rem solid #0086b5;
  border-radius: 1.7rem;
  box-shadow: 0.2rem 0.2rem 0 #00afea;
  background-color: #fff;
  position: relative;
  text-align: left;
}
#student-only .board li:nth-of-type(1) {
  padding-top: 2rem;
  padding-left: 16%;
}
#student-only .board li:nth-of-type(2) {
  padding-top: 1rem;
  padding-left: 2%;
}
#student-only .board li:nth-of-type(3) {
  padding-top: 2.7rem;
  padding-left: 16%;
}
#student-only .board li:nth-of-type(4) {
  padding-top: 2rem;
  padding-left: 2%;
}
#student-only .board .desc {
  font-size: 1.2rem;
}
#student-only .board .desc small {
  color: #0086b5;
  font-size: 1.2rem;
  display: block;
}
#student-only .board .desc small strong {
  font-size: 3rem;
  line-height: 1;
}
#student-only .board .desc small b {
  font-size: 1.8rem;
}
[class^=txt-benefit-] {
  width: 10rem;
  height: 12rem;
  background: url(../img/txt-benefit.png) no-repeat;
  background-size: 500%;
  text-indent: -9999px;
  position: absolute;
  top: -2.2rem;
  animation: txt_benefit_swing 2s linear infinite alternate;
  transform-origin: 50% 100%;
}
@keyframes txt_benefit_swing {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
[class^=txt-benefit-].txt-benefit-1 {
  left: -2.8rem;
  animation-delay: -1s;
}
[class^=txt-benefit-].txt-benefit-2 {
  background-position: 25% 0;
  right: -3.2rem;
}
[class^=txt-benefit-].txt-benefit-3 {
  background-position: 50% 0;
  top: -1rem;
  left: -2.8rem;
  animation-delay: -0.5s;
}
[class^=txt-benefit-].txt-benefit-4 {
  background-position: 75% 0;
  top: -0.5rem;
  right: -2.8rem;
  animation-delay: -1.5s;
}
[class^=txt-benefit-].txt-benefit-5 {
  background-position: 100% 0;
  top: -1rem;
  right: -5rem;
}

#student-only header div, #sale header div, #try-it header div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#student-only header div p, #sale header div p, #try-it header div p {
  font-size: 4.3rem;
}
#student-only header div p:nth-of-type(1), #sale header div p:nth-of-type(1), #try-it header div p:nth-of-type(1) {
  margin-right: 1rem;
}
#student-only header div .text-border-3, #student-only header div .text-border-4, #sale header div .text-border-3, #sale header div .text-border-4, #try-it header div .text-border-3, #try-it header div .text-border-4 {
  font-size: 4.8rem;
}
#student-only header .deco-star-red, #sale header .deco-star-red, #try-it header .deco-star-red {
  top: -10%;
  left: 47.5%;
}
#student-only header .deco-star-green, #sale header .deco-star-green, #try-it header .deco-star-green {
  top: 60%;
  left: 74.3%;
}
#student-only header .text-square, #sale header .text-square, #try-it header .text-square {
  margin-top: 0.9rem;
}
#student-only header > p, #sale header > p, #try-it header > p {
  margin-top: 3.2rem;
  font-size: 1.6rem;
}

#sale {
  background: linear-gradient(to bottom, #e3f1f3, #92d2de);
}
#sale header {
  margin-top: 1rem;
}
#sale header .deco-star-red {
  left: 43.5%;
}
#sale header .deco-star-green {
  left: 72.3%;
}

.sale-list {
  width: 52%;
  margin: 3.8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sale-list li {
  width: 48.5%;
  height: 37rem;
  background: url(../img/deco-sale-card.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 4rem;
  padding-right: 1.5rem;
  position: relative;
}
.sale-list li:last-child {
  background-image: url(../img/deco-sale-card-2.png);
}
.sale-list li:last-child h4 {
  font-size: 3rem;
  padding: 1.1rem 0 1.3rem;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
}
.sale-list h4 {
  font-size: 2.1rem;
  padding: 2.2rem 0 1.3rem;
}
.sale-list img {
  width: 75%;
  margin: 0 auto 0.8rem;
}
.sale-list h5 {
  font-size: 1.6rem;
  line-height: 1.2;
}
.sale-list .price p {
  font-size: 1.1rem;
}
.sale-list .price p b {
  font-size: 2rem;
  color: #E80029;
  transform: skew(-10deg);
  display: inline-block;
  margin-left: 0.5rem;
}
.sale-list .price small {
  font-size: 1rem;
}
.sale-list .desc {
  color: #0086b5;
  font-size: 1.2rem;
}
.sale-list .note {
  font-size: 0.9rem;
  display: block;
  margin: 0.5rem 0;
}

#try-it {
  background: linear-gradient(to bottom, #92d2de, #e1f4f9);
}
#try-it header .deco-star-red {
  left: 40.5%;
}
#try-it header .deco-star-green {
  left: 82.3%;
}
#try-it header > div {
  display: block;
  line-height: 1.1;
  padding: 1rem 0;
}
#try-it header > p {
  margin-top: 1.7rem;
}
#try-it header > small {
  font-size: 1.2rem;
  color: #0086b5;
  display: block;
  margin: 1.2rem 0;
}
#try-it .g-form {
  width: 40%;
  margin: 3rem auto;
}
#try-it .g-form li {
  border: none;
  padding: 0.5rem 0 0.5rem 10rem;
  margin-bottom: 1.2rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 0.3rem solid #000;
  box-shadow: -0.2rem 0 0 #00afea, 0 -0.1rem 0 0 #00afea, 0.3rem 0 0 #00afea, 0 0.3rem 0 0 #00afea, -0.2rem -0.1rem 0 #00afea, 0.3rem -0.1rem 0 #00afea, 0.3rem 0.3rem 0 #00afea, -0.2rem 0.3rem 0 #00afea;
}
#try-it .g-form li input, #try-it .g-form li select {
  font-size: 1.5rem;
  background: transparent;
  padding: 0.5rem 0;
}
#try-it .g-form li select {
  margin: 0.2rem 0;
}
#try-it .g-form li label {
  font-size: 1.5rem;
  color: #000;
  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-top: 0.2rem;
}
#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: 4.5rem;
  font-size: 1.2rem;
}
#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:after {
  top: 0.4rem;
  left: 0.4rem;
}
#try-it .g-form input[type=checkbox] + label:before {
  background: #fff;
  border-radius: 0.5rem;
  border: 0.3rem solid #000;
  box-shadow: -0.2rem 0 0 #00afea, 0 -0.1rem 0 0 #00afea, 0.3rem 0 0 #00afea, 0 0.3rem 0 0 #00afea, -0.2rem -0.1rem 0 #00afea, 0.3rem -0.1rem 0 #00afea, 0.3rem 0.3rem 0 #00afea, -0.2rem 0.3rem 0 #00afea;
}
#try-it .g-form .btns {
  width: 100%;
  margin-top: 1%;
  margin-bottom: 0;
  justify-content: space-between;
}
#try-it .g-form .btns button, #try-it .g-form .btns a {
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  font-weight: normal;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
}
#try-it .g-form .btns button:hover, #try-it .g-form .btns a:hover {
  background: linear-gradient(to top, #1eaec9, #008bad, #007492);
}
#try-it .g-form .btns p {
  padding: 1.5rem 0;
}
#try-it .g-form .btns p span {
  font-size: 2rem;
}
#try-it .note {
  width: 40%;
  margin: 0 auto 5rem;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}

.flatpickr-day.selected {
  background: #b0e9f4;
  border-color: #b0e9f4;
  color: #000;
}

@media screen and (min-width: 901px) {
  .is-m {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 2vw;
  }

  .is-pc {
    display: none;
  }

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

  .video-wrap .img .video-btn-play {
    transform: scale(0.5);
  }

  .g-wrap {
    overflow: hidden;
    background-color: #000;
  }
  .g-wrap:before, .g-wrap:after {
    width: 20%;
    height: 70%;
    top: 30%;
    background-size: 600%;
  }
  .g-wrap:before {
    background-position: 0 0;
  }
  .g-wrap:after {
    display: block;
    left: auto;
    right: 0;
    background-position: 100% 0;
  }

  .g-section {
    background-size: auto 100%;
  }
  #kv {
    background: url(../img/bg-1.jpg?v2), linear-gradient(to bottom, #e8f5fb, #fff);
    background-size: 165%;
    background-color: #fff;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 86rem;
  }
  #kv .text-square span {
    width: 5.8rem;
    height: 5.8rem;
    font-size: 4.5rem;
  }
  #kv .text-proud {
    width: 45rem;
    margin: 1rem auto;
  }
  #kv .benefit li.l1 {
    top: 34%;
    left: 5.7%;
  }
  #kv .benefit li.l2 {
    top: 52.6%;
    left: -1%;
  }
  #kv .benefit li.l3 {
    top: 64%;
  }
  #kv .benefit li.l4 {
    top: 80%;
  }
  #kv .bg .deco-star-red-1 {
    top: 41.1%;
    left: 44%;
  }
  #kv .bg .deco-star-green-1 {
    top: 48.7%;
    left: 64.7%;
  }
  #kv .bg .deco-star-red-2 {
    top: 68%;
    left: 15.4%;
  }
  #kv .bg .deco-star-green-2 {
    top: 76%;
    left: 25.7%;
  }

  #student-only {
    height: auto;
  }
  #student-only header .deco-star-green {
    left: 90.3%;
  }
  #student-only header .deco-star-red {
    top: -12%;
    left: 44.5%;
  }
  #student-only .board {
    width: 75%;
  }
  #student-only .board li {
    width: 80%;
    height: 11.5rem;
  }
  #student-only .board li:nth-of-type(1) {
    padding-top: 2.4rem;
    padding-left: 26%;
  }
  #student-only .board li:nth-of-type(2) {
    padding-top: 1rem;
    padding-left: 12%;
    line-height: 1.3;
  }
  #student-only .board li:nth-of-type(3) {
    padding-top: 2.7rem;
    padding-left: 25%;
  }
  #student-only .board li:nth-of-type(4) {
    padding-top: 1.5rem;
    padding-left: 14%;
  }
  #student-only .board li:nth-child(even) {
    left: 20%;
  }
  #student-only .board .desc {
    font-size: 1.8rem;
  }
  #student-only .board .desc small {
    font-size: 1.7rem;
  }

  #sale {
    padding-top: 5rem;
  }
  #sale header .deco-star-red {
    left: 40.5%;
  }
  #sale header .deco-star-green {
    left: 86.3%;
  }

  .sale-list {
    width: 96%;
  }
  .sale-list li {
    width: 49.5%;
    background-size: 100% 100%;
    margin-bottom: 2rem;
  }
  .sale-list li:last-child h4 {
    font-size: 2.4rem;
    padding: 1.6rem 0 1.3rem;
  }
  .sale-list h4 {
    font-size: 1.8rem;
  }

  [class^=txt-benefit-].txt-benefit-4 {
    top: -1.5rem;
  }
  [class^=txt-benefit-].txt-benefit-5 {
    background-position: 100% 0;
    top: 8rem;
    right: -3rem;
  }

  #try-it {
    padding-top: 5rem;
  }
  #try-it header div {
    display: block;
    line-height: 1.1;
  }
  #try-it header div .text-border-4 {
    font-size: 4.3rem;
  }
  #try-it header .deco-star-red {
    left: 14.5%;
    top: 10%;
  }
  #try-it header .deco-star-green {
    top: 35%;
  }
  #try-it .g-form {
    width: 70%;
  }
  #try-it .note {
    width: 70%;
  }
}