/* BASIC css start */

div.C-28781-1-3 .realtime { position: relative; margin: 0 10px; padding: 10px 0; }
div.C-28781-1-3 .realtime .rtk_toggle { position: absolute; top: 5px; right: 0; }
div.C-28781-1-3 .realtime .rtk .rtk_tit { float: left; margin-right: 10px; height: 22px; line-height: 22px; padding: 0 5px; background: #81a9db; color: #fff; font-size: .75em; font-weight: normal; }
div.C-28781-1-3 .realtime .rtk .rtk_keyword { height: 22px; margin-right: 26px; }
div.C-28781-1-3 .realtime .rtk .rtk_u { overflow: hidden; }
div.C-28781-1-3 .realtime .rtk .rtk_u li { width: 100%; height: 22px; line-height: 22px; font-size: .875em; color: #404040; }
div.C-28781-1-3 .realtime .rtk .rtk_u li a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
div.C-28781-1-3 .realtime .rtk .rtk_u li span {font-weight: bold; padding-right: 5px; font-style: italic; color: #000;}
div.C-28781-1-3 .realtime .rtkx .rtkx_tit { height: 22px; line-height: 22px; color: #0eb95c; font-size: .875em; font-weight: normal; }
div.C-28781-1-3 .realtime .rtkx .rtkx_u { overflow: hidden; margin-top: 10px; }
div.C-28781-1-3 .realtime .rtkx .rtkx_u li { height: 32px; line-height: 32px; font-size: .875em; color: #404040; border-top: 1px solid #E8E8E8; }
div.C-28781-1-3 .realtime .rtkx .rtkx_u li a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
div.C-28781-1-3 .realtime .rtkx .rtkx_u li span {font-weight: bold; padding-right: 5px; font-style: italic; color: #000;}
div.C-28781-1-3 .realtime .rtk_toggle .fa { color:; }
div.C-28781-1-3 .realtime .rtk .rtk_tit { color:; background-color:; }
div.C-28781-1-3 .realtime .rtkx .rtkx_tit { color:; }
div.C-28781-1-3 { margin:5px 0px 5px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }


/* 메인 비주얼 */
.main .visual {position:relative; overflow:hidden; line-height:0;}
.main .visual ul {height:auto !important; overflow:hidden;}
.main .visual ul li {font-size:0; line-height:0; height:auto !important;}
.main .visual ul li:not(:first-child) {display:none;}
.main .visual ul li img {width:100%; height:auto;}
.main .visual ul li a {display:block;}
.main .visual .btn-rolling {position:relative; overflow:hidden; top:-17px; z-index: 1;text-align:center;}
.main .visual .btn-rolling p {display:inline-block; overflow:hidden; margin-left:5px;}
.main .visual .btn-rolling p span {float:left; font-size:0; line-height:0; text-indent:-9999px; margin-left:8px; background:#999; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; width:8px; height:8px;}
.main .visual .btn-rolling p .on {background:#000;}
div.C-28781-1-4 .visual .btn-rolling p span { background-color:; }
div.C-28781-1-4 .visual .btn-rolling p .on { background-color:; }
div.C-28781-1-4 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* ========================================
   제자들 모바일 8대 대분류
======================================== */

.jj-mobile-main-category {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 8px;

    width: 100%;

    padding: 10px 12px 14px;

    box-sizing: border-box;
}


/* ========================================
   공통 버튼
======================================== */

.jj-mobile-main-category .jj-mcat {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 8px 5px;

    border: 1px solid rgba(40, 60, 45, 0.10);
    border-radius: 8px;

    box-sizing: border-box;

    color: #111;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.25;

    letter-spacing: -0.5px;

    text-align: center;

    text-decoration: none !important;

    -webkit-tap-highlight-color: transparent;
}


/* ========================================
   한정특가
   2칸 전체 사용
======================================== */

.jj-mobile-main-category .jj-mcat-clearance {
    grid-column: 1 / -1;

    min-height: 58px;

    margin-bottom: 2px;

    padding: 10px 12px;

    background: #f7e1d5;

    border: 1px solid #e6c3af;

    border-radius: 9px;

    color: #8b2f20;

    font-size: 27px;
    font-weight: 900;

    letter-spacing: 4.4px;
}


/* ========================================
   PC와 비슷한 파스텔 배경
======================================== */

.jj-mcat-1 {
    background: #eef6e9;
}

.jj-mcat-2 {
    background: #fff4ce;
}

.jj-mcat-3 {
    background: #f0e9ff;
}

.jj-mcat-4 {
    background: #fce8f3;
}

.jj-mcat-5 {
    background: #fff0e3;
}

.jj-mcat-6 {
    background: #eaf1ff;
}

.jj-mcat-7 {
    background: #f4ebe2;
}

.jj-mcat-8 {
    background: #f6ede3;
}


/* ========================================
   터치했을 때
======================================== */

.jj-mobile-main-category .jj-mcat:active {
    transform: scale(0.98);
    opacity: 0.85;
}


/* ========================================
   작은 휴대폰
======================================== */

@media screen and (max-width: 360px) {

    .jj-mobile-main-category {
        gap: 6px;

        padding-left: 8px;
        padding-right: 8px;
    }


    .jj-mobile-main-category .jj-mcat {
        min-height: 48px;

        font-size: 13px;
    }


    .jj-mobile-main-category .jj-mcat-clearance {
        min-height: 54px;

        font-size: 15px;
    }

}
div.C-28781-1-5 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =============================================
   제자들 모바일 NEW ARRIVAL

   신상품 총 8개
   모바일 2열 × 4줄

   파스텔 민트 배경
   상품정보 흰배경 제거
============================================= */


.jj-mobile-new {
    width: 100%;

    padding: 30px 12px 34px;

    /* 전체 섹션 파스텔 민트 */
    background: #f4f9f1;

    box-sizing: border-box;
}



/* =============================================
   제목 영역
============================================= */

.jj-mobile-new-head {
    width: 100%;

    text-align: center;

    margin: 0 0 20px;
    padding: 0;

    box-sizing: border-box;
}


/* NEW ARRIVAL 뱃지 */
.jj-mobile-new-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 24px;

    padding: 3px 12px;

    background: #176b32;

    border-radius: 20px;

    color: #fff;

    font-size: 11px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: .4px;

    box-sizing: border-box;
}


/* 제목 */
.jj-mobile-new-head h2 {
    margin: 8px 0 5px !important;
    padding: 0 !important;

    color: #111;

    font-size: 21px !important;
    font-weight: 800 !important;

    line-height: 1.3;

    letter-spacing: -1px;
}


/* 설명 */
.jj-mobile-new-head p {
    margin: 0 !important;
    padding: 0 !important;

    color: #7d877a;

    font-size: 12px;

    line-height: 1.5;
}



/* =============================================
   상품 목록

   총 8개
   2열 × 4줄
============================================= */

.jj-mobile-new-grid {
    display: grid !important;

    /* 모바일 2열 고정 */
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    width: 100%;

    margin: 0;
    padding: 0;

    /* 세로 / 가로 간격 */
    gap: 22px 10px;

    box-sizing: border-box;
}



/* =============================================
   상품 하나
============================================= */

.jj-mobile-new-card {
    display: block;

    width: 100%;

    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;

    /* 기존 카드 효과 제거 */
    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box;
}



/* =============================================
   상품 이미지
============================================= */

.jj-mobile-new-img {
    position: relative;

    display: block;

    width: 100%;

    /* 정사각형 이미지 */
    aspect-ratio: 1 / 1;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e1e9de;
    border-radius: 10px;

    box-sizing: border-box;

    text-decoration: none !important;
}


/* 실제 상품 이미지 */
.jj-mobile-new-img img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

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

    border: 0 !important;
}



/* =============================================
   NEW 표시
============================================= */

.jj-mobile-new-mark {
    position: absolute;

    z-index: 5;

    top: 8px;
    left: 8px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 36px;
    height: 21px;

    padding: 0 7px;

    background: rgba(255, 255, 255, .95);

    border: 1px solid #cddfc8;
    border-radius: 14px;

    color: #176b32;

    font-size: 10px;
    font-weight: 900;

    line-height: 1;

    box-sizing: border-box;
}



/* =============================================
   상품 정보
============================================= */

.jj-mobile-new-info {
    width: 100%;

    padding: 10px 2px 2px;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box;
}



/* =============================================
   상품명
============================================= */

.jj-mobile-new-name {
    display: -webkit-box;

    width: 100%;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: transparent !important;

    color: #151515 !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1.45 !important;

    letter-spacing: -0.6px;

    text-decoration: none !important;

    /* 최대 2줄 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    box-sizing: border-box;
}



/* =============================================
   가격
============================================= */

.jj-mobile-new-price {
    display: flex;

    align-items: baseline;

    width: 100%;

    gap: 5px;

    /* 상품명과 가격 사이 */
    margin: 6px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box;
}


/* 원장가 */
.jj-mobile-new-price span {
    flex: 0 0 auto;

    margin: 0 !important;
    padding: 0 !important;

    color: #999;

    font-size: 10px;
    font-weight: 400;

    line-height: 1.3;
}


/* 가격 */
.jj-mobile-new-price strong {
    flex: 0 1 auto;

    margin: 0 !important;
    padding: 0 !important;

    color: #111;

    font-size: 16px;
    font-weight: 900;

    line-height: 1.3;

    letter-spacing: -0.5px;
}



/* =============================================
   아주 작은 휴대폰
============================================= */

@media screen and (max-width: 360px) {

    .jj-mobile-new {
        padding-left: 9px;
        padding-right: 9px;
    }


    /* 작은 화면에서도 2열 유지 */
    .jj-mobile-new-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 19px 8px;
    }


    .jj-mobile-new-head h2 {
        font-size: 19px !important;
    }


    .jj-mobile-new-name {
        font-size: 13px !important;
    }


    .jj-mobile-new-price strong {
        font-size: 15px !important;
    }

}
div.C-28781-1-6 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =====================================================
   제자들 모바일
   제자들 가방 · 체육복
   4개 / 2열 × 2줄
===================================================== */

.jj-mobile-bagwear {
    width: 100%;
    padding: 30px 12px 34px;
    background: #fff;
    box-sizing: border-box;
}


/* =========================================
   PICK 관련 요소 완전 제거
   기존 HTML이 남아 있어도 강제로 숨김
========================================= */

.jj-mobile-bagwear-mark,
.jj-mobile-bagwear-badge {
    display: none !important;
    visibility: hidden !important;
}


/* ============================
   제목
============================ */

.jj-mobile-bagwear-head {
    margin-bottom: 20px;
    text-align: center;
}


.jj-mobile-bagwear-head h2 {
    margin: 0 0 5px !important;
    padding: 0 !important;

    color: #111;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3;
    letter-spacing: -1px;
}


.jj-mobile-bagwear-head p {
    margin: 0 !important;
    padding: 0 !important;

    color: #888;
    font-size: 12px;
    line-height: 1.5;
}


/* ============================
   상품 2열
============================ */

.jj-mobile-bagwear-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;

    gap: 22px 10px;

    box-sizing: border-box;
}


/* 상품 카드 */
.jj-mobile-bagwear-card {
    min-width: 0;

    margin: 0;
    padding: 0;

    background: #fff;
}


/* ============================
   상품 이미지
============================ */

.jj-mobile-bagwear-img {
    position: relative;

    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f8f8f6;

    border: 1px solid #eeeeea;
    border-radius: 10px;

    box-sizing: border-box;

    text-decoration: none !important;
}


.jj-mobile-bagwear-img img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

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

    border: 0 !important;
}


/* ============================
   상품 정보
============================ */

.jj-mobile-bagwear-info {
    padding: 10px 2px 0;
}


/* 상품명 */
.jj-mobile-bagwear-name {
    display: -webkit-box;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    color: #151515 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.6px;

    text-decoration: none !important;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* ============================
   가격
============================ */

.jj-mobile-bagwear-price {
    display: flex;

    align-items: baseline;

    gap: 5px;

    margin: 6px 0 0 !important;
    padding: 0 !important;
}


.jj-mobile-bagwear-price span {
    margin: 0 !important;
    padding: 0 !important;

    color: #999;

    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}


.jj-mobile-bagwear-price strong {
    margin: 0 !important;
    padding: 0 !important;

    color: #111;

    font-size: 16px;
    font-weight: 900;

    line-height: 1.3;
    letter-spacing: -0.5px;
}


/* ============================
   작은 휴대폰
============================ */

@media screen and (max-width: 360px) {

    .jj-mobile-bagwear {
        padding-left: 9px;
        padding-right: 9px;
    }


    .jj-mobile-bagwear-grid {
        gap: 19px 8px;
    }


    .jj-mobile-bagwear-head h2 {
        font-size: 19px !important;
    }


    .jj-mobile-bagwear-name {
        font-size: 13px !important;
    }


    .jj-mobile-bagwear-price strong {
        font-size: 15px;
    }

}
div.C-28781-1-7 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =====================================================
   제자들 모바일
   급식도시락 상품영역
   메인 추가상품 3 / 2열 × 2줄
===================================================== */

.jj-mobile-lunchbox {
    width: 100%;
    padding: 30px 12px 34px;
    background: #fffaf4;
    box-sizing: border-box;
}


/* ============================
   제목 영역
============================ */

.jj-mobile-lunchbox-head {
    margin-bottom: 20px;
    text-align: center;
}

.jj-mobile-lunchbox-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 26px;
    padding: 4px 14px;

    background: linear-gradient(135deg, #f59e0b, #f97316);
    border-radius: 999px;

    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;

    box-sizing: border-box;
}

.jj-mobile-lunchbox-head h2 {
    margin: 10px 0 6px !important;
    padding: 0 !important;

    color: #132433;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.3;
    letter-spacing: -1px;
}

.jj-mobile-lunchbox-head p {
    margin: 0 !important;
    padding: 0 !important;

    color: #8b8b8b;
    font-size: 12px;
    line-height: 1.5;
}


/* ============================
   상품 2열
============================ */

.jj-mobile-lunchbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 10px;

    width: 100%;
    box-sizing: border-box;
}

.jj-mobile-lunchbox-card {
    min-width: 0;
    margin: 0;
    padding: 0;
}


/* ============================
   이미지
============================ */

.jj-mobile-lunchbox-img {
    position: relative;
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;
    background: #ffffff;

    border: 1px solid #f3e4d5;
    border-radius: 14px;

    box-shadow: 0 6px 18px rgba(243, 154, 37, 0.10);

    box-sizing: border-box;
    text-decoration: none !important;
}

.jj-mobile-lunchbox-img img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;
    object-position: center;
    border: 0 !important;
}


/* 이미지 배지 */
.jj-mobile-lunchbox-mark {
    position: absolute;
    z-index: 5;

    top: 8px;
    left: 8px;

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

    min-width: 40px;
    height: 22px;
    padding: 0 8px;

    background: rgba(255,255,255,.94);
    border: 1px solid #f6c88e;
    border-radius: 999px;

    color: #f57c00;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;

    box-sizing: border-box;
}


/* ============================
   정보영역
============================ */

.jj-mobile-lunchbox-info {
    padding: 10px 2px 0;
}

.jj-mobile-lunchbox-name {
    display: -webkit-box;
    min-height: 38px;

    overflow: hidden;

    color: #1c1c1c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.5px;

    text-decoration: none !important;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jj-mobile-lunchbox-price {
    display: flex;
    align-items: baseline;
    gap: 5px;

    margin-top: 7px;
}

.jj-mobile-lunchbox-price span {
    color: #999;
    font-size: 10px;
    font-weight: 400;
}

.jj-mobile-lunchbox-price strong {
    color: #111;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
}


/* ============================
   작은 휴대폰
============================ */

@media screen and (max-width: 360px) {

    .jj-mobile-lunchbox {
        padding-left: 9px;
        padding-right: 9px;
    }

    .jj-mobile-lunchbox-grid {
        gap: 18px 8px;
    }

    .jj-mobile-lunchbox-head h2 {
        font-size: 20px !important;
    }

    .jj-mobile-lunchbox-name {
        font-size: 13px !important;
    }

    .jj-mobile-lunchbox-price strong {
        font-size: 15px;
    }
}
div.C-28781-1-8 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =====================================================
   제자들 모바일
   원아선물 / 메인 추가 5
   총 8개 / 2열 × 4줄
   파스텔 라벤더 배경
===================================================== */


/* =====================================================
   전체 영역
===================================================== */

.jj-mobile-kidsgift {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 30px 12px 36px !important;

    /* 파스텔 라벤더 */
    background: #f6f3ff !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}


/* =====================================================
   제목 영역
===================================================== */

.jj-mobile-kidsgift-head {
    display: block !important;

    width: 100% !important;

    margin: 0 0 20px !important;
    padding: 0 !important;

    text-align: center !important;

    background: transparent !important;
}


/* GIFT PICK */
.jj-mobile-kidsgift-badge {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-height: 24px !important;

    margin: 0 !important;
    padding: 4px 13px !important;

    background: #8067c7 !important;

    border: 0 !important;
    border-radius: 20px !important;

    color: #ffffff !important;

    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    letter-spacing: .3px !important;

    box-sizing: border-box !important;
}


/* 제목 */
.jj-mobile-kidsgift-head h2 {
    display: block !important;

    margin: 9px 0 5px !important;
    padding: 0 !important;

    background: transparent !important;

    color: #111111 !important;

    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;

    letter-spacing: -1px !important;

    text-align: center !important;
}


/* 설명 */
.jj-mobile-kidsgift-head p {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    color: #827d91 !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    letter-spacing: -0.3px !important;

    text-align: center !important;
}


/* =====================================================
   상품 2열
===================================================== */

.jj-mobile-kidsgift-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    column-gap: 10px !important;
    row-gap: 24px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 카드
===================================================== */

.jj-mobile-kidsgift-card {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 이미지
===================================================== */

.jj-mobile-kidsgift-img {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    aspect-ratio: 1 / 1 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #ffffff !important;

    border: 1px solid #e3ddf2 !important;
    border-radius: 11px !important;

    box-sizing: border-box !important;

    text-decoration: none !important;
}


/* 상품 이미지 */
.jj-mobile-kidsgift-img img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    /*
       상품 원본이 잘리지 않게 contain 사용
    */
    object-fit: contain !important;
    object-position: center center !important;

    background: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   PICK 배지
===================================================== */

.jj-mobile-kidsgift-mark {
    position: absolute !important;

    z-index: 10 !important;

    top: 8px !important;
    left: 8px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 40px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    background: rgba(255,255,255,.96) !important;

    border: 1px solid #cfc3ec !important;
    border-radius: 20px !important;

    color: #7359b8 !important;

    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;

    text-align: center !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 정보
===================================================== */

.jj-mobile-kidsgift-info {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 10px 2px 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품명
===================================================== */

.jj-mobile-kidsgift-name {
    display: -webkit-box !important;

    width: 100% !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: transparent !important;

    color: #151515 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;

    letter-spacing: -0.6px !important;

    text-decoration: none !important;
    text-align: left !important;

    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    box-sizing: border-box !important;
}


/* =====================================================
   가격
===================================================== */

.jj-mobile-kidsgift-price {
    display: flex !important;

    align-items: baseline !important;

    width: 100% !important;

    gap: 5px !important;

    margin: 6px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* 원장가 */
.jj-mobile-kidsgift-price span {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #999999 !important;

    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;

    white-space: nowrap !important;
}


/* 실제 가격 */
.jj-mobile-kidsgift-price strong {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #111111 !important;

    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;

    letter-spacing: -0.5px !important;

    white-space: nowrap !important;
}


/* =====================================================
   아주 작은 휴대폰
===================================================== */

@media screen and (max-width: 360px) {

    .jj-mobile-kidsgift {
        padding: 28px 9px 32px !important;
    }


    .jj-mobile-kidsgift-grid {
        column-gap: 8px !important;
        row-gap: 21px !important;
    }


    .jj-mobile-kidsgift-head h2 {
        font-size: 19px !important;
    }


    .jj-mobile-kidsgift-name {
        font-size: 13px !important;
    }


    .jj-mobile-kidsgift-price strong {
        font-size: 15px !important;
    }

}
div.C-28781-1-9 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =====================================================
   제자들 모바일
   기관용 놀이학습교구
   메인 추가 6
   최대 8개 / 2열 × 4줄
===================================================== */


/* =====================================================
   전체 영역
===================================================== */

.jj-mobile-edutoy {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 30px 12px 36px !important;

    /* 거의 흰색에 가까운 블루그레이 */
    background: #f7f9fc !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}


/* =====================================================
   제목
===================================================== */

.jj-mobile-edutoy-head {
    display: block !important;

    width: 100% !important;

    margin: 0 0 20px !important;
    padding: 0 !important;

    background: transparent !important;

    text-align: center !important;
}


/* EDU PICK */
.jj-mobile-edutoy-badge {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 0 !important;
    min-height: 24px !important;

    margin: 0 !important;
    padding: 4px 13px !important;

    background: #416fa8 !important;

    border: 0 !important;
    border-radius: 20px !important;

    color: #ffffff !important;

    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    letter-spacing: .3px !important;

    box-sizing: border-box !important;
}


/* 메인 제목 */
.jj-mobile-edutoy-head h2 {
    display: block !important;

    margin: 9px 0 5px !important;
    padding: 0 !important;

    background: transparent !important;

    color: #111111 !important;

    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;

    letter-spacing: -1px !important;

    text-align: center !important;
}


/* 설명 */
.jj-mobile-edutoy-head p {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    color: #7f8792 !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    letter-spacing: -.3px !important;

    text-align: center !important;
}


/* =====================================================
   상품 그리드
   한 줄 2개
===================================================== */

.jj-mobile-edutoy-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    column-gap: 10px !important;
    row-gap: 24px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 카드
===================================================== */

.jj-mobile-edutoy-card {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 이미지 박스
===================================================== */

.jj-mobile-edutoy-img {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    aspect-ratio: 1 / 1 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #ffffff !important;

    border: 1px solid #dce4ee !important;
    border-radius: 11px !important;

    box-sizing: border-box !important;

    text-decoration: none !important;
}


/* 상품 이미지 */
.jj-mobile-edutoy-img img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    /*
       제품을 자르지 않고
       정사각형 영역 안에 전체 표시
    */
    object-fit: contain !important;
    object-position: center center !important;

    background: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   EDU 배지
===================================================== */

.jj-mobile-edutoy-mark {
    position: absolute !important;

    z-index: 10 !important;

    top: 8px !important;
    left: 8px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 38px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    background: rgba(255,255,255,.96) !important;

    border: 1px solid #bdd0e6 !important;
    border-radius: 20px !important;

    color: #416fa8 !important;

    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 정보
===================================================== */

.jj-mobile-edutoy-info {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 10px 2px 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품명
===================================================== */

.jj-mobile-edutoy-name {
    display: -webkit-box !important;

    width: 100% !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: transparent !important;

    color: #151515 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;

    letter-spacing: -.6px !important;

    text-decoration: none !important;
    text-align: left !important;

    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    box-sizing: border-box !important;
}


/* =====================================================
   가격
===================================================== */

.jj-mobile-edutoy-price {
    display: flex !important;

    align-items: baseline !important;

    width: 100% !important;

    gap: 5px !important;

    margin: 6px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* 원장가 */
.jj-mobile-edutoy-price span {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #999999 !important;

    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;

    white-space: nowrap !important;
}


/* 실제 가격 */
.jj-mobile-edutoy-price strong {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #111111 !important;

    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;

    letter-spacing: -.5px !important;

    white-space: nowrap !important;
}


/* =====================================================
   작은 휴대폰
===================================================== */

@media screen and (max-width: 360px) {

    .jj-mobile-edutoy {
        padding: 28px 9px 32px !important;
    }


    .jj-mobile-edutoy-grid {
        column-gap: 8px !important;
        row-gap: 21px !important;
    }


    .jj-mobile-edutoy-head h2 {
        font-size: 19px !important;
    }


    .jj-mobile-edutoy-name {
        font-size: 13px !important;
    }


    .jj-mobile-edutoy-price strong {
        font-size: 15px !important;
    }

}
div.C-28781-1-10 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =====================================================
   제자들 모바일
   행사 배경 · 현수막 2
   메인 추가 8
   최대 8개 / 2열 × 4줄
===================================================== */


/* =====================================================
   전체 영역
===================================================== */

.jj-mobile-eventbanner2 {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 30px 12px 36px !important;

    /* 연한 파스텔 세이지 */
    background: #f3f8f2 !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}


/* =====================================================
   제목 영역
===================================================== */

.jj-mobile-eventbanner2-head {
    display: block !important;

    width: 100% !important;

    margin: 0 0 20px !important;
    padding: 0 !important;

    background: transparent !important;

    text-align: center !important;
}


/* EVENT PICK */
.jj-mobile-eventbanner2-badge {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-height: 24px !important;

    margin: 0 !important;
    padding: 4px 13px !important;

    background: #668c66 !important;

    border: 0 !important;
    border-radius: 20px !important;

    color: #ffffff !important;

    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    letter-spacing: .3px !important;

    box-sizing: border-box !important;
}


/* 제목 */
.jj-mobile-eventbanner2-head h2 {
    display: block !important;

    margin: 9px 0 5px !important;
    padding: 0 !important;

    background: transparent !important;

    color: #111111 !important;

    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;

    letter-spacing: -1px !important;

    text-align: center !important;
}


/* 설명 */
.jj-mobile-eventbanner2-head p {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    color: #7d897d !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    letter-spacing: -.3px !important;

    text-align: center !important;
}


/* =====================================================
   상품 2열
===================================================== */

.jj-mobile-eventbanner2-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    column-gap: 10px !important;
    row-gap: 24px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 카드
===================================================== */

.jj-mobile-eventbanner2-card {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 이미지
===================================================== */

.jj-mobile-eventbanner2-img {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    aspect-ratio: 1 / 1 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #ffffff !important;

    border: 1px solid #dce9d9 !important;
    border-radius: 11px !important;

    box-sizing: border-box !important;

    text-decoration: none !important;
}


/* 실제 상품 이미지 */
.jj-mobile-eventbanner2-img img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    /* 제품 이미지 잘림 방지 */
    object-fit: contain !important;
    object-position: center center !important;

    background: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   EVENT 배지
===================================================== */

.jj-mobile-eventbanner2-mark {
    position: absolute !important;

    z-index: 10 !important;

    top: 8px !important;
    left: 8px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 44px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    background: rgba(255,255,255,.96) !important;

    border: 1px solid #bfd6ba !important;
    border-radius: 20px !important;

    color: #5e875e !important;

    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품 정보
===================================================== */

.jj-mobile-eventbanner2-info {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 10px 2px 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   상품명
===================================================== */

.jj-mobile-eventbanner2-name {
    display: -webkit-box !important;

    width: 100% !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: transparent !important;

    color: #151515 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;

    letter-spacing: -.6px !important;

    text-decoration: none !important;
    text-align: left !important;

    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    box-sizing: border-box !important;
}


/* =====================================================
   가격
===================================================== */

.jj-mobile-eventbanner2-price {
    display: flex !important;

    align-items: baseline !important;

    width: 100% !important;

    gap: 5px !important;

    margin: 6px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* 원장가 */
.jj-mobile-eventbanner2-price span {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #999999 !important;

    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;

    white-space: nowrap !important;
}


/* 실제 가격 */
.jj-mobile-eventbanner2-price strong {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #111111 !important;

    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;

    letter-spacing: -.5px !important;

    white-space: nowrap !important;
}


/* =====================================================
   작은 휴대폰
===================================================== */

@media screen and (max-width: 360px) {

    .jj-mobile-eventbanner2 {
        padding: 28px 9px 32px !important;
    }


    .jj-mobile-eventbanner2-grid {
        column-gap: 8px !important;
        row-gap: 21px !important;
    }


    .jj-mobile-eventbanner2-head h2 {
        font-size: 19px !important;
    }


    .jj-mobile-eventbanner2-name {
        font-size: 13px !important;
    }


    .jj-mobile-eventbanner2-price strong {
        font-size: 15px !important;
    }

}
div.C-28781-1-11 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
div.C-28781-1-12 .pp2-tit005 {text-align: center; position: relative; margin: 10px 20px;}
div.C-28781-1-12 .pp2-tit005 h2 {position: relative; z-index: 1; padding: 0 10px;background-color: #fff; display: inline-block; font-size: 1em; color: #424242;}
div.C-28781-1-12 .pp2-tit005 span {display: block; position: absolute; top: 50%;  left: 0; background-color: #888; height: 1px; width: 100%; box-sizing: border-box;}

div.C-28781-1-12 .pp2-tit005 span { background-color:#888888; }
div.C-28781-1-12 .pp2-tit005 h2 { color:#424242; font-size:1em; font-weight:bold; font-style:normal; text-decoration:none; }
div.C-28781-1-12 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
div.C-28781-1-5 {margin:25px 0px 0px 0px;}
div.C-28781-1-13 .list_shopping {overflow:hidden;}
div.C-28781-1-13 .list_shopping ul {display: table; table-layout: fixed; box-sizing: border-box; margin-top:8px; width: 100%;}
div.C-28781-1-13 .list_shopping ul.items li.pro1x { width : 100%; }
div.C-28781-1-13 .list_shopping ul.items li.pro2x { width : 50%; }
div.C-28781-1-13 .list_shopping ul.items li.pro3x { width : 33.3%; }
div.C-28781-1-13 .list_shopping ul.items li.pro4x { width : 25%; }
div.C-28781-1-13 .list_shopping .btn-coupon { display:inline-block; height:18px; line-height:16px; padding:0; border:1px solid #000; font-size:0.750em; text-align:left; }
div.C-28781-1-13 .list_shopping .btn-coupon span { display:inline-block; height:18px; padding:0 5px; color:#fff; background:#000; font-size:0.750em; vertical-align:top;}
div.C-28781-1-13 .list_shopping .btn-coupon em { display:inline-block; height:18px; padding:0 3px 0 0; font-size:0.750em; font-style:normal; }


div.C-28781-1-13 .list_shopping .align-style { text-align: center; font-size: 14px;}
div.C-28781-1-13 .MS-vertical { padding-bottom:10px;}
div.C-28781-1-13 .list_shopping .MS-vertical .icons-two img:first-child {padding-left: 0px;}
div.C-28781-1-13 .list_shopping ul li {margin-bottom:10px; width: 100%; word-wrap: break-word; word-break: keep-all; display: inline-block; vertical-align: top;}
div.C-28781-1-13 .list_shopping ul li img {max-width:100%; height:auto;}
div.C-28781-1-13 .list_shopping ul li .thumb-img a {display:block; margin:0 2px;}
div.C-28781-1-13 .list_shopping ul li dl {padding:5px 7px 0;}
div.C-28781-1-13 .list_shopping ul li dl dt {padding-bottom:5px;}
div.C-28781-1-13 .list_shopping ul li p {padding:0 7px;}
div.C-28781-1-13 .list_shopping ul li p em {font-style:normal; text-decoration:line-through; display:block;}
div.C-28781-1-13 .list_shopping ul li strong {font-weight:normal; padding: 0 7px;}
div.C-28781-1-13 .list_shopping ul li .txt1 {padding:5px 7px 0;}
div.C-28781-1-13 .list_shopping ul li .txt1 p {padding:0;}
div.C-28781-1-13 .list_shopping ul li .img { float:left; margin-right:8px; max-width:43%; padding-left: 5px;}
div.C-28781-1-13 .list_shopping ul li .txt1 span {display:block;}
div.C-28781-1-13 .list_shopping ul li .txt2 {padding:5px 7px 0;}
div.C-28781-1-13 .list_shopping ul li .txt2 span {display:block;}
div.C-28781-1-13 .list_shopping ul li.prd-info {text-align:center;}
div.C-28781-1-13 .list_shopping .thumb-img { position:relative; }

div.C-28781-1-13 .list_shopping .thumb-img .main_icons { position:relative; display: inline-block; text-align: center; }

div.C-28781-1-13 .list_shopping ul li p.img-color-list { margin: 0; padding: 0;}
div.C-28781-1-13 .list_shopping ul .prd-info p.img-color-list { min-height: 18px; }
div.C-28781-1-13 .list_shopping ul li p.img-color-list span { display: inline-block; width: 8px; height: 8px; padding:0; margin: 5px 1px 1px; border: 1px solid #DDDDDD; }
div.C-28781-1-13 .list_shopping ul li p.left { text-align: left; margin-left: 1px; }
div.C-28781-1-13 .list_shopping ul li p.right { text-align: right; padding-right: 1px; }
div.C-28781-1-13 .list_shopping .tit { float: left; word-wrap: break-word; word-break: keep-all; max-width: 50%; font-size: 14px;}

/* 모바일 내 아이콘 관련 */
div.C-28781-1-13 .list_shopping ul li .icons img:first-child { padding-top: 4px !important; }
div.C-28781-1-13 .list_shopping ul li .icons img { display: block; padding: 4px 0 !important; }
div.C-28781-1-13 .list_shopping ul li .icons {position: absolute; left: 5px; top: 0;}
div.C-28781-1-13 .list_shopping ul li .icons-two {padding: 3px 7px;}
div.C-28781-1-13 .list_shopping ul li .icons-two img {padding: 0 4px;}

/* 더보기 버튼 */
div.C-28781-1-13 .list_shopping .btn-center .btnTy1 {display:block; width:auto; margin:15px 12px 0; border: 1px solid #313131; text-align: center; line-height: 35px; letter-spacing: 2px; color: #676767; background: #fff; height: 35px; font-weight: bold; font-size: 12px;}
div.C-28781-1-13 .list_shopping .btn-center a {display: block; text-align: center;}
div.C-28781-1-13 .more_page_num {font-weight: normal; letter-spacing: 0px;}

div.C-28781-1-13 .more_page_num {display: none;}





div.C-28781-1-13 .present-icon img { height:14px !important; }
div.C-28781-1-13 .font_mainE { color:#000000; font-size:0.875em; font-weight:bold; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainI { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainP { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainF { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainT { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .list_shopping ul li .thumb-img { border-bottom-color:#E3E3E3; }
div.C-28781-1-13 .font_mainO { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .list_shopping ul.items li .pro-type2 { border:1px solid #FFFFFF; background-color:#FFFFFF; }
div.C-28781-1-13 .font_mainG { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainR { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainQ { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainH { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainC { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainD { color:#555555; font-size:0.875em; font-weight:bold; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainA { color:#555555; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .MS-vertical { border-bottom:1px solid #DDDDDD; }
div.C-28781-1-13 .font_mainV { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainB { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainM { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainL { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainK { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainS { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 .font_mainN { color:#909090; font-size:0.875em; font-weight:normal; font-style:normal; text-decoration:none; }
div.C-28781-1-13 { margin:0px 0px 20px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* =====================================================
   제자들 모바일 고객센터 안내
===================================================== */

.jj-mobile-contact {
    width: 100%;
    padding: 24px 15px 26px;

    background: #f3f8f2;

    box-sizing: border-box;

    text-align: center;
}


/* 첫째 줄 */
.jj-mobile-contact-sub {
    margin: 0 0 7px;
    padding: 0;

    color: #738073;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: -0.4px;
}


/* 둘째 줄 */
.jj-mobile-contact-main {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 0;
    padding: 0;
}


/* 제자들 */
.jj-mobile-contact-brand {
    color: #176b32;

    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;

    letter-spacing: -0.8px;
}


/* 전화번호 */
.jj-mobile-contact-tel {
    color: #111 !important;

    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;

    letter-spacing: -0.5px;

    text-decoration: none !important;
}


/* 전화번호 앞 작은 구분선 */
.jj-mobile-contact-tel::before {
    content: "";

    display: inline-block;

    width: 1px;
    height: 16px;

    margin-right: 9px;

    background: #c8d5c8;

    vertical-align: -2px;
}


/* 작은 휴대폰 */
@media screen and (max-width: 360px) {

    .jj-mobile-contact {
        padding: 21px 10px 23px;
    }

    .jj-mobile-contact-sub {
        font-size: 12px;
    }

    .jj-mobile-contact-brand {
        font-size: 18px;
    }

    .jj-mobile-contact-tel {
        font-size: 20px;
    }

}
div.C-28781-1-14 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
div.C-28781-1-15 .pp-banner.pink-type.long-banner-03 { line-height: 1.5; text-align: center; font-size: 13px; color: #333; background: #ffdae5; }
div.C-28781-1-15 .pp-banner.pink-type.long-banner-03 .banner-wrap { display: inline-block; text-align: left; padding: 10px 0; padding-left: 66px; background: transparent url(/images/d3/m_powerpack/49/shop_design/long_banner_bg_03_pink.png) no-repeat 0 50%; background-size: 49px 40px; }
div.C-28781-1-15 .pp-banner.pink-type.long-banner-03 span { font-weight: bold; }
div.C-28781-1-15 .pp-banner.pink-type.long-banner-03 strong.in-color{ color: #333; }
div.C-28781-1-15 { margin:30px 0px 30px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
div.C-28781-1-16 .pp-banner { line-height: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
div.C-28781-1-16 .pp-banner.padding-right { padding-right: 2px; }
div.C-28781-1-16 .pp-banner.padding-left { padding-left: 2px; }
div.C-28781-1-16 .pp-banner.blue-type.long-banner-01 { padding: 10px 0; text-align: center; font-size: 13px; color: #371f1a; background-color: #fee200; }
div.C-28781-1-16 .pp-banner.blue-type.long-banner-01 span { font-weight: bold; color: #0581aa; }
div.C-28781-1-16 { margin:20px 0px 20px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

