/* BASIC css start */
/* =========================================
   ÀÌº¥Æ® ·£µùÆäÀÌÁö °øÅë
========================================= */

#content,
#content * {
    box-sizing: border-box;
    
}

#content { width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 20px;
    background: #fff;
    
}

#sk-banner-wrap,
#sk-notice-wrap,
#sk-plan-intro,
#productPlan {
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

/* =========================================
   ¹è³Ê ¿µ¿ª
========================================= */

#sk-banner-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

#sk-banner-wrap a {
    display: block;
    width: 100%;
}

#sk-banner-img {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

/* =========================================
   À¯ÀÇ»çÇ×
========================================= */

#sk-notice-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 18px auto 0;
    padding: 0 16px;
}

.sk-notice-inner {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 18px 22px;
}

.sk-notice-title {
    margin: 0 0 8px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.4px;
}

.sk-notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sk-notice-list li {
    position: relative;
    padding-left: 11px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.sk-notice-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #aaa;
}

/* =========================================
   ±âÈ¹Àü ¼Ò°³
========================================= */

#sk-plan-intro {
    width: 100%;
    max-width: 1200px;
    margin: 42px auto 20px;
    padding: 0 16px;
    text-align: center;
}

#sk-plan-intro .sk-plan-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff1f2;
    color: #c8303a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

#sk-plan-intro h2 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1px;
}

#sk-plan-intro .sk-plan-desc {
    margin: 10px 0 0;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

/* =========================================
   ±âÈ¹Àü ±âº» ¿µ¿ª Á¤¸®
========================================= */

#productPlan {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 20px;
}

#productPlan .loc-navi,
#productPlan .page-hd {
    display: none;
}

#productPlan .page-body .visual {
    margin: 0;
    text-align: center;
}

#productPlan .page-body .visual img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#productPlan .page-body .pick {
    margin-top: 20px;
    text-align: center;
}

#productPlan .page-body .pick select {
    width: 100%;
    max-width: 420px;
    height: 42px;
    padding: 0 36px 0 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
}

/* =========================================
   Ä«Å×°í¸® ÅÇ
========================================= */

#productPlan .page-body .clst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 26px 0 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: visible;
}

#productPlan .page-body .clst li {
    float: none;
    margin: 0;
    padding: 0;
    background: none;
}

#productPlan .page-body .clst li a {
    display: block;
    min-width: 86px;
    padding: 10px 16px;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.4px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

#productPlan .page-body .clst li a:hover {
    border-color: #c8303a;
    background: #c8303a;
    color: #fff;
}

/* =========================================
   »óÇ° ¸®½ºÆ®
   PC 5°³ / ÅÂºí¸´ 3°³ / ¸ð¹ÙÀÏ 2°³
========================================= */

#productPlan .page-body .sk-plan-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 42px;
    width: 100%;
    padding-top: 36px;
}

#productPlan .page-body .sk-plan-product-grid .item-list {
    display: block;
    width: auto !important;
    margin: 0;
    padding: 0;
    float: none !important;
    background: #fff;
}

#productPlan .page-body .sk-plan-product-grid .thumb {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 100%;
    overflow: hidden;
    background: #fff;
}

#productPlan .page-body .sk-plan-product-grid .thumb > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

#productPlan .page-body .sk-plan-product-grid .thumb > a > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

/* =========================================
   Àå¹Ù±¸´Ï ¹öÆ°
========================================= */

#productPlan .page-body .sk-plan-product-grid .cart_icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(120, 120, 120, 0.72);
    transition: background 0.2s ease, transform 0.2s ease;
}

#productPlan .page-body .sk-plan-product-grid .cart_icon:hover {
    background: #c8303a;
    transform: translateY(-2px);
}

#productPlan .page-body .sk-plan-product-grid .cart_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#productPlan .page-body .sk-plan-product-grid .cart_icon img {
    position: static !important;
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

/* btn_option_preview·Î Ãâ·ÂµÉ °æ¿ì º¸Á¤ */
#productPlan .page-body .sk-plan-product-grid .cart_icon.sk-option-preview {
    overflow: hidden;
}

#productPlan .page-body .sk-plan-product-grid .cart_icon.sk-option-preview a,
#productPlan .page-body .sk-plan-product-grid .cart_icon.sk-option-preview input,
#productPlan .page-body .sk-plan-product-grid .cart_icon.sk-option-preview button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer;
}

#productPlan .page-body .sk-plan-product-grid .cart_icon.sk-option-preview img {
    width: 22px !important;
    height: 22px !important;
}

/* =========================================
   »óÇ° Á¤º¸
========================================= */

#productPlan .page-body .sk-plan-product-grid .info {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 0 0;
    text-align: left;
}

#productPlan .page-body .sk-plan-product-grid .prd-color {
    margin: 0 0 5px;
    line-height: 1;
}

#productPlan .page-body .sk-plan-product-grid .prd-info {
    position: relative;
    display: block;
    min-height: 88px;
    padding: 0 30px 26px 0;
}

#productPlan .page-body .sk-plan-product-grid .prdbtn {
    min-height: 0;
    margin: 0 0 5px;
    line-height: 1;
}

#productPlan .page-body .sk-plan-product-grid .prdbtn img {
    max-height: 18px;
    vertical-align: top;
}

/* »óÇ°¸í */
#productPlan .page-body .sk-plan-product-grid .prdname {
    display: block;
    width: 100%;
    margin: 0;
}

#productPlan .page-body .sk-plan-product-grid .prdname a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.6px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#productPlan .page-body .sk-plan-product-grid .prdname a:hover {
    color: #c8303a;
}

/* =========================================
   °¡°Ý ¿µ¿ª
   ÇÒÀÎÀ² ¡æ ÆÇ¸Å°¡ ¡æ ¼ÒºñÀÚ°¡
========================================= */

#productPlan .page-body .sk-plan-product-grid .prdprice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    line-height: 1.2;
}

#productPlan .page-body .sk-plan-product-grid .prdprice .percent {
    order: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ffe4eb;
    color: #ff4f7a;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: -0.2px;
}

#productPlan .page-body .sk-plan-product-grid .prdprice .price {
    order: 2;
    display: inline-block;
    color: #111;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

#productPlan .page-body .sk-plan-product-grid .prdprice .origin {
    order: 3;
    display: inline-block;
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    letter-spacing: -0.4px;
}

#productPlan .page-body .sk-plan-product-grid .prdprice .replace,
#productPlan .page-body .sk-plan-product-grid .prdprice .soldout {
    display: inline-block;
    width: 100%;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

#productPlan .page-body .sk-plan-product-grid .prdprice .soldout {
    color: #999;
}

/* =========================================
   ÇÏÆ® ¹öÆ° ¼öÁ¤º»
========================================= */

#productPlan .page-body .sk-plan-product-grid .prd-info {
    position: relative;
    display: block;
    min-height: 88px;
    padding: 0 38px 28px 0;
    overflow: visible;
}

#productPlan .page-body .sk-plan-product-grid .info,
#productPlan .page-body .sk-plan-product-grid .item-list {
    overflow: visible;
}

#productPlan .page-body .sk-plan-product-grid .prd-wish {
    position: absolute;
    right: 4px;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
}

#productPlan .page-body .sk-plan-product-grid .prd-wish a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    text-decoration: none;
    overflow: visible;
}

/* µÑ ´Ù ±âº»À¸·Î °ãÃÄº¸ÀÌÁö ¾Ê°Ô Á¦¾î */
#productPlan .page-body .sk-plan-product-grid .prd-wish i {
    font-size: 20px;
    line-height: 1;
}

/* ±âº» »óÅÂ: ºó ÇÏÆ®¸¸ º¸ÀÌ±â */
#productPlan .page-body .sk-plan-product-grid .prd-wish .fa-heart {
    display: none;
    color: #ff4f7a;
}

#productPlan .page-body .sk-plan-product-grid .prd-wish .fa-heart-o {
    display: inline-block;
    color: #cfcfcf;
}

/* È°¼ºÈ­ »óÅÂ ´ëÀÀ (¸ÞÀÌÅ©¼¥ »óÅÂ Å¬·¡½º ´ëºñ) */
#productPlan .page-body .sk-plan-product-grid .prd-wish a.on .fa-heart,
#productPlan .page-body .sk-plan-product-grid .prd-wish a.active .fa-heart,
#productPlan .page-body .sk-plan-product-grid .prd-wish a.selected .fa-heart,
#productPlan .page-body .sk-plan-product-grid .prd-wish a.wish-on .fa-heart {
    display: inline-block;
}

#productPlan .page-body .sk-plan-product-grid .prd-wish a.on .fa-heart-o,
#productPlan .page-body .sk-plan-product-grid .prd-wish a.active .fa-heart-o,
#productPlan .page-body .sk-plan-product-grid .prd-wish a.selected .fa-heart-o,
#productPlan .page-body .sk-plan-product-grid .prd-wish a.wish-on .fa-heart-o {
    display: none;
}

#productPlan .page-body .sk-plan-product-grid .prd-wish .my-wish-count {
    display: none;
}
/* =========================================
   »óÇ° ´õº¸±â ¹öÆ°
========================================= */

#sk-more-wrap {
    grid-column: 1 / -1;
    width: 100%;
    margin: 10px 0 0;
    padding: 26px 0 10px;
    text-align: center;
}

#sk-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 46px;
    padding: 0 34px;
    border: 1px solid #c8303a;
    border-radius: 999px;
    background: #fff;
    color: #c8303a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#sk-more-btn::after {
    content: "¡å";
    margin-left: 8px;
    font-size: 10px;
    transform: translateY(-1px);
}

#sk-more-btn:hover {
    background: #c8303a;
    color: #fff;
}

#sk-more-btn:disabled {
    border-color: #ddd;
    background: #f5f5f5;
    color: #aaa;
    cursor: default;
}

#sk-more-btn:disabled::after {
    display: none;
}

/* =========================================
   ¹ÝÀÀÇü
========================================= */

@media screen and (max-width: 1024px) {
    #sk-plan-intro {
        margin-top: 36px;
    }

    #sk-plan-intro h2 {
        font-size: 25px;
    }

    #productPlan .page-body .sk-plan-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    #sk-notice-wrap {
        margin-top: 14px;
        padding: 0 12px;
    }

    .sk-notice-inner {
        border-radius: 8px;
        padding: 15px 16px;
    }

    .sk-notice-title {
        font-size: 13px;
    }

    .sk-notice-list li {
        font-size: 12px;
        line-height: 1.65;
    }

    #sk-plan-intro {
        margin: 32px auto 14px;
        padding: 0 12px;
    }

    #sk-plan-intro .sk-plan-label {
        font-size: 11px;
    }

    #sk-plan-intro h2 {
        font-size: 22px;
    }

    #sk-plan-intro .sk-plan-desc {
        font-size: 13px;
    }

    #productPlan {
        padding: 0 12px 56px;
    }

    #productPlan .page-body .pick select {
        max-width: 100%;
        height: 40px;
        font-size: 13px;
    }

    #productPlan .page-body .clst {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 7px;
        margin-top: 20px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    #productPlan .page-body .clst::-webkit-scrollbar {
        display: none;
    }

    #productPlan .page-body .clst li a {
        min-width: auto;
        padding: 9px 14px;
        font-size: 13px;
    }

    #productPlan .page-body .sk-plan-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 34px;
        padding-top: 28px;
    }

    #productPlan .page-body .sk-plan-product-grid .cart_icon {
        right: 8px;
        bottom: 8px;
        width: 36px;
        height: 36px;
    }

    #productPlan .page-body .sk-plan-product-grid .cart_icon img {
        width: 20px;
        height: 20px;
    }

    #productPlan .page-body .sk-plan-product-grid .info {
        padding-top: 11px;
    }

    #productPlan .page-body .sk-plan-product-grid .prd-info {
        min-height: 82px;
        padding-right: 26px;
        padding-bottom: 24px;
    }

    #productPlan .page-body .sk-plan-product-grid .prdname a {
        font-size: 13px;
        line-height: 1.35;
    }

    #productPlan .page-body .sk-plan-product-grid .prdprice {
        gap: 5px;
        margin-top: 7px;
    }

    #productPlan .page-body .sk-plan-product-grid .prdprice .percent {
        height: 18px;
        padding: 0 6px;
        font-size: 11px;
        line-height: 18px;
    }

    #productPlan .page-body .sk-plan-product-grid .prdprice .price {
        font-size: 16px;
    }

    #productPlan .page-body .sk-plan-product-grid .prdprice .origin {
        font-size: 11px;
    }

    #productPlan .page-body .sk-plan-product-grid .prd-wish a {
        width: 22px;
        height: 22px;
    }

    #productPlan .page-body .sk-plan-product-grid .prd-wish i {
        font-size: 19px;
    }

    #sk-more-wrap {
        padding-top: 20px;
    }

    #sk-more-btn {
        width: 100%;
        max-width: 320px;
        height: 44px;
        font-size: 14px;
    }
}
/* BASIC css end */

