/* BASIC css start */
/* ✅ 폰트 설정 — 다른 페이지와 통일 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

body, div, p, span, a, li, dt, dd, h1, h2, h3, h4,
input, button, select, textarea {
    font-family: 'Pretendard', -apple-system, sans-serif !important;
    letter-spacing: -0.3px !important;
}

/* ✅ 메인 롤링 배너 */
.sliderWrap { position: relative; min-width: 1200px; height: 560px; overflow: hidden; }
.sliderWrap .sliderArea { margin-left: -960px; position: absolute; top: 0; left: 50%; width: 1920px; height: 560px; }
.sliderWrap .sliderArea img { width: 100%; }
.sliderArea .bx-pager { position: absolute; bottom: 20px; left: 0; right: 0; z-index: 60; text-align: center; }
.sliderArea .bx-pager-item { transition: all 0.3s ease; display: inline-block; position: relative; }
.sliderArea .bx-pager-link { display: inline-block; width: 18px; height: 3px; font-size: 0; margin: 2px; background-color: rgba(0,0,0,0.4); }
.sliderArea .bx-pager-link.active { width: 30px; background-color: rgba(0,0,0,0.8); }
.sliderArea .bx-controls-direction { position: absolute; top: 50%; left: 50%; z-index: 60; text-align: center; opacity: 0; }
.sliderArea:hover .bx-controls-direction { opacity: 1.0; transition: all 0.3s ease; }
.sliderArea .bx-prev, .sliderArea .bx-next { position: absolute; top: 0; margin-top: -25px; font-size: 36px; display: inline-block; width: 50px; height: 50px; color: #777; }
.sliderArea .bx-prev i, .sliderArea .bx-next i { line-height: 50px; }
.sliderArea .bx-prev { left: 0; margin-left: -600px; }
.sliderArea .bx-next { right: 0; margin-right: -600px; }
.sliderArea .bx-prev:hover,
.sliderArea .bx-next:hover { transition: all 0.3s ease; background-color: rgba(0,0,0,0.8); color: #fff; }

/* ✅ 메인 서브 배너 */
.subbnArea { position: relative; margin-top: 50px; margin-left: -12px; }
.subbnArea:after { content: ""; display: block; clear: both; }
.subbnArea .sub_banner li { float: left; margin-left: 12px; }
.subbnArea .sub_banner li img { width: 100%; height: auto; border-radius: 8px; }

/* ✅ 섹션 제목 */
.h_title { padding: 50px 0 25px; text-align: center; }
.h_title h2,
.h_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.5px;
}

/* ✅ 메인 중간 배너 */
.mdlArea01 { margin-top: 40px; }
.mdlArea01 img { width: 100%; height: auto; }
.mdlArea02 { margin-top: 80px; }
.mdlArea02 img { width: 100%; height: auto; }

/* ✅ 이미지 모서리 */
.thumb,
#contentWrapper dl.item-list dt.thumb,
.bestCateList .slideList li .thumb,
#specialItem .item-wrap .item-cont .item-list .thumb a {
    overflow: hidden !important;
    border-radius: 12px !important;
}

/* ✅ 상품명 */
.prd-name {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-top: 10px !important;
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    line-height: 1.4 !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
}

/* ✅ 상품 서브명 */
.prd-subname {
    font-size: 12px !important;
    color: #999 !important;
    margin-top: 4px !important;
    display: block !important;
    white-space: normal !important;
}

/* ✅ 가격 — 전 페이지 #e74c3c 통일 */
.prd-price {
    margin-top: 8px !important;
    font-size: 15px !important;
}
.prd-price del {
    color: #bbb !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-right: 5px !important;
    text-decoration: line-through !important;
}
.prd-price span {
    color: #e74c3c !important;
    font-weight: 700 !important;
}

/* ✅ BEST OF BEST — 중복 제거 완료 */
.bestCateList {
    position: relative !important;
    overflow: visible !important;
    padding-bottom: 35px !important;
    margin-top: 50px !important;
}
.bestCateList .bx-viewport {
    overflow: hidden !important;
}
.bestCateList .slideList ul {
    margin-left: -15px;
    overflow: hidden !important;
}
.bestCateList .slideList li {
    position: relative;
    float: left;
    width: 282px;
    padding: 0 0 24px 20px;
}
.bestCateList .slideList li .thumb img {
    width: 282px;
    height: 282px;
}
.bestCateList .prd-info-bx {
    display: none;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    text-align: center;
    margin-left: 15px;
}
.bestCateList .prd-info-bx .prd-info {
    position: absolute;
    top: 50%; left: 0; right: 0;
    margin-top: -50px;
    z-index: 10;
}
.bestCateList .prd-info-bx .prd-subname { padding: 15px 25px; }
.bestCateList .prd-info-bx .prd-price {
    padding-top: 3px;
    font-size: 16px !important;
    font-weight: 700;
}
.bestCateList .prd-info-bx .prd-price del {
    color: #888 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
    margin-right: 6px !important;
}
.bestCateList .prd-info-bx .prd-price span {
    color: #e74c3c !important;
    font-weight: 700 !important;
}
.bestCateList .prd-info-bx .bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #fff;
    opacity: 0.85;
    z-index: 0;
}

/* ✅ BEST OF BEST 페이저 — 중복 제거 완료 */
.bestCateList .bx-pager {
    position: relative !important;
    bottom: auto !important;
    margin-top: 15px !important;
    z-index: 100 !important;
    text-align: center;
}
.bestCateList .bx-pager-item {
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}
.bestCateList .bx-pager-link {
    display: inline-block !important;
    width: 20px !important;
    height: 6px !important;
    border-radius: 3px !important;
    font-size: 0;
    margin: 2px;
    cursor: pointer !important;
    background-color: rgba(0,0,0,0.4);
}
.bestCateList .bx-pager-link.active {
    width: 30px !important;
    background-color: rgba(0,0,0,0.8);
}

/* ✅ NEW ARRIVALS / MD CHOICE 상품 4칸 */
#newArrivals .item-wrap,
#specialItem .item-wrap { width: 100%; }
#newArrivals .item-wrap .item-cont,
#specialItem .item-wrap .item-cont {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}
#newArrivals .item-wrap .item-cont dl,
#specialItem .item-wrap .item-cont dl {
    margin: 0 !important;
    padding: 0 !important;
}
#newArrivals .item-wrap .item-cont .item-list,
#specialItem .item-wrap .item-cont .item-list {
    width: calc(25% - 18px) !important;
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    transition: box-shadow 0.2s !important;
}
#newArrivals .item-wrap .item-cont .item-list:hover,
#specialItem .item-wrap .item-cont .item-list:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}
#newArrivals .item-wrap .item-cont .item-list .thumb,
#specialItem .item-wrap .item-cont .item-list .thumb {
    width: 100% !important;
    display: block !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}
#newArrivals .item-wrap .item-cont .item-list .thumb a,
#specialItem .item-wrap .item-cont .item-list .thumb a {
    display: block !important;
    width: 100% !important;
}
#newArrivals .item-wrap .item-cont .item-list .thumb img,
#specialItem .item-wrap .item-cont .item-list .thumb img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s !important;
}
#newArrivals .item-wrap .item-cont .item-list:hover .thumb img,
#specialItem .item-wrap .item-cont .item-list:hover .thumb img {
    transform: scale(1.03) !important;
}
#newArrivals .item-wrap .item-cont .item-list dd,
#specialItem .item-wrap .item-cont .item-list dd {
    padding: 10px 4px 16px !important;
}
#newArrivals .item-wrap .item-cont .item-list li,
#specialItem .item-wrap .item-cont .item-list li {
    list-style: none !important;
}

/* ✅ 상품명 높이 고정 — 1줄/2줄 관계없이 가격 위치 통일 */
#newArrivals .item-wrap .item-cont .item-list .prd-name,
#specialItem .item-wrap .item-cont .item-list .prd-name {
    min-height: 40px !important;  /* 2줄 높이로 고정 */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;  /* 최대 2줄만 표시 */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
#newArrivals .item-wrap .item-cont .item-list .prd-line,
#specialItem .item-wrap .item-cont .item-list .prd-line {
    border: none !important;
    border-top: 1px solid #eee !important;
    margin: 6px 0 !important;
    height: 0 !important;
    display: block !important;
}

/* ✅ SEASON BEST 탭 */
#tabProduct { position: relative; margin-top: 60px; }
#tabProduct .newCate_prod { position: relative; }
#tabProduct .newCate_prod .newCateTab { zoom: 1; overflow: hidden; }
#tabProduct .newCate_prod .newCateTab li { float: left; width: 20%; }
#tabProduct .newCate_prod .newCateTab li a {
    display: block;
    height: 46px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 46px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    background: #f8f8f8;
    font-weight: 500;
}
#tabProduct .newCate_prod .newCateTab li:first-child a { border-left: 1px solid #ddd; }
#tabProduct .newCate_prod .newCateTab li:last-child a { border-right: 1px solid #ddd; }
#tabProduct .newCate_prod .newCateTab li a.active {
    color: #111;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #aaa;
    border-bottom: 1px solid #fff;
}
#tabProduct .newCate_prod .newCateList {
    position: relative;
    border: 1px solid #aaa;
    border-top: 0;
    padding: 19px;
}
#tabProduct .newCate_prod .newCateList a { display: block; }
#tabProduct .newCate_prod .slideList ul { margin-left: -3px; }
#tabProduct .newCate_prod .slideList li {
    float: left;
    position: relative;
    width: 191px;
    margin: 0 0 3px 3px;
}
#tabProduct .newCate_prod .slideList li.item1 { width: 384px; }
#tabProduct .newCate_prod .slideList li.item1 .thumb {
    width: 384px !important;
    height: 384px !important;
    overflow: hidden !important;
}
#tabProduct .newCate_prod .slideList li.item1 .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
}
#tabProduct .newCate_prod .slideList li .thumb {
    width: 191px;
    height: 191px;
    overflow: hidden !important;
}
#tabProduct .newCate_prod .slideList li .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
#tabProduct .newCate_prod .slideList li .thumb:hover img { opacity: 0.7; }
#tabProduct .newCate_prod .slideList .ncsNum {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 60px; height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(0,0,0,0.35);
    color: #fff;
    z-index: 9;
    font-size: 12px;
}
#tabProduct .newCate_prod .prd-info-bx {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    text-align: center;
}
#tabProduct .newCate_prod .prd-info-bx .prd-info {
    background: rgba(255,255,255,0.5);
    padding: 8px 10px;
}
#tabProduct .newCate_prod .prd-info-bx .prd-price {
    font-size: 14px !important;
    font-weight: 700;
    margin-top: 0 !important;
}
#tabProduct .newCate_prod .prd-info-bx .prd-price del {
    color: #888 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-right: 5px !important;
    text-decoration: line-through !important;
}
#tabProduct .newCate_prod .prd-info-bx .prd-price span {
    color: #e74c3c !important;
    font-weight: 700 !important;
}
#tabProduct .newCate_prod .prd-name,
#tabProduct .newCate_prod .prd-subname { display: none !important; }

/* ✅ 인스타그램 */
.instaWrap { text-align: center; }
.instaWrap .h_title h2 span,
.instaWrap .h_title h3 span { font-size: 14px; margin-left: 5px; font-weight: normal; }

/* ✅ 푸터 */
#ftWrap {
    margin-top: 100px !important;
    background-color: #fcfcfc !important;
    padding-bottom: 60px !important;
}
#ftWrap .footerNavArea {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}
#ftWrap .footerInfoWrap .title {
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 15px !important;
}
#ftWrap .footerInfoWrap p,
#ftWrap .footerInfoWrap address {
    font-size: 13px !important;
    line-height: 1.8 !important;
    color: #777 !important;
}
#ftWrap .footerInfoWrap .csNumber {
    font-size: 28px !important;
    color: #111 !important;
}

/* ✅ 모바일 반응형 */
@media screen and (max-width: 1199px) {
    .sliderWrap { min-width: 100% !important; height: auto !important; }
    .sliderWrap .sliderArea { position: relative !important; margin-left: 0 !important; left: 0 !important; width: 100% !important; height: auto !important; }
    .subbnArea { margin-top: 20px; margin-left: 0; }
    .subbnArea .sub_banner li { width: 100%; float: none; margin-left: 0; margin-bottom: 10px; }
}

@media screen and (max-width: 767px) {
    #newArrivals .item-wrap .item-cont,
    #specialItem .item-wrap .item-cont { gap: 12px !important; }
    #newArrivals .item-wrap .item-cont .item-list,
    #specialItem .item-wrap .item-cont .item-list { width: calc(50% - 6px) !important; }
    .bestCateList .slideList li { width: calc(50% - 20px) !important; }
    .bestCateList .slideList li .thumb img { width: 100% !important; height: auto !important; }
    #tabProduct .newCate_prod .newCateTab li a {
        font-size: 12px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .h_title { padding: 35px 0 18px; }
    .h_title h2, .h_title h3 { font-size: 18px !important; }
    .mdlArea01, .mdlArea02 { margin-top: 30px; }
    .subbnArea { margin-top: 16px; }
    .subbnArea .sub_banner li {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .prd-name { font-size: 13px !important; }
    .prd-price { font-size: 13px !important; }
    #newArrivals .item-wrap .item-cont,
    #specialItem .item-wrap .item-cont { gap: 10px !important; }
    #newArrivals .item-wrap .item-cont .item-list,
    #specialItem .item-wrap .item-cont .item-list { width: calc(50% - 5px) !important; }
}

/* ✅ MD CHOICE 섹션 위 여백 */
#specialItem {
    margin-top: 50px !important;
}
/* BASIC css end */

