/* BASIC css start */
#footer {
    border-top: 2px solid #3c3c3c;
    clear: both;
    margin-top: 36px;
}

#footer .footerInfo {
    display: block;
}

#footer .footerInfo .footerInfoTop {
    border-bottom: 1px solid #b3b3b3;
    padding: 20px;
}

#footer .footerInfo .footerInfoTop .footerInfoTopLeft {
    float: left;
}

#footer .footerInfo .footerInfoTop .footerInfoTopLeft dt {
    margin-bottom: 6px;
    font-size: 1.3em;
}

#footer .footerInfo .footerInfoTop .footerInfoTopLeft .tel {
    color: #f1494d;
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 6px;
}

#footer .footerInfo .footerInfoTop .footerInfoTopRight {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #3c3c3c;
    display: table;
    text-align: center;
    float: right;
}

#footer .footerInfo .footerInfoTop .footerInfoTopRight a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#footer .footerInfo .footerInfoBottom {
    border-bottom: 1px solid #b3b3b3;
    padding: 20px;
}

#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {
    float: left;
}

#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft dt {
    margin-bottom: 6px;
    font-size: 1.3em;
}

#footer .footerInfo .footerInfoBottom .footerInfoBottomRight {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #3c3c3c;
    display: table;
    text-align: center;
    float: right;
}

#footer .footerInfo .footerInfoBottom .footerInfoBottomRight a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#footer .footerMiddle {
    display: flex;
    background-color: #ebebeb;
    text-align: center;
    padding: 12px 0;
}

#footer .footerMiddle a {
    flex: 1;
    display: block;
    border-left: 1px solid #b3b3b3;
    margin-left: 0;
    box-sizing: border-box;
}

#footer .footerMiddle a:first-child {
    border-left: 0;
}

#footer .footerlogo {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 0 0;
}

#footer .footerlogo p {
    width: 25%;
    float: left;
    text-align: center;
}

#footer address {
    padding: 12px 10px;
    color: #606060;
}

#footer address .agreeButton {
    margin: 5px 0;
}

#footer address .agreeButton a {
    color: #fff;
    background-color: #b3b3b3;
    padding: 2px 5px;
}


/* ÇÏ´Ü ÇÃ·ÎÆÃ ¹Ù */
.section_fixedFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: 4px 6px 0;
    background: rgba(255,255,255,0.97);
    border-top: 1px solid #ececec;
    box-sizing: border-box;
    transition: transform 0.28s ease;
    -webkit-transition: transform 0.28s ease;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.section_fixedFooter.hide {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.section_fixedFooter .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #777;
    height: 100%;
    box-sizing: border-box;
    padding-top: 0;
    transform: translateY(-2px);
}

.section_fixedFooter .nav-item .nav-ico {
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
    
}

.section_fixedFooter .nav-item .nav-ico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.72;
}

.section_fixedFooter .nav-item .nav-txt {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.2px;
    white-space: nowrap;
    margin-top: 0;
}

.section_fixedFooter .nav-item:hover,
.section_fixedFooter .nav-item:active,
.section_fixedFooter .nav-item.active {
    color: #111;
}

.section_fixedFooter .nav-item.active .nav-txt {
    color: #111;
    font-weight: 600;
}

.section_fixedFooter .nav-item.active .nav-ico img {
    opacity: 1;
}


/* À§·Î°¡±â ¹öÆ° */
.floating-top-btn {
    position: fixed;
    right: 14px;
    bottom: 74px;
    z-index: 10000;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(34,34,34,0.88);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.floating-top-btn.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

body {
    padding-bottom: 56px;
}

body.category-panel-open {
    overflow: visible;
}


/* µõ */
.category-dim {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.category-dim.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Ä«Å×°í¸® ÆÐ³Î */
.category-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 56px;
    z-index: 9998;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -6px 18px rgba(0,0,0,0.10);
    height: 82vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease, visibility 0.25s ease;
}

.category-panel.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.category-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 18px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    box-sizing: border-box;
}

.category-panel-head strong {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.category-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-decoration: none;
    color: #222;
    font-size: 22px;
    line-height: 1;
}

.category-panel-body {
    height: calc(82vh - 56px);
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.category-layout {
    display: flex;
    width: 100%;
    height: 100%;
}

.category-depth1 {
    width: 34%;
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.category-depth2 {
    width: 66%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px 14px 24px;
    box-sizing: border-box;
}

.depth1-list,
.depth2-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.depth1-list li,
.depth2-list li {
    margin: 0;
    padding: 0;
}

.depth1-btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    color: #666;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.depth1-btn.active {
    background: #fff;
    color: #111;
    font-weight: 700;
}

.depth2-title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.depth2-list li {
    border-bottom: 1px solid #f1f1f1;
}

.depth2-list li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.35;
    color: #111;
    text-decoration: none;
}

.depth2-empty a {
    display: inline-block;
    padding-top: 8px;
    font-size: 15px;
    color: #111;
    text-decoration: none;
}

.category-empty {
    padding: 20px 14px;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}


/* iOS safe area */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .section_fixedFooter {
        height: calc(56px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
    }

    body {
        padding-bottom: calc(56px + env(safe-area-inset-bottom));
    }

    .category-panel {
        bottom: calc(56px + env(safe-area-inset-bottom));
    }

    .floating-top-btn {
        bottom: calc(74px + env(safe-area-inset-bottom));
    }
}


/* ÅÂºí¸´ ÀÌ»ó */
@media screen and (min-width:600px) and (max-width:767px) {
    #footer .footerInfo {
        position: relative;
        overflow: hidden;
        zoom: 1;
        border-bottom: 1px solid #b3b3b3;
    }

    #footer .footerInfo .footerInfoTop {
        width: 46%;
        float: left;
        border-bottom: 0;
        border-right: 1px solid #b3b3b3;
        margin-left: -1px;
        padding: 20px 2%;
    }

    #footer .footerInfo .footerInfoTop .footerInfoTopLeft {
        float: left;
    }

    #footer .footerInfo .footerInfoBottom {
        width: 46%;
        float: left;
        border-bottom: 0;
        padding: 20px 2%;
    }

    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {
        float: left;
    }
}
/* BASIC css end */

