html,
body {
  height: 100%;
  background-color: #000;
}
a,img{
  outline: none;
}
.fp-watermark, .hide {
  display: none;
  opacity: 0;
}
img{
  max-width: 100%;
}
.opacity0 {
  opacity: 0;
}
.fp-overflow {
  outline: 0;
}
.p1-bg {
  background: url(https://res.17996cdn.net/bpsr/pre/p1-bg.webp) no-repeat top center;
  background-size: cover;
  height: 100%;
  position: relative;
}
.logo {
  width: 16%;
  padding: 15px 0 0 1%;
}
.slg{
  width:44%;
  position: absolute;
  top:11%;
  right: 8%;
}
.vodBox {
  width: 22.4%;
  position: absolute;
  top: 35%;
  right: 6%;
  text-align: center;
}
.vodBox a {
  margin-top: 14%;
  width: 10%;
}
.btnsBox {
  width: 30%;
  position: absolute;
  bottom: 12%;
  right: 9%;
}
.btnsBox a img{
  transition: all 0.3s;
}
.btnsBox a:hover img {
  transition: all 0.3s;
  transform: translateY(-6px);
}
.share-link {
  width: 3.2%;
  bottom: 12%;
  display: grid;
  left: 3.6%;
}
.p2-bg {
  background: url(https://res.17996cdn.net/bpsr/pre/p2-bg.webp?v=3) no-repeat top center;
  background-size: cover;
  height: 100%;
  position: relative;
  /* aspect-ratio: 16 / 9; */
}
.p2-tit {
  width:44%;
  position: absolute;
  top:2%;
  right: 8%;
  display: none;
}
.p2-bg .slide-in-top{
  display: block;
}
.p2-txt {
  width:17%;
  position: absolute;
  top: 9%;
  left: 18%;
  display: none;
}
.p2-bg .fade-in-2{
  display: block;
}
.p2-bg .nb{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dc1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer {
  background: url(https://res.17996cdn.net/bpsr/pre/foot_bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 1% 0;
  color: #93abb8;
  font-size: 12px;
  width: 100%;
  height: auto;
  z-index: 500;
}
.footer p,.footer .limited {
  margin-bottom: 10px;
}
.footer a {
  color: #93abb8;
}
.footer a:hover {
  color: #333;
}
.footer .f-logo {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.footer .f-logo img {
  width: 60%;
}
.footer p label{
  margin: 0 5px;
}

.slide-in-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
}
.fade-in-2 {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.8s;
}
.slide-in-right-1 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.45s;
}
.slide-in-right-2 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}
.slide-in-right-3 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.55s;
}
.slide-in-right-4 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.6s;
}
.slide-in-top1 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.slide-in-top2 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.4s;
}
.slide-in-top3 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}
.slide-in-top4 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.6s;
}
.slide-in-top5 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.7s;
}
.puff-in-centers {
  animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) reverse forwards;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scal-ani {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes reserveHoverAnime {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
@keyframes lightleft {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes slide-in-top-new {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes puff-out-center {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
}


#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/bpsr/pre/modal-bg.png) no-repeat center top;
  background-size: 100% 100%;
  aspect-ratio: 682 / 502;
  box-sizing: border-box;
  padding: 1% 0;
}
.mail-input {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.xx-btn {
  top: -20px !important;
  right: -28px !important;
  width: 12%;
}

.yy-tit1 {
  padding: 2% 5%;
  margin-bottom: 10px !important;
  font-size: 0;
  height: 100px;
  text-indent: -9999px;
}
.yy-tit1 img {
  width: clamp(300px, 32vw, 595px);
}
.form-mail {
  padding: 1.6% 3%;
  max-width: 70%;
  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 #d6d7db;
  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: 27%;
  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 {
  width: 380px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #7ba6d3;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 20px);
  font-weight: bold;
}
.pre-ok-btn:hover{
  background-color: #fff;
  color: #3c94f0;
  text-decoration: none;
}

.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: 6.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;
  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 {
  padding-top: 40px;
  font-size: clamp(.9rem, 1.75vw, 20px);
  font-weight: 200;
  color: #777;
}
.pre-text strong{
  font-size: clamp(1.1rem, 3.25vw, 46px);
  font-weight:bold;
  color: #333333;
  margin-bottom: 25px;
  display: block;
}
.pre-text2 {
  font-size: clamp(1rem, 18px, 28px);
  font-weight: 600;
  color: #333333;
}

#modal-pre-ok .share-link a {
  margin: 0 10px;
}
#modal-pre-ok .share-link {
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  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: 52%;
  position: relative !important;
  bottom: 0;
  left: 0;
}

#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-modal-container .uk-modal-dialog{
  width: 65% !important;
  max-width:100% !important;
  aspect-ratio: auto;
}
@media (max-width: 1024px) {
  .p1-bg {
    background: url(https://res.17996cdn.net/bpsr/pre/m1-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 100%;
    position: relative;
  }
  .logo {
    width: 45%;
    padding: 10px 0 0;
  }
  .btnsBox {
    width: 100%;
    position: absolute;
    bottom: 22%;
    right: 0;
    text-align: center;
  }
  .btnsBox a img {
    width: 65%;
  }
  .share-link {
    width: 42%;
    bottom: 2%;
    display: flex;
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
  }
  .share-link img {
    opacity: .3;
  }
  #modal-pre-ok .share-link img {
    opacity: 1;
  }
  .p2-bg {
    background: url(https://res.17996cdn.net/bpsr/pre/m2-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 100%;
    position: relative;
    /* aspect-ratio: 16 / 9; */
  }
  .uk-modal-dialog {
    text-align: center;
    max-width: 630px !important;
    width: 94vw !important;
    background: url(https://res.17996cdn.net/bpsr/pre/modal-bg.png) no-repeat center top;
  background-size: 100% 100%;
  aspect-ratio: 682 / 502;
    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: 0;
    height: 10vh;
    margin-bottom: 0px !important;
  }
  .pre-ok {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 3.5%;
    margin-top: 3.5%;
  }
  .pre-ok-btn{
    width: 41%;
    height: 48px;
    line-height: 48px;
  }
  .pre-ok-btn img{
    width: 100%;
    height: 48px;
    object-fit: cover;
    vertical-align:top;
  }
  .uk-checkbox,
  .uk-radio {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1.5px solid #335497;
    border-radius: 0;
  }
  .xx-btn {
    top: -6% !important;
    right: -5% !important;
  }
  
  .radio-btn {
    font-size: 12px;
  }
  .phone-input {
    max-height: 52px;
    background: #fff;
    border: 2px solid #d6d7db;
    width: 84%;
    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: 30%;
    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: 68%;
    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: 44px;
    vertical-align: middle;
    display: inline-block;
  }
  #modal-pre-ok .uk-modal-dialog {
    text-align: center;
    max-width: 600px !important;
    width: 94vw !important;
    
    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-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;
  }
  .uk-modal-container .uk-modal-dialog{
    width: 100% !important;
  }
  .pre-text strong{
    font-size: 30px;
    margin-bottom: 20px;
  }
  #modal-pre-ok .share-link{
    max-width: 62%;
  }
  .footer .f-logo img {
    width: 75%;
  }
  .footer p label{
    display: block;
  }
}
