@charset "utf-8";

/* Layout */
.wrap {
    min-width: 330px
}

.container {
    position: relative
}

#contents {
    background: #fff;
    min-height: 300px
}

    #contents.bgGray {
        background: #f0f0ed
    }

.closeWrapAll {
    overflow: hidden;
    position: fixed
}

/* Title */
.topTitle {
    position: relative;
}

    .topTitle > .right {
        position: absolute;
        top: -3px;
        right: 0
    }

    .topTitle.type02 > .right {
        top: 13px;
        right: 15px
    }

.subTit {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 18px;
    font-weight: 600;
}

    .subTit.big {
        font-size: 20px;
        line-height: 22px;
    }

    .subTit.bold {
        font-weight: 600;
    }

    .subTit.eng {
        font-family: 'Roboto-Medium',sans-serif;
    }

.subTit02 {
    display: block;
    font-size: 13px;
    font-family: 'NotoKR-Medium',sans-serif;
    color: #444
}

    .subTit02.big {
        font-size: 14px;
    }

.subTit03 {
    display: block;
    font-size: 13px;
    color: #444
}

/* Header */
#header {
    display: block;
    position: relative;
}

.headerWrap {
    width: 100%;
    height: 50px;
    background: #fff
}

    .headerWrap .logo {
        position: relative;
        top: 11px
    }

        .headerWrap .logo a {
            display: block;
            text-indent: -999em;
            width: 80px;
            height: 28px;
            margin: 0 auto;
            background: url(/Res/U/M/DEF/img/common/logo_burgundy.png) no-repeat;
            background-size: 80px;
        }

    .headerWrap .btnGnb {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 17px 15px;
    }

        .headerWrap .btnGnb span {
            display: block;
            width: 21px;
            height: 1px;
            background: #fff;
            margin-top: 6px
        }

            .headerWrap .btnGnb span:first-child {
                margin-top: 0
            }

    .headerWrap .utilMenu {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px
    }

        .headerWrap .utilMenu:after {
            display: block;
            clear: both;
            content: ''
        }

        .headerWrap .utilMenu a {
            display: block;
            float: left;
            text-indent: -999em;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: 24px 24px;
            padding: 0 20px;
            width: 24px;
            height: 100%
        }

        .headerWrap .utilMenu .btnMaypage {
            background-image: url(/Res/U/M/DEF/img/common/btn_head_mypage.png)
        }

        .headerWrap .utilMenu .btnMyDelivery {
            background-image: url(/Res/U/M/BABY/img/common/ico_marker.svg);
            background-size: 24px 24px;
            position: relative;
            top: -1px;
        }

        .headerWrap .utilMenu .btnCart {
            position: relative;
            background-image: url(/Res/U/M/BABY/img/common/ico_cart.svg)
        }

            .headerWrap .utilMenu .btnCart em {
                position: absolute;
                top: 8px;
                right: 0;
                display: block;
                text-indent: 0;
                font-size: 12px;
                font-family: 'Roboto-Medium',sans-serif;
                color: #fff;
                width: 20px;
                height: 20px;
                line-height: 21px;
                background: #911027;
                text-align: center;
                border-radius: 50%
            }

#gnb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 86%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    padding-right: 14%;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

    #gnb .dimm {
        display: block;
        opacity: 0;
        width: 14%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        z-index: 10
    }

.gnbWrap {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

    .gnbWrap .gnbHead {
        position: relative;
    }

        .gnbWrap .gnbHead .gnbPrev {
            position: relative;
            background: #fff
        }

        .gnbWrap .gnbHead .gnbHeadCode {
            padding: 11px 15px
        }

            .gnbWrap .gnbHead .gnbHeadCode .btnLogin {
                display: inline-block;
                vertical-align: top;
                border: 1px solid #e5e5e5;
                border-radius: 15px;
                padding: 6px 15px 5px 15px;
                line-height: 1;
                background: #fff
            }

                .gnbWrap .gnbHead .gnbHeadCode .btnLogin span {
                    font-size: 13px;
                    color: #222;
                }

            .gnbWrap .gnbHead .gnbHeadCode .paragraph {
                display: inline-block;
                vertical-align: top;
                line-height: 27px;
                margin-left: 10px;
                color: #666
            }

        .gnbWrap .gnbHead .btnGnbClose {
            display: block;
            text-indent: -999em;
            position: absolute;
            top: 0;
            right: 0;
            background: url(/Res/U/M/DEF/img/common/btn_gnb_close.png) no-repeat 50%;
            background-size: 15px;
            padding: 15px 15px 16px 15px;
        }

        .gnbWrap .gnbHead .gnbAfter {
            position: relative;
            background: #700000
        }

            .gnbWrap .gnbHead .gnbAfter .gnbHeadCode .name {
                display: inline-block;
                vertical-align: top;
                line-height: 27px;
                margin-right: 10px;
                color: #fff
            }

            .gnbWrap .gnbHead .gnbAfter .gnbHeadCode .btnLogin {
                background: #fff
            }

                .gnbWrap .gnbHead .gnbAfter .gnbHeadCode .btnLogin span {
                    color: #700000
                }

            .gnbWrap .gnbHead .gnbAfter .btnGnbClose {
                background-image: url(/Res/U/M/DEF/img/common/btn_gnb_after_close.png)
            }

        .gnbWrap .gnbHead .gnbHeadMenu ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-top: 1px solid #5a0000
        }

        .gnbWrap .gnbHead .gnbHeadMenu li {
            display: table-cell;
            width: 25%;
            text-align: center;
            border-left: 1px solid #5a0000;
            border-bottom: 1px solid #5a0000;
            height: 71px
        }

            .gnbWrap .gnbHead .gnbHeadMenu li:first-child {
                border-left: none
            }

            .gnbWrap .gnbHead .gnbHeadMenu li a {
                position: relative;
                display: block;
                padding-top: 43px;
                color: #fff;
                font-family: 'NotoKR-Medium',sans-serif;
                font-size: 12px;
                line-height: 1
            }

                .gnbWrap .gnbHead .gnbHeadMenu li a:before {
                    display: block;
                    content: '';
                    width: 100%;
                    height: 43px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    margin: 0 auto
                }

            .gnbWrap .gnbHead .gnbHeadMenu li.mn01 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_mn01.png);
                background-size: 19px
            }

            .gnbWrap .gnbHead .gnbHeadMenu li.mn02 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_mn02.png);
                background-size: 16px
            }

            .gnbWrap .gnbHead .gnbHeadMenu li.mn03 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_mn03.png);
                background-size: 21px
            }

            .gnbWrap .gnbHead .gnbHeadMenu li.mn04 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_mn04.png);
                background-size: 21px
            }

    .gnbWrap .gnbSection {
        border-top: 4px solid #f0f0ed
    }

        .gnbWrap .gnbSection .tit {
            font-size: 14px;
            font-family: 'NotoKR-Medium',sans-serif;
            color: #222;
            padding: 15px 0 13px 0;
            text-align: center;
            border-bottom: 1px solid #f0f0ed
        }

    .gnbWrap .category {
        font-size: 0
    }

        .gnbWrap .category li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 25%;
            height: 70px;
            text-align: center;
            border-top: 1px solid #f7f7f5;
            border-left: 1px solid #f7f7f5;
            background: #fff
        }

            .gnbWrap .category li:nth-child(4n-3) {
                border-left: none
            }

            .gnbWrap .category li.ctg08 {
                border-right: 1px solid #f7f7f5;
            }

            .gnbWrap .category li.ctg11 {
                border-left: none;
            }

            .gnbWrap .category li > a {
                display: block;
                font-size: 12px;
                font-family: 'NotoKR-Medium',sans-serif;
                color: #222;
                padding-top: 40px;
                line-height: 1
            }

                .gnbWrap .category li > a:before {
                    display: block;
                    content: '';
                    width: 100%;
                    height: 30px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 10px;
                    margin: 0 auto
                }

            .gnbWrap .category li.ctg01 a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_cate01.png);
                background-size: 20px
            }

            .gnbWrap .category li.ctg01.current a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_cate01_on.png);
                background-size: 20px
            }

            .gnbWrap .category li.ctg02 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg02.png);
                background-size: 14px
            }

            .gnbWrap .category li.ctg03 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg03.png);
                background-size: 14px
            }

            .gnbWrap .category li.ctg04 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg04.png);
                background-size: 14px
            }

            .gnbWrap .category li.ctg05 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg05.png);
                background-size: 13px
            }

            .gnbWrap .category li.ctg06 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg06.png);
                background-size: 12px
            }

            .gnbWrap .category li.ctg07 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg11.png);
                background-size: 15px
            }

            .gnbWrap .category li.ctg08 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg08.png);
                background-size: 16px
            }

            .gnbWrap .category li.ctg09 a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_cate03.png);
                background-size: 20px
            }

            .gnbWrap .category li.ctg09.current a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_cate03_on.png);
                background-size: 20px
            }

            .gnbWrap .category li.ctg10 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_ctg10.png);
                background-size: 16px
            }

            .gnbWrap .category li.ctg12 a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_cate02.png);
                background-size: 20px
            }

            .gnbWrap .category li.ctg12.current a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_cate02_on.png);
                background-size: 20px
            }
        /*햄버거버튼 주문하기*/
        .gnbWrap .category.order {
            font-size: 0
        }

            .gnbWrap .category.order .categoryList li {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 33%;
                height: 70px;
                text-align: center;
                border-top: 0 solid #f7f7f5;
                border-left: 1px solid #f7f7f5;
                background: #fff
            }

                .gnbWrap .category.order .categoryList li:nth-child(4n-3) {
                    border-left: none
                }

                .gnbWrap .category.order .categoryList li a {
                    display: block;
                    font-size: 12px;
                    font-family: 'NotoKR-Medium',sans-serif;
                    color: #222;
                    line-height: 1;
                    width: 100%;
                    height: 70px;
                    padding-top: 40px;
                }

                    .gnbWrap .category.order .categoryList li a span {
                        display: block;
                    }

                    .gnbWrap .category.order .categoryList li a:before {
                        display: block;
                        content: '';
                        width: 100%;
                        height: 30px;
                        background-repeat: no-repeat;
                        background-position: 50%;
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 10px;
                        margin: 0 auto
                    }

            .gnbWrap .category.order .categoryList {
                border-bottom: 4px solid #f0f0ed;
            }

                .gnbWrap .category.order .categoryList li.current {
                    background-color: #f8f4e9;
                }

                    .gnbWrap .category.order .categoryList li.current a {
                        color: #c08f54;
                    }

            .gnbWrap .category.order .categoryCont {
                display: none;
                border-bottom: 28px solid #fff
            }

                .gnbWrap .category.order .categoryCont.current {
                    display: block;
                    margin-bottom: 0;
                    border-top: 1px solid #eee;
                    border-bottom: 1px solid #eee;
                }

            .gnbWrap .category.order .categoryCont {
                overflow: hidden;
                background: #f9f9f9
            }

                .gnbWrap .category.order .categoryCont > ul.cate01 > li {
                    width: 50%;
                    height: 40px;
                }

                .gnbWrap .category.order .categoryCont > ul.cate02 > li {
                    width: 50%;
                    height: 40px;
                }

                .gnbWrap .category.order .categoryCont > ul.cate03 > li {
                    width: 50%;
                    height: 40px;
                }
                /*.gnbWrap .category.order .categoryCont > ul > li:nth-child(even){border-bottom:1px solid #eee}
.gnbWrap .category.order .categoryCont > ul > li:last-child,.categoryCont li:nth-last-child(2):nth-child(odd){border-bottom:0}*/
                .gnbWrap .category.order .categoryCont > ul > li > a {
                    display: block;
                    padding-top: 0;
                    line-height: 40px;
                    text-align: left;
                    padding-left: 20px;
                }

                    .gnbWrap .category.order .categoryCont > ul > li > a:before {
                        display: none;
                    }

                /* GNB 정기식단, 골라담기 카테고리 퍼블 수정(220725) */
                .gnbWrap .category.order .categoryCont > table {
                    width: 100%;
                }

                    .gnbWrap .category.order .categoryCont > table th {
                        width: 50%;
                        height: 34px;
                        background-color: #f8f4e9;
                        font-size: 13px;
                        color: #222;
                        border-style: solid;
                        border-color: #ddd;
                        border-width: 0 1px 1px 0;
                    }

                        .gnbWrap .category.order .categoryCont > table th:last-child {
                            border-right: none;
                        }

                    .gnbWrap .category.order .categoryCont > table td {
                        width: 50%;
                        height: 34px;
                        vertical-align: middle;
                        border-right: 1px solid #ddd;
                        border-bottom: 1px solid #ddd;
                    }

                        .gnbWrap .category.order .categoryCont > table td:last-child {
                            border-right: none;
                        }

                        .gnbWrap .category.order .categoryCont > table td a {
                            display: block;
                            width: 100%;
                            height: 100%;
                            line-height: 34px;
                            font-size: 12px;
                            font-family: 'NotoKR-Medium',sans-serif;
                            color: #222;
                        }

    .gnbWrap .prod {
        font-size: 0;
        text-align: center;
        margin-top: 10px;
        padding: 0 15px 20px 15px
    }

        .gnbWrap .prod a {
            display: inline-block;
            vertical-align: top;
            width: 25%
        }

        .gnbWrap .prod .thum {
            width: 54px;
            margin: 0 auto 10px auto
        }

        .gnbWrap .prod .name {
            display: block;
            font-size: 12px;
            font-family: 'NotoKR-Medium',sans-serif;
            color: #222;
            line-height: 1
        }

    .gnbWrap .banner {
        display: block
    }

    .gnbWrap .banner2 {
        display: block
    }

        .gnbWrap .banner2 img {
            width: 50%;
            float: left;
        }

    .gnbWrap .menu {
        font-size: 0
    }

        .gnbWrap .menu li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 33.33%;
            height: 80px;
            text-align: center;
            border-bottom: 1px solid #f7f7f5;
            border-left: 1px solid #f7f7f5;
            background: #fff
        }

            .gnbWrap .menu li:nth-child(3n-2) {
                border-left: none
            }

            .gnbWrap .menu li a {
                display: block;
                font-size: 12px;
                font-family: 'NotoKR-Medium',sans-serif;
                color: #222;
                padding-top: 45px;
                line-height: 1
            }

                .gnbWrap .menu li a:before {
                    display: block;
                    content: '';
                    width: 100%;
                    height: 53px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    margin: 0 auto
                }

            .gnbWrap .menu li.menu01 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu01.png);
                background-size: 19px
            }

            .gnbWrap .menu li.menu02 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu02.png);
                background-size: 19px
            }

            .gnbWrap .menu li.menu03 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu03.png);
                background-size: 19px
            }

            .gnbWrap .menu li.menu04 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu04.png);
                background-size: 16px
            }

            .gnbWrap .menu li.menu05 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu05.png);
                background-size: 20px
            }

            .gnbWrap .menu li.menu06 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu06.png);
                background-size: 19px
            }

            .gnbWrap .menu li.menu07 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu07.png);
                background-size: 19px
            }

            .gnbWrap .menu li.menu08 a:before {
                background-image: url(/Res/U/M/DEF/img/common/ico_gnb_menu08.png);
                background-size: 19px
            }

            .gnbWrap .menu li.menu09 a:before {
                background-image: url(/Res/U/M/BABY/img/common/ico_gnb_menu_calendar.png);
                background-size: 19px
            }

    .gnbWrap .gnbFooter {
        text-align: center;
        padding: 25px 0
    }

        .gnbWrap .gnbFooter .name {
            font-size: 13px;
            font-family: 'NotoKR-Medium',sans-serif;
            color: #444;
            line-height: 1;
            margin-bottom: 11px
        }

        .gnbWrap .gnbFooter .tel {
            display: block;
            font-size: 20px;
            font-family: 'Roboto-Medium',sans-serif;
            color: #222;
            line-height: 1;
            margin-bottom: 6px
        }

        .gnbWrap .gnbFooter .telTxt {
            font-size: 18px;
            font-family: 'Roboto-Medium',sans-serif;
            color: #222;
            font-weight: bold;
        }

        .gnbWrap .gnbFooter .copy {
            font-size: 12px;
            color: #666;
            line-height: 19px
        }

#gnb.on {
    display: block;
}

#gnb.dim .dimm {
    opacity: 0.6
}

/* HeadDetail */
.headDetail {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 41px;
}

    .headDetail .title {
        padding-top: 13px;
        text-align: center;
        font-size: 16px;
        font-family: 'NotoKR-Medium',sans-serif;
        color: #222;
        line-height: 1;
    }

    .headDetail .btnBack {
        display: block;
        text-indent: -999em;
        position: absolute;
        top: 0;
        left: 0;
        padding: 11px 15px;
        background: url(/Res/U/M/DEF/img/common/btn_back.png) no-repeat 50%;
        background-size: 19px
    }

    .headDetail .utilMenu {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px
    }

        .headDetail .utilMenu:after {
            display: block;
            clear: both;
            content: ''
        }

        .headDetail .utilMenu a {
            display: block;
            float: left;
            text-indent: -999em;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: 21px;
            padding: 0 20px;
            width: 21px;
            height: 100%
        }

        .headDetail .utilMenu .btnCart {
            position: relative;
            background-image: url(/Res/U/M/DEF/img/common/btn_head_cart02.png)
        }

            .headDetail .utilMenu .btnCart em {
                position: absolute;
                top: 2px;
                right: 0;
                display: block;
                text-indent: 0;
                font-size: 12px;
                font-family: 'Roboto-Medium',sans-serif;
                color: #fff;
                width: 20px;
                height: 20px;
                line-height: 21px;
                background: #911027;
                text-align: center;
                border-radius: 50%
            }

/* NormalReview */
.bsList.inquiry.prod .DetailReview dt a {
    padding: 15px;
    padding-left: 66px;
}

/* prodDetail */
.prodDetail {
    padding: 65px 0;
}

    .prodDetail .headDetail {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        height: 65px;
    }

    .prodDetail .footerDetail {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    .prodDetail .headDetail .btnLayerClose {
        padding: 23px 25px;
        background: url(/Res/U/M/BABY/img/common/cancel.png) no-repeat 76% 28%;
        background-size: 22px
    }

/* starDetail */
.starDetail {
    text-align: center;
}

    .starDetail .starPoint {
        width: 100px;
        height: 18px;
        background-size: 100px;
        background-position: 0 -25px;
    }

        .starDetail .starPoint .star {
            width: 100%;
            height: 100%;
            background-size: 100px;
            background-position: 0 -42px;
        }

    .starDetail.title {
        border-bottom: 1px solid #e5e5e5;
    }

        .starDetail.title .starPoint {
            width: 150px;
            height: 24px;
            background-size: 150px;
            background-position: 0 -40px;
        }

            .starDetail.title .starPoint .star {
                width: 150%;
                height: 100%;
                background-size: 150px;
                background-position: 0 -65px;
            }


/* menuDep */
.menuDep {
    position: relative;
    left: 0;
    right: 0;
    min-width: 320px;
    height: 42px;
    background: #fff;
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
}

    .menuDep.fixed {
        position: fixed !important;
        z-index: 100
    }

    .menuDep ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        padding: 0 24px 0 24px;
        white-space: nowrap;
    }

    .menuDep li {
        display: inline-block;
        margin: 0 17px;
        text-align: center;
    }
        /* 211110 메일리뉴얼 텍스트 크기 수정 jyj */
        .menuDep li a {
            position: relative;
            display: block;
            font-size: 15px;
            padding: 12px 0 13px 0;
            line-height: 1;
            color: #000
        }

        .menuDep li:first-child {
            margin-left: 0;
        }

        .menuDep li:last-child {
            margin-right: 0;
        }

        .menuDep li a:after {
            display: none;
            content: '';
            width: 100%;
            height: 3px;
            background: #700000;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px
        }

        .menuDep li.on a {
            color: #700000;
            font-family: 'NotoKR-Bold',sans-serif;
        }

            .menuDep li.on a:after {
                display: block;
            }

    /* menuDep : subGnb */
/*    .menuDep ul.subGnb {
        display: table;
        width: 100%;
        padding: 0;
        background: #f7f7f5;
        border-bottom: 1px solid #e5e5e5
    }

        .menuDep ul.subGnb li {
            display: inline-block;
            width: 50%;
            vertical-align: middle;
            padding: 0 20px;
            margin: 0;
            border-right: 1px solid #e5e5e5;
        }

            .menuDep ul.subGnb li.w33p {
                width: 33%;
            }

            .menuDep ul.subGnb li a {
                position: relative;
                display: block;
                font-size: 16px;
                padding: 12px 0 13px 0;
                line-height: 1;
                color: #666
            }

            .menuDep ul.subGnb li:last-child {
                border-right: none;
            }

            .menuDep ul.subGnb li.on a {
                color: #730000;
            }

            .menuDep ul.subGnb li a:after {
                display: none;
            }

    .menuDep ul.SelectProdGnb {
        border-bottom: none;
        padding: 7px 12px;
        overflow-x: scroll;
        overflow-y: hidden;
        background: #f7f7f5;
    }

        .menuDep ul.SelectProdGnb li {
            width: 60px;
            height: 60px;
            background: #fff;
            margin: 5px;
            border-radius: 30px;
        }

            .menuDep ul.SelectProdGnb li a {
                font-size: 12px;
                line-height: 1.3em;
                padding: 14px 0;
            }

                .menuDep ul.SelectProdGnb li a::after {
                    background: unset;
                }*/

    .menuDep .subGnb {
        background-color: #E5E5E5;
        overflow: hidden;
    }

    .menuDep .subGnb .swiper-wrapper {
        gap: 4px;
        height: auto;
    }

    .menuDep .subGnb .swiper-slide {
        width: auto !important;
        padding: 12px 0;
    }

        .menuDep .subGnb .swiper-slide:last-child {
            padding-right: 30px;
        }

        .menuDep .subGnb .swiper-slide a {
            padding: 0 12px;
            height: 34px;
            line-height: 34px;
            box-sizing: border-box;
            border-radius: 30px;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            font-size: 14px;
            color: #666;
        }

        .menuDep .subGnb .swiper-slide.active a,
        .menuDep .subGnb .swiper-slide div.on a {
            background-color: #635F5C;
            color: #fff;
        }

.menuDep ul.SelectProdGnb {
    border-bottom: none;
    padding: 7px 12px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #f7f7f5;
}

.menuDep ul.SelectProdGnb li {
    width: 60px;
    height: 60px;
    background: #fff;
    margin: 5px;
    border-radius: 30px;
}

.menuDep ul.SelectProdGnb li a {
    font-size: 12px;
    line-height: 1.3em;
    padding: 14px 0;
}

.menuDep ul.SelectProdGnb li a::after {
    background: unset;
}

/* Footer */
#footer {
    border-top: 1px solid #e5e5e5;
    background-color: #f3f3f3;
    text-align: left;
    padding: 15px 15px 35px 20px;
}

    #footer .footerMenu {
        font-size: 0;
        margin: 17px 0 0 0;
    }

    #footer .footerMenu02 {
        font-size: 0;
        margin: 0 0 0 0;
    }

    #footer .footerMenu li {
        position: relative;
        display: inline-block;
        padding: 0 11px;
        line-height: 1;
        margin-bottom: 15px;
    }

    #footer .footerMenu02 li {
        position: relative;
        display: inline-block;
        padding: 0 11px;
        line-height: 1;
    }

        #footer .footerMenu02 li .familySite {
            position: initial;
        }

        #footer .footerMenu li:before,
        #footer .footerMenu02 li:before {
            display: block;
            content: '';
            width: 1px;
            height: 9px;
            background: #d7d7d7;
            position: absolute;
            top: 1.5px;
            left: 0
        }

        #footer .footerMenu li:first-child:before,
        #footer .footerMenu02 li:first-child:before {
            display: none;
        }

        #footer .footerMenu li:first-child,
        #footer .footerMenu02 li:first-child {
            padding-left: 0;
        }

        #footer .footerMenu li a,
        #footer .footerMenu02 li a {
            font-size: 13px;
            color: #444
        }

    #footer .name {
        font-weight: 600;
        font-size: 12px;
        color: #222;
        margin: 5px 0 1px 0;
    }

    #footer .copy {
        font-size: 12px;
        color: #666;
        line-height: 21px
    }
/*#footer .btm{font-size:0;margin-top:12px}*/
/*#footer .btm dl{display:inline-block;}*/
/*#footer .btm dl dt{display:inline-block;font-size:12px;color:#666;margin-right:5px}*/
/*#footer .btm dl dd{position:relative;padding-right:5px;display:inline-block;}*/
/*#footer .btm dl dd:after{display:block;content:'';width:1px;height:9px;background:#e5e5e5;position:absolute;top:3px;right:0}*/
/*#footer .btm dl dd:last-child {padding-right:0;}*/
/*#footer .btm dl dd:last-child:after {display:none;}*/
/*#footer .btm dl dd a{font-family:'Roboto-Medium';font-size:12px;color:#222}*/
/*#footer .btm .mail{display:inline-block;font-size:12px;color:#222;margin-left:5px;}*/
/*#footer .bnr_prize{padding:20px 0 10px 0;margin:0 0 35px 0;}*/



/*#footer .footerFamily {margin:20px 10px 0 10px;display:block;border:solid 1px rgba(0,0,0,0.2);line-height:43px;}*/
/*#footer .family-selectBox {display:inline-block;height:43px;width:100%;}*/
/*#footer .family-selectBox select {height:41px;font-size:15px;font-family:"Spoqa";width:100%;border:0;margin-top:-3px;text-align:center;}*/

/*#footer .family-selectBox:after {content:"";position:absolute;display:block;right:0;top:50%;border-color: #58585b transparent  transparent  transparent;border-width:5px;border-style:solid;margin-top:0;width:0;height:0;-webkit-transition: all 0.2s;transition: all 0.2s;}*/

/* MenuNavFix */
/*
.menuNavfixed{display:block;position:fixed;left:0;right:0;bottom:0;z-index:15;background:#fff;font-size:0;border-top:1px solid #e5e5e5;height:55px;transition:0.3s ease-in-out;}
.menuNavfixed {display: flex;}
.menuNavfixed.on{bottom:0}
.menuNavfixed a{position:relative;display:inline-block;vertical-align:top;width:20%;height:100%;text-align:center;padding-top:33px}
.menuNavfixed a:before{display:block;content:'';width:100%;height:33px;background-repeat:no-repeat;background-position:50% 9px;position:absolute;top:0;left:0;right:0}
.menuNavfixed a.menuNav01:before{background-image:url(/Res/U/M/BABY/img/main/ico_menu_nav01.png);background-size:21px;background-position:50% 10px;}
.menuNavfixed a.menuNav02:before{background-image:url(/Res/U/M/BABY/img/main/ico_menu_nav02.png);background-size:21px; background-position:50% 13px;}
.menuNavfixed a.menuNav03:before{background-image:url(/Res/U/M/BABY/img/main/ico_menu_nav03.png);background-size:22px;}
.menuNavfixed a.menuNav04:before{background-image:url(/Res/U/M/BABY/img/main/ico_menu_nav04.png);background-size:22px}
.menuNavfixed a.menuNav05:before{background-image:url(/Res/U/M/BABY/img/main/ico_menu_nav05.png);background-size:21px}
.menuNavfixed a.menuNav05 .num{position:absolute;top:2px;left:50%;margin-left:3px;display:block;text-indent:0;font-size:12px;font-family:'Roboto-Medium',sans-serif;color:#fff;width:20px;height:20px;line-height:21px;background:#700000;text-align:center;border-radius:50%}
.menuNavfixed a span{display:inline-block;font-size:10px;color:#222;line-height:1}
*/

.menuNavfixed {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    transition: all 0.3s ease;
    z-index: 20
}

    .menuNavfixed .menuNav {
        flex: 1;
        text-align: center;
        background: #fff;
        height: 55px;
        position: relative;
        font-size: 11px;
    }

        .menuNavfixed .menuNav a {
            display: block
        }

        .menuNavfixed .menuNav.menuNav03 {
            background: url(/Res/U/M/BABY/img/common/ico_toolbar_planner_bg.svg) no-repeat center bottom
        }

        .menuNavfixed .menuNav:before {
            content: '';
            display: block;
            width: 100%;
            height: 33px;
            background-repeat: no-repeat;
            background-position: 50% 9px;
        }

    .menuNavfixed .menuNav01:before {
        background-image: url(/Res/U/M/BABY/img/main/ico_menu_nav01.png);
        background-size: 21px;
        background-position: 50% 10px;
    }

    .menuNavfixed .menuNav02:before {
        background-image: url(/Res/U/M/BABY/img/main/ico_menu_nav02.png);
        background-size: 21px;
        background-position: 50% 10px;
    }

    .menuNavfixed .menuNav03 a {
        transform: translateY(-35px)
    }

    .menuNavfixed .menuNav04:before {
        background-image: url(/Res/U/M/BABY/img/main/ico_menu_nav04.png);
        background-size: 22px;
        background-position: 50% 10px;
    }

    .menuNavfixed .menuNav05:before {
        background-image: url(/Res/U/M/BABY/img/main/ico_menu_nav05.png);
        background-size: 21px;
        background-position: 50% 10px;
    }

    .menuNavfixed .menuNav03 a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        height: 60%;
        background: #fff;
        z-index: 0;
    }

    .menuNavfixed .menuNav03 img.item_name {
        opacity: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -24px);
        top: 0;
        z-index: 50;
        width: 94px;
        transition: all .5s ease;
        max-width: inherit
    }

    .menuNavfixed .menuNav03 img.item {
        position: relative;
        z-index: 10;
        width: 60px;
    }

    .menuNavfixed.on img.item_name {
        opacity: 1
    }

.bottomsheet-info {
    background: #F7F7F7;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 15px;
}

    .bottomsheet-info h4 {
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 5px;
    }

        .bottomsheet-info h4 img {
            width: 15px;
            vertical-align: -2px;
            margin-right: 5px
        }

    .bottomsheet-info .rg-list {
        margin-left: 5px
    }

        .bottomsheet-info .rg-list li {
            font-size: 12px;
            color: #333;
            position: relative;
            padding-left: 10px;
        }

            .bottomsheet-info .rg-list li strong {
                color: #911027;
                font-weight: 600;
                text-decoration: underline
            }

            .bottomsheet-info .rg-list li:before {
                content: "";
                position: absolute;
                top: 7px;
                left: 0;
                width: 2px;
                height: 2px;
                background: #333;
            }

.bottomsheet-radioWrap h5 {
    font-size: 13px;
    color: #111;
    font-weight: bold;
    background: #f8f4e9;
    padding: 8px 0;
    text-align: center;
    border-radius: 50px;
}

.bottomsheet-radioWrap .item {
    display: flex;
    justify-content: space-between;
}

    .bottomsheet-radioWrap .item + .item {
        border-top: 1px solid #ededed
    }

    .bottomsheet-radioWrap .item label {
        width: 100%;
        padding: 8px 10px;
        font-size: 13px
    }

.bottomsheet-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 41px;
    background: #fff;
    z-index: 10;
}

.bottomsheet-body {
    padding: 40px 0
}

.addr_list .item {
    position: relative;
    padding-bottom: 20px;
}

    .addr_list .item + .item {
        border-top: 1px solid #EDEDED;
        padding-top: 20px;
    }

        .addr_list .item + .item .dlv_type {
            top: 22px
        }

    .addr_list .item .item_case {
        font-size: 16px;
        font-weight: bold;
        color: #111;
        margin-bottom: 4px;
    }

    .addr_list .item .name {
        font-size: 14px;
        color: #111;
    }

.addr_list .item {
    font-size: 13px;
    color: #666;
}

.addr_list .enter_info {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f8f4e9;
    padding: 5px 5px 5px 10px;
    border-radius: 6px
}

    .addr_list .enter_info span {
        width: 120px
    }

        .addr_list .enter_info span.reg {
            width: calc(100% - 120px);
            font-weight: bold;
            color: #111;
            letter-spacing: 0
        }

    .addr_list .enter_info input {
        width: 100%;
        border: 1px solid #ccc;
        height: 30px;
        line-height: 30px;
        text-indent: 8px;
        border-radius: 6px
    }

.addr_list .item .dlv_type {
    position: absolute;
    top: 2px;
    right: 0
}

.addr_list .item .select_btn {
    margin-top: 8px
}

    .addr_list .item .select_btn .sBtns {
        display: block;
        width: 100%;
        font-size: 13px !important;
        border-color: #ccc;
        height: 36px;
        line-height: 32px;
        border-radius: 6px
    }

/* 상단으로 이동 */
.btnScrollTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 45px;
    height: 45px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    background: #b7a17c;
    background-size: 100% 100%;
    z-index: 15;
    border-radius: 50%;
}

    .btnScrollTop span {
        display: block;
        width: 16px;
        height: 16px;
        margin: 15px auto;
        background: url(/Res/U/M/BABY/img/common/btn_top.png)no-repeat;
    }

    .btnScrollTop.on {
        display: block;
    }

/* 탑배너 */
/*기존*/
/*.topBanner {position: relative;}
.topBanner .topBannerClose span {position: absolute;top:-9999px;left:-9999px;}
.topBanner .topBannerClose {position: absolute;display:block;top:50%;right:15px;width:14px;height:14px;margin-top:-7px;background:url(/Res/U/M/BABY/img/common/btn_close_w.png) no-repeat center center;}
*/
/*변경*/
#floatingBanner {
    position: relative;
    width: 100%;
    height: 50px;
}

    #floatingBanner .topBanner {
        position: fixed;
        width: 100%;
        height: 50px;
        top: 0;
        z-index: 15;
        background-color: bisque;
    }

    #floatingBanner .topBannerClose {
        width: 18px;
        height: 18px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0; /*background: url(/Res/U/M/BABY/img/common/btn_close_w.png) 50% no-repeat;*/
    }

/* 20230720 모달 알럿 추가 &*/
.modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 99999;
}

.modal_wrap .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    text-align: center;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.modal_wrap img {
    max-width: 100%;
    width: auto;
    height: auto
}

.modal_wrap .modal_inner .icon_wrap {
    margin-bottom: 20px;
}

.modal_wrap .modal_inner .txt_wrap {
    word-break: keep-all;
    font-size: 16px;
}

.modal_wrap .modal_inner .txt_wrap strong {
    color: #730000;
    font-weight: bold
}
.modal_wrap .modal_inner .txt_wrap strong.wrong {
    color: #E03232;
    text-decoration: underline;
}

.modal_wrap .modal_inner .btn_wrap {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.modal_wrap .modal_inner .btn_wrap .modal_btn {
    flex: 1;
    display: block;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.modal_wrap .modal_inner .modal_close {
    position: absolute;
    top: 20px;
    right: 20px
}

.modal_wrap .modal_inner .btn_wrap .modal_btn.ok, .modal_btn.call-ok {
    background: #730000;
    color: #fff;
}

.modal_wrap .modal_inner .btn_wrap .modal_btn.call-cancel {
    background: #fff;
    border: 1px solid #dadada;
    color: #727272;
}

/* 20230725 모달 로딩 추가 */
@keyframes ldio-1qp038uvuue {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1.5,1.5);
    }

    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1,1);
    }
}

.ldio-1qp038uvuue div > div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #730000;
    animation: ldio-1qp038uvuue 1s linear infinite;
}

.ldio-1qp038uvuue div:nth-child(1) > div {
    left: 74px;
    top: 44px;
    animation-delay: -0.875s;
}

.ldio-1qp038uvuue > div:nth-child(1) {
    transform: rotate(0deg);
    transform-origin: 80px 50px;
}

.ldio-1qp038uvuue div:nth-child(2) > div {
    left: 65px;
    top: 65px;
    animation-delay: -0.75s;
}

.ldio-1qp038uvuue > div:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 71px 71px;
}

.ldio-1qp038uvuue div:nth-child(3) > div {
    left: 44px;
    top: 74px;
    animation-delay: -0.625s;
}

.ldio-1qp038uvuue > div:nth-child(3) {
    transform: rotate(90deg);
    transform-origin: 50px 80px;
}

.ldio-1qp038uvuue div:nth-child(4) > div {
    left: 23px;
    top: 65px;
    animation-delay: -0.5s;
}

.ldio-1qp038uvuue > div:nth-child(4) {
    transform: rotate(135deg);
    transform-origin: 29px 71px;
}

.ldio-1qp038uvuue div:nth-child(5) > div {
    left: 14px;
    top: 44px;
    animation-delay: -0.375s;
}

.ldio-1qp038uvuue > div:nth-child(5) {
    transform: rotate(180deg);
    transform-origin: 20px 50px;
}

.ldio-1qp038uvuue div:nth-child(6) > div {
    left: 23px;
    top: 23px;
    animation-delay: -0.25s;
}

.ldio-1qp038uvuue > div:nth-child(6) {
    transform: rotate(225deg);
    transform-origin: 29px 29px;
}

.ldio-1qp038uvuue div:nth-child(7) > div {
    left: 44px;
    top: 14px;
    animation-delay: -0.125s;
}

.ldio-1qp038uvuue > div:nth-child(7) {
    transform: rotate(270deg);
    transform-origin: 50px 20px;
}

.ldio-1qp038uvuue div:nth-child(8) > div {
    left: 65px;
    top: 23px;
    animation-delay: 0s;
}

.ldio-1qp038uvuue > div:nth-child(8) {
    transform: rotate(315deg);
    transform-origin: 71px 29px;
}

.loadingio-spinner-spin-e6x3oor3i9u {
    width: 56px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-1qp038uvuue {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.56);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-1qp038uvuue div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */

/* 2024.11.14 */
.tempbtn_event241114{display: block; padding:15px 10px;}
.tempbtn_event241114 img{width:auto !important; height: auto;}