@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500&display=swap');
html,
body,
.warp-container,
.p4-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: #52545c;
}
a:hover {
  color: #2a1a85;
}
.loading-wrap {
  background: #1d1d1d url(https://res.17996cdn.net/seed/images/loding-bg.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 999;
  color: #fff;
  font-size: calc(1rem + 0.4vw);
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-style: normal;
}
.loading-wrap .load-gif {
  width: 41%;
  max-width: 850px;
  margin-top: -5%;
}
.progress-text {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.lodlin {
  width: 100%;
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: 998;
  text-align: center;
}
.alink-box a:hover,
.vod-play:hover {
  opacity: .9;
  /* filter: brightness(1.25);
  transition: 0.2s ease-in-out; */
}
#progress-bar {
  /* position: absolute; */
  margin-top: 16px;
  top: 50%;
  height: 4px;
  width: 100%;
  background-color: #dcdbdb;
  z-index: 1;
}

#progress {
  height: 100%;
  background-color: #2d7ee8;
  width: 0;
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  filter: drop-shadow(0 0 0.2rem rgb(85, 153, 247));
}

.z-index-10 {
  z-index: 10;
}
.uk-modal {
  background: rgba(0, 0, 0, 0.85);
}
.uk-modal-page {
  overflow-y: auto !important;
}
.nav-top {
  right: 13%;
  top: 3%;
}
.nav-top ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  font-style: normal;
}
.nav-top ul li {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.nav-top ul li a {
  font-size: calc(1rem + 0.4vw);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 4px #184f98, -1px -1px 2px rgb(185 217 254 / 70%);
  font-weight: 600;
}
.nav-top ul li span {
  font-size: calc(0.55rem + 0.2vw);
  color: #fff;
  text-shadow: 2px 2px 4px #184f98, -1px -1px 2px rgb(185 217 254 / 70%);
}
.nav-top ul li.uk-active a,
.nav-top ul li.uk-active span,
.nav-top ul li:hover a,
.nav-top ul li:hover span {
  color: #347de0;
  text-shadow: inherit;
}
.header-wrap {
  background: #cce9f7 url(https://res.17996cdn.net/seed/images/p1-bg2.webp) no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.logo-box {
  max-width: 700px;
  width: 28vw;
  margin-top: 14vh;
}
.cz-bt { position: relative;}
.cz-bt .sale{ 
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  z-index: 9;
}
.share-link {
  max-width: 58px;
  width: 2.82%;
  margin-left: auto;
  margin-top: 2%;
  margin-right: 3%;
  gap: 14px;
  position: fixed !important;
}
/* .ios-bt img,
.gg-bt img {
  border: 1.3px solid #7c7c7c;
  border-radius: 10px;
} */
.uk-transition-toggle:hover .uk-transition-scale-up {
  transform: scale3d(1.051, 1.051, 1);
}
.slogn {
  max-width: 1680px;
  width: 62%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 22px;
}
.slg {
  max-width: 800px;
  width: 64%;
  margin-bottom: 3%;
}
.text-rt {
  margin-bottom: 2%;
  margin-left: 3%;
  max-width: 12%;
  position: fixed !important;
  z-index: 2;
  overflow: hidden;
}
.scroll {
  margin-bottom: 0;
  margin-right: 3%;
  max-width: 1.35%;
  z-index: 30;
}
.vod-play {
  width: 14.5%;
  max-width: 300px;
  margin-top: 5%;
}
.alink-box {
  width: 100%;
  max-width: 1850px;
  margin-top: 10%;
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 2%;
  /* -webkit-animation: up_down 1800ms linear infinite;
  -moz-animation: up_down 1800ms linear infinite;
  -ms-animation: up_down 1800ms linear infinite;
  animation: up_down 1800ms linear infinite; */
}
.alink-box a {
  flex: 1;
}

.pre-bt {
  margin-left: 12px;
  /* transform: scale3d(1.13, 1.13, 1); */
}
.title-background,
.title-background:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  aspect-ratio: 16 / 9;
}
.title-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.p2-bg {
  background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.p2-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.p2-title {
  max-width: 870px;
  width: 46vw;
  margin-bottom: 6% !important;
}
.p2-limg {
  max-width: 60vw;
  width: 51%;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.gift-box {
  max-width: 936px;
  width: 44vw;
  z-index: 2;
  margin-left: -3.5%;
  margin-top: 3%;
}
.p2-bg-bt {
  width: 100%;
}
.p3-bg {
  background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.word-box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-left: 0;
}
.word-item {
  height: 100%;
  width: 100%;
}
.word-item a {
  cursor: url('https://res.17996cdn.net/seed/images/fdj.png'), pointer;
}
.word-item a.lock-word {
  pointer-events: none;
}
.word-01 {
  left: 37.2% !important;
  top: 20.5% !important;
  width: 32%;
  max-width: 100%;
}
.word-02 {
  left: 26.85% !important;
  top: 13.5% !important;
  width: 15%;
  max-width: 100%;
}
.word-03 {
  left: 4% !important;
  top: 31.5% !important;
  width: 20%;
  max-width: 100%;
}
.word-04 {
  left: 19.8% !important;
  top: 49.6% !important;
  width: 17.8%;
  max-width: 100%;
}
.word-05 {
  left: 33.8% !important;
  top: 67.6% !important;
  width: 16.8%;
  max-width: 100%;
}
.word-06 {
  left: 54.1% !important;
  top: 66.6% !important;
  width: 20%;
  max-width: 100%;
}
.word-07 {
  left: 66.9% !important;
  top: 50% !important;
  width: 18%;
  max-width: 100%;
}
.word-08 {
  left: 78.4% !important;
  top: 32.2% !important;
  width: 18.5%;
  max-width: 100%;
}
.word-09 {
  left: 67.8% !important;
  top: 15% !important;
  width: 24.5%;
  max-width: 100%;
}
.word-10 {
  left: 48.5% !important;
  top: 2.2% !important;
  width: 17.5%;
  max-width: 100%;
}
.p4-bg {
  background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.p4-bg .uk-slideshow,
.p4-bg .uk-slideshow ul,
.p5-bg .uk-visible-toggle {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-item {
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}
.slidenav-text {
  width: 52%;
  max-width: 1200px;
  margin-left: 2%;
  margin-bottom: 5%;
}
.slide-item img {
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.slidenav-nav {
  width: 4.76%;
}
.p5-bg {
  background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.p5-bg .uk-slideshow {
  width: 100%;
  height: 100%;
}
.js-png {
  z-index: 10;
}
.p5-bg .uk-slideshow .uk-position-cover {
  background: url(https://res.17996cdn.net/seed/images/js-bg.png) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
.p5-bg .uk-slideshow .uk-position-medium {
  padding: 0;
  margin: 5vw 0 0 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  width: 25%;
  max-width: 510px;
  z-index: 30;
}
.p5-bg .uk-slideshow .uk-position-medium h1 {
  width: 70%;
}
.p5-bg .uk-slideshow .uk-position-small {
  z-index: 20;
  width: 31%;
  max-width: 700px;
  padding: 0;
  margin: -14% 0 0 0;
}
.p5-slidenav {
  display: flex;
  margin-bottom: 5%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 56%;
  background: url(https://res.17996cdn.net/seed/images/js-nav-bg.png) no-repeat center center;
  background-size: contain;
}
.p5-bg .uk-light .uk-dotnav > * {
  width: 5.3vw;
  max-width: 90px;
  padding-left: 0;
}
.p5-bg .uk-light .uk-dotnav > * > * {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: 0 0;
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #fff;
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
}
.p5-bg .uk-light .uk-dotnav > .uk-active > *,
.p5-bg .uk-light .uk-dotnav > * > *:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #1b70e0;
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  filter: drop-shadow(0 0 0.25rem rgb(85, 153, 247));
}
.p5-bg .uk-light .uk-dotnav {
  display: flex;
  gap: 2vw;
}
.p5-bg .uk-slideshow-items {
  min-height: 640px !important;
  height: 100%;
}
.js-icon {
  margin-top: -11vw;
}
.slidenav-previous,
.slidenav-next {
  width: 3.5%;
  max-width: 32px;
}
.slidenav-previous img,
.slidenav-next img {
  filter: invert(1) hue-rotate(180deg);
  opacity: 0.65;
}
.slidenav-previous:hover img,
.slidenav-next:hover img {
  filter: invert(0) hue-rotate(0);
  opacity: 1;
}
.p6-bg {
  background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 600px !important;
}
.p6-bg .uk-slideshow {
  width: 74%;
  max-width: 67vw;
  padding: 5% 5% 8% 5%;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: auto;
}
.p6-bg .uk-slideshow .uk-position-cover img {
  width: 100%;
  border-left: 4px solid #65a4e9;
  border-right: 4px solid #65a4e9;
}
.p6-previous,
.p6-next {
  width: 3%;
  max-width: 36px;
}
.p6-bg .uk-dotnav > * {
  flex: none;
  width: 16%;
  max-width: 13vw;
  padding: 0;
  box-sizing: border-box;
  filter: grayscale(100%);
  opacity: 0.65;
}
.p6-bg .uk-dotnav > *:hover,
.p6-bg .uk-dotnav > *.uk-active {
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
}
.p6-bg .uk-slideshow-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1.85%;
  max-width: 67vw;
  margin-bottom: 0;
  margin-left: 1px;
}
.p6-bg .uk-dotnav > * > * {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: 0 0;
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}
.p6-bg .uk-dotnav > * > * img {
  border-left: 2px solid #65a4e9;
  border-right: 2px solid #65a4e9;
}
.footer {
  background: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 1% 0;
  color: #595959;
  font-size: 12px;
  width: 100%;
  height: auto;
  bottom: 0;
  box-sizing: border-box;
  z-index: 500;
}
.footer a:hover {
  color: #fff;
}
.footer span {
  padding: 0 40px 0 0;
}
.footer aside {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer aside img {
  width: 54%;
  max-width: 850px;
}
.footer aside p {
  margin: 0 auto;
}

#modal-youtube .uk-modal-dialog {
  width: 100% !important;
  max-width: 86% !important;
  background: none;
  padding: 0;
}
.uk-modal-dialog {
  text-align: center;
  max-width: 632px !important;
  width: 48vw !important;
  background: url(https://res.17996cdn.net/seed/images/modal-bg.png) no-repeat center top;
  background-size: 100% 100%;
  aspect-ratio: 632 / 360;
  box-sizing: border-box;
  padding: 1% 0;
}
.mail-input {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.xx-btn {
  top: -11% !important;
  right: -2% !important;
  width: 26px;
}
.xx-btn img {
  width: clamp(30px, 3.3vw, 57px);
}
.yy-tit1 {
  padding: 2% 5%;
  color: #454d5c;
  margin-bottom: 10px !important;
  font-size: clamp(1rem, 1.75vw, 28px);
  font-family: 'Noto Serif TC', serif;
  font-weight: 800;
}
.yy-tit1 img {
  width: clamp(300px, 32vw, 595px);
}
.form-mail {
  padding: 1.6% 3%;
  max-width: 76%;
  color: #1f6cbf;
  font-size: clamp(0.85rem, 1.24vw, 24px);
  border-radius: 0px;
  text-align: left;
  height: auto;
  max-height: 52px;
  border: 0;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
}
.phone-input {
  max-height: 52px;
  background: #fff;
  border: 2px solid #3f90e8;
  width: 70%;
  margin: 0 auto 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.phone-input .uk-select {
  border: 0;
  width: 20%;
  margin-left: 2%;
  padding: 1.6% 3%;
  color: #1f6cbf;
  font-size: clamp(0.82rem, 1.2vw, 22px);
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
}
.phone-input .uk-input,
.phone-input .uk-select:not([multiple]):not([size]) {
  height: 52px;
  vertical-align: middle;
  display: inline-block;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  padding: 1.6% 3%;
  background-color: #ebf5ff;
  color: #2d87e8;
  border-color: #548ae1;
  max-height: 52px;
}
/* placeholder é¢œè‰² */
.uk-input::-webkit-input-placeholder {
  color: #8f99aa;
}
.form-err-email {
  color: red;
  font-size: clamp(1rem, 0.85vw, 22px);
  margin-bottom: -10px;
  display: none;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
}
.pre-ok-btn img {
  width: clamp(180px, 15vw, 240px);
}

.pre-ok {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 23px;
  margin-bottom: 3.5%;
  margin-top: 2.5%;
}

.pre-ok img:hover {
  filter: brightness(1.082);
  transition: 0.4s ease-in-out;
  transition-property: filter, background-color;
}
.vod-play.uk-inline-clip {
  overflow: inherit;
}
.tag-btn img {
  width: clamp(45px, 2.2vw, 59px);
}
.radio-btn {
  font-size: clamp(1rem, 1.25vw, 18px);
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
}
.radio-btn a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.uk-checkbox,
.uk-radio {
  border-color: #715031;
}
.uk-radio:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
#modal-pre-ok .uk-modal-dialog {
  text-align: center;
  max-width: 550px !important;
  width: 48vw !important;
  background: url(https://res.17996cdn.net/seed/images/modal-bg.png) no-repeat center top;
  background-size: 100% 100%;
  aspect-ratio: 550 / 305;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif TC', serif;
  font-weight: 800;
}
.pre-text {
  font-size: clamp(1.1rem, 2.75vw, 28px);
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}
.pre-text2 {
  font-size: clamp(1rem, 18px, 28px);
  font-weight: 600;
  color: #333333;
}
#modal-pre-ok .uk-modal-dialog .xx-btn {
  top: -15% !important;
  right: -2% !important;
}
#modal-pre-ok .share-link a {
  margin-bottom: 0;
}
#modal-pre-ok .share-link {
  margin-right: auto;
  margin-left: auto;
  margin-top: 8%;
  z-index: 50;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 6%;
  width: 100%;
  max-width: 42%;
  position: relative !important;
}
#modal-pre-ok .uk-modal-dialog .xx-btn img,
#modal-youtube .uk-modal-dialog .yxx-btn img {
  width: clamp(20px, 2vw, 30px);
}
#modal-pre-policy .uk-modal-dialog {
  background: #f5f4eb;
  padding: 3% 2%;
  line-height: 1.65;
  font-size: clamp(1rem, 1.4vw, 18px);
  box-sizing: border-box;
  border-radius: 0;
  color: #333333;
  aspect-ratio: auto;
  border: 3px solid #5f3e1f;
}
#modal-pre-policy .uk-modal-dialog .xx-btn {
  top: -14% !important;
  right: -11% !important;
}
#modal-youtube .uk-modal-dialog {
  width: 100% !important;
  max-width: 86% !important;
  background: none;
  padding: 0;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  padding: 0;
  background: none;
  width: 100% !important;
  max-width: 100% !important;
  transform: translateY(0);
}
.uk-modal-full .uk-modal-dialog,
.uk-grid-collapse,
.full-img {
  height: 100%;
}
.full-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uk-modal-close-full {
  background: #03052f87;
}
.wslg-img {
  max-width: 100%;
  width: 26%;
}
.uk-modal-close-full {
  padding: 10px;
  width: 2%;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus,
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #3f90e8;
}
.uk-checkbox,
.uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1.5px solid #335497;
  border-radius: 0;
}
.radio-btn a:hover {
  color: #335497;
}
.footer a {
  margin: 0 10px;
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }

  50% {
    -ms-transform: translateY(10px);
  }

  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
.lamp-box {
  overflow: hidden;
  width: 433px;
  max-height: 10px;
  margin-left: 2%;
}

.lamp-move {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: lampMove;
  animation-name: lampMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  object-fit: cover;
  width: 433px;
}

@-webkit-keyframes lampMove {
  0% {
    transform: translateX(-113px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes lampMove {
  0% {
    transform: translateX(-113px);
  }

  to {
    transform: translateX(0);
  }
}
.title-scroll {
  height: 14em;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-right: 5%;
  margin-bottom: 0.65%;
}

.title-scroll:after,
.title-scroll:before {
  content: '';
  width: 0.1em;
  display: block;
  position: absolute;
  left: 0.45em;
  background-color: #fff;
}

.title-scroll:before {
  top: 0;
  -webkit-animation: scroll-bar ease-in-out 3s infinite;
  -moz-animation: scroll-bar ease-in-out 3s infinite;
  -o-animation: scroll-bar ease-in-out 3s infinite;
  -ms-animation: scroll-bar ease-in-out 3s infinite;
  animation: scroll-bar ease-in-out 3s infinite;
}

.title-scroll:after {
  bottom: 0;
  -webkit-animation: scroll-bar ease-in-out 3s reverse infinite;
  -moz-animation: scroll-bar ease-in-out 3s reverse infinite;
  -o-animation: scroll-bar ease-in-out 3s reverse infinite;
  -ms-animation: scroll-bar ease-in-out 3s reverse infinite;
  animation: scroll-bar ease-in-out 3s reverse infinite;
}

.title-scroll-mouse {
  position: absolute;
  width: 1em;
  height: 2em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAwCAYAAAALiLqjAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAVJJREFUWIXtl7FuwlAMRa0qC+qajSUSI0tHvqESnQjfxQZjpEj9hI7MHbu06gB/QZeCdBiwVTdqyAvKq1qUuwB+9j0GK8hPpNefFZAAD0ABvAN7Ttrr50LPk0vMc2BDmDZAHmo8AEpXvNNO58AYyPR1rvGdyy2BQZP52hUsgbShoVTzTOtaiOv8E5gFfeWv2pnWAZQ/JeSui1bmFYgp9weJG+jqEnPntXKDTyw4dQOt/c2BIXAHDM/kpG7wUwsWGigaulto3qIh75vfjYhM9OzpXGELmc/EACMNvHYEMJ+RAexR/+gIYD6JAaLq/wPa/NU+isiLiLy1IrjHO2tVWO+XmaHINcygB/SAHvBLgIO+v+3I03wOBthqYNwRwHy2BnjWwH1HAPM5+YbuRSGq24vibnZ6EG83dQnxtmtNins/cJA4N5wKKM4drQKJd8vsdV06AtJyuepiZKMbAAAAAElFTkSuQmCC)
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  -webkit-animation: scroll-mouse ease-in-out 3s infinite;
  -moz-animation: scroll-mouse ease-in-out 3s infinite;
  -o-animation: scroll-mouse ease-in-out 3s infinite;
  -ms-animation: scroll-mouse ease-in-out 3s infinite;
  animation: scroll-mouse ease-in-out 3s infinite;
}

.title-scroll-mouse:before {
  color: #fff;
  content: 'scroll';
  position: absolute;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  font-size: 75%;
  text-transform: uppercase;
  -webkit-transform: translateY(-25%) rotateZ(90deg);
  -moz-transform: translateY(-25%) rotateZ(90deg);
  -o-transform: translateY(-25%) rotateZ(90deg);
  -ms-transform: translateY(-25%) rotateZ(90deg);
  transform: translateY(-25%) rotateZ(90deg);
}

.title-scroll-fixed {
  position: fixed;
  z-index: 30;
  bottom: -1px;
  left: 50%;
  margin-left: -0.75em;
  width: 1.5em;
  height: 2em;
  font-size: 1.5em;
  line-height: 0.75;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 1px solid #999;
  overflow: hidden;
  opacity: 0;
}

.ready .title-scroll-fixed {
  opacity: 0.5;
}

.title-scroll-arrow {
  width: 100%;
  height: 20%;
  position: relative;
}

.title-scroll-arrow:after,
.title-scroll-arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  border-bottom: 2px solid #666;
  -webkit-animation: arrow ease 2s infinite;
  -moz-animation: arrow ease 2s infinite;
  -o-animation: arrow ease 2s infinite;
  -ms-animation: arrow ease 2s infinite;
  animation: arrow ease 2s infinite;
  left: 50%;
  bottom: 0;
}

.title-scroll-arrow:before {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateX(-100%) rotate(35deg);
  -moz-transform: translateX(-100%) rotate(35deg);
  -o-transform: translateX(-100%) rotate(35deg);
  -ms-transform: translateX(-100%) rotate(35deg);
  transform: translateX(-100%) rotate(35deg);
}

.title-scroll-arrow:after {
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.title-scroll-arrow:nth-child(1) {
  margin-top: 0.5em;
}

.title-scroll-arrow:nth-child(2):after,
.title-scroll-arrow:nth-child(2):before {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.title-scroll-arrow:nth-child(3):after,
.title-scroll-arrow:nth-child(3):before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

@-moz-keyframes scroll-mouse {
  from {
    top: 0;
    opacity: 0.5;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.5;
    top: 12em;
  }
}

@-webkit-keyframes scroll-mouse {
  from {
    top: 0;
    opacity: 0.5;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.5;
    top: 12em;
  }
}

@-o-keyframes scroll-mouse {
  from {
    top: 0;
    opacity: 0.5;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.5;
    top: 12em;
  }
}

@keyframes scroll-mouse {
  from {
    top: 0;
    opacity: 0.5;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.5;
    top: 12em;
  }
}

@-moz-keyframes scroll-bar {
  from {
    height: 0;
    opacity: 0.25;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.25;
    height: 12em;
  }
}

@-webkit-keyframes scroll-bar {
  from {
    height: 0;
    opacity: 0.25;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.25;
    height: 12em;
  }
}

@-o-keyframes scroll-bar {
  from {
    height: 0;
    opacity: 0.25;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.25;
    height: 12em;
  }
}

@keyframes scroll-bar {
  from {
    height: 0;
    opacity: 0.25;
  }

  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  75% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  to {
    opacity: 0.25;
    height: 12em;
  }
}

@-moz-keyframes arrow {
  from {
    border-bottom-color: #666;
  }

  12.5% {
    border-bottom-color: #fff;
  }

  to {
    border-bottom-color: #666;
  }
}

@-webkit-keyframes arrow {
  from {
    border-bottom-color: #666;
  }

  12.5% {
    border-bottom-color: #fff;
  }

  to {
    border-bottom-color: #666;
  }
}

@-o-keyframes arrow {
  from {
    border-bottom-color: #666;
  }

  12.5% {
    border-bottom-color: #fff;
  }

  to {
    border-bottom-color: #666;
  }
}

@keyframes arrow {
  from {
    border-bottom-color: #666;
  }

  12.5% {
    border-bottom-color: #fff;
  }

  to {
    border-bottom-color: #666;
  }
}
@media (max-width: 1024px) {
  .progress-text {
    font-size: 16px;
  }
  .top-navm {
    background: #000 url(https://res.17996cdn.net/pixelheroes/images/top-nav-bg.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1.5% 2%;
  }
  .icon-image {
    max-width: 48%;
  }
  .header-wrap {
    background: #cce9f7 url(https://res.17996cdn.net/seed/images/p1-m2.jpg?v033) no-repeat center top;
    background-size: cover;
    aspect-ratio: 9 / 16;
    min-height: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .logo-box {
    max-width: 340px;
    width: 60%;
    left: 50%;
    right: 50%;
    top: 26%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    position: fixed !important;
  }
  .slg {
    max-width: 800px;
    width: 96%;
    margin-bottom: 5%;
  }
  .slogn {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-top: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .share-link {
    max-width: 40px;
    width: 8%;
    margin-left: auto;
    margin-top: 3%;
    margin-right: 3%;
    gap: 8px;
  }
  .vod-play {
    width: 25%;
    max-width: 100px;
    margin-top: 60%;
  }
  .alink-box {
    width: 100%;
    max-width: 84%;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6%;
  }
  .pre-bt {
    margin-left: 0;
    /* transform: scale3d(1.13, 1.13, 1); */
  }

  .p2-bg {
    background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg-mh.jpg) no-repeat center top;
    background-size: cover;
    max-width: 100%;
    min-height: auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0px;
    max-height: 100%;
    overflow: hidden;
  }
  .full-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p2-limg {
    max-width: 900px;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }
  .p2-title {
    max-width: 870px;
    width: 88%;
    margin-bottom: 10% !important;
  }
  .gift-box {
    max-width: 900px;
    width: 100%;
    margin: 0 -1% 0% 0;
  }
  .word-item {
    height: 100%;
    width: 100%;
    margin-top: 10%;
    box-sizing: border-box;
  }
  .word-01 {
    left: 26.2% !important;
    top: 32.5% !important;
    width: 48%;
    max-width: 100%;
  }
  .word-02 {
    left: 0.85% !important;
    top: 17.5% !important;
    width: 30%;
    max-width: 100%;
  }
  .word-03 {
    left: 0% !important;
    top: 35.5% !important;
    width: 32%;
    max-width: 100%;
  }
  .word-04 {
    left: 6.8% !important;
    top: 55.6% !important;
    width: 30.8%;
    max-width: 100%;
  }
  .word-05 {
    left: 31.8% !important;
    top: 68.6% !important;
    width: 32.8%;
    max-width: 100%;
  }
  .word-06 {
    left: 59.1% !important;
    top: 61.6% !important;
    width: 39%;
    max-width: 100%;
  }
  .word-07 {
    left: 71.9% !important;
    top: 43% !important;
    width: 31%;
    max-width: 100%;
  }
  .word-08 {
    left: 66.4% !important;
    top: 26.2% !important;
    width: 31.5%;
    max-width: 100%;
  }
  .word-09 {
    left: 57.8% !important;
    top: 13% !important;
    width: 40.5%;
    max-width: 100%;
  }
  .word-10 {
    left: 24.5% !important;
    top: 6.2% !important;
    width: 32.5%;
    max-width: 100%;
  }
  .wslg-img {
    max-width: 100%;
    width: 40%;
  }
  .p4-bg {
    background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg-mh.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .p4-bg .uk-slideshow-items {
    min-height: 100% !important;
  }
  .slidenav-text {
    width: 140%;
    max-width: 1200px;
    margin-left: -8%;
    margin-bottom: -3.2%;
  }
  .slidenav-nav {
    width: 8.76%;
  }
  .slide-item {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
  }
  .slide-item img {
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .p5-bg {
    background: #cce9f7 url(https://res.17996cdn.net/seed/images/p2-bg-mh.jpg) no-repeat center top;
    background-size: cover;
  }
  .p5-bg .uk-slideshow .uk-position-cover {
    background: url(https://res.17996cdn.net/seed/images/js-bg-m.png) no-repeat 0 8%;
    background-size: cover;
    z-index: 1;
  }
  .p5-bg .uk-slideshow .uk-position-medium h1 {
    width: 52%;
    margin-left: 0%;
  }
  .text-rt {
    margin-bottom: 2%;
    margin-left: 3%;
    max-width: 24%;
    position: fixed !important;
    z-index: 2;
  }
  .scroll {
    margin-bottom: 0;
    margin-right: 3%;
    max-width: 2.35%;
  }
  .p5-bg .uk-slideshow .uk-position-medium {
    padding: 0;
    margin: 0% 0 0 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0;
    width: 80%;
    max-width: 600px;
    z-index: 30;
    height: 100%;
  }
  .p5-bg .uk-slideshow .uk-position-small {
    z-index: 20;
    width: 80%;
    max-width: 700px;
    padding: 0;
    margin: -12% 0 0 0%;
    left: 6%;
    right: auto;
  }
  .js-icon {
    margin-top: 13%;
    max-width: 52%;
    margin-left: -5%;
  }
  .slidenav-previous,
  .slidenav-next {
    width: 5.5%;
    max-width: 32px;
  }
  .p5-slidenav {
    display: flex;
    margin-bottom: 10%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    background: url(https://res.17996cdn.net/seed/images/js-nav-bg.png) no-repeat center center;
    background-size: contain;
  }
  .p5-bg .uk-light .uk-dotnav {
    display: flex;
    gap: 6px;
    margin-left: 0;
  }
  .p5-bg .uk-light .uk-dotnav > * {
    width: 16.5%;
    max-width: 90px;
    padding-left: 0;
  }
  .p5-bg .uk-light .uk-dotnav > .uk-active > *,
  .p5-bg .uk-light .uk-dotnav > * > *:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #1b70e0;
    transform: scale3d(1.1, 1.1, 1);
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    filter: drop-shadow(0 0 0.25rem rgb(85, 153, 247));
  }
  .p5-bg .uk-light .uk-dotnav > * > * {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 0 0;
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #fff;
    transform: scale3d(0.9, 0.9, 1);
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
  }
  .p6-bg {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .p6-bg .uk-slideshow {
    width: 100%;
    max-width: 97%;
    padding: 5% 5% 12% 5%;
    box-sizing: border-box;
  }
  .p6-bg .uk-dotnav {
    margin-left: 0;
    gap: 2.35%;
    max-width: 100%;
  }
  .p6-bg .uk-dotnav > * {
    flex: none;
    padding-left: 0;
    width: 16%;
    max-width: 122px;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
  }
  .p6-bg .uk-slideshow .uk-position-cover img {
    width: 100%;
    border-left: 2px solid #65a4e9;
    border-right: 2px solid #65a4e9;
  }
  .p6-bg .uk-dotnav > * > * img {
    border-left: 1px solid #65a4e9;
    border-right: 1px solid #65a4e9;
  }
  .footer {
    background: rgba(0, 0, 0, 1);
    text-align: center;
    padding: 3%;
    font-size: 10px;
    height: auto;
  }
  .footer aside {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer aside p {
    margin: 0 auto;
    font-size: 10px;
  }
  .footer aside img {
    width: 80%;
    max-width: 850px;
  }
  .footer span {
    padding: 0px 0;
    display: block;
    width: 100%;
  }

  .uk-modal-dialog {
    text-align: center;
    max-width: 630px !important;
    width: 94vw !important;
    background: url(https://res.17996cdn.net/seed/images/modal-bg.png) no-repeat center top;
    background-size: 100% 100%;
    aspect-ratio: 620 / 404;
    box-sizing: border-box;
    padding: 1% 0;
  }
  .pre-ok-btn img {
    width: clamp(146px, 15vw, 240px);
  }
  .tag-btn img {
    width: clamp(32px, 2.2vw, 59px);
  }
  .form-err-email {
    color: red;
    font-size: 12px;
  }
  .yy-tit1 {
    padding: 5% 0 1% 0;
    color: #715031;
    font-weight: 500;
    margin-bottom: 10px !important;
    font-size: 20px;
    box-sizing: border-box;
  }
  .pre-ok {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-bottom: 3.5%;
    margin-top: 3.5%;
  }
  .uk-checkbox,
  .uk-radio {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1.5px solid #335497;
    border-radius: 0;
  }
  .xx-btn {
    top: -14% !important;
    right: 0% !important;
  }
  .xx-btn img {
    width: clamp(20px, 2vw, 40px);
  }
  .radio-btn {
    font-size: 12px;
  }
  .phone-input {
    max-height: 52px;
    background: #fff;
    border: 2px solid #3f90e8;
    width: 82%;
    margin: 0 auto 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  .phone-input .uk-select {
    border: 0;
    width: 20%;
    margin-left: 2%;
    padding: 1.6% 3%;
    color: #1f6cbf;
    font-size: clamp(0.9rem, 1.2vw, 22px);
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
  }
  .form-mail {
    padding: 1.6% 3%;
    max-width: 74%;
    color: #1f6cbf;
    font-size: clamp(1rem, 1.24vw, 24px);
    border-radius: 0px;
    text-align: left;
    height: auto;
    max-height: 36px;
    border: 0;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
  }
  .phone-input .uk-input,
  .phone-input .uk-select:not([multiple]):not([size]) {
    height: 36px;
    vertical-align: middle;
    display: inline-block;
  }
  #modal-pre-ok .uk-modal-dialog {
    text-align: center;
    max-width: 600px !important;
    width: 94vw !important;
    background: url(https://res.17996cdn.net/seed/images/modal-bg.png) no-repeat center top;
    background-size: 100% 100%;
    aspect-ratio: 550 / 285;
    box-sizing: border-box;
    padding: 3%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #modal-pre-ok .uk-modal-dialog .xx-btn {
    top: -18% !important;
    right: 0% !important;
  }
  #modal-pre-policy .uk-modal-dialog .xx-btn {
    top: -10% !important;
    right: -4% !important;
  }
  #modal-pre-policy .uk-modal-dialog {
    background: #f5f4eb;
    padding: 5% 4%;
    line-height: 1.65;
    font-size: clamp(1rem, 1.4vw, 18px);
    box-sizing: border-box;
    border-radius: 0;
    color: #333333;
    aspect-ratio: auto;
    border: 3px solid #5f3e1f;
  }
  #modal-youtube .uk-modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    background: none;
    padding: 0;
  }
}
