/* BASIC css start */
.footer-wrap {
    padding: 0 0 56px;
    background: #211D1D;
    color: #FFFCF8;
}

.footer-wrap a:hover {
    color: var(--Primary-Moleskine-Orange, #FB663A) !important;
    text-decoration: underline !important;
    text-underline-position: under;
}

.footer-wrap .inner-box {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.footer-wrap .footer-top {
    padding-top: 25px;
    border-top: 1px solid #4A4444;
    border-bottom: 1px solid #4A4444;
}

.footer-wrap .footer-top .top-link-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-wrap .footer-top .top-link-wrap > li {
    padding: 8px 24px 36px 0;
}

.footer-wrap .footer-top .top-link-wrap a {
    display: inline-block;
    color: #FFFCF8;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 24px;
}

.footer-wrap .footer-center .inner-box {
    padding: 40px 16px 33px;
    border-bottom: 1px solid #4A4444;
}

.footer-accordion-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 82px;
}

.footer-accordion-wrap .footer-accordion-header {
    color: #FFFCF8;
    background: transparent;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 24px;
    margin-bottom: 4px;
    cursor: default;
    border: 0;
}

.footer-accordion-wrap .center-link-wrap li a {
    color: #FFFCF8;
    background: transparent;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 14px;
    font-weight: 390;
    line-height: 24px;
}

.footer-wrap .footer-center .sns-wrap {
    display: flex;
    gap: 24px;
    padding: 16px 0 0;
}

.footer-wrap .footer-center .sns-wrap .sub-title {
    color: #FFFCF8;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 42px;
}

.footer-wrap .footer-center .sns-list-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-wrap .footer-center .sns-list-wrap a {
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-wrap .footer-center .sns-list-wrap a:hover {
    filter: invert(49%) sepia(72%) saturate(2164%) hue-rotate(337deg) brightness(101%) contrast(97%);
}

.footer-wrap .footer-center .sns-list-wrap .ico-instagram {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_sns01.png');
}

.footer-wrap .footer-center .sns-list-wrap .ico-facebook {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_sns02.png');
}

.footer-wrap .footer-center .sns-list-wrap .ico-twitter {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_sns03.png');
}

.footer-wrap .footer-center .sns-list-wrap .ico-pinterest {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_sns04.png');
}

.footer-wrap .footer-center .sns-list-wrap .ico-youtube {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_sns05.png');
}

.footer-wrap .footer-bottom .inner-box {
    padding-top: 32px;
}

.footer-wrap .footer-bottom .desc, .footer-wrap .footer-bottom .desc a {
    color: #FFFCF8;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    word-break: keep-all;
}

.footer-wrap .footer-bottom .accept-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.footer-wrap .footer-bottom .accept-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer-wrap .footer-bottom .accept-wrap span {
    color: #FFFCF8;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 14px;
    font-weight: 390;
    line-height: 20px;
}

.footer-wrap .footer-bottom .loc-wrap {
    display: none;
}

.footer-fixed-wrap {
    position: fixed;
    bottom: 60px;
    right: 20px;
}

.footer-fixed-wrap .footer-fixed-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.footer-fixed-wrap .footer-fixed-list .btn {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

.footer-fixed-wrap .footer-fixed-list .btn-naver {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_footer_naver.png');
}

.footer-fixed-wrap .footer-fixed-list .btn-up {
    display: none;
    background-image: url('/design/hangso1/mallskin/pc/images/icon_footer_up.png');
}

@media (max-width: 768px) {
    .footer-wrap .inner-box {
        padding: 0 56px;
    }

    .footer-wrap .footer-top {
        padding: 41px 0;
    }

    .footer-wrap .footer-top .top-link-wrap {
        flex-direction: column;
        gap: 8px;
        padding: 8px 0;
    }

    .footer-wrap .footer-top .top-link-wrap > li {
        padding: 0;
    }

    .footer-wrap .footer-top .top-link-wrap a {
        display: block;
        font-size: 18px;
        line-height: 22px;
    }

    .footer-wrap .footer-center .inner-box {
        padding: 16px 56px 33px;
        border-bottom: 0;
    }

    .footer-accordion-wrap {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }

    .footer-accordion-body {
        display: none;
    }

    .footer-accordion-wrap .footer-accordion-header {
        width: 100%;
        padding: 12px 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 18px;
        line-height: 1;
    }

    .footer-accordion-wrap .footer-accordion-header:after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('/design/hangso1/mallskin/pc/images/icon_footer_arrow.png');
        transition: all .5s;
    }

    .footer-accordion-wrap .footer-accordion-item.active {
        margin-bottom: 8px;
    }

    .footer-accordion-wrap .footer-accordion-item.active .footer-accordion-header {
        color: var(--Primary-Moleskine-Orange, #FB663A);
    }

    .footer-accordion-wrap .footer-accordion-item.active .footer-accordion-header:after {
        transform: rotate(180deg);
    }

    .footer-wrap .footer-center .sns-wrap {
        padding-top: 40px;
        gap: 16px;
        flex-wrap: wrap;
    }

    .footer-wrap .footer-center .sns-wrap .sub-title {
        font-size: 18px;
        line-height: 1;
    }

    .footer-wrap .footer-bottom {
        padding: 0 56px;
    }

    .footer-wrap .footer-bottom .inner-box {
        padding: 32px 0 0;
        border-top: 1px solid #4A4444;
    }

    .footer-wrap .footer-bottom .desc, .footer-wrap .footer-bottom .desc a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-wrap .footer-bottom .accept-wrap {
        justify-content: flex-end;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .footer-wrap .footer-bottom .loc-wrap {
        display: flex;
        gap: 4px;
        align-items: center;
    }
    .footer-wrap .footer-bottom .loc-wrap .btn-loc {
        color: #FFFCF8;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        background: transparent;
        border: 0;
    }

    .footer-wrap .footer-bottom .loc-wrap .btn-loc span {
        visibility: visible;
        font-family: "HvDTrial Brandon Grotesque";
        font-weight: 420;
    }

    .footer-wrap .footer-bottom .loc-wrap:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/design/hangso1/mallskin/pc/images/icon_footer_locator.png') no-repeat center;
        cursor: pointer;
    }

}

@media (max-width: 375px) {
    .footer-wrap .footer-top {
        padding: 17px 0;
    }

    .footer-wrap .inner-box, .footer-wrap .footer-bottom {
        padding: 0 19px;
    }

    .footer-wrap .footer-center .inner-box {
        padding: 24px 19px 16px;
    }

    .footer-wrap .footer-center .sns-wrap {
        justify-content: center;
    }

    .footer-wrap .footer-center .sns-wrap .sub-title {
        margin-bottom: -8px;
    }

    .footer-wrap .footer-bottom .accept-wrap {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .footer-wrap .footer-bottom .accept-wrap ul {
        flex-wrap: wrap;
    }
}


/* BASIC css end */

