@charset "UTF-8";
:root {
    --system-font: "KMGNotoSansKR", "Segoe UI", roboto, helvetica, arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --black: #000000;
    --gray-900: #1a1a1a;
    --gray-800: #333333;
    --gray-700: #4d4d4d;
    --gray-600: #666666;
    --gray-500: #808080;
    --gray-400: #999999;
    --gray-300: #b2b2b2;
    --gray-200: #cccccc;
    --gray-100: #e5e5e5;
    --gray-50: #f2f2f2;
    --gray-25: #f7f7f7;
    --white: #ffffff;
    --prim-aura: #2f2c4d;
    --prim-gray: #4d4d4d;
    --sec-aura-80: #595671;
    --sec-aura-60: #828094;
    --sec-aura-30: #c1c0ca;
    --sec-aura-10: #eaeaed;
    --sec-gold: #c4a96c;
    --sec-silver: #cccccc;
    --success: #608ee5;
    --success-2: #7a8e9c;
    --success-3: #465063;
    --warning: #b82921;
    --font-bold-weight: 700;
    --font-semi-bold-weight: 600;
    --font-md-weight: 500;
    --font-reg-weight: 400;
    --font-light-weight: 300;
    --font-extra-light-weight: 200;
    --font-thin-weight: 100;
    --font-line-height: 160%;
    --font-bold-line-height: 135%;
    --font-semi-bold-line-height: 135%;
    --desktop-default-width: 1440px;
    --sec-pd-1920: 4.0625%;
    --sec-pd-1440: 24px;
    --sec-pd-mobile: 16px;
    --gray-dark: rgba(255, 255, 255, 0.1);
    --default-page-pb-desktop: 120px;
    --default-page-pb-mobile: 56px;
    --popup-page-pb: 24px;
    --mobile-default-width: 768px;
    --scrollbar-track-color: rgba(0, 0, 0, 0.1);
    --scrollbar-thumb-color: rgba(0, 0, 0, 0.6);
}

/* ==========================================
Loading 
=================================================*/
.intro-loading-warp {
    position: relative;
    /* background: url(../images/img-intro-bg.jpg) center no-repeat; */
    /* background-size: cover; */
    width: 100%;
    /* height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.intro-loading-warp svg {
    width: 342px;
    height: 55px;
}
.intro-loading-warp svg .logo-fill {
    width: 342px;
    height: 55px;
    animation: fill-up 1.5s infinite ease-in-out;
}
@keyframes fill-up {
    0% {
        height: 0;
        y: 55px;
    }
    to {
        height: 55px;
        y: 0;
    }
}
#mobile .intro-loading-warp svg {
    width: 152px;
    height: 24px;
}
.cm-loading-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width:100%;
    height:100%;
    top: 0%;
}
.cm-loading-circle svg{
    width:40px;
}
.cm-loading-wrap.type-floting .cm-loading-circle {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}
.cm-loading-wrap.type-dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000080;
}
.cm-loading-wrap.type-inline {
    padding: 80px 0;
}
.cm-loading-enter-active,
.cm-loading-leave-active {
    transition: all 0.5s ease-in;
}
.cm-loading-enter-from,
.cm-loading-leave-to {
    opacity: 0;
}

.layer-popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 72;
    transition: all 0.5s linear;
    opacity: 1;
}
.layer-popup-wrap.over-layer-popup {
    background: #0006;
}
.layer-popup-wrap.over-layer-popup + .bg-dim {
    display: none;
    background: transparent;
}
.layer-popup-wrap.main-popup-pc {
    top: 85px;
    right:70px;
    left: unset;
    justify-content: flex-end;
    align-items: flex-start;
}
.layer-popup-wrap.main-popup-pc + .bg-dim {
    opacity: 0;
}
.layer-popup-wrap.main-popup-mo + .bg-dim {
    opacity: 0;
}
.layer-popup-wrap + .bg-dim {
    opacity: 0.4;
}
.layer-popup-wrap .layer-popup {
    background-color: #fff;
    width: 100%;
    transform: translate(0);
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease-out;
}
.layer-popup-wrap .layer-popup__header-wrap {
    min-height: 54px;
    padding: 16px 24px;
    position: relative;
}
.layer-popup-wrap .layer-popup__header-wrap h1 {
    text-align: center;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 16px;
    padding: 0 25px;
}
.layer-popup-wrap .layer-popup__header-wrap:has(.login-title) {
    padding: 32px 16px 8px;
}
.layer-popup-wrap .layer-popup__header-wrap .popup__close-btn {
    position: absolute;
    top: 11px;
    background-color: var(--white);
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--gray-50);
    transition: all 0.5s ease;
    padding:0px;
}
.layer-popup-wrap .layer-popup__header-wrap .popup__close-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../images/cm/icons/24/icon-close-popup-black.svg) no-repeat 50% 50% / cover;
    transition: all 0.6s ease;
}
.layer-popup-wrap .layer-popup__header-wrap .popup__close-btn:hover {
    background-color: var(--prim-aura);
    border: none;
}
.layer-popup-wrap .layer-popup__header-wrap .popup__close-btn:hover:after {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(90deg);
    filter: brightness(0) invert(1);
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents {
    padding: 16px;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button {
    display: flex;
    gap: 8px;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button.align-h {
    justify-content: space-between;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button.align-v {
    flex-direction: column;
    align-items: stretch;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn-wrap {
    flex: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn {
    width: 100%;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-white {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-size: var(--base-font);
    background: var(--white);
    padding:0px;
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-white.full-width {
    width: 100%;
}
 .layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-white {
    transition: all 0.2s ease;
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 6px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}

    .layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-white:hover:not(:disabled) {
    border-radius: 8px;
}
#mobile .layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-white {
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 10px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-white .text {
    position: relative;
    z-index: 1;
    color:var(--black);
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-white:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0003;
    height: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-white.has-hover:hover:not(:disabled):after {
    height: 100%;
    opacity: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-white:disabled {
    background: var(--gray-200);
    color: var(--white);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-white:disabled:after {
    content: none;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.outline-black {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--black);
    color: var(--black);
    border: 1px solid rgba(0, 0, 0, 0.7);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black.full-width {
    width: 100%;
}

    .layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black {
    transition: all 0.2s ease;
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 6px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}

    .layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black:hover:not(:disabled) {
    border-radius: 8px;
}
#mobile .layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.outline-black {
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 10px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.outline-black .text {
    position: relative;
    z-index: 1;
    color:var(--black);
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.outline-black:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0003;
    height: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black.has-hover:hover:not(:disabled):after {
    height: 100%;
    opacity: 1;
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black.has-hover:hover:not(:disabled) {
    color: var(--white);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black.has-hover:hover:not(:disabled):after {
    background: var(--black);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black:disabled {
    border-color: var(--gray-200);
    color: var(--gray-200);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.outline-black:disabled:after {
    content: none;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-black {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-size: var(--base-font);
    background: var(--black);
    color: var(--white);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-black.full-width {
    width: 100%;
}
 .layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-black {
    transition: all 0.2s ease;
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 6px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}

    .layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-black:hover:not(:disabled) {
    border-radius: 8px;
}
#mobile .layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-black {
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 10px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-black .text {
    position: relative;
    z-index: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-black:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0003;
    height: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-black.has-hover:hover:not(:disabled):after {
    height: 100%;
    opacity: 1;
}
.layer-popup-wrap .layer-popup__footer-wrap .footer-contents .popup-button__btn.solid-black:disabled {
    background: var(--gray-200);
    color: var(--white);
}
.layer-popup-wrap
    .layer-popup__footer-wrap
    .footer-contents
    .popup-button__btn.solid-black:disabled:after {
    content: none;
}
.layer-popup-wrap .layer-popup__container-wrap {
    flex: 1;
    padding: 24px 8px 12px 24px;
}
.layer-popup-wrap .layer-popup__container-wrap .layer-popup__contents {
    padding-right: 16px;
}
.layer-popup-wrap .layer-popup__container-wrap:has(.login-info) {
    padding: 16px;
}
.layer-popup-wrap:nth-last-of-type(2):after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#mobile .layer-popup-wrap.type-full-popup {
    align-items: flex-start;
}
#mobile .layer-popup-wrap.type-full-popup .layer-popup {
    height: 100%;
    border-radius: 0;
}
#mobile .layer-popup-wrap.type-full-popup .layer-popup__container-wrap {
    height: calc(var(--vh, 1vh) * 100 - var(--popupHeaderH) - var(--popupFooterH));
}
#mobile .layer-popup-wrap.type-full-popup .layer-popup__container-wrap .custom-scroll-wrap {
    height: 100%;
}
 .layer-popup-wrap.type-full-popup .layer-popup {
    border-radius: 16px;
    max-width: 360px;
    box-shadow: 0 8px 8px #00000014;
}
 .layer-popup-wrap.type-full-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(100vh - 100px - var(--popupHeaderH) - var(--popupFooterH));
    min-height: 80px;
}
 .layer-popup-wrap.type-full-popup .layer-popup__container-wrap > .custom-scroll-wrap {
    min-height: 330px;
}
#mobile .layer-popup-wrap.type-max-popup {
    align-items: flex-start;
}
#mobile .layer-popup-wrap.type-max-popup .layer-popup {
    height: 100%;
    border-radius: 0;
}
#mobile .layer-popup-wrap.type-max-popup .layer-popup__header-wrap h1 {
    width: calc(100% - 32px);
    padding: 0;
    word-break: keep-all;
}
#mobile .layer-popup-wrap.type-max-popup .layer-popup__container-wrap {
    height: calc(var(--vh, 1vh) * 100 - var(--popupHeaderH) - var(--popupFooterH));
}
#mobile .layer-popup-wrap.type-max-popup .layer-popup__container-wrap .custom-scroll-wrap {
    height: 100%;
}
 .layer-popup-wrap.type-max-popup .layer-popup {
    border-radius: 16px;
    max-width: 420px;
    box-shadow: 0 8px 8px #00000014;
}
 .layer-popup-wrap.type-max-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(100vh - 100px - var(--popupHeaderH) - var(--popupFooterH));
    min-height: 80px;
}
 .layer-popup-wrap.type-max-popup .layer-popup__container-wrap > .custom-scroll-wrap {
    min-height: 400px;
}
#mobile .layer-popup-wrap.type-mega-popup {
    align-items: flex-start;
}
#mobile .layer-popup-wrap.type-mega-popup .layer-popup {
    height: 100%;
    border-radius: 0;
}
#mobile .layer-popup-wrap.type-mega-popup .layer-popup__header-wrap h1 {
    width: calc(100% - 32px);
    padding: 0;
    word-break: keep-all;
}
#mobile .layer-popup-wrap.type-mega-popup .layer-popup__container-wrap {
    height: calc(var(--vh, 1vh) * 100 - var(--popupHeaderH) - var(--popupFooterH));
}
#mobile .layer-popup-wrap.type-mega-popup .layer-popup__container-wrap .custom-scroll-wrap {
    height: 100%;
}
 .layer-popup-wrap.type-mega-popup .layer-popup {
    max-width: 684px;
    border-radius: 8px;
    min-height: 296px;
    text-align: center;
    color: #000;
}
 .layer-popup-wrap.type-mega-popup .layer-popup .layer-popup__header-wrap {
    padding: 32px 0;
    font-weight: 600;
    font-size: 24px;
}
 .layer-popup-wrap.type-mega-popup .layer-popup .layer-popup__container-wrap {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    padding-top: 0;
    padding-bottom: 16px;
}
.layer-popup-wrap.type-wide-popup .layer-popup {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 8px #00000014;
}
#mobile .layer-popup-wrap.type-wide-popup .layer-popup {
    border-radius: 0;
}
#mobile .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap {
    height: calc(var(--vh, 1vh) * 100 - var(--popupHeaderH) - var(--popupFooterH));
}
#mobile .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap .custom-scroll-wrap {
    height: 100%;
}
 .layer-popup-wrap.type-wide-popup .layer-popup {
    max-width: 720px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(100vh - 280px);
    min-height: 80px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__header-wrap {
    padding: 24px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__header-wrap h1 {
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 20px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__header-wrap .popup__close-btn {
    top: 22px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap .terms-box .terms-title {
    margin-bottom: 8px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 16px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap .terms-box p {
    font-weight: var(--font-reg-weight);
    line-height: var(--font-line-height);
    font-size: 16px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap .terms-box p + ul {
    margin-top: 4px;
}
 .layer-popup-wrap.type-wide-popup .layer-popup__container-wrap .terms-box li + li {
    margin-top: 4px;
}
.layer-popup-wrap.type-broad-popup .layer-popup {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 8px #00000014;
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap {
    height: calc(var(--vh, 1vh) * 100 - var(--popupHeaderH) - var(--popupFooterH));
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap .custom-scroll-wrap {
    height: 100%;
}
 .layer-popup-wrap.type-broad-popup .layer-popup {
    max-width: 1400px;
}
 .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(100vh - 280px);
    min-height: 80px;
}
 .layer-popup-wrap.type-broad-popup .layer-popup__header-wrap {
    padding: 16px 24px;
}
 .layer-popup-wrap.type-broad-popup .layer-popup__header-wrap .popup__close-btn {
    top: 16px;
    right: 24px;
}
 .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap {
    padding: 60px 0 0;
}
 .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap .layer-popup__contents {
    padding: 0 0 60px;
}
 .layer-popup-wrap.type-broad-popup .layer-popup__footer-wrap .footer-contents {
    padding: 0 16px;
}
#mobile .layer-popup-wrap.type-broad-popup {
    max-height: calc(100vh - var(--popupHeaderH) - var(--popupFooterH));
    top: 50%;
    transform: translateY(-50%);
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup {
    height: 100%;
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup__header-wrap {
    padding: 16px 24px;
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap {
    padding: 24px 0 40px;
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup__container-wrap .layer-popup__contents {
    padding: 0 0 24px;
}
#mobile .layer-popup-wrap.type-broad-popup .layer-popup__footer-wrap .footer-contents {
    padding: 0 16px;
}
#mobile .layer-popup-wrap.type-middle-around-popup .layer-popup {
    border-radius: 16px;
    max-width: 360px;
    width: calc(100vw - 32px);
    transition: all 0.7s ease-out;
}
#mobile .layer-popup-wrap.type-middle-around-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(var(--vh, 1vh) * 100 - 100px - var(--popupHeaderH) - var(--popupFooterH));
    min-height: 150px;
}
 .layer-popup-wrap.type-middle-around-popup .layer-popup {
    border-radius: 16px;
    max-width: 400px;
    box-shadow: 0 8px 8px #00000014;
}
 .layer-popup-wrap.type-middle-around-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(100vh - 100px - var(--popupHeaderH) - var(--popupFooterH));
    min-height: 80px;
}
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-1 .layer-popup__header-wrap h1,
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__header-wrap h1,
 .layer-popup-wrap.type-middle-around-popup.full-banner-1 .layer-popup__header-wrap h1,
 .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__header-wrap h1 {
    padding-right: 0;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__header-wrap
    .popup__close-btn,
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn,

    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__header-wrap
    .popup__close-btn,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn {
    display: none;
}
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-1 .layer-popup__container-wrap,
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__container-wrap,
 .layer-popup-wrap.type-middle-around-popup.full-banner-1 .layer-popup__container-wrap,
 .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__container-wrap {
    padding: 0;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__container-wrap
    .custom-scroll-wrap,
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap,

    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__container-wrap
    .custom-scroll-wrap,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap {
    height: auto;
    min-height: 90px;
    overflow-y: hidden;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents,
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents,

    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents {
    padding-right: 0;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents
    img,
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents
    img,

    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents
    img,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents
    img {
    width: 100%;
    max-width: 768px;
}
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-1 .layer-popup__footer-wrap .align-h,
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__footer-wrap .align-h,
 .layer-popup-wrap.type-middle-around-popup.full-banner-1 .layer-popup__footer-wrap .align-h,
 .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__footer-wrap .align-h {
    gap: 0;
    margin: -16px;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap,
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap,

    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap {
    padding: 0;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn,
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn,

    .layer-popup-wrap.type-middle-around-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn {
    height: 50px;
    border-radius: 0;
}
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__header-wrap,
 .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#mobile .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__header-wrap h1,
 .layer-popup-wrap.type-middle-around-popup.full-banner-2 .layer-popup__header-wrap h1 {
    display: none;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn {
    display: block;
}
#mobile
    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap,

    .layer-popup-wrap.type-middle-around-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap {
    min-height: 150px;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup__header-wrap h1,
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__header-wrap h1,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup__header-wrap h1,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__header-wrap h1 {
    padding-right: 0;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__header-wrap
    .popup__close-btn,
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__header-wrap
    .popup__close-btn,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn {
    display: none;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup__container-wrap,
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__container-wrap,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup__container-wrap,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__container-wrap {
    padding: 0;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__container-wrap
    .custom-scroll-wrap,
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__container-wrap
    .custom-scroll-wrap,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap {
    height: auto;
    min-height: 90px;
    overflow-y: hidden;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents,
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents {
    padding-right: 0;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents
    img,
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents
    img,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__container-wrap
    .layer-popup__contents
    img,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .layer-popup__contents
    img {
    width: 100%;
    max-width: 768px;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup__footer-wrap .align-h,
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__footer-wrap .align-h,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup__footer-wrap .align-h,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__footer-wrap .align-h {
    gap: 0;
    margin: -16px;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap,
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .layer-popup__container-wrap {
    padding: 0;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn,
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__footer-wrap
    .align-h
    .popup-button__btn-wrap
    .popup-button__btn {
    height: 50px;
    border-radius: 0;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__header-wrap,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__header-wrap h1,
 .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup__header-wrap h1 {
    display: none;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__header-wrap
    .popup__close-btn {
    display: block;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap,

    .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2
    .layer-popup__container-wrap
    .custom-scroll-wrap {
    min-height: 150px;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup {
    flex-direction: column;
    justify-content: flex-end;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup .layer-popup {
    border-radius: 16px 16px 0 0;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-1 .layer-popup,
#mobile .layer-popup-wrap.type-bottom-sheet-popup.full-banner-2 .layer-popup {
    max-width: 768px;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup .layer-popup__container-wrap {
    overflow: hidden;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup .layer-popup__container-wrap .custom-scroll-wrap {
    height: 259px;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.first-hide-content
    .layer-popup__container-wrap.first-size {
    padding: 0;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.first-hide-content
    .layer-popup__container-wrap.first-size
    .custom-scroll-wrap {
    height: 0 !important;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand .layer-popup__header-wrap {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand .bottom-sheet__expand-bar {
    height: 24px;
    position: relative;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand .bottom-sheet__expand-bar:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 8px;
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: var(--gray-200);
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand .layer-popup {
    max-height: calc(100% - 10px);
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.enable-expand
    .layer-popup__container-wrap
    .custom-scroll-wrap {
    height: 168px;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.no-dim {
    height: auto;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.no-dim + .bg-dim {
    position: static;
    height: auto;
}
#mobile
    .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.no-dim:has(.layer-popup__container-wrap.full-size)
    + .bg-dim {
    position: fixed;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.no-dim:after {
    content: none;
}
#mobile .layer-popup-wrap.type-bottom-sheet-popup.enable-expand.no-dim .layer-popup {
    position: fixed;
    bottom: 0;
    box-shadow: 0 -4px 8px #00000014;
}
 .layer-popup-wrap.type-bottom-sheet-popup .layer-popup {
    border-radius: 16px;
    max-width: 360px;
    box-shadow: 0 8px 8px #00000014;
}
 .layer-popup-wrap.type-bottom-sheet-popup .layer-popup__container-wrap .custom-scroll-wrap {
    max-height: calc(100vh - 100px - var(--popupHeaderH) - var(--popupFooterH));
    min-height: 80px;
}
.message-popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 102;
}
.message-popup-wrap:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.message-popup-wrap .message-popup {
    background-color: #fff;
    width: 100%;
    max-width: 360px;
    margin: auto 16px;
    border-radius: 8px;
    transform: translateY(0);
    transition: all 0.5s linear;
}
.message-popup-wrap .message-popup__header-wrap {
    padding: 16px;
    text-align: center;
    font-weight: 600;
}
.message-popup-wrap .message-popup__container-wrap {
    flex: 1;
}
.message-popup-wrap .message-popup__container-wrap .message-popup__contents {
    text-align: center;
    font-weight: var(--font-reg-weight);
    line-height: var(--font-line-height);
    font-size: 14px;
    padding: 32px 16px;
}
.message-popup-wrap .message-popup__container-wrap .message-popup__contents .highlight {
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0.5px 3px;
    margin-top: 1px;
    background: #fee500;
}
.message-popup-wrap .message-popup__footer-wrap {
    padding: 0 16px 16px;
}
.message-popup-wrap .message-popup__footer-wrap .flat-btn-wrap {
    display: flex;
    gap: 8px;
}
.message-popup-wrap .message-popup__footer-wrap .flat-btn-wrap .flat-btn__item-wrap {
    flex: 1;
    display: flex;
}
.message-popup-wrap .message-popup__footer-wrap .flat-btn-wrap .flat-btn__item-wrap .btn-item {
    width: 100%;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--black);
    color: var(--black);
    border: 1px solid rgba(0, 0, 0, 0.7);
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black.full-width {
    width: 100%;
}

    .message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black {
    transition: all 0.2s ease;
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 6px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}

    .message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black:hover:not(:disabled) {
    border-radius: 8px;
}
#mobile
    .message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black {
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 10px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black
    .text {
    position: relative;
    z-index: 1;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0003;
    height: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black.has-hover:hover:not(:disabled):after {
    height: 100%;
    opacity: 1;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black.has-hover:hover:not(:disabled) {
    color: var(--white);
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black.has-hover:hover:not(:disabled):after {
    background: var(--black);
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black:disabled {
    border-color: var(--gray-200);
    color: var(--gray-200);
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.outline-black:disabled:after {
    content: none;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-size: var(--base-font);
    background: var(--black);
    color: var(--white);
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black.full-width {
    width: 100%;
}

    .message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black {
    transition: all 0.2s ease;
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 6px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}

    .message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black:hover:not(:disabled) {
    border-radius: 8px;
}
#mobile
    .message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black {
    border-radius: 4px;
    min-height: 42px;
    min-width: 90px;
    padding: 10px 16px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 14px;
    line-height: 1;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black
    .text {
    position: relative;
    z-index: 1;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0003;
    height: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black.has-hover:hover:not(:disabled):after {
    height: 100%;
    opacity: 1;
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black:disabled {
    background: var(--gray-200);
    color: var(--white);
}
.message-popup-wrap
    .message-popup__footer-wrap
    .flat-btn-wrap
    .flat-btn__item-wrap
    .btn-item.solid-black:disabled:after {
    content: none;
}
.message-popup-wrap + .bg-dim {
    z-index: 80;
}
.layer-popup-enter-from .layer-popup,
.layer-popup-leave-to .layer-popup {
    transform: translateY(500%);
}
.bg-dim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.5;
    z-index: 71;
}
.bg-dim-enter-active,
.bg-dim-leave-active {
    transition: all 0.5s ease;
}
.bg-dim-enter-from,
.bg-dim-leave-to {
    opacity: 0;
}
.faq-popup-enter-active .layer-popup,
.faq-popup-leave-active .layer-popup {
    transition: all 0.6s ease-out;
}
.faq-popup-enter-from .layer-popup {
    opacity: 0;
    transform: translateY(100%);
}
.faq-popup-leave-to .layer-popup {
    opacity: 0;
    transform: translateY(-80%);
}
 .video-guide-popup.layer-popup-wrap.type-full-popup .layer-popup,
 .awards-video-popup.layer-popup-wrap.type-full-popup .layer-popup {
    border-radius: 0;
    width: 100%;
    max-width: 70%;
    background-color: var(--black);
}
 .video-guide-popup.layer-popup-wrap.type-full-popup .custom-scroll-wrap,
 .awards-video-popup.layer-popup-wrap.type-full-popup .custom-scroll-wrap {
    min-height: auto;
    height: auto;
    overflow: visible;
}
#mobile .video-guide-popup.layer-popup-wrap.type-full-popup .layer-popup,
#mobile .awards-video-popup.layer-popup-wrap.type-full-popup .layer-popup {
    height: auto;
}
#mobile .video-guide-popup.layer-popup-wrap.type-full-popup .custom-scroll-wrap,
#mobile .awards-video-popup.layer-popup-wrap.type-full-popup .custom-scroll-wrap {
    min-height: auto;
    height: auto;
    overflow: visible;
}
.video-guide-popup .layer-popup__header-wrap,
.awards-video-popup .layer-popup__header-wrap {
    display: none;
}
.video-guide-popup .layer-popup__container-wrap,
.awards-video-popup .layer-popup__container-wrap {
    padding: 0;
}
.video-guide-popup .layer-popup__container-wrap .layer-popup__contents,
.awards-video-popup .layer-popup__container-wrap .layer-popup__contents {
    padding-right: 0;
}
.video-guide-popup .video-guide-modal,
.video-guide-popup .awards-video-modal,
.awards-video-popup .video-guide-modal,
.awards-video-popup .awards-video-modal {
    width: 100%;
    height: calc(100vh - 100px - var(--popupHeaderH) - var(--popupFooterH));
    margin: 0 auto;
    background-color: var(--black);
}
#mobile .video-guide-popup .video-guide-modal,
#mobile .video-guide-popup .awards-video-modal,
#mobile .awards-video-popup .video-guide-modal,
#mobile .awards-video-popup .awards-video-modal {
    height: 100vh;
}
.video-guide-popup .video-guide-btn,
.video-guide-popup .awards-video-btn,
.awards-video-popup .video-guide-btn,
.awards-video-popup .awards-video-btn {
    z-index: 2000;
    position: absolute;
    top: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
    border-color: #ffffff1a;
    background-color: transparent;
}
.video-guide-popup .video-guide-btn:before,
.video-guide-popup .awards-video-btn:before,
.awards-video-popup .video-guide-btn:before,
.awards-video-popup .awards-video-btn:before {
    width: 24px;
    height: 24px;
    border-radius: inherit;
    background-size: 24px;
}
.video-guide-popup .video-guide-btn:before,
.video-guide-popup .awards-video-btn:before,
.awards-video-popup .video-guide-btn:before,
.awards-video-popup .awards-video-btn:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.video-guide-popup .video-guide-btn:before,
.video-guide-popup .awards-video-btn:before,
.awards-video-popup .video-guide-btn:before,
.awards-video-popup .awards-video-btn:before {
    background-image: url(../images/cm/icons/24/icon-close-white-light.svg);
}
.video-guide-popup .video-guide-btn:hover:not(:disabled),
.video-guide-popup .awards-video-btn:hover:not(:disabled),
.awards-video-popup .video-guide-btn:hover:not(:disabled),
.awards-video-popup .awards-video-btn:hover:not(:disabled) {
    background-color: var(--white);
    border-color: var(--white);
}
.video-guide-popup .video-guide-btn:hover:not(:disabled):before,
.video-guide-popup .awards-video-btn:hover:not(:disabled):before,
.awards-video-popup .video-guide-btn:hover:not(:disabled):before,
.awards-video-popup .awards-video-btn:hover:not(:disabled):before {
    background-image: url(../images/cm/icons/24/icon-close.svg);
}
#mobile .video-guide-popup .video-guide-btn,
#mobile .video-guide-popup .awards-video-btn,
#mobile .awards-video-popup .video-guide-btn,
#mobile .awards-video-popup .awards-video-btn {
    top: 40px;
    right: 16px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
    border-color: var(--gray-50);
    background-color: var(--white);
}
#mobile .video-guide-popup .video-guide-btn:before,
#mobile .video-guide-popup .awards-video-btn:before,
#mobile .awards-video-popup .video-guide-btn:before,
#mobile .awards-video-popup .awards-video-btn:before {
    width: 24px;
    height: 24px;
    border-radius: inherit;
    background-size: 24px;
}
#mobile .video-guide-popup .video-guide-btn:before,
#mobile .video-guide-popup .awards-video-btn:before,
#mobile .awards-video-popup .video-guide-btn:before,
#mobile .awards-video-popup .awards-video-btn:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
#mobile .video-guide-popup .video-guide-btn:before,
#mobile .video-guide-popup .awards-video-btn:before,
#mobile .awards-video-popup .video-guide-btn:before,
#mobile .awards-video-popup .awards-video-btn:before {
    background-image: url(../images/cm/icons/24/icon-close.svg);
}
.video-guide-popup .video,
.awards-video-popup .video {
    width: 100%;
    height: 100%;
}
 .layer-popup-wrap.serch-best__popup {
    max-width: 684px;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .layer-popup-wrap.serch-best__popup .layer-popup {
    max-width: unset;
    width: 100%;
    height: 100%;
    padding: 28px 16px 30px 28px;
    border-radius: 28px;
    border: 1px solid var(--prim-aura);
    background-color: #f6f4f2;
}
 .layer-popup-wrap.serch-best__popup .layer-popup__header-wrap {
    min-height: 0;
    padding: 0;
}
 .layer-popup-wrap.serch-best__popup .layer-popup__header-wrap .popup__close-btn {
    top: 0;
    right: 12px;
}
 .layer-popup-wrap.serch-best__popup .layer-popup__container-wrap {
    padding: 40px 0 0;
}
 .layer-popup-wrap.serch-best__popup .layer-popup__container-wrap .custom-scroll-wrap {
    min-height: auto;
    max-height: 380px;
}

    .layer-popup-wrap.serch-best__popup
    .layer-popup__container-wrap
    .custom-scroll-wrap
    .layer-popup__contents {
    padding-right: 12px;
}
 .layer-popup-wrap.serch-best__popup + .bg-dim {
    opacity: 0;
}
#mobile .layer-popup-wrap.serch-best__popup {
    width: calc(100% - var(--sec-pd-mobile) * 2);
    height: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mobile .layer-popup-wrap.serch-best__popup .layer-popup {
    max-width: unset;
    width: 100%;
    height: 100%;
    padding: 20px 12px 20px 20px;
    margin: 0 auto;
    border-radius: 28px;
    border: 1px solid var(--prim-aura);
    background-color: #f6f4f2;
}
#mobile .layer-popup-wrap.serch-best__popup .layer-popup__header-wrap {
    min-height: 0;
    padding: 0;
}
#mobile .layer-popup-wrap.serch-best__popup .layer-popup__header-wrap .popup__close-btn {
    top: 0;
    right: 8px;
}
#mobile .layer-popup-wrap.serch-best__popup .layer-popup__container-wrap {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 380px;
    padding: 40px 0 0;
    
}
#mobile .layer-popup-wrap.serch-best__popup .layer-popup__container-wrap .custom-scroll-wrap {
    min-height: auto;
}
#mobile .layer-popup-wrap.serch-best__popup .layer-popup__container-wrap .layer-popup__contents {
    padding-right: 8px;
}
#mobile .layer-popup-wrap.serch-best__popup + .bg-dim {
    opacity: 0;
}
body .main-full-banner-popup-wrap .layer-popup .main-banner-swiper-wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 3;
}
body .main-full-banner-popup-wrap .layer-popup .main-banner-swiper-wrap .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    margin: 0 4px;
    border-radius: 1px;
    opacity: 1;
    background-color: #fff3;
}
#mobile body .main-full-banner-popup-wrap .layer-popup .main-banner-swiper-wrap .swiper-pagination-bullet {
    width: 12px;
    margin: 0 3px;
}
body .main-full-banner-popup-wrap .layer-popup .main-banner-swiper-wrap .swiper-pagination-bullet-active {
    background-color: var(--white);
}


.section-day-night {
    padding-bottom: 100px;
}
 .section-day-night {
    padding-block: 100px;
}
.section-day-night .title-wrap span {
    display: block;
    text-align: center;
    padding: 0 16px 24px;
    color: var(--white);
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 20px;
}
.section-day-night .day-and-night-gallery {
    max-width: 1392px;
    margin: 0 auto;
    touch-action: none;
    overscroll-behavior: none;
}
.section-day-night .day-and-night-gallery .day-and-night {
    height: 0;
    padding-bottom: 43.1%;
    position: relative;
}
.section-day-night .day-and-night-gallery .day-wrap,
.section-day-night .day-and-night-gallery .night-wrap {
    background-size: 1392px 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section-day-night .day-and-night-gallery .day-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.section-day-night .day-and-night-gallery .day-wrap .text-wrap {
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.section-day-night .day-and-night-gallery .img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    box-sizing: initial;
    border-right: 1px solid rgb(217, 217, 217);
}
.section-day-night .day-and-night-gallery .img-wrap img {
    max-width: none;
    width: auto;
    height: 100%;
}
.section-day-night .day-and-night-gallery .btn-day-night {
    position: absolute;
    width: 56px;
    height: 56px;
    right: 0;
    bottom: 25px;
    transform: translate(50%);
    z-index: 10;
    background: url(../images/pr/icons/btn-day-night.svg) no-repeat 50% 50%;
}
.section-day-night .day-and-night-gallery .text-wrap {
    position: absolute;
    text-align: center;
    padding-bottom: 30px;
    transition: opacity 0.3s ease-in;
}
.section-day-night .day-and-night-gallery .text-wrap.text-hide {
    opacity: 0;
}
.section-day-night .day-and-night-gallery .text-wrap .text {
    height: 46px;
    padding: 10px 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 23px;
    background: #00000080;
    border: 1px solid var(--white);
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 16px;
    color: var(--white);
}
.section-day-night .day-and-night-gallery .night-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/pr/imsi/night.jpg) no-repeat right top;
    background-size: contain;
}
.section-day-night .day-and-night-gallery .night-wrap .text-wrap {
    right: 0;
    bottom: 0;
    width: 50%;
}
.section-day-night .day-and-night-gallery .night-wrap .text-wrap .text {
    border-color: var(--sec-gold);
    color: var(--sec-gold);
}
.section-day-night .switch-round-btns-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.section-day-night .day-night-gallery-group-wrap .pick-guide-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-day-night .day-night-gallery-group-wrap .pick-guide-wrap .pick-guide-text {
    background: var(--white);
    font-weight: var(--font-bold-weight);
    line-height: 1;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 54px;
    border-radius: 40px;
    padding: 12px 30px;
    box-shadow: 0 10px 10px #0000001a;
}
.section-day-night .day-night-gallery-group {
    position: relative;
    cursor: grab;
}
.section-day-night .day-night-gallery-group .day-gallery-wrap {
    position: relative;
    z-index: 3;
}
.section-day-night
    .day-night-gallery-group
    .day-gallery-wrap.front-gallery-show
    + .night-gallery-wrap
    .btn-day-night {
    opacity: 0;
}
.section-day-night .day-night-gallery-group .day-gallery-wrap.back-gallery-show {
    animation: show-day-Night-back-9eea63af 0.8s ease forwards;
}
@keyframes show-day-Night-back-9eea63af {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    to {
        opacity: 0;
        z-index: 1;
    }
}
.section-day-night .day-night-gallery-group .night-gallery-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#mobile .section-day-night .day-night-gallery-group {
    overflow: hidden;
}
#mobile .section-day-night .day-night-gallery-group .text-wrap {
    display: none;
}
#mobile .section-day-night .day-night-gallery-group-wrap {
    height: 0;
    padding-bottom: 72.2%;
    overflow: hidden;
    position: relative;
}
#mobile .section-day-night .day-night-gallery-group-wrap .pick-guide-wrap .pick-guide-text {
    transform: scale(0.7);
}
#mobile .section-day-night .day-night-gallery-group-wrap .day-night-gallery-group {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.6);
}
#mobile .section-day-night .day-night-gallery-group-wrap .day-night-gallery-group .btn-day-night {
    width: 28px;
    height: 28px;
    bottom: 18px;
    background-size: contain;
}
 .section-day-night {
    padding-bottom: 200px;
}
 .section-day-night .title-wrap span {
    padding: 0 0px 42px;
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 40px;
}
 .section-day-night .switch-round-btns-wrap {
    margin-bottom: 50px;
}
.section-day-night .detail-pick-guide-enter-active,
.section-day-night .detail-pick-guide-leave-active {
    transition: all 0.5s ease-in;
}
.section-day-night .detail-pick-guide-enter-from,
.section-day-night .detail-pick-guide-leave-to {
    opacity: 0;
}
.draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.switch-round-btns {
    background: var(--white);
    border-radius: 28px;
    padding: 4px;
    line-height: 0;
    font-size: 0;
    display: flex;
}
.switch-round-btns .switch-round-btns__label {
    font-weight: var(--font-semi-bold-weight);
    line-height: 1;
    font-size: 16px;
    vertical-align: top;
    min-width: 108px;
    height: 48px;
    padding: 12px 24px;
    border-radius: 24px;
    color: var(--prim-aura);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}
.switch-round-btns .switch-round-btns__label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/cm/icons/24/icon-car-front-aura.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 6px;
}
.switch-round-btns .switch-round-btns__label.icon-back:before {
    background-image: url(../images/cm/icons/24/icon-car-back-aura.svg);
}
.switch-round-btns .switch-round-btns__label.icon-img360:before {
    background-image: url(../images/cm/icons/24/icon-360-aura.svg);
}
.switch-round-btns .switch-round-btns__label.icon-Grand:before,
.switch-round-btns .switch-round-btns__label.icon-MUSSO:before {
    display: none;
}
.switch-round-btns input[type="radio"] {
    position: absolute;
	visibility: hidden;
}
.switch-round-btns input[type="radio"]:checked + .switch-round-btns__label {
    background: var(--prim-aura);
    color: var(--white);
}
.switch-round-btns input[type="radio"]:checked + .switch-round-btns__label:before {
    background-image: url(../images/cm/icons/24/icon-car-front-white-light.svg);
}
.switch-round-btns input[type="radio"]:checked + .switch-round-btns__label.icon-back:before {
    background-image: url(../images/cm/icons/24/icon-car-back-white-light.svg);
}
.switch-round-btns input[type="radio"]:checked + .switch-round-btns__label.icon-img360:before {
    background-image: url(../images/cm/icons/24/icon-360-white-light.svg);
}
.switch-round-btns input[type="radio"]:checked + .switch-round-btns__label.icon-day:before {
    background-image: url(../images/pr/q300/icon-btn-day.svg);
}
.switch-round-btns input[type="radio"]:checked + .switch-round-btns__label.icon-night:before {
    background-image: url(../images/pr/q300/icon-btn-night.svg);
}
#mobile .switch-round-btns .switch-round-btns__label {
    height: 32px;
    font-size: 12px;
    padding: 8px 16px;
    min-width: 75px;
}

.section-detail-pick .title,
.section-detail-pick .sub-title {
    white-space: break-spaces;
    color: var(--white);
    overflow: hidden;
}
.section-detail-pick .title span,
.section-detail-pick .sub-title span {
    display: block;
    opacity: 0;
}
.section-detail-pick .main-section {
    overflow: hidden;
}
.section-detail-pick .pick-guide-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-detail-pick .pick-guide-wrap .pick-guide-text {
    background: var(--white);
    font-weight: var(--font-bold-weight);
    line-height: 1;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 54px;
    border-radius: 40px;
    padding: 12px 30px;
    box-shadow: 0 10px 10px #0000001a;
}
.section-detail-pick .switch-round-btns-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 8.888%;
    z-index: 1;
    transition: all 0.5s ease;
}
.section-detail-pick .section-detail-pick-contents {
    height: 0;
    padding-bottom: 50.875%;
    position: relative;
}
.section-detail-pick .section-detail-pick-contents .design-detail-wrap {
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    transition: all 0.5s ease;
}
.section-detail-pick .section-detail-pick-contents .design-detail-wrap .interior-design-btn-360 {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    width: 137px;
    height: 48px;
    background-color: var(--white);
    border-radius: 24px;
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 16px;
    color: var(--prim-aura);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}
.section-detail-pick
    .section-detail-pick-contents
    .design-detail-wrap
    .interior-design-btn-360:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/cm/icons/24/icon-360-aura.svg) no-repeat 50% 50%/100%;
    margin-right: 8px;
}
.section-detail-pick
    .section-detail-pick-contents
    .design-detail-wrap
    .interior-design-btn-360.renewal {
    width: 160px;
    height: 70px;
    display: inline-block;
    background: none;
    border-radius: unset;
    font-size: 0;
    cursor: pointer;
}
.section-detail-pick
    .section-detail-pick-contents
    .design-detail-wrap
    .interior-design-btn-360.renewal:before {
    display: none;
}
.section-detail-pick .section-detail-pick-contents .design-detail-wrap .btn-360 {
    width: 137px;
    height: 48px;
    border-radius: 24px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}
.section-detail-pick .design-detail__gallery-wrap {
    position: relative;
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    transform: translate(-50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn.icon-caption:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    background-image: url(../images/cm/icons/30/showroom-icon-plus.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    transition: background-image 0.5s;
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn.icon-caption:hover:before {
    transform: rotate(90deg);
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn.icon-caption.active:before {
    background-image: url(../images/cm/icons/30/showroom-icon-plus-check.svg);
    transform: rotate(0);
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn.icon-caption:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    background-color: var(--sec-gold);
    border-radius: 50%;
    opacity: 0.5;
}
 .section-detail-pick .design-detail__gallery-wrap .design-detail__btn.icon-caption:after {
    animation: pick-particle-desktop-59397bac 0.5s ease infinite alternate;
}
@keyframes pick-particle-desktop-59397bac {
    0% {
        width: 20px;
        height: 20px;
    }
    to {
        width: 50px;
        height: 50px;
    }
}
#mobile .section-detail-pick .design-detail__gallery-wrap .design-detail__btn.icon-caption:after {
    animation: pick-particle-mobile-59397bac 0.5s ease infinite alternate;
}
@keyframes pick-particle-mobile-59397bac {
    0% {
        width: 10px;
        height: 10px;
    }
    to {
        width: 30px;
        height: 30px;
    }
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn.show {
    opacity: 1;
}
.section-detail-pick .design-detail__gallery-wrap .design-detail__btn .btn-caption {
    width: auto;
    padding: 0.5px 3px;
    border-radius: 3px;
    white-space: nowrap;
    position: absolute;
    background: #0009;
    color: #fff;
    left: 50px;
    top: 23%;
}
.section-detail-pick .design-detail__gallery-wrap > .img-wrap {
    opacity: 0;
    transition: opacity 0.3s;
}
.section-detail-pick .design-detail__gallery-wrap > .img-wrap.show {
    opacity: 1;
    text-align: center;
}
.section-detail-pick .custom-scroll-wrap {
    opacity: 1;
}
.section-detail-pick .design-detail__info-wrap .custom-scroll-wrap figure {
    overflow: hidden;
}
.section-detail-pick .design-detail__info-wrap .custom-scroll-wrap figure img,
.section-detail-pick .design-detail__info-wrap .custom-scroll-wrap figure video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-detail-pick .design-detail__info-wrap .custom-scroll-wrap figure video {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.section-detail-pick .design-detail__info-title {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 14px;
    margin-top: 20px;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-detail-pick .design-detail__info-desc {
    font-weight: var(--font-reg-weight);
    line-height: var(--font-line-height);
    font-size: 12px;
    margin-top: 4px;
    word-break: keep-all;
    color: var(--gray-600);
    display: -webkit-box;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-detail-pick.type-exterior .design-detail-wrap {
    background-image: url(../images/data/pr/bg-exterior-pick.png);
}
.section-detail-pick.type-exterior.q300Bg .design-detail-wrap {
    background-image: url(../images/pr/q300/bg-exterior-pick-q300.png);
}
.section-detail-pick.guide-on .design-detail__gallery-wrap button {
    opacity: 0 !important;
    transition: opacity 0.3s;
}
.section-detail-pick .datail-pick-title {
    text-align: center;
}
.section-detail-pick .detail-pick-guide-enter-active,
.section-detail-pick .detail-pick-guide-leave-active {
    transition: all 0.5s ease-in;
}
.section-detail-pick .detail-pick-guide-enter-from,
.section-detail-pick .detail-pick-guide-leave-to {
    opacity: 0;
}
.section-detail-pick .contents-fade-enter-active,
.section-detail-pick .contents-fade-leave-active {
    transition: opacity 0.3s ease-in;
    transition-delay: 0.3s;
}
.section-detail-pick .contents-fade-enter-from,
.section-detail-pick .contents-fade-leave-to {
    opacity: 0;
}
.section-detail-pick .design-detail-info-enter-active,
.section-detail-pick .design-detail-info-leave-active {
    transition: all 0.5s ease;
}
.section-detail-pick .design-detail-info-enter-from,
.section-detail-pick .design-detail-info-leave-to {
    transform: translateY(calc(100% + 64px));
}

.interior-color__item {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.interior-color__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, #0000 40%);
}
.interior-color__divider {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #eaeaed;
}
.interior-color__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#mobile .interior-color__img {
    background-size: cover;
    background-position: bottom right 35%;
}
.interior-color__text {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    width: 100%;
    overflow: hidden;
    max-width: 1440px;
    padding: 0 var(--sec-pd-1440);
    color: var(--white);
}
.interior-color__text .title,
.interior-color__text .title .sub {
    display: flex;
    align-items: center;
}
.interior-color__text .title .sub:before {
    content: "";
    display: block;
    width: 1px;
    background-color: var(--white);
}
#desktop .interior-color__text {
    bottom: 180px;
}
#desktop .interior-color__text .title {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 30px;
}
#desktop .interior-color__text .title .sub {
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 16px;
}
#desktop .interior-color__text .title .sub:before {
    height: 24px;
    margin: 0 12px;
}
#desktop .interior-color__text .info {
    margin-top: 12px;
    font-size: 14px;
}
#mobile .interior-color__item:after {
    background: linear-gradient(0deg, #000, #0000 60%);
}
#mobile .interior-color__text {
    max-width: 786px;
    min-height: 48px;
    bottom: 150px;
    padding-left: 16px;
    padding-right: 16px;
}
@supports (padding: env(safe-area-inset-top)) {
    #mobile .interior-color__text {
        padding-bottom: calc(0px + env(safe-area-inset-bottom));
    }
}
#mobile .interior-color__text .title {
    flex-wrap: wrap;
    gap: 6px;
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 15px;
}
#mobile .interior-color__text .title .sub {
    font-weight: var(--font-semi-bold-weight);
    line-height: var(--font-semi-bold-line-height);
    font-size: 15px;
}
#mobile .interior-color__text .title .sub:before {
    height: 16px;
    margin-right: 6px;
}
#mobile .interior-color__text .info {
    margin-top: 6px;
    font-size: 12px;
}
.car-panels-wrap {
    position: absolute;
    inset: 0;
    z-index: 30;
    pointer-events: none;
}
.car-info-panel {
    /* position: fixed; */
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%) translateX(-120%);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    padding: 25px;
    width: 350px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.car-info-panel.active {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.car-info-panel.slide-right {
    left: auto;
    right: 50px;
    transform: translateY(-50%) translateX(120%);
}

.car-info-panel.slide-right.active {
    transform: translateY(-50%) translateX(0);
}

.car-info-panel h3 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid #007acc;
    padding-bottom: 8px;
}

.car-info-panel p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

.car-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.car-close-btn:hover {
    color: #fff;
    background-color: var(--prim-aura);
    border-color: var(--prim-aura);
}
#mobile .section-detail-pick .swiper [class*="swiper-button"] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
    border-color: var(--gray-50);
    background-color: var(--white);
}
#mobile .section-detail-pick .swiper [class*="swiper-button"]:before {
    width: 16px;
    height: 16px;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"]:after {
    clip: rect(0 0 0 0);
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    text-indent: -9999px;
    width: 0;
    z-index: -1;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"].swiper-button-prev {
    left: 0;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"].swiper-button-next {
    right: 0;
    transform: rotate(-180deg);
}
#mobile .section-detail-pick .swiper [class*="swiper-button"].swiper-button-disabled {
    opacity: 0;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"]:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"]:before {
    background-image: url(../images/cm/icons/24/icon-arrow-left.svg);
}
#mobile .section-detail-pick .swiper [class*="swiper-button"]:after {
    background: var(--prim-aura);
}
#mobile .section-detail-pick .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
}
#mobile .section-detail-pick .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    margin: 0 4px;
    border-radius: 1px;
    opacity: 1;
    background-color: var(--gray-100);
}
#mobile #mobile .section-detail-pick .swiper .swiper-pagination-bullet {
    width: 12px;
    margin: 0 3px;
}
#mobile .section-detail-pick .swiper .swiper-pagination-bullet-active {
    background-color: var(--prim-aura);
}
#mobile .section-detail-pick .swiper .swiper-pagination {
    margin: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    padding-top: calc(56.08% + 10px);
    display: block;
    text-align: center;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
}
#mobile .section-detail-pick .swiper .swiper-pagination .swiper-pagination-current {
    color: var(--gray-300);
    margin-right: 2px;
}
#mobile .section-detail-pick .swiper .swiper-pagination .swiper-pagination-total {
    margin-left: 2px;
}
#mobile .section-detail-pick .swiper .swiper-pagination:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 50px;
    height: 24px;
    margin-left: -25px;
    border-radius: 50px;
    background-color: var(--gray-25);
}
#mobile .section-detail-pick .swiper .swiper-button-prev,
#mobile .section-detail-pick .swiper .swiper-button-next {
    top: 0;
    margin-top: 24%;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"].swiper-button-prev {
    left: 8px;
}
#mobile .section-detail-pick .swiper [class*="swiper-button"].swiper-button-next {
    right: 8px;
}
#mobile .section-detail-pick .swiper .design-detail__info-title {
    padding-top: 34px;
}
#mobile .section-detail-pick .datail-pick-title {
    padding-top: 30px;
    text-align: center;
}
#mobile .section-detail-pick .datail-pick-title .section-contents-wrap {
    padding: 0 16px;
}
#mobile .section-detail-pick .datail-pick-title .section-contents-wrap .title {
    word-break: keep-all;
}
#mobile .section-detail-pick .section-detail-pick-contents {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 2.13/1.4;
}
#mobile .section-detail-pick .section-detail-pick-contents:after {
    content: "";
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: -101px;
}
#mobile .section-detail-pick .section-detail-pick-contents .design-detail-wrap {
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 0;
    width: 100%;
}
#mobile
    .section-detail-pick
    .section-detail-pick-contents
    .design-detail-wrap
    .interior-design-btn-360 {
    top: auto;
    bottom: 12px;
    left: 50%;
    transform: translate(calc(-50vw + 20px));
    width: 70px;
    height: 32px;
    border-radius: 16px;
    font-size: 12px;
}
#mobile
    .section-detail-pick
    .section-detail-pick-contents
    .design-detail-wrap
    .interior-design-btn-360:before {
    width: 13px;
    height: 13px;
    margin-right: 2px;
}
#mobile
    .section-detail-pick
    .section-detail-pick-contents
    .design-detail-wrap
    .interior-design-btn-360.renewal {
    width: 80px;
    height: 40px;
    background: none;
    transform: translate(-50%);
}
#mobile .section-detail-pick .section-detail-pick-contents .design-detail-wrap .btn-360 {
    width: 110px;
    top: auto;
    bottom: 8px;
}
#mobile .section-detail-pick .switch-round-btns-wrap {
    top: 0px;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%);
}
#mobile .section-detail-pick .design-detail__btn {
    width: 30px;
    height: 30px;
    margin-top: -10px;
}
#mobile .section-detail-pick .design-detail__btn.icon-caption:before {
    width: 20px;
    height: 20px;
    margin: 0;
    transform: translate(-50%, -50%);
    transition: none;
}
#mobile .section-detail-pick .design-detail__btn.icon-caption:after {
    width: 30px;
    height: 30px;
}
#mobile .section-detail-pick .design-detail__info-wrap {
    background-color: var(--white);
    z-index: 10;
    position: fixed;
    padding-top: 54px;
}
#mobile .section-detail-pick .design-detail__info-wrap.type-bottom-sheet-popup {
    overflow: hidden;
    width: 100%;
    height: calc(100% - var(--gallery-h, 336px));
    display: flex;
    flex-direction: column;
    min-height: 50vh;
    min-height: calc(var(--vh, 1vh) * 50 + 115px);
    left: 0;
    bottom: 0;
    border-radius: 24px 24px 0px 0px;
}
#mobile .section-detail-pick .design-detail__info-wrap.type-bottom-sheet-popup .close-btn-wrap {
    position: absolute;
    top: 0;
    left: 16px;
    width: calc(100% - 32px);
    border-bottom: 1px solid var(--gray-50);
    padding: 11px 0;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .design-detail__close-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
    border-color: var(--gray-50);
    background-color: var(--white);
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .design-detail__close-btn:before {
    width: 20px;
    height: 20px;
    border-radius: inherit;
    background-size: 20px;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .design-detail__close-btn:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .design-detail__close-btn:before {
    background-image: url(../images/cm/icons/24/icon-close-small.svg);
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container {
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 20px);
    height: 100%;
    padding-right: 12px;
    padding-left: 24px;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container
    .custom-scroll-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex: 1;
    padding-top: 16px;
    padding-right: 12px;
    overflow-y: auto;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container
    .custom-scroll-wrap
    figure {
    position: relative;
    width: 100%;
    padding-top: 56.08%;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container
    .custom-scroll-wrap
    figure
    img,
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container
    .custom-scroll-wrap
    figure
    video {
    -o-object-fit: cover;
    object-fit: cover;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container
    .design-detail__info-title {
    margin-top: 16px;
}
#mobile
    .section-detail-pick
    .design-detail__info-wrap.type-bottom-sheet-popup
    .bottom-sheet-container
    .design-detail__info-desc {
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#mobile .section-detail-pick .pick-guide-wrap .pick-guide-text {
    font-size: 14px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 40px;
}
#mobile .section-detail-pick.type-interior .sub-title {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 30px;
}
#mobile .section-detail-pick.type-interior .sub-title > span {
    display: -webkit-box;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#mobile .section-detail-pick.type-interior .title {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 24px;
    padding-bottom: 40px;
    padding-top: 16px;
}
#mobile .section-detail-pick.type-interior .title > span {
    display: -webkit-box;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#mobile .section-detail-pick.type-interior .datail-pick-title {
    padding-top: 20px;
}
#mobile .section-detail-pick.type-interior .section-detail-pick-contents {
    height: auto;
}
#mobile .section-detail-pick.type-interior .section-detail-pick-contents .detail-pick-inner-contents {
    width: 180%;
    transform: translate(-25%);
}
#mobile .section-detail-pick.type-interior .section-detail-pick-contents .pick-guide-wrap {
    width: 100%;
    aspect-ratio: 1.96/1;
}
#mobile .section-detail-pick.type-interior .section-detail-pick-contents .design-detail-wrap {
    transform: none;
    position: static;
}
#mobile .section-detail-pick.type-interior .design-detail__info-wrap.type-bottom-sheet-popup {
    height: calc(100% - var(--gallery-h, 336px) * 12 / 18);
    min-height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    z-index: 14;
}
#mobile .section-detail-pick.type-exterior {
    margin-bottom: calc(100px + env(safe-area-inset-bottom) + env(safe-area-inset-top));
}
#mobile .section-detail-pick.type-exterior [dataid="exterior-design"] {
    padding-top: 30px;
}
#mobile .section-detail-pick.type-exterior [dataid="exterior-design"]:has(.q300Bg) {
    background: url(../images/pr/q300/bg-exterior-pick-q300.png) no-repeat center/cover;
}
#mobile .section-detail-pick.type-exterior .switch-round-btns-wrap {
    top: -20px;
}
#mobile .section-detail-pick.type-exterior .horizontal-long {
    overflow: visible;
}
#mobile .section-detail-pick.type-exterior .design-detail__gallery-wrap {
    width: 87%;
    margin: 20px auto 14px;
}
#mobile .section-detail-pick.type-exterior.q300Bg {
    padding-bottom: 60px;
    background-color: #f5f5f7;
    border-top: 1px solid #f5f5f7;
}
#mobile .section-detail-pick.type-exterior.q300Bg .section-detail-pick-contents:after {
    background-color: #f5f5f7;
}
#mobile .section-detail-pick.type-exterior.q300Bg .section-detail-pick-contents .design-detail-wrap {
    background-image: none;
}
#mobile .section-detail-pick .design-detail__gallery-wrap .design-detail__btn .btn-caption {
    left: 29px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 12px;
}
 .section-detail-pick .swiper {
    width: 100%;
    height: 100%;
}
 .section-detail-pick .swiper [class*="swiper-button"] {
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
    border-color: var(--gray-50);
    background-color: var(--white);
}
 .section-detail-pick .swiper [class*="swiper-button"]:before {
    width: 16px;
    height: 16px;
}
 .section-detail-pick .swiper [class*="swiper-button"]:after {
    clip: rect(0 0 0 0);
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    text-indent: -9999px;
    width: 0;
    z-index: -1;
}
 .section-detail-pick .swiper [class*="swiper-button"].swiper-button-prev {
    left: 0;
}
 .section-detail-pick .swiper [class*="swiper-button"].swiper-button-next {
    right: 0;
    transform: rotate(-180deg);
}
 .section-detail-pick .swiper [class*="swiper-button"].swiper-button-disabled {
    opacity: 0;
}
 .section-detail-pick .swiper [class*="swiper-button"]:before {
    z-index: 3;
}
 .section-detail-pick .swiper [class*="swiper-button"]:after {
    text-indent: 0;
    clip: unset;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
}
 .section-detail-pick .swiper [class*="swiper-button"]:hover:not(:disabled) {
    transition: background 0.3s 0.2s;
}
 .section-detail-pick .swiper [class*="swiper-button"]:hover:not(:disabled):after {
    transform-origin: right;
    transform: scaleX(1);
}
 .section-detail-pick .swiper [class*="swiper-button"]:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
 .section-detail-pick .swiper [class*="swiper-button"]:before {
    background-image: url(../images/cm/icons/24/icon-arrow-left-prim.svg);
}
 .section-detail-pick .swiper [class*="swiper-button"]:hover:not(:disabled) {
    background-color: var(--prim-aura);
    border-color: var(--prim-aura);
}
 .section-detail-pick .swiper [class*="swiper-button"]:hover:not(:disabled):before {
    background-image: url(../images/cm/icons/24/icon-arrow-left-white-light.svg);
}
 .section-detail-pick .swiper [class*="swiper-button"]:after {
    background: var(--prim-aura);
}
 .section-detail-pick .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
}
 .section-detail-pick .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    margin: 0 4px;
    border-radius: 1px;
    opacity: 1;
    background-color: var(--gray-100);
}
#mobile  .section-detail-pick .swiper .swiper-pagination-bullet {
    width: 12px;
    margin: 0 3px;
}
 .section-detail-pick .swiper .swiper-pagination-bullet-active {
    background-color: var(--prim-aura);
}
 .section-detail-pick .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .section-detail-pick .swiper .swiper-pagination {
    position: absolute;
    top: 50%;
    margin-top: 250px;
}
 .section-detail-pick .swiper [class*="swiper-button"].swiper-button-next {
    right: 26px;
    top: 42%;
    margin-top: 0;
}
 .section-detail-pick .swiper [class*="swiper-button"].swiper-button-prev {
    left: 26px;
    top: 42%;
    margin-top: 0;
}
 .section-detail-pick .datail-pick-title {
    /*padding-top: 140px;*/
}
 .section-detail-pick .datail-pick-title .default-section {
    padding-bottom: 60px;
}
 .section-detail-pick .design-detail__info-wrap {
    background: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35.715%;
    max-width: 882px;
}
 .section-detail-pick .design-detail__info-wrap .bottom-sheet-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .section-detail-pick .design-detail__info-wrap .bottom-sheet-container .custom-scroll-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .section-detail-pick
    .design-detail__info-wrap
    .bottom-sheet-container
    .custom-scroll-wrap
    figure {
    position: relative;
    width: 73.852%;
    aspect-ratio: 16/9;
    margin: 0 auto;
}
 .section-detail-pick .design-detail__info-wrap .design-detail__info-title {
    width: 73.852%;
    margin-left: auto;
    margin-right: auto;
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 16px;
}
 .section-detail-pick .design-detail__info-wrap .design-detail__info-desc {
    width: 73.852%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    min-height: 42px;
    font-weight: var(--font-reg-weight);
    line-height: var(--font-line-height);
    font-size: 13px;
}
 .section-detail-pick .design-detail__info-wrap .design-detail__close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
    border-color: var(--gray-50);
    background-color: var(--white);
}
 .section-detail-pick .design-detail__info-wrap .design-detail__close-btn:before {
    width: 24px;
    height: 24px;
    border-radius: inherit;
    background-size: 24px;
}
 .section-detail-pick .design-detail__info-wrap .design-detail__close-btn:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
 .section-detail-pick .design-detail__info-wrap .design-detail__close-btn:before {
    background-image: url(../images/cm/icons/24/icon-close-prim.svg);
}

    .section-detail-pick
    .design-detail__info-wrap
    .design-detail__close-btn:hover:not(:disabled) {
    background-color: var(--prim-aura);
    border-color: var(--prim-aura);
}

    .section-detail-pick
    .design-detail__info-wrap
    .design-detail__close-btn:hover:not(:disabled):before {
    background-image: url(../images/cm/icons/24/icon-close-white-light.svg);
}
 .section-detail-pick .design-detail__info-wrap .design-detail__close-btn:hover {
    transform: rotate(90deg);
}
 .section-detail-pick .switch-round-btns-wrap {
    opacity: 1;
    transform: translateY(0) translate(-50%);
}
 .section-detail-pick.type-exterior .expanded .design-detail-wrap {
    transform: translate(-17.7083333333%);
}
 .section-detail-pick.type-exterior .expanded .design-detail-wrap ~ .switch-round-btns-wrap {
    left: calc(32.1425% + 112px);
}
 .section-detail-pick.type-exterior .section-detail-pick-contents {
    padding-bottom: 35%;
}
 .section-detail-pick.type-exterior .design-detail-wrap {
    padding-bottom:150px;
}
 .section-detail-pick.type-exterior .design-detail-wrap .design-detail__gallery-wrap {
    max-width: 48%;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 18%;
    left: 25.5%;
}
 .section-detail-pick.type-exterior .custom-scroll-wrap {
    margin-top: 20px;
}
 .section-detail-pick.type-interior .sub-title {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 40px;
}
 .section-detail-pick.type-interior .sub-title > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .section-detail-pick.type-interior .title {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 40px;
}
 .section-detail-pick.type-interior .title > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .section-detail-pick.type-interior
    .main-section
    .section-detail-pick-contents
    .design-detail__gallery-wrap {
    height: 0;
    width: 100%;
    padding-bottom: 51.0416666667%;
}

    .section-detail-pick.type-interior
    .main-section
    .section-detail-pick-contents
    .detail-pick-inner-contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: width 0.5s ease;
}

    .section-detail-pick.type-interior
    .main-section
    .section-detail-pick-contents
    .design-detail-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .section-detail-pick.type-interior
    .main-section
    .section-detail-pick-contents.expanded
    .detail-pick-inner-contents {
    width: 64.285%;
    min-width: calc(100% - 882px);
    background: var(--black);
}

    .section-detail-pick.type-interior
    .main-section
    .section-detail-pick-contents.expanded
    .design-detail-wrap
    .interior-design-btn-360 {
    opacity: 0;
}
 .section-detail-pick.type-interior .main-section .section-detail-pick-contents .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 .section-detail-pick.guide-on .switch-round-btns-wrap {
    opacity: 0;
    transform: translateY(100px) translate(-50%);
}
 .section-detail-pick .design-detail-info-enter-active,
 .section-detail-pick .design-detail-info-leave-active {
    transition: all 0.5s ease;
}
 .section-detail-pick .design-detail-info-enter-from,
 .section-detail-pick .design-detail-info-leave-to {
    transform: translate(calc(100% + 64px));
}