/* common */
app-header { z-index: 12; display: block; position: relative; width: 100%; }
html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-stopped .os-scrollbar { display: none; }
.lenis.lenis-scrolling iframe { pointer-events: none; }
html.sr .load-hidden { visibility: hidden; }
.document-loaded .main { animation: mainFadeIn .65s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards; }
.main { position: relative; border-radius: 0 0 var(--radius) var(--radius); }
.modal-video-body { max-width: 1340px; }
[data-scroll-y="false"] { overflow-y: hidden; }
[role="button"] { cursor: pointer; }
.lenis-stopped[data-overlayscrollbars-viewport~=overflowYScroll] { overflow-y: hidden !important; }
.blind { position: absolute; width: 1px; height: 1px; clip-path: rect(0 0 0 0); overflow: hidden; }
.inner { position: relative; margin-right: auto; margin-left: auto; padding-right: 100px; padding-left: 100px; width: 100%; }
.inner-small { max-width: 1480px; }
.image-wrap { position: relative; }
.image-wrap::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* .heading { color: var(--heading); } */
.color-black { color: var(--clr-black) !important; }
.color-dark { color: var(--clr-black) !important; }
.color-primary { color: var(--clr-primary) !important; }
.color-secondary { color: var(--clr-secondary) !important; }
.color-red { color: var(--clr-primary) !important; }
.color-blue { color: var(--clr-blue) !important; }
.bg-light { background-color: #fff !important; }
.bg-gray { background-color: var(--background) !important; }
.bg-dark { background-color: #272B31 !important; }
.align-top { vertical-align: top; }
.word-break-all { word-break: break-all; }
.text-justify { text-align: justify !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.fw-light { font-weight: 200 !important; }
.fw-bold { font-weight: bold !important; }
.fw-normal { font-weight: 400 !important; }
.fw-medium { font-weight: 500 !important; }
.fw-semibold { font-weight: 600 !important; }
.font-display { font-family: 'DM Sans'; }
.font-secondary { font-family: 'Inter'; }
.font-italic { font-style: italic; }
.justify-content-center { justify-content: center; }
.w-auto { width: auto; }
.d-none { display: none !important; }
.indent-1 { text-indent: 1em; }
.indent-2 { text-indent: 2em; }
.border-0 { border: none !important; }
.letter-spacing { letter-spacing: 0.05em; }
.text-link { text-decoration: underline !important; text-underline-offset: 0.25em; }
.text-link .icon-certify { margin-left: 0.25em; width: 1em; height: 1em; }
.text-link .icon-certify::before { background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.75' y='1.75' width='16.5' height='16.5' rx='8.25' stroke='%2347CE78' stroke-width='1.5'/%3E%3Cpath d='M6 10.0833L8.94737 13L14 8' stroke='%2347CE78' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
.mo { display: none !important; }
@media (hover: hover) and (pointer: fine) {
    .text-link:hover { color: var(--clr-primary); }
    /* .text-link:hover .icon-certify::before { background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.75' y='1.75' width='16.5' height='16.5' rx='8.25' stroke='%23FCAF17' stroke-width='1.5'/%3E%3Cpath d='M6 10.0833L8.94737 13L14 8' stroke='%23FCAF17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); } */
}
@media screen and (min-width: 1025px) {
    .main { min-height: calc(100vh - 377px); }
}
@media screen and (max-width: 1024px) {
    .main { min-height: calc(100vh - 263px); }

    .pc { display: none !important; }
}
@media screen and (max-width: 768px) {
    .main { min-height: calc(100vh - 212px); }
}
@media screen and (max-width: 500px) {
    .mo { display: block !important; }
    .sp { display: none; }
}

.backdrop { z-index: 4; position: fixed; inset: 0; background: rgba(51, 56, 60, 0.4); backdrop-filter: blur(12px); opacity: 0; }

.swiper-slide { box-sizing: border-box; }
.swiper-scrollbar { background: #D9D9D9; }
.swiper-scrollbar-drag { background: var(--clr-primary); }
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal { left: 0; right: 0; bottom: 0; width: 100%; height: 4px; }
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after { content: none; }
.swiper-button-next,
.swiper-button-prev { width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: 100% auto; }
.swiper-button-next { right: 0; background-image: url('/theme/basic/images/slide-next.svg'); }
.swiper-button-prev { left: 0; background-image: url('/theme/basic/images/slide-prev.svg'); }
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction { display: flex; align-items: center; justify-content: center; bottom: 0; }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px; }
.swiper-pagination-bullet-active { background: var(--clr-primary); }
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal { z-index: 2; }
.swiper-lazy-preloader { border: 4px solid#ffffff; border-top-color: transparent; }
@media screen and (max-width: 1024px) {
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal { height: 3px; }

    .mobile-scroll { overflow: visible; position: relative; padding-bottom: 20px; }
    .mobile-scroll .swiper-slide { flex: 1 0 auto; width: auto; }
	.mobile-scroll .table {table-layout: auto;}
    .mobile-scroll .image-wrap img { max-width: none; width: 1000px; }
}
@media screen and (max-width: 768px) {
    .mobile-scroll { padding-bottom: 14px; }
    /* .mobile-scroll { overflow: visible; position: relative; padding-bottom: 25px; }
    .mobile-scroll img { max-width: none; } */
}
@media screen and (max-width: 684px) {
    /* .mobile-scroll .swiper-slide { min-width: 550px; width: auto; } */
}


/* Cursor */
@media (hover: hover) and (pointer: fine) {
    .cursor { z-index: 100; position: fixed; top: 0; left: 0; margin: -60px 0 0 -60px; pointer-events: none; }
    .cursor-wrap { width: 100%; height: 100%; width: 120px; height: 120px; background: rgba(0, 0, 0, .3); border-radius: 50%; opacity: 0; transition: all ease .15s; pointer-events: none }
    .cursor .drag { display: flex; align-items: center; justify-content: center; position: relative; width: 100%; height: 100%; text-align: center; font-size: 1.6rem; font-weight: 600; color: #fff; pointer-events: none }
    /* .cursor .drag::before,
    .cursor .drag::after { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
    .cursor .drag::before { left: 14px; background-image: url('/theme/basic/images/chevron-left-light.svg'); }
    .cursor .drag::after { right: 14px; background-image: url('/theme/basic/images/chevron-right-light.svg'); } */
	.cursor[data-cursor-state="on"] .cursor-wrap { transform: none; opacity: 1; }
}
@media screen and (max-width: 1024px) {
	.cursor { display: none; }
}


.check { display: inline-flex; align-items: center; position: relative; user-select: none; }
.check label { padding-left: 12px; font-size: 1.6rem; color: var(--clr-black); cursor: pointer; }
.check i { flex-shrink: 0; display: inline-block; vertical-align: middle; position: relative; width: 24px; height: 24px; border-radius: 50%; pointer-events: none; }
.check i::before,
.check i::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: auto 100%; background-position: center; border-radius: 50%; }
/* .check i::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/theme/basic/images/checked.svg'); background-size: auto 100%; background-position: center; } */
.check i::after { background-repeat: no-repeat; border: 1px solid var(--clr-primary); background-color: var(--clr-primary); background-image: url('/theme/basic/images/checked-light.svg'); transition: all ease .1s; opacity: 0; }
.check i::before { background-color: #ffffff; border: 1px solid #DDDDDD; }
.check input[type="checkbox"] { z-index: 2; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 24px; height: 24px; color: #fff; opacity: 0; cursor: pointer; }
.check input[type="checkbox"]:checked ~ i::after { opacity: 1; }
.check input[type="checkbox"]:focus ~ i { outline: 2px solid var(--clr-primary); }
.check a { display: inline-block; margin-left: 8px; font-size: 1.6rem; color: var(--clr-black); text-decoration: underline; text-underline-offset: 0.25em; }
.check a span { vertical-align: baseline; }
.check-light label { color: #fff; cursor: pointer; }
.check-light i::after { background-color: rgba(255, 255, 255, 0.2); border-color: transparent; background-image: url('/theme/basic/images/check-light.svg'); opacity: 1; }
.check-light i::before { background-color: rgba(255, 255, 255, 0.2); border-color: transparent; }
.check-round i { width: 20px; height: 20px; }
.check-round i::before,
.check-round i::after { border-radius: 50%; }
.check-round i::before { background-image: none; border-color: #B3B3B3; }
.check-round i::after { background-image: url('/theme/basic/images/checked-light.svg'); background-color: var(--clr-primary); background-size: auto 66%; }
.check-light input[type="checkbox"]:checked ~ i::after { background-color: var(--clr-primary); }
.radio { display: inline-flex; align-items: center; position: relative; user-select: none; }
.radio label { padding-left: 10px; font-size: 1.6rem; color: #3d3d40; cursor: pointer; }
.radio i { flex-shrink: 0; display: inline-block; vertical-align: middle; position: relative; width: 24px; height: 24px; pointer-events: none; border-radius: 50%; }
.radio i::before,
.radio i::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; }
.radio i::after { padding: 4px; background: var(--clr-primary) url('/theme/basic/images/checked-light.svg') no-repeat center / auto 70%; opacity: 0; }
.radio i::before { background: #fff; border: 1px solid #dddddd; }
.radio input[type="radio"] { z-index: 2; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; min-width: auto !important; width: 24px; height: 24px; color: #fff; opacity: 0; cursor: pointer; }
.radio input[type="radio"]:checked ~ i::after { opacity: 1; }
/* .radio input:checked ~ label { color: #000; } */
.radio-round i { width: 20px; height: 20px; }
.radio-round i::before,
.radio-round i::after { border-radius: 50%; }
.radio-round i::before { background-image: none; border-color: #B3B3B3; }
.radio-round i::after { background-image: url('/theme/basic/images/checked-light.svg'); background-color: var(--clr-primary); background-size: auto 66%; }
.radio-wrap .radio { margin-right: 30px; }
.radio-wrap .radio:last-child { margin-right: 0; }
.input-group { display: flex; flex-wrap: wrap; align-items: center; margin: -4px -5px; }
.input-group.radio-box { margin: 0; padding: 10px 20px; min-height: 65px; border: 1px solid var(--border); border-radius: 8px; }
.input-group + .check { margin-top: 14px; }
.input-group .button { padding-top: 8px; padding-bottom: 8px; width: 140px; text-align: center; font-size: inherit; }
.input-group .check:not(.check-only),
.input-group .radio { margin: 4px 36px 4px 4px; }
.input-group .col { padding: 5px; }
.input-group .col.auto { flex-grow: 0 !important; }
.input-group.tel { width: 100%; }
.input-group.tel .col { flex: 1 1; }
.input-group.tel .input,
.input-group.tel .select { min-width: auto; width: 100%; }
.input-group.email .col { flex: 1 1; }
.input-group.email .col:first-child input { width: 100%; }
.input-group.email .col:nth-child(2) { flex: 0 0; }
/* .input-group.email input,
.input-group.email select { min-width: 280px; } */
.input-group.regi { max-width: 600px; }
.input-group.regi .col { flex: 1 1; }
.input-group.regi .col:nth-child(2) { flex: 0 0 auto; }
.input-group.regi .col:nth-child(4) { flex: 0 0 140px; width: 100%; }
.input-group.regi .col:nth-child(4) .button { width: 100%; }
.input-group.regi .input,
.input-group.regi .select { width: 100%; }
.input-group.auto .col { flex: 1 1 auto; }
.input-group.auto .input,
.input-group.auto .select,
.input-group.auto textarea { width: 100%; }
.input-group p { margin: 6px; }

.mobile-scroll-container img { max-width: 100%; }
@media (hover: hover) and (pointer: fine) {
    .floating:hover { transform: scale(1.1); }
    .floating:hover .floating-wrap { box-shadow: -3px 3px 14px 0px rgba(234, 0, 44, 0.5), 3px -3px 14px 0px rgb(255, 121, 0, 0.5); }

    /* .check a:hover { color: var(--clr-black); } */
}
@media screen and (max-width:1024px){
    .inner { padding-right: 0; padding-left: 0; width: 90%; }
    .image-wrap.border:not(.full) { padding: 60px; }

    .floating-container { right: 5%; }
    .floating-wrap { margin-bottom: 15px; width: 75px; height: 75px; }
    .floating .icon { margin-bottom: 5px; width: 35px; height: 20px; }
    .floating .text { font-size: 1.2rem; }

    .mobile-scroll-container { overflow: visible; position: relative; padding-bottom: 12px; }
    .mobile-scroll-container .swiper-slide { width: auto; }
    .mobile-scroll-container .image-wrap img { max-width: none; width: 1000px; }

    .scroll-top a { width: 55px; height: 55px; }

    .radio i,
    .check i { width: 22px; height: 22px; }
    .radio label,
    .check label { font-size: 1.5rem; }
    .radio a,
    .check a { font-size: 1.5rem; }
    .input-block-group .radio-block label { font-size: 1.6rem; }
    .check i::before,
    .check i::after { background-size: auto 120%; }

	.input-group { margin: -4px; }
	.input-group .col { flex: 1 1 auto; padding: 4px; }
	.input-group.radio-box { padding: 10px; }
	.input-group .check,
	.input-group .radio { margin: 4px 24px 4px 4px; }
    .input-group.tel { max-width: none; }
	.input-group.email .col { flex-basis: 0; }
	.input-group.email .col:nth-child(2) { flex-grow: 0; }
	.input-group.email .col .select { width: 100%; }
}
@media screen and (max-width:768px){
    .image-wrap.border:not(.full) { padding: 24px; }

    .floating-container { bottom: 25px; }
    .scroll-top { bottom: 15px; }
    .scroll-top a { width: 45px; height: 45px; }

    .radio i,
    .check i { width: 20px; height: 20px; }
    .radio label,
    .check label { padding-left: 6px; font-size: 1.4rem; }
    .radio a,
    .check a { font-size: 1.4rem; }
    .input-block-group .radio-block label { font-size: 1.4rem; }

    .input-group.email .col:last-child { flex-basis: 100%; }
}


/* Icons */
.icon { z-index: 2; position: relative; display: inline-block; vertical-align: middle; width: 24px; height: 24px; transition: filter ease .15s; }
.icon::before { content: ''; display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 100%; transition: all ease .15s; }
.icon-chevron-left::before { background-image: url('/theme/basic/images/chevron-left.svg'); }
.icon-check-light::before { background-image: url('/theme/basic/images/check-light.svg'); }
.icon-x::before { background-image: url('/theme/basic/images/x.svg'); }
.icon-x-light::before { background-image: url('/theme/basic/images/x-light.svg'); }
.icon-chevron-right::before { background-image: url('/theme/basic/images/chevron-right.svg'); }
.icon-chevron-left-light::before { background-image: url('/theme/basic/images/chevron-left-light.svg'); }
.icon-chevron-right-light::before { background-image: url('/theme/basic/images/chevron-right-light.svg'); }
.icon-rotate-cw::before { background-image: url('/theme/basic/images/icon-rotate-cw.svg'); }
.icon-upload::before { background-image: url('/theme/basic/images/upload.svg'); }
.icon-danger::before { background-image: url('/theme/basic/images/danger.svg'); }
.icon-option::before { background-image: url('/theme/basic/images/option-light.svg'); }
.icon-download::before { background-image: url('/theme/basic/images/download.svg'); }
.icon-download-light::before { background-image: url('/theme/basic/images/download-light.svg'); }
.icon-arrow-long-right-light::before { background-image: url('/theme/basic/images/arrow-long-right-light.svg'); }
.icon-headphone::before { background-image: url('/theme/basic/images/headphone.svg'); }
.icon-user::before { background-image: url('/theme/basic/images/user.svg'); }
.icon-pin::before { background-image: url('/theme/basic/images/pin.svg'); }
.icon-pin-light::before { background-image: url('/theme/basic/images/pin-light.svg'); }
.icon-search-light::before { background-image: url('/theme/basic/images/search-light.svg'); }
.icon-plus::before { background-image: url('/theme/basic/images/plus.svg'); }
.icon-plus-light::before { background-image: url('/theme/basic/images/plus-light.svg'); }
.icon-rotate::before { background-image: url('/theme/basic/images/rotate.svg'); }
.icon-home::before { background-image: url('/theme/basic/images/home.svg'); }
.icon-external-link::before { background-image: url('/theme/basic/images/external-link.svg'); }
.icon-external-link-light::before { background-image: url('/theme/basic/images/external-link-light.svg'); }
.icon-external-link-primary::before { background-image: url('/theme/basic/images/external-link-primary.svg'); }
.icon-medicine::before { background-image: url('/theme/basic/images/medicine.svg'); }
.icon-medicine-light::before { background-image: url('/theme/basic/images/medicine-light.svg'); }
.icon-message::before { background-image: url('/theme/basic/images/message.svg'); }
.icon-message-light::before { background-image: url('/theme/basic/images/message-light.svg'); }
.icon-tel::before { background-image: url('/theme/basic/images/tel.svg'); }
.icon-fax::before { background-image: url('/theme/basic/images/fax.svg'); }
.icon-copy::before { background-image: url('/theme/basic/images/copy.svg'); }
.icon-map::before { background-image: url('/theme/basic/images/map.svg'); }
.icon-play-primary::before { background-image: url('/theme/basic/images/play-primary.svg'); }
.icon-instagram-primary::before { background-image: url('/theme/basic/images/instagram-primary.svg'); }
.icon-share-primary::before { background-image: url('/theme/basic/images/share-primary.svg'); }
.icon-instagram-light::before { background-image: url('/theme/basic/images/instagram-light.svg'); }
.icon-youtube-light::before { background-image: url('/theme/basic/images/youtube-light.svg'); }
.icon-external-light::before { background-image: url('/theme/basic/images/external-light.svg'); }
.icon-triangle-up-light::before { background-image: url('/theme/basic/images/triangle-up-light.svg'); }
.icon-building::before { background-image: url('/theme/basic/images/building.svg'); }
.icon-arrow-right::before { background-image: url('/theme/basic/images/arrow-right.svg'); }
.icon-arrow-right-light::before { background-image: url('/theme/basic/images/arrow-right-light.svg'); }
.icon-home-light::before { background-image: url('/theme/basic/images/home-light.svg'); }
.icon-help-circle::before { background-image: url('/theme/basic/images/help-circle.svg'); }
.icon-flag-kor::before { background-image: url('/theme/basic/images/flag-kor.svg'); }
.icon-flag-vnm::before { background-image: url('/theme/basic/images/flag-vnm.svg'); }
@media (hover: hover) and (pointer: fine) {
    .button:hover .icon-chevron-right::before { background-image: url('/theme/basic/images/chevron-right-light.svg'); }
    .button:hover .icon-upload::before { background-image: url('/theme/basic/images/upload-light.svg'); }
    .button:hover .icon-download::before { background-image: url('/theme/basic/images/download-light.svg'); }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}


/* Button */
.button { overflow: hidden; display: inline-flex; align-items: center; justify-content: center; position: relative; padding-right: 32px; padding-left: 32px; height: 60px; line-height: 60px; font-size: 1.7rem; font-weight: 500; color: var(--clr-black); background: transparent; border: 1px solid transparent; border-radius: 0; transition-property: border, color, background; transition-timing-function: ease; transition-duration: .15s; }
.button::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; transform: scaleX(0); transform-origin: left; transition: transform ease .2s; }
.button span { display: block; z-index: 2; position: relative; }
.button .icon { margin-right: -0.5em; width: 24px; height: 24px; }
.button .icon:last-child { margin-left: 0.5em; margin-right: -0.25em; }
.button .icon:first-child { margin-left: -0.25em; margin-right: 0.625em; }
.button-center { justify-content: center; }
.button-large { line-height: 70px; height: 70px; }
.button-round { border-radius: 100px; }
.button-primary { color: #fff; background: var(--clr-primary); }
.button-primary::before { background: var(--clr-primary); }
.button-red { color: #fff; background: var(--clr-primary); }
.button-red::before { content: none; }
.button-arrow { overflow: hidden; display: inline-block; position: relative; padding-right: 60px; min-width: 220px; color: #fff; border: 1px solid #fff; transition: all ease .35s; }
.button-arrow::after { content: ''; position: absolute; top: 0; right: 30px; bottom: 0; margin: auto; display: block; width: 7px; height: 13px; background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7.7 12.9' enable-background='new 0 0 7.7 12.9' xml:space='preserve' stroke='%23111111'%3E%3Cg%3E%3Cpath stroke-width='1.8' stroke-miterlimit='10' d='M5.7,6.4'/%3E%3Cline stroke-width='1.8' stroke-linecap='square' stroke-linejoin='bevel' stroke-miterlimit='10' x1='1.3' y1='1.3' x2='6.4' y2='6.4'/%3E%3Cline stroke-width='1.8' stroke-linecap='square' stroke-linejoin='bevel' stroke-miterlimit='10' x1='1.3' y1='11.6' x2='6.4' y2='6.4'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; transition: background-image ease .15s; }
.button-gradient { color: #fff; background-image: linear-gradient(48deg, var(--clr-primary), #ff7900, #ff7900, var(--clr-primary)); background-size: 400% 100%; background-position: 0%; border-color: transparent; transition: background ease .3s; }
.button-light { color: var(--clr-primary); background: #fff; }
.button-dark { color: #fff; background: var(--clr-black); }
/* .button-border { color: var(--clr-black); background: transparent; border-color: #e5e5e5; } */
.button-border { text-align: center; border: 1px solid var(--border); }
.button-border::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #23323B; border-radius: 40px; transform: translateX(-101%); transform-origin: left; transition: transform ease .35s; }
.button-border-light { color: #fff; border-color: #fff; }
.button-border-dark { text-align: center; background: #fff; border: 1px solid var(--clr-black); }
/* .button-border-dark::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #23323B; border-radius: 40px; transform: translateX(-101%); transform-origin: left; transition: transform ease .35s; } */
.button-border-dark::before { content: none; }
.button-border-primary { color: var(--clr-primary); border-color: var(--clr-primary); }
.button-border-primary[aria-selected="true"] { color: #fff; background: var(--clr-primary); border-color: var(--clr-primary); }
.button-border-light-gray { color: #fff; background: transparent; border-color: rgba(255, 255, 255, 0.4); }
.button-border[aria-selected="true"] { color: #fff; background: var(--clr-primary); border-color: var(--clr-primary); }
.button-arrow[aria-selected="true"]::after { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7.7 12.9' enable-background='new 0 0 7.7 12.9' xml:space='preserve' stroke='%23ffffff'%3E%3Cg%3E%3Cpath stroke-width='1.8' stroke-miterlimit='10' d='M5.7,6.4'/%3E%3Cline stroke-width='1.8' stroke-linecap='square' stroke-linejoin='bevel' stroke-miterlimit='10' x1='1.3' y1='1.3' x2='6.4' y2='6.4'/%3E%3Cline stroke-width='1.8' stroke-linecap='square' stroke-linejoin='bevel' stroke-miterlimit='10' x1='1.3' y1='11.6' x2='6.4' y2='6.4'/%3E%3C/g%3E%3C/svg%3E"); }
.button-flip { line-height: inherit; }
.button-flip .textbox { overflow: hidden; display: flex; flex-direction: column; position: relative; height: 28px; }
.button-flip .textbox span { display: block; transition: transform ease .35s; }
.button-link { display: inline-flex; position: relative; padding-right: 32px; height: 24px; line-height: 24px; font-size: 1.6rem; font-weight: 500; color: var(--clr-black); }
.button-link::before,
.button-link::after { content: ''; position: absolute; top: 0; right: 0; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17L14 12.5L10 8' stroke='%2var(--clr-black)'/%3E%3C/svg%3E%0A"); transition: all ease .65s; }
.button-link::after { transform: translateX(-100%); opacity: 0; }
.button-link-light { display: inline-flex; position: relative; padding-right: 32px; height: 24px; line-height: 24px; font-size: 1.6rem; font-weight: 500; }
.button-link-light::before,
.button-link-light::after { content: ''; position: absolute; top: 0; right: 0; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17L14 12.5L10 8' stroke='white'/%3E%3C/svg%3E%0A"); transition: all ease .65s; }
.button-link-light::after { transform: translateX(-100%); opacity: 0; }
.button-white { color: #fff; }
.button-more { border-color: #fff; border-radius: 50px; }
.button-more svg { z-index: 2; position: relative; margin-left: 36px; transition: all ease .35s; }
.button-more::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; border-radius: 50px; transform: translateX(-100%); transition: transform ease .65s; }
.button.disabled { pointer-events: none; }
.button-border.disabled { color: #777 !important; }
.button-naver { color: #fff; background: #00c73c; }
.button-kakao { color: #3C1E1E; background: #ffde00; }
.button-naver::before,
.button-kakao::before { content: none; }
.button-naver svg,
.button-kakao svg { margin-right: 8px; }
.button.disabled { opacity: 0.4 !important; -moz-user-select: none; user-select: none; }
.button-icon .icon:last-child { margin-left: 30px; margin-right: -10px; width: 36px; height: 36px; }
.button-icon .icon::before { background-size: auto 150%; }

.link-button,
.link-button-light { display: inline-flex; align-items: center; justify-content: space-between; padding: 0 8px 0 20px; min-width: 150px; height: 50px; line-height: 50px; font-size: 1.6rem; font-weight: 600; background: #D8D3BE; border-radius: 8px; backdrop-filter: blur(30px); transition: all ease .15s; }
.link-button-light { background: rgba(255, 255, 255, .3); }
.link-button .icon,
.link-button-light .icon { margin-left: 15px; width: 36px; height: 36px; }
@media (hover: hover) and (pointer: fine) {
    /* .button:hover { background-color: rgba(25, 25, 25, 0.06); } */
    .button:hover::before { transform: none; }
    .button-hover:hover { color: var(--clr-primary); background-color: transparent; }
    .button-hover:hover .icon::before { background-image: url('/theme/basic/images/download-primary.svg'); }
    /* .button-primary:hover { background: var(--clr-primary-hover); } */
    .button-red:hover { background: var(--clr-primary-hover); }
    .button-dark:hover { background: #3a3a3f; }
    .button-light:hover { color: #fff; background-color: var(--clr-primary-hover); }
    .button-border:hover { color: #fff !important; background-color: var(--clr-black); border-color: var(--clr-black); }
    .button-border:hover .icon { filter: brightness(0) saturate(100%) invert(1); }
    .button-border-dark:hover { color: #fff; background-color: var(--clr-black); }
    /* .button-border-dark:hover::before { transform: none; } */
    .button-border-primary:hover { color: #fff; }
    .button-border-primary::before { background: var(--clr-primary); }
    .button-border-primary:hover::before { transform: none; }
    .button-border-light-gray:hover { background: var(--clr-primary); border-color: var(--clr-primary); }
    .button-arrow:hover { color: var(--clr-black); background: #fff; border-color: #fff; }
    .button-arrow:hover::after { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7.7 12.9' enable-background='new 0 0 7.7 12.9' xml:space='preserve' stroke='%23ffffff'%3E%3Cg%3E%3Cpath stroke-width='1.8' stroke-miterlimit='10' d='M5.7,6.4'/%3E%3Cline stroke-width='1.8' stroke-linecap='square' stroke-linejoin='bevel' stroke-miterlimit='10' x1='1.3' y1='1.3' x2='6.4' y2='6.4'/%3E%3Cline stroke-width='1.8' stroke-linecap='square' stroke-linejoin='bevel' stroke-miterlimit='10' x1='1.3' y1='11.6' x2='6.4' y2='6.4'/%3E%3C/g%3E%3C/svg%3E"); }
    .button-gradient:hover { background-position: 20%; }
    .button-border-light:hover { color: #fff !important; background: var(--clr-primary); border-color: var(--clr-primary); }
    .button-hover-white:hover { color: #151515; background: #fff;}
    .button-hover-primary:hover { color: #fff !important; background: var(--clr-primary) !important; }
    .button-hover-primary:hover * { color: inherit; }
    .button-light:hover .icon::before { filter: brightness(0) invert(1); }
    .button-light-border-hover:hover { background: var(--clr-primary); border-color: #fff; }
    .button-light-hover:hover { color: var(--clr-primary); background: #f7d4d6; border-color: #f7d4d6; }
    .button-flip:hover .textbox span { transform: translateY(-100%); }
    .button-more:hover::after { transform: none; }
    .button-more:hover svg { stroke: #151515; }
    .button-link:hover::before,
    .button-link-light:hover::before { transform: translateX(35%); opacity: 0; }
    .button-link:hover::after,
    .button-link-light:hover::after { transform: none; opacity: 1; }
    .button-naver:hover { background: #00c23a; }
    .button-kakao:hover { background: #f7d600; }

    .link-button-light:hover { background: var(--clr-primary) !important; }
}
@media screen and (max-width: 1024px) {
    .button { padding-right: 24px; padding-left: 24px; height: 50px; line-height: 50px; font-size: 1.5rem; }
    .button-arrow { padding: 12px 40px 12px 30px; }
    .button-link,
    .button-link-light { padding-right: 22px; font-size: 1.5rem; }
    .link-button,
    .link-button-light { font-size: 1.5rem; }
    .button-icon .icon:last-child { margin-left: 24px; margin-right: -8px; width: 30px; height: 30px; }
}
@media screen and (max-width: 768px) {
    .button { padding-right: 20px; padding-left: 20px; height: 45px; line-height: 45px; font-size: 1.4rem; }
    .button-link,
    .button-link-light { font-size: 1.4rem; }
    .button .icon { width: 20px; height: 20px; }
    .button-icon .icon:last-child { margin-left: 16px; }
}


/* Header */
.header { z-index: 11; position: fixed; top: 0; left: 0; width: 100%; height: 100px; transition-property: top; transition-duration: 0.35s; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.header-primary { z-index: 2; position: relative; height: 100%; color: #fff; transition-property: color, background, box-shadow; transition-duration: .35s, .35s, .35s; transition-timing-function: ease; }
.header-primary-wrap { position: relative; }
.header-primary .logo { z-index: 4; position: absolute; top: 35px; left: 0; width: 143px; height: 30px; }
.header-primary .logo::before,
.header-primary .logo::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/theme/basic/images/logo.svg'); background-repeat: no-repeat; background-position: center; background-size: auto 100%; transition: opacity ease .35s; }
.header-primary .logo::after { background-image: url('/theme/basic/images/logo-text-light.svg'); opacity: 0; }
.header-primary .gnb { position: relative; }
.header-primary .hamburger,
.header-primary .gnb .close { transition: all ease .15s; }
.header-primary .hamburger { display: none; position: absolute; top: 22px; right: 40px; width: 50px; height: 50px; }
.header-primary .hamburger a { display: block; position: relative; padding: 10px; width: 100%; height: 100%; }
.header-primary .hamburger .svg { fill: currentColor; }
.header-primary .hamburger .svg path { stroke: currentColor; stroke-linejoin: round; stroke-width: 2px; }
.header-primary .hamburger .circle { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 26px; height: 0; background: #fff; border: none; }
.header-primary .hamburger .circle::before,
.header-primary .hamburger .circle::after { content: ''; position: absolute; width: 100%; height: 2px; background: #fff; }
.header-primary .hamburger .circle::before { top: -7px; }
.header-primary .hamburger .circle::after { top: 0px; }
.header-primary .gnb .depth1 { display: flex; }
.header-primary .gnb .depth1 > li { position: relative; }
.header-primary .gnb .depth1 .title { display: flex; align-items: center; justify-content: center; position: relative; height: 100px; font-size: 1.8rem; text-align: center; color: inherit; font-weight: 600; }
.header-primary .gnb .sub-menu { padding: 20px 25px; }
.header-primary .gnb .sub-menu .name { margin-bottom: 12px; font-size: 2rem; font-weight: 600; }
.header-primary .gnb .depth2 { height: 100%; transition: background ease .35s; }
.header-primary .gnb .depth2 > li > a { display: inline-block; padding: 5px 0; font-size: 1.6rem; font-weight: 500; background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px); background-size: 0% 100%; background-position: 0px -5px; background-repeat: no-repeat; transition: background-size .3s; }
.header-primary .gnb .depth2 > li > a .icon { margin-top: -0.25em; margin-left: 0.25em; width: 20px; height: 20px; }
.header-primary .gnb .depth2 > li > a .icon::before { transition-duration: 0s; }
.header-primary .gnb .close { display: none; position: fixed; top: 8px; margin: auto; }
.header-primary .gnb .close a { display: block; width: 100%; height: 100%; }
.header-primary .gnb .close .circle { display: block; position: relative; width: 100%; height: 100%; border: none; border-radius: 50%; }
.header-primary .gnb .close .circle::before,
.header-primary .gnb .close .circle::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 22px; height: 2px; background: var(--clr-black); transition: background ease .35s; }
.header-primary .gnb .close .circle::before { transform: rotate(45deg); }
.header-primary .gnb .close .circle::after { transform: rotate(-45deg); }
.header-primary .social-menu-button .item { z-index: 3; position: absolute; top: 25px; right: -6px; padding: 6px; width: 50px; height: 50px; color: inherit; }
.header-primary .social-menu-button .item .svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.header-primary .social-menu-button .item .svg path { stroke: currentColor; stroke-linejoin: round; stroke-width: 2px; }
/* .header-side { display: flex; align-items: center; z-index: 3; position: absolute; top: 20px; right: 0; }
.header-side .button { margin-left: 10px; }
.header-side .button-solid { padding: 0; height: 50px; line-height: 50px; font-size: 1.4rem; font-weight: 400; color: inherit; background: transparent; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 50px; }
.header-side .button-solid span { padding: 0 18px; font-family: var(--font-display); }
.header-side .button-solid .icon { margin-right: 0; width: 100%; height: 100%; } */
.header-side { z-index: 4; position: absolute; top: 0; right: 0; }
.header-side .button { margin-left: 12px; padding: 0 16px; height: 40px; font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; }
.header-side .button:first-child { margin-left: 0; }
.header-side .button-border-light:not(:hover) { border-color: rgba(255, 255, 255, .2); }
.header-side .button .icon { width: 16px; height: 16px; }
.header__right { z-index: 3; position: absolute; top: 0; right: 0; }
.header-language { position: relative; }
.header-language .flag { display: block; margin-top: -2px; margin-right: 5px; width: 20px; height: 20px; }
.header-language .flag .icon { width: 100%; height: 100%; border: 1px solid var(--border); border-radius: 50%; }
.header-language .svg { margin-right: 6px; width: 24px; height: 24px; fill: none; }
.header-language .svg path { stroke: currentColor; }
.header-language .arrow { margin-left: 10px; width: 8px; height: auto; fill: none; }
.header-language .arrow path { fill: currentColor; }
.header-language__current { display: flex; align-items: center; position: relative; min-width: 64px; line-height: 1; text-align: left; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: inherit; }
.header-language__list { position: absolute; left: 50%; top: 35px; margin-top: 5px; padding: 6px 0; width: 115px; background: var(--clr-primary); transform: translateX(-50%); visibility: hidden; opacity: 0; transition: all ease .1s; }
/* .header-language__list::before { content: ''; z-index: -1; position: absolute; top: -5px; left: 0; right: 0; margin: auto; width: 10px; height: 10px; background: #fff; border: 1px solid #555; transform: rotate(45deg); } */
/* .header-language__item { background: #fff; } */
.header-language__link { display: block; padding: 10px 0 10px 30px; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: #fff; transition: all ease .15s; }
.header-language__link .icon { margin: -2px 5px 0 -5px; width: 20px; height: 20px; }
.header-language__current[aria-expanded="true"] + ul { visibility: visible; opacity: 1; }
/* .header-language__current[aria-expanded="true"] .arrow { transform: scaleY(-1); } */

.header-search-handler { display: none; z-index: 10; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, .5); opacity: 0; visibility: hidden; }
.header-search-handler-wrapper { position: relative; top: 0; padding: 80px 60px; background: #F7F7F7; }
.header-search-handler form { display: block; width: 100%; }
.header-search-handler .heading { margin-bottom: 20px; text-align: center; font-size: 3.6rem; font-weight: 700; color: var(--clr-black); }
.header-search-handler .input-group { position: relative; margin: auto; max-width: 780px; background: #fff; border: 1px solid #ddd; border-radius: 55px; }
.header-search-handler .input-group .search { position: absolute; top: 0; right: 0; width: 80px; height: 100%; background: url('/theme/basic/images/search.svg') no-repeat center / auto 46%; }
.header-search-handler .input-group .input { padding-right: 100px; padding-left: 20px; width: 100%; height: 55px; font-size: 1.6rem; font-weight: 400; background: transparent; border: none; outline: none; }
.header-search-handler .close { position: absolute; top: 24px; right: 120px; width: 55px; height: 55px; background: url('/theme/basic/images/x.svg') no-repeat center / auto 60%; }

.header-link { margin-top: 15px; margin-right: -10px; display: flex; align-items: center; }
.header-link .item { margin: 0 3px; padding: 8px; width: 50px; height: 50px; }
.header-link .item .svg { display: block; width: 100%; height: 100%; fill: currentColor; }

.social-menu { z-index: 5; position: fixed; top: 0; left: 0; padding-top: 80px; width: 100%; height: 100%; color: var(--clr-black); background: transparent; opacity: 0; visibility: hidden; }
.social-menu-wrap { overflow-x: hidden; overflow-y: auto; height: 100%; }
.social-menu-inner { margin: auto; padding: 40px 0 60px; width: 90%; max-width: 1500px; }
.social-menu .heading { margin-bottom: 84px; line-height: 1.1; text-align: center; font-family: var(--font-display); font-size: 7rem; font-weight: 900; color: var(--clr-primary); }
.social-menu-card { display: flex; justify-content: space-between; padding: 80px 100px; background: #fff; border-radius: 24px; }
.social-menu-section { width: 20%; }
.social-menu-heading { margin-bottom: 32px; padding-bottom: 16px; font-size: 2.4rem; font-weight: 600; color: var(--clr-black); border-bottom: 1px solid var(--border); transition: color ease .15s; }
.social-menu-item { display: flex; justify-content: space-between; margin-bottom: 24px; }
.social-menu-item:last-child { margin-bottom: 0; }
.social-menu-title { margin-right: 20px; width: 80px; font-size: 1.6rem; font-weight: 600; color: var(--clr-black); transition: color ease .15s; }
.social-menu-child { flex: 1 1 auto; }
.social-menu-child .item { margin-bottom: 4px; font-size: 1.6rem; color: #767676; white-space: nowrap; transition: color ease .15s; }
.social-menu-child .item:last-child { margin-bottom: 0; }
.social-menu-child .item .icon { margin-top: -0.25em; margin-left: 0.25em; width: 20px; height: 20px; opacity: 0.56; transition: opacity ease .15s; }
.social-foot-text { margin-top: 40px; text-align: center; font-size: 1.6rem; color: #fff; }
.social-menu .social-menu-close { position: absolute; top: 0; left: 0; right: 0; margin: auto; max-width: var(--inner-lg); width: 90%; }
.social-menu .social-menu-close .item { z-index: 3; position: absolute; top: 15px; right: -6px; padding: 6px; width: 80px; height: 80px; color: inherit; }
.social-menu .social-menu-close .svg circle { fill: transparent; }
.social-menu .social-menu-close .svg path { stroke: #fff; }
/* [data-hamburger="opened"] .header-primary { background: var(--clr-primary); } */
[data-header-menu="true"] .header-primary,
[data-header-theme="dark"] .header-primary,
/* [data-header-sticky="true"] .header-primary, */
[data-header-theme="light"] .header-primary,
[data-header-theme="light"][data-header-expanded="true"] .header-primary,
[data-header-theme="transparent"][data-header-expanded="true"] .header-primary { color: var(--clr-black); background: #fff; }

[data-header-theme="transparent"][data-header-expanded="true"] .header-primary .logo::before { opacity: 1; }
[data-header-theme="transparent"][data-header-expanded="true"] .header-primary .logo::after { opacity: 0 }
[data-header-theme="transparent"] .header-primary .logo::before,
[data-hamburger="opened"] .header-primary .logo::before,
[data-header-menu="true"] .header-primary .logo::before,
[data-header-theme="dark"] .header-primary .logo::before { opacity: 0; }
[data-header-theme="transparent"] .header-primary .logo::after,
[data-hamburger="opened"] .header-primary .logo::after,
[data-header-menu="true"] .header-primary .logo::after,
[data-header-theme="dark"] .header-primary .logo::after { opacity: 1; }
[data-hamburger="opened"] .header-primary .logo::before { opacity: 1 !important; }
/* [data-header-sticky="true"] .header-primary .logo::before  */
[data-hamburger="opened"] .header-primary .logo::after { opacity: 0 !important; }
/* [data-header-sticky="true"] .header-primary .logo::after  */
[data-header-theme="transparent"] .header-primary .header-language__current::after { opacity: 0; }
[data-header-theme="dark"] .header-primary .hamburger .circle,
[data-header-theme="light"] .header-primary .hamburger .circle,
[data-header-theme="dark"] .header-primary .hamburger a .circle::before,
[data-header-theme="dark"] .header-primary .hamburger a .circle::after { background: #fff; }
[data-header-theme="light"] .header-primary .hamburger .circle::before,
[data-header-theme="light"] .header-primary .hamburger .circle::after { background: #000; }
[data-header-theme="light"] .header-primary .header-right .button-solid { background: #fff; border-color: rgba(0, 0, 0, 0.3); }
[data-header-theme="dark"] .header-primary .header-right .button-solid { background: rgba(150, 150, 150, 0.1); }
[data-header-theme="dark"] .header-primary .language li:not(:last-child)::before { background: rgba(0, 0, 0, 1); }
[data-header-theme="light"] .header-primary .language li:not(:last-child)::before { background: rgba(5, 5, 5, 0.3); }
[data-header-theme="light"] .header-primary .header-right .button-solid .icon::before { filter: brightness(0); }
[data-header-theme="light"][data-header-expanded="true"] { box-shadow: 0px 0px 0px 1px #dddddd; }
[data-header-theme="light"] .header-primary .social-menu-button .item .svg { color: var(--clr-primary); }
[data-header-theme="light"] .header-primary .hamburger .svg { color: var(--clr-primary); }
/* [data-header-sticky="true"][data-header-theme="light"] .header-primary .header-right .button-solid { background: #fff; border-color: rgba(0, 0, 0, 0.3); }
[data-header-sticky="true"] .header-primary .header-language__current::before, */
/* [data-header-sticky="true"] .header-primary .header-language__current::after, */
/* [data-header-expanded="true"] .header-primary { color: inherit; background: #fff; }
[data-header-expanded="true"] .header-primary .header-language__current::before { opacity: 1; }
[data-header-expanded="true"] .header-primary .header-language__current::after { opacity: 0; } */
[data-hamburger="opened"] .header-language__current { color: var(--clr-black); }
[data-hamburger="opened"] .header-primary .header-language__current::before { opacity: 0; }
[data-hamburger="opened"] .header-primary .header-language__current::after { opacity: 1; }
[data-hamburger="opened"] .header-primary { color: var(--clr-black); }
[data-social-menu="opened"] .header-primary { color: var(--clr-black); }
[data-social-menu="opened"] .header-primary .logo::before { opacity: 1; }
[data-social-menu="opened"] .header-primary .logo::after { opacity: 0 }
[data-header-theme="light"][data-header-sticky="true"] .header-primary { border-bottom: 1px solid var(--border); }
[data-header-hide] { top: -100px; }
@media screen and (pointer: fine) {
    .header-primary .gnb .depth1 > li > a:hover span { transform: translateY(-100%); }
    .header-primary .gnb .depth1 > li:hover .title { color: var(--clr-primary); }
    .header-primary .gnb .depth2 > li > a:hover { background-size: 100% 100%; }
    .header-primary .gnb .depth2 > li > a:hover .icon-external-link-light::before { background-image: url('/theme/basic/images/external-link-primary.svg'); }
    .header-primary .gnb .sub-menu .column:hover .name { color: var(--clr-primary); }
    [data-header-theme="light"] .header-primary .header-right .button-solid:hover { color: #fff; }
    [data-header-theme="light"] .header-primary .header-right .button-solid:hover .icon::before { filter: brightness(1); }
    [data-header-expanded="true"] .header-link .item:hover,
    [data-header-expanded="true"] .header-primary .social-menu-button .item:hover { color: var(--clr-primary); }

    .social-menu-section:hover .social-menu-heading,
    .social-menu-item:hover .social-menu-title { color: var(--clr-primary); }
    .social-menu-child .item:hover { color: #000; }
    .social-menu-child .item:hover .icon { opacity: 1; }
}
@media screen and (min-width: 1025px) {
    .header-primary-wrap { margin: auto; max-width: var(--inner-lg); width: 90%; }
    .header-primary .nav { transition: all ease .35s; }
    /* .header-primary .background { z-index: 2; position: absolute; top: 100px; left: 0; width: 100%; height: 0px; transition: opacity ease .6s; background: rgba(0, 0, 0, 0.25); backdrop-filter: blur(30px); pointer-events: none; } */
    .header-primary .gnb { overflow: hidden; z-index: 3; display: flex; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100px; transition-property: padding, opacity, visibility; transition-timing-function: ease; transition-duration: .35s; }
    .header-primary .gnb .depth1 > li.on > .title { color: var(--clr-primary); }
    .header-primary .gnb .depth1 > li.on > .title::before { opacity: 1; }
    .header-primary .gnb .depth1 .title { padding: 0 40px; }
    /* .header-primary .gnb .sub-menu { display: flex; position: absolute; top: 0; left: 0; margin-top: 100px; width: calc(100% - 180px); visibility: hidden; opacity: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); } */
    .header-primary .gnb .sub-menu { display: flex; position: absolute; top: 0; left: 0; margin-top: 100px; width: 100%; background: var(--clr-primary); visibility: hidden; opacity: 0; }
    .header-primary .gnb .sub-menu .column { padding: 0 40px; }
    .header-primary .gnb .sub-menu .column:first-child { padding-left: 0; }
    .header-primary .gnb .sub-menu .column:last-child { padding-right: 0; }
    .header-primary .gnb .sub-menu .name { color: #fff; }
    .header-primary .gnb .header-side { display: none; }
    .header-primary .gnb .depth2 > li > a { color: #fff; }
    .header-language { margin-top: 40px; }
    [data-header-theme="light"][data-header-expanded="true"] .header-primary .gnb .sub-menu { border-top-color: var(--border); }
    [data-header-theme="transparent"][data-header-expanded="true"] .header-primary .gnb .sub-menu { border-top-color: var(--border); }
    /* [data-header-theme="transparent"][data-header-expanded="true"] .header-primary .background { background: #fff; } */
    /* [data-header-gnb="opened"] .header-primary .background { opacity: 1; } */
    [data-header-spread="false"] .header-primary .gnb { visibility: hidden; opacity: 0; }
    [data-header-spread="false"] .header-primary .header-right .button-solid,
    [data-header-spread="true"] .header-primary .header-right .button-solid { visibility: visible; opacity: 1; }
    [data-header-spread="true"] .header-primary .gnb { padding-right: 128px; }
}
@media screen and (max-width: 1024px) {
    .header { z-index: 12; height: 64px; }
	.header-background { content: ''; z-index: 1; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); visibility: hidden; opacity: 0; transition: all ease .35s; }
    .header-primary-wrap { margin: 0; }
    .header-primary { transition: background ease .3s; }
    .header-primary .logo { top: 22px; left: 5%; width: 96px; height: 20px; }
    .header-primary .hamburger,
    .header-primary .gnb .close { top: 10px; right: 5%; margin-right: -15px; width: 50px; height: 50px; }
    .header-primary .gnb .close { top: 7px; display: block; margin-right: -15px; }
    .header-primary .hamburger { display: block; top: 6px; margin-right: -12px; }
    .header-primary .gnb { z-index: 1; position: fixed; top: 0; right: 0; padding: 64px 0 0; width: 100%; height: 100vh !important; background: #fff; transition: clip-path ease .6s; clip-path: circle(0px at 100% 0%); }
    .header-primary .gnb .depth1 { flex-direction: column; }
    .header-primary .gnb .depth1 > li { margin-top: 20px; }
    .header-primary .gnb .depth1 > li:last-child { border-bottom: none; }
	/* .header-primary .gnb .depth1 > li > .title[aria-expanded="true"] { color: var(--clr-primary); } */
    .header-primary .gnb .depth1 > li > .title[aria-expanded="true"] { color: var(--clr-primary); }
	.header-primary .gnb .depth1 > li > .title[aria-expanded="true"]::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48' fill='%230081bd'%3E%3Cpath d='m375 816-43-43 198-198-198-198 43-43 241 241-241 241Z'/%3E%3C/svg%3E"); transform: rotate(90deg) scaleX(-1); }
    .header-primary .gnb .depth1 .title { justify-content: flex-start; padding: 2px 0; width: 100%; height: auto; text-align: left; font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; -webkit-tap-highlight-color: transparent; }
    .header-primary .gnb .depth1 .title[aria-expanded]::after { content: ''; z-index: 2; position: absolute; top: 0; bottom: 0; right: -5px; margin: auto; width: 30px; height: 30px; background-repeat: no-repeat; background-size: auto 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48' fill='%23333333'%3E%3Cpath d='m375 816-43-43 198-198-198-198 43-43 241 241-241 241Z'/%3E%3C/svg%3E"); transform: rotate(90deg); transition: transform ease .15s; }
    .header-primary .gnb .depth2 { padding: 4px 0 0; }
    .header-primary .gnb .depth2 > li > a { padding: 6px 0.865rem; text-align: left; font-family: var(--font-display); font-size: 1.6rem; }
    .header-primary .nav { overflow-x: hidden; overflow-y: auto; padding: 10px 5% 30px; height: 100%; }
    .header-primary .gnb .header-side { display: block; top: auto; bottom: 0; right: 0; margin: 0; padding: 30px 5%; width: 100%; background: #fff; border-top: 1px solid var(--border); }
    .header-primary .gnb .sub-menu { overflow: hidden; margin: 6px 0 0 12px; padding: 0; max-height: 0; opacity: 0; visibility: hidden; }
    .header-primary .gnb .sub-menu .name { margin-bottom: 2px; font-size: 1.8rem; }
    .header-primary .gnb .sub-menu .column { margin-bottom: 10px; }
    .header-primary .gnb .sub-menu .column:last-child { margin-bottom: 0; }
    .header-primary .social-menu-button .item { top: 7px; left: calc(5% - 8px); padding: 8px; }

    .header-side { display: none; top: 26px; right: 5%; margin-right: 50px; }
    .header-link { margin-top: 0; }
    .header-link .item { margin: 0 6px; padding: 4px; width: 36px; height: 36px; }

    .header-search-handler-wrapper { padding: 60px 5% 40px; }
    .header-search-handler .heading { margin-bottom: 16px; font-size: 2.4rem; }
    .header-search-handler .input-group .input { padding-right: 60px; height: 50px; }
    .header-search-handler .input-group .search { width: 50px; }
    .header-search-handler .close { top: 8px; right: 5%; background-size: auto 50%; }

    .social-menu { display: none; }
    .social-menu-button { display: none; }
    .backdrop { display: none; }

    .header-primary .gnb .depth2 > li > a .icon { width: 18px; height: 18px; }
    .header-primary .gnb .depth2 > li > a .icon-external-link-light::before { background-image: url('/theme/basic/images/external-link.svg'); }

    /* [data-header-theme="light"] .header-primary .gnb { color: #fff; background: var(--clr-primary); } */

	[data-hamburger="opened"] .header-background { visibility: visible; opacity: 1; }
    [data-hamburger="opened"] .header-primary .hamburger { opacity: 0; visibility: hidden; }
    [data-hamburger="opened"] .header-primary .close { opacity: 1; visibility: visible; }
    [data-hamburger="opened"] .header-primary .gnb { transition-duration: 1s; clip-path: circle(1500px at 100% 0%); }
    [data-hamburger="opened"] .header-primary .gnb .close { display: block; }
    /* [data-hamburger="opened"] .header-primary .gnb .close .circle::before,
    [data-hamburger="opened"] .header-primary .gnb .close .circle::after { background: var(--clr-black); } */

    .header-primary .header-right { top: 10px; right: 39px; }
    .header-primary .header-right .button-center,
    .header-primary .header-right .button-agency { display: none; }
    .header-primary .header-right .button-search { order: 1; }
    .header-primary .header-right .button-login { order: 2; }
    .header-primary .header-right .button { margin-left: 0; width: 46px; border: none; }
    .header-primary .header-right .button .icon::before { background-size: auto 95%; }

    .header__right { top: 21px; right: calc(5% + 50px); }
    .header-language__current { font-size: 1.4rem; }
    .header-language__current::after { top: 2px; width: 11px; }
}
@media screen and (max-width: 768px) {
}


/* Footer */
.footer { overflow: hidden; position: relative; line-height: 1.3; font-size: 1.6rem; letter-spacing: 0em; background: #fff; }
.footer-primary { position: relative; margin: 0 auto; padding: 80px 100px; }
.footer-primary .button-primary { justify-content: space-between; padding: 0 24px; width: 195px; font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; }
.footer-primary__row { display: flex; align-items: flex-end; justify-content: space-between; }
.footer-primary__row:first-child { margin-bottom: 60px; }
.footer-primary__col { display: flex; }
.footer-primary__heading { margin-bottom: 80px; line-height: 1.2; font-family: var(--font-display); font-size: 8rem; font-weight: 900; }
.footer-primary__logo { width: 174px; height: auto; }
.footer-primary__copyright { margin-top: 8px; font-size: inherit; color: #AAAAAA; }

.footer-primary__info { margin-left: 100px; }
.footer-primary__info-list { display: table; }
.footer-primary__info-title { margin-bottom: 20px; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; }
.footer-primary__info-item { display: table-row; }
.footer-primary__info-dt { display: table-cell; padding-right: 10px; padding-bottom: 5px; }
.footer-primary__info-dd { display: table-cell; padding-bottom: 5px; }

.footer-primary__link-item { position: relative; margin-bottom: 20px; }
.footer-primary__link a { font-size: 1.8rem; font-weight: 700; transition: color ease .1s; }

.footer-floaty { overflow: hidden; }
.footer-floaty__list { display: flex; flex-direction: column; align-items: flex-end; z-index: 11; position: fixed; bottom: 130px; right: 38px; }
.footer-floaty__button { opacity: 0; visibility: hidden; }
.footer-floaty__top { display: flex; justify-content: flex-end; z-index: 11; position: absolute; right: 100px; top: 80px; pointer-events: none; }
.footer-floaty__top-button { display: flex; align-items: center; width: 50px; height: 50px; outline: none; transition: all ease .35s; visibility: hidden; opacity: 0; pointer-events: all; }
.footer-floaty__top-button::before { content: ''; display: block; width: 100%; height: 100%; background: url('/theme/basic/images/scroll-top-arrow.svg') no-repeat center / auto 100%; }
[data-scroll-top="true"] .footer-floaty__top { pointer-events: auto; }
[data-scroll-top="true"] .footer-floaty__top-button { opacity: 1; visibility: visible; transition: ease .3s; }
[data-floating="false"] .footer-floaty__top { position: absolute; }

.footer-gradient { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.footer-gradient__wrap { position: absolute; top: -30%; left: 50%; width: 200%; transform: translateX(-50%); }
.footer-gradient .item { display: block; width: 100%; opacity: 0; }
@media (hover: hover) and (pointer: fine) {
    .footer-primary__link a:hover { color: var(--clr-primary); }
    .footer-primary__link a:hover b { color: inherit; }
    .footer-primary__social-link:hover { color: var(--clr-primary); }
    /* .footer-primary__social-link:hover .icon {  } */
    .footer-sitemap__item a:hover { color: var(--clr-primary); }
    .footer-floaty__button .textbox:hover { background: var(--clr-primary); transform: translateX(70px); }
    .footer-floaty__button .textbox:hover .text { transform: none; }
    .footer-category__link:hover .footer-category__icon::before { transform: scale(1); opacity: 1; }
    .family-site .listbox li a:hover { color: var(--clr-primary); }
    .family-site .toggle:hover { color: #fff; border-color: #555555; }
}
@media screen and (min-width: 1025px) {
    .footer-primary__info { max-width: 750px; }
    .footer-primary__info-item:nth-child(2)::after { content: none; }
    .footer-primary__row:first-child { align-items: center; }
    .footer-primary__row:first-child .footer-primary__col:first-child { display: flex; align-items: flex-end; }
    .footer-category[data-category="opened"] { right: 260px; }
}
@media screen and (max-width: 1024px) {
    .footer { overflow: hidden; font-size: 1.5rem; }
    .footer-primary { margin-right: auto; margin-left: auto; padding: 60px 0; width: 90%; }
    .footer-gradient__wrap { top: -10%; width: 400%; }
    .footer-primary__row { display: block; }
    .footer-primary__row:first-child { margin-bottom: 40px; }
    .footer-primary__col { display: block; }
    .footer-primary__logo { width: 100px; }
    .footer-primary__link { display: flex; margin: 0 -6px; }
    .footer-primary__link-item { margin: 0 0 30px; padding: 0 6px; }
    .footer-primary__link-item:not(:last-child)::after { top: 4px; width: 1px; }
    .footer-primary__link a { font-size: 1.6rem; }
    .footer-primary__info { margin-left: 0; margin-bottom: 16px; }
    .footer-primary__info-title { margin-bottom: 6px; font-size: 1.6rem; }
    .footer-primary__social { display: flex; margin: 20px -6px -6px; }
    .footer-primary__social-item { padding: 0 6px; }
    .footer-primary__social-link { font-size: 1.4rem; }
    .footer-primary__social-link .icon { width: 22px; height: 22px; }
    .footer-primary__social-link svg { margin-left: 6px; width: 18px; height: 18px; }
    .footer-primary__contact { margin-top: 30px; text-align: left; }
    .footer-primary__contact-title { font-size: 1.8rem; }
    .footer-primary__contact-tel { margin: 0; font-size: 3rem; }
    .footer-primary__copyright { margin-top: 30px; font-size: 1.3rem; }
    .footer-primary__copyright br { display: none; }
    .footer-primary .button-primary { margin-top: 35px; font-size: 1.4rem; }
    .footer-primary__external-link { height: 45px; line-height: 45px; }

    .family-site { width: 100%; max-width: 300px; }
	.family-site .listbox { padding: 10px 0; }
	.family-site .listbox li a { padding: 6px 24px; font-size: 14px; }
    .family-site .toggle { padding: 0 48px 0 24px; width: 100%; font-size: 1.5rem; background-position: right 10px center; border: 1px solid rgba(255, 255, 255, 0.5); }

    .footer-floaty__top { top: 50px; right: 0; margin: 0; }
	.footer-floaty__top-button { width: 45px; height: 45px; }
    .footer-floaty__top-button::before { background-size: auto 80%; }
    .footer-floaty__button { margin-bottom: 5px; }
    .footer-floaty__button .textbox { justify-content: center; margin-right: 0; padding: 0; width: 45px; height: 45px; line-height: 45px; transform: none; }
    .footer-floaty__button .text { position: absolute; width: 1px; height: 1px; clip-path: rect(0 0 0 0); overflow: hidden; }
    .footer-floaty__button .icon { margin-right: 0; width: 22px; height: 22px; }
    .footer-floaty__button--toggle { display: block; }
    .footer-category { padding: 1.6rem; width: 100%; background: rgba(0, 0, 0, 0.6); visibility: hidden; opacity: 0; transition: none; }
    .footer-category__button { display: none; }
    .footer-category__lists { position: relative; padding-top: 20px; width: 100%; border-radius: 10px; }
    .footer-category__heading { margin-bottom: 20px; }
    .footer-category__item { width: 25%; }
    .footer-category__close { display: block; }
    .footer-sitemap { display: none; }
}
@media screen and (max-width: 768px) {
    .footer { font-size: 1.4rem; }
    .footer-gradient__wrap { width: 400%; }
    .family-site .toggle { padding-left: 20px; height: 50px; }
    .family-site .listbox li a { padding-left: 20px; }
    .family-site { max-width: none; }
    .footer-category__item { width: 33.33333%; }
    .footer-category__title { margin-top: -0.5em; font-size: 1.4rem; }
    .footer-floaty { bottom: 15px; right: 15px; }
}

/* ------- Modal ------- */
.modal-container { display: none; z-index: 11; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); }
.modal-container .modal-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 5px; width: auto; height: 100%; min-height: calc(100% - 10px); max-height: calc(100% - 10px); }
.modal-container .modal { overflow: hidden; display: flex; flex-direction: column; justify-content: center; position: relative; padding: 0 60px; max-width: 800px; width: 100%; height: auto; transform: scale(0.9); animation: zoomIn ease .35s forwards; }
.modal-container .modal-body { overflow-x: hidden; overflow-y: auto; padding: 24px 5%; max-height: 600px; color: var(--clr-black); background: #fff; }
.modal-container .modal-body::-webkit-scrollbar { width: 22px; }
.modal-container .modal-body::-webkit-scrollbar-thumb { background-color: var(--clr-primary); border: 7px solid rgba(255, 255, 255, 1); border-radius: 22px; }
.modal-container .modal-body::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); }
.modal-container .modal-body p:not(.head-title) { margin: 0.25em 0; }
.modal-container .modal .close { display: block; position: absolute; top: -20px; right: 0; width: 60px; height: 60px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: auto 55%; }
.modal-container .modal img { max-width: 100%; }
.modal-container .head-title { margin-bottom: 15px; padding-bottom: 10px; text-align: center; font-size: 1.6rem; font-weight: 600; border-bottom: 1px solid var(--border-c); }
.modal-container--auto .modal { max-width: 100%; width: auto; }
.modal-container--flat .modal-body { padding: 0; }
.modal-container .modal-agree { font-size: 1.6rem; }
.modal-container .modal-agree h1,
.modal-container .modal-agree h2 { margin-top: 1.5em; margin-bottom: 0.5em; font-size: inherit; font-weight: 500; }
.modal-container .modal-agree p { font-size: inherit; }
.modal-container .modal-agree ul { list-style: inherit; margin: revert; padding: revert; }
.modal-container .modal-agree ul li { font-size:16px; list-style: inherit; }
.modal-container.modal-opened .modal { animation-name: zoomOut; }
@keyframes zoomIn {
	from { transform: scale(1); }
	to { transform: scale(0.9); }
}
@keyframes zoomOut {
	from { transform: scale(0.9); }
	to { transform: scale(1); }
}
@media screen and (max-width: 768px) {
    .modal-container .modal{padding:0 20px; overflow:unset; max-height:500px;}
    .modal-container .modal .close{top:-48px;}

    .modal-container .modal-agree h2{font-size:16px;}
    .modal-container .modal-agree p{font-size:14px;}
    .modal-container .modal-agree ul li{font-size:14px;}
}


/* Pagination */
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 60px; }
.pagination .page-item .page-link { display: flex; align-items: center; justify-content: center; position: relative; margin: 0 4px; padding-right: 0.5em; padding-left: 0.5em; width: 40px; height: 40px; font-size: 1.6rem; font-weight: 400; color: #8b8c8d; border: 1px solid transparent; border-radius: 50%; }
/* .pagination .page-item.active .page-link { color: #fff; background: #01ABAA; } */
/* .pagination .page-item:nth-child(1) .page-link,
.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:nth-last-child(1) .page-link,
.pagination .page-item:nth-last-child(2) .page-link { padding-right: 0; padding-left: 0; width: 40px; } */
.pagination .page-item .page-link .number { display: flex; align-items: center; justify-content: center; padding-top: 4px; text-align: center; border-bottom: 1px solid transparent; }
.pagination .page-item .page-link::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 50%; height: 1px; background: var(--clr-apricot); opacity: 0; transform: scaleX(0); transition: all ease .15s; }
.pagination .page-item.active .page-link { color: var(--clr-black); }
.pagination .page-item.active .page-link::after { transform: none; opacity: 1; }
.pagination .page-item:nth-child(1) .page-link:after,
.pagination .page-item:nth-child(2) .page-link:after,
.pagination .page-item:nth-last-child(1) .page-link:after,
.pagination .page-item:nth-last-child(2) .page-link:after { content: none; }
.pagination .page-item .page-link span { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 120%; }
.pagination .page-item .page-link span.first { background-image: url('/theme/basic/images/pagination-arrow-first.svg'); }
.pagination .page-item .page-link span.previous { background-image: url('/theme/basic/images/pagination-arrow-prev.svg'); }
.pagination .page-item .page-link span.next { background-image: url('/theme/basic/images/pagination-arrow-next.svg'); }
.pagination .page-item .page-link span.last { background-image: url('/theme/basic/images/pagination-arrow-last.svg'); }
.pagination .page-item.disabled,
.pagination .disabled > .page-link { opacity: 0.55; pointer-events: none; }
@media screen and (pointer: fine) {
    .pagination .page-item .page-link:hover { color: var(--clr-black); }
    .pagination .page-item .page-link:hover::after { transform: none; opacity: 1; }
    .pagination .page-item .page-link:hover span.first { background-image: url('/theme/basic/images/pagination-arrow-first-primary.svg'); }
    .pagination .page-item .page-link:hover span.previous { background-image: url('/theme/basic/images/pagination-arrow-prev-primary.svg'); }
    .pagination .page-item .page-link:hover span.next { background-image: url('/theme/basic/images/pagination-arrow-next-primary.svg'); }
    .pagination .page-item .page-link:hover span.last { background-image: url('/theme/basic/images/pagination-arrow-last-primary.svg'); }
}
@media screen and (max-width: 1024px) {
    .pagination { margin-top: 50px; }
    .pagination .page-item:nth-child(1) .page-link,
    .pagination .page-item:nth-child(2) .page-link,
    .pagination .page-item:nth-last-child(1) .page-link,
    .pagination .page-item:nth-last-child(2) .page-link { width: 36px; }
    .pagination .page-item .page-link { font-size: 1.4rem; width: 36px; height: 36px; line-height: 36px; }
}
@media screen and (max-width: 768px) {
    .pagination { margin-top: 30px; }
    .pagination .page-item:nth-child(1) .page-link,
    .pagination .page-item:nth-child(2) .page-link,
    .pagination .page-item:nth-last-child(1) .page-link,
    .pagination .page-item:nth-last-child(2) .page-link { width: 30px; }
    .pagination .page-item .page-link { font-size: 1.3rem; }
    .pagination .page-item .page-link span { background-size: auto 100%; }
}
@media screen and (max-width: 500px) {
    .pagination .page-item .page-link { margin: 0; width: 30px; height: 30px; line-height: 30px; }
}


.lenis-scrolling .document-scrollbar { opacity: 1; }
.os-scrollbar { z-index: 2; }
.document-scrollbar { opacity: 0; }
.os-theme-dark {
    --os-handle-bg: var(--scrollbar);
    --os-handle-bg-hover: var(--clr-primary);
    --os-handle-bg-active: var(--clr-primary);
}
@media screen and (max-width: 1024px) {
    .os-scrollbar-vertical .os-scrollbar-handle { width: 4px; }
    .os-scrollbar { display: none; }
}

.dot-list > li { position: relative; margin-bottom: 0.1em; padding-left: 1em; }
.dot-list > li::before { content: ''; position: absolute; top: 0.625em; left: 0; width: 0.2em; height: 0.2em; background: currentColor; border-radius: 50%; will-change: transform; }

.section-scroll { z-index: 2; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.section-scroll .item { display: block; }
.section-scroll .item .roof { fill: var(--background); }
.section-scroll .item .arrow { fill: none; stroke: #000; stroke-width: 2; }

.ts-dropdown.single { overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05), 0px 5px 10px 0px rgba(0, 0, 0, .1); }
.ts-dropdown.single,
.ts-wrapper.single .ts-control { font-size: 1.6rem; font-weight: 400; border-color: var(--border); border-radius: 8px; }
.ts-wrapper.single .ts-control { background: transparent; box-shadow: none; }
.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.single.input-active .ts-control input { cursor: pointer; }
.ts-wrapper { padding-right: 0 !important; padding-left: 0 !important; }
.ts-control { padding: 16px 20px; }
.ts-control:focus { outline: 2px solid var(--clr-primary) }
.ts-control > * { margin-top: auto; margin-bottom: auto; color: var(--placeholder); }
.ts-control,
.ts-control input,
.ts-dropdown { line-height: normal; font-size: 1.6rem; }
.ts-dropdown { display: block !important; margin-top: 8px; border: 1px solid var(--clr-black); box-shadow: none; border-radius: 0; opacity: 0; visibility: hidden !important; transition: all ease .15s; }
.ts-dropdown-content { padding: 8px; }
.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option { padding: 10px 8px; }
.ts-dropdown .active { color: #151515; background: #F2F2F2; }
.ts-wrapper.single .ts-control:after { top: 0; bottom: 0; margin: auto; width: 24px; height: 24px; background: url('/theme/basic/images/chevron-down.svg') no-repeat center / auto 100%; border: none; }
.ts-wrapper.single.dropdown-active .ts-control:after { margin-top: auto; transform: scaleY(-1); }
.ts-wrapper.dropdown-active .ts-dropdown {
    opacity: 1; visibility: visible !important;
}
[aria-activedescendant] .item { color: var(--clr-black); }
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.ts-wrapper.single .ts-control:after { background-size: auto 90%; }
}

/* datepicker */
.ui-widget { font-family: inherit; }
/* .ui-widget.ui-widget-content { border:0px; padding:0; box-shadow: 0px 2px 10px 0px rgba(26, 26, 26, .15); } */
.ui-widget.ui-widget-content { border:0px; padding:0; box-shadow: none; }
.ui-widget-header { background: var(--clr-primary); border: 0px; border-radius: 0px; }
.ui-widget-header .ui-icon { background: none; }
.ui-datepicker-prev { text-align:center; line-height: 2em; }
.ui-widget.ui-datepicker { box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15); }
.ui-datepicker-prev::before { font: var(--fa-font-solid); content:'\f0d9'; color:#fff; }
.ui-datepicker-next { text-align:center; line-height: 2em; }
.ui-datepicker-next::before { font: var(--fa-font-solid); content:'\f0da'; color:#fff; }
.ui-datepicker .ui-datepicker-title { font-size: 0.89em; color: #fff; }
.ui-datepicker table { margin: 0 6px 6px; width: calc(100% - 12px); font-size: 0.89em; }
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active { border:0px; background: none; text-align: center; width: 30px; height: 30px; line-height: 26px; border-radius: 100%; padding: 0.15em 0 0; margin: 0 auto; }
.ui-datepicker .ui-datepicker-header { padding: 8px; }
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { border:0px; color: #fff; background: #555; }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover { color: #fff; background: var(--clr-primary); }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { top: 4px; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: auto 60%; background-color: transparent; border: none; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left: 2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"); }
.ui-datepicker .ui-datepicker-next { right: 2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); }
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before { content: none; }
.ui-datepicker-calendar .ui-state-hover:not(.ui-state-active):not(.ui-state-highlight) { background: #f1f1f1 !important; }



/* dialog */
div[title] { display: none; }
.ui-widget-overlay { background: #000; opacity: 0.5; }
.ui-dialog.ui-widget.ui-widget-content { padding: 10px; background: transparent; border: none; border-radius: 0; }
.ui-dialog .ui-dialog-content { padding: 0.5em 1.5em 2em; max-height: 600px !important; background: #fff; }
.ui-dialog .ui-dialog-titlebar { padding: 1em 1.5em; background: #fff; }
.ui-dialog .ui-dialog-titlebar-close { top: 18px; right: 10px; width: 50px; height: 50px; }
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick { top: 0; left: 0; margin: 0; width: 100%; height: 100%; background: url('/theme/basic/images/x.svg') no-repeat center / auto 50%; }
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus { background: transparent; border: none; }
.ui-dialog .bottom-button { display: flex; align-items: center; justify-content: center; margin-top: 36px; margin-right: -4px; margin-left: -4px; }
.ui-dialog .bottom-button .button { margin-bottom: 0; margin-right: 4px; margin-left: 4px; max-width: 200px; }
@media screen and (max-width: 1024px) {
    .ui-dialog .ui-dialog-titlebar-close { top: 14px; right: 6px; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick { background-size: auto 42%; }
}
@media screen and (max-width: 768px) {
    .ui-dialog .ui-dialog-titlebar-close { top: 12px; right: 4px; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick { background-size: auto 38%; }
}


/* for global */
@media screen and (min-width: 1025px) {
    [lang="vi"] .header-primary .gnb .depth1 > li { min-width: 180px; }
    [lang="vi"] .header-primary .gnb .depth1 > li:nth-child(2) { min-width: 200px; }
    [lang="vi"] .header-primary .gnb .depth1 > li:nth-child(4) { min-width: 195px; }
    [lang="vi"] .header-primary .gnb .depth1 > li:nth-child(5) { min-width: 220px; }

    [lang="vi"] .footer { font-size: 1.5rem; }
    [lang="vi"] .footer-primary__info { margin-left: 60px; }
    [lang="vi"] .footer-primary__link a { font-size: 1.7rem; }
    [lang="vi"] .footer-primary__info-title { font-size: 1.7rem; }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 500px) {
}
