<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*######################### sc-hero-banner #########################*/
.sc-hero-banner {
  position: relative;
  border-image-slice: 1;
  border-width: 3px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #4cd6c3 0%, #00a94f 100%);
}
.sc-hero-banner .swiper-pagination {
  position: absolute;
  padding: 0;
  bottom: 24px;
}

/*############################ sc-faq ###################################*/
.garage-container {
  font-family: "kurious-looped";
}

.sc-faqs {
  background: #ecf4f3;
}
.sc-faqs.bg-white {
  background: #fff;
}
.sc-faqs.bg-gray {
  background: #f4f4f4 !important;
}
.sc-faqs .text-header {
  font-family: "kurious-looped";
  font-size: 42px;
  font-weight: 700;
  color: var(--cr-dark);
  margin-bottom: 24px;
  text-align: center;
}
.sc-faqs .accordion {
  border-radius: 8px;
  background: var(--cr-light);
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 16px;
}
.sc-faqs .accordion-title {
  border-left: 0;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 600;
  padding: 16px 64px 16px 24px;
}
.sc-faqs .accordion-title:after,
.sc-faqs .accordion-title:before {
  content: "";
  font-size: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}
.sc-faqs .accordion-title:after {
  top: 1px;
}
.sc-faqs .accordion-title:before {
  transform: rotate(90deg);
}
.sc-faqs .accordion-title:hover,
.sc-faqs .accordion-title.active {
  color: var(--cr-light);
  background-color: var(--cr-green);
}
.sc-faqs .accordion-title:hover:after,
.sc-faqs .accordion-title:hover:before {
  background-color: var(--cr-light);
}
.sc-faqs .accordion-title.active:after {
  background-color: var(--cr-light);
}
.sc-faqs .accordion-title.active:before {
  opacity: 0;
}
.sc-faqs .accordion-content {
  font-family: "kurious-looped";
}
.sc-faqs .accordion-content .content-wrapper {
  font-family: "kurious-looped";
  padding: 16px 24px;
  border-left: 0;
  color: #666;
  word-wrap: break-word;
}
.sc-faqs .accordion-content .content-wrapper .link {
  text-decoration: underline;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  color: var(--cr-green);
}
.sc-faqs ul a {
  color: #00a850;
  text-decoration: underline;
  font-weight: 500;
}
.sc-faqs .accordion-content .content-wrapper p {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.sc-faqs .accordion-content .content-wrapper p + ol {
  margin-top: 0;
}
.sc-faqs .accordion-content .content-wrapper strong {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}
.sc-faqs .accordion-content ul {
  margin: 0;
  margin-left: 1.2em;
  margin-bottom: 1.5rem;
}
.sc-faqs .accordion-content ul &gt; li {
  position: relative;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.sc-faqs .accordion-content ul &gt; li + li {
  margin-top: 0;
}
.sc-faqs .accordion-content ul &gt; li &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  text-align: left;
  width: 15px;
}
.sc-faqs .accordion-content ol {
  counter-reset: section;
  margin-left: 1.5em;
}
.sc-faqs .accordion-content ol &gt; li {
  position: relative;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.sc-faqs .accordion-content ol &gt; li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  right: 100%;
  top: 1px;
  text-align: left;
  width: 21px;
}
.sc-faqs .accordion-content ol &gt; li + li {
  margin-top: 0px;
}
.sc-faqs .accordion-content .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  color: var(--cr-light);
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.sc-faqs .accordion-content .link-tel {
  display: none;
}
.sc-faqs .accordion-content .link-tel .icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.sc-faqs .entrycontent ul &gt; li {
  margin-bottom: 0;
  line-height: 2em;
}
.sc-faqs .entrycontent ol &gt; li {
  margin-bottom: 0;
}
.sc-faqs .btn-link a {
  color: #00a94f;
  cursor: pointer;
  font-family: "kurious-looped";
  text-decoration: underline;
  font-weight: 500;
}

/*############################ sc-promotion ###################################*/
.sc-promotion {
  background: var(--cr-light);
}
.sc-promotion .head {
  text-align: center;
  margin-bottom: 16px;
}
.sc-promotion .head .title {
  margin-bottom: 0;
}
.sc-promotion .body {
  position: relative;
  overflow: hidden;
  margin: 0 -12px;
  padding: 0 12px;
}
.sc-promotion .body .wrapper {
  display: block;
  border-radius: 8px;
  background: var(--cr-light);
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.sc-promotion .body .thumb {
  position: relative;
  overflow: hidden;
}
.sc-promotion .body .thumb &gt; img {
  transform: scale(1);
  transition: var(--tsition);
}
.sc-promotion .body .thumb:hover img {
  transform: scale(1.1);
}
.sc-promotion .body .content {
  padding: 24px;
}
.sc-promotion .body .content .title {
  margin-bottom: 0;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sc-promotion .body .content .action {
  padding-top: 16px;
}
.sc-promotion .body .content .action .txt {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--cr-green);
}

/*############################ popup ###################################*/
.icw-popup-function.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.icw-popup-function.mfp-bg.mfp-ready {
  opacity: 1;
}
.icw-popup-function .mfp-container {
  width: 100%;
}
.icw-popup-function .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
}
.icw-popup-function .mfp-content {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icw-popup-function .main-container {
  margin: 0;
}
.icw-popup-function .sc-content {
  padding: 48px;
}

.icw-popup-function .data-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
  margin: 80px auto;
}
.icw-popup-function .data-box {
  position: relative;
  background-color: var(--cr-light);
}
.icw-popup-function .data-box {
  position: relative;
  background-color: var(--cr-light);
}
.icw-popup-function .data-box .thumb {
  margin: 0 auto 48px;
  max-width: 364px;
  width: 100%;
}
.icw-popup-function .data-box .thumb &gt; img {
  border-radius: 8px;
  overflow: hidden;
}
.icw-popup-function .data-box .content {
  color: var(--cr-dark);
}
.icw-popup-function .data-box .content .title {
  margin-bottom: 16px;
}
.icw-popup-function .data-box .content .txt {
  font-family: "kurious-looped";
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.icw-popup-function .data-box .content .list + .list {
  margin-top: 32px;
}
.icw-popup-function .data-box .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  color: var(--cr-light);
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.icw-popup-function .data-box .link-tel {
  display: none;
}
.icw-popup-function .data-box .link-tel .icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

/*######################### sc-Shop ############################### */
.section-shop {
  margin: 30px 0 64px;
}
.section-shop .container-nw {
  max-width: 1190px;
  margin: auto;
  position: relative;
  padding: 0 25px;
}
.section-shop .indiv-shop {
  margin-bottom: 48px;
}
.section-shop .card-shop {
  background: #e0f4ef;
  padding: 75px 24px 56px;
  border-radius: 8px;
}
.section-shop .type-shop {
  text-align: center;
  margin-bottom: 32px;
}
.section-shop .indiv-shop .shop-header {
  background: #008661;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  padding: 16px 0;
  z-index: 1;
  position: relative;
}
.section-shop .corp-shop .shop-header {
  background: #0a6a60;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  padding: 16px 0;
  z-index: 1;
  position: relative;
}
.section-shop .content-shop {
  padding: 24px;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
}
.section-shop .main-content {
  display: flex;
  align-items: center;
  text-align: start;
  gap: 30px;
  margin-bottom: 16px;
}
.section-shop .main-content .img-shop {
  padding-left: 22px;
}
.section-shop .main-content img {
  border-radius: 8px;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.1))
    drop-shadow(6px 9px 11px rgba(0, 0, 0, 0.09))
    drop-shadow(13px 20px 14px rgba(0, 0, 0, 0.05))
    drop-shadow(23px 35px 17px rgba(0, 0, 0, 0.01))
    drop-shadow(36px 55px 18px rgba(0, 0, 0, 0));
}
.section-shop .text-content h4 {
  font-weight: bold;
}
.section-shop .text-content .sub-header {
  font-weight: 600;
  padding-top: 6px;
  font-size: 18px;
  font-family: "kurious-looped";
}
.section-shop .content-shop .shop-note {
  font-size: 13px;
  font-weight: bold;
}
.section-shop .content-shop ul {
  padding-left: 25px;
}
.section-shop .content-shop ul li {
  list-style: outside;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.section-shop .shop {
  position: relative;
}
.section-shop .logo-shop-right {
  position: absolute;
  top: -100px;
  right: 55px;
  z-index: 0;
}
.section-shop .logo-shop-left {
  position: absolute;
  top: -100px;
  left: 25px;
  z-index: 0;
}
.section-shop .img-roof {
  position: absolute;
  top: -33px;
  left: 0;
}
.section-shop .d-desktop {
  display: block;
}
.section-shop .d-mobile {
  display: none;
}
/*######################### Breakpoint #########################*/
@media screen and (max-width: 1199px) {
  .footer-main {
    padding-bottom: 62px;
    padding-bottom: 0;
  }

  .sc-promotion .body .thumb:hover img {
    transform: scale(1);
  }

  .icw-popup-function .data-box {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  .icw-popup-function .data-box.popup-event {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sc-event .sc-bodyline {
    padding: 32px 24px 24px;
  }
  .section-shop .card-shop {
    padding: 67px 15px 48px;
  }
  .section-shop .main-content {
    flex-direction: column;
    gap: 25px;
  }
  .section-shop .main-content .img-shop {
    padding-left: 0;
  }
  .section-shop .main-content .text-content h4,
  .section-shop .main-content .text-content p {
    font-size: 16px;
  }
  .section-shop .content-shop.mb-20 {
    margin-bottom: 20px;
  }
  .section-shop .content-shop {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  #packet .sc-inner {
    padding: 32px 0;
  }
  .sc-hero-banner {
    border-width: 4px;
  }
  .sc-hero-banner .swiper-pagination {
    bottom: 20px;
  }

  .sc-event {
    background-image: url(../img/bg-event-m.jpg);
  }
  .sc-event .sc-bodyline {
    padding: 48px 8px;
  }
  .sc-event .sc-bodyline .head {
    margin-bottom: 16px;
  }

  .sc-faqs .accordion-title {
    font-size: 16px;
    padding: 16px 50px 16px 16px;
  }
  .sc-faqs .accordion-title:after,
  .sc-faqs .accordion-title:before {
    right: 19px;
  }
  .sc-faqs .accordion-content .content-wrapper {
    padding: 24px 16px;
  }

  .sc-faqs .accordion-content .link-tel {
    display: inline-flex;
    margin-top: 16px;
  }

  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }

  .icw-popup-function .mfp-content {
    min-height: 100vh;
  }
  .icw-popup-function .data-box {
    margin: 0;
    width: 100%;
  }
  .icw-popup-function .data-box .link-tel {
    display: inline-flex;
    margin-top: 16px;
  }
  .icw-popup-function .sc-content {
    padding: 72px 16px 48px;
  }
  .section-shop .img-roof {
    top: -20px;
  }
}
@media screen and (max-width: 576px) {
  .sc-faqs .accordion-content .content-wrapper {
    max-width: 296px;
    margin: 0 auto;
    padding: 16px 0px;
  }
}
.section-hb-apply {
  margin: 64px 0 0;
}

.section-hb-apply h2 {
  color: #333;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
}

.hb-apply-box {
  /* background: linear-gradient(154.36deg, #009f7d 39.13%, #016d75 72.07%); */
  background: linear-gradient(105deg, #009f7d 39.45%, #016d75 97.04%);
  color: #fff;
  padding: 24px;
  border-radius: 10px;
  font-family: "kurious-looped";
  margin-bottom: 20px;
}

.hb-apply-box h2 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.hb-apply-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hb-apply-box .content-box {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  flex-direction: column;
  gap: 14px;
}

.hb-apply-box .content-box a {
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  position: relative;
  padding-left: 16px;
}

.hb-apply-box .content-box .icon-download {
  position: absolute;
  top: 5px;
  left: 0;
}

.hb-apply-box .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb-apply-box .img-box .img1 {
  width: 147px;
}

.hb-apply-box .img-box .img2 {
  width: 173px;
}

.how-apply-box {
  /* padding: 22px 28px;
  max-width: 950px;
  background: rgba(255, 255, 255, 0.2);
  margin: 40px auto 0;
  border-radius: 10px; */
}

.how-apply-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}

.how-apply-box ul {
  color: #fff;
  padding-left: 8px;
}

.how-apply-box ul li {
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.how-apply-box ul li::before {
  content: "â€¢";
  position: absolute;
  top: 2px;
  left: 0;
}

a.hb-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border-radius: 8px;
  color: #00a94f !important;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  background-color: #fff;
}

a.hb-contact-btn.green {
  color: #fff !important;
  background-color: #00a94f;
}

.table-hb-box {
  margin-top: 16px;

  overflow-x: auto;
  padding-bottom: 17px;
  margin-bottom: 10px;
}

.table-hb-box::-webkit-scrollbar {
  height: 3px;
}

.table-hb-box::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #00a94f;
}

.table-hb-box::-webkit-scrollbar-track {
  border-radius: 8px;
  opacity: 0.15;
  background: rgba(0, 0, 0, 0.15);
}

.table-hb-package {
  width: 100%;
  border-collapse: collapse;
  font-family: "kurious-looped";
  min-width: 770px;
}
.table-hb-package.table-mobile {
  min-width: 100%;
}

.table-hb-package thead td:first-child {
  border-top-left-radius: 8px;
}

.table-hb-package thead td:last-child {
  border-top-right-radius: 8px;
}

.table-hb-package tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.table-hb-package tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.table-hb-package tr {
  height: 96px;
}

.table-hb-package td {
  background-color: #f1faf7;
  text-align: center;
  border: 1px solid #d1f2e7;
  font-size: 16px;
}

.table-hb-package td:first-child {
  background-color: #00a94f;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 180px;
}
.table-hb-package.table-mobile thead td {
  background-color: #00a94f;
  color: #fff;
  width: 123px;
  font-weight: 600;
  font-size: 13px;
  padding: 16px 0;
}
.table-hb-package.table-mobile td {
  background-color: #f1faf7;
  color: #666;
  width: 123px;
  font-size: 13px;
}
.table-hb-package.table-mobile td:last-child {
  width: 123px;
}
.table-hb-package.table-mobile tr {
  height: 34px;
}

.table-hb-package td:first-child {
  border-left: 0;
}

.table-hb-package td:last-child {
  border-right: 0;
}

.table-hb-package thead td {
  border-top: 0;
}

.table-hb-package tbody tr:last-child td {
  border-bottom: 0;
}

.table-hb-package.table-desktop td:not(:first-child) {
  width: 59px;
  color: #333;
}

@media (max-width: 768px) {
}

@media (max-width: 450px) {
  .section-hb-apply {
    margin: 48px 0 0;
  }

  .section-hb-apply h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .hb-apply-box .img-box .img1 {
    width: 127px;
  }

  .hb-apply-box .img-box .img2 {
    width: 165px;
  }

  .hb-apply-box {
    padding: 16px 16px 30px;
    margin-bottom: 16px;
  }

  .hb-apply-box h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .hb-apply-box .content-box .img1 {
    width: 154px;
    margin-bottom: 24px;
  }
  .hb-apply-box .content-box {
    margin-bottom: 26px;
  }

  .how-apply-box {
    /* padding: 25px 24px; */
  }

  .how-apply-box ul {
    padding-left: 0;
  }

  .table-hb-package td:first-child {
    font-size: 15px;
  }

  .hb-promotion .sc-packet .accordion-content ul {
    padding-left: 2px;
  }

  .hb-promotion .sc-packet .accordion-title {
    padding: 16px 8px 16px 0px;
  }

  .hb-promotion .sc-packet .table-content {
    margin: 15px 0;
  }
  .section-shop .container-nw {
    padding: 0 16px;
  }
}

/* ------------ hightlight-text ------------- */
.hb-promotion .hightlight-text {
  padding: 90px 0 67px;
}

.hb-promotion .hightlight-text h1 {
  color: #000;
  font-size: 42px;
  text-align: center;
}

.hb-promotion .hb-note {
  color: #000;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
  padding: 0 16px;
}
.hb-promotion .hb-note p {
  font-family: "kurious-looped";
}

/*  */
@media (max-width: 450px) {
  .br-mobile {
    display: block;
  }
  .br-tablet {
    display: none;
  }
  .br-desktop {
    display: none;
  }
  .hb-promotion .img-section .img-mobile {
    display: block;
  }
  .hb-promotion .img-section .img-desktop {
    display: none;
  }
  .hb-promotion .hightlight-text {
    padding: 50px 0;
  }
  .hb-promotion .hightlight-text h1 {
    font-size: 28px;
  }
  .hb-promotion .sc-inner .text-header {
    font-size: 24px;
  }
  .hb-promotion .hb-note {
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
  }
  .hb-promotion .hb-note a {
    text-wrap: wrap;
  }
  .section-shop .d-mobile {
    display: block;
  }
  .section-shop .d-desktop {
    display: none;
  }
}

@media (min-width: 450px) {
  .br-mobile {
    display: none;
  }
  .br-tablet {
    display: block;
  }
  .br-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .br-mobile {
    display: none;
  }
  .br-tablet {
    display: none;
  }
  .br-desktop {
    display: block;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-3 {
  margin-top: 1rem !important;
}

@media screen and (max-width: 1024px) {
  .hidden-w1024 {
    display: none !important;
  }
}

.section .sc-accordion {
  max-width: 850px;
  margin: 0 auto;
}

.accordion-content ul &gt; li &gt; ul &gt; li {
  /* list-style-type: none; */
  list-style-type: disc;
  position: relative;
}
/* .sc-faqs .accordion-content ul &gt; li &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
} */

.hb-promotion .pl-1 {
  padding-left: 4px !important;
}
.hb-promotion .pl-2 {
  padding-left: 8px !important;
}
.hb-promotion .pl-3 {
  padding-left: 16px !important;
}
.hb-promotion .pl-4 {
  padding-left: 24px !important;
}
.hb-promotion .pl-30 {
  padding-left: 30px !important;
}
.hb-promotion .pl-5 {
  padding-left: 32px !important;
}

@media (max-width: 576px) {
  .hb-promotion .pl-5 {
    padding-left: 0 !important;
  }
  .hb-promotion .pl-30 {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  /* .visible-w767 {
    display: none !important;
  } */
  .visible-xs {
    display: none !important;
  }
}

.section-package {
  background: #e0f4ef;
  padding: 64px 0;
}

.section-package h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 32px;
}

.table-package {
  max-width: 1100px;
  margin: 0 auto;
  overflow: auto;
  border-radius: 8px;
}

.table-package .bg-greenblue {
  background: #bbe5e3;
  ffont-family: "kurious-looped";
  font-size: 18px;
  font-weight: 700 !important;
}

.table-package::-webkit-scrollbar {
  height: 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.table-package::-webkit-scrollbar-thumb:horizontal {
  background: #00a94f;
  border-radius: 8px;
}

.table-package table {
  ffont-family: "kurious-looped";
  table-layout: fixed;
  width: 1100px;
  border-collapse: collapse;
}

.table-package th,
.table-package td {
  /* border: 1px solid #e8e8e8; */
  box-shadow: #e8e8e8 -1px -1px 0 inset;
  padding: 16px;
}

.table-package tr td {
  background: #fff;
}
.table-package .align-c td {
  vertical-align: middle;
}

.table-package tr:first-child th:first-child {
  border-radius: 8px 0px 0px 0px;
}

.table-package tr:first-child th:last-child {
  border-radius: 0px 8px 0px 0px;
}

.table-package tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 8px;
}

.table-package tbody tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0px;
}

.table-package tr &gt; th:first-child,
.table-package tr &gt; td:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
}

.table-package tr th:first-child {
  /* box-shadow: #e8e8e8 -1px -1px 0 inset; */
  z-index: 11;
}

.table-package tr th {
  position: sticky;
  top: 0;
}

.table-package tr &gt; th:first-child {
  z-index: 999;
}

.table-package tr:nth-child(2) &gt; th:first-child {
  z-index: 0;
}

.table-package th {
  font-size: 18px;
}

.table-package tr {
  font-size: 16px;
}

.table-package thead {
  color: #fff;
}

.table-package thead tr:first-child th:nth-child(1) {
  width: 250px;
  background: #66caae;
}

.table-package thead tr:first-child th:nth-child(2) {
  width: 375px;
  background: #008661;
}

.table-package thead tr:first-child th:nth-child(3) {
  width: 375px;
  background: #0a6a60;
}

.table-package thead tr:nth-child(2) th:nth-child(1),
.table-package thead tr:nth-child(2) th:nth-child(2) {
  background: #008661;
}

.table-package thead tr:nth-child(2) th:nth-child(3),
.table-package thead tr:nth-child(2) th:nth-child(4) {
  background: #0a6a60;
}

.table-package td {
  color: #666;
  text-align: center;
  font-family: "kurious-looped";
  vertical-align: middle;
}

.table-package tr:nth-child(7) td:not(:first-child),
.table-package tr:last-child td:not(:first-child) {
  vertical-align: top;
}

.table-package td:first-child {
  color: #333;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

.table-package td ul li {
  position: relative;
  padding-left: 18px;
}

.table-package td ul li::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 4px;
  border-radius: 50%;
}

.section-package .slide-text {
  text-align: center;
  margin-bottom: 16px;
  color: #333;
  ffont-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}
.section-package .slide-text img {
  margin-right: 4px;
}

.section-package p {
  ffont-family: "kurious-looped";
}

.section-package .p-green {
  color: #00656a;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 8px;
}

.section-package .p-green img {
  margin-right: 4px;
}

.section-package .h3-text {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.section-package .border {
  width: 200px;
  height: 1px;
  background: #d0d0d0;
  margin: 18px auto;
}

.section-package .p-note {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1100px) {
  .section-package .slide-text {
    display: none;
  }
}

@media (max-width: 450px) {
  .section-package {
    padding: 48px 0;
  }

  .section-package h2 {
    font-size: 28px;
  }

  .table-package table {
    width: 550px;
  }

  .table-package thead tr:first-child th:nth-child(1) {
    width: 110px;
  }

  .table-package thead tr:first-child th:nth-child(2) {
    width: 220px;
  }

  .table-package thead tr:first-child th:nth-child(3) {
    width: 220px;
  }

  .section-package .p-green {
    margin-top: 32px;
  }

  .section-package .h3-text {
    font-size: 18px;
  }
}

/* kplus download section */
.section-kplus-download {
  margin-top: 60px;
  margin-bottom: 60px;
}

.kplus-download-box {
  background: url(../img/bg-download.png) no-repeat center center/cover;
  border-radius: 8px;
}

.kplus-download-container {
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}

.kplus-download-container .img-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.kplus-download-container .img-box img {
  max-width: 278px;
}

.kplus-download-container .content-box {
  padding: 56px 0;
  color: #fff;
  ffont-family: "kurious-looped";
}

.kplus-download-container .content-box h3 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 8px;
}

.kplus-download-container .content-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 17px;
  ffont-family: "kurious-looped";
}

.kplus-download-container .download-link img {
  height: 40px;
}

.kplus-download-container .download-box {
  display: flex;
  gap: 6px;
}

.section-get-kpoint {
  background: #06403a;
  padding: 64px 0 24px;
  color: #fff;
  ffont-family: "kurious-looped";
  position: relative;
}

.section-get-kpoint::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(6, 64, 58, 0) 0%,
    rgba(6, 64, 58, 0) 35%,
    rgba(6, 64, 58, 0.97) 270px,
    #06403a 100%
  );
  z-index: 1;
}

.section-get-kpoint.active::after {
  display: none;
}

.section-get-kpoint .get-k-point-top {
  ffont-family: "kurious-looped";
  text-align: center;
  margin-bottom: 16px;
}

.section-get-kpoint .h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 16px;
}

.section-get-kpoint .desc {
  ffont-family: "kurious-looped";
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 16px;
}

.section-get-kpoint .note {
  ffont-family: "kurious-looped";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 16px;
}

.section-get-kpoint .note2 {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.section-get-kpoint .btn-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  z-index: 2;
  position: relative;
}

.section-get-kpoint.active .btn-more {
  display: none;
}

.section-get-kpoint .get-k-point-bottom {
  ffont-family: "kurious-looped";
  text-align: center;
  margin-top: 44px;
  margin-bottom: 48px;
  display: none;
}

.section-get-kpoint.active .get-k-point-bottom {
  display: block;
}

.section-get-kpoint .get-k-point-bottom .h2 {
  margin-bottom: 40px;
}

.section-get-kpoint .how-point-img {
  width: 350px;
}

.section-get-kpoint .get-k-point-bottom .head {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 6px;
  ffont-family: "kurious-looped";
  margin-bottom: 8px;
}

.section-get-kpoint .get-k-point-bottom .text {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* section-earn-kpoint */
.section-earn-kpoint {
  background: #f0f8ee;
  padding: 64px 0 24px;
  color: #333;
  ffont-family: "kurious-looped";
  position: relative;
}

.section-earn-kpoint::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(240, 248, 238, 0) 0%,
    rgba(240, 248, 238, 0) 55%,
    rgba(240, 248, 238, 0.86) 240px,
    #f0f8ee 100%
  );
  z-index: 1;
}

.section-earn-kpoint.active::after {
  display: none;
}

.section-earn-kpoint .earn-k-point-top {
  ffont-family: "kurious-looped";
  text-align: center;
  margin-bottom: 16px;
}

.section-earn-kpoint .h2 {
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 16px;
}

.section-earn-kpoint .desc {
  ffont-family: "kurious-looped";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 16px;
}

.section-earn-kpoint .note {
  ffont-family: "kurious-looped";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 16px;
}

.section-earn-kpoint .note2 {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.section-earn-kpoint .btn-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  z-index: 2;
  position: relative;
  color: #00a94f;
}

.section-earn-kpoint.active .btn-more {
  display: none;
}

.section-earn-kpoint .earn-k-point-bottom {
  ffont-family: "kurious-looped";
  text-align: center;
  margin-top: 44px;
  margin-bottom: 48px;
  display: none;
}

.section-earn-kpoint.active .earn-k-point-bottom {
  display: block;
}

.section-earn-kpoint .earn-k-point-bottom .h2 {
  margin-bottom: 25px;
}

.section-earn-kpoint .how-point-img {
  width: 350px;
}

.section-earn-kpoint .earn-k-point-bottom .head {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 6px;
  ffont-family: "kurious-looped";
  margin-bottom: 8px;
}

.section-earn-kpoint .earn-k-point-bottom .text {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.lmwn-green {
  color: #00a94f !important;
}

.section-get-kpoint .get-k-point-swiper {
  position: relative;
  max-width: 1066px;
  margin: 0 auto;
}

.section-get-kpoint .get-k-point-swiper::after {
  position: absolute;
  content: "";
  left: -29%;
  top: -120px;
  width: 100%;
  height: 100%;
  background: url(../img/bg-how-point.png) no-repeat center/contain;
}

.wrapper-swiper {
  position: relative;
}

.section-earn-kpoint .earn-k-point-swiper {
  position: static;
  max-width: 1066px;
  margin: 0 auto;
  overflow: hidden;
}

.earn-k-point-swiper .swiper-pagination {
  padding-top: 8px;
}

.swiper-button-next.custom,
.swiper-button-prev.custom {
  background: rgba(0, 0, 0, 0.6);
}

.swiper-button-next.custom:before,
.swiper-button-prev.custom:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.earn-k-point-swiper .swiper-button-prev {
  left: -40px;
}

.earn-k-point-swiper .swiper-button-next {
  right: -40px;
}

.section-earn-kpoint .discount-img {
  margin-bottom: 30px;
}

@media (max-width: 1300px) {
  .earn-k-point-swiper .swiper-button-prev {
    left: 0;
  }

  .earn-k-point-swiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .kplus-download-container .download-box {
    gap: 4px;
  }
  .section-kplus-download {
    margin-top: 30px;
    margin-bottom: 48px;
  }

  .kplus-download-box {
    background: url(../img/bg-download-mb.png) no-repeat center center/cover;
  }

  .kplus-download-container .download-box {
    flex-wrap: wrap;
  }

  .kplus-download-container {
    padding: 0 29px;
  }

  .kplus-download-container .img-box {
    justify-content: center;
  }

  .kplus-download-container .content-box {
    padding: 46px 0 0 0;
    color: #fff;
    ffont-family: "kurious-looped";
  }

  .kplus-download-container .content-box h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .kplus-download-container .content-box h3 img {
    width: 42px;
  }

  .kplus-download-container .content-box p {
    font-size: 16px;
    line-height: 24px;
  }

  .kplus-download-container .img-box img {
    max-width: 240px;
  }

  .section-get-kpoint {
    padding: 45px 0 19px;
  }

  .section-get-kpoint .h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .section-get-kpoint .desc {
    font-size: 20px;
    line-height: 30px;
  }

  .section-get-kpoint .note {
    font-size: 16px;
    line-height: 24px;
  }

  .section-get-kpoint .note2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-get-kpoint .get-k-point-bottom .h2 {
    margin-bottom: 4px;
  }

  .section-get-kpoint .get-k-point-bottom .head {
    margin-top: 0;
  }

  .section-get-kpoint .how-point-img {
    width: 220px;
  }

  .section-get-kpoint .get-k-point-swiper {
    position: relative;
    overflow: hidden;
  }

  .section-get-kpoint .get-k-point-swiper::after {
    left: -16px;
    top: 0;
    width: calc(100% + 20px);
    height: calc(100% - 60px);
    background: url(../img/bg-how-point-mb.png) no-repeat center/cover;
  }

  .get-k-point-swiper .swiper-pagination {
    padding-top: 8px;
  }

  .section-earn-kpoint {
    padding: 45px 0 19px;
  }

  .section-earn-kpoint .h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .section-earn-kpoint .desc {
    font-size: 16px;
    line-height: 24px;
  }

  .section-earn-kpoint .note {
    font-size: 16px;
    line-height: 24px;
  }

  .section-earn-kpoint .note2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-earn-kpoint .earn-k-point-bottom .h2 {
    margin-bottom: 4px;
  }

  .section-earn-kpoint .earn-k-point-bottom .head {
    margin-top: 0;
  }

  .section-earn-kpoint .how-point-img {
    width: 220px;
  }

  .get-k-point-swiper .swiper-pagination {
    padding-top: 8px;
  }

  .section-earn-kpoint::after {
    background: linear-gradient(
      180deg,
      rgba(240, 248, 238, 0) 0%,
      rgba(240, 248, 238, 0) 58%,
      rgba(240, 248, 238, 0.86) 75%,
      #f0f8ee 100%
    );
  }

  .earn-k-point-swiper .swiper-button-prev,
  .earn-k-point-swiper .swiper-button-next {
    display: none;
  }

  .section-earn-kpoint .earn-k-point-bottom {
    margin-top: 24px;
  }
}

/* --------- popup-event ---------------- */
.popup-event {
  background-color: #384957 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.popup-event .sc-content {
  max-width: 1000px;
}
.icw-popup-function .data-box.popup-event {
  max-width: 1000px;
}
.popup-event .header-popup {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.popup-event .sc-content .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 23px;
  /* justify-content: space-between; */
  margin: 46px 0 0;
  /* width: 80%; */
  margin-left: auto;
  margin-right: auto;
}
.popup-event .sc-content .content .list-items {
  /* width: 27%; */
}
.popup-event .list-items .how-to-img {
  padding: 46px 30px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  width: 220px;
  height: 220px;
  display: flex;

  /* align-items: flex-end; */
  background: rgb(38, 177, 95);
  background: -moz-linear-gradient(
    135deg,
    rgba(38, 177, 95, 1) 0%,
    rgba(109, 207, 150, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(38, 177, 95, 1) 0%,
    rgba(109, 207, 150, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(38, 177, 95, 1) 0%,
    rgba(109, 207, 150, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26b15f",endColorstr="#6dcf96",GradientType=1);
}
.popup-event .list-items .how-to-img img {
  width: 100%;
}
.popup-event .list-items .how-to-img .num-img {
  width: 36px;
  height: 36px;
  background: #01e47f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.popup-event .list-items .how-to-img .num-img img {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
}
.popup-event .list-items .how-to-img .num-img p {
  font-family: "kurious-looped";
  position: absolute;
  top: 7px;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.popup-event .list-items .popup-title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  font-family: "kurious-looped";
  margin-bottom: 8px;
}
.popup-event .list-items .popup-desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 75px;
  font-family: "kurious-looped";
}
.popup-event .text-note-popup {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.btn-popup-box {
  display: flex;
}

.btn-popup-box .btn-popup {
  padding: 9px 32px;
  border-radius: 8px;
  background: #00a94f;
  color: #ffffff !important;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 64px;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .popup-event .list-items .how-to-img {
    width: 180px;
    height: 180px;
  }
  .popup-event .sc-content .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup-event .sc-content .content .list-items {
    width: 100%;
  }
  .btn-popup-box .btn-popup {
    margin: 0 auto 40px;
  }
}
/* ------ */
</pre></body></html>