<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ 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 &gt; .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 &gt; .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 &amp; 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: inline-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;
  }
}

/* ################ Button ################ */
.icw .btn {
  /* padding: 0 32px; */
  width: auto;
  min-width: 120px;
  font-family: "kurious-looped";
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}
.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
  color: #666666;
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}
.icw .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.icw .btn:hover:before {
  left: 0;
  opacity: 1;
}
.icw .btn.disabled,
.icw .btn.disabled:hover {
  color: #666666;
  background-color: transparent;
  border-color: #e7e7e7;
  opacity: 0.5;
}
.icw .btn.btn-primary {
  background: var(--color-green);
  color: var(--color-light);
  transition: all 0.8s, color 0.3s 0.3s;
}
.icw .btn.btn-primary:hover {
  background: var(--color-green);
  color: var(--color-light);
  border-color: var(--color-green);
}
.icw .btn.btn-primary:before {
  background-color: #0bc160;
}

/*#################################### 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:0;
}
.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 .sc-inner {
    padding: 24px 0;
  }
  .sc-title .title-wrapper {
    height: auto;
    margin: 0;
  }
  .sc-title .sc-heading {
    margin-bottom: 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;
  }
}
@media screen and (min-width: 768px) {
  .sc-product .sc-inner {
    padding: 0 0 64px;
  }

  .action-dropdown {
    display: none;
  }
}
@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;
  }
}

/* apply-qr-popup */
.mfp-wrap.mfp-ready.popup-product .mfp-content {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 24px 0;
  align-items: center;
  background: transparent;
  height: auto;
  max-width: 100%;
}
.qr-popup .sc-inner-popup {
  padding: 100px 0;
}
.qr-popup .container-popup {
  position: relative;
}
.qr-popup .qr-popup-wrapper {
  display: flex;
  min-width: 996px;
  height: 472px;
  background-color: #fff;
  border-radius: 8px;
}
.qr-popup .w-50 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-popup .title {
  color: #00A94F;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
.qr-popup .bg-right {
  background: linear-gradient(313deg, #1F313A -1.62%, #465968 100%);
  border-radius: 0 8px 8px 0;
}
.qr-popup .qr-popup-qrcode {
  width: 225px;
  height: 225px;
}
.qr-popup .ezyQR{
  width: 225px;
  height: 225px;
}
/*############################## 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 &gt; 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 &gt; 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 &gt; li {
    padding: 12px;
  }

  .sc-highlight .item-list &gt; li:first-child,
  .sc-highlight .item-list &gt; li:nth-child(2),  
  .sc-highlight .item-list &gt; li:nth-child(3) {  
    width: calc(100% / 3);
  }

  .sc-highlight .item-list &gt; 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) {
    .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/non-life/saving-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) {
    .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&gt;.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;}
    /* .card-product-swiper .swiper-pagination-bullet {background-color: #DDDDDD; border-color: #DDDDDD;} */
}

/* 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 &gt; div{padding: 0;}
.popup-function-content .sc-body .row-flex &gt; 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 &gt; 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 &gt; 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 &gt; .col { width: 50%;}
  .popup-function-content .sc-body .row-flex &gt; div{padding: 0 24px;}
  .popup-function-content .sc-body .row-flex &gt; 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-apply ###################################*/
/* .sc-apply { background-image: url(../img/bg-section-5background-repeat: no-repeat; background-size: 100% 100%;} */
.sc-apply .sc-inner {position: relative;z-index: 2;padding: 48px 0;}
.sc-apply .sc-heading {text-align: center;}
.sc-apply .sc-heading .title {margin-bottom: 32px;}
.sc-apply .bg {position: absolute;bottom: -159px;right: 0;z-index: 0;border-radius: 50%;box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.15);width: 2416px;height: 2416px;}
.sc-apply .cloud {position: absolute;z-index: 1;}
.sc-apply .cloud.-I {width: 718px;left: -40px;bottom: 84px;}
.sc-apply .cloud.-II {width: 870px;right: -380px;bottom: -376px;}
.sc-apply .sc-content {max-width: 850px;margin: 0 auto;padding-top: 26px;}
.sc-apply .item-list {display: flex;flex-wrap: wrap;margin: -12px; padding: 0;list-style: none;}
.sc-apply .item-list&gt;li {padding: 12px;}
.sc-apply .item-list&gt;li+li {margin-top: 40px;}
.sc-apply .item-list&gt;li.boxI{padding-top:90px}
.sc-apply .item-list&gt;li.boxII{padding-top:30px}
.sc-apply .boxI,.sc-apply .boxII{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.sc-apply .boxII{width:100%}
.sc-apply .boxIl .wrapper{display:flex;min-width:850px;max-width:900px;height:240px;padding:32px;justify-content:center;align-items:center;gap:8px;flex:1 0 0}
.sc-apply .wrapper{border-radius:8px;background:var(--color-light);padding:40px 30px;min-height:295px;box-shadow:0 1px 10px rgba(0,0,0,.1)}
.sc-apply .thumb{text-align:center}
.sc-apply .thumb&gt;img{max-height:100%;display:inline-block}
.sc-apply .boxIl .thumb&gt;img{width:100%;max-width:408px}
.sc-apply .content{text-align:center;padding-top:18px}
.sc-apply .content .title{margin-bottom:0;color:var(--color-dark)}
.sc-apply .content .desc{margin-top:8px;color:var(--color-gray)}
.sc-apply .action{padding-top:16px}
.sc-apply .action .btn{height:40px;padding:0 24px}
.sc-apply .boxI .thumb{height:180px;margin-top:-130px}
.sc-apply .boxII .thumb{height:120px;margin-top:-72px}
.sc-apply .boxII .wrapper{padding-left:0;padding-right:0}
.sc-apply .boxBgI {background-color: var(--color-light);}
.sc-apply .boxBgII {background-color: var(--color-light);}
.sc-apply .boxBgIII {background-color: var(--color-light);}

@media screen and (min-width: 768px) {
  .sc-apply .sc-inner {padding: 64px 0;}
  .sc-apply .sc-content{padding-top:90px}
  .sc-apply .item-list&gt;li+li{margin-top:0}
  .sc-apply .item-list&gt;li.boxI,.sc-apply .item-list&gt;li.boxII{padding-top:12px}
  .sc-apply .wrapper{padding:40px 48px;min-height:inherit}
  .sc-apply .boxI{webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-top:0}
  .sc-apply .boxII .wrapper{display:flex;align-items:center;justify-content:space-between;padding:40px 48px}
  .sc-apply .boxII .thumb{height:160px;text-align:left;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;margin-top:0}
  .sc-apply .boxII .content{flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding-top:0}
}
@media screen and (max-width: 991px) {
  .sc-apply .boxIl .wrapper{min-width: 735px;}
}
@media screen and (max-width: 767px) {
  .sc-apply .boxIl .wrapper {display: block;min-width: auto;padding-left: 0;padding-right: 0;}
  .sc-apply .item-list&gt;li.boxIl {padding-top: 90px;}
  .sc-apply .boxIl .thumb {height: 140px;margin-top: -100px;}
}

/* apply-qr-popup */
.qr-popup .sc-inner-popup {
  padding: 100px 0;
}
.qr-popup .container-popup {
  position: relative;
}
.qr-popup .qr-popup-wrapper {
  display: flex;
  min-width: 996px;
  height: 472px;
  background-color: #fff;
  border-radius: 8px;
}
.qr-popup .w-50 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-popup .title {
  color: #00A94F;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
.qr-popup .bg-right {
  background: linear-gradient(313deg, #1F313A -1.62%, #465968 100%);
  border-radius: 0 8px 8px 0;
}
.qr-popup .qr-popup-qrcode {
  width: 225px;
  height: 225px;
}
.qr-popup .ezyQR{
  width: 225px;
  height: 225px;
}

/*############################ end sc-apply ###################################*/

/*############################## 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;
  }
}

/* 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-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 &gt; 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 &gt; 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 &gt; 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 &gt; 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(--color-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 .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sc-insure-article .article-card .desc {
    margin-top: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .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 &gt; li {
    width: 100%;
  }
  .sc-shortcut .item-list &gt; 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(--color-green);
    margin: 0;
    line-height: 1.5em;
  }
  .sc-shortcut .txt strong {
    font-weight: 600;
    color: var(--color-dark);
  }
  .sc-shortcut .txt .a-link {
    font-weight: 600;
    color: var(--color-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 &gt; li {
    width: calc(100% / 3);
    border: 0;
    padding: 9px;
  }
  .sc-shortcut .item-list &gt; 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(--color-dark);
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .sc-shortcut .item-list &gt; 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 ##################################*/
</pre></body></html>