:root {
    --red: #c00c00;
}

/* ========================================
Common Modal
======================================== */
.modal-layer {
    position: fixed;
    inset: 0;
    z-index: 10000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    box-sizing: border-box;
}

.modal-layer.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-dim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.modal-close-button {
    position: absolute !important;
    z-index: 20 !important;
    top: 0 !important;
    right: -72px !important;
    display: block !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    cursor: pointer;
    transform: none !important;
}

.modal-close-button::before,
.modal-close-button::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border: 0 !important;
    border-radius: 999px;
    background: currentColor !important;
    transform-origin: center;
}

.modal-close-button::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.modal-close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.modal-close-button:hover {
    background: #f3f3f3 !important;
}

.modal-close-button:focus-visible {
    outline: none;
}

/* Common modal surface */
.modal-box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: clamp(310px, calc(750 * var(--vw)), 750px) !important;
    max-width: calc(100vw - 80px) !important;
    height: auto !important;
    max-height: calc(100vh - 80px);
    box-sizing: border-box;
    overflow: visible !important;
    background: #fff;
}

/* Text-only modal */
.modal-box--text {
    height: min(700px, calc(100vh - 80px)) !important;
    padding: 50px !important;
}

.modal-content {
    padding: 50px !important;
    box-sizing: border-box;
}

.modal-media {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.modal-title {
    font-size: calc(40 * var(--vw)) !important;
}

.modal-text {
    color: #333;
    font-size: calc(16 * var(--vw)) !important;
    line-height: calc(26 * var(--vw));
    white-space: pre-wrap;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* Common Alert */
.hunter-alert {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    box-sizing: border-box;
}

.hunter-alert.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.hunter-alert-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
}

.hunter-alert-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(350px, calc(100vw - 50px));
    padding: 51px 30px 49px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}

.hunter-alert-message {
    margin: 0;
    color: #111;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: pre-line;
    word-break: keep-all;
}

.hunter-alert-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 19px;
}

.hunter-alert-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
}

.hunter-alert-confirm {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.hunter-alert-cancel {
    display: none;
}

.hunter-alert.is-confirm .hunter-alert-dialog {
    width: min(350px, calc(100vw - 50px));
    padding: 46px 20px 50px;
}

.hunter-alert.is-confirm .hunter-alert-message {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.hunter-alert.is-confirm .hunter-alert-actions {
    margin-top: 22px;
}

.hunter-alert.is-confirm .hunter-alert-button {
    width: 132px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
}

.hunter-alert.is-confirm .hunter-alert-cancel {
    display: inline-flex;
}

html.is-alert-open,
body.is-alert-open {
    overflow: hidden;
}

@media (max-width: 360px) {
    .hunter-alert.is-confirm .hunter-alert-dialog {
        padding-right: 15px;
        padding-left: 15px;
    }

    .hunter-alert.is-confirm .hunter-alert-actions {
        width: 100%;
        gap: 10px;
    }

    .hunter-alert.is-confirm .hunter-alert-button {
        flex: 1;
        width: auto;
        min-width: 0;
    }
}


/* 메인 첫 KV 이후는 서브페이지와 동일한 흰색 헤더 */
.main-page .header.is-main-solid:not(.is-menu-open) {
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    color: #000;
    box-shadow: none;
}

.main-page .header.is-main-solid:not(.is-menu-open) .header-logo-dark {
    visibility: visible;
    opacity: 1;
}

.main-page .header.is-main-solid:not(.is-menu-open) .header-logo-light {
    visibility: hidden;
    opacity: 0;
}

.main-page .header.is-main-solid:not(.is-menu-open) + .header-actions .header-r i {
    filter: brightness(0);
}

.pt_60 {
    padding-top: 60px;
}

.detail-product-image.img-s img {
    height: 90%;
}
/* ========================================
Main Scrollbar
======================================== */

.main-page,
.main-page .page-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.main-page::-webkit-scrollbar,
.main-page .page-scroll::-webkit-scrollbar {
    display: none;
}

/* ========================================
Header
======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    height: calc(100 * var(--vw));
    background: #fff;
    color: #000;
    transform: translateY(0);
    border-bottom: 1px solid #e9e9e9;
    transition:
        transform .72s cubic-bezier(.16, 1, .3, 1),
        color .35s ease,
        background-color .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
    will-change: transform;
}

.header.is-hidden {
    transform: translateY(-110%);
    transition:
        transform .4s cubic-bezier(.4, 0, 1, 1),
        color .35s ease,
        background-color .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.header-actions {
    position: fixed;
    top: 0;
    right: calc(60 * var(--vw));
    z-index: 1700;
    display: flex;
    align-items: center;
    height: calc(100 * var(--vw));
    color: #000;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition:
        transform .72s cubic-bezier(.16, 1, .3, 1),
        color .35s ease,
        opacity .2s ease,
        visibility .2s ease;
}

.header.is-hidden + .header-actions {
    transform: translateY(-110%);
    transition: transform .4s cubic-bezier(.4, 0, 1, 1), color .35s ease;
}

.main-page .header.theme-light + .header-actions {
    color: #fff;
}

.header.theme-dark + .header-actions,
.main-page .header.is-main-solid + .header-actions {
    color: #000;
}

.header.is-menu-open + .header-actions {
    color: #fff;
    transform: translateY(0);
}

body:not(.main-page) .header:not(.is-scrolled):not(.is-menu-open) {
    border-bottom-color: transparent;
}

body:not(.main-page) .header.is-scrolled:not(.is-menu-open) {
    border-bottom-color: #e9e9e9;
}

.main-page .header {
    background: transparent;
    box-shadow: none;
}
.main-page .header.theme-light {
    background: transparent;
    box-shadow: none;
    color: #fff;
    border: none;
}
.main-page .header.theme-dark {
    background: transparent;
    box-shadow: none;
    color: #000;
    border: none;
}
.header.theme-dark {
    color: #000;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 0 calc(60 * var(--vw));
}

.header-l {
    display: flex;
    align-items: center;
    gap: calc(80 * var(--vw));
}


/* ========================================
Logo
======================================== */

.logo {
    flex-shrink: 0;
}

.header-logo {
    position: relative;
    display: block;
    width: calc(220 * var(--vw));
    height: calc(40 * var(--vw));
}

.header-logo-image {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: auto;
    height: calc(40 * var(--vw));
    transform: translateY(-50%);
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.header-logo-dark {
    opacity: 1;
    visibility: visible;
}

.header-logo-light {
    opacity: 0;
    visibility: hidden;
}

.header.theme-light .header-logo-dark {
    opacity: 0;
    visibility: hidden;
}

.header.theme-light .header-logo-light {
    opacity: 1;
    visibility: visible;
}

.header.theme-dark .header-logo-dark {
    opacity: 1;
    visibility: visible;
}

.header.theme-dark .header-logo-light {
    opacity: 0;
    visibility: hidden;
}

.header-actions .btn-menu {
    position: relative;
}

.header.is-menu-open + .header-actions .header-r {
    color: #fff;
}

.header.is-menu-open + .header-actions .header-r i {
    filter: none !important;
}

.header.is-menu-open + .header-actions .btn-login {
    color: #fff;
}

.header-r .ic-menu::before,
.header-r .ic-menu::after {
    background: currentColor;
}


/* ========================================
GNB
======================================== */

.gnb {
    height: 100%;
}

.depth1 {
    display: flex;
    align-items: center;
    gap: calc(70 * var(--vw));
    height: 100%;
}

.depth1 > li {
    height: 100%;
}

.depth1 > li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: currentColor;
    font-family: "Pretendard", sans-serif;
    font-size: calc(18 * var(--vw));
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
}

.depth1 > li > a:hover,
.depth1 > li > a.is-active {
    color: var(--red);
}


/* ========================================
Header Right
======================================== */

.header-r {
    display: flex;
    align-items: center;
    gap: calc(50 * var(--vw));
}

.header-r[hidden] {
    display: none !important;
}

.header-r button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background: none;
    color: currentColor;
    cursor: pointer;
}

.header-r i {
    display: block;
    width: calc(30 * var(--vw));
    height: calc(30 * var(--vw));
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: filter .3s ease;
}

.header-r .ic-search {
    background-image: url("../images/icon/icon_search.svg");
}

.header-r .ic-alarm {
    background-image: url("../images/icon/icon_bell.svg");
}

.header-r .ic-menu {
    position: relative;
    width: 20px;
    height: 16px;
    background-image: none;
}

.header-r .ic-menu::before,
.header-r .ic-menu::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: currentColor;
    content: "";
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.header-r .ic-menu::before {
    transform: translateY(0);
    box-shadow:
        0 5px 0 currentColor,
        0 10px 0 currentColor;
}

.header-r .ic-menu::after {
    transform: translateY(15px);
}


.header.is-menu-open + .header-actions .ic-menu::before {
    transform: translateY(7px) rotate(45deg);
    box-shadow: 0 0 0 transparent;
}

.header.is-menu-open + .header-actions .ic-menu::after {
    transform: translateY(7px) rotate(-45deg);
}


.header.theme-light + .header-actions .header-r i {
    filter: none;
}

.header.theme-dark + .header-actions .header-r i {
    filter: brightness(0);
}


/* ========================================
Login
======================================== */

.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(8 * var(--vw)) calc(30 * var(--vw));
    border-radius: calc(50 * var(--vw));
    background: var(--red);
    color: #fff;
    font-size: calc(14 * var(--vw));
    font-weight: 500;
    line-height: calc(32 * var(--vw));
    letter-spacing: calc(4 * var(--vw));
    text-indent: calc(4 * var(--vw));
    transition: .3s;
}

.btn-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(110 * var(--vw));
    height: calc(48 * var(--vw));
    padding: 0 calc(24 * var(--vw));
    box-sizing: border-box;
    border: 1px solid var(--red);
    border-radius: calc(50 * var(--vw));
    background: #fff;
    color: var(--red);
    font-size: calc(14 * var(--vw));
    font-weight: 500;
    line-height: 1;
    letter-spacing: calc(2 * var(--vw));
    text-indent: calc(2 * var(--vw));
    margin-right: calc(-30 * var(--vw));
    text-decoration: none;
}


/* ========================================
Footer
======================================== */
.footer-section {
    position: relative;
    width: 100%;
    min-height: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
}

/* fetch로 불러온 실제 footer */
.footer-section .footer {
    display: block;
    align-items: initial;
    width: 100%;
    min-height: 0;
}

.footer {
    width: 100%;
    min-height: auto;
    border-bottom: calc(10 * var(--vw)) solid var(--red);
    background-color: #f4f4f4;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.footer_inner {
    position: relative;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding-top: calc(100 * var(--vw));
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(30 * var(--vw)) 0;
    border-bottom: 1px solid #d8d8d8;
}

.footer_logo {
    display: block;
}

.footer_logo img {
    display: block;
    width: calc(143 * var(--vw));
    height: auto;
}

.footer_sns {
    display: flex;
    align-items: center;
    gap: calc(8 * var(--vw));
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(46 * var(--vw));
    height: calc(46 * var(--vw));
    overflow: hidden;
}

.footer_sns img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_content {
    position: relative;
    margin-bottom: calc(100 * var(--vw));
    padding-top: calc(30 * var(--vw));
}

.footer_address {
    margin: 0;
    color: #b3b3b3;
    font-size: calc(15 * var(--vw));
    font-style: normal;
    line-height: 1.65;
}

.footer_address p {
    margin: 0;
}

.footer_divider {
    display: inline-block;
    margin: 0 calc(7 * var(--vw));
}

.footer_copyright {
    margin: 0;
    color: #b3b3b3;
    font-size: calc(15 * var(--vw));
    line-height: 1.65;
}

.footer_menu {
    display: flex;
    align-items: center;
    margin: calc(30 * var(--vw)) 0 0;
    padding: 0;
    list-style: none;
}

.footer_menu li {
    display: flex;
    align-items: center;
}

.footer_menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: calc(12 * var(--vw));
    margin: 0 calc(8 * var(--vw));
    color: #7a7a7a;
}

.footer_menu a {
    color: #7a7a7a;
    font-size: calc(15 * var(--vw));
}

.footer_watermark img {
    width: 100%;
}

/* Quick Menu */

.business-quick {
    width: 100%;
    height: calc(200 * var(--vw));
    background: var(--red);
}

.business-quick-inner {
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.business-quick-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
}

.business-quick-list li {
    height: 100%;
}

.business-quick-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.business-quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(40 * var(--vw));
    height: calc(40 * var(--vw));
}

.business-quick-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.business-quick-text {
    margin-top: calc(30 * var(--vw));
    font-size: calc(18 * var(--vw));
    font-weight: 500;
    letter-spacing: -1px;
}


/* ========================================
Drag Cursor
======================================== */

.drag-cursor-area {
    cursor: grab;
}

.drag-cursor-area:active {
    cursor: grabbing;
}

.drag-cursor {
    --cursor-x:-200px;
    --cursor-y:-200px;
    --cursor-scale:.9;

    position:fixed;
    top:0;
    left:0;
    z-index:9999;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:calc(18 * var(--vw));

    width:calc(180 * var(--vw));
    height:calc(56 * var(--vw));

    border-radius:calc(999 * var(--vw));
    background:#C00C00;
    color:#fff;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transform:
        translate3d(
            var(--cursor-x),
            var(--cursor-y),
            0
        )
        translate(-50%, -50%)
        scale(var(--cursor-scale));

    /*
     * transform에는 transition을 주지 않음
     * pointermove마다 transition이 재실행되는 버벅임 방지
     */
    transition:
        opacity .15s ease,
        visibility .15s ease;

    will-change:transform;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
}

.drag-cursor.is-visible {
    --cursor-scale:1;

    opacity:1;
    visibility:visible;
}

.drag-cursor.is-dragging {
    --cursor-scale:.94;
}

.drag-cursor strong {
    font-size:calc(14 * var(--vw));
    font-weight:500;
    letter-spacing:.28em;
}

.drag-cursor span {
    font-size:calc(20 * var(--vw));
    font-weight:300;
}

/* ========================================
Header Menu Open
======================================== */
.header.is-menu-open {
    background:transparent;
    color:#fff;
    border-bottom:0;
}

body:not(.main-page) .header.is-menu-open{
    background:#fff;
    border-bottom:1px solid #E9E9E9;
}

body:not(.main-page) .header.is-menu-open .header-l{
    color:#000;
}

body:not(.main-page) .header.is-menu-open .header-logo-dark{
    opacity:1;
    visibility:visible;
}

body:not(.main-page) .header.is-menu-open .header-logo-light{
    opacity:0;
    visibility:hidden;
}
.main-page .header.is-menu-open {
    background:transparent;
    border-bottom:0;
}
.header.is-menu-open + .header-actions .header-r i {
    filter:none !important;
}
.header.is-menu-open + .header-actions .btn-login {
    color:#fff;
}

/* 메인에서 첫 화면을 지난 뒤에는 메뉴를 열어도 흰색 헤더 유지 */
.main-page .header.is-main-solid.is-menu-open {
    background:#fff;
    border-bottom:1px solid #E9E9E9;
    color:#000;
}

.main-page .header.is-main-solid.is-menu-open .header-logo-dark {
    opacity:1;
    visibility:visible;
}

.main-page .header.is-main-solid.is-menu-open .header-logo-light {
    opacity:0;
    visibility:hidden;
}

.main-page .header.is-main-solid.is-menu-open + .header-actions {
    color:#fff;
}

.main-page .header.is-main-solid.is-menu-open + .header-actions .header-r i {
    filter:none !important;
}

.main-page .header.is-main-solid.is-menu-open + .header-actions .btn-login {
    color:#fff;
}

/* ========================================
All Menu
======================================== */
.header-layer {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .55s;
}

.header-layer.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.header-side-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(calc(570 * var(--vw)), 100%);
    height: 100%;
    padding-top: calc(200 * var(--vw));
    overflow-y: auto;
    background: rgba(20, 20, 20, .45);
    -webkit-backdrop-filter: blur(calc(18 * var(--vw))) saturate(180%);
    backdrop-filter: blur(calc(18 * var(--vw))) saturate(180%);
    color: #fff;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.header-layer.is-open .header-side-panel {
    transform: translateX(0);
}

html.is-header-layer-open,
body.is-header-layer-open {
    overflow: hidden;
}

body.is-header-layer-open .header-actions {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* ========================================
Header Alarm
======================================== */
.header-alarm-panel {
    padding-top: 0;
}

.header-alarm-head {
    display: flex;
    align-items: center;
    gap: calc(18 * var(--vw));
    flex: 0 0 calc(100 * var(--vw));
    height: calc(100 * var(--vw));
    padding: 0 calc(45 * var(--vw));
    box-sizing: border-box;
}

.header-alarm-head h2 {
    margin: 0;
    color: #fff;
    font-size: calc(30 * var(--vw));
    line-height: 1.2;
}

.header-alarm-back {
    position: relative;
    width: calc(18 * var(--vw));
    height: calc(30 * var(--vw));
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.header-alarm-back::before {
    position: absolute;
    top: 50%;
    left: calc(4 * var(--vw));
    width: calc(11 * var(--vw));
    height: calc(11 * var(--vw));
    border-bottom: calc(2 * var(--vw)) solid #fff;
    border-left: calc(2 * var(--vw)) solid #fff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.header-alarm-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(10 * var(--vw));
    padding: 0 calc(45 * var(--vw)) calc(24 * var(--vw));
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-alarm-tabs button {
    height: calc(60 * var(--vw));
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: calc(999 * var(--vw));
    background: transparent;
    color: rgba(255, 255, 255, .5);
    font-size: calc(18 * var(--vw));
    cursor: pointer;
}

.header-alarm-tabs button.is-active {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
    font-weight: 700;
}

.header-alarm-list {
    flex: 1 0 auto;
}

.header-alarm-empty {
    margin: 0;
    padding: calc(60 * var(--vw)) calc(45 * var(--vw));
    color: rgba(255, 255, 255, .55);
    font-size: calc(16 * var(--vw));
    text-align: center;
}

.header-alarm-item {
    padding: calc(36 * var(--vw)) calc(45 * var(--vw)) calc(32 * var(--vw));
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .28);
}

.header-alarm-item.is-unread {
    color: #fff;
}

.header-alarm-item[data-link-url]:not([data-link-url=""]) {
    cursor: pointer;
}

.header-alarm-item h3,
.header-alarm-item p {
    margin: 0;
}

.header-alarm-item h3 {
    overflow: hidden;
    font-size: calc(22 * var(--vw));
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-alarm-item p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: calc(14 * var(--vw));
    font-size: calc(16 * var(--vw));
    line-height: 1.55;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.header-alarm-item time {
    display: block;
    margin-top: calc(12 * var(--vw));
    color: rgba(255, 255, 255, .38);
    font-size: calc(14 * var(--vw));
}

.header-alarm-footer {
    padding: calc(30 * var(--vw)) calc(45 * var(--vw));
    text-align: center;
}

.header-alarm-footer button {
    min-width: calc(205 * var(--vw));
    height: calc(60 * var(--vw));
    padding: 0 calc(30 * var(--vw));
    border: 1px solid var(--red);
    border-radius: calc(999 * var(--vw));
    background: transparent;
    color: var(--red);
    font-size: calc(16 * var(--vw));
    cursor: pointer;
}

.header.is-menu-open + .header-actions .ic-menu::before{
    transform:translateY(calc(10.5 * var(--vw))) rotate(45deg);
    box-shadow:0 0 0 transparent;
}

.header.is-menu-open + .header-actions .ic-menu::after{
    transform:translateY(calc(10.5 * var(--vw))) rotate(-45deg);
}

/* ========================================
All Menu Navigation
======================================== */

.all-menu-nav {
    padding: 0 calc(60 * var(--vw)) calc(70 * var(--vw));
}

.all-menu-item + .all-menu-item {
    margin-top: calc(30 * var(--vw));
}

.all-menu-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.all-menu-title {
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-size: calc(30 * var(--vw));
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.all-menu-title:hover,
.all-menu-title.is-active {
    text-decoration: underline;
}

.all-menu-toggle {
    position: relative;
    flex: 0 0 calc(24 * var(--vw));
    width: calc(24 * var(--vw));
    height: calc(24 * var(--vw));
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.all-menu-toggle i {
    display: block;
    width: calc(24 * var(--vw));
    height: calc(24 * var(--vw));
}

.all-menu-toggle i::before,
.all-menu-toggle i::after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: calc(20 * var(--vw));
    height: calc(2 * var(--vw));

    background: #fff;

    content: "";

    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.all-menu-toggle i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.all-menu-item.is-open .all-menu-toggle i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.all-menu-depth {
    height: 0;
    overflow: hidden;

    opacity: 0;

    transition:
        height .4s cubic-bezier(.22, 1, .36, 1),
        opacity .3s ease;
}

.all-menu-item.is-open .all-menu-depth {
    opacity: 1;
}

.all-menu-depth-inner {
    display: flex;
    flex-direction: column;
    gap: calc(18 * var(--vw));

    padding: calc(30 * var(--vw)) 0 0 calc(40 * var(--vw));
}

.all-menu-depth a {
    align-self: flex-start;
    color: rgba(255, 255, 255, .50);
    font-family: "Russo One", sans-serif;
    font-size: calc(22 * var(--vw));
    text-decoration: none;
    transition: color .25s ease;
}

.all-menu-depth a:hover,
.all-menu-depth a.is-active {
    color: #fff;
    text-decoration: underline;
}

.all-menu-subitem {
    width: 100%;
}

.all-menu-subitem-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.all-menu-subtoggle {
    position: relative;
    flex: 0 0 calc(24 * var(--vw));
    width: calc(24 * var(--vw));
    height: calc(24 * var(--vw));
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.all-menu-subtoggle i::before,
.all-menu-subtoggle i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(20 * var(--vw));
    height: calc(2 * var(--vw));
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.all-menu-subtoggle i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.all-menu-subitem.is-open .all-menu-subtoggle i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.all-menu-subdepth {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .35s cubic-bezier(.22, 1, .36, 1), opacity .25s ease;
}

.all-menu-subitem.is-open .all-menu-subdepth {
    opacity: 1;
}

.all-menu-subdepth-inner {
    display: flex;
    flex-direction: column;
    gap: calc(18 * var(--vw));
    padding: calc(18 * var(--vw)) 0 0 calc(40 * var(--vw));
}

.all-menu-depth .all-menu-subdepth a {
    color: rgba(255, 255, 255, .5);
}


/* ========================================
All Menu Member
======================================== */

.all-menu-member {
    padding: calc(70 * var(--vw)) calc(60 * var(--vw));

    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.all-menu-member-content {
    display: none;
}

.all-menu.is-login.has-alarm
.all-menu-member-content.is-login.is-alarm {
    display: block;
}

.all-menu.is-login:not(.has-alarm)
.all-menu-member-content.is-login.is-no-alarm {
    display: block;
}

.all-menu.is-logout
.all-menu-member-content.is-logout {
    display: block;
}

.all-menu-member-greeting,
.all-menu-member-message {
    margin: 0;

    color: #fff;

    font-size: calc(26 * var(--vw));
    line-height: calc(40 * var(--vw));
}

.all-menu-member-content {
    color:#fff;
}

.all-menu-member-greeting,
.all-menu-member-message,
.all-menu-member-login-text,
.all-menu-member-name {
    margin:0;
    color:inherit;
    font-size:calc(26 * var(--vw));
    line-height:calc(40 * var(--vw));
}

.all-menu-member-name {
    display:inline-block;
    border-bottom:1px solid currentColor;
    font-weight:700;
}

.all-menu-member-login-text strong {
    font-weight:700;
}

.all-menu-member-button {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    height:calc(46 * var(--vw));
    margin-top:calc(30 * var(--vw));
    padding:0 calc(30 * var(--vw));
    border-radius:calc(999 * var(--vw));
    background:var(--red);
    color:#fff;
    font-size:calc(16 * var(--vw));
    font-weight:600;
    line-height:1;
    text-decoration:none;
}


/* ========================================
All Menu SNS
======================================== */

.all-menu-sns {
    display: flex;
    align-items: center;
    gap: calc(7.5 * var(--vw));
    padding: calc(50 * var(--vw));
}

.all-menu-sns a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: calc(45 * var(--vw));
    height: calc(45 * var(--vw));

    border-radius: 50%;

    color: #4b4b4b;
    text-decoration: none;
}

.all-menu-sns i {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.all-menu-sns-youtube i {
    background-image: url("../images/menu_youtube.png");
}
.all-menu-sns-blog i {
    background-image: url("../images/menu_blog.png");
}

.all-menu-sns-instagram i {
    background-image: url("../images/menu_insta.png");
}

.all-menu-sns-facebook i {
    background-image: url("../images/menu_facebook.png");
}



html.is-menu-open,
body.is-menu-open {
    overflow: visible;
}

.all-menu-panel {
    overscroll-behavior: contain;
}

/* ========================================
sub page 공통
======================================== */


.page-heading {
    width: 100%;
    padding: calc(150 * var(--vw)) 0 calc(66 * var(--vw));
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: calc(80 * var(--vw));
}

.page-heading .inner {
    width: calc(1300 * var(--vw));
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: calc(14 * var(--vw));
    margin-bottom: calc(50 * var(--vw));
    font-size: calc(16 * var(--vw));
    font-weight: 500;
    color: #555;
    
}

.breadcrumb-home {
    display: block;
    width: calc(19 * var(--vw));
    height: calc(19 * var(--vw));
    background: #d10a00;
    clip-path: polygon(
        50% 0,
        100% 38%,
        100% 100%,
        0 100%,
        0 38%
    );
}

.page-title {
    font-size: calc(64 * var(--vw));
    color: #000;
    font-family: "Russo One", sans-serif;
    line-height: calc(80 * var(--vw));
}
.page-title span{
    color: var(--red);
    font-family: "Russo One", sans-serif;
}
.page-title sup{
    position: relative;
    top:calc(-30 * var(--vw));
    font-size: calc(30 * var(--vw));
}

.breadcrumb li {
    position: relative;

    display: flex;
    align-items: center;
}

.breadcrumb li + li::before {
    content: "/";

    margin: 0 calc(14 * var(--vw));
    color: #d7d7d7;
    font-weight: 300;
}
.breadcrumb sup{
    position: relative;
    top:calc(-4 * var(--vw));
    font-size: calc(10 * var(--vw));
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb .current {
    color: #555;
}

/* products.html, products-list.html , More Button. */

.align-c{
    margin: auto;
    text-align: center;
}
.sub-button-more {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:calc(10 * var(--vw)) calc(35 * var(--vw));
    border:1px solid var(--red);
    border-radius:calc(999 * var(--vw));
    background:transparent;
    color:var(--red);
    font-size:calc(18 * var(--vw));
    line-height: calc(32 * var(--vw));
    font-weight:500;
    letter-spacing:calc(4 * var(--vw));
    text-indent: calc(4 * var(--vw));
    transition: none;
}

.sub-button-more:hover {
    background:var(--red);
    color:#fff;
}
.sub-button-more_kr{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:calc(10 * var(--vw)) calc(35 * var(--vw));
    border:1px solid var(--red);
    border-radius:calc(999 * var(--vw));
    background:transparent;
    color:var(--red);
    font-size:calc(18 * var(--vw));
    line-height: calc(32 * var(--vw));
    font-weight:500;
    width: fit-content;
    transition: none;
}
.sub-button-more:hover {
    background:var(--red);
    color:#fff;
}
.sub-section-title {
    margin: 0;
    color: #000;
    font-family: "Russo One", sans-serif;
    font-size: calc(64 * var(--vw));
    line-height: 1;
}

.sub-section-title span {
    color: var(--red);
    font-family: "Russo One", sans-serif;
}

.sub-section-sm-title{
    margin: 0;
    color: #111;
    font-family: "Russo One", sans-serif;
    font-size: calc(50 * var(--vw));
    line-height: 1;
    margin-bottom: calc(100 * var(--vw));
}
.sub-section-sm-title span{
    color: var(--red);
    font-family: "Russo One", sans-serif;
}

.sub-section-sm-heading {
    text-align: center;
    margin-bottom: calc(100 * var(--vw));
}

.sub-section-sm-heading h2{
    margin: 0;
    color: #111;
    font-family: "Russo One", sans-serif;
    font-size: calc(50 * var(--vw));
    line-height: 1;
    margin-bottom: calc(20 * var(--vw));
}
.sub-section-sm-heading h2 span{
    color: var(--red);
    font-family: "Russo One", sans-serif;
}
.sub-section-sm-heading p{
    font-size: calc(18 * var(--vw));
color: #555;
}

/* 개인정보 처리방침 · 이용약관 · 저작권 안내 */
.page-heading--policy {
    padding-top: calc(250 * var(--vw));
    padding-bottom: calc(70 * var(--vw));
    margin-bottom: calc(70 * var(--vw));
}

.page-heading--policy .page-title {
    font-family: inherit;
    font-size: calc(52 * var(--vw));
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.policy-content {
    padding-bottom: calc(160 * var(--vw));
    background: #fff;
}

.policy-content__inner {
    width: calc(1300 * var(--vw));
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.policy-content__text {
    color: #000;
    font-size: calc(20 * var(--vw));
    font-weight: 400;
    line-height: calc(30 * var(--vw));

    /* 작성한 줄바꿈과 공백을 그대로 표시 */
    white-space: pre-wrap;
    word-break: keep-all;
    overflow-wrap: break-word;
}



/* ========================================
Sub Products Banner
======================================== */

.sub-products-banner {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(700 * var(--vw));
    overflow: hidden;
}

.sub-products-banner-bg {
    position: absolute;
    inset: 0;
    background: url(/images/sub_p_bbg02.png);
    background-position: center;
    background-size: cover;
}

.sub-products-banner-bg img {
    width: 100%;
}

.sub-products-banner .inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.sub-products-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: calc(1300 * var(--vw));
    height: 100%;
    text-align: right;
}

.sub-products-banner-content h2 {
    margin: 0 0 calc(25 * var(--vw));
    color: #fff;
    font-family: "Pretendard", sans-serif;
    font-size: calc(50 * var(--vw));
    font-weight: 700;
    line-height: calc(64 * var(--vw));
    letter-spacing: calc(-1 * var(--vw));
}

.sub-products-banner-content p {
    margin: 0 0 calc(25 * var(--vw));
    color: rgba(255, 255, 255, .6);
    font-family: "Pretendard", sans-serif;
    font-size: calc(17 * var(--vw));
    font-weight: 500;
    line-height: calc(26 * var(--vw));
    letter-spacing: calc(-1 * var(--vw));
}

.sub-products-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(14 * var(--vw)) calc(50 * var(--vw));
    border-radius: calc(999 * var(--vw));
    background: var(--red);
    color: #fff;
    font-size: calc(18 * var(--vw));
    font-weight: 500;
    line-height: calc(30 * var(--vw));
    transition:
        background-color .3s,
        transform .3s;
}

.sub-products-banner-button:hover {
    background: #c91208;
    transform: translateY(calc(-2 * var(--vw)));
}

/* ========================================
Sub Products Banner - Solution
======================================== */

.sub-products-banner-solution .sub-products-banner-bg {
    background: url(/images/sub_p_bbg01.png);
    background-position: center;
    background-size: cover;
}

.sub-products-banner-solution .sub-products-banner-content {
    align-items: flex-start;
    text-align: left;
}

.sub-products-banner-solution .sub-products-banner-content h2 span {
    color: #d10a00;
}

.sub-products-banner-solution .sub-products-banner-button {
    margin-top: calc(8 * var(--vw));
}

/* ========================================
Section Title 공통
======================================== */
.detail-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(1300 * var(--vw));
    margin-bottom: calc(60 * var(--vw));
}

.detail-section-title {
    margin: 0;
    color: #000;
    font-family: "Russo One", sans-serif;
    font-size: calc(60 * var(--vw));
    line-height: 1;
}

.detail-section-title span {
    color: var(--red);
    font-family: "Russo One", sans-serif;
}


/* ========================================
Tabs 공통
======================================== */

.sub-pill-tabs {
    display: flex;
    align-items: center;
    gap: calc(12 * var(--vw));
    margin-bottom: 80px;
}

.sub-pill-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: calc(186 * var(--vw));
    height: calc(60 * var(--vw));
    margin-right: 0;
    padding: calc(14 * var(--vw)) calc(24 * var(--vw));
    border: 1px solid #a8a8a8;
    border-radius: calc(100 * var(--vw));
    background: transparent;
    box-sizing: border-box;
    color: #a8a8a8;
    font-size: calc(18 * var(--vw));
    font-weight: 500;
    line-height: calc(32 * var(--vw));
    white-space: nowrap;
    cursor: pointer;
    transition:
        border-color .3s,
        background-color .3s,
        color .3s;
}

.sub-pill-tab:hover {
    border-color: var(--red);
    color: var(--red);
}

.sub-pill-tab.is-active {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}



/* ========================================
Sub Visual
======================================== */

.sub-visual {
    position: relative;

    width: 100%;
    height: calc(400 * var(--vw));

    overflow: hidden;
}

.sub-visual-bg {
    position: absolute;
    inset: 0;
}

.sub-visual-bg img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.sub-visual-dim {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.45);
}

.sub-visual-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(1300 * var(--vw));
    height: 100%;
    text-align: left;
    margin: auto;
}

.sub-visual-content p {
    color: #fff;
    font-family: "Pretendard", sans-serif;
    font-size: calc(48 * var(--vw));
    font-weight: 700;
    line-height: calc(58 * var(--vw));
    letter-spacing: 0;
}



/* Slider Controls */

.sub-slider-controls {
    display: flex;
    gap: calc(16 * var(--vw));
}

.sub-slider-button {
    position: relative;
    width: calc(64 * var(--vw));
    height: calc(64 * var(--vw));
    border: 1px solid #ddd;
    border-radius: 50%;
    background: transparent;
    transition: border-color .3s;
}

.sub-slider-button:hover {
    border-color: var(--red);
}

.sub-slider-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(11 * var(--vw));
    height: calc(11 * var(--vw));
    border-top: calc(2 * var(--vw)) solid #888;
    border-right: calc(2 * var(--vw)) solid #888;
}

.sub-slider-prev::before {
    transform: translate(-40%, -50%) rotate(-135deg);
}

.sub-slider-next::before {
    transform: translate(-60%, -50%) rotate(45deg);
}

.sub-slider-button.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

/* products.html , Slider Prev / Next Buttons. */

.sub-slider-button,
.sub-dealer-slider-button,
.sub-pride-button {
    border-color: #b5b5b5;
    transition:
        border-color .25s ease,
        opacity .25s ease;
}

.sub-slider-button::before,
.sub-dealer-slider-button::before,
.sub-pride-button::before {
    width: calc(14 * var(--vw));
    height: calc(14 * var(--vw));
    border-top-width: calc(3 * var(--vw));
    border-right-width: calc(3 * var(--vw));
    border-color: #b5b5b5;
    transition: border-color .25s ease;
}

.sub-slider-button:hover,
.sub-dealer-slider-button:hover,
.sub-pride-button:hover {
    border-color: var(--red);
}

.sub-slider-button:hover::before,
.sub-dealer-slider-button:hover::before,
.sub-pride-button:hover::before {
    border-color: var(--red);
}

.sub-slider-button.swiper-button-disabled,
.sub-dealer-slider-button.swiper-button-disabled,
.sub-pride-button.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}




/* ========================================
Header Search
======================================== */
.header-search {
    position: fixed;
    inset: 0;
    z-index: 1450;
    visibility: hidden;
    pointer-events: none;
}

.header-search.is-open {
    visibility: visible;
    pointer-events: auto;
}

.header-search-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: calc(65 * var(--vw)) 0 calc(58 * var(--vw));
    background: #f5f6fa;
    transform: translateY(-100%);
    opacity: 0;
    transition:
        transform .45s cubic-bezier(.22, 1, .36, 1),
        opacity .3s ease;
}

.header-search.is-open .header-search-panel {
    transform: translateY(calc(100 * var(--vw)));
    opacity: 1;
}

.header-search-inner {
    width: calc(1300 * var(--vw));
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.header-search-form {
    margin: 0;
}

.header-search-field {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(80 * var(--vw));
    padding: 0 calc(25 * var(--vw));
    border: 1px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
    transition: border-color .25s ease;
}

.header-search-field:focus-within {
    border-color: #000;
}

.header-search-icon {
    flex-shrink: 0;
    width: calc(25 * var(--vw));
    height: calc(25 * var(--vw));
    margin-right: calc(18 * var(--vw));
    background: url("/images/icon/icon-search.svg") center / contain no-repeat;
    filter: none;
}

.header-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
    font-family: "Pretendard", sans-serif;
    font-size: calc(18 * var(--vw));
}

.header-search-input::placeholder {
    color: #aaa;
}

.header-search-input::-webkit-search-cancel-button {
    display: none;
    appearance: none;
}

.header-search-content {
    display: grid;
    grid-template-columns: calc(360 * var(--vw)) 1fr;
    gap: calc(50 * var(--vw));
    margin-top: calc(50 * var(--vw));
}

.header-search-content h2 {
    margin: 0;
    color: #111;
    font-size: calc(20 * var(--vw));
    font-weight: 700;
}

.header-search-recommend {
    padding-right: calc(50 * var(--vw));
    border-right: 1px solid #ddd;
}

.header-search-recommend-list {
    display: flex;
    flex-direction: column;
    gap: calc(22 * var(--vw));
    margin: calc(28 * var(--vw)) 0 0;
    padding: 0;
    list-style: none;
}

.header-search-recommend-list a {
    display: inline-flex;
    align-items: center;
    color: #555;
    font-size: calc(17 * var(--vw));
    text-decoration: none;
}

.header-search-recommend-list a::before {
    content: "→";
    margin-right: calc(16 * var(--vw));
    color: #bbb;
    font-size: calc(20 * var(--vw));
}

.header-search-recommend-list a:hover {
    color: var(--red);
}

.header-search-recent-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search-delete-all {
    padding: 0;
    border: 0;
    background: none;
    color: #aaa;
    font-size: calc(15 * var(--vw));
    text-decoration: underline;
    cursor: pointer;
}

.header-search-recent-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(14 * var(--vw));
    margin-top: calc(28 * var(--vw));
}

.header-search-recent-item {
    display: inline-flex;
    align-items: center;
    gap: calc(15 * var(--vw));
    min-height: calc(54 * var(--vw));
    padding: 0 calc(22 * var(--vw));
    border-radius: calc(999 * var(--vw));
    background: #adb7d3;
    color: #fff;
    box-sizing: border-box;
}

.header-search-recent-link {
    color: inherit;
    font-size: calc(17 * var(--vw));
    font-weight: 600;
    text-decoration: none;
}

.header-search-recent-delete {
    position: relative;
    width: calc(18 * var(--vw));
    height: calc(18 * var(--vw));
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.header-search-recent-delete::before,
.header-search-recent-delete::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(18 * var(--vw));
    height: calc(2 * var(--vw));
    background: #fff;
    content: "";
}

.header-search-recent-delete::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-search-recent-delete::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-search-recent-empty {
    display: none;
    margin: calc(30 * var(--vw)) 0 0;
    color: #999;
    font-size: calc(16 * var(--vw));
}

.header-search-recent.is-empty .header-search-recent-empty {
    display: block;
}

.header-search-dim {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, .58);
    opacity: 0;
    transition: opacity .3s ease;
}

.header-search.is-open .header-search-dim {
    opacity: 1;
}

.header.is-search-open {
    color: #111 !important;
    background: #fff !important;
}

.header.is-search-open .header-logo-dark {
    opacity: 1;
    visibility: visible;
}

.header.is-search-open .header-logo-light {
    opacity: 0;
    visibility: hidden;
}

.header.is-search-open + .header-actions .header-r i {
    filter: brightness(0) !important;
}

html.is-search-open,
body.is-search-open {
    overflow: hidden;
}

/* ========================================
Mobile Common Layout
- Design width: 360px
- Mobile breakpoint: 720px
======================================== */


/* ========================================
Desktop (721px and above)
======================================== */
@media (min-width: 721px) {
    .header-actions .btn-menu {
        width: calc(30 * var(--vw));
        height: calc(30 * var(--vw));
    }

    .header-r .ic-menu {
        width: calc(30 * var(--vw));
        height: calc(24 * var(--vw));
    }

    .header-r .ic-menu::before,
    .header-r .ic-menu::after {
        width: calc(30 * var(--vw));
        height: calc(3 * var(--vw));
    }

    .header-r .ic-menu::before {
        box-shadow:
            0 calc(7 * var(--vw)) 0 currentColor,
            0 calc(14 * var(--vw)) 0 currentColor;
    }

    .header-r .ic-menu::after {
        transform: translateY(calc(21 * var(--vw)));
    }

    .header.is-menu-open + .header-actions .ic-menu::before {
        transform: translateY(calc(10.5 * var(--vw))) rotate(45deg);
        box-shadow: 0 0 0 transparent;
    }

    .header.is-menu-open + .header-actions .ic-menu::after {
        transform: translateY(calc(10.5 * var(--vw))) rotate(-45deg);
    }
}


/* ========================================
Mobile (720px and below)
======================================== */
@media (max-width: 720px) {
    .modal-box {
        width: calc(100vw - 50px) !important;
        max-width: none !important;
        max-height: calc(100vh - 100px);
        box-sizing: border-box;
        overflow: visible !important;
    }

    .modal-box--text {
        height: 500px !important;
        padding: 25px !important;
    }

    .modal-content {
        padding: 25px !important;
    }

    .modal-close-button {
        top: -52px !important;
        right: 0 !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .modal-close-button::before,
    .modal-close-button::after {
        width: 20px !important;
        height: 2px !important;
    }

    .modal-title {
        font-size: 26px !important;
    }

    .modal-text {
        font-size: 14px !important;
        line-height: 24px;
    }

    .page-heading--policy {
        margin-bottom: 40px;
        padding: 128px 0 30px;
    }

    .page-heading--policy .inner {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .page-heading--policy .page-title {
        font-size: 30px;
        line-height: 38px;
    }

    .policy-content {
        padding-bottom: 70px;
    }

    .policy-content__inner {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .policy-content__text {
        font-size: 14px;
        line-height: 24px;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .sub-pill-tab {
        flex: 0 0 150px;
        min-width: 150px;
        width: 150px;
        height: 46px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        line-height: 44px;
    }

    .sub-slider-controls {
        gap: 8px;
    }

    .sub-slider-button {
        width: 34px;
        height: 34px;
    }

    .sub-slider-button::before {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }

    html {
        scrollbar-gutter: auto;
    }

    body {
        font-size: 14px;
    }

    .sub-button-more {
        min-width: 90px;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 23px;
        font-size: 14px;
        line-height: 44px;
        box-sizing: border-box;
    }
    .sub-button-more_kr {
        min-width: 90px;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 23px;
        font-size: 14px;
        line-height: 44px;
        box-sizing: border-box;
    }

    .sub-section-title {
        font-size: 26px;
        line-height: 1;
    }

    /* Header */
    .header {
        height: 64px;
        background: #fff;
        border-bottom: none;
        color: #111;
    }

    body:not(.main-page) .header:not(.is-scrolled):not(.is-menu-open) {
        border-bottom: 1px solid transparent;
    }

    body:not(.main-page) .header.is-scrolled:not(.is-menu-open) {
        border-bottom: 1px solid #e9e9e9;
    }

    .main-page .header,
    .main-page .header.theme-light,
    .main-page .header.theme-dark {
        background: transparent;
        border-bottom: 0;
    }

    .main-page .header.theme-light {
        color: #fff;
    }

    .main-page .header.theme-dark {
        color: #111;
    }

    .header .inner {
        padding: 0 25px;
        box-sizing: border-box;
    }

    .header-actions {
        right: 25px;
        height: 64px;
    }

    .header-l {
        gap: 0;
    }

    .header-logo {
        width: 100px;
        height: 26px;
    }

    .header-logo-image {
        height: 26px;
    }

    .header-logo-dark,
    .header.theme-dark .header-logo-dark {
        opacity: 1;
        visibility: visible;
    }

    .header-logo-light,
    .header.theme-dark .header-logo-light {
        opacity: 0;
        visibility: hidden;
    }

    .main-page .header.theme-light .header-logo-dark {
        opacity: 0;
        visibility: hidden;
    }

    .main-page .header.theme-light .header-logo-light {
        opacity: 1;
        visibility: visible;
    }

    .main-page .header.theme-light + .header-actions .header-r i {
        filter: none;
    }

    .main-page .header.theme-dark + .header-actions .header-r i {
        filter: brightness(0);
    }

    .main-page .header.is-search-open {
        border-bottom: 1px solid #e9e9e9;
        background: #fff !important;
        color: #111 !important;
    }

    .main-page .header.is-search-open .header-logo-dark {
        opacity: 1;
        visibility: visible;
    }

    .main-page .header.is-search-open .header-logo-light {
        opacity: 0;
        visibility: hidden;
    }

    .main-page .header.is-search-open + .header-actions .header-r i {
        filter: brightness(0) !important;
    }

    .gnb {
        display: none;
    }

    .header-r {
        gap: 22px;
    }

    .header-r i {
        width: 22px;
        height: 22px;
    }

    .header-r .ic-menu {
        width: 20px;
        height: 16px;
    }

    .header-r .ic-menu::before {
        transform: translateY(0);
        box-shadow:
            0 5px 0 currentColor,
            0 10px 0 currentColor;
    }

    .header-r .ic-menu::after {
        transform: translateY(15px);
    }

    .header.is-menu-open + .header-actions .ic-menu::before {
        transform: translateY(7px) rotate(45deg);
        box-shadow: 0 0 0 transparent;
    }

    .header.is-menu-open + .header-actions .ic-menu::after {
        transform: translateY(7px) rotate(-45deg);
    }

    .header:not(.is-menu-open) + .header-actions .btn-login,
    .header:not(.is-menu-open) + .header-actions .btn-logout,
    .header:not(.is-menu-open) + .header-actions .btn-alarm {
        display: none;
    }

    .header.is-menu-open,
    .main-page .header.is-menu-open {
        background: transparent;
        border-bottom: 0;
        color: #fff;
    }

    .header.is-menu-open + .header-actions {
        right: 25px;
        left: 25px;
    }

    .header.is-menu-open .header-l {
        display: none;
    }

    .header.is-menu-open + .header-actions .header-r {
        width: 100%;
        margin: 0;
        color: #fff;
    }

    .header.is-menu-open + .header-actions .btn-menu {
        margin-left: auto;
    }

    .header.is-menu-open + .header-actions .btn-search {
        display: none;
    }

    .header.is-menu-open + .header-actions .header-r i,
    .main-page .header.is-menu-open + .header-actions .header-r i {
        filter: none !important;
    }

    .header.is-menu-open + .header-actions .btn-login {
        min-width: 62px;
        padding: 0 17px;
        border-radius: 22px;
        font-size: 10px;
        line-height: 36px;
        letter-spacing: 2px;
        text-indent: 2px;
        box-sizing: border-box;
    }

    .header.is-menu-open + .header-actions .header-r.is-logout .btn-login {
        min-width: 82px;
    }

    .header.is-menu-open + .header-actions .btn-logout {
        min-width: 82px;
        height: 36px;
        padding: 0 17px;
        border: 0;
        border-radius: 22px;
        background: #fff;
        color: var(--red);
        font-size: 10px;
        line-height: 36px;
        letter-spacing: 2px;
        text-indent: 2px;
        margin-right: -12px;
        box-sizing: border-box;
    }

    /* Full menu */
    .all-menu,
    .header-alarm {
        justify-content: stretch;
    }

    .all-menu-panel,
    .header-alarm-panel {
        width: 100%;
        min-height: 100%;
        background: rgba(0, 0, 0, .6);
        -webkit-backdrop-filter: blur(18px) saturate(180%);
        backdrop-filter: blur(18px) saturate(180%);
    }

    .all-menu-panel {
        padding-top: 92px;
    }

    .header-alarm-panel {
        padding-top: 0;
    }

    .header-alarm-head {
        flex-basis: 92px;
        gap: 14px;
        height: 92px;
        padding: 0 36px;
    }

    .header-alarm-head h2 {
        font-size: 26px;
    }

    .header-alarm-back {
        width: 18px;
        height: 26px;
    }

    .header-alarm-back::before {
        left: 3px;
        width: 10px;
        height: 10px;
        border-width: 0 0 2px 2px;
    }

    .header-alarm-tabs {
        gap: 10px;
        padding: 8px 36px 24px;
    }

    .header-alarm-tabs button {
        height: 46px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        line-height: 44px;
    }

    .header-alarm-tabs button.is-active {
        font-weight: 600;
    }

    .header-alarm-item {
        padding: 35px 36px 31px;
    }

    .header-alarm-item h3 {
        font-size: 18px;
        line-height: 1.45;
    }

    .header-alarm-item p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .header-alarm-item time {
        margin-top: 10px;
        font-size: 12px;
    }

    .header-alarm-footer {
        padding: 30px 36px 34px;
    }

    .header-alarm-footer button {
        min-width: 204px;
        height: 60px;
        font-size: 14px;
    }

    .all-menu-nav {
        padding: 8px 36px 38px;
    }

    .all-menu-item + .all-menu-item {
        margin-top: 18px;
    }

    .all-menu-title {
        font-size: 18px;
        line-height: 22px;
    }

    .all-menu-toggle i,
    .all-menu-subtoggle {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
    }

    .all-menu-toggle i::before,
    .all-menu-toggle i::after,
    .all-menu-subtoggle i::before,
    .all-menu-subtoggle i::after {
        width: 12px;
        height: 1px;
    }

    .all-menu-depth-inner {
        gap: 12px;
        padding: 18px 0 2px 16px;
    }

    .all-menu-depth a {
        font-size: 14px;
        line-height: 20px;
    }

    .all-menu-subdepth-inner {
        gap: 10px;
        padding: 12px 0 0 16px;
    }

    .all-menu-member {
        min-height: 202px;
        padding: 42px 36px 38px;
        box-sizing: border-box;
    }

    .all-menu-member-greeting,
    .all-menu-member-message,
    .all-menu-member-login-text,
    .all-menu-member-name {
        font-size: 14px;
        line-height: 22px;
    }

    .all-menu-member-button {
        height: 33px;
        margin-top: 20px;
        padding: 0 20px;
        border-radius: 18px;
        font-size: 10px;
    }

    .all-menu-sns {
        gap: 5px;
        padding: 40px 36px 48px;
    }

    .all-menu-sns a {
        width: 27px;
        height: 27px;
    }

    /* Header search */
    .header-search-panel {
        height: calc(100dvh - 64px);
        min-height: 0;
        padding: 0;
        overflow-y: auto;
        background: #fff;
        box-sizing: border-box;
    }

    .header-search.is-open .header-search-panel {
        transform: translateY(64px);
    }

    .header-search-inner {
        width: 100%;
        max-width: none;
    }

    .header-search-form {
        padding: 27px 25px 25px;
        background: #f5f6fa;
    }

    .header-search-field {
        height: 60px;
        padding: 0;
        border-color: #ddd;
    }

    .header-search-icon {
        width: 18px;
        height: 18px;
        margin: 0 12px 0 18px;
    }

    .header-search-input {
        padding: 0 16px 0 0;
        font-size: 14px;
    }

    .header-search-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 0;
        padding: 29px 25px 40px;
    }

    .header-search-content h2,
    .header-search-recent-heading h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .header-search-recommend {
        padding-right: 0;
        border-right: 0;
    }

    .header-search-recommend-list {
        gap: 22px;
        margin-top: 18px;
    }

    .header-search-recommend-list a,
    .header-search-recent-link,
    .header-search-recent-empty {
        font-size: 14px;
    }

    .header-search-recommend-list a::before {
        margin-right: 16px;
        font-size: 22px;
    }

    .header-search-delete-all {
        display: none;
    }

    .header-search-recent-list {
        gap: 8px;
        margin-top: 18px;
    }

    .header-search-recent-item {
        gap: 10px;
        min-height: 36px;
        padding: 0 17px;
        border-radius: 18px;
    }

    .header-search-recent-delete {
        width: 12px;
        height: 12px;
    }

    .header-search-recent-delete::before,
    .header-search-recent-delete::after {
        width: 11px;
        height: 1px;
    }

    .header-search-dim {
        display: none;
    }

    /* Sub page heading */
    .page-heading:not(.page-heading--policy) {
        margin-bottom: 40px;
        padding: 128px 0 20px;
        border-bottom-color: #e8e8e8;
        box-sizing: border-box;
    }

    .page-heading:not(.page-heading--policy) .inner {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .breadcrumb {
        display: none;
    }

    .page-heading:not(.page-heading--policy) .page-title {
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0;
    }

    /* Includes: solution / ROI banners */
    .sub-products-banner {
        height: 450px;
    }

    .sub-products-banner .inner {
        width: 100%;
        height: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .sub-products-banner-bg {
        background-image: url(/images/sub_p_bbg01_m.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sub-products-banner-solution .sub-products-banner-bg {
        background-image: url(/images/sub_p_bbg02_m.png);
    }

    .sub-products-banner-content {
        justify-content: flex-start;
        width: 100%;
        box-sizing: border-box;
    }

    .sub-products-banner-content h2 {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -.045em;
    }

    .sub-products-banner-content p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -.035em;
    }

    .sub-products-banner-button {
        min-height: 50px;
        padding: 0 28px;
        border-radius: 25px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 50px;
    }

    .sub-products-banner-solution .sub-products-banner-content {
        align-items: flex-start;
        padding-top: 179px;
        text-align: left;
    }

    .sub-products-banner-solution .sub-products-banner-button {
        min-width: 162px;
        margin-top: 0;
    }

    .sub-products-banner-support .sub-products-banner-content {
        align-items: flex-end;
        padding-top: 158px;
        text-align: right;
    }

    .sub-products-banner-support .sub-products-banner-button {
        min-width: 238px;
    }

    /* Quick menu */
    .business-quick {
        height: 240px;
    }

    .business-quick-inner {
        max-width: none;
        box-sizing: border-box;
        padding: 15px 20px;
    }

    .business-quick-list {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .business-quick-list li {
        grid-column: span 2;
    }

    .business-quick-list li:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .business-quick-list li:nth-child(5) {
        grid-column: 4 / span 2;
    }

    .business-quick-icon {
        width: 30px;
        height: 30px;
    }

    .business-quick-text {
        margin-top: 22px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: normal;
        white-space: nowrap;
    }

    /* Footer */
    .footer {
        border-bottom-width: 2px;
    }

    .footer_inner {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        overflow: hidden;
        padding: 48px 25px 0;
    }

    .footer_top {
        display: block;
        padding: 0;
        border-bottom: 0;
    }

    .footer_logo img {
        width: 141px;
    }

    .footer_sns {
        position: absolute;
        bottom: 77px;
        left: 25px;
        gap: 5px;
    }

    .footer_sns a {
        width: 44px;
        height: 44px;
    }

    .footer_content {
        margin-bottom: 152px;
        padding-top: 21px;
    }

    .footer_address,
    .footer_copyright {
        font-size: 12px;
        letter-spacing: -.03em;
        line-height: 20px;
    }

    .footer_divider {
        margin: 0 3px;
    }

    .footer_menu {
        margin-top: 17px;
    }

    .footer_menu li:not(:last-child)::after {
        height: 10px;
        margin: 0 4px;
        background: #7a7a7a;
    }

    .footer_menu a {
        font-size: 12px;
    }

    .footer_watermark {
        width: calc(100% + 20px);
        margin-left: -5px;
    }

    .footer_watermark img {
        display: block;
    }

    .drag-cursor {
        display: none;
    }
}
