@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&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 ==============================================*/
@font-face {
  font-family: FuturaStd-Medium;
  src: url(../font/FuturaStd-Medium.woff2) format("woff2"), url(../font/FuturaStd-Medium.woff) format("woff"), url(../font/FuturaStd-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: bold;
  font-display: swap;
}
.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.1rem;
}
.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 calc(100% - 1rem) 50% #fff !important;
  background-size: 2rem !important;
  border-radius: 0.1rem;
}
.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.1rem;
}
.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(-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.webp) 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 #3b6887;
}

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

.tns-outer {
  position: relative;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-size: 50%;
  top: 44%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: transparent;
  z-index: 3;
  text-indent: -9999px;
  border: 0;
  transform: translateY(-50%);
  background-image: url(../img/icon-next-blue.svg);
  cursor: pointer;
}
.tns-controls button:hover, .tns-controls div:hover, .tns-cus-controls button:hover, .tns-cus-controls div:hover {
  background-color: #fff;
}
.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: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.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: 0;
}

.tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.tns-nav button {
  width: 25px;
  height: 25px;
  border: 0;
  margin: 2px;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 10px;
  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: #3b6887;
}
.tns-nav button.tns-nav-active:after {
  background-color: #bf1a21;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.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;
  color: #000;
}
.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: #3b6887;
  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: #3b6887;
  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-gradient-1 {
  position: relative;
  line-height: 1.5;
}
.text-gradient-1 span {
  opacity: 0;
}
.text-gradient-1:before, .text-gradient-1:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
  color: #fff;
}
.text-gradient-1:before {
  text-shadow: 0 0 1rem #fe0101, 0 0 1rem #000;
  -webkit-mask-image: linear-gradient(to right, #000 50%, transparent 70%);
          mask-image: linear-gradient(to right, #000 50%, transparent 70%);
}
.text-gradient-1:after {
  text-shadow: 0 0 1rem #14bdfc, 0 0 1rem #000;
  -webkit-mask-image: linear-gradient(to left, #000 50%, transparent 70%);
          mask-image: linear-gradient(to left, #000 50%, transparent 70%);
}

.text-gradient-2 {
  color: #fff;
  background: linear-gradient(to bottom, #dadada, #fff 55%, #c4c4c4 55.1%, #fff 80%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-border-1 {
  color: #fff;
  background: #0256a1;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.2rem transparent;
  padding: 0 0.2rem;
  filter: drop-shadow(0 0 0.5rem #00bbef) drop-shadow(0 0 0.5rem #00bbef);
}

.color-pink {
  color: #fe016c;
}

.color-red {
  color: red;
}

.color-green {
  color: #00ab85;
}

.color-light-green {
  color: #74ccad;
}

.color-blue {
  color: #15f5fd;
}

.color-light-blue {
  color: #46aaff;
}

.color-yellow {
  color: #f9e657;
}

.font-notosans {
  font-family: "Noto Sans TC";
}

html {
  font-size: 1.25vw;
}

body {
  overflow-x: hidden;
}

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

[class*=g-bt-] {
  color: #fff;
  width: 23.5rem;
  height: 4.5rem;
  display: block;
  text-align: center;
  cursor: pointer;
  filter: brightness(100%);
  transition: 0.2s !important;
  position: relative;
  filter: drop-shadow(0 0 0.3rem #fe4d77);
}
[class*=g-bt-]:before {
  content: "";
  width: calc(100% + .2rem);
  height: calc(100% + .2rem);
  top: -0.1rem;
  left: -0.1rem;
  background: url(../img/g-bt-dot.webp) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
[class*=g-bt-] span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background: #6e2550;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  box-shadow: inset 0 0 1.5rem #000;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  line-height: 3;
  padding-left: 8%;
  text-shadow: 0 0 0.5rem #fe4d77, 0 0 0.2rem #fe4d77, 0 0 0.2rem #fe4d77;
}
[class*=g-bt-] span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 1rem 0.6rem 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: calc(50% - .6rem);
  left: 12.5%;
  filter: drop-shadow(0 0 0.2rem #fe4d77) drop-shadow(0 0 0.2rem #fe4d77);
}
[class*=g-bt-] span:after {
  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 1s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class*=g-bt-] span b {
  font-size: 110%;
}
[class*=g-bt-]:hover {
  filter: brightness(120%);
}

.g-bt-2 {
  filter: drop-shadow(0 0 0.3rem rgba(21, 245, 253, 0.7));
}
.g-bt-2:before {
  transform: scale(-1, 1);
}
.g-bt-2 span {
  background-color: #2c4b6e;
  text-shadow: 0 0 0.5rem #15cefd, 0 0 0.2rem #15cefd, 0 0 0.2rem #15cefd;
  padding-right: 8%;
  padding-left: 0;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.g-bt-2 span:before {
  transform: scale(-1, 1);
  left: auto;
  right: 12.5%;
  filter: drop-shadow(0 0 0.2rem #15cefd) drop-shadow(0 0 0.2rem #15cefd);
}

[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 0.7rem;
}

.list-no li {
  position: relative;
  margin-left: 1.4rem;
  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: 0.7rem;
}
.list-dot li:before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0;
}

.g-section {
  position: relative;
}
.g-section header {
  position: relative;
}
.g-section h2 {
  text-align: center;
  position: relative;
  font-size: 2.9rem;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  font-weight: bold;
  filter: drop-shadow(0 0 0.2rem rgba(255, 255, 255, 0.5));
}

.note {
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  display: block;
}

[class^=icon-flare-] {
  width: 5rem;
  height: 2rem;
  background: url(../img/icon-flare-white.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  display: block;
  animation: icon_flare_shine 0.4s infinite alternate;
}
@keyframes icon_flare_shine {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
[class^=icon-flare-]:nth-child(3n-2) {
  animation-delay: -0.2s;
}
[class^=icon-flare-]:nth-child(3n-1) {
  animation-duration: 0.3s;
}
[class^=icon-flare-].icon-flare-blue {
  background-image: url(../img/icon-flare-blue.webp);
}

[class^=icon-dot-red-] {
  width: 3rem;
  height: 3rem;
  background: radial-gradient(circle, #fe4d77, transparent 60%);
  border-radius: 2rem;
  position: absolute;
  mix-blend-mode: color-dodge;
  animation: icon_flare_shine 0.3s infinite alternate;
}
[class^=icon-dot-red-]:nth-child(3n-1) {
  animation-delay: -0.2s;
}
[class^=icon-dot-red-]:nth-child(3n-2) {
  animation-delay: -0.1s;
}

[class^=icon-dot-blue-] {
  width: 3rem;
  height: 3rem;
  background: radial-gradient(circle, #14bdfc, transparent 60%);
  border-radius: 2rem;
  position: absolute;
  mix-blend-mode: color-dodge;
  animation: icon_flare_shine 0.3s infinite alternate;
}
[class^=icon-dot-blue-]:nth-child(3n-1) {
  animation-delay: -0.2s;
}
[class^=icon-dot-blue-]:nth-child(3n-2) {
  animation-delay: -0.1s;
}

[class^=firework-] {
  width: 9rem;
  height: 16rem;
  background: url(../img/fireworks-1.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  mix-blend-mode: screen;
  animation: firework_show 4.5s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes firework_show {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  30%, 100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
[class^=firework-]:nth-child(1) {
  animation-delay: -1.5s;
}
[class^=firework-]:nth-child(2) {
  animation-delay: -3s;
}
[class^=firework-]:nth-child(3) {
  animation-delay: -4.5s;
}
[class^=firework-]:nth-child(4) {
  animation-delay: -6s;
}
[class^=firework-]:nth-child(5) {
  animation-delay: -7.5s;
}
[class^=firework-]:nth-child(6) {
  animation-delay: -9s;
}
[class^=firework-]:nth-child(7) {
  animation-delay: -10.5s;
}
[class^=firework-]:nth-child(8) {
  animation-delay: -12s;
}
[class^=firework-]:nth-child(9) {
  animation-delay: -13.5s;
}
[class^=firework-]:nth-child(10) {
  animation-delay: -15s;
}

[class^=firework-XL-] {
  width: 16rem;
  height: 21rem;
  background-image: url(../img/fireworks-2.webp);
}

.firework-M-1 {
  top: -4%;
  left: 30%;
}

.firework-M-2 {
  top: -2%;
  left: 71%;
}

.firework-M-3 {
  top: 53%;
  left: 0%;
}

.firework-M-4 {
  top: 75%;
  left: 80%;
}

.firework-XL-1 {
  top: -10%;
  left: 51%;
}

.firework-XL-2 {
  top: 70%;
  left: 80%;
}

.firework-XL-3 {
  top: 53%;
  left: 5%;
}

/*lazyload*/
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.neon-card {
  position: relative;
  width: 75%;
  margin: 0 auto;
  background: url(../img/neon-net-1.webp), url(../img/neon-net-2.webp), linear-gradient(135deg, rgba(5, 26, 57, 0.3), rgba(5, 26, 57, 0.9), rgba(5, 26, 57, 0.3));
  background-repeat: no-repeat;
  background-position: 0 100%, 100% 0, 0 0;
  background-size: 58%, 58%, 100% 100%;
  border-radius: 5rem;
  box-shadow: 0 0 2rem #000;
}
.neon-card .border-rainbow {
  position: absolute;
  inset: 0;
  filter: blur(0.2rem);
  pointer-events: none;
}
.neon-card .border-rainbow:before {
  content: "";
  position: absolute;
  inset: -0.3rem;
  border-radius: 5rem;
  padding: 0.3rem;
  background: linear-gradient(to right, #f04b7e 10%, #000, #14bdfc 90%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.neon-card .border-white {
  position: absolute;
  inset: -0.2rem;
  border: 0.2rem solid #fff;
  border-radius: 5rem;
  pointer-events: none;
}
.neon-card .border-white:before, .neon-card .border-white:after {
  content: "";
  width: 20rem;
  height: 10rem;
  background: url(../img/icon-flare-white.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  mix-blend-mode: plus-lighter;
  animation: icon_flare_shine 0.4s infinite alternate;
}
.neon-card .border-white:before {
  top: -5rem;
  left: 0;
  animation-delay: -0.2s;
}
.neon-card .border-white:after {
  bottom: -5rem;
  right: 0;
  animation-duration: 0.3s;
}

#g-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  pointer-events: none;
}
#g-bg .bg-1 {
  height: 41.6rem;
  background-image: url(../img/bg-1.webp?v2);
  background-size: 100%;
}
#g-bg .bg-2 {
  height: 17%;
  background-image: url(../img/bg-2.webp);
  background-size: 100% 100%;
}
#g-bg .bg-3 {
  height: 64.2rem;
  background-image: url(../img/bg-3.webp);
  background-size: 100%;
}
#g-bg .bg-4 {
  flex: 1;
  background-image: url(../img/bg-4.webp);
  background-size: 100% 100%;
}

#kv {
  height: 39rem;
}
#kv header {
  position: relative;
  width: 50%;
  margin-left: 47%;
  padding-top: 8rem;
}
#kv .text-HNY {
  width: 25.4rem;
  height: 7.7rem;
  background: url(../img/text-HNY.webp) no-repeat center;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  text-indent: -9999rem;
  filter: drop-shadow(0 0 0.5rem #000);
}
#kv h1 {
  font-size: 3rem;
  font-weight: bold;
  padding-top: 4.4rem;
  position: relative;
}
#kv h1 div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kv h1 div b {
  font-size: 120%;
  text-shadow: 0 0 1rem #fe0101, 0 0 1rem #000;
}
#kv h1 div p:before, #kv h1 div p:after {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-left: -0.4rem;
}
#kv h1 > p {
  font-size: 4rem;
  margin-top: 0.8rem;
}
#kv .icon-dot-red-1 {
  top: 29%;
  left: 36%;
  width: 2rem;
  height: 2rem;
}
#kv .icon-dot-red-2 {
  top: 75%;
  left: 6.5%;
}
#kv .icon-dot-red-3 {
  top: 78%;
  left: 34%;
}
#kv .icon-dot-blue-1 {
  top: 65%;
  left: 57.5%;
  width: 2rem;
  height: 2rem;
}
#kv .icon-dot-blue-2 {
  top: 84%;
  left: 88%;
  width: 2rem;
  height: 2rem;
}

#g-nav ol {
  width: 61%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 1.4rem;
  outline: 1px solid red;
}
#g-nav li {
  margin-bottom: 1.8rem;
}
#g-nav li:first-child span {
  letter-spacing: 0;
}
#recycle header div, #ticket header div, #lottery header div, #gift header div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recycle header p, #ticket header p, #lottery header p, #gift header p {
  margin: 0 0.6rem;
}
#recycle header p:before, #recycle header p:after, #ticket header p:before, #ticket header p:after, #lottery header p:before, #lottery header p:after, #gift header p:before, #gift header p:after {
  padding: 0 0.6rem;
}
#recycle header b, #ticket header b, #lottery header b, #gift header b {
  font-size: 120%;
  text-shadow: 0 0 1rem rgba(254, 1, 1, 0.5), 0 0 1rem #000;
}
#recycle .icon-dot-red-1, #ticket .icon-dot-red-1, #lottery .icon-dot-red-1, #gift .icon-dot-red-1 {
  top: 18%;
  left: 35.7%;
}
#recycle .icon-dot-red-2, #ticket .icon-dot-red-2, #lottery .icon-dot-red-2, #gift .icon-dot-red-2 {
  top: 18%;
  left: 41%;
}

#recycle header p:nth-of-type(1):before, #ticket header p:nth-of-type(1):before, #gift header p:nth-of-type(1):before {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000);
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000);
}
#recycle header p:nth-of-type(1):after, #ticket header p:nth-of-type(1):after, #gift header p:nth-of-type(1):after {
  text-shadow: none;
}
#recycle header p:nth-of-type(2):before, #ticket header p:nth-of-type(2):before, #gift header p:nth-of-type(2):before {
  text-shadow: none;
}
#recycle header p:nth-of-type(2):after, #ticket header p:nth-of-type(2):after, #gift header p:nth-of-type(2):after {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000);
}

#recycle {
  padding-top: 4.2rem;
  padding-bottom: 4rem;
}
#recycle .neon-card {
  margin-top: 2.2rem;
}
#recycle .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recycle .img {
  padding: 1rem 0 2rem 1rem;
}
#recycle .img img {
  width: 13rem;
  animation: recycle_img_jump 1s infinite alternate;
  transform-origin: 50% 60%;
}
@keyframes recycle_img_jump {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#recycle .txt {
  padding-top: 1rem;
  padding-left: 3.5rem;
}
#recycle .txt h3 {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
#recycle .txt a {
  margin-top: 3rem;
  margin-left: 1rem;
}

#ticket {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
#ticket .neon-card {
  width: 41.5%;
  margin-left: 12.5%;
  margin-top: 11rem;
}
#ticket .neon-card .border-white:before, #ticket .neon-card .border-white:after {
  transform: rotate(90deg);
}
#ticket .neon-card .border-white:before {
  top: 5%;
  left: -10rem;
}
#ticket .neon-card .border-white:after {
  bottom: 5%;
  right: -10rem;
}
#ticket .neon-card .img {
  width: 72%;
  margin: -7rem auto 1.5rem;
  position: relative;
}
#ticket .neon-card .img img {
  filter: drop-shadow(0 0 0.5rem #fe4d77);
  opacity: 0;
}
#ticket .neon-card .txt h3 {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
#ticket .neon-card .txt b {
  font-size: 130%;
  line-height: 1;
}
#ticket .neon-card .limit {
  width: 79%;
  background: #fff;
  margin: 1rem auto;
  font-size: 1.7rem;
  padding: 0.3rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ticket .neon-card .limit b {
  background: #1c3553;
  font-weight: normal;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
#ticket .neon-card .limit p {
  letter-spacing: 0.2rem;
  color: #1c3553;
}
#ticket .neon-card .list-star {
  width: 80%;
  margin: 1.8rem auto 2rem;
  text-align: left;
  text-shadow: 0 0 0.5rem #000;
}
#ticket .neon-card .list-star li {
  font-size: 0.8rem;
}
#ticket.is-animate .neon-card .img img {
  animation: ticket_img 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes ticket_img {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-15deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

#lottery {
  padding-top: 3.6rem;
  padding-bottom: 4rem;
}
#lottery header p:nth-of-type(1):before {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000);
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000);
}
#lottery header p:nth-of-type(1):after {
  text-shadow: none;
}
#lottery header p:nth-of-type(3):before {
  text-shadow: none;
}
#lottery header p:nth-of-type(3):after {
  -webkit-mask-image: none;
          mask-image: none;
}
#lottery header b {
  font-size: 120%;
  text-shadow: 0 0 1rem rgba(20, 189, 252, 0.5), 0 0 1rem #000;
  margin-right: -1rem;
}
#lottery .rule {
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  margin: 3.3rem auto 0 20%;
  padding-bottom: 1.2rem;
  position: relative;
}
#lottery .rule:before, #lottery .rule:after {
  content: "";
  width: 8rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
}
#lottery .rule:before {
  left: 0;
}
#lottery .rule:after {
  right: 0;
}
#lottery .rule time {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  position: relative;
  top: -1.5rem;
  display: block;
  margin-bottom: -0.8rem;
}
#lottery .rule u {
  text-decoration: none;
  font-size: 90%;
}
#lottery .rule b {
  font-size: 140%;
}
#lottery .rule .icon-to {
  text-indent: -9999rem;
  width: 1.8rem;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.8rem;
}
#lottery .rule .icon-to:before {
  content: "";
  width: 0.6rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(60deg);
  transform-origin: 100% 0;
}
#lottery .rule p {
  font-size: 1.7rem;
  text-align: left;
  padding-left: 2rem;
  letter-spacing: 0.1rem;
}
#lottery .rule img {
  width: 29.9%;
  top: -25%;
  left: 95.4%;
  position: absolute;
  z-index: 1;
}
#lottery table {
  width: 75%;
  margin: 3.1rem auto 0;
}
#lottery table thead th {
  background: #15f5fd;
  color: #0f4b83;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  position: relative;
  border-bottom: 0.8rem solid transparent;
}
#lottery table thead th:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 0.1rem;
  height: 80%;
  background: #0f4b83;
}
#lottery table thead th:nth-of-type(1) {
  width: 34%;
}
#lottery table thead th:nth-of-type(2) {
  width: 14%;
}
#lottery table thead th:nth-of-type(3) {
  width: 14%;
}
#lottery table thead th:last-child {
  width: 38%;
}
#lottery table thead th:last-child:after {
  display: none;
}
#lottery table tbody th {
  border-bottom: 0.2rem solid transparent;
}
#lottery table tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
#lottery table tbody td:last-child {
  text-align: left;
  padding-left: 6%;
}
#lottery table tbody td small {
  display: block;
  opacity: 0.8;
  font-size: 0.9rem;
}
#lottery table tbody h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  background: rgba(10, 37, 69, 0.4);
  padding: 1rem 0 1rem 9%;
}
#lottery table tbody h3 span {
  display: block;
}

#gift {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#gift .bg .kol {
  width: 47rem;
  height: 49.4rem;
  top: -6.6%;
  left: -9.7%;
  background: url(../img/kol.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent);
          mask-image: linear-gradient(to bottom, #000 90%, transparent);
  filter: drop-shadow(-0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
}
#gift header b {
  margin-right: -1rem;
  margin-left: 1rem;
}
#gift .group {
  width: 41.3%;
  margin-left: 46%;
  margin-top: 3.2rem;
}
#gift .neon-card {
  width: 100%;
}
#gift .month {
  width: 59%;
  margin: 0 auto;
  padding: 0.3rem 0;
  background: rgba(0, 0, 0, 0.3);
}
#gift .month .border-white:before, #gift .month .border-white:after {
  display: none;
}
#gift .month h3 {
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
}
#gift .month h3 b {
  font-size: 160%;
}
#gift .detail {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  margin-top: 0.3rem;
}
#gift .detail .border-white:before, #gift .detail .border-white:after {
  transform: rotate(90deg);
}
#gift .detail .border-white:before {
  top: 5%;
  left: -10rem;
}
#gift .detail .border-white:after {
  bottom: 5%;
  right: -10rem;
}
#gift .detail img {
  width: 82%;
  margin: 0 auto -0.5rem;
  opacity: 0;
}
#gift .detail p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
#gift.is-animate .detail img {
  animation: gift_img_in 1s forwards;
}
@keyframes gift_img_in {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#schedule {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
#schedule .icon-dot-red-1 {
  top: 18%;
  left: 35.7%;
}
#schedule .icon-dot-red-2 {
  top: 18%;
  left: 41%;
}
#schedule .neon-card {
  margin-top: 2.2rem;
  padding: 4rem 0;
}
#schedule table {
  text-align: left;
  width: 75%;
  margin: 0 auto;
  font-size: 1.1rem;
}
#schedule table th {
  width: 30%;
}
#schedule table td {
  width: 30%;
}
#schedule table td:last-child {
  width: 40%;
}
@media screen and (min-width: 900px) {
  .is-m {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 3vw;
  }

  .g-wrap {
    overflow: hidden;
  }

  .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-bg .bg-1 {
    height: 60rem;
    background-image: url(../img/bg-1-m.webp);
    background-position: 50%;
  }
  #g-bg .bg-2 {
    height: 27%;
    background-size: 170% 100%;
    background-position: 100% 0;
    position: relative;
  }
  #g-bg .bg-2:before {
    content: "";
    width: 100%;
    height: 50rem;
    background: #dbe6eb;
    position: absolute;
    top: -5rem;
    left: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 5rem, #000, transparent);
            mask-image: linear-gradient(to bottom, transparent, #000 5rem, #000, transparent);
  }
  #g-bg .bg-3 {
    height: 39rem;
    background-size: 170%;
    background-position: 100% 0;
  }

  #kv {
    height: 55rem;
  }
  #kv header {
    width: 100%;
    margin-left: auto;
    padding-top: 2rem;
  }
  #kv h1 {
    padding-top: 0rem;
  }
  #kv h1 > p {
    font-size: 3.5rem;
    margin-top: 0;
  }
  #kv .icon-dot-red-1 {
    top: 50%;
    left: 31%;
  }
  #kv .icon-dot-red-2 {
    top: 64%;
    left: 3.5%;
  }
  #kv .icon-dot-red-3 {
    top: 71%;
    left: 32%;
  }
  #kv .icon-dot-blue-1 {
    top: 52%;
    left: 57.5%;
  }
  #kv .icon-dot-blue-2 {
    top: 76%;
  }

  #g-nav ol {
    width: 100%;
    justify-content: center;
    padding-left: 1rem;
  }
  .g-bt-1:before {
    transform: scale(-1, 1);
  }
  .g-bt-1 span {
    padding-right: 8%;
    padding-left: 0;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
  .g-bt-1 span:before {
    transform: scale(-1, 1);
    left: auto;
    right: 12.5%;
  }

  .neon-card {
    border-radius: 3rem;
  }
  .neon-card .border-rainbow:before {
    border-radius: 3rem;
  }
  .neon-card .border-white {
    border-radius: 3rem;
  }

  #recycle header p:before, #recycle header p:after, #ticket header p:before, #ticket header p:after, #lottery header p:before, #lottery header p:after, #gift header p:before, #gift header p:after {
    padding: 0;
  }
  #recycle .icon-dot-red-1, #ticket .icon-dot-red-1, #lottery .icon-dot-red-1, #gift .icon-dot-red-1 {
    top: 6%;
    left: 47.7%;
  }
  #recycle .icon-dot-red-2, #ticket .icon-dot-red-2, #lottery .icon-dot-red-2, #gift .icon-dot-red-2 {
    top: 7%;
    left: 61%;
  }

  #recycle header div {
    display: block;
  }
  #recycle .img {
    position: absolute;
    top: -20%;
    left: 4%;
  }
  #recycle .img img {
    width: 30%;
  }
  #recycle .txt {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #recycle .txt h3 {
    padding-left: 15%;
  }
  #recycle .txt a {
    margin-left: -5%;
  }

  .neon-card {
    width: 94%;
  }

  #ticket {
    padding-bottom: 26rem;
  }
  #ticket header div {
    display: block;
  }
  #ticket header b {
    display: inline-block;
    margin-right: -1.5rem;
  }
  #ticket header b ~ p {
    display: inline-block;
    margin-right: -1rem;
  }
  #ticket .neon-card {
    width: 94%;
    margin: 8rem auto 0;
  }

  #lottery header div {
    display: block;
  }
  #lottery header b {
    display: inline-block;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  #lottery header p:nth-child(2) {
    display: inline-block;
  }
  #lottery header p:nth-of-type(3) {
    display: inline-block;
  }
  #lottery .rule {
    width: 94%;
    margin: 3rem auto 0;
  }
  #lottery .rule img {
    width: 34.9%;
    top: 15%;
    left: 69.4%;
  }
  #lottery table {
    width: 50rem;
  }

  .m-scroll {
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tip-scroll-zone {
    position: relative;
    width: 100%;
  }
  .tip-scroll-zone.active .tip-drag {
    display: none;
  }

  #tip-drag {
    position: absolute;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
    width: 20rem;
    height: 20rem;
    background: radial-gradient(circle, #fff 20%, transparent 60%);
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
  }
  #tip-drag p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #0f4b83;
  }

  .icon-drag {
    width: 8rem;
    height: 4rem;
    background: url(../img/icon-drag.svg) no-repeat;
    background-size: 100%;
    display: block;
    margin: 7rem auto 0;
    animation: icon_drag_move 0.5s ease-in-out infinite alternate;
  }
  @keyframes icon_drag_move {
    0% {
      transform: translateX(-10%);
    }
    100% {
      transform: translateX(10%);
    }
  }

  #gift {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  #gift header div {
    display: block;
  }
  #gift header b {
    display: inline-block;
  }
  #gift header b ~ p {
    display: inline-block;
  }
  #gift .bg .kol {
    width: 27rem;
    height: 28.4rem;
    top: 19%;
    left: 23.3%;
  }
  #gift .group {
    width: 44.3%;
    margin-left: 5%;
  }
  #gift .month {
    width: 85%;
  }
  #gift .detail p {
    font-size: 1.3rem;
    margin: 1rem auto;
  }

  #schedule .neon-card {
    padding: 2rem 0;
  }
  #schedule table {
    display: block;
    width: 80%;
  }
  #schedule table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
  }
  #schedule table th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
  #schedule table td {
    display: block;
    line-height: 2;
  }
  #schedule table td:nth-of-type(1) {
    width: 30%;
  }
  #schedule table td:nth-of-type(2) {
    width: 70%;
  }
  #schedule .icon-dot-red-1 {
    left: 24.7%;
  }
  #schedule .icon-dot-red-2 {
    left: 48%;
  }

  .firework-XL-1 {
    top: 0;
    left: 45%;
  }

  .firework-XL-2 {
    top: 72%;
    left: 60%;
  }

  .firework-XL-3 {
    top: 50%;
    left: 56%;
  }

  .firework-M-1 {
    top: 0;
    left: 20%;
  }

  .firework-M-4 {
    left: 75%;
  }

  .firework-M-3 {
    top: 50%;
  }
}