@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Sans:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700;900&display=swap");
.iOS-show,
.AOS-show {
  display: none;
}

.isIOS .iOS-show {
  display: inline-block;
}

.isAOS .AOS-show {
  display: inline-block;
}

.isIOS .cta_android {
  display: none;
}

.isAOS .cta_ios {
  display: none;
}

/*p2g d2g daasc*/
.isDaaSC .lan_area, .isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block, .isMobile-inline-block, .isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #FFF;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0F4B41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0F4B41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0F4B41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #FFF;
  background-color: #0F4B41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

.green_bar {
  position: relative;
  z-index: 1;
}

#wrap {
  max-width: 100%;
}

.disable-links {
  pointer-events: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html body > * {
  font-family: "Noto Sans TC", sans-serif;
}
html.en body > * {
  font-family: "Noto Sans", sans-serif;
}
html.sc body > * {
  font-family: "Noto Sans SC", sans-serif;
}

main {
  background-color: #FFF8F3;
}

#logo_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.pre {
  white-space: pre;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.relative {
  position: relative;
}

@media (min-width: 481px) {
  .min481-hide {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .max480-hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .min769-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .max768-hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .min1025-hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .max1024-hide {
    display: none !important;
  }
}
span.font-sm {
  font-size: 85%;
}

.rotate-infinite {
  pointer-events: none;
}

.section-container {
  max-width: 1380px;
  padding: 0 30px 40px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section-container {
    padding: 0 30px 32px;
  }
}

.section-tnc {
  text-align: center;
  padding: 0 0 60px;
}
@media (max-width: 992px) {
  .section-tnc {
    padding: 0;
  }
}

.tnc-title {
  font-size: 35px;
  line-height: 50px;
  color: #000;
  font-weight: bold;
  padding-bottom: 30px;
}
.tnc-txt {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  text-align: left;
}
.tnc-txt ol, .tnc-txt ul {
  margin-left: 20px;
}
.tnc-txt ol li, .tnc-txt ul li {
  padding-bottom: 10px;
}
.tnc-txt a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .tnc-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 992px) {
  .tnc-title {
    font-size: 21px;
    line-height: 30px;
  }
  .tnc-txt {
    line-height: 22px;
  }
}

.app-section {
  display: flex;
  justify-content: center;
  max-width: 522px;
  margin: 0 auto;
}
.app-section .hs-logo {
  width: 23%;
  margin-right: 10px;
  height: auto;
}
.app-col {
  width: 77%;
}
.app-col > img {
  width: 100%;
}
.app-ios-an {
  margin-top: 8px;
  display: flex;
}
.app-ios-an a {
  width: 50%;
}
.app-ios-an a img {
  width: 100%;
}
.app-ios-an a:nth-child(2n-1) {
  margin-right: 8px;
}
@media (max-width: 992px) {
  .app-section {
    max-width: 350px;
  }
}

.digital-box {
  border: 2px solid #0F8556;
  max-width: 60%;
  margin: 50px auto 100px;
  padding: 30px;
}
.digital-box .digital-txt {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 24px;
}
.digital-box .digital-txt span.highlighted {
  color: #0F8556;
  font-weight: bold;
}
.digital-box .digital-cta-btn {
  max-width: 200px;
  padding: 10px 50px;
  background-color: #0F8556;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  line-height: 32px;
  transition: background-color 0.2s ease-out;
}
.digital-box .digital-cta-btn:hover {
  background-color: #0C7149;
}
@media (max-width: 1400px) {
  .digital-box .digital-txt {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .digital-box {
    max-width: 700px;
    margin: 24px auto 48px;
    padding: 24px 16px;
  }
  .digital-box .digital-cta-btn {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 34px;
  }
}

@media (min-width: 1024px) {
  .des-br {
    display: block;
  }
}
.banner-box {
  position: relative;
}
.banner-box .banner {
  display: block;
  width: 100%;
}
.banner-box .hins {
  text-align: center;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.banner-box .hins p {
  color: #0E4B41;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .banner-box .hins {
    bottom: 12px;
  }
  .banner-box .hins p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-box .hins img {
    height: 32px;
  }
}
.banner-box__items > img {
  position: absolute;
  display: block;
}
.banner-box__items .god {
  width: 18%;
  bottom: 18%;
  left: 29%;
}
@media (max-width: 480px) {
  .banner-box__items .god {
    width: 30%;
    bottom: auto;
    left: auto;
    right: 4%;
    top: 28%;
  }
}
.banner-box__items .coin1 {
  width: 12%;
  bottom: 4%;
  left: 12%;
}
.banner-box__items .coin2 {
  width: 3%;
  top: 6%;
  left: 44%;
}
.banner-box__items .windmill1 {
  width: 6%;
  top: 10%;
  right: 38%;
}
.banner-box__items .windmill2 {
  width: 7%;
  top: 16%;
  right: 6%;
}
.banner-box__items .dog {
  width: 8%;
  top: 34%;
  right: 10%;
}
@media (max-width: 480px) {
  .banner-box__items .dog {
    width: 20%;
    top: 56%;
    right: 1%;
  }
}
.banner-box__items .cat {
  width: 12%;
  bottom: 8%;
  right: 13%;
}
@media (max-width: 480px) {
  .banner-box__items .cat {
    width: 24%;
    bottom: 6%;
    right: 10%;
  }
}

.page-container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.page-container.sm {
  max-width: 1140px;
}
.page-container.xs {
  max-width: 780px;
}
.page-container.xxs {
  max-width: 540px;
}

.title-with__img {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.title-with__img .sec-content {
  width: calc(100% - 300px);
  margin: 0 auto;
  padding: 0 30px;
}
.title-with__img .sec-content .sec-title {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .title-with__img .sec-content {
    width: auto;
  }
}
.title-with__img .sec-title {
  flex: 1;
  padding-left: 52px;
  padding-right: 52px;
}
.title-with__img .title-windmill-1 {
  width: 25%;
  max-width: 150px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: calc(100% - 150px);
}
.title-with__img .title-windmill-2 {
  width: 25%;
  max-width: 150px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(100% - 150px);
}
.title-with__img .title-cloud {
  width: 28%;
}
.title-with__img .title-cloud img {
  display: block;
  width: 100%;
  max-width: 140px;
  pointer-events: none;
}
.title-with__img .title-cloud:first-child {
  position: absolute;
  bottom: 48%;
  left: 0;
}
.title-with__img .title-cloud:first-child img {
  margin-left: auto;
  max-width: 160px;
  transform: translateY(-20px);
}
.title-with__img .title-cloud:last-child {
  scale: -1 1;
  position: absolute;
  top: 40%;
  right: 0;
}
.title-with__img .title-cloud:last-child img {
  margin-left: auto;
  max-width: 140px;
}
@media (max-width: 768px) {
  .title-with__img .title-cloud:first-child {
    bottom: 12%;
    left: 0;
  }
  .title-with__img .title-cloud:last-child {
    top: 48%;
    right: 0;
  }
}

.highlight-green {
  color: #0D6C28;
  font-size: 150%;
}

.highlight-darkgreen {
  color: #0E4B41;
  font-size: 130%;
}

.highlight-gold {
  color: #8C703B;
  font-size: 120%;
}

.btn {
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.7;
}

.sec-title {
  color: #0E4B41;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.sec-title::after {
  content: "";
  display: block;
  width: 98px;
  height: 2px;
  background-color: #0E4B41;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sec-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.sec-desc {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.leadin-sec {
  margin: 75px 0 120px;
}
@media (max-width: 768px) {
  .leadin-sec {
    margin: 35px 0 60px;
  }
}
.leadin-sec .title-windmill {
  display: block;
  width: 67px;
  margin: 0 auto 40px;
}

.prizes-list__sec {
  overflow: hidden;
}
.prizes-list__sec .sec-desc {
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .prizes-list__sec {
    padding-bottom: 180px;
  }
}
@media (max-width: 768px) {
  .prizes-list__sec {
    padding-bottom: 60px;
  }
}
.prizes-list__items {
  display: flex;
  column-gap: 90px;
  margin: 60px auto;
  max-width: 800px;
  position: relative;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .prizes-list__items {
    flex-direction: column;
    row-gap: 60px;
  }
}
.prizes-list__item {
  flex: 1;
}
@media (max-width: 768px) {
  .prizes-list__item {
    flex: auto;
    width: 100%;
    max-width: 360px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.prizes-list__thumb {
  position: relative;
}
.prizes-list__windmill {
  width: 55%;
  position: absolute;
  top: 15%;
  left: -20%;
  z-index: 2;
  pointer-events: none;
}
.prizes-list__windmill img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: contain;
  width: 100%;
}
.prizes-list__title {
  color: #0E4B41;
  text-align: center;
  position: relative;
  z-index: 1;
}
.prizes-list__title h4 {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}
.prizes-list__title p {
  font-size: 14px;
  line-height: 22px;
}
.prizes-list__card {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.prizes-list__content {
  color: #0E4B41;
  text-align: center;
  margin: 20px 0 0;
}
.prizes-list__content h4 {
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 12px;
}
.prizes-list__content p {
  font-size: 18px;
  line-height: 24px;
}
.prizes-list__cloud {
  position: absolute;
  right: 86%;
  bottom: 2%;
  z-index: 0;
  scale: -1 1;
  pointer-events: none;
}
.prizes-list__coin1 {
  width: 50px;
  position: absolute;
  top: 40%;
  right: 105%;
  scale: -1 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .prizes-list__coin1 {
    right: 84%;
  }
}
.prizes-list__coin2 {
  width: 60px;
  position: absolute;
  top: 87%;
  left: 95%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .prizes-list__coin2 {
    top: 48%;
    left: 82%;
  }
}
.prizes-list__cat {
  width: 26%;
  position: absolute;
  top: 10%;
  left: 95%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .prizes-list__cat {
    width: 32%;
    top: -6%;
    left: 74%;
  }
}
.prizes-list__textbox {
  position: relative;
}
@media (max-width: 768px) {
  .prizes-list__textbox {
    max-width: 440px;
    margin: 0 auto;
  }
}
.prizes-list__textbox img {
  pointer-events: none;
}
.prizes-list__textbox .img-box {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.prizes-list__textbox .coin-1 {
  width: 80px;
  position: absolute;
  bottom: 70%;
  left: 4%;
  z-index: 3;
}
.prizes-list__textbox .coin-2 {
  width: 70px;
  position: absolute;
  top: 80%;
  right: 6%;
  scale: -1 1;
  z-index: 3;
}
.prizes-list__textbox p {
  color: #0E4B41;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .prizes-list__textbox p {
    font-size: 24px;
    line-height: 32px;
  }
}

.overfow-hidden {
  overflow: hidden;
}

.hins-tips__sec {
  overflow: hidden;
  padding: 0 20px 80px;
}
@media (max-width: 768px) {
  .hins-tips__sec {
    padding-top: 60px;
  }
}

.lucky-draw__sec {
  background-color: #ECF1D8;
}
@media (max-width: 768px) {
  .lucky-draw__sec {
    margin-top: 200px;
  }
}
.lucky-draw__sec .choi-god {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .lucky-draw__sec .choi-god {
    width: 50%;
    max-width: 185px;
    left: 50%;
    transform: translate(-50%, -80%);
  }
}
.lucky-draw__summary {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
.lucky-draw__summary .cloud-1 {
  position: absolute;
  left: 100%;
  top: 20px;
}
.lucky-draw__summary .cloud-2 {
  position: absolute;
  right: 100%;
  bottom: -20px;
}
.lucky-draw__summary h4 {
  display: inline-block;
  color: #0E4B41;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.lucky-draw__summary h4::after {
  content: "";
  display: block;
  width: 98px;
  height: 2px;
  background-color: #0E4B41;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lucky-draw__summary p {
  color: #666666;
  font-size: 20px;
  line-height: 28px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .lucky-draw__summary {
    text-align: center;
    padding: 0 20px;
    margin-top: 120px;
  }
  .lucky-draw__summary h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.lucky-draw__list {
  width: min-content;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lucky-draw__list {
    width: 100%;
    display: block;
  }
}
.lucky-draw__item {
  width: 400px;
  position: relative;
}
.lucky-draw__item:not(:last-child) {
  margin-right: 60px;
}
.lucky-draw__item .cloud-1 {
  position: absolute;
  bottom: 120%;
  right: -26%;
}
.lucky-draw__item .cloud-2 {
  position: absolute;
  top: 120%;
  right: 16%;
}
@media (max-width: 768px) {
  .lucky-draw__item {
    width: auto;
    margin-bottom: 30px;
  }
  .lucky-draw__item:not(:last-child) {
    margin-right: 0;
  }
  .lucky-draw__item .cloud-1, .lucky-draw__item .cloud-2 {
    display: none;
  }
}
.lucky-draw__swiper {
  position: relative;
  padding-bottom: 60px;
}
.lucky-draw__swiper .swiper-slide {
  align-self: center;
}
.lucky-draw__swiper .cloud-1 {
  position: absolute;
  top: 0;
  left: 34%;
}
.lucky-draw__swiper .cloud-2 {
  position: absolute;
  bottom: 60px;
  left: 30%;
}
.lucky-draw__swiper2 {
  width: 70%;
  margin: 0 auto 60px;
  padding: 30px 0;
}
.lucky-draw__swiper2 img {
  width: 340px;
  pointer-events: none;
}
.lucky-draw__swiper2 .swiper-slide {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.lucky-draw__swiper2 .swiper-slide-active {
  opacity: 1;
}
.lucky-draw__swiper3 {
  margin: 0 auto 40px;
  padding: 30px 0 40px;
}
.lucky-draw__swiper3 img {
  pointer-events: none;
}
.lucky-draw__swiper3 .swiper-slide {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.lucky-draw__swiper3 .swiper-slide-active {
  opacity: 1;
}
.lucky-draw__prev {
  width: 34px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .lucky-draw__prev {
    left: 0;
  }
}
.lucky-draw__prev::after {
  display: none;
}
.lucky-draw__next {
  width: 34px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .lucky-draw__next {
    right: 0;
  }
}
.lucky-draw__next::after {
  display: none;
}
.lucky-draw__pagination {
  bottom: 0 !important;
}
.lucky-draw__pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #E5D8B5;
  opacity: 1;
}
.lucky-draw__pagination .swiper-pagination-bullet-active {
  background-color: #E5D8B5;
}
.lucky-draw__balls {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .lucky-draw__balls {
    flex-direction: column;
  }
}
.lucky-draw__ball {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.lucky-draw__ball::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 13px 25px 30px 0 rgba(203, 203, 203, 0.5);
  z-index: 0;
}
.lucky-draw__ball .bg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lucky-draw__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 2;
}
.lucky-draw__point img {
  margin-bottom: 15px;
}
.lucky-draw__point h4 {
  color: #0E4B41;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 20px;
}
.lucky-draw__point p {
  flex: 1;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 auto 20px;
  max-width: 80%;
}
.lucky-draw__point .btn {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  min-width: 180px;
  padding: 8px 12px;
  border-radius: 33px;
  background-color: #0E4B41;
  margin-bottom: 16px;
}
.lucky-draw__point .btn.gold {
  background-color: #BC955F;
}
@media (max-width: 768px) {
  .lucky-draw__point {
    justify-content: center;
  }
  .lucky-draw__point p {
    flex: none;
  }
}
.lucky-draw__windmill-1 {
  width: 18%;
  position: absolute;
  top: 0;
  right: 100%;
}
.lucky-draw__windmill-2 {
  width: 18%;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.lucky-draw__windmill-mob {
  width: 80px;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 3;
  transform: translateY(-50%);
}

.white-box {
  text-align: center;
  border-radius: 50px;
  position: relative;
  margin-bottom: 60px;
}
.white-box .firework {
  position: absolute;
  z-index: 0;
}
.white-box .firework.top-left {
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
@media (max-width: 768px) {
  .white-box .firework.top-left {
    display: none;
  }
}
.white-box .firework.mid-left {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.white-box .firework.right-bottom {
  bottom: 0;
  right: 0;
  transform: translate(50%, 60%);
}
.white-box__inner {
  border-radius: 50px;
  overflow: hidden;
  background-color: #FFF;
  padding: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .white-box__inner {
    overflow: unset;
  }
}
.white-box__title {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  max-width: 80%;
}
.white-box__title img {
  position: absolute;
}
.white-box__title img.star-1 {
  top: 0;
  right: 100%;
}
.white-box__title img.star-2 {
  bottom: 0;
  left: 100%;
}
.white-box__title h4 {
  color: #0E4B41;
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
}
.white-box__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #0E4B41;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .white-box__title h4 {
    font-size: 32px;
    line-height: 46px;
  }
}
.white-box__subtitle {
  color: #0E4B41;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 30px;
}
.white-box__desc {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.white-box .graph-wave {
  width: 100%;
  height: 176px;
  background-image: url("graph/graph_wave.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  pointer-events: none;
}

.e-laisee {
  margin-bottom: 60px;
}
.e-laisee__steps {
  display: flex;
  margin-bottom: 12px;
}
.e-laisee__step:not(:last-child) {
  flex: 1;
  position: relative;
}
.e-laisee__step:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0E4B41;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}
.e-laisee__step.active span {
  color: #FFF;
  background-color: #0E4B41;
}
.e-laisee__step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  display: block;
  color: #0E4B41;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #0E4B41;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.e-laisee__swiper {
  position: relative;
}
.e-laisee__swiper .swiper-slide img {
  display: block;
  width: 55%;
  margin: 0 auto;
}
.e-laisee__swiper .swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 768px) {
  .e-laisee__swiper .swiper-slide img {
    width: 80%;
  }
}
.e-laisee__prev {
  left: 50px;
}
.e-laisee__prev::after {
  display: none;
}
@media (max-width: 768px) {
  .e-laisee__prev {
    left: -10px;
  }
}
.e-laisee__next {
  right: 50px;
}
.e-laisee__next img {
  display: block;
  width: 100%;
}
.e-laisee__next::after {
  display: none;
}
@media (max-width: 768px) {
  .e-laisee__next {
    right: -10px;
  }
}
.e-laisee__content {
  margin: 20px auto 100px;
  position: relative;
}
.e-laisee__content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.e-laisee__content p.active {
  opacity: 1;
}
.e-laisee___remarks {
  text-align: center;
}
.e-laisee___remarks p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.graph-container {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
.graph-container img {
  pointer-events: none;
}
.graph-container .cloud-1 {
  width: 160px;
  position: absolute;
  top: 10%;
  left: 100%;
}
@media (max-width: 768px) {
  .graph-container .cloud-1 {
    width: 200px;
    top: 0;
    left: auto;
    right: -30%;
  }
}
.graph-container .cloud-2 {
  width: 160px;
  position: absolute;
  top: 40%;
  right: 90%;
}
.graph-container .item-1 {
  width: 70px;
  position: absolute;
  top: 20%;
  right: 100%;
  scale: -1 1;
  rotate: -25deg;
}
@media (max-width: 768px) {
  .graph-container .item-1 {
    width: 80px;
    top: -10%;
    right: 85%;
  }
}
.graph-container .item-2 {
  width: 60px;
  position: absolute;
  top: 80%;
  right: 94%;
}
.graph-container .item-3 {
  width: 60px;
  position: absolute;
  top: 24%;
  left: 102%;
  rotate: -15deg;
}
.graph-container .item-4 {
  width: 60px;
  position: absolute;
  top: 48%;
  left: 84%;
  scale: -1 1;
}
.graph-container .item-5 {
  width: 70px;
  position: absolute;
  bottom: 12%;
  left: 92%;
  rotate: 25deg;
}
@media (max-width: 768px) {
  .graph-container .item-5 {
    width: 70px;
    right: 80%;
  }
}
.graph-container .item-6 {
  width: 50px;
  position: absolute;
  top: 60%;
  right: 82%;
  rotate: -10deg;
}

.cat-text__container {
  position: relative;
  max-width: 860px;
  margin: 0 auto 40px;
}
.cat-text__container img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .cat-text__container {
    max-width: 480px;
  }
}
.cat-text__content {
  text-align: left;
  position: absolute;
  top: 30%;
  left: 10%;
  right: 40%;
  bottom: 15%;
}
.cat-text__content h4 {
  color: #BC955F;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 12px;
}
.cat-text__content p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}
.cat-text__content .btn {
  min-width: 193px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding: 6px 0;
  background-color: #BC955F;
  border-radius: 33px;
}
@media (max-width: 1024px) {
  .cat-text__content {
    top: calc(40% + 15px);
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
  }
  .cat-text__content h4 {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }
  .cat-text__content p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

.pin-scroll__container {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 768px) {
  .pin-scroll__container {
    height: auto;
  }
}

.hysan-prizes__sec {
  position: relative;
}
.hysan-prizes__sec .title-with__img {
  margin-bottom: 60px;
}
.hysan-prizes__sec .title-with__img .coin-1 {
  width: 80px;
  position: absolute;
  top: 20%;
  left: 3%;
}
.hysan-prizes__sec .title-with__img .cloud-1 {
  position: absolute;
  bottom: 50%;
  right: 0;
}
@media (max-width: 768px) {
  .hysan-prizes__sec .title-with__img .coin-1 {
    width: 60px;
    top: auto;
    left: auto;
    bottom: 58%;
    right: 8%;
  }
  .hysan-prizes__sec .title-with__img .cloud-1 {
    display: none;
  }
}
.hysan-prizes__sec .hysan-windmill {
  width: 20%;
  max-width: 174px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.hysan-prizes__leadin-img {
  padding: 0 30px;
  margin-bottom: 60px;
}
.hysan-prizes__leadin-img img {
  display: block;
  margin: 0 auto;
}
.hysan-prizes__leadin {
  padding: 0 30px;
}
.hysan-prizes__info {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border: 1px solid #D5BF82;
  border-radius: 41px;
  margin-bottom: 120px;
}
.hysan-prizes__info-col {
  flex: 2;
  display: flex;
  min-height: 146px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 0;
}
.hysan-prizes__info-col > span {
  display: block;
  width: 80%;
  max-width: 175px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 32px;
  background-color: #0E4B41;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hysan-prizes__info-col:nth-child(2) {
  flex: 3;
}
.hysan-prizes__info-col:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #D5BF82;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
}
.hysan-prizes__info-col:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #D5BF82;
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
}
@media (max-width: 768px) {
  .hysan-prizes__info-col {
    min-height: unset;
    flex: 1;
    flex-basis: 100%;
    padding: 40px 0;
  }
  .hysan-prizes__info-col:not(:last-child) {
    margin-bottom: 60px;
  }
  .hysan-prizes__info-col:not(:last-child)::after {
    content: "";
    display: block;
    background-color: #D5BF82;
    position: absolute;
    width: auto;
    height: 1px;
    left: 40%;
    right: 40%;
    top: auto;
    bottom: 0;
  }
  .hysan-prizes__info-col:nth-child(2) {
    min-height: unset;
    flex: 1;
    flex-basis: 100%;
  }
  .hysan-prizes__info-col:nth-child(2)::before {
    display: none;
  }
  .hysan-prizes__info-col:nth-child(2)::after {
    width: auto;
    height: 1px;
    left: 40%;
    right: 40%;
    top: auto;
    bottom: 0;
  }
}
.hysan-prizes__txt {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  justify-content: center;
  width: 100%;
  color: #0E4B41;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.hysan-prizes__txt span {
  display: block;
  color: #666666;
  font-size: 16px;
  text-align: center;
}
.hysan-prizes__txt div {
  text-align: center;
}
@media (max-width: 768px) {
  .hysan-prizes__txt div {
    flex-basis: 100%;
  }
}
.hysan-prizes__row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 120px;
  margin-bottom: 80px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .hysan-prizes__row {
    flex-direction: column;
  }
}
.hysan-prizes__col {
  flex: 1;
}
.hysan-prizes__card-title {
  width: 70%;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E4B41;
  text-align: center;
  padding: 16px 30px;
  min-height: 104px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E5D8B5;
  border-radius: 37px;
}
.hysan-prizes__card-title h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
.hysan-prizes__card-title::before {
  content: "";
  display: block;
  background-color: #E5D8B5;
  position: absolute;
  top: 18px;
  left: -30px;
  right: -30px;
  bottom: 18px;
  z-index: 1;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .hysan-prizes__card-title {
    width: 70%;
    min-height: 84px;
  }
  .hysan-prizes__card-title h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
  }
}
.hysan-prizes__card-inner {
  text-align: center;
}
.hysan-prizes__card-inner > img {
  display: block;
  margin: 0 auto;
}
.hysan-prizes__card-inner .sec-content {
  width: 60%;
}
.hysan-prizes__card-inner .sec-desc {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.hysan-prizes__card-inner .title-with__img .coin-1 {
  top: 0;
  left: -4%;
  scale: -1 1;
}
.hysan-prizes__card-inner .title-with__img .wave-1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .hysan-prizes__card-inner .sec-content {
    width: auto;
  }
  .hysan-prizes__card-inner .title-with__img .coin-1 {
    display: none;
  }
  .hysan-prizes__card-inner .title-with__img .wave-1 {
    display: none;
  }
}
.hysan-prizes__card {
  padding: 100px 60px 60px;
  background-color: #FFF;
  border: 1px solid #D5BF82;
  border-radius: 35px;
  position: relative;
}
.hysan-prizes__card .cat-1 {
  width: 16%;
  position: absolute;
  bottom: -5%;
  right: -4%;
}
.hysan-prizes__card .cat-1__inner {
  position: relative;
}
.hysan-prizes__card .cat-1__inner .windmill {
  width: 64%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hysan-prizes__card {
    padding: 80px 30px 30px;
  }
  .hysan-prizes__card .sec-content {
    padding: 0;
  }
  .hysan-prizes__card .cat-1 {
    display: none;
  }
}
.hysan-prizes__remarks {
  text-align: center;
}
.hysan-prizes__remarks p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.hysan-prizes__remarks p a {
  color: #666666;
  text-decoration: underline;
}
.hysan-prizes__txtbox {
  display: inline-block;
  max-width: 680px;
  border-radius: 20px;
  border: 2px solid #D5BF82;
  background-color: #FFFBEF;
  padding: 12px 38px;
  margin: 20px 0;
}
.hysan-prizes__txtbox p {
  flex: 1;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 768px) {
  .hysan-prizes__txtbox p {
    flex-basis: 100%;
  }
}
.hysan-prizes__txtbox img {
  display: block;
}
@media (max-width: 768px) {
  .hysan-prizes__txtbox img {
    margin: 0 auto;
  }
}
.hysan-prizes__txtbox .remarks {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
}
.hysan-prizes__inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}

.windmill-prize {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 60px;
  max-width: 900px;
  margin: 0 auto 60px;
}
.windmill-prize__stand {
  flex: 3;
  display: flex;
  align-items: center;
}
.windmill-prize__stand img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .windmill-prize__stand {
    flex-basis: 100%;
  }
  .windmill-prize__stand img {
    max-width: 240px;
  }
}
.windmill-prize__items {
  flex: 4;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .windmill-prize__items {
    flex-basis: 100%;
  }
}
.windmill-prize__item {
  flex: 1;
  flex-basis: calc(50% - 20px);
  position: relative;
}
@media (max-width: 768px) {
  .windmill-prize__item {
    flex-basis: 100%;
  }
}
.windmill-prize__item img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 16px;
}
.windmill-prize__item > span {
  display: inline-block;
  color: #0E4B41;
  font-size: 16px;
  font-weight: bold;
  background-color: #D5BF82;
  border-radius: 35px;
  padding: 4px 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.windmill-prize__item p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.god-sticker__sec {
  padding: 120px 30px 80px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  box-shadow: 0 -11px 31px 0 rgba(233, 237, 212, 0.5);
  background-color: #ECF1D8;
  position: relative;
  margin: 120px 0 0;
}
.god-sticker__sec .hysan-prizes__card-title {
  max-width: 530px;
}
.god-sticker__sec .e-laisee___remarks {
  width: 30%;
  margin: 60px auto -80px;
  color: #666666;
}
@media (max-width: 1024px) {
  .god-sticker__sec .e-laisee___remarks {
    width: 100%;
    margin: 60px auto 0;
  }
}
.god-sticker__inner {
  overflow: hidden;
}
@media (max-width: 1300px) {
  .god-sticker__inner {
    text-align: center;
  }
}

.dog-txt__container {
  display: inline-block;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .dog-txt__container {
    display: block;
    max-width: 540px;
    margin: 0 auto 80px;
  }
  .dog-txt__container .bg {
    display: block;
    width: 100%;
  }
}
.dog-txt__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 32%;
  left: 35%;
  bottom: 23%;
  right: 10%;
}
.dog-txt__content h4 {
  color: #0E4B41;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.dog-txt__content p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 768px) {
  .dog-txt__content {
    top: 30%;
    left: 7%;
    bottom: 5%;
    right: 7%;
    text-align: left;
  }
}

.haro-wtsapp__container {
  display: flex;
  align-items: center;
  border: 1px solid #D5BF82;
  border-radius: 41px;
  background-color: #FFF8F3;
  max-width: 980px;
  margin-left: auto;
  margin-top: -70px;
}
.haro-wtsapp__container > img {
  align-self: flex-end;
  display: block;
  max-width: 450px;
}
@media (max-width: 1300px) {
  .haro-wtsapp__container {
    max-width: 768px;
    flex-direction: column;
    border-radius: 15px;
    margin-right: auto;
    margin-top: 60px;
  }
  .haro-wtsapp__container > img {
    width: 60%;
    order: 1;
    margin: -60px auto 0;
  }
}
@media (max-width: 768px) {
  .haro-wtsapp__container {
    max-width: 540px;
  }
}
.haro-wtsapp__qr img {
  display: block;
  width: 40%;
}
@media (max-width: 1300px) {
  .haro-wtsapp__qr img {
    margin: 0 auto;
  }
}
.haro-wtsapp__qr p {
  color: #666;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}
.haro-wtsapp__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 74px 64px 64px;
  padding-right: 0;
}
.haro-wtsapp__content h4 {
  width: 100%;
  display: block;
  color: #0E4B41;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.haro-wtsapp__content p {
  width: 100%;
  display: block;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}
.haro-wtsapp__content .btn {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
  background-color: #0E4B41;
  border-radius: 34px;
  min-width: 240px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .haro-wtsapp__content {
    order: 2;
    padding: 30px;
  }
}

.main-btm {
  display: block;
  width: 100%;
  position: relative;
}
.main-btm__windmill {
  position: absolute;
}
.main-btm__windmill::after {
  content: "";
  display: block;
  width: 4px;
  height: 4vw;
  background-color: #0E4B41;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main-btm__windmill::after {
    width: 2px;
    height: 8vw;
    max-height: 45px;
  }
}
.main-btm__windmill img {
  display: block;
  width: 100%;
  margin-bottom: -20px;
}
.main-btm__windmill:nth-child(1) {
  width: 5%;
  left: 11%;
  bottom: 28%;
}
@media (max-width: 768px) {
  .main-btm__windmill:nth-child(1) {
    width: 8%;
    left: 9%;
    bottom: 26%;
  }
}
.main-btm__windmill:nth-child(2) {
  width: 7%;
  left: 19%;
  bottom: 38%;
}
@media (max-width: 768px) {
  .main-btm__windmill:nth-child(2) {
    width: 10%;
    left: 17%;
    bottom: 39%;
  }
}
.main-btm__windmill:nth-child(3) {
  width: 5%;
  left: 29%;
  bottom: 46%;
}
@media (max-width: 768px) {
  .main-btm__windmill:nth-child(3) {
    width: 8%;
    left: 28%;
    bottom: 47%;
  }
}
.main-btm__windmill:nth-child(4) {
  width: 5%;
  right: 11%;
  bottom: 28%;
}
@media (max-width: 768px) {
  .main-btm__windmill:nth-child(4) {
    width: 8%;
    right: 9%;
    bottom: 26%;
  }
}
.main-btm__windmill:nth-child(5) {
  width: 7%;
  right: 19%;
  bottom: 38%;
}
@media (max-width: 768px) {
  .main-btm__windmill:nth-child(5) {
    width: 10%;
    right: 17%;
    bottom: 39%;
  }
}
.main-btm__windmill:nth-child(6) {
  width: 5%;
  right: 29%;
  bottom: 46%;
}
@media (max-width: 768px) {
  .main-btm__windmill:nth-child(6) {
    width: 8%;
    right: 28%;
    bottom: 47%;
  }
}

.gold-box {
  position: relative;
  z-index: 2;
  padding: 20px 36px;
  border: 2px solid #E5D8B5;
  border-radius: 15px;
  background-color: #FFFBEF;
  margin: 40px 0;
}
.gold-box .star-1 {
  width: 40px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 0;
}
.gold-box .star-2 {
  width: 40px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 0;
}
.gold-box p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.fixed-bar {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #E7DCBC;
}
.fixed-bar__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 50px;
}
.fixed-bar__inner p {
  color: #0E4B41;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-left: 24px;
}
.fixed-bar__coin1 {
  width: 60px;
  position: absolute;
  top: 0;
  right: 100%;
  scale: -1 1;
  translate: 0 -50%;
  pointer-events: none;
}
.fixed-bar__coin2 {
  width: 40px;
  position: absolute;
  top: 0;
  left: 100%;
  translate: 0 80%;
  pointer-events: none;
}

.en .page-container.xs {
  max-width: 860px;
}
.en .prizes-list__windmill {
  width: 70%;
  top: 7%;
  left: -30%;
}
.en .prizes-list__title h4 {
  font-size: 16px;
  line-height: 24px;
}
.en .prizes-list__textbox p {
  font-size: 22px;
  line-height: 28px;
  padding: 30px 100px;
}
.en .lucky-draw__point img {
  margin-bottom: 12px;
}
.en .lucky-draw__point h4 {
  margin-bottom: 12px;
}
.en .lucky-draw__point p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 12px;
}
.en .lucky-draw__point .btn {
  margin-bottom: 12px;
}
.en .white-box__title h4 {
  font-size: 36px;
  line-height: 48px;
}
.en .cat-text__content h4 {
  font-size: 26px;
}
.en .cat-text__content p {
  font-size: 16px;
  line-height: 24px;
}
.en .cat-text__content .btn {
  min-width: 230px;
}
@media (max-width: 1024px) {
  .en .cat-text__content {
    top: calc(35% + 15px);
  }
  .en .cat-text__content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .en .cat-text__content p {
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.en .dog-txt__content h4 {
  font-size: 26px;
}
.en .dog-txt__content p {
  font-size: 16px;
  line-height: 24px;
}
.en .dog-txt__content .btn {
  min-width: 230px;
}
.en .haro-wtsapp__content h4 {
  font-size: 26px;
}
.en .haro-wtsapp__content p {
  font-size: 16px;
  line-height: 24px;
}
.en .haro-wtsapp__content .btn {
  min-width: 230px;
}
.en .hysan-prizes__card-title h4 {
  font-size: 24px;
  line-height: 32px;
}
.en .digital-box .digital-cta-btn {
  max-width: 220px;
}

.tips-content {
  display: none;
}
.tips-content.active {
  display: block;
}

#qr_haro img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

#wrap {
  padding-bottom: 120px;
}/*# sourceMappingURL=reward.min.css.map */