@charset "UTF-8";

/*---- open itonn เรียกไม่เจอ ขอปิด ไว้ก่อน -----

@font-face {
  font-family: "krungsri_simplemedium";
  src: url("../../../../../Content/fonts/krungsri_simple_med-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "krungsri_simplemedium";
  src: url("../../../../../Content/fonts/krungsri_simple_med-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


----- close itonn เรียกไม่เจอ ขอปิด ไว้ก่อน ------ */

body {
  font-family: "krungsri_simplemedium", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  overflow-x: hidden;
}
body p,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-bottom: 0;
}
body .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body img {
  width: 100%;
}
body .nw {
  white-space: nowrap;
}
body .word {
  display: inline-block;
}
body .icw-link-action {
  text-decoration: none;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body .icw-link-action:hover {
  opacity: 0.8;
}
body .icw-link-action:active {
  opacity: 0.6;
}
body .icw-link-action:focus {
  outline: none;
}
body .icw-link-action:visited {
  color: inherit;
}
body ul.list-disc {
  list-style: none !important;
  padding-inline-start: 0 !important;
  gap: 4px !important;
  margin-top: 4px !important;
}
body ul.list-disc li {
  padding-left: 20px !important;
}
body ul.list-disc li:before {
  display: flex !important;
  position: absolute !important;
  content: "" !important;
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  left: 8px !important;
  background-color: #333333;
  border-radius: 50%;
  margin-top: 0.75em;
}
body .show-w768 {
  display: none;
}
@media (max-width: 768px) {
  body .show-w768 {
    display: inline;
  }
}
body .show-w1024 {
  display: none;
}
@media (max-width: 1024px) {
  body .show-w1024 {
    display: inline;
  }
}
body .show-w1200 {
  display: none;
}
@media (max-width: 1200px) {
  body .show-w1200 {
    display: inline;
  }
}
body .hide-w1200 {
  display: inline;
}
@media (max-width: 1200px) {
  body .hide-w1200 {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .show-desktop-only {
    display: none;
  }
}
body header .ctn-main-menu-mobile .top-menu-mb-bar > img {
  max-width: 16px !important;
}
body .FB-Chat-push {
  max-width: 60px !important;
}
@media (max-width: 768px) {
  body .FB-Chat-push {
    max-width: 50px !important;
    bottom: 70px !important;
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination {
  position: relative;
  z-index: 9;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #e0e0e0;
  background-color: transparent;
  height: 8px;
  width: 8px;
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e0e0e0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  z-index: 9;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  transform: scale(1.2);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.swiper-button-prev:after {
  background-image: url("../../../../../KrungsriCreditCard/media/ic-asset/img/icon/icw-swiper-prev-arrow-icon.svg");
}

.swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.swiper-button-next:after {
  background-image: url("../../../../../KrungsriCreditCard/media/ic-asset/img/icon/icw-swiper-next-arrow-icon.svg");
}

.swiper-notification {
  display: none !important;
}

.popup-theme {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 570px;
  margin: 28px auto;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.popup-theme .popup-container {
  padding: 30px;
}
.popup-theme .popup-content .popup-header .header-title {
  font-size: 1.1rem;
  color: #111111;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffd400;
}
.popup-theme .popup-content .popup-body {
  padding: 10px 0 0 0;
  overflow-y: auto;
  max-height: calc(65vh - 56px);
  max-height: calc(65dvh - 56px);
}
.popup-theme .popup-content .popup-body p {
  font-size: 0.8rem;
  color: #666666;
  margin-bottom: 16px;
}
.popup-theme .popup-content .popup-body ul {
  margin-top: 8px;
  padding-inline-start: 35px;
}
.popup-theme .popup-content .popup-body ul li {
  font-size: 0.8rem;
  color: #666666;
}
.popup-theme .popup-footer {
  display: flex;
  justify-content: center;
  background-color: #6f5f5e;
  padding: 8px;
  border-bottom: 8px;
}
.popup-theme .popup-footer p {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 160%;
}

#popup-seemore .mfp-close {
  top: 16px;
  right: 16px;
  color: #6f5f5e;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfp-img {
  max-height: none !important;
  max-width: 1140px !important;
  height: auto !important;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-no-margins .mfp-container {
  padding: 0;
}

button[type=button].mfp-close {
  top: 16px;
  right: 16px;
  color: #6f5f5e;
  border: none;
  background-color: #ffd400;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .mfp-content {
    z-index: 10043;
  }
  .popup-container {
    padding-inline: 16px;
  }
  .popup-footer p {
    text-align: center;
  }
  .mfp-container {
    padding: 0;
    margin: 0;
  }
  .popup-theme {
    margin: 0;
    border-radius: 0;
  }
  .mfp-img {
    max-width: 100% !important;
    height: auto !important;
  }
}
header#get-header {
  margin-bottom: 0 !important;
}

footer#get-footer {
  margin: 0 !important;
}
footer#get-footer .footer-special-mobile {
  display: none;
}

.kcc-card-nav-header-static {
  all: unset;
  display: block;
}
.kcc-card-nav-header-static .static-nav-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  height: 50px;
  max-height: 50px;
}
@media (max-width: 768px) {
  .kcc-card-nav-header-static .static-nav-header-wrapper {
    justify-content: unset;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ebebeb transparent;
  }
  .kcc-card-nav-header-static .static-nav-header-wrapper::-webkit-scrollbar {
    height: 2px;
  }
  .kcc-card-nav-header-static .static-nav-header-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .kcc-card-nav-header-static .static-nav-header-wrapper::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 8px;
  }
}
.kcc-card-nav-header-static .static-nav-header-wrapper .static-nav-header-link {
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  color: #666666;
  white-space: nowrap;
  position: relative;
}
.kcc-card-nav-header-static .static-nav-header-wrapper .static-nav-header-link:hover, .kcc-card-nav-header-static .static-nav-header-wrapper .static-nav-header-link.active {
  color: #111111;
}
.kcc-card-nav-header-static .static-nav-header-wrapper .static-nav-header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #666666;
  transition: width 0.3s ease;
}
.kcc-card-nav-header-static .static-nav-header-wrapper .static-nav-header-link.active::after, .kcc-card-nav-header-static .static-nav-header-wrapper .static-nav-header-link:hover::after {
  width: 100%;
}

.kcc-card-nav-footer-static {
  all: unset;
  display: block;
}
.kcc-card-nav-footer-static .static-nav-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .kcc-card-nav-footer-static .static-nav-footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.kcc-card-nav-footer-static .static-nav-footer-wrapper .static-nav-footer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  transition: color 0.3s ease-in-out;
}
.kcc-card-nav-footer-static .static-nav-footer-wrapper .static-nav-footer-link:hover .static-nav-footer-text {
  color: #333333;
}
.kcc-card-nav-footer-static .static-nav-footer-wrapper .static-nav-footer-link:hover .static-nav-footer-icon img {
  filter: brightness(1.2);
}
@media (max-width: 768px) {
  .kcc-card-nav-footer-static .static-nav-footer-wrapper .static-nav-footer-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.kcc-card-nav-footer-static .static-nav-footer-wrapper .static-nav-footer-link .static-nav-footer-icon img {
  max-width: 40px;
  transition: filter 0.3s ease-in-out;
}
.kcc-card-nav-footer-static .static-nav-footer-wrapper .static-nav-footer-link .static-nav-footer-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
}

.kcc-card-nav-header-sticky {
  all: unset;
  background-color: #27201d;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.kcc-card-nav-header-sticky.is-sticky {
  position: fixed;
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
}
@media (max-width: 1024px) {
  .kcc-card-nav-header-sticky {
    height: 40px;
    align-content: center;
    cursor: pointer;
  }
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .logo-card p {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .logo-card p::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 21px;
  background-image: url("../../img/pages/exclusive-signature-card/logo-card.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  height: 50px;
  max-height: 50px;
}
@media (max-width: 768px) {
  .kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper {
    justify-content: unset;
    overflow-x: auto;
  }
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-link {
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-link:hover, .kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-link.active {
  color: #ffffff;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-link.active::after, .kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-link:hover::after {
  width: 100%;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 150%;
  color: #d0a160;
  white-space: nowrap;
  position: relative;
  padding: 8.5px 16px;
  border: 1px solid #d0a160;
  border-radius: 4px;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel:hover, .kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel.active {
  color: #1f2127;
  background-color: #d0a160;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel.active::after, .kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel:hover::after {
  width: 100%;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url("../../img/icon/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-tel:hover::before {
  filter: invert(9%) sepia(8%) saturate(650%) hue-rotate(177deg) brightness(15%) contrast(92%);
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-apply {
  background-color: #ffd400;
  border-radius: 4px;
  padding: 8.5px 24px;
  display: inline-flex;
  font-weight: 700;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex .sticky-nav-header-wrapper .sticky-nav-header-apply:hover {
  background-color: #e6bf00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .kcc-card-nav-header-sticky .sticky-nav-header-flex .show-desktop-only {
    display: none;
  }
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex::after {
  display: none;
}
@media (max-width: 1024px) {
  .kcc-card-nav-header-sticky .sticky-nav-header-flex::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../img/icon/dropdown-white-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    transition: 0.1s ease-in-out all;
  }
}
.kcc-card-nav-header-sticky .sticky-nav-header-flex.active::after {
  transform: rotate(180deg);
}
.kcc-card-nav-header-sticky .nav-dropdown-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #211c17;
  width: -webkit-fill-available;
  padding: 16px;
  z-index: 0;
  margin-top: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, visibility 0s linear 0.3s;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu.show {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  padding: 16px;
  z-index: 999;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, visibility 0s;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu a {
  color: #ffffff;
  padding-block: 8px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu a:last-child {
  margin-top: 32px;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu a:hover {
  color: #d0a160;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 700;
  line-height: 150%;
  color: #d0a160;
  white-space: nowrap;
  position: relative;
  padding: 8.5px 16px;
  border: 1px solid #d0a160;
  border-radius: 4px;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel:hover, .kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel.active {
  color: #1f2127;
  background-color: #d0a160;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel.active::after, .kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel:hover::after {
  width: 100%;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url("../../img/icon/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-tel:hover::before {
  filter: invert(9%) sepia(8%) saturate(650%) hue-rotate(177deg) brightness(15%) contrast(92%);
}
.kcc-card-nav-header-sticky .nav-dropdown-menu .sticky-nav-header-apply {
  display: none;
}

.kcc-card-nav-footer-sticky {
  background-color: #2c251f;
  margin: 0;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.kcc-card-nav-footer-sticky::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #2c251f;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  cursor: default;
}
@media (max-width: 1024px) {
  .kcc-card-nav-footer-sticky {
    display: block;
  }
}
.kcc-card-nav-footer-sticky .container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper .sticky-nav-footer-apply-btn {
  background-color: #ffd400;
  border-radius: 4px;
  padding: 8px 24px;
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-weight: 700;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper .sticky-nav-footer-apply-btn:hover {
  background-color: #e6bf00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper .sticky-nav-footer-tel-btn {
  background-color: transparent;
  border: 1px solid #d0a160;
  border-radius: 4px;
  padding: 8px 24px;
  max-width: 400px;
  width: 100%;
  margin: auto;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  color: #d0a160;
  transition: all 0.3s ease-in-out;
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper .sticky-nav-footer-tel-btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper .sticky-nav-footer-tel-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.kcc-card-nav-footer-sticky .sticky-nav-footer-wrapper .sticky-nav-footer-remark {
  font-weight: 500;
  font-size: 8px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

.kcc-card-nav-back-to-top-wrapper {
  position: fixed;
  float: right;
  right: 10px;
  bottom: 128px;
  z-index: 999;
  max-width: 50px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.kcc-card-nav-back-to-top-wrapper svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .kcc-card-nav-back-to-top-wrapper svg {
    width: 40px;
    height: 40px;
  }
}
.kcc-card-nav-back-to-top-wrapper:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.kcc-card-nav-back-to-top-wrapper:hover svg rect {
  fill: #ffd400;
  transition: fill 0.3s ease;
}
.kcc-card-nav-back-to-top-wrapper:hover svg path {
  stroke: #111111;
  transition: stroke 0.3s ease;
}
@media (max-width: 768px) {
  .kcc-card-nav-back-to-top-wrapper {
    max-width: 40px;
    bottom: 120px;
  }
}

@media (max-width: 768px) {
  .FB-Chat-pus {
    max-width: 40px;
  }
}

.kcc-card-hero-banner {
  background-image: url("../../../../../KrungsriCreditCard/media/ic-asset/img/pages/platinum-card/section-hero-banner-bg-dt.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.kcc-card-hero-banner .container {
  padding: 0;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .container {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body {
  padding: 80px 0 257px;
  position: relative;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body {
    padding: 0;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content {
    gap: 16px;
    background-color: #372e27;
    padding: 32px 16px 24px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-title-wrapper {
    gap: 8px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-title-wrapper .subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #b7b0a9;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-title-wrapper .subtitle {
    font-size: 18px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-title-wrapper .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-title-wrapper .title {
    font-size: 28px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-desc-wrapper {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-desc-wrapper .hero-banner-desc-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-desc-wrapper .hero-banner-desc-list p {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-desc-wrapper .hero-banner-desc-list p {
    font-size: 16px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-desc-wrapper .hero-banner-desc-list svg {
  min-width: 20px;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-apply {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffd400;
  max-width: 282px;
  padding: 16px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-apply:hover {
  background-color: #e6bf00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-apply {
    max-width: 400px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-uchoose-apply {
  border-radius: 4px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 9px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 282px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-uchoose-apply:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-uchoose-apply {
    max-width: 400px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-uchoose-apply img {
  max-width: 32px;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-krungsri-invitation {
  background: linear-gradient(90deg, #d5a05e 0%, #f8dc97 46.5%, #eabc71 100%);
  text-transform: uppercase;
  border-radius: 7px;
  padding: 9px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #313132;
  transition: all 0.3s ease-in-out;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-krungsri-invitation:hover {
  background: linear-gradient(90deg, #d6a973 0%, #ffe19b 46.5%, #d6a973 100%);
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-krungsri-invitation {
    max-width: 400px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-content .hero-banner-btn-wrapper .hero-banner-btn-krungsri-invitation img {
  max-width: 32px;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  max-width: 720px;
}
@media (max-width: 1280px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-img {
    max-width: 580px;
  }
}
@media screen and (max-width: 991px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-img {
    max-width: 430px;
  }
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-img {
    position: relative;
    background-image: url("../../../../../KrungsriCreditCard/media/ic-asset/img/pages/platinum-card/section-hero-banner-bg-mb.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: unset;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-body .hero-banner-img img {
    max-width: 580px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(55, 46, 39, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px 0;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer {
    position: relative;
    padding: 0 16px 32px;
    background-color: #372e27;
  }
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer::before {
    content: "";
    position: absolute;
    top: -2.5%;
    left: 0;
    width: 100%;
    height: 105%;
    background-color: transparent;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    cursor: default;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper {
    border-radius: 8px;
    border: none;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    backdrop-filter: blur(8px);
    background: rgba(81, 74, 67, 0.8);
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text .sc-footer-text-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text .sc-footer-text-title {
    font-size: 16px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text .sc-footer-text-title span {
  display: inline-block;
  line-height: 150%;
  font-size: 32px;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text .sc-footer-text-title span {
    font-size: 24px;
  }
}
.kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text .sc-footer-text-desc {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #9a9a9a;
}
@media (max-width: 768px) {
  .kcc-card-hero-banner .kcc-card-hero-banner-wrapper .sc-footer .container .sc-footer-wrapper .sc-footer-item .sc-footer-item-text .sc-footer-text-desc {
    font-size: 12px;
  }
}

.sc-promotion {
  position: relative;
  background-color: #372e27;
}
@media (max-width: 768px) {
  .sc-promotion {
    background-color: #372e27;
  }
}
.sc-promotion::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #372e27;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  cursor: default;
}
@media (max-width: 768px) {
  .sc-promotion::before {
    background-color: #372e27;
  }
}
.sc-promotion .container {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .sc-promotion .container {
    padding-top: 32px;
  }
}
.sc-promotion .sc-promotion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper {
    gap: 48px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 40px 80px;
  background-color: #f3f2f1;
  border-radius: 8px;
  border: none;
  width: 100%;
  max-width: 950px;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare {
    gap: 20px;
    padding: 13px 37px;
    width: auto;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper {
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    align-items: flex-end;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .card-compare-img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .card-compare-img-item img {
  max-width: 80px;
  position: relative;
}
@media (max-width: 480px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .card-compare-img-item img {
    max-width: 48px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .card-compare-img-item p {
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: #111111;
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .equal {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #111111;
  transform: translateY(15%);
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .equal {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    transform: translateY(0);
    padding-right: 2.25em;
  }
}
@media (max-width: 480px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-img-wrapper .equal {
    padding-right: 1.25em;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper h3 {
    font-size: 12px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper h3 span {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 8%;
  text-underline-offset: 4px;
  white-space: nowrap;
}
.sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper p {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #666666;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-header .kcc-card-equal-compare .card-compare-text-wrapper p {
    font-size: 9px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper h2 {
    font-size: 22px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper a {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #b7b0a9;
  display: flex;
  gap: 4px;
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper a svg {
  transition: all 0.3s ease-in-out;
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-title-wrapper a:hover svg {
  transform: translateX(5px);
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-slide-wrapper .promotion-swiper-wrapper .swiper-inner-wrapper {
  position: relative;
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-slide-wrapper .promotion-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-slide-wrapper .promotion-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-wrapper .swiper-slide {
    border-radius: 8px;
  }
}
.sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-slide-wrapper .promotion-swiper-wrapper .swiper-pagination {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .sc-promotion .sc-promotion-wrapper .sc-body .kcc-card-slides-banner .promotion-slide-wrapper .promotion-swiper-wrapper .swiper-pagination {
    margin-top: 16px;
  }
}

.kcc-card-vdo-banner {
  background-color: #372e27;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner {
    background-color: #372e27;
  }
}
.kcc-card-vdo-banner .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper {
    gap: 24px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-header {
    gap: 8px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-header p {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #b7b0a9;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-header h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-header h2 {
    font-size: 24px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body {
    gap: 24px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .play-btn {
  position: absolute;
  z-index: 7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .play-btn button {
  width: 64px;
  height: 64px;
  padding: 0;
  outline: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .play-btn button:hover {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(1.05);
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .play-btn button:hover svg path {
  fill: #000;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .play-btn button {
    width: 48px;
    height: 48px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .play-btn button svg {
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .vdo-thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .vdo-thumb-img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  aspect-ratio: 57/20;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .video {
    aspect-ratio: 343/180;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper .video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper.playing .play-btn,
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .sc-vdo-wrapper .video-wrapper.playing .vdo-thumb-img {
  display: none;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content {
    gap: 8px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-text {
    gap: 4px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-text .highlight-content-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-text .highlight-content-title {
    font-size: 16px;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-text .highlight-content-desc {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  min-height: 2lh;
  color: #9a9a9a;
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-text .highlight-content-desc {
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #b7b0a9;
  display: flex;
  align-items: center;
  gap: 4px;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-link:hover svg {
  transform: translateX(5px);
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-content-wrapper .highlight-content .highlight-content-link svg {
  transition: all 0.3s ease-in-out;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-btn-apply {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffd400;
  max-width: 260px;
  width: 100%;
  padding: 16px 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-btn-apply:hover {
  background-color: #e6bf00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .kcc-card-vdo-banner .kcc-card-vdo-banner-wrapper .sc-body .highlight-btn-apply {
    max-width: 343px;
  }
}

.sc-privileges {
  position: relative;
  background-color: #4a3d34;
}
.sc-privileges::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #4a3d34;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  cursor: default;
}
@media (max-width: 768px) {
  .sc-privileges::before {
    background-color: #4a3d34;
  }
}
@media (max-width: 768px) {
  .sc-privileges {
    background-color: #4a3d34;
  }
}
.sc-privileges .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .sc-privileges .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.sc-privileges .sc-privileges-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sc-privileges .sc-privileges-wrapper .sc-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sc-privileges .sc-privileges-wrapper .sc-header p {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #b7b0a9;
}
.sc-privileges .sc-privileges-wrapper .sc-header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-header h2 {
    font-size: 22px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body {
    gap: 48px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box {
    gap: 8px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row {
  display: grid;
  gap: 16px;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 466px);
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) .card-grid-item:nth-child(1) {
  display: grid;
  grid-template-columns: minmax(0, 352px) minmax(0, 1fr);
  background-color: #2c251f;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) .card-grid-item:nth-child(2) {
  display: grid;
  grid-template-columns: minmax(0, 272px) minmax(0, 1fr);
  background-color: #211c17;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(1) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) .card-grid-item:nth-child(1) {
  display: grid;
  grid-template-columns: minmax(0, 352px) minmax(0, 1fr);
  background-color: #161210;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) .card-grid-item:nth-child(2) {
  display: grid;
  grid-template-columns: minmax(0, 352px) minmax(0, 1fr);
  background-color: #110e0c;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(2) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) .card-grid-item:nth-child(1) {
  display: grid;
  grid-template-columns: minmax(0, 352px) minmax(0, 1fr);
  background-color: #110e0c;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) .card-grid-item:nth-child(2) {
  display: grid;
  grid-template-columns: minmax(0, 352px) minmax(0, 1fr);
  background-color: #161210;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(3) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) {
  grid-template-columns: minmax(0, 466px) minmax(0, 1fr);
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) .card-grid-item:nth-child(1) {
  display: grid;
  grid-template-columns: minmax(0, 272px) minmax(0, 1fr);
  background-color: #211c17;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) .card-grid-item:nth-child(1) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) .card-grid-item:nth-child(2) {
  display: grid;
  grid-template-columns: minmax(0, 352px) minmax(0, 1fr);
  background-color: #2c251f;
}
@media (max-width: 1024px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row:nth-child(4) .card-grid-item:nth-child(2) {
    grid-template-columns: minmax(0, 204px) minmax(0, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item {
  border-radius: 8px;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item {
    min-height: 160px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0 32px 32px;
  z-index: 2;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text {
    padding: 24px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text .card-grid-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 154%;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text .card-grid-item-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text .card-grid-item-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #b7b0a9;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text .card-grid-item-link:hover svg {
  transform: translateX(5px);
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-text .card-grid-item-link svg {
  transition: all 0.3s ease-in-out;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-img {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-img img {
  position: relative;
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 1024px) and (min-width: 820px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-img img {
    width: 110%;
  }
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-asymmetric-grid-box .card-grid-row .card-grid-item .card-grid-item-img img {
    width: 50%;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-slide-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-slide-title-wrapper .privilege-slide-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-slide-title-wrapper .privilege-slide-title {
    font-size: 18px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-slide-title-wrapper .seemore-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #9a9a9a;
  cursor: pointer;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-slide-title-wrapper .seemore-btn:hover svg {
  transform: translateX(5px);
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-slide-title-wrapper .seemore-btn svg {
  transition: all 0.3s ease-in-out;
  fill: #9a9a9a;
  stroke: #9a9a9a;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper {
  position: relative;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide {
  height: auto;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper {
  display: flex;
  gap: 16px;
  padding: 24px;
  background-color: #372e27;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper {
    padding: 16px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-icon img {
  width: 50px;
  border-radius: 8px;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text h3 {
    font-size: 14px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text p {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #9a9a9a;
}
@media (max-width: 768px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text p {
    font-size: 12px;
  }
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text a {
  color: #9a9a9a;
  text-decoration: underline !important;
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .privilege-card-wrapper .privilege-card-text a:hover {
  color: rgb(114, 114, 114);
}
.sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper .swiper-pagination {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper {
    width: 80vw;
    max-width: 343px;
    align-self: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 937px) {
  .sc-privileges .sc-privileges-wrapper .sc-body .kcc-card-slides-box .privilege-swiper-wrapper {
    width: 80vw;
    max-width: 754px;
    align-self: center;
  }
}

.kcc-card-tabs-toggle {
  background-color: #f7f7f7;
}
.kcc-card-tabs-toggle .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body {
  display: flex;
  flex-direction: column;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-requirement-tab-wrapper,
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-details-tab-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-requirement-tab-wrapper:nth-child(2),
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-details-tab-wrapper:nth-child(2) {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-requirement-tab-wrapper:nth-child(2),
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-details-tab-wrapper:nth-child(2) {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-requirement-tab-wrapper,
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-details-tab-wrapper {
    gap: 24px;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-requirement-tab-wrapper h2,
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-details-tab-wrapper h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-requirement-tab-wrapper h2,
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .apply-details-tab-wrapper h2 {
    font-size: 22px;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper {
  display: flex;
  gap: 6px;
}
@media (max-width: 1280px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ebebeb transparent;
  }
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper::-webkit-scrollbar {
    height: 2px;
  }
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 8px;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper .tab-nav {
  all: unset;
  cursor: pointer;
  background-color: #ebebeb;
  padding: 8px 24px;
  border: none;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #6f5f5e;
  transition: all 0.3s ease-in-out;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-nav-wrapper .tab-nav.active {
  background-color: #ffd400;
  color: #111111;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper {
  position: relative;
  transition: height 0.4s ease;
  overflow: hidden;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper #tab2-2 .inner-tabs-wrapper .inner-tab-content-wrapper:nth-child(3) {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-right: 6px;
}
@media (max-width: 480px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper #tab2-2 .inner-tabs-wrapper .inner-tab-content-wrapper:nth-child(3) {
    padding-right: 0;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
  background-color: #ffffff;
  border-radius: 0 8px 8px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  transition: opacity 0.35s ease-in-out, visibility 0s;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content {
    border-top-right-radius: 0;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper {
    padding: 24px;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-overflow-wrapper {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  z-index: 3;
  scroll-behavior: smooth;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ebebeb;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper.inner-tab-swiper {
  position: relative;
  overflow: hidden;
  display: block;
  scroll-behavior: unset;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper.inner-tab-swiper .swiper-button-prev:after,
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper.inner-tab-swiper .swiper-button-next:after {
  content: none;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper.inner-tab-swiper .swiper-scrollbar {
  opacity: 0;
  transition: 1s ease;
  pointer-events: none;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper.inner-tab-swiper .swiper-scrollbar.show {
  opacity: 1;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper .tab-nav {
  all: unset;
  cursor: pointer;
  padding: 8px 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #9f9494;
  position: relative;
  white-space: nowrap;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper .tab-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background-color: #6f5f5e;
  transition: width 0.25s ease-in-out;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper .tab-nav:hover::after {
  width: 100%;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper .tab-nav.active::after {
  width: 100%;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .inner-tab-nav-wrapper .tab-nav.active {
  color: #6f5f5e;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .tab-nav-gradient-left {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #ffffff, transparent);
  width: 30px;
  height: 100%;
  transform: none;
  margin-top: 0;
  z-index: 10;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .tab-nav-gradient-left:has(.swiper-button-disabled) {
  display: none;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .tab-nav-gradient-right {
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, #ffffff, transparent);
  width: 30px;
  height: 100%;
  transform: none;
  margin-top: 0;
  z-index: 10;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tabs-wrapper .tab-nav-gradient-right:has(.swiper-button-disabled) {
  display: none;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper {
  position: relative;
  transition: height 0.4s ease;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content {
  padding: 0;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active {
  max-height: 600px;
  overflow-y: auto;
  z-index: 3;
  height: auto;
  padding-right: 18px;
  padding-bottom: 1px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar-track:active {
  background-color: transparent;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ebebeb;
  cursor: pointer;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar-thumb:hover {
  background-color: #bdbdbd;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .outer-tabs-wrapper .tab-content-wrapper .tab-content .inner-tab-content-wrapper .tab-content.active::-webkit-scrollbar-thumb:active {
  background-color: #bdbdbd;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  padding: 32px;
  border-bottom: 1px solid #ebebeb;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .main-title {
  font-family: "krungsri_simplemedium", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #111111;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .sub-title {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 170%;
  color: #333333;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item p {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  color: #333333;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .tab-content-ul-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .tab-content-ul-list-wrapper ul {
  all: unset;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
  list-style: none;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .tab-content-ul-list-wrapper ul li {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .tab-content-ul-list-wrapper ul li::before {
  content: "";
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  background-color: #333333;
  border-radius: 50%;
  margin-top: 0.75em;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-grid-row .tab-content-grid-item .tab-content-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .tab-content-text-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item p {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item p strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item p {
    line-height: 170%;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ol {
  all: unset;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  counter-reset: list-counter;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ol li {
  position: relative;
  counter-increment: list-counter;
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
  padding-left: 34px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 19px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ol li > ol {
  counter-reset: list-counter;
  margin-top: 4px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ol li > ol li::before {
  content: counter(list-counter) ".";
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ol li {
    line-height: 170%;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  counter-reset: list-counter;
  margin: 0;
  padding-inline-start: 20px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ul li {
  position: relative;
  counter-increment: list-counter;
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-ol-list-wrapper ul li {
    line-height: 170%;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .details-interest-img {
  max-width: 418px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .fee-cal-img {
  max-width: 578px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper {
    line-height: 170%;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper ol {
  list-style: none;
  padding-inline-start: 20px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper ol.sub-list-number li {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper ol.sub-list-number li span .sub-thai li {
  margin-bottom: 8px !important;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-content-list-wrapper ol.sub-list-number li span .normal-num li {
  margin-bottom: 8px !important;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-dowload {
  display: flex;
  justify-content: space-between;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-dowload p {
  font-family: "krungsri_simplemedium", sans-serif;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-dowload a {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  color: #6f5f5e;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .inner-tab-content-flex-row .inner-tab-content-flex-item .inner-tab-dowload {
    flex-direction: column;
  }
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .text-with-logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .text-with-logo img {
  height: 20px;
  width: auto;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .text-with-logo img.logo-lotus {
  height: 10px;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .rl-note {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
}
.kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .rl-note strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .kcc-card-tabs-toggle .kcc-card-tabs-toggle-wrapper .sc-body .tab-content .rl-note {
    line-height: 170%;
  }
}

.kcc-card-aside-accordion {
  background-color: #f0f0f0;
}
.kcc-card-aside-accordion .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .kcc-card-aside-accordion .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper {
    flex-direction: column;
    justify-content: unset;
  }
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-header {
  flex-shrink: 0;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-header h2 {
    font-size: 22px;
  }
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body {
  width: 100%;
  max-width: 680px;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item {
  border-bottom: 1px solid #e3e3e3;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item:first-child {
  padding-top: 0;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item.active .accordion-item-header .accordion-icon svg.accordion-icon-minus {
  opacity: 1;
  display: inline-flex;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item.active .accordion-item-header .accordion-icon svg.accordion-icon-plus {
  opacity: 0;
  display: none;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item.active .accordion-item-body {
  opacity: 1;
  max-height: 1000px;
}
@media (max-width: 768px) {
  .kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item {
    padding: 24px 0;
  }
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  cursor: pointer;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-header .accordion-icon {
  display: inline-flex;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-header .accordion-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  transition: opacity 0.3s ease;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-header .accordion-icon svg.accordion-icon-minus {
  opacity: 0;
  display: none;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-body {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-body .accordion-item-body-content-wrapper {
  padding: 24px 16px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-body .accordion-item-body-content-wrapper {
    padding: 16px 8px 0;
  }
}
.kcc-card-aside-accordion .kcc-card-aside-accordion-wrapper .sc-body .accordion-wrapper .accordion-item .accordion-item-body .accordion-item-body-content-wrapper p {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  color: #333333;
  padding-right: 24px;
}

.kcc-card-slides-products-card {
  background-color: #ffffff;
}
.kcc-card-slides-products-card .container {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .kcc-card-slides-products-card .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-header h2 {
    font-size: 22px;
  }
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper {
  position: relative;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  min-height: 600px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-img {
  display: flex;
  justify-content: center;
  padding: 24px;
}
@media (max-width: 768px) {
  .kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-img {
    padding: 16px;
  }
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-img img {
  border-radius: 4px;
  max-width: 316px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text {
    padding: 0 16px;
  }
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper .product-card-text-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper .product-card-text-title-wrapper .product-card-text-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper .product-card-text-title-wrapper .product-card-text-title {
    font-size: 16px;
  }
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper .product-card-text-title-wrapper .product-card-text-subtitle {
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  color: #111111;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper .product-card-text-tags-wrapper {
  display: flex;
  gap: 4px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-header-wrapper .product-card-text-tags-wrapper .product-card-text-tag {
  border-radius: 100px;
  padding: 6px 12px;
  background-color: #e8e4e4;
  font-weight: 500;
  font-size: 8px;
  line-height: 170%;
  color: #6f5f5e;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-content-wrapper .product-card-text-content-item {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-content-wrapper .product-card-text-content-item .product-card-text-content-item-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-content-wrapper .product-card-text-content-item .product-card-text-content-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-content-wrapper .product-card-text-content-item .product-card-text-content-item-text {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #111111;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-body .product-card-text .product-card-text-content-wrapper .product-card-text-content-item .product-card-text-content-item-text strong {
  font-weight: 700;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-content {
  background-color: #fffcee;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #ebebeb;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-content .product-card-footer-img img {
  max-height: 66px;
  width: auto;
  display: block;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-content .product-card-footer-text {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #111111;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-content .product-card-footer-text strong {
  font-weight: 700;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #6f5f5e;
  cursor: pointer;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-link:hover svg {
  transform: translateX(5px);
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .product-card-wrapper .product-card-footer .product-card-footer-link svg {
  transition: all 0.3s ease-in-out;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-pagination {
  margin-top: 24px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #e0e0e0;
  margin: 0 12px;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.kcc-card-slides-products-card .kcc-card-slides-products-card-wrapper .sc-body .products-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #6f5f5e;
  background-color: #6f5f5e;
}

.kcc-card-slides-article-card {
  background-color: #f7f7f7;
}
.kcc-card-slides-article-card .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper {
    gap: 16px;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header {
    flex-direction: column;
    gap: 8px;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header h2 {
    font-size: 22px;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header .seemore-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #6f5f5e;
  cursor: pointer;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header .seemore-btn:hover svg {
  transform: translateX(5px);
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-header .seemore-btn svg {
  transition: all 0.3s ease-in-out;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide {
    width: 100%;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper:hover .article-card-img img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper {
    max-width: unset;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-img {
  overflow: hidden;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: #ffffff;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-body .article-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-body .article-card-content .article-date {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #b7b0a9;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-body .article-card-content .article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #111111;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-body .article-card-tags-wrapper {
  display: flex;
  gap: 8px;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-inner-wrapper .swiper .swiper-slide .article-card-wrapper .article-card-body .article-card-tags-wrapper .article-card-tag {
  background-color: #e8e4e4;
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 8px;
  line-height: 150%;
  color: #6f5f5e;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-pagination {
    display: block;
    margin-top: 16px;
    z-index: 8;
  }
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  margin: 0 12px;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.kcc-card-slides-article-card .kcc-card-slides-article-card-wrapper .sc-body .article-card-swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6f5f5e;
}

.kcc-card-slicers {
  position: relative;
  background-color: #272931;
}
.kcc-card-slicers::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #272931;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  cursor: default;
}
@media (max-width: 768px) {
  .kcc-card-slicers::before {
    background-color: #272931;
  }
}
.kcc-card-slicers .container {
  padding-block: 80px;
}
@media (max-width: 768px) {
  .kcc-card-slicers .container {
    padding-block: 64px;
  }
}
.kcc-card-slicers .card-slicers-header {
  text-align: center;
  margin-bottom: 40px;
}
.kcc-card-slicers .card-slicers-header .txt-benefit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #7e7261;
  margin-bottom: 12px;
}
.kcc-card-slicers .card-slicers-header .title-benefit {
  font-size: 32px;
  font-weight: 700;
  color: #d0a160;
}
@media (max-width: 768px) {
  .kcc-card-slicers .card-slicers-header .title-benefit {
    font-size: 24px;
  }
}
.kcc-card-slicers .card-slicers-items {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .kcc-card-slicers .card-slicers-items {
    flex-direction: column;
    gap: 16px;
  }
}
.kcc-card-slicers .card-slicers-items .card-slicers-item:nth-child(2), .kcc-card-slicers .card-slicers-items .card-slicers-item:nth-child(4) {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .kcc-card-slicers .card-slicers-items .card-slicers-item:nth-child(2), .kcc-card-slicers .card-slicers-items .card-slicers-item:nth-child(4) {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .kcc-card-slicers .card-slicers-items .card-slicers-item {
    display: flex;
    gap: 16px;
  }
}
.kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-img {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-img {
    margin-bottom: 0;
  }
}
.kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-img img {
  width: 100%;
  max-width: 267px;
}
@media (max-width: 768px) {
  .kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-img img {
    width: 150px;
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
  }
}
.kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-content .item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 16px;
}
.kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-content .see-more {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #d0a160;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-content .see-more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 21px;
  background-image: url("../../../ic-asset/img/icon/seemore-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.kcc-card-slicers .card-slicers-items .card-slicers-item .card-slicers-item-content .see-more:hover::after {
  transform: translateX(5px);
}

.kcc-card-privilege-banner {
  position: relative;
  background-color: #343741;
}
.kcc-card-privilege-banner::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #343741;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  cursor: default;
}
@media (max-width: 768px) {
  .kcc-card-privilege-banner::before {
    background-color: #343741;
  }
}
.kcc-card-privilege-banner .container {
  padding-bottom: 80px;
}
.kcc-card-privilege-banner .privilege-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url("../../img/pages/private-banking-card/privilege-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 64px 40px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .kcc-card-privilege-banner .privilege-box {
    background-image: url("../../img/pages/private-banking-card/privilege-bg-mb.png");
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    padding: 24px 24px;
    min-height: 400px;
  }
}
.kcc-card-privilege-banner .privilege-box .privilege-content {
  width: 50%;
  color: #fff;
}
.kcc-card-privilege-banner .privilege-box .privilege-content .privilege-title {
  font-size: 24px;
  color: #d0a160;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  .kcc-card-privilege-banner .privilege-box .privilege-content .privilege-title {
    font-size: 18px;
  }
}
.kcc-card-privilege-banner .privilege-box .privilege-content .privilege-desc {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .kcc-card-privilege-banner .privilege-box .privilege-content .privilege-desc {
    font-size: 13px;
  }
}
.kcc-card-privilege-banner .privilege-box .privilege-content .all-privilege-btn {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  width: 260px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.kcc-card-privilege-banner .privilege-box .privilege-content .all-privilege-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .kcc-card-privilege-banner .privilege-box .privilege-content .all-privilege-btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kcc-card-privilege-banner .privilege-box .privilege-content {
    width: 100%;
    text-align: center;
  }
}

.kcc-card-contact-banner {
  display: flex;
  align-items: center;
  background-image: url("../../img/pages/private-banking-card/card-contact-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .container {
    padding-top: 64px;
  }
}
.kcc-card-contact-banner .contact-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.kcc-card-contact-banner .contact-flex .contact-detail {
  flex: 0 0 50%;
  padding-block: 8px;
}
.kcc-card-contact-banner .contact-flex .contact-detail .contact-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #d0a160;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .contact-detail .contact-title {
    font-size: 22px;
  }
}
.kcc-card-contact-banner .contact-flex .contact-detail .contact-desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .contact-detail .contact-desc {
    font-size: 14px;
  }
}
.kcc-card-contact-banner .contact-flex .contact-detail .phone-call {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .contact-detail .phone-call {
    font-size: 24px;
  }
}
.kcc-card-contact-banner .contact-flex .contact-detail .contact-note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #9a9a9a;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .contact-detail .contact-note {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .contact-detail {
    flex: 1 1 100%;
    text-align: center;
  }
}
.kcc-card-contact-banner .contact-flex .card-image {
  flex: 0 0 50%;
  text-align: right;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .card-image {
    flex: 1 1 100%;
    text-align: center;
    padding: 95px 0 64px 0;
  }
}
.kcc-card-contact-banner .contact-flex .card-image img {
  width: 100%;
  max-width: 372px;
  height: auto;
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex .card-image img {
    max-width: 193px;
  }
}
@media (max-width: 768px) {
  .kcc-card-contact-banner .contact-flex {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .kcc-card-contact-banner {
    background-image: url("../../img/pages/private-banking-card/card-contact-bg-mb.png");
  }
}

/*# sourceMappingURL=icw-global-components.css.map */
