/* bar.jsp 전용 스타일 */
html, body {
    height: 100%;
    overflow: hidden;
    background-color: #ebf0f6;
}
#header_bannerTop {
    height: 100dvh;
    display: flex;
    flex-direction: column;
}
.serviceLobi_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0 auto;
}
.serviceBox {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px 0 0 0;
}
.servi_section .btnBox {
    padding: 0 5px;
}
.bar_slider .slide_img {
    margin: 0 5px;
}
.section_01 h3 {
    text-indent: 5px;
}
.informationBox {
    padding: 20px 5px 0;
}
#promotionBanner { display: none; }
.icon_list {
    max-width: 540px;
    margin: 0 auto -64px;
    justify-content: flex-start;
}
.section_01.servi_section {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
}
.sf_iconBox {
    flex: 1;
    overflow-y: scroll;
    min-height: 0;
    padding: 30px 0 120px;
}
.sf_iconBox::-webkit-scrollbar {
    width: 6px;
}
.sf_iconBox::-webkit-scrollbar-track {
    background: transparent;
}
.sf_iconBox::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 3px;
}
.sf_iconBox::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}
.icon_list li {
    margin-bottom: 64px;
}
.icon_list label {
    min-height: 90px;
    font-size: 18px;
}
.icon_list label img {
    width: 22%;
    margin-bottom: 16px;
}

.sf_header,
.header {
    display: none;
}
#header_bannerTop { padding-top: 0; }
.main_bannerBox { line-height: 0; }

@media all and (max-width:600px) {
    #header_bannerTop {
        padding-top: 0px;
    }
}

.bar_slider .slider {
    position: relative;
}
.form_bar_slick_wrapper {
    opacity: 0;
    visibility: hidden;
}
.slick-slide img {
    width: 100%;
}
.form_bar_slick_wrapper.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.main_form_banner {
    width: 100%;
    height: auto;
    display: block;
}
.bar_slider {
    margin-bottom: 10px;
    flex-shrink: 0;
    z-index: 11;
    background: #ebf0f6;
}
.bar_slider:empty,
.bar_slider:has(.form_bar_slick_wrapper:empty) {
    display: none;
}
#chk_restore + label img,
#chk_silicon + label img {
    width: 30%;
}
#chk_commonCare + label img {
    width: 32%;
}
#chk_silicon + label img {
    aspect-ratio: 1;
    object-fit: contain;
}
.icon_list li.disabled label {
    pointer-events: auto;
    cursor: pointer;
}

@media all and (max-width:600px) {
    html, body {
        background-color: #fff;
    }
    .bar_slider {
        margin-bottom: 5px;
        background: #fff;
    }
    .main_bannerBox {
        line-height: 0;
    }
    .serviceLobi_wrap {
        margin: 0;
    }
    .sf_iconBox {
        padding: 24px 0 120px;
    }
    .serviceWrap {
        width: 100%;
        padding: 0;
        overflow-x: clip;
    }
    .section_01 {
        padding: 0 4px 0;
    }
    .serviceBox {
        padding: 20px 0 0 0;
    }
    .icon_list {
        margin-bottom: -80px;
    }
    .icon_list li {
        margin-bottom: 80px;
        padding: 0 8px;
    }
    .icon_list label img {
        width: 34%;
        margin-bottom: 12px;
    }
    #chk_restore + label img,
    #chk_silicon + label img {
        width: 44%;
    }
    #chk_commonCare + label img {
        width: 46%;
    }
    .icon_list label {
        min-height: 70px;
        font-size: 13px;
    }
    #chk_agree + label {
        font-size: 14px;
    }
    #chk_agree + label .ico_txt {
        margin-right: 6px;
    }
    #chk_liftRemove + label .ico_txt {
        margin-left: 6px;
    }
    .section_01.servi_section {
        margin-left: 0;
        margin-right: 0;
    }
}
