@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

#header {
  width: 100%;
  padding: 30px 50px 12px 50px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  transition: 0.3s;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
#header nav {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .leftBlock {
  display: flex;
  align-items: center;
}
#header .leftBlock #navbarList {
  margin-left: 45px;
}
#header .leftBlock #navbarList .navbarNav {
  display: flex;
  align-items: center;
}
#header .leftBlock #navbarList .navItem {
  width: 100px;
}
#header .leftBlock #navbarList .navLink {
  color: #2e2e2e;
  cursor: pointer;
}
#header .leftBlock #navbarList .navLink:hover {
  font-weight: bold;
  transition: 0.2s;
}
#header .leftBlock #navbarList img:hover {
  text-shadow: 2px 2px #b501ac, 3px 3px #000000;
  background-color: #1136c8;
  box-shadow: 0 4px 8px rgba(1, 6, 107, 0.389);
  transition: box-shadow 0.3s;
  border-radius: 30px;
}
#header .leftBlock #navbarList .dropdown {
  position: relative;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu {
  background: #fff;
  width: 250px;
  padding: 20px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: absolute;
  top: 43px;
  left: -11px;
  border: 1px solid #f1f1f1;
  display: none;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu li {
  padding: 5px 10px;
  border-radius: 5px;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu li:hover {
  background: #f1f1f1;
  transition: 0.3s;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu a {
  font-size: 17px;
  letter-spacing: 1px;
  color: #2e2e2e;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu .listSub {
  font-size: 13px;
  margin-left: 26px;
  color: #a3a3a3;
}
#header .rightBlock {
  display: flex;
  align-items: center;
}
#header .rightBlock .menuBtn {
  font-size: 34px;
  display: none;
  cursor: pointer;
}
#header .mobileMenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 30px;
  right: 30px;
}
#header .mobileMenu .bi-chevron-down {
  position: absolute;
  right: 30px;
  transition: 0.2s;
  cursor: pointer;
}
#header .mobileMenu .menuLine {
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding-bottom: 20px;
}
#header .mobileMenu .navItem {
  font-size: 18px;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
#header .mobileMenu .navItem .dropdownMenu {
  margin: 20px 0 20px 20px;
}
#header .mobileMenu .navItem .dropdownMenu li a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #2e2e2e;
}
#header .mobileMenu .navItem .dropdownMenu li a:hover {
  font-weight: bold;
}
#header .mobileMenu .navItem a {
  color: #2e2e2e;
}
#header .mobileMenu .navItem a:hover {
  font-weight: bold;
}
#header .mobileMenu .navItem .promoTag {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 4px;
  background: linear-gradient(to right, #ff9355, #ff565c, #ff5967, #ea4276);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
  vertical-align: middle;
}
#header .subscription {
  padding: 8px 10px;
  border-radius: 5px;
  background: #25A6FF;
  color: #fff !important;
}
#header .subscription:hover {
  background: #288ED1;
}
#header .promoTag {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 4px;
  background: linear-gradient(to right, #ff9355, #ff565c, #ff5967, #ea4276);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
  vertical-align: middle;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1042px) {
  #header {
    padding: 12px 20px;
    margin: 0;
  }
  #header .leftBlock #navbarList {
    display: none;
  }
  #header .rightBlock .tryBtn {
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 15px;
  }
  #header .rightBlock .menuBtn {
    display: block;
  }
  #header .menuBtn {
    display: block;
  }
}

.pagesFooter {
  margin-top: 150px;
}
.pagesFooter .section1 {
  padding: 0 25px;
  text-align: center;
}
.pagesFooter .section2 {
  position: relative;
}
.pagesFooter .section2 .bannerIMG {
  position: absolute;
  top: -507px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.pagesFooter .section2 .adFree {
  background-color: #25A6FF;
  background-image: url(/img/growBG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 30px 50px 30px 100px;
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.pagesFooter .section2 .adFree .title3 {
  letter-spacing: 3px;
  line-height: 42px;
}
.pagesFooter .section2 .adFree .tryBtn {
  background: #fff;
  font-weight: bold;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  position: relative;
  padding-right: 60px;
}
.pagesFooter .section2 .adFree .tryBtn i {
  position: absolute;
  right: 30px;
}
.pagesFooter .section2 .adFree .tryBtn:hover i {
  transition: 0.5s;
  right: 25px;
}
.pagesFooter .section2 .footerNav {
  background-color: #153b54;
  padding: 200px 0 0 0;
  position: relative;
  overflow: hidden;
  margin-top: 600px;
  letter-spacing: 1px;
}
.pagesFooter .section2 .footerNav .container .logo {
  width: 200px;
  height: auto;
  margin-bottom: 35px;
}
.pagesFooter .section2 .footerNav .container .logo img {
  width: 100%;
  height: 100%;
}
.pagesFooter .section2 .footerNav .container h5 {
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}
.pagesFooter .section2 .footerNav .container ul li {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
.pagesFooter .section2 .footerNav .container ul li a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 6px;
}
.pagesFooter .section2 .footerNav .container ul li a:hover {
  color: #25a6ff;
}
.pagesFooter .section2 .footerNav nav {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.pagesFooter .section2 .footerNav .Copyright {
  text-align: center;
  padding: 20px;
  margin-top: 80px;
  border-top: 1px solid #5f717c;
}
.pagesFooter .section2 .footerNav .Copyright h5 {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: normal;
}
.pagesFooter .section2 .footerNav .footerBanner {
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 600px;
  height: auto;
}
.pagesFooter .section2 .footerNav .footerBanner img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .pagesFooter .max1000 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pagesFooter .section1 {
    padding: 30px;
  }
  .pagesFooter .section1 .title3 {
    font-size: 28px;
  }
  .pagesFooter .section2 .bannerIMG {
    top: -407px;
  }
  .pagesFooter .section2 .bannerIMG .min1000 {
    display: none;
  }
  .pagesFooter .section2 .adFree {
    padding: 30px;
  }
  .pagesFooter .section2 .adFree .title3 {
    font-size: 28px;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 440px;
    padding: 200px 15px 15px 15px;
  }
  .pagesFooter .section2 .footerNav .listMenu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.8);
  }
  .pagesFooter .section2 .footerNav .footerBanner {
    width: 500px;
  }
  .pagesFooter .section2 .footerNav nav {
    display: block;
  }
  .pagesFooter .section2 .footerNav nav > :nth-child(2) {
    margin: 50px 0;
  }
  .pagesFooter .section2 .footerNav .container h5 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .pagesFooter .section1 {
    padding: 30px;
  }
  .pagesFooter .section1 .title3 {
    font-size: 28px;
  }
  .pagesFooter .footerNav {
    padding: 200px 15px 15px 15px;
  }
  .pagesFooter .footerNav .listMenu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.8);
  }
  .pagesFooter .footerNav .footerBanner {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pagesFooter .section2 .bannerIMG {
    top: -440px;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 450px;
  }
}
@media screen and (max-width: 600px) {
  .pagesFooter .section1 .title2 {
    font-size: 28px;
  }
  .pagesFooter .section2 .bannerIMG {
    top: -380px;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 390px;
  }
  .pagesFooter .section2 .footerNav .footerBanner {
    width: 400px;
  }
}
@media screen and (min-width: 450px) {
  .pagesFooter .max450 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .pagesFooter .section1 {
    padding: 15px;
  }
  .pagesFooter .section1 .title2 {
    font-size: 26px;
  }
  .pagesFooter .section2 .adFree .title3 {
    font-size: 26px;
  }
  .pagesFooter .section2 .bannerIMG {
    top: -337px;
  }
  .pagesFooter .section2 .bannerIMG .max1000 {
    display: none;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 370px;
  }
}

.topScroll {
  position: fixed;
  bottom: 450px;
  right: 40px;
  z-index: 998;
  background-color: #2c2c2c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  display: none;
}
.topScroll:hover {
  background-color: #b9b9b9;
}
@media screen and (max-width: 500px) {
  .topScroll {
    right: 11px;
  }
}

.helpServiceBtn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  background: #f64848;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 5px 13px rgb(255, 164, 164);
  color: #fff;
  padding: 20px 20px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.helpServiceBtn:hover {
  background: #be2626;
}
.helpServiceBtn i {
  font-size: 36px;
}

.helpServiceBlock {
  position: fixed;
  right: 23px;
  bottom: 26px;
  z-index: 9999;
  width: 315px;
  height: 310px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.27);
  transform: scale(0);
  transition: 0.4s;
}
.helpServiceBlock .closeHelpServiceBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.helpServiceBlock .title {
  font-size: 18px;
  letter-spacing: 0px;
  color: #2e2e2e;
  font-weight: normal;
}
.helpServiceBlock .item {
  background: #f7f7f7;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex;
}
.helpServiceBlock .item .helpServiceTitle {
  color: #224e6b;
}
.helpServiceBlock .item p {
  font-size: 15px;
}
.helpServiceBlock .item:hover {
  background: #ebebeb;
  transition: 0.3s;
}

.promoWrapper .floatingPromo {
  position: fixed;
  right: -5px;
  bottom: 180px;
  z-index: 1000;
  cursor: pointer;
}
.promoWrapper .floatingPromo .floatingPromo__content {
  position: relative;
  width: 200px;
  height: 200px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.promoWrapper .floatingPromo .floatingPromo__content:hover {
  transform: scale(1.1);
}
.promoWrapper .floatingPromo .floatingPromo__content img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.promoWrapper .floatingPromo .floatingPromo__content .giftTop {
  animation: floatBox 2s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes floatBox {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes openLid {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-6deg) translateX(3px);
  }
}

.promoPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
}
.promoPopup .back {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.9);
}
.promoPopup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.promoPopup .content .postImg {
  width: 800px;
  height: auto;
}
.promoPopup .content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 450px;
  left: 218px;
  width: 343px;
  font-family: "Zen Kaku Gothic New";
}
.promoPopup .content .text a {
  color: #478FDD;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.promoPopup .content .text a:hover {
  color: #FF5733;
  text-decoration: underline;
}
.promoPopup .content .closePostBtn {
  position: absolute;
  top: -50px;
  right: -50px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.promoPopup .content .closePostBtn:hover {
  color: #48c6ff;
}
.promoPopup .content .activityDate {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #000000;
}
.promoPopup .content .activityButton {
  display: flex;
  justify-content: space-around;
}
.promoPopup .content .activityButton button {
  padding: 5px 35px;
  border-radius: 10px;
  background: #f64848;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.promoPopup .content .activityButton button:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .promoPopup .content {
    border-radius: 30px;
  }
  .promoPopup .content .text {
    top: 190px;
    left: 46%;
    transform: translateX(-50%);
    font-size: 21px;
    width: 339px;
    text-align: center;
  }
  .promoPopup .content .text .title {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 34px;
  }
  .promoPopup .content .text .desb {
    font-size: 18px;
  }
  .promoPopup .content .text .desb > div {
    width: 300px;
    margin: auto;
  }
  .promoPopup .content .text .desb span {
    font-size: 20px;
  }
  .promoPopup .content .postImg {
    width: 450px;
  }
  .promoPopup .content .closePostBtn {
    top: -45px;
    right: -45px;
  }
}
@media screen and (max-width: 740px) {
  .promoPopup .content .text {
    width: 308px;
    font-size: 18px;
  }
}
body {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  scroll-behavior: smooth;
}
body ::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.tryBtn {
  border-radius: 30px;
  background: #F67248;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 30px;
  box-shadow: 0px 5px 6px rgba(255, 199, 181, 0.89);
  font-size: 18px;
}
.tryBtn:hover {
  transform: scale(1.08);
  font-weight: 600;
}

.line {
  width: 100%;
  height: 1.5px;
  background: #E5E5E5;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
/* 語言按鈕容器 */
#header .rightBlock .tryBtn {
  font-size: 16px;
  padding: 9px 30px;
}
#header .rightBlock .language-switcher {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  /* 語言按鈕樣式 */
  /* 下拉選單 */
}
#header .rightBlock .language-switcher .switcher-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 14px;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #447DEE;
  letter-spacing: 0.5px;
}
#header .rightBlock .language-switcher .switcher-btn:hover {
  transform: scale(1.08);
  font-weight: 600;
}
#header .rightBlock .language-switcher .switcher-btn .bi-globe2 {
  font-size: 20px;
  margin-right: 8px;
  color: #fff;
}
#header .rightBlock .language-switcher .switcher-btn .bi-chevron-down {
  font-size: 12px;
  margin-left: 8px;
  color: #fff;
  transition: transform 0.3s ease;
}
#header .rightBlock .language-switcher .switcher-btn .bi-chevron-down.rotated {
  transform: rotate(180deg);
}
#header .rightBlock .language-switcher .switcher-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  background: white;
  border: 2px solid #fff;
  border-radius: 12px;
  display: none;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
#header .rightBlock .language-switcher .switcher-menu li {
  list-style: none;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
}
#header .rightBlock .language-switcher .switcher-menu li:hover {
  background: #eee;
}

.headerModal {
  display: flex;
  justify-content: space-between;
}
.headerModal .logo {
  width: 200px;
  height: auto;
}
.headerModal .logo img {
  width: 100%;
  height: auto;
}
.headerModal .rightBlock {
  display: flex;
  align-items: end;
}
.headerModal .rightBlock nav {
  display: flex;
  padding-right: 30px;
}
.headerModal .rightBlock nav ul > li {
  padding: 0 20px;
  font-weight: 400;
}
.headerModal .rightBlock nav ul > li a {
  color: #2e2e2e;
  font-weight: 400;
}
.headerModal .rightBlock nav ul > li a:hover {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .headerModal .rightBlock nav ul > li {
    padding: 0 10px;
  }
}
.headerModal .rightBlock nav .menuList {
  display: flex;
}
.headerModal .rightBlock nav .menuList li {
  letter-spacing: 1.5px;
}
.headerModal .rightBlock nav .menuList li a:hover {
  font-weight: 600;
}
.headerModal .rightBlock nav .menu-list {
  position: relative;
  cursor: pointer;
  padding-bottom: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.headerModal .rightBlock nav .menu-list:hover .menu-sub-list {
  display: block;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 280px;
  background: #fff;
  border-radius: 3px;
  padding: 10px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.headerModal .rightBlock nav .menu-list .menu-sub-list a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #2e2e2e;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list a:hover {
  color: #F67248;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list p {
  color: #CCCCCC;
  font-size: 14px;
  margin-bottom: 0;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list li {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list li:last-child {
  border: none;
}
.headerModal .rightBlock nav .activityIcon {
  position: relative;
}
.headerModal .rightBlock nav .activityIcon::before {
  content: "限时";
  padding: 2px 3px;
  background: linear-gradient(to right, #ff9355 0%, #ff565c 25%, #ff5967 50%, #ea4276 75%);
  position: absolute;
  top: 0px;
  left: -17px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}

.mobile_header {
  display: none;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 998;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.mobile_header .navbar {
  padding: 0;
}
.mobile_header .navbar .topBar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #153b54;
  padding: 15px 30px;
}
.mobile_header .navbar .navbar-toggler {
  border: none;
}
.mobile_header .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.mobile_header .navbar .navbar-toggler i {
  font-size: 34px;
  color: #fff;
}
.mobile_header .navbar .navbar-collapse {
  height: calc(100vh - 72px) !important;
  overflow-y: scroll;
  background-color: #fff;
  padding: 15px 30px;
}
.mobile_header .navbar .collapse .nav-link:hover {
  color: #F67248;
}
.mobile_header .navbar .collapse .dropdown-menu {
  background-color: #153b54;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.mobile_header .navbar .collapse .dropdown-menu a, .mobile_header .navbar .collapse .dropdown-menu hr {
  color: #fff;
}
.mobile_header .navbar .collapse .dropdown-menu a:hover {
  color: #F67248;
}
.mobile_header .navbar .collapse .dropdown-menu p {
  font-size: 14px;
  padding-top: 5px;
}
.mobile_header .navbar .header {
  padding: 30px 0 0px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_header .navbar .header .leftBlock {
  display: flex;
  align-items: flex-end;
}
.mobile_header .navbar .header .leftBlock .logo {
  width: 200px;
  height: auto;
  padding-bottom: 20px;
}
.mobile_header .navbar .header .leftBlock .logo img {
  width: 100%;
  height: 100%;
}
.mobile_header .navbar .header .rightBlock {
  padding-bottom: 20px;
}
.mobile_header .activityIcon {
  position: relative;
}
.mobile_header .activityIcon::before {
  content: "限时";
  padding: 2px 3px;
  background: #fe254a;
  position: absolute;
  top: 7px;
  left: 74px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1000px) {
  .headerHome {
    display: none;
  }
  .mainHeader {
    display: none;
  }
  .mainHeader.show {
    display: none;
  }
  .mobile_header {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .mobile_header .navbar .collapse .dropdown-menu p {
    font-size: 13px;
  }
}
.post {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.post .back {
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.7;
}
.post .postImg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  width: 900px;
}
.post .postImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.post .postImg .closePost {
  position: absolute;
  top: -40px;
  right: -48px;
}
.post .postImg .closePost i {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.post .postImg .closePost i:hover {
  opacity: 0.8;
}
.post .postImg #clockdiv {
  position: absolute;
  bottom: -118px;
  left: 0;
  background: #f8f9fa;
  padding: 15px 0 35px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.post .postImg #clockdiv h6 {
  font-size: 16px;
  font-weight: 600;
}
.post .postImg #clockdiv .num {
  font-size: 26px;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
}
.post .postImg #clockdiv .BGwhite {
  width: 80px;
  background: #2e2e2e;
  border-radius: 5px;
  display: block;
  width: 50px;
  padding: 5px 0;
  color: #fff;
}
.post .postImg #clockdiv .smallFont {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .post .postImg {
    width: 80%;
  }
  .post .postImg .closePost {
    top: -50px;
    right: 1px;
  }
}

.active {
  display: block;
}

.hide {
  display: none;
}

#privacyPolicy .BG {
  background-color: #e6f8ff;
  padding: 150px 0 50px 0;
  color: #2e2e2e;
}
#privacyPolicy .BG .contentBlock {
  margin-top: 30px;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
#privacyPolicy .BG .contentBlock .paperclip {
  position: absolute;
  top: -35px;
  right: 80px;
}
#privacyPolicy .BG .contentBlock h4 {
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#privacyPolicy .BG .contentBlock h5, #privacyPolicy .BG .contentBlock p {
  letter-spacing: 1px;
  line-height: 30px;
}
#privacyPolicy .BG .contentBlock p {
  margin-bottom: 30px;
}
#privacyPolicy .BG .contentBlock p span {
  display: block;
}
#privacyPolicy .BG .contentBlock h6 {
  font-weight: bold;
}
#privacyPolicy .BG .contentBlock .title6.subTitle {
  font-weight: bold;
  margin-top: 50px;
}
#privacyPolicy .BG .contentBlock .sign {
  margin-top: 60px;
}
#privacyPolicy .BG .contentBlock .sign .signName {
  font-family: "Sacramento", cursive;
  font-size: 60px;
  font-weight: bold;
  margin-left: 30px;
}
#privacyPolicy .BG .contentBlock .list-circle li {
  list-style: circle;
}
#privacyPolicy .BG .contentBlock .list-disc li {
  list-style: disc;
}
#privacyPolicy .BG .contentBlock .link {
  color: #0d6efd;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  #privacyPolicy .BG .contentBlock .sign .signName {
    display: block;
    margin-top: 27px;
    font-size: 40px;
  }
}
@media screen and (max-width: 850px) {
  #privacyPolicy .BG {
    padding-top: 50px;
  }
}
@media screen and (max-width: 494px) {
  #privacyPolicy .BG .contentBlock {
    padding: 50px 20px 50px 20px;
  }
  #privacyPolicy .BG .contentBlock .termName, #privacyPolicy .BG .contentBlock h5 {
    font-size: 17px;
  }
  #privacyPolicy .BG .title3 {
    font-size: 28px;
  }
  #privacyPolicy .BG .title3.title::before {
    width: 295px;
    height: 63px;
  }
}

/*# sourceMappingURL=privacyPolicy.css.map */
