/* 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;
}

/* 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;
    }
}
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
   ½Å»óÇ° 4°³ / ¸ð¹ÙÀÏ 2¿­ ¡¿ 2ÁÙ
   ÆÄ½ºÅÚ ¹ÎÆ® ¹è°æ + »óÇ°Á¤º¸ Èò¹è°æ Á¦°Å
============================================= */

.jj-mobile-new {
    width: 100%;
    padding: 30px 12px 34px;

    /* ÀüÃ¼ ¼½¼Ç ÆÄ½ºÅÚ ¹ÎÆ® */
    background: #f4f9f1;

    box-sizing: border-box;
}


/* =============================================
   Á¦¸ñ ¿µ¿ª
============================================= */

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

.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;
    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;
}


/* =============================================
   »óÇ° 2¿­
============================================= */

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

    width: 100%;

    gap: 22px 10px;
}


/* »óÇ° ÇÏ³ª */
.jj-mobile-new-card {
    min-width: 0;
    margin: 0;
    padding: 0;

    /* Èò»ö Ä«µå ¹è°æ Á¦°Å */
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}


/* =============================================
   »óÇ° ÀÌ¹ÌÁö
============================================= */

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

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

    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;

    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 {
    padding: 10px 2px 2px;

    /* »óÇ°¸í/°¡°Ý µÚ Èò»ö Á¦°Å */
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}


/* »óÇ°¸í */
.jj-mobile-new-name {
    display: -webkit-box;

    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;

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


/* =============================================
   °¡°Ý
============================================= */

.jj-mobile-new-price {
    display: flex;
    align-items: baseline;

    gap: 5px;

    /* »óÇ°¸í°ú °¡°Ý »çÀÌ */
    margin: 6px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


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

    color: #999;

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


.jj-mobile-new-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-new {
        padding-left: 9px;
        padding-right: 9px;
    }

    .jj-mobile-new-grid {
        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;
    }
}
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;
}


/* ============================
   Á¦¸ñ
============================ */

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


.jj-mobile-bagwear-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;
    letter-spacing: .4px;

    box-sizing: border-box;
}


.jj-mobile-bagwear-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-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;
}


/* PICK ¹èÁö */
.jj-mobile-bagwear-mark {
    position: absolute;

    z-index: 5;

    top: 8px;
    left: 8px;

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

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

    padding: 0 8px;

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

    border: 1px solid #d9e6d7;
    border-radius: 20px;

    color: #176b32;

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

    box-sizing: border-box;
}


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

.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 */

