/* @font-face {
	font-family: 'Pretendard-Regular';
	font-style: normal;
	font-weight: normal;
	src: url(font/Pretendard-Regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 400;
	src: url(font/PretendardVariable.woff2) format('woff2');
} */
@font-face {
    font-family: 'GT-America-Extended-Medium';
    font-style: normal;
    font-weight: normal;
    src: url(font/GT-America-Extended-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'GT-America-Extended-Regular';
    font-style: normal;
    font-weight: normal;
    src: url(font/GT-America-Extended-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'GT-America-Extended-Thin';
    font-style: normal;
    font-weight: normal;
    src: url(font/GT-America-Extended-Thin.woff2) format('woff2');
}

@font-face {
    font-family: "Codec Pro";
    src: url(font/CodecPro-ExtraBold.woff2) format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "Codec Pro";
    src: url(font/CodecPro-Bold.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Codec Pro";
    src: url(font/CodecPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Codec Pro";
    src: url(font/CodecPro-Light.woff2) format("woff2");
    font-weight: 200;
}

@font-face {
    font-family: "GT America Trial";
    src: url(font/GT-America-Extended-Bold-Trial.woff2) format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "GT America Trial";
    src: url(font/GT-America-Extended-Medium-Trial.woff2) format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "GT America Trial";
    src: url(font/GT-America-Extended-Regular-Trial.woff2) format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "GT America Trial";
    src: url(font/GT-America-Extended-Light-Trial.woff2) format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "Pretendard";
    src: url(font/Pretendard-Bold.woff2) format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Pretendard";
    src: url(font/Pretendard-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(font/Pretendard-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(font/Pretendard-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
	font-family: 'CommutersSans';
	font-weight: 300;
	src: url(font/CommutersSans-Light.woff2) format('woff2');
}
@font-face {
    font-family: 'CommutersSans';
	font-weight: 400;
	src: url(font/CommutersSans-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'CommutersSans';
    font-weight: 600;
    src: url(font/CommutersSans-Semibold.woff2) format('woff2');
}
@font-face {
    font-family: 'CommutersSans';
    font-weight: 700;
    src: url(font/CommutersSans-Bold.woff2) format('woff2');
} */
:root {
    --max-screen-width: 1400px;
    --max-content-width: 1200px;

    --page-top-bg-color: #EEE;
    --page-bg-color: #F5F5F5;
    /* --page-bg-color: #202020; dark 샘플*/
    /* --page-point1-color: #C393CB; */
    --page-point1-color: #1A1A1A;
    --page-point2-color: #B297CB; /* 글씨 색상*/
    --page-point3-color: #C29BD4; /* 배경,선 색상 */
    --page-base1-color: #C29BD4;
    --page-base2-color: #E7CAA4;
    --page-common1-color: #9E9E9E;
    --page-common2-color: #999999;

    /* Color styles */
    --Primary-100: #F6F1FB;
    --Primary-200: #ECE7F2;
    --Primary-300: #DCD3E8;
    --Primary-400: #D0B7E8;
    --Primary-500: #BA8EE3;
    --Primary-550: #A67BCF;
    --Primary-600: #7D5A9E;
    --Primary-700: #6E5F7C;
    --Primary-800: #383040;
    --Secondary-Red: #CF5F61;
    --Secondary-Beige: #F6CD94;
    --Secondary-Yellow: #FBCB2D;
    --Secondary-Green: #54BC6A;
    --Neutral-0: #FFFFFF;
    --Neutral-100: #F1F1F1;
    --Neutral-200: #DDDDDD;
    --Neutral-300: #B1B1B1;
    --Neutral-400: #999999;
    --Neutral-500: #666666;
    --Neutral-600: #222222;
    --Neutral-700: #000000;
    --Stats-Failure: #6E5F7C;
    --Stats-Completed: #BA8EE3;
    --Stats-Pending: #EDE0F8;
    --Stats-Today: #CF5F61;
    --Stats-Approved: #FBCB2D;
    --Success-Check: #49E456;
    --Danger-01: #FFD4D5;
    --Danger-02: #CF5F61;
    --Tags-01: #9CBD75;
    --Tags-02: #BD8775;
    --Tags-03: #B697D3;
    --Tags-04: #54B7BC;
    --Tags-05: #97AED3;
    --Tags-06: #757ABD;
    --Tags-07: #D9A300;
    --Tags-08: #CF5F61;
    --Tags-outline-01: #F7EEFF;
    --Tags-outline-02: #FFF0C3;
    --Membership-Rookie-Text: #A3FEFB;
    --Membership-Rookie-Bg: #BA8EE3;
    --Membership-Master-Text: #FFEF86;
    --Membership-Master-Bg: #E56F6F;
    --Membership-Pro-Text: #FBCB2D;
    --Membership-Pro-Bg: #222222;
    --Badges-01: #ECDBFD;
    --Badges-02: #F5FAC1;
    --Badges-03: #D4F6D7;
    --Badges-04: #FFEEC2;
    --Badges-05: #FFDEDE;
    --Badges-06: #DEF7FF;
    --Badges-07: #DBE6FF;
    --Badges-08: #E1E1E1;
    --Gradient-Purple-01: #F3ECE8;

    --swiper-pagination-color: var(--Neutral-700);
    --swiper-pagination-bullet-inactive-color: #c4c4c4;
    --swiper-pagination-point: var(--page-common1-color);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-base: #E8E3DF;

    --divider-color: #CCC;

    --highlight-color: #f8b933;
    --highlight-color-rgb: 255, 93, 93;

    --sat: env(safe-area-inset-top, 0);
    --sar: env(safe-area-inset-right, 0);
    --sab: env(safe-area-inset-bottom, 0);
    --sal: env(safe-area-inset-left, 0);

    --btm-menu-height: 66px;
    --btm-menu-zindex: 100;
    --btm-menu-posy-from-bottom: calc(var(--sab) + var(--btm-menu-height));
    --progress-height: 2px;
    --product-area-height: 66px;
    --video-description-height: 50px;
    --header-sub-height: 70px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    border: none;
}

html {
    position: relative;
    height: 100vh;
    font-family: "GT-America-Extended-Regular", "Pretendard Variable", "sans-serif";
    font-weight: 400;
    font-size: 14px;
    word-break: keep-all;
    color: #000;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    -ms-overflow-style: none;
}

body {
    /*top: env(safe-area-inset-top) !important;*/
    width: 100%;
    min-width: 280px;
    height: calc(100% - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    position: fixed !important;
    overflow-y: auto;
    /* max-width: var(--max-screen-width); */
}

body[data-lang='en'] * {
    letter-spacing: 0.32px;
}

/*웹뷰에서 모달창이 떠있을때 스크롤 방지용*/
::-webkit-scrollbar {
    width: 0.1vw;
    height: 0.1vw;
}

::-webkit-scrollbar-thumb {
    /*cursor: grab;*/
    /*background-color: var(--primary);*/
}

textarea::-webkit-scrollbar {
    width: 12px;
}

textarea::-webkit-scrollbar-thumb {
    cursor: grab;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 999px;
    border: 4px solid transparent;
    background-clip: content-box;
}

/* nicescroll 모바일 대응 */
.list {
    overflow-y: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.list::-webkit-scrollbar {
    display: none;
}

.nice-select .current {
    overflow: hidden;
}

.menu-mobile-modal {
    width: 100vw;
    height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.menu-mobile-modal .mobile-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px;
    margin-bottom: 17px;
}

.menu-mobile-modal .mobile-modal-header .close {
    cursor: pointer;
}

.menu-mobile-modal .menus {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 35px;
    flex: 1;
}

.menu-mobile-modal .menus div {
    color: #1A1A1A;
    font-family: "GT-America-Extended-Regular", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
}

.menu-mobile-modal .menus .modal-language {
    color: var(--page-common1-color);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 10px;
}

.menu-mobile-modal .menus .modal-menu {
    line-height: 24px;
    letter-spacing: 0.3px;
    cursor: pointer;
    font-weight: 400;
}

.menu-mobile-modal .menus .modal-menu.active {
    font-weight: 600;
}

.menu-mobile-modal .modal-footer-wrap {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.menu-mobile-modal .modal-footer-wrap .modal-instagram {
    font-family: "GT-America-Extended-Regular", sans-serif;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0.3px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 35px;
    display: flex;
    align-items: center;
}

.menu-mobile-modal .modal-footer-wrap .modal-instagram img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.menu-mobile-modal .mobile-modal-footer {
    width: 100%;
    padding: 30px 20px;
    background: #EEE;
    display: flex;
    flex-direction: column;
}

.menu-mobile-modal .mobile-modal-footer .footer-logo {
    display: flex;
    align-items: center;
    height: 18px;
}

.menu-mobile-modal .mobile-modal-footer img {
    height: 100%;
}

.menu-mobile-modal .mobile-modal-footer .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.menu-mobile-modal .mobile-modal-footer .text a {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* Scope everything under body.home */
.home {
    background: var(--page-bg-color);
    color: var(--page-point1-color);
}

.home a {
    color: var(--page-point1-color);
    text-decoration: none
}

/* Skip */
.home .skip {
    position: absolute;
    left: -1000px;
    top: auto
}

.home .skip:focus {
    left: 8px;
    top: 8px;
    background: #111;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px
}

/* Header / Nav */
.main-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #FFF;
    backdrop-filter: saturate(180%) blur(8px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #D9D9D9;
}

.main-header.hide {
    transform: translateY(-100%);
    opacity: 0;
}

.top-nav-wrap {
    width: 100%;
    background: #F9F9F9;
    border-bottom: solid 1px #EBEBEB;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 18px;
}

.top-nav {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 18px;
}

.top-nav .ico-instagram {
    width: 18px;;
}

.top-nav .ico-instagram img {
    display: block;
}

.nav {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 42px 18px;
}

.mobile-nav {
    display: none;
    max-width: var(--max-content-width);
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 21px;
    width: 100%;
}

.web-nav {
    width: 100%;
    max-width: var(--max-content-width);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.menu-nav {
    display: flex;

    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);

    transition-timing-function: ease;
    transition-duration: 0.6s;
    transition-delay: 0s;

    width: 22px;
    height: 22px;
    color: #1A1A1A;
    background: url(../images/ico/ico-menu.png) 50% 100% no-repeat;

    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    cursor: pointer;
}

.menu-nav.right {
    left: unset;
    background: unset;
    right: 20px;
}

.nav-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-menu-wrap.right {
    left: unset;
    /* right: 20px; */
    right: 0;
    gap: 0;
}

.nav-menu {
    color: var(--page-common1-color);
    font-family: "GT-America-Extended-Regular", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.nav-menu.active {
    color: var(--page-point1-color);
    font-weight: 700;
}

.nav-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon-wrap img {
    max-width: 20px;
}

.nav-icon-wrap.cart img {
    max-width: 21px;
}

.nav-icon-wrap.icon {
    /* margin-left: 20px; */
    margin-right: 14px;
}

.contact-nav {
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    cursor: pointer;
}

.contact-nav img {
    display: block;
    height: 20px;
}

.contact-nav.instagram {
    left: 0;
    top: unset;
    transform: none;
}

.contact-nav.mypage {
    left: unset;
    right: 0;
    top: unset;
    transform: none;
    display: flex;
    gap: 16px;
}

.web-menu-nav {
    max-width: var(--max-screen-width);
    padding: 96px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0 0 20px 0;
}

.web-menu {
    color: #1A1A1A;
    font-family: "GT-America-Extended-Regular", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    /* text-transform: uppercase; */
}

.brand {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 36px;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1000px) {
    .brand {
        height: 22px;
    }

    .nav {
        /*justify-content: space-between;*/
        padding: 0;
    }

    .mobile-nav {
        display: flex;
    }

    .web-nav {
        display: none;
    }

    .top-nav-wrap {
        display: none;
    }
}

.right-icon {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.right-icon.mobile {
    display: none;
}

.instagram {
    display: block;
    width: 22px;
    height: 22px;
}

.ico-mypage {
    display: block;
    width: 22px;
    height: 22px;
}

.ico-mypage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lang-btn {
    cursor: pointer;
    color: var(--page-common1-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.lang-btn.active {
    color: #1A1A1A;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.lang-divider {
    color: #9E9E9E;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 5px;
}

.right-icon span.divider {
    font-weight: 255;
    cursor: text;
}

.highlight {
    color: var(--page-point2-color);
}

@media (max-width: 1000px) {
    .right-icon {
        display: none;
    }

    .right-icon.mobile {
        display: flex;
    }

    .instagram {
        display: flex;
    }

    .ico-mypage {
        display: flex;
    }

}

/* Layout */
.home .section {
    padding: 48px 20px;
}

.home .wrap {
    max-width: var(--max-screen-width);
    margin: 0 auto;
}

.home h2 {
    font-size: 28px;
    margin: 0 0 6px 0;
}

.home h3 {
    font-size: 22px;
    margin: 6px 0 18px;
}

.home p {
    line-height: 1.8;
    color: var(--page-point1-color);
    margin: 0 0 12px;
}

.home.shop p {
    line-height: 1.8;
    color: var(--page-point1-color);
    margin: 0;
}

.home .muted {
    color: var(--page-common1-color)
}

/* Hero */
.home .hero {
    width: 100%;
    /*max-width: var(--max-screen-width);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home .hero-swiper {
    width: 100%;
    height: 500px;
    position: relative;
}

.home .hero-swiper {
    width: 100% !important;
}

.home .hero-swiper.shop {
    height: 300px;
}

.home .hero .gallery {
    width: 100%;
    background: #000;
    height: 100%;
    position: relative;
}

.home .hero .gallery.beige {
    background: var(--page-base2-color);
}

.home .hero .gallery picture img {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.home .hero .hero-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .hero .hero-content .text {
    max-width: var(--max-screen-width);
    width: 100%;
    text-align: left;
    padding: 0 100px;
}

.home .hero .hero-content .text p {
    color: #FFF;
}

.home .hero .hero-content .text.black p {
    color: #1A1A1A;
}

.home .hero .hero-content .text-title {
    /* CodecPro/Display-sm-Bold */
    font-family: "Codec Pro";
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 117.647% */
    letter-spacing: -0.68px;
    max-width: 500px;
    text-transform: uppercase;

}

.home .hero .hero-content .text-subTitle {
    color: #FFF;

    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
}

.home .hero .hero-content .btn-more {
    margin-top: 14px;
    display: flex;
    height: 30px;
    width: 120px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF20;
}

.home .hero .hero-content .btn-more .txt-btn-more {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

/* IG banner */
.home .ig-banner {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.home .ig-banner .row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.home .ig-banner p {
    margin: 20px;
}

@media (max-width: 1000px) {
    .home .hero {
        margin-bottom: unset;
    }

    .home .hero-swiper {
        width: 100%;
        height: 650px;
        position: relative;
    }

    .home .hero-swiper.shop {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .home .hero .hero-content {
        height: 100%;
    }

    .home .hero .hero-content .text {
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 68px 21px;
    }

    .home .hero .hero-content .text-subTitle {
        max-width: 100%;
    }
}

@media (max-width: 640) {
    .home .hero-swiper {
        width: 100%;
        height: 600px;
        position: relative;
    }
}

.comment-board {
    position: relative;
    background: #a9c4c2;
    padding: 96px 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
}
.comment-board .comment-board-inner {
    /*max-width: var(--max-screen-width);*/
    /*margin: 0 auto;*/
}

.home .comment-board-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.home .comment-board-text {
    color: var(--Neutral-700, #000);
    text-align: center;
    font-family: "Codec Pro";
    font-size: clamp(34px, calc((36 / 1440) * 100vw), 36px);
    line-height: 116.667%;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.home .comment-board-text .line-1,
.home .comment-board-text .line-2 {
    display: block;
}
.home .comment-board-text .line-2 {
    font-size: clamp(30px, calc((34 / 1440) * 100vw), 34px);
}
.home .comment-board-subText {
    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    line-height: 127.273%; /* 127.273% */
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.44px;
}
.home .comment-board .comment-board-outer {
    text-align: center;
    color: var(--Neutral-600, #222);

    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;
}
.home .comment-board .comment-board-hint {
    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    line-height: 127.273%;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.44px;

    margin: 42px 0 22px;
}
.home .comment-board .comment-board-stage {
    position: relative;
    height: 620px;
    touch-action: pan-y;
    cursor: grab;
}
.home .comment-board {
    position: relative;
}
.home .comment-board .comment-board-stage.is-dragging {
    cursor: grabbing;
}

.home .comment-board .sticker {
    position: absolute;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    padding: 14px 16px;
    max-width: 260px;
    min-width: 130px;
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
    user-select: none;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
    max-height: calc(100% - 24px);
    overflow: hidden;
    transform-origin: center center;
}
.home .comment-board .comment-board-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 18;
}
.home .comment-board .sticker.is-focused {
    box-shadow:
        0 18px 34px rgba(17, 24, 39, .2),
        0 0 0 2px rgba(16, 24, 40, .16);
    border-color: rgba(16, 24, 40, .42);
    z-index: 20;
}
.home .comment-board .sticker .content-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.home .comment-board .sticker .text {
    max-width: 220px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    color: #4f565e;
    font-family: Pretendard;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.4px;
}
.home .comment-board .sticker.expanded .text {
    display: block;
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
    white-space: pre-line;
    padding-right: 2px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.home .comment-board .sticker.expanded {
    display: flex;
    flex-direction: column;
    max-width: 360px;
}
.home .comment-board .sticker.expanded .content-row {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}
.home .comment-board .sticker.expanded .meta {
    margin-top: 10px;
    flex: 0 0 auto;
}

.home .comment-board .sticker .meta {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 14px;
    color: #9E9E9E;
}
.home .comment-board .sticker .meta .author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
    letter-spacing: -0.24px;
}
.home .comment-board .sticker .meta .comment-id {
    margin-left: auto;
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: -0.2px;
    line-height: 1;
}
.home .comment-board .sticker.expanded .meta .author {
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
}
.home .comment-board .sticker .meta .likes  {
    display: none;
}
.home .comment-board .sticker-replay-btn  {
    display: none;
}

@media (max-width: 1000px) {
    .home .comment-board {
        padding: 96px 21px;
    }

    .home .comment-board-title {
        align-items: flex-start;
    }

    .home .comment-board-text {
        text-align: left;
    }

    .home .comment-board-subTitle {
        text-align: left;
    }
    .home .comment-board-subText {
        text-align: left;
    }

    .home .comment-board .comment-board-stage {
        height: 560px;
    }

    .home .comment-board .sticker {
        max-width: 220px;
        padding: 12px 14px;
    }

    .home .comment-board .sticker .text {
        max-width: 190px;
        font-size: 18px;
    }

    .home .comment-board .sticker.expanded {
        max-width: min(90vw, 320px);
        max-height: min(62vh, 360px);
    }

    .home .comment-board .sticker .meta {
        font-size: 13px;
    }

    .home .comment-board .journal-outer {
        margin-bottom: unset;
    }
}
@media (max-width: 600px) {
    .home .comment-board-text {
        font-size:26px;
    }

    .home .comment-board-subText {
        font-size:18px;
    }
}
@media (max-width: 420px) {
    .home .comment-board-text {
        font-size:22px;
    }

    .home .comment-board-subText {
        font-size:16px;
    }
}
/* value */
.home .value {
    max-width: var(--max-screen-width);
    padding: 96px;
    margin: 0 auto;
    position: relative;
}

.home .value-title {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 28px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}

.home .value-subTitle {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 24px; /* 150% */
    margin-bottom: 40px;
    text-align: center;
    /* text-transform: uppercase; */
}

.home .value-swiper {
    /*margin-bottom: 56px;*/
}

.home .value swiper-slide {
    width: 282px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--page-bg-color);
}

.home .value .value-gallery {
    width: 282px;
    height: 423px;
    flex-shrink: 0;
    background: var(--page-base1-color);
    position: relative;
}

.home .value .value-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .product-introduction {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    flex: 1;
    margin-top: 28px;
}

.home .introduction-title {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    height: auto;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .introduction-subTitle {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 20px;
}

.home .swiper-container {
    position: relative;
    overflow: visible;
}

/* 비활성 블렛 (흰색 50%) */
/*.hero-swiper::part(bullet) {*/
/*    background: #fff; !* 흰색 *!*/
/*    opacity: 0.5;*/
/*    margin:0 6px;*/
/*}*/
/*!* 활성 블렛 (흰색) *!*/
/*.hero-swiper::part(bullet-active) {*/
/*    background: #fff; !* 흰색 *!*/
/*    opacity: 1;*/
/*    margin:0 6px;*/
/*}*/
.swiper-nav {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 70px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.full-swiper-nav {
    width: 100%;
    padding: 0 20px;
    max-width: var(--max-screen-width);
}

.swiper-nav .swiper-nav-next img {
    transform: rotate(180deg);
}

.swiper-nav .swiper-nav-prev,
.swiper-nav .swiper-nav-next {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.swiper-nav .swiper-nav-prev.swiper-button-disabled,
.swiper-nav .swiper-nav-next.swiper-button-disabled {
    visibility: hidden;
}

.home .value-progressbar-virtual {
    position: relative;
}

.home .lineup .go-shop {
    width: 200px;
    text-align: center;
    cursor: pointer;
    margin: 24px auto 0;
    color: #FFF;
    background: #1A1A1A;
    padding: 16px 24px;
}

.home .lineup swiper-slide {
    width: 282px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--page-bg-color);
}

.home .lineup .go-shop .go-shop-btn {

}

.home .value-progressbar-virtual .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .progressbar .swiper-pagination-bullet {
    width: 100%;
    height: 2px;
    border-radius: unset;
    margin: unset !important;
    background: #D9D9D9;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.home .progressbar .swiper-pagination-bullet-active {
    background: #201E22;
}

@media (max-width: 1000px) {
    .home .swiper-nav {
        display: none;
    }

    .home .value {
        padding: 96px 21px;
    }

    .home .value-title {
        text-align: left;
    }

    .home .value-subTitle {
        text-align: left;
    }

    .home .value swiper-slide {
        width: 256px;
    }

    .home .value .value-gallery {
        width: 256px;
        height: 384px;
    }

    .home .value-gallery .bedge {
        width: 72px;
        height: 72px;
    }

    .home .value-progressbar-virtual {
        /* margin-bottom: 46px; */
    }

    .home .value-swiper {
        /*margin-bottom: 48px;*/
    }
}

.home .go-btn {
    min-width: 218px;
    width: fit-content;
    height: 65px;
    padding: 18px 42px;
    text-align: center;
    cursor: pointer;
    margin: 42px auto 0;

    border: 1px solid var(--Neutral-700, #000);
    background: #FFF;

    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}

.home .go-btn.black {
    border: 1px solid var(--Primary-800, #383040);
    background: var(--Neutral-700, #000);

    color: var(--Neutral-0, #FFF);
}

/* story */
.home .story {
    color: #1A1A1A;
    background: #E8E8E8;
    width: 100%;
    padding: 96px;
}

.home .story-inner {
    margin: 0 auto;
    max-width: var(--max-screen-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*gap: 24px;*/
}

.home .story-inner.column {
    flex-direction: column;
    align-items: center;
    gap: 66px;
}

.home .story-title {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 80px;
}

.home .story-title::before {
    content: "";
    width: 104px;
    height: 104px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/assets/images/home/story-tag-image1.png");
    background-repeat: no-repeat;
    transform-origin: center;
}

.home .story-text {
    color: #000;
    font-family: "Codec Pro";
    font-size: clamp(34px, calc((36 / 1440) * 100vw), 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 116.667%;
    letter-spacing: -0.72px;

    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
}

.home .story-subText {
    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.4px;
    z-index: 1;
}

.home .story-introduction {
    display: flex;
    flex-direction: column;
    padding: 80px 120px;
    border-top: solid 1px #99999950;
}

.home .intro-index {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    position: relative;

    border-radius: 45px;
    background: #2B2B2B;
}

.home .intro-index div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #E8E8E8;
    text-align: center;

    /* CodecPro/Display-xs-Bold */
    font-family: "Codec Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
}

.home .introduction-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 25px 0;
}

.home .introduction-container:first-of-type {
    padding-top: 0;
}

.home .introduction-container:last-of-type {
    border-bottom: unset;
    padding-bottom: 0;
}

.home .introduction-container .intro-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home .introduction-container .introduction-name {
    color: var(--Neutral-700, #000);
    font-family: "Codec Pro";
    font-size: 26px;
    font-weight: 500;
    min-width: 180px;
    /* flex: 1 1 180px; */
}

.home .introduction-container .introduction-description {
    color: var(--Neutral-600, #222);

    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%; /* 127.778% */
    letter-spacing: -0.36px;
}

.home .story-outer {
    margin: 0 auto;
    max-width: var(--max-screen-width);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;

    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;
}

@media (max-width: 1000px) {
    .home .story {
        margin-bottom: unset;
        padding: 96px 21px;
    }

    .home .intro-index {
        width: clamp(40px, calc((90 / 1000) * 100vw), 90px);
        height: clamp(40px, calc((90 / 1000) * 100vw), 90px);
    }

    .home .intro-index div {
        font-size: clamp(18px, calc((26 / 1000) * 100vw), 26px);
    }

    .home .story-title {
        margin-bottom: 60px;
        align-items: flex-start;
    }

    .home .story-text {
        max-width: calc(100% - 104px);
        text-align: left;
    }

    .home .story-introduction {
        /*flex-direction: column;*/
        padding: clamp(60px, calc((80 / 1000) * 100vw), 80px) 0;

    }

    .home .introduction-container {
        gap: clamp(20px, calc((30 / 1000) * 100vw), 30px);
        padding: clamp(20px, calc((25 / 1000) * 100vw), 25px) 0;

    }

    .home .introduction-container .introduction-name {
        font-size: clamp(24px, calc((26 / 1000) * 100vw), 26px);
    }

    .home .introduction-container .introduction-description {
        font-size: clamp(16px, calc((18 / 1000) * 100vw), 18px);
    }

    .home .story-outer {
        text-align: left;
        justify-content: flex-start;
        font-size: clamp(20px, calc((22 / 1000) * 100vw), 22px);
    }
}


@media (max-width: 499px) {
    .home .story-text {
        max-width: unset;
    }

    .home .story-title::before {
        display: none;
    }

    .home .introduction-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .home .story-introduction {
        /*flex-direction: column;*/
        /*gap: 20px;*/
        padding: 40px 0;
    }
}

/* review */
.home .review-container {
    max-width: var(--max-screen-width);
    padding: 96px;
    margin: 0 auto;
    position: relative;
}

.home .review-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    margin-bottom: 40px;
    position: relative;
}

.home .review-title::before {
    content: "";
    width: 202px;
    height: 82px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: rotate(-8.21deg) translate(-70%, -70%);
    background-image: url(/assets/images/home/review-tag-image1.png);
    background-repeat: no-repeat;
    transform-origin: center;
}

.home .review-text {
    color: var(--Neutral-700, #000);
    text-align: center;
    font-family: "Codec Pro";
    font-size: clamp(34px, calc((36 / 1440) * 100vw), 36px);
    line-height: 116.667%;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    z-index: 1
}

.home .review-subText {
    font-family: Pretendard;
    font-size: clamp(18px, calc((20 / 1440) * 100vw), 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.4px;

    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.home .review-rating {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    z-index: 1;
    flex-wrap: wrap;
}

.home .review-rating .rating-view {
    height: 30px;
    gap: 2px;
}

.home .review-rating .rating-view img {
    width: 30px;
    height: 30px;
}

.home .review-rating .rating-number {
    color: var(--Neutral-500, #666);

    font-family: Pretendard;
    font-size: clamp(20px, calc((22 / 1440) * 100vw), 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;
}

.home .review-container swiper-slide {
    width: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #E1E1E1;
    cursor: pointer;
}

.home .review-container .review-gallery {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.home .review-container .review-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 141/179;
}

.home .review-container .review-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 21px;
    font-family: Pretendard;
}

.home .review-container .review-info {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.home .review-container .review-info .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    text-align: left;
    color: var(--Neutral-600, #222);

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.home .review-container .review-info .user {
    text-align: left;
    color: var(--Neutral-400, #999);

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.3px;
}

@media (max-width: 1000px) {
    .home .review-container {
        padding: 96px 21px;
    }

    .home .review-container .review-gallery {
        width: 220px;
        height: 275px;
    }

    .home .review-title {
        align-items: flex-start;
    }

    .home .review-title::before {
        right: 0;
        transform: rotate(8.21deg) translate(-10%, -50%);
    }

    .home .review-container swiper-slide {
        width: 256px;
    }

    .home .review-container .review-wrap {
        padding: 16px;
    }
}

@media (max-width: 499px) {
    .home .review-title::before {
        display: none;
    }
}

.review-modal {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.review-modal .review-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.review-modal .review-modal-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.review-modal .review-modal-content {
    pointer-events: auto;
    width: 90%;
    max-width: 1200px;
    max-height: 80vh;

    display: flex;
    flex-direction: column;

    background: #fff;
    padding: 50px 24px 40px 50px;
    overflow: hidden;
    position: relative;
}

.review-modal .review-modal-header {
    text-align: center;
    margin-bottom: 32px;
    flex-shrink: 0;
}

.review-modal .review-modal-header-title {
    color: #000;
    text-align: center;

    font-family: "GT America Trial";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.review-modal .review-btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.review-modal .review-modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.review-modal .review-modal-media {
    flex: 0 0 calc((340 / 800) * 100%);

    display: flex;
    align-items: flex-start;
    justify-content: center;

    border-radius: 12px;
    overflow: hidden;
    max-height: -webkit-fill-available;
}

.review-modal .review-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-modal .review-modal-info {
    flex: 0 0 calc((400 / 800) * 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;

    color: var(--Neutral-600, #222);

    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%; /*  */
    letter-spacing: -0.36px;
    width:100%;
    max-height: -webkit-fill-available;
}

.review-modal .review-info-top {
    flex-shrink: 0;
    margin-bottom: 24px;
}

.review-modal .review-info-text {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 16px;

    color: var(--Neutral-500, #666);

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%; /*  */
    letter-spacing: -0.36px;
    scrollbar-gutter: stable;
    padding-right: 20px;

    white-space: break-spaces;
}

.review-modal .review-info-text::-webkit-scrollbar {
    width: 8px;
}

.review-modal .review-info-text::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 999px;
}

.review-modal .review-info-text::-webkit-scrollbar-thumb {
    background: var(--Neutral-600, #222);
    border-radius: 999px;
}

.review-modal .review-info-bottom {
    flex-shrink: 0;
}

.review-modal .review-user {
    color: var(--Neutral-500, #666);

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%; /*  */
    letter-spacing: -0.36px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
}

.review-modal .review-product {
    color: var(--Neutral-600, #222);

    /* Pretendard/Text-xl-SemiBold */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.778%; /*  */
    letter-spacing: -0.36px;

}

@media (max-width: 756px) {
    .review-modal .review-modal-header-title {
        font-size: 24px;
    }

    .review-modal .review-modal-header {
        margin-bottom: 16px;
    }

    .review-modal-body {
        flex-direction: column;
    }

    .review-modal .review-modal-media img {
        aspect-ratio: 1/1;
    }

    .review-modal .review-modal-content {
        overflow: auto;
        padding: 50px 16px;
    }

    .review-modal .review-modal-body {
        overflow: visible;
    }

    .review-modal .review-modal-info {
        font-size: 16px;
        line-height: 20px;
    }

    .review-modal .review-info-text {
        padding-right: unset;
    }
}

/* line-up */
.home .lineup {
    background-color: #D8C5EA;
    padding: 96px;
    margin: 0 auto;
    position: relative;
}

.home .lineup .lineup-inner {
    max-width: var(--max-screen-width);
    margin: 0 auto;
}

.home .lineup-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.home .lineup-title::before {
    content: "";
    width: 102px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(115%, -100%);
    background-image: url(/assets/images/home/lineup-tag-image1.png);
    background-repeat: no-repeat;
    transform-origin: center;
}

.home .lineup-text {
    color: var(--Neutral-700, #000);
    font-family: "Codec Pro";
    font-size: 36px;
    line-height: 116.667%;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
}

.home .lineup-subTitle {
    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;
    z-index: 1;
}

.home .lineup swiper-slide {
    width: 390px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--Primary-500, #BA8EE3);;
}

.home .lineup .lineup-gallery {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.home .lineup .lineup-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 25px 16px;
    font-family: Pretendard;
}

.home .lineup .lineup-info {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.home .lineup .lineup-info .title {
    color: var(--Neutral-600, #222);

    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;

    text-align: left;
}

.home .lineup .lineup-info .content {
    text-align: left;
    color: var(--Neutral-600, #222);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
}

@media (max-width: 1000px) {
    .home .lineup {
        padding: 96px 21px;
    }

    .home .lineup-title {
        align-items: flex-start;
    }

    .home .lineup-title::before {
        left: unset;
        right: 0;
        transform: translate(10%, -100%)
    }

    .home .lineup swiper-slide {
        width: 280px;
    }
}

/* Balancer */
.home .balancer {
    background-color: var(--Neutral-0);
    padding: 96px;
    margin: 0 auto;
    position: relative;
}

.home .balancer-inner {
    margin: 0 auto;
    max-width: var(--max-screen-width);
}

.home .balancer-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.home .balancer-text {
    color: var(--Neutral-700, #000);
    text-align: center;
    font-family: "Codec Pro";
    font-size: 36px;
    line-height: 116.667%;
    font-style: normal;
    font-weight: 500;
}

.home .balancer-subTitle {
    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;

    text-align: center;
}

.home .balancer swiper-slide {
    width: 346px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}

.home .balancer .balancer-outer {
    text-align: center;
    color: var(--Neutral-600, #222);

    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;

    margin-top: 80px;
}

@media (max-width: 1000px) {
    .home .balancer {
        padding: 96px 21px;
    }

    .home .balancer-title {
        align-items: flex-start;
    }

    .home .balancer-subTitle {
        text-align: left;
    }

    .home .balancer swiper-slide {
        width: 280px;
    }
}

/* Balancer-modal */
.balancer-modal {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.balancer-modal .balancer-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.balancer-modal .balancer-modal-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.balancer-modal .balancer-modal-content {
    pointer-events: auto;
    width: 90%;
    max-width: 1200px;
    max-height: 80vh;
    height: auto;

    display: flex;
    flex-direction: column;

    background: #fff;
    overflow: hidden;
}

.balancer-modal .balancer-modal-header {
    position: relative;
    text-align: center;
    flex-shrink: 0;
}

.balancer-modal .balancer-btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.balancer-modal .balancer-modal-body {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    overflow: hidden;
    min-height: 0;
}

.balancer-modal .balancer-modal-media {
    flex: 0 0 auto;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    overflow: hidden;
    position: relative;
    min-height: 0;
    height: auto;
    aspect-ratio: 9 / 16;
    max-height: 100%;

    /*height: -webkit-fill-available;*/
    /*height: fill-available;*/
    /*flex-shrink: 0;*/
}

.balancer-modal .balancer-modal-media video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.balancer-modal .balancer-modal-media .video-center-play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    pointer-events: "none";
    background: url('/assets/images/ico/ico-btn-play.svg') center/contain no-repeat;
}

.balancer-modal .balancer-modal-media .video-mute-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url('/assets/images/ico/ico-btn-mute.svg') center/contain no-repeat;
}

.balancer-modal .balancer-modal-info {
    /*flex: 0 0 calc((350 / 840) * 100%);*/
    display: grid;
    grid-template-rows: auto 1fr auto;
    row-gap: 16px;
    padding: 25px 25px 25px 0;
    color: var(--Neutral-600, #222);
    min-height: 0;
    flex: 0 0 auto;
    height: 100%;
    overflow: hidden;
}

.balancer-modal .balancer-info-top {
    flex-shrink: 0;
    padding: 24px 0;
}

.balancer-modal .balancer-modal-info .balancer-info-top-label {
    color: var(--Neutral-700, #000);

    /* CodecPro/Display-sm-Bold */
    font-family: "Codec Pro";
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 117.647% */
    letter-spacing: -0.68px;
}

.balancer-modal .balancer-modal-info .balancer-info-top-text {
    color: var(--Neutral-600, #222);

    /* Pretendard/Display-sm-Medium */
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 130.769% */
    letter-spacing: -0.52px;

}

.balancer-modal .balancer-info-text {
    overflow-y: auto;
    min-height: 0;
    margin-bottom: 0;

    color: var(--Neutral-500, #666);

    /* Pretendard/Text-lg-Regular */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.25%; /*  */
    letter-spacing: -0.32px;

}

.balancer-modal .balancer-info-bottom {
    flex-shrink: 0;
    padding-top: 16px;
}
.balancer-modal .balancer-bottom-text {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border: 1px solid #000;

    color: var(--Neutral-700, #000);

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
    white-space: nowrap;
    cursor: pointer;
}
.balancer-modal .balancer-info-text::-webkit-scrollbar {
    width: 8px;
}

.balancer-modal .balancer-info-text::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 999px;
}

.balancer-modal .balancer-info-text::-webkit-scrollbar-thumb {
    background: var(--Neutral-600, #222);
    border-radius: 999px;
}

@media (max-width: 756px) {
    .balancer-modal-body {
        flex-direction: column;
    }

    .balancer-modal .balancer-btn-close {
        right: 16px;
        top: 16px;
        z-index: 2;
    }

    .balancer-modal .balancer-modal-body {
        overflow: visible;
        flex-direction: column;
        align-items: unset;
        min-height: unset;
    }

    .balancer-modal .balancer-modal-content {
        overflow: auto;
        height: auto;
        max-height: 90vh;
    }

    .balancer-modal .balancer-modal-info {
        padding: 0 16px 16px;
        display: block;
        height: auto;
        overflow: visible;
    }

    .balancer-modal .balancer-info-text {
        padding-right: unset;
        overflow: visible;
        max-height: none;
    }

    .balancer-modal .balancer-info-text {
        margin-bottom: 16px;
    }

}

.join_balancer-modal .join_balancer-title {
    color: var(--Neutral-600, #222);
    text-align: center;

    font-family: Pretendard;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(24px, calc((24 / 1440) * 100vw), 26px);
    line-height: 130.769%;
    letter-spacing: -0.52px;
    margin-bottom: 10px;
}

.join_balancer-modal .join_balancer-desc {
    color: var(--Neutral-500, #666);
    text-align: center;

    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(18px, calc((20 / 1440) * 100vw), 20px);
    line-height: 130%;
    letter-spacing: -0.4px;
}

.join_balancer-modal .join_balancer-divide {
    background: #F1F1F1;
    margin: 40px -30px;
    height: 1px;
}

.join_balancer-modal .join_balancer-sub_info {
    color: var(--Neutral-500, #666);
    text-align: center;

    /* Pretendard/Text-lg-Regular */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.32px;
}

.join_balancer-modal .join_balancer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    width: 100%;
}

.join_balancer-modal .join_balancer-input-container {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.join_balancer-modal .join_balancer-input-label {
    color: var(--Neutral-600, #222);

    /* Pretendard/Display-xs-Regular */
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(20px, calc((22 / 1440) * 100vw), 22px);
    line-height: 127.273%;
    letter-spacing: -0.44px;
    width: 80px;
    flex: none;
    text-align: left;
}

.join_balancer-modal .join_balancer-input {
    width: 100%;
    height: 48px;
    background: #EDEDED;
    border: none;
    padding: 0 14px;
    font-size: 16px;
    outline: none;
}

.join_balancer-modal.login-modal .txt-btn-verify {
    color: var(--Neutral-100, #F1F1F1);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}

.join_balancer-modal .join_balancer-sucess-title {
    color: var(--Neutral-500, #666);
    text-align: center;

    /* Pretendard/Display-xs-Regular */
    font-family: Pretendard;
    font-size: 22px;
    font-size: clamp(20px, calc((22 / 1440) * 100vw), 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;
    margin-bottom: 20px;
}

.join_balancer-modal .join_balancer-sucess-desc {
    color: var(--Neutral-600, #222);
    text-align: center;

    /* Pretendard/Display-sm-Medium */
    font-family: Pretendard;
    font-size: 26px;
    font-size: clamp(24px, calc((26 / 1440) * 100vw), 26px);
    font-style: normal;
    font-weight: 500;
    line-height: 130.769%;
    letter-spacing: -0.52px;
}

@media (max-width: 756px) {
    .join_balancer-modal .join_balancer-divide {
        margin: 20px -16px;
    }
}

/* Alarm */
.home .alarm {
    background-color: #F4F4F4;;
    padding: 96px;
    margin: 0 auto;
    position: relative;
}

.home .alarm-inner {
    max-width: var(--max-screen-width);
    margin: 0 auto;
}

.home .alarm .alarm-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.home .alarm .alarm-outer-title {
    color: var(--Neutral-600, #222);
    text-align: center;

    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.home .alarm .alarm-outer-info {
    color: var(--Neutral-500, #666);
    text-align: center;

    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.32px;
    margin-top:20px;
}

@media (max-width: 1000px) {
    .home .alarm {
        padding: 96px 21px;
    }
}

.login-modal.notification-modal .login-modal-inner {
    width: fit-content;
    max-width: min(var(--max-screen-width), 80%);
    max-height: 80vh;
    height: unset;
}

.notification-modal .notification-title {
    color: var(--Neutral-600, #222);
    text-align: center;

    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.44px;
    margin-bottom: 28px;
}

.notification-modal .notification-desc {
    color: var(--Neutral-500, #666);
    text-align: center;

    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}

.notification-modal .notification-divide {
    background: #F1F1F1;
    margin: 40px -30px;
    height: 1px;
}

.notification-modal .notification-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.notification-modal .notification-checkbox .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-modal .notification-checkbox .checkbox label {
    color: var(--Neutral-600, #222);

    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.notification-modal.login-modal .txt-btn-verify {
    color: var(--Neutral-100, #F1F1F1);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}

@media (max-width: 756px) {
    .notification-modal .notification-title {
        font-size: 18px;
        line-height: 22px;
    }

    .notification-modal .notification-desc {
        font-size: 18px;
        line-height: 22px;
    }

    .notification-modal .notification-checkbox .checkbox label {
        font-size: 18px;
        line-height: 22px;
    }

    .notification-modal.login-modal .txt-btn-verify {
        font-size: 18px;
        line-height: 22px; /* 130% */
    }
}

/* journal */
.home .journal {
    background-color: var(--Neutral-0);
    padding: 96px;
    margin: 0 auto;
    position: relative;
}

.home .journal-inner {
    max-width: var(--max-screen-width);
    margin: 0 auto;
}

.home .journal-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.home .journal-text {
    color: var(--Neutral-700, #000);
    text-align: center;
    font-family: "Codec Pro";
    font-size: clamp(34px, calc((36 / 1440) * 100vw), 36px);
    line-height: 116.667%;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.home .journal-subTitle {
    color: var(--Neutral-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    line-height: 127.273%; /* 127.273% */
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.44px;
}

.home .journal swiper-slide {
    width: 385px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #E1E1E1;
    cursor: pointer;
}

.home .journal .journal-gallery {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.home .journal .journal-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 20px 26px;

    background: #F9F9F9;
}

.home .journal .journal-info {
    display: flex;
    flex-direction: column;
    margin-left: 11px
}

.home .journal .journal-info .title {
    text-align: left;
    color: var(--Neutral-600, #222);

    /* CodecPro/Text-lg-Light */
    font-family: "Codec Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px; /* 122.222% */
}

.home .journal .journal-info .content {
    text-align: left;
    color: var(--Neutral-600, #222);

    /* CodecPro/Text-xl-Regular */
    font-family: "Codec Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.home .journal .journal-outer {
    color: #000;
    text-align: center;

    /* Pretendard/Display-xs-Regular */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -0.44px;

    margin: 100px 0 50px;
}

@media (max-width: 1000px) {
    .home .journal {
        padding: 96px 21px;
    }

    .home .journal-title {
        align-items: flex-start;
    }

    .home .journal-text {
        text-align: left;
    }

    .home .journal-subTitle {
        text-align: left;
    }

    .home .journal swiper-slide {
        width: 280px;
    }

    .home .journal .journal-outer {
        margin-bottom: unset;
    }
}

.journal-modal {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.journal-modal .journal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.journal-modal .journal-modal-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.journal-modal .journal-modal-content {
    pointer-events: auto;
    width: 90%;
    max-width: 1200px;
    max-height: 80vh;

    display: flex;
    flex-direction: column;

    background: #fff;
    overflow: hidden;
}

.journal-modal .journal-modal-header {
    position: relative;
    text-align: center;
    flex-shrink: 0;
}

.journal-modal .journal-modal-header-title {
    text-align: left;
}

.journal-modal .journal-btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.journal-modal .journal-modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.journal-modal .journal-modal-media {
    flex: 0 0 calc((440 / 840) * 100%);

    display: flex;
    align-items: flex-start;
    justify-content: center;

    overflow: hidden;
    position: relative;
}

.journal-modal .journal-modal-media-swiper {
    width: 100%;
}

.journal-modal .journal-modal-media-swiper-nav {
    display: flex !important;
}

.journal-modal .journal-modal-media-swiper-nav img {
    width: 14px;
    height: 28px;
    flex-shrink: 0;
}

.journal-modal .journal-modal-media .journal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journal-modal .journal-modal-info {
    flex: 0 0 calc((350 / 840) * 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;

    color: var(--Neutral-600, #222);
    padding: 25px 25px 25px 0;

    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
}

.journal-modal .journal-info-top {
    flex-shrink: 0;
    padding: 24px 0;
    margin-top: auto;
}

.journal-modal .journal-info-top .journal-info-top-label {
    color: var(--Neutral-600, #222);

    /* CodecPro/Display-xs-Bold */
    font-family: "Codec Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.52px;
}

.journal-modal .journal-info-top .journal-info-top-text {

    /* CodecPro/Display-xs-Bold */
    font-family: "Codec Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.52px;
}

.journal-modal .journal-info-text {
    flex: 1;
    overflow-y: auto;
    max-height: fit-content;

    color: var(--Neutral-500, #666);

    /* Pretendard/Text-lg-Regular */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.32px;
    scrollbar-gutter: stable;
    padding-right: 20px;
}

.journal-modal .journal-info-text::-webkit-scrollbar {
    width: 8px;
}

.journal-modal .journal-info-text::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 999px;
}

.journal-modal .journal-info-text::-webkit-scrollbar-thumb {
    background: var(--Neutral-600, #222);
    border-radius: 999px;
}

.journal-modal .journal-info-bottom {
    flex-shrink: 0;
    padding-top: 16px;
    margin-top: auto;
}

.journal-modal .journal-bottom-product {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background: var(--Neutral-700, #000);

    color: var(--Neutral-0, #FFF);

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;
}

.journal-modal .journal-bottom-text {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border: 1px solid #000;

    color: var(--Neutral-700, #000);

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 756px) {
    .journal-modal .journal-btn-close {
        right: 16px;
        top: 16px;
        z-index: 2;
    }

    .journal-modal .journal-modal-body {
        overflow: visible;
        flex-direction: column;
        align-items: unset;
    }

    .journal-modal .journal-modal-content {
        overflow: auto;
    }

    .journal-modal .journal-modal-info {
        padding: 0 16px 16px;
    }

    .journal-modal .journal-info-text {
        padding-right: unset;
    }

    .journal-modal .journal-modal-media {
    }
}

/* Three facts */
.home .facts {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 28px;
}

.home .fact {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px
}

.home .fact .no {
    font-size: 14px;
    letter-spacing: .2em;
    color: #9ca3af
}

@media (max-width: 900px) {
    .home .facts {
        grid-template-columns:1fr
    }
}

/* Lineup */
.home .lineup-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 28px;
}

.home .card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column
}

.home .card .body {
    padding: 16px 16px 20px
}

.home .card h4 {
    margin: 4px 0 2px;
    font-size: 18px
}

.home .card p {
    margin: 0;
    color: #374151
}

@media (max-width: 1000px) {
    .home .lineup-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 640px) {
    .home .lineup-grid {
        grid-template-columns:1fr
    }
}

/* Heritage */
.home .heritage {
    background: #0f0f10;
    color: #fff
}

.home .heritage p {
    color: #e5e7eb
}

/* Footer */
.footer {
    background: #EEE;
    color: #1A1A1A;
    display: flex;
    justify-content: center;    
    align-items: center;
    flex-direction: column;        
}
.footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 0 24px 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 기본: 로고 1, info 전체 */
    align-items: start;
    column-gap: 16px;
    width: 100%;
}
.footer-wrap .brand-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-wrap .brand-logo img {
    width: 140px;
    height: auto;
    display: block;
}
.footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr; /* info / address */
    gap: 16px;
}
.footer-block div {
    letter-spacing: 0.32px;
}
.copyright {        
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
    font-size: 11px;
    color: var(--Neutral-500, #666);
}

@media (max-width: 765px) {
    .footer-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
      "logo info"
      ". address";
        padding: 48px 21px;
    }
    .brand-logo {
        grid-area: logo;
    }
    .footer-info {
        grid-area: info;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    /* 마지막 footer-block(address 부분만 아래로 내리기) */
    .footer-info .footer-block:last-child {
        grid-area: address;
        text-align: left;
        margin-top: 8px;
    }
    .copyright {   
        padding: 0 21px 48px 21px;
    }
}

@media (max-width: 480px) {
    .footer-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .footer-wrap .brand-logo img {
        width: 120px;
        height: auto;
        display: block;
    }

    .footer-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .footer-info .footer-block:last-child {
        margin-top: 6px;
    }
}

/* popup */
.popup .nav-menu {
    /* margin-left: 21px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.popup .popup-section {
    /* display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: var(--max-screen-width);
    margin: 21px; */

    overflow: visible;
    max-width: var(--max-screen-width);
    margin: 21px auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px
}

.popup .popup-images {
    cursor: ns-resize;
    height: 100%;
    min-width: 50%;
    object-fit: cover;
}

.popup .popup-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.popup .content-wrapper {
    position: sticky;
    top: 56px;
    max-width: calc(50% - 44px);

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup .content-main {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1a1a1a;
    margin-top: 20px;
}

@media (max-width: 640px) {
    .popup .popup-section {
        flex-direction: column;
    }

    .popup .popup-images {
        overflow: auto;
        display: flex;
        align-items: center;
        width: 100%;
        cursor: ew-resize;
    }

    .popup .popup-image {
        min-width: 300px;
        min-height: 300px;
        overflow: hidden;
    }

    .popup .popup-images img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .popup .content-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        max-width: unset;
    }
}

.popup .content-header .header-title {
    font-weight: 700;
}

.popup .content-header .header-divider {
    font-size: 14px;
    margin: 0 8px
}

.popup .content-wrapper .content-title {
    font-size: 28px;
    font-weight: 600;
}

.popup .content-wrapper .content-header {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.popup .content-wrapper .content-main {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* Shop */

.back-to-shop {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.back-to-shop::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/ico/ico-arrow.svg");
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: 0 5px 1px 0;
}

.share-product {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.share-product::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/ico/ico-share.svg");
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 5px 1px 0;
}


.product-tab-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-tab-cont.v-padding.bottom-only {
    padding: 0 0 120px 0;
}

.product-tab-cont img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.product-tab-cont table {
    border-collapse: collapse;
    border-top: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
}

.product-tab-cont.table-no-border table {
    border: none;
    margin: 0;
}

.product-tab-cont.table-no-border table td {
    border: none;
    margin: 0;
}

/* 테이블 행 */
.product-tab-cont th, td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #A5A5A5;
    padding: 10px 6px !important;
}

.product-tab-cont td.center {
    text-align: center;
}

.product-tab-cont tr {
    border-bottom: 1px solid #A5A5A5;
}

.product-tab-cont th:nth-child(1),
td:nth-child(1) {
    background-color: #F5F5F5;
    width: 30%;
    font-size: 15px;
    font-weight: 500;
}

.product-tab-cont th:nth-child(2),
td:nth-child(2) {
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
    min-width: 200px;
}

.product-tab-cont .txt-title {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
}

.product-tab-cont ul {
    margin-top: 12px;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 24px;
}

.product-tab-cont ul li {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
}

.best-review .best-review-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.best-review .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best-review .txt-title {
    font-size: 24px;
    font-weight: 600;
}

.best-review .review-wrap {
    width: 100%;
    margin-top: 24px;
    overflow: scroll;
}

.best-review .reviews {
    display: flex;
    gap: 20px;
}

.best-review .reviews .review {
    width: 360px;
    flex-shrink: 0;
    height: 150px;
    border: solid 1px #D9D9D9;
    background: transparent;
    display: flex;
    text-align: unset;
    align-items: unset;
    padding: 16px;
    gap: 12px;
}

.best-review .reviews .review .img-review {
    min-width: 120px;
    min-height: 120px;
    object-fit: cover;
    background: #D9D9D9;
}

@media (max-width: 756px) {
    .best-review .reviews .review {
        width: 310px;
    }

    .best-review .reviews .review .img-review {
        min-width: 100px;
        min-height: 100px;
    }
}

.best-review .reviews .review .img-review img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.best-review .reviews .review .info-wrap {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.best-review .reviews .review .info-wrap .star-rating {
    pointer-events: none;
    display: flex;
    height: 18px;
    font-size: 12px;
}

.best-review .reviews .review .info-wrap .star-rating img {
    height: 100%;
    width: auto;
}

.best-review .reviews .review .info-wrap .user-info {
    margin: 4px 0;
    font-size: 15px;
}

.best-review .reviews .review .info-wrap .user-date {
    font-family: "Pretendard Variable", sans-serif;
}

.best-review .reviews .review .info-wrap .txt-option {
    font-size: 15px;
    width: 100%;
    color: #9E9E9E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.best-review .reviews .review .info-wrap .txt-reivew {
    margin-top: 8px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

/* Our Story */
.ourstory {
    background: #FFF;
}

.ourstory .ourstory-wrap {
    width: 100%;
}

.ourstory .ourstory-inner {
    max-width: var(--max-screen-width);
    margin: 0 auto;
    padding: 130px 100px;
}

@media (max-width: 1000px) {
    .ourstory .ourstory-inner {
        padding: clamp(40px, calc((60 / 1000) * 100vw), 60px) 21px;
    }
}

/* slogan*/
.ourstory .slogan-inner {
    padding: 82px 100px;
}

.ourstory .slogan-title {
    color: var(--Neutral-700, #000);
    text-align: center;

    /* Pretendard/Display-sm-Regular */
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.30769;
    letter-spacing: -0.52px;
    margin-bottom: 40px;
}

.ourstory .slogan-subTitle {
    color: var(--Neutral-600, #222);
    text-align: center;

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.27778;
    letter-spacing: -0.36px;
}

@media (max-width: 1000px) {
    .ourstory .slogan-inner {
        padding: 40px 21px;
    }
}

/* ourstory-hero */
.ourstory .ourstory-hero {
}

.ourstory .ourstory-hero-inner {
    padding: 0 100px 130px;
}

.ourstory .ourstory-hero-inner img {
    width: 100%;
    max-height: 1000px;
    object-fit: cover;
}

.ourstory .ourstory-hero-banner {
    position: relative;
}

.ourstory .ourstory-hero-inner .ourstory-hero-text {
    position: absolute;
    top: clamp(32px, calc((100 / 1440) * 100vw), 100px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.ourstory .ourstory-hero-inner .ourstory-hero-text .ourstory-hero-text-title {
    color: var(--Neutral-0, #FFF);
    text-align: center;

    font-family: "Codec Pro";
    font-size: clamp(28px, calc((36 / 1440) * 100vw), 34px);
    line-height: 117%;
    font-weight: 200;
    letter-spacing: -0.68px;
}

.ourstory .ourstory-hero-inner .ourstory-hero-text .ourstory-hero-text-subTitle {
    color: var(--Neutral-0, #FFF);
    text-align: center;

    font-family: "Codec Pro";
    font-size: clamp(36px, calc((42 / 1440) * 100vw), 42px);
    line-height: 114%;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.84px;
}

@media (max-width: 1000px) {
    .ourstory .ourstory-hero-inner {
        padding: 0 21px clamp(40px, calc((60 / 1000) * 100vw), 60px);
    }

    .ourstory .ourstory-hero-inner img {
        aspect-ratio: 1/1;
        max-height: 600px;
    }
}

/* Story */
.ourstory .ourstory-story-inner {
    display: flex;
    align-items: stretch;
    gap: clamp(20px, calc((80 / 1440) * 100vw), 80px);
}

.ourstory .ourstory-story-inner.reverse {
    flex-direction: row-reverse;
}

.ourstory .ourstory-story-image {
    flex: 1;
}

.ourstory .ourstory-story-image img {
    width: 100%;
    max-height: 1000px;
    object-fit: cover;
}

.ourstory .ourstory-story-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ourstory .ourstory-story-content.reverse {
    align-items: flex-end;
    text-align: right;
}

.ourstory .ourstory-story-content-title {
    color: var(--Neutral-700, #000);
    font-family: "Codec Pro";
    font-style: normal;
    font-weight: 500;
    font-size: clamp(28px, calc((30 / 1440) * 100vw), 30px);
    line-height: 1.33;
    letter-spacing: -0.6px;

    margin-bottom: 60px;
}

.ourstory .ourstory-story-content-subtitle {
    color: var(--Neutral-600, #222);

    /* Pretendard/Text-xl-Regular */
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, calc((18 / 1440) * 100vw), 18px);
    line-height: 1.27;
    letter-spacing: -0.36px;
}

@media (max-width: 756px) {
    .ourstory .ourstory-story-inner {
        flex-direction: column;
    }

    .ourstory .ourstory-story-inner.reverse {
        flex-direction: column;
    }

    .ourstory .ourstory-story-content.reverse {
        align-items: unset;
        text-align: unset;
    }

    .ourstory .ourstory-story-image img {
        aspect-ratio: 1/1;
    }
}

/* story-info*/
.ourstory .story-info {
    border-bottom: solid 1px #DDD
}

.ourstory .story-info-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    padding: clamp(24px, calc((100 / 1440) * 100vw), 100px) 0;
}

.ourstory .story-info-title {
    color: var(--Neutral-600, #222);
    text-align: center;

    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, calc((22 / 1440) * 100vw), 22px);
    line-height: 1.27273;
    letter-spacing: -0.44px;
}

.ourstory .story-info-btn {
    display: flex;
    padding: clamp(16px, calc((18 / 1440) * 100vw), 18px) clamp(24px, calc((50 / 1440) * 100vw), 50px);

    justify-content: center;
    align-items: center;
    gap: 10px;

    background: var(--Neutral-700, #000);

    color: var(--Neutral-0, #FFF);

    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, calc((20 / 1440) * 100vw), 20px);

    line-height: 1.3;
    letter-spacing: -0.4px;

    cursor: pointer;
}


/* Contact */
.contact {
    background: #FBFBFB;
}

.contact .contact-section {
    width: 100%;
    display: flex;
    align-items: stretch;
    max-width: var(--max-screen-width);
    margin: 60px auto;
    padding: 0 20px;
    gap: 40px;
}

.contact .contact-info-box {
    background: #EEE;
    color: var(--Neutral-700, #000);
    width: 360px;
    padding: 40px;
    gap: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact .container-info-box-top {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.contact .contact-info-box-title {
    font-family: "Codec Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.72px;
}

.contact .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 45px;

    font-family: "Codec Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.contact-info-list .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

/* 오른쪽 폼 */
.contact .contact-form-box {
    color: var(--Neutral-700, #000);

    /* Pretendard/Text-lg-Regular */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.32px;

    flex: 1;
}

.contact-form-box .contactForm {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-form-box .contactForm .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-form-box .contactForm .field {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.contact-form-box .contactForm .field .field-label-area {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--Neutral-500, #666);
}

.contact-form-box .contactForm .field .field-input-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px;
    width: 100%;
    border-bottom: #B1B1B1 solid 1px;
}

.contact-form-box .contactForm .field:focus-within .field-label-area {
    color: var(--Neutral-700, #000);
}

.contact-form-box .contactForm .field:has(input:active) .field-label-area {
    color: var(--Neutral-700, #000);
}

.contact-form-box .contactForm .field:focus-within .field-input-box {
    border-bottom-color: var(--Neutral-700, #000);
}

.contact-form-box .contactForm .field-check-option label {
    color: var(--Neutral-500, #666);;
}

.contact-form-box .contactForm .field:has(input:active) .field-check-option input:checked + label {
    color: var(--Neutral-700, #000);
}

.contact-form-box .contactForm .field:focus-within .field-check-option input:checked + label {
    color: var(--Neutral-700, #000);
}

.contact-form-box .contactForm .field .field-input-box input {
    all: unset;
    width: 100%;
    outline: none;
}

.contact-form-box .contactForm .field .field-check-option {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.contact-form-box .contactForm .field .field-check-option label {
    cursor: pointer;
}

.contact-form-box .field-group-column {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

input[type='checkbox'] {
    /* 기본 체크박스 스타일 제거 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* 크기 및 기본 박스 스타일 */
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    transition: all 0.2s ease;
    margin-left: 3px;
}

/* 체크된 상태 */
input[type='checkbox']:checked {
    background-color: #000; /* 박스 배경 검정 */
    border-color: #000;
}

/* 체크 표시 (v 모양) */
input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #fff; /* 흰색 체크 표시 */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}

.contact .contactForm .field .field-select-box {
    width: 100%;
}

.contact .contactForm .field .field-select-box .nice-select {
    width: 100%;
    max-width: 335px;
    border-radius: 10px;
    border: 1px solid var(--Neutral-200, #DDD);
    background: var(--Neutral-0, #FFF);
}

.contact .contactForm .field .field-select-box .nice-select .current {
    color: var(--Neutral-500, #666);
}

.contact .contactForm .field .field-select-box .nice-select:focus-visible {
    border: 1px solid var(--Neutral-700, #000);
}

.contact .contactForm .field .field-select-box .nice-select:focus-within .current {
    color: var(--Neutral-700, #000);
}

.contact .contactForm .field .field-select-box .nice-select.open {
    border: 1px solid var(--Neutral-700, #000);
}

.contact .contactForm .field .field-select-box .nice-select.open .list {
    box-shadow: unset;
    border: 1px solid var(--Neutral-700, #000);
    border-radius: 10px;
}

.contact-form-box .contactForm .field .field-textarea-box {
    width: 100%;
}

.contact-form-box .contactForm .field .field-textarea-box textarea {
    width: 100%;
    min-height: 140px;
    border-radius: 10px;
    border: 1px solid var(--Neutral-200, #DDD);
    background: var(--Neutral-0, #FFF);
    outline: none;
    padding: 10px;
}

.contact .contact-submit {
    display: flex;
    width: 300px;
    height: 60px;
    padding: 16px 112px;
    margin: 0 0 0 auto;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background: #000;
    color: var(--Neutral-0, #FFF);

    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.44px;

    cursor: pointer;
}

@media (max-width: 1000px) {
    .contact .contact-section {
        margin: 20px auto;
        flex-direction: column
    }

    .contact .contact-info-box {
        width: 100%;
    }

    .contact .insta {
        display: none;
    }

    .contact .container-info-box-top {
        align-items: center;
        gap: 40px;
    }

    .contact .contact-info-box-title {
        text-align: center;
    }

    .contact-info-list .contact-info-item {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .contact-form-box .contactForm .form-row {
        flex-direction: column;
    }

    .contact-form-box .field-group-column {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact .contactForm .field .field-select-box .nice-select {
        max-width: unset;
    }

    .contact .contact-submit {
        margin: 0 auto;
        width: 100%;
        border-radius: 10px;
        border-radius: 10px;
    }

    .contact-form-box .contactForm .field .field-textarea-box textarea {
        min-height: 240px;
    }
}

/* 공통 */
.d-flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.d-flex-center-even {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
}

.d-flex-center-between {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.d-flex-column {
    display: flex !important;
    flex-direction: column !important;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pb-6 {
    padding-bottom: 8rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
    font-size: calc(1.278125rem + 0.3375vw) !important;
}

.fs-4 {
    font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-5 {
    font-size: 1.09375rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.word-keep {
    word-break: keep-all !important;
}

.swiper-bot-menu {
    width: 100%;
    height: calc(100% - var(--btm-menu-height));
    max-width: var(--max-screen-width);
}

.swiper-fullscreen {
    width: 100%;
    height: 100%;
    max-width: var(--max-screen-width);
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-cover {
    padding: 60px 30px 80px 30px;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#place_info_layer {
    height: 100%;
}

#place_info_layer .place-header {
    top: 10px;
}

#place_info_layer .place-slider {
    margin-top: 0px;
}

#filter_layer {
    height: 100%;
}

#filter_layer .filter-modal {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 110px;
}

#filter_layer .filter-modal .btm-wrap {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#filter_layer .place-filter-modal {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 110px;
}

#filter_layer .place-filter-modal .btm-wrap {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#filter_layer .header-sub {
    height: 70px;
}

#filter_layer .header-title {
    margin-top: 0px;
}

#filter_layer .header-back {
    margin-top: 0px;
}

/* order-modal */
.order-modal .order-modal-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    flex: 1;
    margin: 20px 32px;
    overflow: auto;
}

@media (max-width: 767px) {
    .order-modal .order-modal-body {
        margin: 16px;
    }
}

.order-modal .order-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.order-modal .order-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.order-modal .order-section.point {
    padding: 20px;
    background: #EEE;
}

.order-modal .order-section-title {
    font-size: 18px;
    font-weight: 600;
}

.order-modal .order-modal-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 16px 32px 32px;
}

.order-modal .order-modal-submit-button {
    display: flex;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #FFF;
    cursor: pointer;
}

.order-modal .disclaimer {
    display: flex;
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    word-break: keep-all;
    justify-content: center;
    text-align: center;
}

.order-modal .bank-list {
    margin-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.order-modal .bank-list .bank {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    padding: 8px 0;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    background: #FFF;
    color: #767676;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.order-modal .bank-list .bank.selected {
    border: 1px solid #2F76FF;
    color: #2F76FF;
}

.gift-share {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 0 16px;
    justify-content: center;
    align-items: center;
}

.gift-share .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 16px 0;
}

.gift-share .btn .btn-default {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    min-width: 150px;
    height: 56px;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 10px;
}

.gift-share .btn .btn-default img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.gift-share .btn .btn-default.half {
    max-width: 50%;
}

.gift-share .btn .btn-default:active {
    transform: scale(0.98);
}

.gift-share .btn .btn-default.kakao {
    background-color: #FAE300;
    color: #000;
}

.gift-share .btn .btn-default.sms {
    background-color: #EEE;
    color: #000;
}

.gift-msg {
    width: 100%;
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    word-break: keep-all;
    text-align: center;
    background-color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gift-msg .btn-msg-edit {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    border-radius: 8px;
    background-color: #FFF;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.gift-img img {
    display: block;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 700 / 460;
    object-fit: cover;
    border-radius: 10px;
}

.gift-to {
    padding-top: 16px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFF;
}

.gift-txt {
    color: #FFF;
    padding: 16px;
    font-weight: 500;
    text-align: center;
}

.gift-msg .url {
    text-decoration: underline;
    color: var(--page-point2-color);
}

.gift-msg .btn-edit {
    display: flex;
    margin-top: 16px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #353535;
    border: solid 1px #FFF;
    cursor: pointer;
}

.gift-msg .btn-edit .txt-btn-edit {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.gift-msg textarea {
    width: calc(100% - 32px);
    height: 44px;
    overflow-y: hidden;
    resize: none;
    padding: 10px;
    background-color: transparent;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
    margin: 4px 0;
    outline: none;
}

.gift-msg textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #A5A5A5;
}

.layout-thumbnails {
    display: flex;
}

.layout-thumbnails.h-padding {
    padding: 0 16px;
}

.layout-thumbnails .thumbnail {
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    max-height: 120px;
    max-width: 120px;
}

.layout-thumbnails .thumbnail img {
    margin-top: 10px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #FFF;
}

.layout-thumbnails .thumbnail img.selected {
    border: 2px solid var(--page-point2-color);
}

/* 공용 input 컴포넌트*/
.input-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-section .input-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-check .option {
    display: flex;
    align-items: center;
    gap: 5px;
}

.input-container .input-label-area {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 90px;
}

.input-container .input-address {
    width: 100%;
}

.input-container .input-text {
    font-size: 16px;
    font-weight: 500;
}

.input-container .input-text.optional:after {
    margin-left: 5px;
    content: "[선택]";
    display: inline-block;
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 500;
}

.input-container .input-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px;
    border-bottom: #A5A5A5 solid 1px;
    width: 100%;
}

@media (max-width: 767px) {
    .input-container .input-box {
        padding: 2px;
    }
}

.input-container .input-zip {
    display: flex;
    align-items: center;
}

.input-container .btn-search-zip {
    display: flex;
    min-width: 124px;
    margin-left: 20px;
    padding: 12px;
    border: 1px solid #A5A5A5;
    color: #767676;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
}

.input-container .input-box.memo {
    border-bottom: unset;
    padding: 6px 0 0 0;
}

.input-container .input-box input {
    all: unset;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.input-container .input-box input:disabled {
    background: #FAFAFA !important;
    color: #5A5A5A;
}

.custom-select {
    border: solid 1px #A5A5A5;
    width: 100%;
    height: 42px;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.custom-select:after {
    border-bottom: 1px solid #9F9F9F;
    border-right: 1px solid #9F9F9F;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}

.bottom-sheet-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.bottom-sheet-cover.active {
    display: block;
}

.bottom-sheet-modal {
    position: fixed;
    z-index: 99999;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-screen-width);
    max-height: 97vh;
    padding-bottom: 0px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: 0.5s ease;
    color: var(--font-color-offblack);
}

.bottom-sheet-modal.active {
    bottom: 0;
    transition: 0.5s ease;
}

.bottom-sheet-modal .handle {
    overflow: hidden;
}

.handle-icon {
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
    cursor: pointer;
}

.bottom-sheet-modal .header {
    z-index: 10;
    display: flex;
    position: absolute;
    top: 34px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
}

.bottom-sheet-modal .header .txt-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

.bottom-sheet-modal .content-wrap {
    width: 100%;
    margin: 50px 0 10px 0;
    max-height: 100vh;
    max-height: calc(var(--iPhoneVH, 1vh) * 100 * 0.8);
    display: flex;
    flex-direction: column;
}

.bottom-sheet-modal .content-wrap .address .cont-address {
    margin: 0 8px;
    width: 100%;
}

.bottom-sheet-modal .content-wrap .address .cont-address.memo {
    padding-bottom: 4px;
}

.bottom-sheet-modal .content-wrap .address .cont-address .title {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.bottom-sheet-modal .content-wrap .address .cont-address .memo {
    display: flex;
    flex-direction: column;
}

.bottom-sheet-modal .content-wrap .address .cont-address .txt-title {
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-modal .content-wrap .option-list {
    padding: 16px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1;
}

.bottom-sheet-modal .content-wrap .option-list .option {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 14px;
    padding-bottom: 10px;
    width: 100%;
}

.bottom-sheet-modal .content-wrap .option-list .option:not(:last-child) {
    border-bottom: solid 1px #EEE;
    cursor: pointer;
}

.bottom-sheet-modal .content-wrap .option-list .option .btn-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    margin-right: 5px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 10px;
    background-color: #A5A5A5;
    background-position: center;
    position: relative;
}

.bottom-sheet-modal .content-wrap .option-list .option .btn-check.checked {
    background-color: var(--page-point2-color);
}

.bottom-sheet-modal .content-wrap .option-list .option .btn-check img {
    width: 16px;
    height: 16px;
}

.bottom-sheet-modal .content-wrap .option-box {
    margin: 0 8px;
    width: 100%;
}

.bottom-sheet-modal .content-wrap .txt-input {
    all: unset;
    border-bottom: 1px solid #A5A5A5;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    margin-top: 4px;
    height: 48px;
    width: 100%;
    outline: none;
}

.bottom-sheet-modal .content-wrap .txt-input::placeholder {
    color: #A5A5A5;
    font-weight: 400;
}

.bottom-sheet-modal .btn-fixed-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
    height: 56px;
    margin-top: 20px;
    padding: 0 16px;
    cursor: pointer;
}

.bottom-sheet-modal .btn-fixed-bottom .btn-save {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #000;
}

.bottom-sheet-modal .btn-fixed-bottom .txt-btn-save {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.thumbs-swiper img {
    aspect-ratio: 3/4;
}

.thumbs-mini-swiper .swiper-slide-visible {
    scale: 1;
}

.thumbs-mini-swiper .swiper-slide-thumb-active {
    scale: 1;
    border: solid 3px var(--page-point3-color);
}

.thumbs-mini-swiper img {
    aspect-ratio: 1/1;
}

/* login-modal */
.login-modal {
    z-index: 999;
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*max-width: var(--max-screen-width);*/
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
    animation-name: showUp;
    animation-duration: 0.4s;
    animation-delay: 0s;

    align-items: center;
    justify-content: center;

    overflow-y: auto;
    overscroll-behavior: none;
    padding-bottom: 1px
}

@keyframes showUp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login-modal .login-modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.login-modal .login-modal-inner {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    background: #FFF;
    color: #000;
    border: 1px solid #1A1A1A;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    width: 80%;
    height: 80%;
    max-width: 400px;
    max-height: 500px;
    position: fixed;
    padding: 20px 20px 36px 20px;
    overflow-y: auto;
    overflow-X: hidden;
}

.login-modal .login-modal-inner.review {
    width: 90%;
    height: 90%;
    max-width: 640px;
    max-height: 640px;
}

.login-modal .login-modal-inner .header-txt {
    word-break: keep-all;
    display: flex;
    justify-content: center;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 756px) {
    .login-modal .login-modal-inner.review {
        max-width: 500px;
        max-height: max(540px, 85vh);
        height: 100%;
    }
}

.login-modal .header-sub {
    display: flex;
    align-items: center;
}

.login-modal .header-sub.absolute {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
}

.login-modal .header-sub.white {
    background: #FFF;
}

.login-modal .header-sub.close {
    justify-content: flex-end;
}

.login-modal .login-modal-divide {
    background: #F1F1F1;
    height: 1px;
    margin: 40px -30px;
}

.btn-close {
    width: 19px;
    height: 19px;
    background: url(/assets/images/ico/ico-close.png) no-repeat center center;
    background-size: 19px 19px;
    opacity: 1;
    cursor: pointer;
    border-radius: unset;
    padding: unset;
}

.btn-close:hover {
    opacity: 1;
}

.login-modal .cont {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.login-modal .cont .txt-title {
    word-break: keep-all;
    display: flex;
    justify-content: center;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.login-modal .cont .txt-desc {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    text-align: center;
}

.login-modal .cont .txt-sub-title {
    margin-top: 16px;
    word-break: keep-all;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.login-modal .cont .input-number {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 18px 6px;
    border-bottom: #A5A5A5 solid 1px;
}

.login-modal .cont .input-number input {
    all: unset;
    font-size: 16px;
    font-weight: 600;
}

.login-modal .cont .input-number input:disabled {
    background: #FAFAFA;
    color: #999;
}

.login-modal .cont .input-number input::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #A5A5A5;
    /* font-family: "Noto Sans KR", sans-serif; */
}

.login-modal .cont .input-number .txt-timeleft {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 400;
}

.login-modal .cont .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.login-modal .cont .btn-wrap.sm {
    margin-top: 8px;
    margin-left: 10px;
}

.login-modal .cont .btn-wrap .input-check {
    display: flex;
    margin-left: 0;
    font-size: 15px;
    font-weight: 500;
    color: #A5A5A5;
    cursor: pointer;
}

.login-modal .cont .btn-wrap .input-check.highlight {
    color: var(--page-point2-color);
}

.login-modal .cont .btn-wrap .btn-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #A5A5A5;
    background-position: center;
    margin-top: 2px;
    flex-shrink: 0;
    /*bootstrap에서 덮어씌워서 제거*/
    position: unset;
    clip: unset;
    pointer-events: unset;
}

.login-modal .cont .btn-wrap .btn-check.highlight {
    background-color: var(--page-point2-color);
}

.login-modal .cont .btn-wrap .btn-check img {
    width: 16px;
    height: 16px;
}

.login-modal .cont .btn-wrap .btn-iframe {
    display: flex;
    justify-content: center;
    margin-left: 4px;
    padding: 4px;
    border: 1px solid #A5A5A5;
    background: #FFF;
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.login-modal .absolute-bottom {
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*position: absolute;*/
    margin-top: auto;
    max-width: var(--max-screen-width);
    padding: 30px 0 0;
    bottom: 0px;
    margin-bottom: 0;
    background: #FFF;
    /*width: 100%;*/
}

.login-modal .btn-absolute-bottom {
    display: flex;
    margin-bottom: 20px;
    /*아래 텍스트 없을 때는 margin-bottom: 30px;*/
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
    width: 160px;
    height: 50px;
    cursor: pointer;
    border: unset;
    color: #F5F5F5;
    border-radius: unset;
    background: #201E22;
}

.login-modal .btn-absolute-bottom.cancel {
    background: #EEEEEE;
}

.login-modal .btn-absolute-bottom:active {
    transform: scale(0.98);
}

.login-modal .txt-btn-verify {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.login-modal .txt-btn-verify.cancel {
    color: #000000;
}

.login-modal .txt-absolute-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.login-modal .txt-absolute-bottom .txt-guide {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
}

/* pg_fail */
.pg-wrap {
    position: relative;
    max-width: var(--max-screen-width);
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #353535;
}

.pg-wrap .container {
    height: 100%;
    overflow-y: auto;
    padding-top: 20px;
}

.pg-wrap .content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.pg-wrap .section-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
    padding-left: 16px;
    color: #010101;
    height: auto
}

.pg-wrap .txt-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.pg-wrap .txt-desc {
    margin-top: 8px;
    color: #767676;
    font-size: 16px;
    font-weight: 400;
}

.pg-wrap .btn-fixed-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;

    max-width: var(--max-screen-width);
    padding: 0 16px;
    align-items: center;
    gap: 8px;

    position: fixed;
    bottom: 20px;
    margin-bottom: 20px;
}

.pg-wrap .btn-save {
    display: flex;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

    cursor: pointer;
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;
}

.pg-wrap .txt-btn-save {
    width: 100%;
    color: #353535;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.pg-wrap .block-calendar-preview {
    display: flex;
    flex-direction: column;
    background-color: #EEE;
    margin-top: 10px;
    padding: 16px;
}

.block-calendar-preview .preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-calendar-preview .preview-header .txt-title {
    font-size: 16px;
    font-weight: 500;
}

.block-calendar-preview .txt-desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--page-point2-color);
    word-break: keep-all;
}

.bank-account-wrap {
    margin: 10px 0;
    padding: 16px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #FFF;
}

.bank-account-wrap .txt-cont {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.bank-account-wrap .txt-cont .txt-item {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.bank-account-wrap .txt-cont .txt-divider {
    color: #EEE;
    padding: 0 6px;
}

.bank-account-wrap .txt-cont .highlight {
    color: var(--page-point2-color);
    font-weight: 600;
}

.bank-account-wrap .btn-copy {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* my page */
.mypage {
    background: var(--page-bg-color);
}

.mypage .mypage-container {
    width: 100%;
    /* max-width: calc(var(--max-screen-width) - (96px * 2)); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 84px;
    padding-right: 84px;
}

.mypage .tab-cont {
    display: flex;
    flex-direction: column;
}

.mypage .tab-cont .cont {
    padding: 32px 0;
}

.mypage .tab-cont table {
    width: 100%;
    border-collapse: collapse;
}

.mypage .tab-cont table thead {
    border-bottom: solid 1px var(--page-base1-color);
}

.mypage .tab-cont table th {
    color: #353535;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.mypage .tab-cont table td {
    color: #353535;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
    /*background-color: #FFF;*/
}

@media (max-width: 767px) {
    .mypage .tab-cont table td {
        font-size: 14px;
    }
}

.mypage .tab-cont table .text-left {
    text-align: left;
}

.mypage .tab-cont table .text-right {
    text-align: right;
    white-space: nowrap;
}

.mypage .tab-cont table .max-width- {
    text-align: left;
}

.mypage .tab-cont table .border-bottom {
    border-bottom: solid 1px var(--page-base1-color) !important;
    height: 54px;
}

.mypage .tab-cont table .page {
    color: var(--page-point2-color);
    margin-left: 6px;
    font-size: 13px;
    font-weight: 700;
}

.mypage .tab-cont table td.highlight {
    color: var(--page-point2-color);
    font-weight: 700;
}

.mypage .bottom-border {
    border-bottom: 16px solid #EEE;
}

.mypage .menu-list-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mypage .menu-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF;
    border-bottom: 1px solid #EEE;
    padding: 0 16px;
}

.mypage .menu-list .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
}

.mypage .menu-list .menu-wrap .txt-title {
    font-size: 24px;
    font-weight: 600;
}

.mypage .menu-list .btn-detail {
    align-items: center;
    padding-left: 16px;
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.mypage .menu-list .btn-detail::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #A5A5A5;
    border-right: 2px solid #A5A5A5;
    transform: rotate(-45deg);
    transform-origin: center center;
}

.mypage .menu-list .order-status {
    display: flex;
    justify-content: space-evenly;
    border: solid 2px var(--page-base1-color);
    cursor: pointer;
    background: #FFF;
}

.mypage .menu-list .order-status .status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 16px 0;
    gap: 6px;
}

.mypage .menu-list .order-status .status .txt-count {
    color: #A5A5A5;
    font-size: 36px;
    font-weight: 600;
    line-height: 34px;
}

.mypage .menu-list .order-status .status .txt-status {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.mypage .menu-list .order-status .status .txt-count.active {
    color: #000;
}

.mypage .menu-list .order-status .status .txt-status.active {
    color: #000;
}


.mypage .order-wrap {
    margin-top: 10px;
    padding-bottom: 16px;
}

.mypage .order-wrap.no-margin {
    margin-top: 0;
    padding-bottom: 0;
}

.mypage .order-wrap:not(:last-child) {
    /* border-bottom: 12px solid #EEE; */
}

.mypage .order-wrap .order {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
}

.mypage .order-wrap .title {
    position: relative;
    padding: 10px 0;
    border-bottom: 2px solid var(--page-base1-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mypage .order-wrap .title .txt-date {
    font-size: 16px;
    font-weight: 700;
}

.mypage .order-wrap .title .tag-gift {
    background-color: var(--page-point2-color);
    border-radius: 4px;
    margin-left: 6px;
    padding: 1px 4px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.mypage .order-wrap .title .btn-detail {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 0;
    cursor: pointer;
    /* color: #353535; */
}

.mypage .order-wrap .title .btn-detail::after {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/ico/ico-arrow.svg");
    transform: rotate(180deg);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: 0 0 3px 3px;
}

.mypage .section-title .txt-title {
    font-size: 28px;
    font-weight: 700;
}

.mypage .order-wrap .title .txt-order-no {
    font-size: 16px;
    font-weight: 700;
}

.mypage .order-wrap .title .txt-order-date {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.mypage .order-wrap .order .status {
    display: flex;
    align-items: center;
}

.mypage .order-wrap .order .status .txt-status {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.mypage .order-wrap .order .status .txt-status.highlight {
    color: var(--page-point2-color);
    font-weight: 700;
}

.mypage .order-wrap .order .status .txt-status.danger {
    color: #FF2525;
    font-weight: 700;
}

.mypage .order-wrap .order .status .txt-date {
    margin-left: 8px;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.mypage .order-wrap .order .status .txt-date.highlight {
    margin-left: 4px;
    color: var(--page-point2-color);
}

.mypage .order-wrap .order .status .txt-date.active {
    color: #767676;
}

.mypage .order-wrap .order .info {
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    min-height: 64px;
}

.mypage .order-wrap .order .info.border-bottom {
    border-bottom: solid 1px #EEE;
}

.mypage .order-wrap .option:not(:last-child) {
    border-bottom: solid 1px #A5A5A5;
}

.mypage .order-wrap .order .info .img-preview {
    /* margin-top: 5px; */
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.mypage .order-wrap .order .info .img-preview.no-margin {
    margin-top: 0;
}

.mypage .order-wrap .order .info .img-preview.active {
    width: 102px;
    height: 102px;
    min-width: 102px;
    min-height: 102px;
}

.mypage .order-wrap .order .info .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.mypage .order-wrap .order .info .img-preview.no-image {
    border: 1px solid #A5A5A5;
    border-style: dashed;
    border-radius: 2px;
    background-color: #EEE;
}

.mypage .order-wrap .order .info .txt-cont {
    padding-top: 2px;
    height: 100%;
    width: calc(100% - 96px);
    margin-left: 16px;
}

.mypage .order-wrap .order .info .txt-cont .txt-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 4px;
    /*display: block;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    font-size: 16px;
    font-weight: 600;
}

.mypage .order-wrap .order .info .txt-cont .txt-title.active {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.mypage .order-wrap .order .info .txt-cont .txt-detail {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.mypage .order-wrap .order .info .txt-cont .txt-detail.danger {
    color: #FF2525;
}

.mypage .order-wrap .order .info .txt-cont .txt-detail.danger a {
    color: #FF2525;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mypage .order-wrap .order .info .txt-cont .txt-price {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Pretendard Variable", "sans-serif" !important;
}

.mypage .order-wrap .order .info .txt-cont .txt-price .divider {
    color: var(--text);
    padding: 0 6px;
    border-bottom: none;
}

.mypage .order-wrap .order .info .txt-cont .txt-price .highlight {
    font-size: 16px;
    font-weight: 600;
    font-family: "Pretendard Variable", "sans-serif" !important;
}

.mypage .order-wrap .order .info .txt-cont .txt-price .highlight.sale {
    background: var(--page-point2-color);
    color: #FFF;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Pretendard Variable", "sans-serif" !important;
    margin-right: 4px;
}

.mypage .order-wrap .order .info .txt-cont .txt-detail .txt-stat {
    margin-left: 4px;
    color: var(--page-point2-color);
    font-size: 14px;
    font-weight: 700;
}

.mypage .order-wrap .order .txt-desc {
    margin-top: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.mypage .order-wrap .order .reward {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.mypage .order-wrap .order .reward.border {
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 4px 0;
}

.mypage .order-wrap .order .reward.no-margin {
    margin: 0;
}

.mypage .order-wrap .order .rating {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mypage .order-wrap .order .rating .txt-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.mypage .order-wrap .order .rating .star-rating {
    margin-top: 4px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.mypage .order-wrap .order .rating .star-rating img {
    width: 39px;
    height: 39px;
    aspect-ratio: 1/1;
}

.mypage .order-wrap .order textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #A5A5A5;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
}

.mypage .order-wrap .order .btn-upload {
    display: flex;
    flex-direction: column;
    height: 56px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.mypage .order-wrap .order .btn-upload.bg-highlight {
    background-color: rgba(55, 95, 254, 0.10);
    border: 1px solid var(--page-point2-color);
    color: var(--page-point2-color);
}

.mypage .order-wrap .order .btn-upload .txt-desc {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: var(--page-point2-color);
    line-height: 12px;
    margin: 4px;
}

.mypage .order-wrap .order .divider {
    margin: 16px 0 2px 0;
    border-bottom: 1px solid #EEE;
}

.mypage .order-wrap .cont {
    padding: 16px 0 0 0;
}

.mypage .order-wrap .cont .txt-row {
    margin-bottom: 10px;
    display: flex;
}

.mypage .order-wrap .cont .txt-row.space-between {
    justify-content: space-between;
}

.mypage .order-wrap .cont .txt-row.align-center {
    align-items: center;
}

.mypage .order-wrap .cont .txt-row.no-margin {
    margin-bottom: 0;
}

.mypage .order-wrap .cont .txt-title {
    min-width: 80px;
    color: #767676;
    font-size: 14px;
    font-weight: 500;
}

.mypage .order-wrap .cont .txt-title.full-width {
    width: 100%;
}

.mypage .order-wrap .cont .txt-title.sum {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.mypage .order-wrap .cont .txt-cont {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.mypage .order-wrap .cont .txt-cont .txt-addr {
    color: #767676;
    font-size: 13px;
    font-weight: 500;
}

.mypage .order-wrap .cont .txt-price {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}

.mypage .order-wrap .cont .txt-price.sum {
    font-size: 20px;
}

.mypage .order-wrap .cont .txt-price .txt-ship {
    color: #767676;
    font-size: 13px;
    font-weight: 500;
}

.mypage .order-wrap .sum {
    position: relative;
    padding: 6px 0;
}

.mypage .order-wrap .sum .txt-sum {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
}

.mypage .order-wrap .sum .txt-sum .highlight {
    color: var(--page-point2-color);
}

.mypage .order-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.mypage .order-wrap .btn-wrap .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #353535;
    border-radius: 0;
    border: 1px solid var(--page-base1-color);;
    cursor: pointer;
}

.mypage .order-wrap .btn-wrap .btn.highlight {
    /* color: var(--page-point2-color); */
    font-weight: 600;
    /* background: var(--page-base1-color); */
    background: color-mix(in srgb, var(--page-point2-color) 30%, transparent);
}

.mypage .order-wrap .btn-wrap .btn.bg-highlight {
    background-color: var(--page-point2-color);
    border: 1px solid var(--page-base1-color);
    color: #FFF;
}

.mypage .order-wrap .btn-wrap .btn-save {
    display: flex;
    height: 56px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
}

.mypage .order-wrap .btn-wrap .txt-btn-save {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.mypage .mypage-footer {
    width: 100%;
    padding: 30px 20px;
}

.mypage .btn-logout {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 10px;
    border: 1px solid #CCC;
    cursor: pointer;
}

.mypage .txt-logout {
    font-size: 18px;
    font-weight: 500;
}

.mypage .btn-back {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 0;
    cursor: pointer;
    color: #353535;
}

.mypage .btn-back::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/ico/ico-arrow.svg");
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.edit-modal {
    width: 100%;
    position: relative;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.8);
}

.edit-modal .title {
    position: fixed;
    top: 26px;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
}

.edit-modal .cancel {
    position: fixed;
    top: 27px;
    left: 30px;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
}

.edit-modal .save {
    position: fixed;
    top: 27px;
    right: 30px;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
}

.edit-modal .edit-input {
    all: unset;
    width: calc(100% - 120px);
    height: 40px;
    padding: 0 30px 0 10px;
    margin-bottom: 120px;
    color: #FFF;
    text-align: center;
    font-family: 'NanumSquare';
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    background: transparent;
    border-bottom: 1px solid #FFF;
}

.edit-modal .edit-input::placeholder {
    color: #868686;
    font-weight: 300;
    font-size: 16px;
}

.edit-modal .btn-delete {
    position: absolute;
    left: calc(100% - 70px);
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    padding: 0 10px;
    background: #FFF;
    border-radius: 25px;
    background-image: url("/assets/images/ico/ico-edit-delete.png");
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: #667085;
}

.edit-modal .desc {
    position: absolute;
    display: flex;
    justify-content: center;
    color: #FFF;
    width: calc(100% - 100px);
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
}

.review-count {
    color: var(--page-point2-color);
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
}

.review-count.underlined {
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.review-cont {
    display: flex;
    /*height: 150px;*/
    padding: 16px 0;
}

.review-cont.d-flex-column {
    flex-direction: column;
}

.review-cont.list {
    height: auto;
    border-bottom: solid 1px #EEE;
    display: flex;
    flex-direction: column;
}

.review-cont .img-wrap {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    overflow: auto;
}

.review-cont .img-wrap::-webkit-scrollbar {
    height: 26px;
}

.review-cont .img-wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 999px;
    border: 12px solid transparent;
    background-clip: content-box;
}

.review-cont .img-wrap img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
    border-radius: 0;
}

.review-cont .full-img-wrap {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-cont .full-img-wrap img {
    width: 100%;
    border-radius: 10px;
}

.review-cont .best-img-wrap {
    margin-top: 16px;
    display: flex;
    gap: 20px;
    max-height: fit-content;
    overflow: auto;
}

.review-cont .best-img-wrap img {
    max-width: 240px;
    max-height: 240px;
    border-radius: 0;
}

.review-cont .review-cont-txt {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}

.review-cont .review-cont-txt.no-margin {
    margin-left: 0;
}

.review-cont .review-cont-txt .review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.review-cont .review-cont-txt .review-header .tag-best {
    display: inline-flex;
    padding: 6px 8px;
    border-radius: 6px;
    background-color: var(--page-point2-color);
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.review-cont .review-cont-txt .rating {
    width: 100%;
    transform-origin: 0 50%;
    scale: 0.4;
}

.review-cont .review-cont-txt .star-rating {
    pointer-events: none;
    display: flex;
    height: 18px;
    font-size: 12px;
}

.review-cont .review-cont-txt .star-rating img {
    height: 100%;
    width: auto;
}

.review-cont .review-cont-txt .txt-cont {
    display: flex;
    flex-direction: column;
}

.review-cont .review-cont-txt .txt-review {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    white-space: break-spaces;
}

.review-cont .review-cont-txt .txt-review.full-txt {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    -webkit-line-clamp: unset;
    white-space: break-spaces;
}

.review-cont .review-cont-txt .btn-more {
    text-align: right;
    margin: 5px 0px;
    display: block;
    font-size: 15px;
    color: #9E9E9E;
}

.review-cont .review-cont-txt .btn-more::after {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/ico/ico-more.png");
    background-size: 14px 9px;
    width: 14px;
    height: 9px;;
    vertical-align: middle;
    margin: 0 0 2px 6px;
}

.review-cont .review-cont-txt .txt-info {
    margin-top: 8px;
    color: #767676;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Pretendard Variable", sans-serif;
}

.review-all {
    display: flex;
    flex-direction: column;
}

.fixed-bottom-btn-top {
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 28px;
    border: solid 1px #FFF;
    background-color: #A5A5A5;
    padding: 12px;
    bottom: 68px;
    right: 20px;
}

.full-screen-image-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;
}

.full-screen-image-wrap .full-screen-image-inner {
    max-width: 80%;
    max-height: 80%;
    width: 80%;
    height: 80%;
}

.full-screen-image-wrap .full-screen-image-close {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 24px;
    height: 24px;

    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M2 2L14 14M14 2L2 14' stroke='black' stroke-width='2'/%3e%3c/svg%3e") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M2 2L14 14M14 2L2 14' stroke='black' stroke-width='2'/%3e%3c/svg%3e") center/contain no-repeat;

    background-color: #FFF;
    border-radius: 4px;
}

.full-screen-image-inner {
    width: 100%;
    height: 100vh; /* 전체 화면 높이 */
}

.login-modal-inner.vasak_son_inner {
    width: min(90vw, 90vh * (500 / 856), 500px);
    aspect-ratio: 500 / 856;
    max-height: unset;
    height: unset;
    max-width: unset;
    color: #FFF;
    background-color: #000;
    font-family: Pretendard Variable;
}

.login-modal-inner.vasak_son_inner.white {
    color: #000;
    background-color: #FFF;
}

.login-modal-inner.vasak_son_inner img {
    width: 100%;
    height: 100%;
}

.vasak_son_inner .vasak_son_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vasak_son_inner .vasak_son_button_box {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.vasak_son_button_box .vasak_son_btn {
    background-color: #1A1A1A;
    color: #fff;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vasak_son_inner .vasak_son_btn.brown {
    background-color: #BD9171;
}

.vasak_son_inner .vasak_son_btn .txt-btn-verify {
    font-family: Pretendard Variable;
    font-size: 16px;
    font-weight: 600;
}

.vasak_son_inner .vasak_son_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background-color: #1A1A1A;
}

.vasak_son_inner .checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.time-select-wrap {
    display: flex;
    flex-wrap: wrap;
}

.time-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    color: #D9D9D9;
    font-size: 16px;
    position: relative;
}

/* 실제 라디오 버튼은 숨김 */
.time-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* 선택되었을 때 스타일 */
.time-option input[type="radio"]:checked + span {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* 텍스트를 박스처럼 채우기 위한 span 스타일 */
.time-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    font-size: 16px;
    font-weight: 600;
}

/* bottom-sheet */

.bottom-sheet-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.bottom-sheet-container {
    position: fixed;
    z-index: 999;
    /* top: 110%; */
    bottom: -200%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: var(--max-screen-width);
    /* min-height: 80%; */
    /* max-height: 80%; */
    max-height: 97vh;
    /* padding-bottom: 80px; */
    padding-bottom: 0px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: 0.5s ease;
    color: var(--font-color-offblack);
}

.bottom-sheet-container.active {
    /* top: 20%; */
    bottom: 0px;
    transition: 0.5s ease;
}

.bottom-sheet-container .handle {
    overflow: hidden;
}

.handle-icon {
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
}

.bottom-sheet-container .header {
    z-index: 10;
    display: flex;
    position: absolute;
    top: 34px;
    width: 100%;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
}

.bottom-sheet-container .header.d-flex-column {
    flex-direction: column;
}

.bottom-sheet-container .header .txt-title-gift {
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 16px;
    background-color: #353535;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.bottom-sheet-container .header .txt-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

.bottom-sheet-container .header .txt-title.sm {
    font-size: 18px;
    line-height: 19px;
}

.bottom-sheet-container .header .btn-input {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    background-color: #FFF;
    color: #767676;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.bottom-sheet-container .content-wrap {
    width: 100%;
    /* height: 74vh; */
    margin: 20px 0 10px 0;

    /* max-height: calc(100vh - 180px); */
    /* 아이폰에서 100vh 다르게 잡히는 이슈 */
    /* https://zinee-world.tistory.com/599 */
    /* Custom Property 지원 안하는 브라우저를 위한 복귀점(Fallback)으로 100vh도 넣어줌 */
    max-height: 100vh;
    max-height: calc(var(--iPhoneVH, 1vh) * 100 * 0.8);

    overflow-y: auto;
}

.bottom-sheet-container .content-wrap.no-padding {
    padding-top: 0;
    overflow: hidden;
    overflow-y: auto;
}

.bottom-sheet-container .content-wrap.padding {
    padding: 16px;
}

.bottom-sheet-container .content-wrap .options {
    position: relative;
    padding: 16px;
}

.bottom-sheet-container .content-wrap .options .option {
    display: flex;
    align-items: center;
    padding: 12px 0;
    min-height: 100px;
}

.bottom-sheet-container .content-wrap .options .option:not(:last-child) {
    border-bottom: solid 1px #A5A5A5;
}

.bottom-sheet-container .content-wrap .options .option .img-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
    border-radius: 4px;
}

.bottom-sheet-container .content-wrap .options .option .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-sheet-container .content-wrap .options .option .img-preview.no-image {
    border: 1px solid #A5A5A5;
    border-style: dashed;
    background-color: #EEE;
}

.bottom-sheet-container .content-wrap .options .option .option-cont {
    margin-left: 12px;
}

.bottom-sheet-container .content-wrap .options .option .option-cont .txt-title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color-darkgrey);
}

.bottom-sheet-container .content-wrap .options .option .option-cont .price-info {
    display: flex;
    align-items: center;
}

.bottom-sheet-container .content-wrap .options .option .option-cont .price-info .txt-discount {
    font-size: 16px;
    font-weight: 700;
    color: var(--page-point2-color);
}

.bottom-sheet-container .content-wrap .options .option .option-cont .price-info .txt-price {
    margin-left: 4px;
    color: var(--font-color-black);
    font-size: 16px;
    font-weight: 700;
}

.bottom-sheet-container .content-wrap .options .option .option-cont .tag-status {
    display: flex;
    width: 50px;
    height: 28px;
    padding: 8px 10px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
    color: #FF2525;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: rgba(255, 37, 37, 0.10);
}

.bottom-sheet-container .content-wrap .options-selected {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
}

.bottom-sheet-container .content-wrap .options-selected .txt-summary {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .options-selected .txt-summary .txt-qty {
    margin-left: 5px;
    color: var(--page-point2-color);
    font-weight: 700;
}

.bottom-sheet-container .content-wrap .select-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bottom-sheet-container .content-wrap .select-wrap .nice-select {
    height: 38px;
}

.bottom-sheet-container .content-wrap .txt-sub-title {
    min-width: 50px;
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .txt-sub-title.product {
    min-width: 66px;
    max-width: 66px;
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .txt-sub-title.option {
    min-width: 66px;
    max-width: 66px;
    font-size: 14px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .txt-sub-title.highlight {
    color: var(--page-point2-color);
}

.bottom-sheet-container .content-wrap .txt-sub-title.danger {
    color: #FF2525;
}

.bottom-sheet-container .content-wrap .txt-sub-desc {
    margin-top: 4px;
    display: flex;
    align-items: center;
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 400;
    word-break: keep-all;
}

.bottom-sheet-container .content-wrap .select-option {
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #A5A5A5;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.bottom-sheet-container .content-wrap .select-option:after {
    border-bottom: 1px solid #9F9F9F;
    border-right: 1px solid #9F9F9F;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bottom-sheet-container .content-wrap .selected-option {
    position: relative;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
}

.bottom-sheet-container .content-wrap .selected-option:not(:last-child) {
    border-bottom: solid 1px #A5A5A5;
}

.bottom-sheet-container .content-wrap .selected-option.d-flex-row {
    flex-direction: row;
}

.bottom-sheet-container .content-wrap .selected-option.justify-between {
    justify-content: space-between;
}

.bottom-sheet-container .content-wrap .options .option:not(:last-child) {
    border-bottom: solid 1px #A5A5A5;
}

.bottom-sheet-container .content-wrap .selected-option .img-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
    border-radius: 4px;
}

.bottom-sheet-container .content-wrap .selected-option .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-sheet-container .content-wrap .selected-option .img-preview.no-image {
    border: 1px solid #A5A5A5;
    border-style: dashed;
    background-color: #EEE;
}

.bottom-sheet-container .content-wrap .selected-option .txt-title {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}

.bottom-sheet-container .content-wrap .selected-option .txt-title.offblack {
    color: #202020;
}

.bottom-sheet-container .content-wrap .selected-option .txt-title.align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-sheet-container .content-wrap .selected-option .txt-title .product {
    color: var(--page-point2-color);
    font-size: 16px;
    font-weight: 600;
}

.bottom-sheet-container .content-wrap .selected-option .txt-title .txt-desc {
    font-size: 16px;
    font-weight: 600;
}

.bottom-sheet-container .content-wrap .selected-option .calc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.bottom-sheet-container .content-wrap .selected-option .calc .count {
    display: flex;
    height: 32px;
}

.bottom-sheet-container .content-wrap .selected-option .calc .count .btn-minus {
    display: flex;
    min-width: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #A5A5A5;
    align-items: center;
    justify-content: center;
}

.bottom-sheet-container .content-wrap .selected-option .calc .count .txt-count {
    display: flex;
    min-width: 32px;
    border-top: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    align-items: center;
    justify-content: center;
}

.bottom-sheet-container .content-wrap .selected-option .calc .count .btn-plus {
    display: flex;
    min-width: 32px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #A5A5A5;
    align-items: center;
    justify-content: center;
}

.bottom-sheet-container .content-wrap .selected-option .calc .txt-price {
    font-size: 20px;
    font-weight: 700;
}

.bottom-sheet-container .content-wrap .selected-option .btn-close {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("../images/ico-product-delete.png") 50%/100%;
}

.bottom-sheet-container .content-wrap .sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.bottom-sheet-container .content-wrap .sum .txt-count {
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .sum .txt-sum {
    font-size: 20px;
    font-weight: 700;
}

.bottom-sheet-container .content-wrap .btn-input {
    margin: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    background-color: #FFF;
    color: #767676;
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .btn-input.sm {
    margin-top: 16px;
    max-width: 160px;
    height: 46px;
}

.bottom-sheet-container .content-wrap .btn-input.xs {
    margin-left: 6px;
    padding: 4px 6px;
    max-width: 160px;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
}

.bottom-sheet-container .content-wrap .address-list {
    padding: 16px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.bottom-sheet-container .content-wrap .address-list li:not(:last-child) {
    border-bottom: solid 1px #A5A5A5;
}

.bottom-sheet-container .content-wrap .address-list.memo li:not(:last-child) {
    border-bottom: solid 1px #EEE;
}

.bottom-sheet-container .content-wrap .address {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    padding-bottom: 12px;
    width: 100%;
}

.bottom-sheet-container .content-wrap .address.memo {
    margin-top: 14px;
    padding-bottom: 10px;
}

.bottom-sheet-container .content-wrap .address:not(:last-child) {
    border-bottom: solid 1px #A5A5A5;
}

.bottom-sheet-container .content-wrap .input-check {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #A5A5A5;
}

.bottom-sheet-container .content-wrap .btn-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-right: 5px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 10px;
    background-color: #A5A5A5;
    background-position: center;
}

.bottom-sheet-container .content-wrap .btn-check.checked {
    background-color: var(--page-point2-color) !important;
}

.bottom-sheet-container .content-wrap .btn-check.memo {
    margin-top: 3px;
}

.bottom-sheet-container .content-wrap .btn-check img {
    width: 16px;
    height: 16px;
}

.bottom-sheet-container .content-wrap .address .cont-address {
    margin: 0 8px;
    width: 100%;
}

.bottom-sheet-container .content-wrap .address .cont-address.memo {
    padding-bottom: 4px;
}

.bottom-sheet-container .content-wrap .address .cont-address .title {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.bottom-sheet-container .content-wrap .address .cont-address .memo {
    display: flex;
    flex-direction: column;
}

.bottom-sheet-container .content-wrap .address .cont-address .txt-title {
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .address .cont-address .tag-default {
    margin-left: 9px;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: rgba(55, 95, 254, 0.10);
    color: var(--page-point2-color);
    font-size: 9px;
    font-weight: 700;
}

.bottom-sheet-container .content-wrap .address .cont-address .txt-address {
    color: #767676;
    font-size: 16px;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap .address .btn-edit {
    position: absolute;
    right: 30px;
    top: 0;
    background-image: url("../images/ico-page-edit-edit.png");
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
}

.bottom-sheet-container .content-wrap .address .btn-delete {
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url("../images/ico-delete.svg");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.bottom-sheet-container .content-wrap .address-input {
    padding: 16px;
}

.bottom-sheet-container .content-wrap .address-input.sm {
    padding: 8px 16px;
}

.bottom-sheet-container .content-wrap .txt-input {
    margin-top: 4px;
    height: 48px;
    width: 100%;
    padding-bottom: 0;
    font-family: "Noto Sans KR", sans-serif;
    color: #353535;
}

.bottom-sheet-container .content-wrap .txt-input.sm {
    margin-top: 0;
    height: 32px;
}

.bottom-sheet-container .content-wrap input {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 10px;
    width: 100%;
}

.bottom-sheet-container .content-wrap .input-point {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 2px;
    width: 100px;
    text-align: right;
}

.bottom-sheet-container .content-wrap input.color {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #A5A5A5;
    padding-top: 10px;
    padding-left: 54px;
    width: 100%;
    color: #A5A5A5;
    font-weight: 500;
}

.bottom-sheet-container .content-wrap input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #A5A5A5;
    font-family: "Noto Sans KR", sans-serif;
}

.bottom-sheet-container .content-wrap .address-input .input-address {
    width: 100%;
}

.bottom-sheet-container .content-wrap .address-input .input-address .input-default {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px;
    border-bottom: #A5A5A5 solid 1px;
}

.bottom-sheet-container .content-wrap .address-input .input-address .input-zip {
    display: flex;
    align-items: center;
}

.bottom-sheet-container .content-wrap .address-input .input-address .input-zip .btn-search-zip {
    display: flex;
    min-width: 124px;
    margin-left: 20px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    color: #767676;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.bottom-sheet-container .btn-fixed-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
    height: 56px;
    margin-top: 20px;
    cursor: pointer;
}

.bottom-sheet-container .btn-fixed-bottom.fit-width {
    width: calc(100% - 32px);
}

.bottom-sheet-container .btn-fixed-bottom.h-padding {
    padding: 0 16px;
}

.bottom-sheet-container .btn-fixed-bottom .btn-save {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #000;
}

.bottom-sheet-container .btn-fixed-bottom .txt-btn-save {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.bottom-sheet-container .order-wrap {
    padding: 0 16px;
    margin-top: 16px;
}

.bottom-sheet-container .order-wrap.border-bottom {
    border-bottom: 12px solid #EEE;;
}

.bottom-sheet-container .order-wrap.no-margin {
    margin-top: 0;
}

.bottom-sheet-container .order-wrap .order {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.bottom-sheet-container .order-wrap .title {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

.bottom-sheet-container .order-wrap .order .info {
    display: flex;
    align-items: center;
    padding: 8px 0;
    min-height: 64px;
}

.bottom-sheet-container .order-wrap .order .info.disabled {
    opacity: 50%;
}

.bottom-sheet-container .order-wrap .order .info.sm {
    min-height: 50px;
    padding: 4px 0;
}

.bottom-sheet-container .order-wrap .order .info .btn-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #A5A5A5;
    background-position: center;
    position: relative; /*bootstrap overwhite*/
}

.bottom-sheet-container .order-wrap .order .info .btn-check img {
    width: 16px;
    height: 16px;
}

.bottom-sheet-container .order-wrap .order .info .img-preview {
    margin-left: 6px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

.bottom-sheet-container .order-wrap .order .info .img-preview.sm {
    margin-left: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.bottom-sheet-container .order-wrap .order .info .img-preview.active {
    width: 102px;
    height: 102px;
    min-width: 102px;
    min-height: 102px;
}

.bottom-sheet-container .order-wrap .order .info .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.bottom-sheet-container .order-wrap .order .info .img-preview.no-image {
    border: 1px solid #A5A5A5;
    border-style: dashed;
    border-radius: 2px;
    background-color: #EEE;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont {
    height: 100%;
    width: calc(100% - 96px);
    margin-left: 16px;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-title.active {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-sub-title {
    color: var(--page-point2-color);
    font-size: 12px;
    font-weight: 400;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-sub-title.danger {
    color: #FF2525;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-detail {
    color: var(--page-point2-color);
    font-size: 14px;
    font-weight: 500;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-detail .highlight {
    font-size: 14px;
    font-weight: 700;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-desc {
    color: var(--page-point2-color);
    font-size: 12px;
    font-weight: 400;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-desc.danger {
    color: #FF2525;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-price {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-price .divider {
    color: #EEE;
    padding: 0 6px;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-price .highlight {
    font-size: 14px;
}

.bottom-sheet-container .order-wrap .order .info .txt-cont .txt-detail .txt-stat {
    margin-left: 4px;
    color: var(--page-point2-color);
    font-size: 14px;
    font-weight: 700;
}

.bottom-sheet-container .input-wrap {
    margin-top: 16px;
    padding: 0 16px;
}

.bottom-sheet-container .input-wrap.margin-sm {
    margin-top: 4px;
    padding: 0 16px;
}

.bottom-sheet-container .input-wrap textarea {
    width: 100%;
    height: 100px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #A5A5A5;
    color: #353535;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
}

.bottom-sheet-container .input-wrap textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #A5A5A5;
}

.bottom-sheet-container .info-input {
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0 16px;
}

.bottom-sheet-container .info-input .txt-title {
    min-width: 70px;
    max-width: 70px;
    font-size: 14px;
    font-weight: 500;
}

.bottom-sheet-container .info-input .txt-input {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.bottom-sheet-container .upload-image {
    padding: 0 16px;
    margin-top: 16px;
}

.bottom-sheet-container .upload-image.pd-sm {
    padding: 8px 16px;
}

.bottom-sheet-container .upload-image .image-input {
    display: flex;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 12px;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails .thumbnail {
    position: relative;
    display: flex;
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
    margin-right: 8px;
    border: 1px solid #A5A5A5;
    border-radius: 10px;
    background-image: url("../images/ico/ico-product-add.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails .thumbnail.no-border {
    border: none;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails .thumbnail img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails .thumbnail .btn-delete {
    position: absolute;
    height: 28px;
    width: 28px;
    right: 4px;
    bottom: 4px;
    background-image: url("../images/ico-thumbnail-delete.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails .thumbnail .btn-delete.sm {
    height: 24px;
    width: 24px;
    right: 4px;
    bottom: 4px;
    background-size: 24px 24px;
}

.bottom-sheet-container .upload-image .upload-image-thumbnails .thumbnail .btn-delete:active {
    transform: scale(0.95);
}

.txt-title.required::after {
    margin-left: 4px;
    content: "[필수]";
    display: inline-block;
    color: var(--page-point2-color);
    font-size: 10px;
    font-weight: 500;
}

.txt-sub-title.required::after {
    margin-left: 5px;
    content: "[필수]";
    display: inline-block;
    color: var(--page-point2-color);
    font-size: 12px;
    font-weight: 500;
}

.optional::after {
    margin-left: 5px;
    content: "[선택]";
    display: inline-block;
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 500;
}

.product-review-image-thumbnails {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin: 8px 0;
}

.product-review-image-thumbnails.justify-center {
    justify-content: center;
}

.product-review-image-thumbnails.no-margin {
    margin: 0;
}

.product-review-image-thumbnails .thumbnail {
    position: relative;
    display: flex;
    min-width: 94px;
    min-height: 94px;
    width: 94px;
    height: 94px;
    margin-right: 8px;
    border: 1px solid #A5A5A5;
    border-radius: 10px;
    /*background-image: url("../images/ico/ico-product-add.png");*/
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-review-image-thumbnails .thumbnail.sm {
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
}

.product-review-image-thumbnails .thumbnail.no-border {
    border: none;
}

.product-review-image-thumbnails .thumbnail img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.product-review-image-thumbnails .thumbnail .btn-delete {
    position: absolute;
    height: 32px;
    width: 32px;
    right: 8px;
    bottom: 8px;
    background-image: url("../images/ico-thumbnail-delete.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.product-review-image-thumbnails .thumbnail .btn-delete.sm {
    height: 24px;
    width: 24px;
    right: 4px;
    bottom: 4px;
    background-size: 24px 24px;
}

.product-review-image-thumbnails .thumbnail .btn-delete:active {
    transform: scale(0.95);
}

.review-content {
    position: relative;
    margin-top: 16px;
    background-color: #EEE;
    padding: 12px 10px 32px 10px;
    text-align: center;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 20px;
}

.review-content .btn-edit {
    position: absolute;
    bottom: 6px;
    right: 6px;
    border-radius: 4px;
    background-color: #FFF;
    border: solid 1px #A5A5A5;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #A5A5A5;
    padding: 4px;
    cursor: pointer;
}

.btn-save-sm {
    position: relative;
    margin-top: 4px;
    margin-left: auto;
    width: fit-content;
    border-radius: 4px;
    background-color: #000;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #EEE;
    padding: 4px;
    cursor: pointer;
}

.tab-default {
    display: flex;
    /*padding: 0 16px;*/
    border-bottom: var(--page-base1-color) solid 1px;
    margin-top: 20px;
}

.tab-default.margin-sm {
    margin-top: 10px;
}

.tab-default.padding-sm {
    padding: 0 8px;
}

.tab-default-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    padding-bottom: 2px;
    text-align: center;
    cursor: pointer;
}

.tab-default-btn .txt-btn-tab {
    font-weight: 500;
    font-size: 16px;
    color: #CFCFCF;
}

.tab-default-btn.active {
    border-bottom: #010101 solid 2px;
}

.tab-default-btn.active .txt-btn-tab {
    font-size: 16px;
    font-weight: 700;
    color: #010101;
}

.tab-default-btn.option-tab.active {
    border-bottom: var(--page-point2-color) solid 2px;
}

.tab-default-btn.option-tab.active .txt-btn-tab {
    color: var(--page-point2-color);
}

/* Gift Card */
.gift-card {
    overflow: auto;
}

.gift-card .page-header {
    position: relative;
}

.gift-card .page-header .btn-mypage {
    z-index: 100;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    background: url("/assets/images/ico/ico-mypage.png") 0px 0px / 100% 100% no-repeat;
    cursor: pointer;
}

.gift-card .page-header .cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 16px 8px 16px;
    border-radius: 10px;
}

.gift-card .page-header .cont .txt-title {
    font-size: 28px;
    font-weight: 700;
}

.gift-card .page-header .cont .txt-sub-title {
    padding: 8px;
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
    line-height: 20px;
}

.gift-card .content {
    padding: 16px;
    text-align: center;
    height: auto;
    background-color: #F5F5F5;
}

.gift-card .content.bg-white {
    background-color: #FFF;
}

.gift-card .content i {
    color: var(--page-point2-color);
}

.gift-card .content h2 {
    color: var(--page-point2-color);
}

.gift-card .content .txt-desc {
    margin-bottom: 12px;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 30px;
}

.gift-card .content .txt-email {
    padding-top: 6px;
    color: #A5A5A5;
    font-size: 18px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 30px;
}

.gift-card .content .cont {
    text-align: left;
}

.gift-card .order-wrap {
    padding: 8px;
}

.gift-card .order-wrap.no-padding {
    padding: 0;
}

.gift-card .order-wrap .order .info {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    min-height: 64px;
}

.gift-card .order-wrap .order:not(:last-child) {
    border-bottom: solid 1px #EEE;
}

.gift-card .order-wrap .order .info .img-preview {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.gift-card .order-wrap .order .info .img-preview.active {
    width: 102px;
    height: 102px;
    min-width: 102px;
    min-height: 102px;
}

.gift-card .order-wrap .order .info .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.gift-card .order-wrap .order .info .img-preview.no-image {
    border: 1px solid #A5A5A5;
    border-style: dashed;
    border-radius: 2px;
    background-color: #EEE;
}

.gift-card .order-wrap .order .info .txt-cont {
    height: 100%;
    width: calc(100% - 96px);
    margin-left: 16px;
}

.gift-card .order-wrap .order .info .txt-cont .txt-brand {
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 2px;
}

.gift-card .order-wrap .order .info .txt-cont .txt-title {
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.gift-card .order-wrap .order .info .txt-cont .txt-title.active {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.gift-card .order-wrap .order .info .txt-cont .txt-detail {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
}

.gift-card .order-wrap .order .info .txt-cont .txt-qty {
    margin-top: 6px;
    color: var(--page-point2-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
}

.gift-card .order-wrap .title {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

.gift-card .order-wrap .cont {
    padding: 0;
}

.gift-card .order-wrap .cont .txt-row {
    margin-bottom: 10px;
    display: flex;
}

.gift-card .order-wrap .cont .txt-row.space-between {
    justify-content: space-between;
}

.gift-card .order-wrap .cont .txt-row.align-center {
    align-items: center;
}

.gift-card .order-wrap .cont .txt-row.no-margin {
    margin-bottom: 0;
}

.gift-card .order-wrap .cont .txt-title {
    min-width: 80px;
    color: #767676;
    font-size: 15px;
    font-weight: 500;
}

.gift-card .order-wrap .cont .txt-title.full-width {
    width: 100%;
}

.gift-card .order-wrap .cont .txt-cont {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.gift-card .deadline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: #A5A5A5;
}

.gift-card .deadline .txt-title {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
}

.gift-card .deadline .txt-countdown {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.gift-card .main-footer {
    margin-top: 20px;
    width: 100%;
    padding: 30px;
    background-color: #F5F5F5;
}

.gift-card .main-footer .txt-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.gift-card .main-footer .txt-deco {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    color: #000;
}

.gift-card .main-footer .txt-desc {
    margin-top: 14px;
    color: #767676;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.gift-card .main-footer a {
    text-decoration: underline;
}

.gift-card .btn-fixed-bottom {
    display: block;
    align-items: center;
    height: 56px;
    margin-top: 30px;
}

.gift-card .btn-fixed-bottom .btn-save {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
}

.gift-card .btn-fixed-bottom .txt-btn-save {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
