<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: 0.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: 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: 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/non-life/pa/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;
  }

  .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 &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;
  }
}

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

/* 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-promotion ##################################*/

/*############################## sc-howto-buy-online ##################################*/
.sc-howto-buy-online {
  background-color: #fafafa;
}
.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: 0.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: 0.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;
}
.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 &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(--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 .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;
  }
}
/*##############################  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(--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 &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(--cr-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>