/*############################## sc-promotion ##################################*/
.btn.btn-green.open-popup-promotion,
.btn.btn-green.open-popup-promotion:hover {
  color: var(--color-light);
  background-color: var(--color-green);
}
.sub-header {
  margin-top: 16px;
}
@media screen and (min-width: 200px) {
  .sc-promotion {
    background: #f4f4f4;
    overflow: hidden;
  }
  .sc-promotion .sc-inner {
    padding: 48px 0;
  }
  .sc-promotion .sc-heading .title {
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--cr-black);
  }
  .promotion-list {
    position: relative;
    overflow: visible;
  }
  .promotion-list.-center {
    justify-content: center;
  }
  .promotion-list.-center .swiper-slide {
    margin-right: 0 !important;
  }
  .promotion-list.swiper-free-mode > .swiper-wrapper {
    justify-content: inherit;
  }
  .promotion-list .swiper-pagination {
    padding-top: 16px;
  }
  .promotion-list .swiper-slide {
    width: 100%;
  }
  .promotion-list .wrapper {
    max-width: unset;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .promotion-list .thumb {
    max-width: unset;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 20;
    overflow: hidden;
  }
  .promotion-list.swiper-initialized .swiper-slide {
    width: auto;
  }
  .promotion-list.swiper-initialized .wrapper {
    max-width: 300px;
  }
  .promotion-list.swiper-initialized .thumb {
    max-width: 300px;
  }
  .promotion-list .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 8px 8px;
    /* backdrop-filter: blur(20px);
    justify-content: space-between; */
    gap: 24px;
  }
  .promotion-list .content h3 {
    color: var(--cr-black);
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    /* height: 4.5em; */
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .thumb-date {
    height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .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;
  }
  .promotion-list .content .c-g,
  .promotion-list .content .c-g .wrap {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 86px;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .action {
    margin-top: 32px;
    text-align: left;
  }
  .promotion-list .content .action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  }

  .promotion-list .content .caption {
    margin: 0;
  }

  .promotion-list.-center + .promotion-thumb {
    display: none;
  }

  .promotion-thumb {
    position: relative;
    display: none;
    margin: 0 -16px;
    padding: 40px 0 0;
  }
  .promotion-thumb .swiper-wrapper {
    width: auto;
    margin: 0 auto;
  }
  .promotion-thumb .thumb {
    border-radius: 8px;
    overflow: hidden;
    transition:  .3s ease-in-out;
    transform: scale(1);
    background-color: var(--color-light);
    cursor: pointer;
  }
  .promotion-thumb .thumb > img {
    width: 100%;
    transition:  .3s ease-in-out;
  }
  .promotion-thumb .swiper-slide .thumb > img {
    opacity: 0.5;
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
    transform: scale(1.05);
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img {
    opacity: 1;
  }

  .promotion-popup.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
  }
  .promotion-popup.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .promotion-popup .mfp-container {
    width: 100%;
    height: auto;
    max-width: 1000px;
    position: relative;
    padding: 0;
  }
  .promotion-popup .mfp-container:before {
    display: none;
  }
  .promotion-popup .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
    min-height: 100dvh;
    height: auto;
    display: flex;
    align-items: center;
  }
  .promotion-popup .mfp-content > .promotion-popup {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    background: var(--color-light);
  }
  .promotion-popup .main-container {
    margin: 0;
  }
  .promotion-popup .modal-dismiss {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promotion-popup .modal-dismiss .ic {
    font-size: 12px;
    font-weight: 600;
  }
  .promotion-popup .modal-dismiss .ic {
    position: relative;
    top: -2px;
    right: -1px;
  }
  .promotion-popup .promotion-header {
    background: #e7f9eb;
    padding: 16px;
    border-radius: 0;
  }
  .promotion-popup .promotion-header .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;
  }
  .promotion-popup .promotion-header .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .thumb {
    width: auto;
    max-width: none;
    margin-top: 69px;
  }
  .promotion-popup .promotion-header .thumb > img {
    width: 470px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .promotion-popup .promotion-header .content {
    padding-top: 24px;
  }
  .promotion-popup .promotion-header .h-title {
    color: var(--cr-black);
    line-height: 1.5em;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-header .h-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .date {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    margin-bottom: 24px;
  }
  .promotion-popup .promotion-header .desc {
    color: var(--cr-dark);
    line-height: 1.5em;
    margin: 0;
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
  }
  .promotion-popup .promotion-header .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-header .action .btn {
    border-radius: 8px;
    background: var(--cr-green);
    padding: 8px 24px;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    color: var(--color-light);
    display: block;
  }

  .promotion-popup .promotion-content {
    background-color: var(--color-light);
    border-top: 5px solid #266b6b;
    padding: 32px 16px 16px;
    overflow: hidden;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 72px;
    border-top: 0;
  }
  .promotion-popup .promotion-content .nowrap {
    white-space: nowrap;
  }
  .promotion-popup .promotion-content .pro-title {
    margin: 0 0 16px;
    color: var(--cr-black);
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .pro-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .pro-subtitle {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .title {
    margin: 0 0 8px;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .title.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .title .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .hint-scroll {
    display: none;
  }
  .promotion-popup .promotion-content .table {
    width: 100%;
    border-spacing: 0;
    min-width: 880px;
  }
  .promotion-popup .promotion-content .table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0.5px solid #e8e8e8;
    border-radius: 8px;
  }
  .promotion-popup .promotion-content .table th,
  .promotion-popup .promotion-content .table td {
    padding: 24px 8px;
    border: 0.5px solid #e8e8e8;
    color: var(--cr-gray);
    text-align: center;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-content .table tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table th {
    background-color: var(--cr-green);
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    color: var(--color-light);
  }
  .promotion-popup .promotion-content .table td {
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
    line-height: 1.5;
    color: var(--cr-gray);
  }
  .promotion-popup .promotion-content .table td.a-left {
    text-align: left;
  }
  .promotion-popup .promotion-content .table td strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .table tr:nth-child(odd) td {
    background: #fafafa;
  }
  .promotion-popup .promotion-content .table tr:nth-child(even) td {
    background: #fff;
  }
  .promotion-popup .promotion-content .mcscroll + .title {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .list {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .desc {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .list {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .list > li {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-content .desc {
    color: var(--cr-gray);
    line-height: 1.5em;
    margin: 0;
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-content .desc strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .desc.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .desc .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .desc + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .image-icon {
    margin: 32px auto;
    width: 140px;
  }
  .promotion-popup .promotion-content .image-icon + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-content .action .btn {
    height: 40px;
    width: 100%;
    background: var(--cr-green);
    color: var(--color-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .promotion-popup #popup-ot .promotion-content .action .btn {
    font-size: 20px;
    height: 48px;
  }

  .promotion-popup .promotion-content .sc-faqs {
    background: #fafafa;
    padding: 16px;
    margin: 0 -16px -16px;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group {
    padding: 0;
    display: block;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group .accordion {
    max-width: 100%;
  }

  .promotion-popup .promotion-content .step-slide {
    position: relative;
    margin-bottom: 32px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .promotion-popup .promotion-content .step-slide .content .desc {
    margin-bottom: 0;
    color: var(--cr-dark);
    line-height: 1.5em;
  }

  .promotion-popup .promotion-content .hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 0 0;
    background: #fafafa;
    padding: 16px;
  }
  .promotion-popup .promotion-end .note {
    color: var(--cr-gray);
    line-height: 1.5em;
    margin: 0 0 8px;
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-end .note strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .promotion-popup .promotion-end .note:last-child {
    margin-bottom: 0;
  }
  .promotion-popup .promotion-end .sub-list {
    padding: 0 0 0 1.2em;
    margin: 0;
  }
  .promotion-popup .promotion-end .sub-list > li {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-end .sub-list > li strong {
    font-weight: 600;
  }
  /*.promotion-popup .promotion-end .sub-list > li .link{color: var(--cr-green);}*/

  .promotion-popup .promotion-end .sub-list.sub-list-note {
    padding-left: 0;
  }
  .promotion-popup ul.sub-list-note li::marker {
    content: "";
  }
  .promotion-popup ul.sub-list-note li:nth-child(1):before {
    content: "*";
  }
  .promotion-popup ul.sub-list-note li:nth-child(2):before {
    content: "**";
  }
  .promotion-popup ul.sub-list-note li:nth-child(3):before {
    content: "***";
  }
  .promotion-popup ul.sub-list-note li:nth-child(4):before {
    content: "****";
  }
  .promotion-popup ul.sub-list-note li {
    display: flex;
    gap: 4px;
  }
  .promotion-popup ul.sub-list-note li:before {
    display: inline-block;
    min-width: 2em;
  }

  .promotion-popup .txt-note {
    margin: 16px 0 0;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 13px;
  }
  .promotion-popup .txt-note + ul {
    margin-top: 16px;
  }
  .promotion-popup .txt-note + .txt-note-ol {
    margin-top: 8px;
  }
  .promotion-popup .txt-note-ol > li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .txt-note-ul > li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .txt-note-remark {
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
    margin: 0 0 24px;
  }
  .promotion-popup .warning {
    text-align: center;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    display: inline-flex;
  }
  .promotion-popup .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "kurious-looped";
  }
  .promotion-popup .warning .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--cr-red);
    color: var(--color-light);
    line-height: 1.5em;
  }
  .icw .sc-promotion .promotion-list .show-w767 {
    display: inline-flex;
  }
  .icw .sc-promotion .promotion-list .hide-w767 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sc-promotion .sc-inner {
    padding: 64px 0;
  }

  .promotion-list .content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .promotion-popup .mfp-container {
    width: 96%;
    margin: 120px auto;
  }
  .promotion-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .promotion-popup .modal-dismiss {
    top: -15px;
    right: -15px;
    position: absolute;
  }
  .promotion-popup .mfp-content > .promotion-popup {
    min-height: inherit;
    background: transparent;
  }

  .promotion-popup .promotion-header {
    padding: 48px;
    border-radius: 8px 8px 0 0;
  }
  .promotion-popup .promotion-header .title {
    display: none;
  }
  .promotion-popup .promotion-header .thumb {
    margin-top: 0;
  }
  .promotion-popup .promotion-header .action .btn {
    display: inline-block;
  }

  .promotion-popup .promotion-content {
    padding: 48px 48px 24px 48px;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 48px;
  }
  .promotion-popup .promotion-content .pro-title {
    font-size: 26px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    margin: 0 0 32px;
  }
  .promotion-popup .promotion-content .sc-faqs {
    background: none;
    padding: 0;
    margin: 0;
  }
  .promotion-popup .promotion-content .step-slide {
    max-width: inherit;
    overflow: hidden;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 8px 8px;
    background: #fafafa;
    padding: 16px 48px;
  }
  /* .promotion-popup .promotion-end .note{font-size: 16px;} */
  .promotion-list .wrapper {
    max-width: 328px;
  }
  .promotion-list.swiper-initialized .wrapper {
    max-width: 300px;
  }
  .promotion-list.swiper-initialized .thumb {
    max-width: 300px;
  }

  .icw .sc-promotion .promotion-list .show-w767 {
    display: none;
  }
  .icw .sc-promotion .promotion-list .hide-w767 {
    display: inline-flex;
  }
}
@media screen and (min-width: 1024px) {
  .promotion-popup .promotion-header {
    display: flex;
  }
  .promotion-popup .promotion-header .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .promotion-popup .promotion-header .thumb > img {
    width: 470px;
    border-radius: 8px;
  }
  .promotion-popup .promotion-header .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 24px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .promotion-list {
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }
  .promotion-list .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none;
    border-radius: 0;
  }
  .promotion-list .thumb {
    width: 200%;
    max-width: 580px;
    border-radius: 8px 0 0 8px;
  }
  .promotion-list .content {
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 348px;
  }
  .promotion-list .content .c-g,
  .promotion-list .content .c-g .wrap {
    height: 4.05em;
    -webkit-line-clamp: 3;
  }
  .promotion-list .content .action .btn {
    width: auto;
  }
  .promotion-list .swiper-pagination {
    display: none;
  }
  .promotion-list .swiper-button-next,
  .promotion-list .swiper-button-prev {
    top: 55%;
  }
  .promotion-list .swiper-button-next {
    right: 8px;
  }
  .promotion-list .swiper-button-prev {
    left: 8px;
  }
  .promotion-thumb {
    display: flex;
    position: relative;
    max-width: 887px;
    margin: 0 auto;
  }
  .promotion-thumb .swiper-button-next,
  .promotion-thumb .swiper-button-prev {
    top: 85%;
  }
  .promotion-thumb .swiper-button-next {
    right: 50%;
    margin-right: -503px;
  }
  .promotion-thumb .swiper-button-prev {
    left: 50%;
    margin-left: -503px;
  }
  .promotion-thumb .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .promotion-thumb .swiper-slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: visible;
  }
  .promotion-list .wrapper,
  .promotion-list.swiper-initialized .wrapper {
    max-width: 1140px;
  }
  .promotion-list .thumb,
  .promotion-list.swiper-initialized .thumb {
    max-width: 700px;
  }
  .promotion-list .content {
    padding: 48px 56px 56px;
    height: 420px;
  }
  .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1.05);
  }
}
@media screen and (max-width:767px) {
  .sub-header,
  .sub-header-no-m {
    margin-top: 8px;
  }
  .mfp-container:has(.custom-pop) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* promotion popup */
.popup-promotion .popup-benefit-wrapper {background-color: #FFFFFF;border-radius: 8px;padding: 48px;}
/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
.popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 10001;}
.popup-function.mfp-wrap{z-index: 10002;}
.popup-function .mfp-container {width: 100%;}
.popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
.popup-function .mfp-content{overflow: auto; min-height: 100dvh; padding: 0; display: flex; align-items: flex-start; justify-content: center; background: var(--color-light);}
.popup-function .main-container{margin: 0;}
.popup-function-content{width: 100%; position: relative; background: var(--color-light);}
.popup-function-content .hr {display: block; width: 100%; border-top: 1px solid #C4C4C4; margin-top: 24px; margin-bottom: 24px;}
.popup-function-content .inner{padding: 64px 16px 16px 16px;}
.popup-function-content .sc-head{margin-bottom: 16px;}
.popup-function-content .sc-head .title{margin-bottom: 0; line-height: 1.5em; color: var(--color-black);}
.popup-function-content .sc-body{position: relative;}
.popup-function-content .sc-body .title{margin-bottom: 0; line-height: 1.5em; color: var(--color-gray);}
.popup-function-content .sc-body .s-title{margin-bottom: 16px; line-height: 1.5em; color: var(--color-green);}
.popup-function-content .sc-body .desc{color: var(--color-gray); margin: 0;}
.popup-function-content .sc-body .note{color: var(--color-gray); margin: 0; font-size: 13px; line-height: 1.54em;}
.popup-function-content .sc-body .row-flex + .s-title{margin-top: 32px;}
.popup-function-content .sc-body .row-flex{margin: 0; }
.popup-function-content .sc-body .row-flex > div{padding: 0;}
.popup-function-content .sc-body .row-flex > div + div{margin-top: 16px;}
.popup-function-content .sc-body ul{padding: 0; margin: 0 0 0 1.5em;}
.popup-function-content .sc-body ul > li .desc{line-height: 2em;}
.popup-function-content .sc-body ul + .note{margin-top: 32px; display: block;}
.popup-function-content .sc-note{background: #FAFAFA; padding: 16px;}
.popup-function-content .sc-note strong.title{font-size: 13px; display: block; margin-bottom: 8px; line-height: 1.54em; color: var(--color-dark);}
.popup-function-content .sc-note ul{padding: 0; margin: 0 0 0 1.5em;}
.popup-function-content .sc-note ul > li{line-height: 1.54em; font-size: 13px; color: var(--color-gray);}
.popup-function-content .table-responsive{box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); border-radius: 8px; overflow: auto; margin-top: 32px;}
.popup-function-content .table-service{width: 100%; margin: 0 auto; color: #333; border: 0; border-spacing: 0;}
.popup-function-content .table-service th{background-color: var(--color-green); text-align: center; vertical-align: middle;}
.popup-function-content .table-service th{font-size: 13px; padding: 16px; font-weight: 600;line-height: 1.5; color: #fff;}
.popup-function-content .table-service th + th{border-left: 1px solid #E6E6E6;}
.popup-function-content .table-service td {font-size: 13px; text-align: center; padding: 16px; vertical-align: middle; border-top: 1px solid #E6E6E6;}
.popup-function-content .table-service td + td{border-left: 1px solid #E6E6E6;}
.popup-function-content .table-service tr td:first-child {border-left: 1px solid #E6E6E6;}
.popup-function-content .table-service strong{font-weight: 600;}
.popup-function-content .tab-control:after{background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #fff 72.45%);}
.popup-function-content .tab.active .control{background: #fff;}

@media screen and (min-width: 768px) {
  .popup-function .mfp-content{padding: 24px 0; align-items: center; background: transparent; height: auto;}

  .popup-function-content{max-width: 1140px; width: 96%; border-radius: 8px; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);}
  .popup-function-content .inner{padding: 24px;}
  .popup-function-content .sc-body .row-flex{margin: 0 -24px; display: flex; flex-direction: row;}
  .popup-function-content .sc-body .row-flex > .col { width: 50%;}
  .popup-function-content .sc-body .row-flex > div{padding: 0 24px;}
  .popup-function-content .sc-body .row-flex > div + div{margin-top: 0;}
  .popup-function-content .sc-note{padding: 16px 48px; border-radius: 0 0 8px 8px;}
  .popup-function-content .table-service th{font-size: 18px; padding: 24px;}
  .popup-function-content .table-service td{font-size: 16px; padding: 24px;}
}
@media screen and (min-width: 992px) {
  .popup-function .inner {padding: 48px;}
  .popup-function .swiper-button-prev{left: 48px;}
  .popup-function .swiper-button-next{right: 48px;}

  .popup-function-content .inner{padding: 48px;}
}

.mb-8 {
  margin-bottom: 8px !important;
}

/* .mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  background-color: var(--color-green);
  color: var(--color-light);
  top: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
  transition: var(--transition);
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
  width: 22px; height: 2px; background-color: var(--color-light); margin: auto; transition: var(--transition);
}
.mfp-close-btn-in .mfp-close:before{transform: rotate(45deg);}
.mfp-close-btn-in .mfp-close:after{transform: rotate(-45deg);}
.mfp-close-btn-in .mfp-close:hover:before{background-color: var(--color-light);}
.mfp-close-btn-in .mfp-close:hover:after{background-color: var(--color-light);}

@media screen and (max-width: 767px){
  .mfp-close-btn-in .mfp-close {top: 16px; right: 16px;}
} */
 .mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00a950;
  color: var(--color-light);
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
 }
/*############################## end sc-promotion ##################################*/
/*############################ sc-table popup ###################################*/

.table-popup {
  padding: 0;
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border-radius: var(--radius);
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  margin-top: 16px;
}
.table-popup th + th {
  border-left: 1px solid #e6e6e6;
}
.table-popup th,
.table-popup td {
  padding: 8px 16px;
  text-align: center;
  line-height: 1.5em;
  border-bottom: 1px solid #e6e6e6;
}
.table-popup td {
  background-color: var(--cr-light);
  color: var(--cr-gray);
  font-size: 13px;
  font-family: kurious-looped;
  font-weight: 500;
}
.table-popup td + td {
  border-left: 1px solid #e6e6e6;
}
.table-popup td:first-child {
  font-weight: 500;
}
.table-popup tr + tr {
  border-top: 1px solid #e6e6e6;
}
.table-popup tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.table-popup tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.table-popup tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-popup tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table-popup tr:last-child td {
  border-bottom: 0;
}
.table-popup th {
  color: var(--color-light);
  background-color: var(--color-green);
  font-weight: 600;
  font-size: 18px;
  padding: 16px;
}
.table-popup td.heading {
  background: #f0faf7;
  color: var(--color-green);
  text-align: start;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .table-popup {
    margin: 16px 0 32px;
  }
  .table-popup td {
    font-size: 16px;
    padding: 16px 24px;
  }
  .table-popup .bg {
    font-size: 18px;
    padding: 24px;
  }
}

.popup-benefit {
  height: inherit;
  padding: 8px;
  height: inherit;
}