/*================ default ==================*/
:root {
  --color-light: #ffffff !important;
  --color-black: #111111 !important;
  --color-dark: #333333 !important;
  --color-gray: #666666 !important;
  --color-green: #00a94f !important;
  --color-green2: #007938;
  --transition: 0.3s ease-in-out;
  --radius: 8px;
}

body {
  font-family: "kurious-looped";
}

.icw .nowrap {
  white-space: nowrap;
}

.icw .text-light {
  color: var(--color-light) !important;
}

.icw .text-black {
  color: var(--color-black) !important;
}

.icw .text-dark {
  color: var(--color-dark) !important;
}

.icw .text-gray {
  color: var(--color-gray) !important;
}

.icw .text-green {
  color: var(--color-green) !important;
}

.icw .text-green2 {
  color: var(--color-green2) !important;
}

.icw .btn-light {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-green);
  border-radius: 8px;
  border: 2px solid var(--color-green);
  padding: 9px 32px;
  width: fit-content;
}

.icw .btn-green {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-light);
  background-color: var(--color-green);
  border-radius: 8px;
  padding: 8px 32px;
  width: fit-content;
}

.icw .m-auto {
  margin: auto;
}

.icw .m-0 {
  margin: 0;
}

.icw .c-green {
  color: var(--color-green);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "kurious-looped";
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 600;
}

p {
  font-family: "kurious-looped";
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
}

p strong {
  font-weight: 600;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1172px;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container.-sm {
  max-width: 800px;
}

.ic-garage {
  font-family: "icongarage" !important;
  speak: none;
  line-height: 1;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-garage-map-marker:before {
  content: "\e908";
}

.ic-garage-phone:before {
  content: "\e909";
}

.section {
  position: relative;
}

.section .sc-heading {
  text-align: center;
  margin-bottom: 24px;
}

.section .sc-heading .h1 {
  color: var(--color-dark);
  margin: 0;
}

#navigation-widgets .wrap-badge {
  list-style: none;
}

.icw .d-flex {
  display: flex;
}

/*############################## general swiper ##################################*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
.swiper-button-next {
  right: 8px;
}
.swiper-button-prev {
  left: 8px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  visibility: visible;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
}
.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  text-align: center;
  margin: 0;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}
.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid #dddddd;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--color-light);
  opacity: 1;
  transition:  .3s ease-in-out;
}
.swiper-pagination-bullet-active {
  background: #00a94f;
  border-color: #00a94f;
  opacity: 1;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next.swiper-button-disabled, 
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0;    
  }
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0;
    width: 35px;
    height: 35px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}
/*############################## end general swiper ################################*/

/*=============== responsive ================*/
/* font */
@media screen and (min-width: 200px) {
  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 33px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

/* viseble & hidden */
@media screen and (min-width: 200px) {
  .hidden-w365,
  .hidden-w414,
  .hidden-w767,
  .hidden-w991,
  .hidden-w1200 {
    display: none !important;
  }

  .hidden-w767-flex {
    display: none !important;
  }

  .visible-w365,
  .visible-w414,
  .visible-w767,
  .visible-w991,
  .visible-w1200 {
    display: block !important;
  }

  .visible-w767-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 366px) {
  .hidden-w365 {
    display: block !important;
  }

  .visible-w365 {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .hidden-w414 {
    display: block !important;
  }

  .visible-w414 {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .hidden-w767 {
    display: block !important;
  }

  .hidden-w767-flex {
    display: flex !important;
  }

  .visible-w767 {
    display: none !important;
  }

  .visible-w767-flex {
    display: none !important; 
  }
}

@media screen and (min-width: 993px) {
  .hidden-w991 {
    display: block !important;
  }

  .visible-w991 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .hidden-w1200 {
    display: block !important;
  }

  .visible-w1200 {
    display: none !important;
  }
}

/*#################################### PAGE SECTION STYLE ####################################*/
/*############################## sc-title ##################################*/
.sc-title {
  background: url('../../../../../../SiteCollectionDocuments/personal/insure/life/health-insurance/img/sc-title-bg.png') center bottom / cover no-repeat;
  background-size: cover;
}
.sc-title .sc-inner {
  padding: 24px;
}
.sc-title .title-wrapper {
  display: flex;
  flex-direction: column-reverse;
  height: 280px;  
}
.sc-title .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .sc-title {
    background: url('../../../../../../SiteCollectionDocuments/personal/insure/life/health-insurance/img/sc-title-bg-mb.png') center bottom / cover no-repeat;
    background-size: cover;
    margin-top: 60px;
  }
  .sc-title .title-wrapper {
    height: auto;
    margin: 0;
  }
}

/*############################## end sc-title ##############################*/

/*############################## breadcrumb ##############################*/
.sc-breadcrumb .sc-inner {padding: 32px 0;}
.sc-breadcrumb ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  column-gap: 8px;
  padding: 0;
  margin: 0;
}
.sc-breadcrumb ul li{
  font-size: 13px;
  list-style: none;
  margin-right: 10px;
  position: relative;
  color: #666666;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
.sc-breadcrumb ul li::after{
  content: "";
  opacity: 1;
  position: absolute;
  left: 100%;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  height: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}
.sc-breadcrumb ul li:last-child{
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.sc-breadcrumb ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: none;
  border-bottom: none;
}
.sc-breadcrumb ul li strong{
  font-size: 13px;
  list-style: none;
  margin-right: 6px;
  position: relative;
  color: #00A94F;
  font-weight: 600;
}
.sc-breadcrumb ul li:first-child strong{
  color: #666666;
}
@media screen and (max-width: 787px) {
  .sc-breadcrumb .sc-inner {padding: 24px 0;}
}
/*############################## breadcrumb ################################*/

/*############################## sc-product ################################*/
@media screen and (min-width: 200px) {
  .sc-product {
    background-color: #fafafa;
  }

  .sc-product .sc-inner {
    padding: 0 0 48px;
  }

  .sc-product .sc-menu {
    display: block;
  }

  .sc-product .sc-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .sc-product .sc-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sc-product.sc-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .sc-product.sc-top .sc-inner {
    padding-top: 98px;
  }

  .card-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-product-list strong {
    font-weight: 600;
  }

  .card-product .thumb {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .card-product .thumb img {
    width: 100%;
  }

  .card-product .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
  }

  .card-product .category {
    margin: 0;
    font-size: 13px;
    color: #33ba72;
    font-weight: 600;
  }

  .card-product .title {
    color: #111111;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .card-product .card-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .card-product .card-footer .link {
    color: #00a94f;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
  }

  .card-product .card-footer .btn {
    background-color: #00a94f;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .card-product .card-footer .btn .icon {
    height: 14px;
  }

  .tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
  }

  .tag-list .icon {
    width: 16;
    height: 16;
  }

  .tag-list .tag.bg-soft-green {
    background-color: #66caae;
  }

  .tag-list .tag.bg-black {
    background-color: #40525d;
  }

  .tag-list .tag {
    height: 24px;
    padding: 2px 16px;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    font-size: 13px;
    gap: 4px;
    display: flex;
  }

  .desc-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .desc-list li {
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    color: #666666;
  }

  .desc-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../../../../../../SiteCollectionDocuments/personal/insure/life/etc-insurance/img/icon-check-list.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: green;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    left: 0;
  }
}

@media screen and (min-width: 767px) {
  .sc-product .sc-inner {
    padding: 0 0 64px;
  }

  .action-dropdown {
    display: none;
  }

  .card-product-swiper {
    padding-bottom: 48px;
  }

  .card-product-list {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 4px;
  }

  .card-product .content {
    height: 100%;
  }

  .card-product {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .card-product .thumb {
    display: inline-table;
  }

  .card-product-swiper .swiper-horizontal>.swiper-pagination-bullets,
  .card-product-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    height: 24px;
  }

  .card-product-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00a94f;
    border-radius: 50px;
    width: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .sc-product.hide-top.sc-top:before {
    height: 0;
  }

  .sc-product.hide-top.sc-top .sc-inner {
    padding-top: 60px;
  }

  .icw.-kplus .sc-product.sc-top:before {
    height: 0;
  }

  .icw.-kplus .sc-product.sc-top .sc-inner {
    padding-top: 60px;
  }

  .sc-product.sc-top:before {
    height: 0;
  }

  .sc-product.sc-top .sc-inner {
    padding-top: 194px;
  }
}
/*############################## end sc-product ############################*/

/*############################## sc-highlight ##############################*/
@media screen and (min-width: 200px) {
  .sc-highlight {
    background: #f4fef8;
  }

  .sc-highlight .sc-inner {
    padding: 48px 0;
  }

  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-highlight .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading img {
    width: 40px;
    height: 40px;
  }

  .sc-highlight .item-list {
    margin: -8px;
    padding: 0;
  }

  .sc-highlight .item-list > li {
    width: calc(100% / 2);
    padding: 56px 8px 8px 8px;
    list-style: none;
    float: left;
  }  

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-highlight .wrapper.bgI {
    background: #52A28B;
  }

  .sc-highlight .wrapper.bgII {
    background: #008661;
  }

  .sc-highlight .wrapper.bgIII {
    background: #339E81;
  }

  .sc-highlight .wrapper.bgIV {
    background: #3B8880;
  }

  .sc-highlight .wrapper.bgV {
    background: #3E8B70;
  }

  .sc-highlight .note-txt {
    color: #666;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 24px;
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .sc-highlight .wrapper .content:nth-child(5) {
    height: 130px;
  }

  .sc-highlight .wrapper .content .txt {
    color: var(--cr-light);    
  } 

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: inline;
  }

  .sc-highlight .wrapper .content .desc {
    color: #FFFFFF;
    font-weight: 600;
    font-family: "kurious-looped";
  }

  .sc-highlight .item-list > li:nth-child(5) {
    width: calc(100%);
    padding: 12px 8px 0;
  }

  .sc-highlight .wrapper .content .desc {
    font-size: 13px;
    color: var(--color-light);
    font-weight: 500;
  }

  /* .sc-highlight .wrapper.bgV .content {
    padding: 16px 16px 60px;
    height: 172px;
  }

  .sc-highlight .wrapper.bgV .thumb {
    top: unset;
    bottom: 0;
    right: 0;
    left: unset;
    margin: unset;
    max-width: 142px;
  } */
}

@media screen and (min-width: 768px) {
  .sc-highlight .sc-inner {
    padding: 64px 0;
  }

  .sc-highlight .sc-heading img {
    width: 48px;
    height: 48px;
  }
  .sc-highlight .sc-heading {
    margin-bottom: 40px;
  }

  .sc-highlight .item-list {
    margin: -12px;
  }

  .sc-highlight .item-list > li {
    padding: 12px;
  }

  .sc-highlight .item-list > li:first-child,
  .sc-highlight .item-list > li:nth-child(2),  
  .sc-highlight .item-list > li:nth-child(3) {  
    width: calc(100% / 2);
  }

  .sc-highlight .item-list > li:nth-child(5) {
    width: calc(100% / 2);
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-highlight .wrapper .content .desc {
    font-size: 16px; 
  }
}
/*############################## end sc-highlight ##################################*/

/*############################## sc-promotion ##################################*/
@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);
  }
}

/* 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;}
}
/*############################## end sc-promotion ##################################*/

/*############################## sc-howto-buy-online ##################################*/
.sc-howto-buy-online {
  background-color: #f0faf7;
}
.sc-howto-buy-online .sc-inner {
  padding: 48px 0;
}
.sc-howto-buy-online .sc-content{  
  position: relative;
}
.sc-howto-buy-online .howto-swiper-wrapper {
  max-width: 1000px;
  overflow: hidden;
  margin: auto;
}
.sc-howto-buy-online .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.sc-howto-buy-online .card-wrapper .content-thumb {
  max-width: 220px;
}
.sc-howto-buy-online .card-wrapper .content-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.sc-howto-buy-online .card-wrapper .content-box .step {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-black);
  margin: 0;
}
.sc-howto-buy-online .card-wrapper .content-box .desc {  
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-dark);
  margin: 0;
}

.press-for-enlarge {
  text-align: center;
  margin-bottom: 24px;
}
.press-for-enlarge .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.press-for-enlarge .wrapper p {
  margin: 0;
}
.press-for-enlarge .wrapper.desk {
  display: none;
}
.press-for-enlarge .wrapper.mb {
  display: flex;
}
@media screen and (min-width: 768px) {
  .sc-howto-buy-online .sc-inner {
    padding: 64px 0;
  }
  .press-for-enlarge .wrapper.desk {
    display: flex;
  }
  .press-for-enlarge .wrapper.mb {
    display: none;
  }
}

/* ===== sc-thumb-box-popup ===== */
.sc-thumb-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
  border-radius: 8px;
}

.sc-thumb-box .inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  height: inherit;
}

.sc-thumb-box .swiper-slide {
  width: auto;
}

.sc-thumb-box .main-container {
  padding: 0 !important;
}

.sc-thumb-box .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  height: inherit;
}

.sc-thumb-box .thumb {
  width: auto;
  text-align: center;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sc-thumb-box .swiper-pagination {
  padding-top: 8px;
}

.sc-thumb-box .container.entrycontent{
  height: 90%;
}

.sc-thumb-box .thumb img{
  max-height: 80%;
  aspect-ratio: 110/197;
}

.sc-thumb-box .thumb .content-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  max-width: 328px;
}

@media screen and (min-width: 768px) {
  .sc-nav-howto-4 .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 116px;
  }
  .sc-nav-howto-4 .swiper-wrapper .swiper-slide {
    display: flex;
    /* justify-content: center; */
    margin-right: 0 !important;
  }
  .sc-thumb-box .thumb {
    text-align: center;
    height: inherit;
    display: flex;
    flex-direction: column;
  }
}

/* ===== popup ===== */
.popup-benefit {
  height: inherit;
  padding: 8px;
  height: inherit;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
  z-index: 10001;
}
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mfp-wrap {
  z-index: 10002;
  overflow: hidden auto;
}
.mfp-wrap.mfp-ready .mfp-container {
  width: 100%;
  padding: 0 8px;
  opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}

.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;
  transition:  .3s ease-in-out;
}

.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: 18px;
  height: 2px;
  background-color: var(--color-light);
  margin: auto;
  transition:  .3s ease-in-out;
}

.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);
}

.mfp-close-btn-in .mfp-close:active {
  top: 0px;
}

@media screen and (max-width: 1199px) {
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
}

.icw-popup-overlay.mfp-close-btn-in .mfp-close {
  background: #00a94f;
  border-radius: 25px;
  color: #fff;
  width: 30px;
  height: 30px;
  top: -16px;
  right: -8px;
}
.icw-popup-overlay .mfp-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.icw-popup-overlay.mfp-close-btn-in .mfp-close:after {
  font-family: "icokbank";
  content: "\e90a";
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.icw-popup-overlay .mfp-container {
  padding: 0 15px;
}
.popup-notify .mfp-container .mfp-content {
  max-width: 960px;
  width: 100%;
  height: 92vh;
  border-radius: 8px;
  background: #fff;
  overflow: hidden auto;
}
/* .mfp-wrap {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
} */
.mfp-container .mfp-content .main-container {
  padding: 48px;
}
.mfp-container {
  height: 100%;
}
#condition-benefit,
#condition-benefit .main-container,
#condition-benefit .popup-benefit,
.mfp-container .mfp-content .main-container {
  height: 100%;
}
#condition-benefit .popup-benefit {
  overflow-y: auto;
}
#condition-benefit .popup-benefit .container.entrycontent {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mfp-container .mfp-content .main-container {
    padding: 26px 12px;
  }
  .mfp-wrap.mfp-ready .mfp-container {
    padding: 0;
  }

  .mfp-container .mfp-content .main-container {
    padding: 62px 16px 16px;
  }

  .mfp-container .mfp-content {
    height: 100%;
    border-radius: 0;
  }

  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
}

/* line qr popup */
.popup-line.mfp-wrap.mfp-ready .mfp-container {padding: 16px; overflow: auto;}
.popup-line.mfp-wrap.mfp-ready .mfp-content {overflow: unset; width: auto; border-radius: 0; max-width: unset; height: auto; pointer-events: none; background: transparent; margin: 16px 0;}
.popup-line.mfp-wrap.mfp-ready .mfp-content .popup-contact{background: #00a94f; border-radius: 8px; padding: 16px;}
.popup-line .mfp-close,
.popup-line.mfp-close-btn-in .mfp-close {width: 40px; height: 40px; border-radius: 100%; background: #333; border: 1px solid #FFF; position: absolute; top: -20px; right: -20px; 
	opacity: 1; pointer-events: visible; display: inline-block; min-width: inherit; margin: 0;
}
.popup-line .mfp-close:before, 
.popup-line .mfp-close:after,
.popup-line.mfp-close-btn-in .mfp-close:before, 
.popup-line.mfp-close-btn-in .mfp-close:after{content: '';position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 18px; height: 2px; background-color: #fff; 
	margin: auto; transition: 400ms ease-in-out;
}
.popup-line .mfp-close:before,
.popup-line.mfp-close-btn-in .mfp-close:before{transform: rotate(45deg);}
.popup-line .mfp-close:after,
.popup-line.mfp-close-btn-in .mfp-close:after{transform: rotate(-45deg);}

.popup-line .text-header-contact {font-size: 22px;line-height: 30px;color: #00a94f;font-weight: 600;margin-bottom: 16px;}
.popup-line .text-header-contact-2 {font-size: 18px;line-height: 27px;}
.popup-line .popup-caption {background: #FFF;border-radius: 8px;padding: 32px 55px 8px;font-size: 22px;line-height: 30px;color: #333;text-align: center;}
.popup-line .popup-caption .green {color: #00a94f;}
.popup-line .popup-caption img {margin-top: 16px;max-width: 218px;}
.popup-line .popup-caption.popup-caption-2 img {margin-top: 0;max-width: 500px;}
.popup-line .qrcode{padding: 8px;}
.popup-line .qrcode canvas{max-width: 500px;}
/*############################## end sc-howto-buy-online ##################################*/

/*##############################  sc-callback-contact ##################################*/
.sc-callback-contact {
  background-color: #e5f6ed;
}
.sc-callback-contact .sc-inner {
  padding: 64px 0;
}
.sc-callback-contact .sc-content .callback-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sc-callback-contact .sc-content .callback-img {
  max-width: 562px;
}
.sc-callback-contact .sc-content .callback-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding-left: 64px;
}
.sc-callback-contact .sc-content .callback-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sc-callback-contact .sc-content .callback-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sc-callback-contact .sc-content .callback-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #0000001a;
}
.sc-callback-contact .sc-content .callback-btn .ic-nvg {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .sc-callback-contact .sc-inner {
    padding: 48px 0;
  }
  .sc-callback-contact .sc-content .callback-contact-wrapper {
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: repeat(2, 1fr);
  }
  .sc-callback-contact .sc-content .callback-text {
    padding-left: 0;
  }
  .sc-callback-contact .sc-content .callback-link .h6 {
    font-size: 13px;
  }
}
/*##############################  end sc-callback-contact ##############################*/

/*##############################  sc-faqs ##############################*/
@media screen and (min-width: 200px) {
  .sc-faqs {
    background: url('../../../../../../SiteCollectionDocuments/personal/insure/life/health-insurance/img/bg-faq-mb.png') 10% center / 40% no-repeat fixed;
    background-size: contain;
    background-color: #fafafa;
    overflow: hidden;
  }

  .sc-faqs .sc-inner {
    padding: 48px 0;
  }

  .sc-faqs .title-container {
    display: flex;
    flex-direction: column;
    line-height: 0;
  }

  .sc-faqs .container {
    position: relative;
  }

  .sc-faqs .sc-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
  }

  .sc-faqs .sc-heading .title {
    font-size: 24px;
    line-height: 1.5em;
  }

  .sc-faqs .sc-heading .desc {
    font-size: 16px;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-group .accordion-block + .s-title {
    margin-top: 40px;
  }

  .sc-faqs .accordion-group .accordion-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-faqs .accordion-group .accordion-block + .accordion-block {
    margin-top: 16px;
  }

  .sc-faqs .accordion-block {
    position: relative;
    border-radius: var(--radius);
    background: var(--color-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-faqs .accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--color-dark);
    word-wrap: break-word;
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    border-radius: 8px;
    background-color: transparent;
    transition: var(--transition);
  }

  .sc-faqs .accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .sc-faqs .accordion-title.active:after {
    content: "\e910";
  }

  .sc-faqs .accordion-title:after {
    color: var(--color-green);
  }

  .sc-faqs .accordion-title:hover:after {
    color: var(--color-light);
  }

  .sc-faqs .accordion-title:hover {
    color: var(--color-light);
    background-color: var(--color-green);
  }

  .sc-faqs .accordion-title.active {
    color: var(--color-light);
    background-color: var(--color-green);
    border-radius: 8px 8px 0 0;
  }

  .sc-faqs .accordion-title.active:after {
    color: var(--color-light);
  }

  .sc-faqs .accordion-content {
    padding: 16px;
    font-family: "kurious-looped";
    margin: 0;
  }

  .sc-faqs .accordion-content .hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sc-faqs .accordion-content .remark .remark-title {
    margin-bottom: 8px;
  }

  .sc-faqs .accordion-content .remark .remark-desc {
    font-size: 13px;
  }

  .sc-faqs .accordion-content .remark .list-remark {
    margin-right: 16px;
  }

  .sc-faqs .accordion-content a {
    color: var(--color-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
  }

  .sc-faqs .accordion-content p,
  .sc-faqs .accordion-content dd {
    line-height: 1.5em;
    margin: 0;
    color: var(--color-black);
  }

  .sc-faqs .accordion-content p strong,
  .sc-faqs .accordion-content dd strong {
    font-weight: 600;
    color: var(--color-black);
  }

  .sc-faqs .accordion-content p:last-child,
  .sc-faqs .accordion-content dd:last-child {
    margin-bottom: 0;
  }

  .sc-faqs .accordion-content ul {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }

  .sc-faqs .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-faqs .accordion-content ul li::marker {
    font-size: 13px;
  }

  .sc-faqs .accordion-content ul strong {
    color: var(--color-black);
  }

  .sc-faqs .accordion-content ul > li {
    color: var(--color-black);
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-content ul > li + li {
    margin-top: 5px;
  }

  .sc-faqs .accordion-content ol {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }

  .sc-faqs .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-faqs .accordion-content ol > li {
    position: relative;
    list-style-type: decimal;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-content ol > li + li {
    margin-top: 5px;
  }

  .sc-faqs .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  .sc-faqs .accordion-content .link-tel {
    color: var(--cr-gray);
  }

  .sc-faqs .ic-telephone {
    display: inline-block;
  }

  .sc-faqs .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }

  .sc-faqs .accordion-content .link-tel + .link-tel {
    margin-right: 0;
  }

  .sc-faqs .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }

  .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }

  /* newversion */
  .accordion-group-new-version .accordion-title {
    background-color: var(--color-light);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
  }

  .accordion-group-new-version .accordion-title:first-child {
    margin-top: 0;
  }

  .accordion-group-new-version .accordion-title.active {
    border-radius: 8px 8px 0 0;
    box-shadow: unset;
  }

  .accordion-group-new-version .accordion-content {
    background-color: var(--color-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
  }
}

@media screen and (min-width: 768px) {
  .sc-faqs {
    background: url('../../../../../../SiteCollectionDocuments/personal/insure/life/health-insurance/img/bg-faq.png') 10% center / 40% no-repeat fixed;
    background-size: contain;
    background-color: #fafafa;
    overflow: hidden;
  }
  .sc-faqs .sc-inner {
    padding: 64px 0;
  }

  .sc-faqs .sc-heading {
    margin-bottom: 40px;
  }

  .sc-faqs .sc-heading .title {
    font-size: 33px;
  }

  .sc-faqs .sc-heading .title {
    font-size: 28px;
  }
}
/*##############################  end sc-faqs ###########################*/

/*############################## sc-insure-article ##################################*/
@media screen and (min-width: 200px) {
  .sc-insure-article {
    background: #ffffff;
    overflow: hidden;
    position: relative;
  }
  .sc-insure-article .sc-inner {
    padding: 48px 0;
  }
  .sc-insure-article .sc-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }
  .sc-insure-article .sc-heading .h1 {
    font-size: 24px;
  }
  .sc-insure-article .sc-heading .h4 {
    font-size: 16px;
  }
  .sc-insure-article .sc-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .sc-insure-article .article-wrapper {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .sc-insure-article .article-card {
    display: block;
    width: 100%;
    max-width: 364px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px #0000001a;
  }
  .sc-insure-article .article-card .article-content {
    padding: 24px;
  }
  .sc-insure-article .article-card .desc {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .sc-insure-article .article-card .link {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .sc-insure-article .sc-inner {
    padding: 64px 0;
  }
  .sc-insure-article .sc-heading .h1 {
    font-size: 42px;
  }
  .sc-insure-article .sc-heading .h4 {
    font-size: 20px;
  }
}

/* temperary section */
.waiting-soon {
  padding: 24px 0;
  background-color: #FAFAFA;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.waiting-soon .waiting-soon-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.waiting-soon .waiting-soon-content-img {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .waiting-soon .waiting-soon-content-img {
    max-width: 90px;
  }
}

/*##############################  end sc-insure-article ###############################*/

/*##############################  .sc-tips ##################################*/
@media screen and (min-width: 200px) {
  .sc-tips {
    background: #f0faf7;
    overflow: hidden;
    position: relative;
  }
  .sc-tips .sc-inner {
    padding: 24px 0;
  }
  .sc-tips .tips-wrapper {
    margin: 16px;
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    position: relative;
  }
  .sc-tips .sc-heading {
    text-align: start;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .sc-tips .sc-content {
    line-height: 2;
    font-size: 16px;
  }
  .sc-tips .blub-img {
    max-width: 80px;
    position: absolute;
    top: -30px;
    right: -30px;
  }
}
/*##############################  end .sc-tips ##################################*/

/*##############################  sc-shortcut ##################################*/
@media screen and (min-width: 200px) {
  .sc-shortcut {
    background: #fafafa;
    overflow: hidden;
    position: relative;
  }
  .sc-shortcut .sc-inner {
    padding: 40px 0;
  }
  .sc-shortcut .sc-heading .title {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: start;
  }
  .sc-shortcut .item-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sc-shortcut .item-list > li {
    width: 100%;
  }
  .sc-shortcut .item-list > li + li {
    border-top: 1px solid #DBDBDB;
  }
  .sc-shortcut .wrapper {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    padding: 16px 0;
  }
  .sc-shortcut .icon {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sc-shortcut .icon img {
    height: 20px;
    display: block;
    margin: 0 auto;
  }  
  .sc-shortcut .icon i {
    font-size: 24px;
    line-height: 24px;
    color: var(--color-green);
  }
  .sc-shortcut .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 16px;
  }
  .sc-shortcut .txt {
    font-size: 16px;
    color: var(--cr-green);
    margin: 0;
    line-height: 1.5em;
  }
  .sc-shortcut .txt strong {
    font-weight: 600;
    color: var(--cr-dark);
  }
  .sc-shortcut .txt .a-link {
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .sc-shortcut .sc-inner {
    padding: 64px 0;
  }
  .sc-shortcut .sc-heading .title {
    font-size: 42px;
    text-align: center;
  }
  .sc-shortcut .item-list {
    margin: -9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sc-shortcut .item-list > li {
    width: calc(100% / 3);
    border: 0;
    padding: 9px;
  }
  .sc-shortcut .item-list > li + li {
    margin-top: 0;
    border-top: 0;
  }
  .sc-shortcut .wrapper {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 120px;
    background: var(--color-light);
  }
  .sc-shortcut .wrapper:before {
    display: none;
  }
  .sc-shortcut .content {
    padding-left: 0;
    padding-top: 15px;
  }
  .sc-shortcut .icon img {
    height: 25px;
  }
  .sc-shortcut .txt {
    line-height: 1.5em;
    min-height: 2.8em;
    color: var(--cr-dark);
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .sc-shortcut .item-list > li {
    width: calc(100% / 5);
  }
}
@media screen and (min-width: 1200px) {
  .sc-shortcut .icon img {
    height: 27px;
  }
  .sc-shortcut .wrapper {
    transition: var(--transition);
    transform: scale(1);
  }
  .sc-shortcut .wrapper:hover {
    transform: scale(1.05);
  }
}
/*##############################  end sc-shortcut ##################################*/

/*##############################  bottom menu bar ##################################*/
.menu-bottom p {
  margin: 0 ;
}
.menu-bottom {
  position: fixed;    
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.25);
  background: #eceeef;
  z-index: 100;
  left: 0;
  width: 100%;
  /* max-height: 0; */
  /* overflow: hidden; */
  /* opacity: 0; */
  bottom: -100%; 
  transform: translateY(100%);  
  transition: all 0.4s ease-in-out;
}
.menu-bottom.active {
  /* opacity: 1; */
  max-height: 1000px;
  max-height: 80vh;
  bottom: 56px;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
.menu-bottom .menu-container {
  padding: 16px;
}
.menu-bottom .menu-box {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

/* bar3 bottom widget custom */
ul.stickyNav-list {
  padding-left: 0;
  margin: 0;
}
#navigation-widgets.single-gadget .group-widgets {
  bottom: 80px;
}
.menu-bottom .stickyNav-panelWidgets .box-cta {
  gap: 8px;
}
.menu-bottom .stickyNav-panelWidgets {
  display: block !important;
}
.menu-bottom .stickyNav-panelWidgets .btn-burger,
.menu-bottom .stickyNav-panelWidgets .btn-notify {
  width: 50%;
}
.menu-bottom .stickyNav-panelWidgets .btn-burger .text-btn-bar {
  padding: 0;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #00a94f;
  font-size: 16px;
  font-family: "kurious-looped";
  font-weight: 600;
}
.menu-bottom .stickyNav-panelWidgets .btn-burger .text-btn-bar i {
  position: relative;
  top: -2px;
  bottom: 0;
  margin: auto 0;
  margin-right: 8px;
  font-size: 20px;
}
.menu-bottom .stickyNav-panelWidgets .btn-burger .text-btn-bar span {
  text-decoration: underline;
  margin-left: 0;
}
.menu-bottom .stickyNav-panelWidgets .btn-notify a {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}
.menu-bottom .text-close {
  width: 100%;
  right: 0;
  top: 0;
  text-align: center;
  position: relative;
}.menu-bottom .text-close p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}
.font-13 {
  font-size: 13px !important;
  color: #333;
  line-height: 1.5;
}
.text-c-gray {
  color: #666 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.menu-bottom .flex-head-bar {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.nw {
  white-space: nowrap !important;
}
.menu-bottom .flex-con-bar {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #0000001a;
  margin-top: 10px;
  white-space: normal !important;
}
.menu-bottom .flex-con-bar i {
  font-size: 24px;
  color: #00a94f;
}
.menu-bottom .flex-con-bar .text-inner {
  font-family: "kurious-looped" !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .menu-bottom .box-widgets {
    display: none !important;
  }
  #navigation-page-sticky .box-cta .btn {
    background: transparent;
    color: var(--color-green);
    gap: 8px;
  }
  #navigation-page-sticky .box-cta .btn .bottom-btn-text {
    text-decoration: underline;
    font-family: "Kurious Looped";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
  }
  #navigation-page-sticky .box-cta .btn .ic-nvg {
    color: var(--color-light);
    background: var(--color-green);
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
  }
}
/*############################## end bottom menu bar ##################################*/
