/*================ custom ==================*/
.mb-8 {
  margin-bottom: 8px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.link-wrap {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-break: loose;
}
.sc-promotion-interesting {
  background: 
  linear-gradient(0deg, #FAFAFA, #FAFAFA), 
  linear-gradient(90deg, #37A987 0%, #23736D 100%);
background-blend-mode: multiply;
}

.sc-promotion-interesting h2.text {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 32px;
}

.sc-promotion-interesting .custom-button {
  display: flex;
  gap: 24px;
  align-items: center;
}

.sc-promotion-interesting .custom-button a:first-of-type {
  background: transparent;
  color: #00a04f !important;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: fit-content;
}

.sc-promotion-interesting .sc-heading {
    margin-bottom: 20px;
}

.sc-promotion-interesting .sc-inner {
    padding: 50px 0;
}

.sc-promotion-interesting .promotion-header .content {
  max-width: 100%;
  width: 40%;
  border-radius: 0px 8px 8px 0px;
  opacity: 0.9;
  background: #fff;
  backdrop-filter: blur(20px);
  padding: 48px 56px;
}

.sc-promotion-interesting .sc-content {
  margin-top: 30px;
}

.sc-promotion-interesting .promotion > img {
  border-radius: 8px 8px 0 0;
  /* max-width: 300px; */
  width: 100%;
  max-height: 180px;
  height: 100%;
}

.sc-promotion-interesting .promotion .content {
  /* max-width: 300px; */
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 16px 24px 24px;
}

.mfp-bg:has(+ .mfp-wrap #popup-interesting),
.mfp-bg:has(+ .mfp-wrap #popup-interesting2) {
  z-index: 20000;
}
.mfp-wrap:has(#popup-interesting),
.mfp-wrap:has(#popup-interesting2) {
  z-index: 30000;
}
.sc-promotion-interesting .title-pro,
.promotion-popup .mfp-content .promotion-header .content .title-pro {
  color: #333;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.sc-promotion-interesting .date-pro,
.promotion-popup .mfp-content .promotion-header .content .date-pro,
.mfp-content #popup-interesting .top-content .pm-detail .date-pro {
  color: #666;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
  min-height: 24px;
}

.sc-promotion-interesting .sub-title,
.promotion-popup .mfp-content .promotion-header .content .sub-title,
.mfp-content #popup-interesting .top-content .pm-detail .sub-title {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 24px;
  margin-bottom: 24px;
  /* overflow: hidden; */
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  height: 48px;
}

.sc-promotion-interesting .btn {
  padding: 0 32px;
  width: auto;
  min-width: 120px;
  font-family: "kurious-looped";
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: var(--cr-gray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--radius);
  transition: var(--tsition);
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}
.sc-promotion-interesting .btn:hover,
.sc-promotion-interesting .btn:active:hover,
.sc-promotion-interesting .btn.active:hover,
.sc-promotion-interesting .btn:active:focus,
.sc-promotion-interesting .btn.actitve:focus,
.sc-promotion-interesting .btn:active.focus,
.sc-promotion-interesting .btn.active.focus,
.sc-promotion-interesting .btn:focus,
.sc-promotion-interesting .btn:focus:hover,
.sc-promotion-interesting .btn.focus:hover {
  color: var(--cr-gray);
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.sc-promotion-interesting .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: var(--tsition);
  opacity: 0;
}
.sc-promotion-interesting .btn:hover:before {
  left: 0;
  opacity: 1;
}

.sc-promotion-interesting .btn.btn-primary {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
}
.sc-promotion-interesting .btn.btn-primary:hover {
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}
.sc-promotion-interesting .btn.btn-primary:before {
  background-color: #0bc160;
}

@media screen and (min-width: 200px) {
  /* .sc-promotion-interesting {
    overflow: hidden;
    position: relative;
    background-image: url(../img-revamp/bg-sc-privilege.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sc-promotion-interesting .bg {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
  } */
  .sc-promotion-interesting .sc-inner {
    padding: 40px 0 48px;
    position: relative;
    z-index: 3;
  }
  .sc-promotion-interesting .sc-heading .title {
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--cr-black);
  }
}


@media screen and (max-width: 767px) {
  .sc-promotion-interesting .swiper-promotion-list .content .c-g {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 5.4em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.4em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .custom-phone-btn {
    padding: 8px 24px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    background-color: #00a04f;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: fit-content;
  }
  .custom-phone-btn img {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 200px) {
  .sc-promotion-interesting .swiper-promotion-list {
    position: relative;
    overflow: visible;
    padding-bottom: 64px;
  }
  .sc-promotion-interesting .swiper-promotion-list.-center {
    justify-content: center;
  }
  .sc-promotion-interesting .swiper-promotion-list.-center .swiper-slide {
    margin-right: 0 !important;
  }
  .sc-promotion-interesting .swiper-promotion-list.swiper-free-mode > .swiper-wrapper {
    justify-content: inherit;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-pagination {
    padding-top: 16px;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-slide {
    width: 100%;
  }
  .sc-promotion-interesting .swiper-promotion-list .wrapper {
    /* max-width: 300px; */
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .sc-promotion-interesting .swiper-promotion-list .thumb {
    /* max-width: 300px; */
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 20;
    overflow: hidden;
  }
  .sc-promotion-interesting .swiper-promotion-list .content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 8px 8px; /*backdrop-filter: blur(20px);*/
  }
  .sc-promotion-interesting .swiper-promotion-list .content h3 {
    color: var(--cr-black);
    font-family: "kurious-looped" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    height: 2.9em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sc-promotion-interesting .swiper-promotion-list .content small {
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5em;
    min-height: 1.5em;
  }

  .sc-promotion-interesting .swiper-promotion-list .content .action {
    margin-top: 16px;
    text-align: left;
  }
  .sc-promotion-interesting .swiper-promotion-list .content .action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  }

  .sc-promotion-interesting .swiper-promotion-list.-center + .promotion-thumb {
    display: none;
  }
  .sc-promotion-interesting .swiper-promotion-list.-center .swiper-button-prev,
  .sc-promotion-interesting .swiper-promotion-list.-center .swiper-button-next {
    display: none;
  }
}

.sc-promotion-interesting .swiper-promotion-list .swiper-slide h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 24px;
}
.sc-promotion-interesting .swiper-promotion-list .swiper-slide ul{
  padding-left: 30px;
}
.sc-promotion-interesting .swiper-promotion-list .swiper-slide ul li {
  list-style: disc !important;
}

@media screen and (min-width: 768px) {
  .sc-promotion-interesting .sc-inner {
    padding: 64px 0;
  }
  .sc-promotion-interesting .swiper-promotion-list {
    padding: 0;
  }
  .sc-promotion-interesting .swiper-promotion-list .content .c-g {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 5.4em;
    display: -webkit-box;
    line-height: 1.4em;
  }
  .sc-promotion-interesting .swiper-promotion-list .content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-slide h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 992px) {
  .sc-promotion-interesting .swiper-promotion-list {
    position: relative;
    /* box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    overflow: hidden;
  }
  .sc-promotion-interesting .swiper-promotion-list .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none;
    border-radius: 0;
  }
  .sc-promotion-interesting .swiper-promotion-list .thumb {
    width: 200%;
    max-width: 580px;
    border-radius: 8px 0 0 8px;
  }
  .sc-promotion-interesting .swiper-promotion-list .content {
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 348px;
  }
  .sc-promotion-interesting .swiper-promotion-list .content .c-g {
    /* height: 4.2em; */
    -webkit-line-clamp: 3;
    height: auto;
  }
  .sc-promotion-interesting .swiper-promotion-list .content .action .btn {
    width: auto;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-pagination {
    display: none;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-button-next,
  .sc-promotion-interesting .swiper-promotion-list .swiper-button-prev {
    top: 55%;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-button-next {
    right: 8px;
  }
  .sc-promotion-interesting .swiper-promotion-list .swiper-button-prev {
    left: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .sc-promotion-interesting .swiper-promotion-list .wrapper {
    max-width: 1140px;
  }
  .sc-promotion-interesting .swiper-promotion-list .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 700px;
  }
  .sc-promotion-interesting .swiper-promotion-list .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 48px 56px 56px;
    height: 420px;
    max-width: 440px;
    min-width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .sc-promotion-interesting .swiper-wrapper {
    justify-content: center;
  }
  .sc-promotion-interesting .custom-button {
    flex-direction: column;
  }
  .sc-promotion-interesting .swiper-promotion-list {
    padding-bottom: 0;
  }
  .sc-promotion-interesting h2.text {
    margin-bottom: 24px;
  }
}

/* custom popup */
.custom-wrapper-content {
  padding: 48px;
}
.custom-wrapper-content h4 {
  color: #111111;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
.custom-wrapper-content .wrapper-content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.custom-wrapper-content .wrapper-content-list ul,
.custom-wrapper-content .wrapper-content-list ul li {
  list-style: disc !important;
  padding-left: 1.5em;
}
.icw-popup-content .mfp-content {
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    padding: 60px 40px;
}

.icw-popup-content .mfp-content h5 {
    font-size: 20px;
    color: #0b594c;
    margin-bottom: 15px;
}

.icw-popup-content .mfp-content p {
    font-size: 16px;
    margin-bottom: 10px;
}
.icw-popup-content.icw-popup-slide .mfp-content {
    width: 100%;
    max-width: 1200px;
    border-radius: 20px;
    padding: 60px 40px;
}
.icw-popup-content .mfp-content h4 {
  font-size: 20px;
  color: #0b594c;
  margin-bottom: 15px;
}

.icw-popup-content .mfp-content .text-underline {
  text-decoration: underline;
}
.mfp-content {
  max-width: 1140px;
  width: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
.icw-popup-accordion .mfp-content {
  max-width: 1000px;
  padding: 65px 40px 40px;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.icw-popup-content .mfp-content h4.text-green {
  color: #00a94f;
}

.icw-popup-content .mfp-content .list-ul li {
  font-family: "kurious-looped";
  color: #000;
  line-height: 1.5em;
}

.icw-popup-content .mfp-content .list-ul li > .list-ul li {
  list-style: disc;
}

.icw-popup-content .mfp-content .list-ol {
  counter-reset: item;
}

.icw-popup-content .mfp-content .list-ol li {
  font-family: "kurious-looped";
  color: #000;
  line-height: 1.5em;
  position: relative;
  padding-left: 1.5em;
}

.icw-popup-content .mfp-content .list-ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

.icw-popup-content .mfp-content .list-ol li .list-ol li {
  padding-left: 2em;
}
.mfp-content {
  border-radius: 10px;
}
.mfp-content .download-popup-wrapper h4 {
  margin-bottom: 10px;
}

.mfp-content .download-popup-wrapper {
  font-family: "kurious-looped";
}
.mfp-content:has(#popup-interesting),
.mfp-content:has(#popup-interesting2) {
  max-width: 1000px !important;
  width: 100%;
}
.mfp-content:has(#popup-interesting),
.mfp-content:has(#popup-interesting2) {
  margin-top: 28px;
}

.mfp-content #popup-interesting,
.mfp-content #popup-interesting2 {
  width: 100%;
  max-width: 1140px;
}
.mfp-content #popup-interesting .download-popup-wrapper h4,
.mfp-content #popup-interesting2 .download-popup-wrapper h4 {
  margin-bottom: 10px;
}

.mfp-content #popup-interesting .download-popup-wrapper,
.mfp-content #popup-interesting2 .download-popup-wrapper {
  font-family: "kurious-looped";
}

.mfp-content #popup-interesting a,
.mfp-content #popup-interesting2 a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mfp-content #popup-interesting a,
  .mfp-content #popup-interesting2 a {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word; 
    line-break: loose;
  }
}

.mfp-content #popup-interesting .accordion-content .wrap,
.mfp-content #popup-interesting2 .accordion-content .wrap {
  padding: 0;
}
.mfp-content #popup-interesting .accordion-content ul li,
.mfp-content #popup-interesting2 .accordion-content ul li {
  margin: 0;
}
.mfp-content #popup-interesting .mfp-close,
.mfp-content #popup-interesting2 .mfp-close {
  background: #00a94f;
  border-radius: 999px;
  color: #fff;
}
.mfp-content #popup-interesting .mfp-close::after,
.mfp-content #popup-interesting2 .mfp-close::after {
  font-size: 20px;
}
.mfp-content #popup-interesting .top-content,
.mfp-content #popup-interesting2 .top-content {
  padding: 80px 16px 16px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  background: #edf8f3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mfp-content #popup-interesting .top-content img,
.mfp-content #popup-interesting2 .top-content img {
  border-radius: 8px;
}
.mfp-content #popup-interesting .top-content h3,
.mfp-content #popup-interesting2 .top-content h3 {
  font-size: 20px;
  line-height: 30px;
}
.mfp-content #popup-interesting .top-content .title-pro,
.mfp-content #popup-interesting2 .top-content .title-pro {
  font-size: 20px;
  line-height: 30px;
}
.mfp-content #popup-interesting .top-content .sub-title ,
.mfp-content #popup-interesting2 .top-content .sub-title {
  font-size: 16px;
  line-height: 24px;
}
.mfp-content #popup-interesting .bottom-content,
.mfp-content #popup-interesting2 .bottom-content {
  padding: 16px;
  width: 100%;
}
.mfp-content #popup-interesting .bottom-content .accordion-kl,
.mfp-content #popup-interesting2 .bottom-content .accordion-kl {
  box-shadow: 0px 1px 3px 0px #0000001a;
  border-radius: 8px;
  overflow: hidden;
}
.hide-mb {
  display: block;
}
.hide-dt {
  display: none;
}
.icon-zoom-content img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.icon-zoom-content p {
  color: #00a04f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hide-mb {
    display: none;
  }
  .hide-dt {
    display: block;
  }
  .icon-zoom-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mfp-content #popup-interesting .mfp-close, 
  .mfp-content #popup-interesting2 .mfp-close {
    top: 44px;
    right: 35px;
    position: fixed !important;
  }
  .sc-promotion-interesting .sub-title, 
  .promotion-popup .mfp-content .promotion-header .content .sub-title, 
  .mfp-content #popup-interesting .top-content .pm-detail .sub-title {
    height: auto;
    margin-bottom: 0;
  }
  .mfp-content:has(#popup-interesting),
  .mfp-content:has(#popup-interesting2) {
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: unset;
    height: auto;
    min-height: 100vh;
  }
  .custom-wrapper-content {
    padding: 24px;
    padding-top: 80px;
  }
  .custom-wrapper-content .wrapper-content-list ul li {
    padding-left: 0;
  }
  .custom-wrapper-content .wrapper-content-list ul,
  .custom-wrapper-content .wrapper-content-list ul li {
    word-break: break-all;
  }
}
/* Accordion */
#popup-interesting .accordion-title {
  background: #fff;
  color: #333;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 24px;
  border-left: 0;
}
.sc-faqs .accordion-title:after, 
#popup-interesting .accordion-title:after {
  font-family: "icongarage";
  content: "\e90f";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 25px;
  /* top: 30%; */
  bottom: 0;
  display: flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 400;
  font-size: 16px;
}
#popup-interesting .accordion-content {
  background: #fff;
  padding: 16px;
}
.sc-faqs .accordion-title.active:after, 
#popup-interesting .accordion-title.active:after {
  content: "\e910";
}
#popup-interesting .accordion-title.active {
  color: #00a04f;
  border-left: 8px solid #00A94F;
}
#popup-interesting .accordion-title.active + .accordion-content {
  border-left: 8px solid #00A94F;
}
.small-text {
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
ul.custom-style-list,
ul.custom-style-list li {
  list-style: disc !important;
  padding-left: 1.5em;
  color: #333;
}
ul.custom-style-list li ul,
ul.custom-style-list li ul li {
  list-style: circle;
  padding-left: 1.5em;
  color: #333333;
}
ul.custom-style-list li,
ul.custom-style-list li ul li {
  padding-left: 0;
}
ul.custom-style-list a {
  color: #00a04f;
}

/* table */
#popup-interesting table.point-table {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
}
.border-custom-top-left {
  border-top-left-radius: 8px;
}
.border-custom-top-right {
  border-top-right-radius: 8px;
}
.border-custom-bottom-right {
  border-bottom-right-radius: 8px;
}
.border-custom-bottom-left {
  border-bottom-left-radius: 8px;
}
.custom-table .point-table td {
  vertical-align: middle;
  padding: 8px 16px;
  border-radius: 0px;
  border: solid 1px #E8E8E8;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}
.custom-table .hl-table-green {
  background-color: #00A94F;
  color: #FFFFFF !important;
  font-size: 13px;
  font-family: kurious-looped;
  padding: 8px 16px !important;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
.custom-table .point-table tbody tr:nth-of-type(even) td {
  background: #FAFAFA;
}
.custom-table .point-table tbody tr td:last-of-type {
  background: rgba(0, 169, 79, 0.08);
  color: #00A94F;
}
@media screen and (max-width: 991px) {
  .icw-popup-content .mfp-content {
      padding: 40px 20px;
      margin: 10px auto;
  }
  .icw-popup-accordion .mfp-content {
    max-width: 94%;
    padding: 55px 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .mfp-content #popup-interesting,
  .mfp-content #popup-interesting2 {
    border-radius: 8px;
    overflow: hidden;
  }
  .mfp-content #popup-interesting .top-content,
  .mfp-content #popup-interesting2 .top-content {
    padding: 48px;
    display: flex;
    flex-direction: row;
    background: #edf8f3;
  }
  .mfp-content #popup-interesting .top-content img,
  .mfp-content #popup-interesting2 .top-content img {
    width: 470px;
    height: 282px;
    object-fit: cover;
    border-radius: 8px;
  }
  .mfp-content #popup-interesting .top-content .pm-detail,
  .mfp-content #popup-interesting2 .top-content .pm-detail {
    margin-left: 24px;
  }

  .mfp-content #popup-interesting .bottom-content,
  .mfp-content #popup-interesting2 .bottom-content {
    padding: 16px 48px;
    width: 100%;
    height: auto;
  }

  /* .mfp-content #popup-interesting .mfp-close,
  .mfp-content #popup-interesting2 .mfp-close {
    background: #00a94f;
    border-radius: 999px;
    color: #fff;
    position: absolute;
    top: -22px;
    right: -22px;
  } */
}
.top-content .title {
    display: none;
  }
.custom-wrapper-content .title {
  display: none;
}
@media screen and (max-width: 767px) {
  .custom-table .hl-table-green:first-of-type {
    width: 143px;
  }
  /* .custom-table .hl-table-green {
    font-size: 8px;
  } */
  .custom-table .hl-table-green {
    font-size: 14px;
  }
  .custom-table .point-table td {
    font-size: 14px;
  }
  .top-content .title {
    margin: 0;
    min-height: 85px;
    text-align: center;
    color: var(--cr-dark);
    font-family: "kurious-looped";
    padding: 21px 16px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #e7f9eb;
    z-index: 8;
    display: block;
  }
  .custom-wrapper-content .title {
    margin: 0;
    min-height: 85px;
    text-align: center;
    color: var(--cr-dark);
    font-family: "kurious-looped";
    padding: 21px 16px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 8;
    display: block;
  }
  .promotion-popup .mfp-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.table-wrap::-webkit-scrollbar{
  height: 8px;  
}
.table-wrap::-webkit-scrollbar-track{
  background: #e6f3ef;
  border-radius: 999px;
}
.table-wrap::-webkit-scrollbar-thumb{
  background: linear-gradient(90deg,#37A987,#23736D);
  border-radius: 999px;
}
.table-wrap::-webkit-scrollbar-thumb:hover{
  background: #2e8f7f;
}
@media screen and (max-width: 767px) {
  .table-wrap{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; 
    scrollbar-color: #2e8f7f #e6f3ef;
  }
  table.point-table {
    border-collapse: collapse;
    min-width: 720px;
  }
  /* table.point-table th,
  table.point-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  } */
}

/* body.no-scroll { overflow: hidden; }

.img-popup-overlay{
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.75);
  z-index: 40000;
  opacity: 0; transition: opacity .2s ease;
}
.img-popup-overlay.show { opacity: 1; }

.img-popup-overlay img{
  max-width: 95vw; max-height: 90vh;
  width: auto; height: auto;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  border-radius: 8px;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
  z-index: 45000;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: 5%;
}

@media (max-width: 769px){
  .img-zoom { cursor: zoom-in; }
} */