/* header */
.header .header-wrap .logo {
    width: 13.3125rem;
    height: 6.25rem;
}
.header .header-wrap .logo > a {
    background-image: url(../../img/icon/logo-en.png);
}
.header .header-wrap .header-gnb {
    justify-content: start;
}
.header .header-wrap .gnb-wrap {
    max-width: 540px;
}
.header .header-wrap .gnb-wrap .sub-category .category-list > ul {
    flex-direction: column;
    max-width: unset;
    gap: 1rem;
}
.header .header-wrap .gnb-wrap .sub-category .category-list > ul > li {
    max-width: unset;
}
.header .header-wrap .gnb-wrap .sub-category .category-list > ul li.depth-02 > a {
    font-size: 1.125rem;
    font-weight: 500;
}
.header-menu {
    justify-content: end;
}
.header-menu .btn-search {
    margin-left: 2.5rem;
}
.footer .logo {
    width: 12.9375rem;
    background-image: url(../../img/icon/logo-en.png);
}

.footer .footer-bottom .left-area {
    width: 61.6%;
}
.footer .footer-bottom .left-area .info .info-left {
    gap: .625rem;
}
.footer .footer-bottom .right-area {
    width: 38.4%;
    line-height: 1.25rem;
}
.footer .footer-bottom .right-area .color-primary {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.footer .footer-bottom .right-area .f-sns {
    margin-top: 2rem;
}