/* BASIC css start */
html {
    overflow-y: scroll;
}

html.scroll-hidden {
    position: relative;
    overflow: hidden;
    overflow-y: hidden !important;
    padding-right: 15px !important;
    height: 0;
}

html.scroll-hidden:after {
    content: '';
    position: fixed;
    right: 0;
    top: 0;
    width: 15px;
    height: 100vh;
    background: #000000;
    opacity: 0.8;
    z-index: 99999;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    z-index: 1000;
}

#header.scroll {
    background: transparent;
}

html.scroll-hidden #header .scroll-wrap {
    width: calc(100% - 15px);
}

#header .scroll-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(0);
    background: #211D1D;
    transition: transform .5s ease-in-out;
}

#header.scroll .scroll-wrap {
    transform: translateY(-100%);
}


#header .inner-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

#header .header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    height: 35px;
    margin-bottom: 24px;
}

#header .header-top > .left {
    display: flex;
    gap: 17px;
}

#header .header-top > .left > a {
    position: relative;
}

#header .header-top > .left > a + a:before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    border-radius: 10px;
    background: #FFFFFF;
}

#header .header-top > .item a {
    color: #FFFCF8;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 1;
    transition: all .5s;
}

#header .header-top > .item a:hover {
    color: var(--Primary-Moleskine-Orange, #FB663A);
}

#header .header-top .link-loc {
    display: flex;
    gap: 2px;
    transition: none !important;
}

#header .header-top .link-loc:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_header_locator.svg') no-repeat center;
}

#header .header-top .link-loc:hover:before, #header .header-bottom > .item .btn:hover {
    filter: invert(49%) sepia(72%) saturate(2164%) hue-rotate(337deg) brightness(101%) contrast(97%);
}

#header .header-bottom {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#header .nav-wrap .depth1 {
    display: flex;
}

#header .nav-wrap .depth1 > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 16px;
    color: #FFF;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 24px;
}

#header .nav-wrap .depth2-wrap {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    height: 0;
    max-width: 1200px;
    background: #FFFFFF;
    padding: 0 32px;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}

#header .nav-wrap .depth2-wrap li:hover > a, #header .nav-wrap .depth2-wrap li.active > a {
    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;
}

#header .nav-wrap .depth2-wrap ul {
    background: #FFFFFF;
}

#header .nav-wrap .depth2-wrap ul > li .bg-img {
    opacity: 0;
    position: absolute;
    right: 96px;
    bottom: 24px;
    width: 282px;
    height: 259px;
    pointer-events: none;
    z-index: -1;
    transition: all .5s;
}

#header .nav-wrap .depth2-wrap ul > li.active .bg-img, #header .nav-wrap .depth2-wrap ul > li:hover .bg-img {
    opacity: 1;
}

#header .nav-wrap .depth2-wrap > .padding-box {
    display: flex;
    gap: 60px;
    padding: 24px 0;
    box-sizing: border-box;
    z-index: 0;
}

#header .nav-wrap .depth2-wrap:before {
    content: '';
    position: absolute;
    right: 16px;
    bottom: 80px;
    width: 282px;
    height: 259px;
    background: url('/design/hangso1/mallskin/pc/images/bg_nav.png') no-repeat center;
    z-index: -1;
}

#header .nav-wrap .depth1 > li:hover > .depth2-wrap {
    height: 457px;
    transition: all .2s ease-in-out;
}

#header .nav-wrap .depth1 > li.no-depth:hover > .depth2-wrap {
    height: 0;
}

#header .nav-wrap .depth1 > li.primary > a {
    color: #FB663A;
}

#header .nav-wrap > .bg {
    display: none;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #211D1D;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

#header .nav-wrap:hover > li > .bg {
    display: block;
}

#header .nav-wrap .depth1 > li > a:after,
#header .header-bottom > .item .btn:after,
#header .header-bottom > .item .btn.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: var(--Primary-Moleskine-Orange, #FB663A);
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

#header .nav-wrap .depth1 > li:hover > a:after,
#header .header-bottom > .item .btn:hover:after,
#header .header-bottom > .item .btn.active:after {
    width: 100%;
    opacity: 1;
}

#header .nav-wrap .depth2 {
    display: flex;
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    flex-direction: column;
    border-right: 1px solid #DDDCD7;
}

#header .nav-wrap .depth2 > li > a {
    display: flex;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0;
}

#header .nav-wrap .depth2 > li.primary > a {
    color: #FB663A;
}

#header .nav-wrap .depth3 {
    display: none;
    width: 220px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1;
    border-right: 1px solid #DDDCD7;
}

#header .nav-wrap .depth3 > li > a {
    display: flex;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0;
}

#header .nav-wrap .depth4 {
    display: none;
    width: 220px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1;
}

#header .nav-wrap .depth4 > li > a {
    display: flex;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0;
}

#header .header-bottom > .left {
    display: none;
}

#header .header-bottom > .right {
    position: relative;
    display: flex;
}

#header .header-bottom > .item .btn {
    position: relative;
    display: block;
    width: 40px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

#header .header-bottom > .item .btn-link {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_header_info.svg');
}

#header .header-bottom > .item .btn-search {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_header_search.svg');
}

#header .header-bottom > .item .btn-basket {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_header_basket.svg');
}

#header .header-bottom > .item .btn-mo-menu {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_menu.svg');
}

#header .header-bottom .mypage-wrap {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    width: 100vw;
    max-width: 568px;
    box-sizing: border-box;
    padding: 32px 40px;
    background: #FFFCF8;
    z-index: 10;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
}

#header .header-bottom > .item .login-wrap:hover .mypage-wrap {
    display: block;
}

#header .header-bottom .mypage-wrap .title {
    margin-bottom: 16px;
    color: #211D1D;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

#header .header-bottom .mypage-wrap .list-wrap {
    margin-bottom: 24px;
}

#header .header-bottom .mypage-wrap .list-wrap > li {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
    color: #211D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#header .header-bottom .mypage-wrap .list-wrap > li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #FB663A;
    margin-top: 10px;
}

#header .header-bottom .mypage-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
}

#header .header-bottom .mypage-wrap .btn-wrap .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #211D1D;
    color: #211D1D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: all .5s;
}

#header .header-bottom .mypage-wrap .btn-wrap .link:hover {
    color: #FFFFFF;
    border: 1px solid #FB663A;;
    background: #FB663A !important;
}

#header .header-bottom .mypage-wrap .btn-wrap .link.primary {
    color: #FFFFFF;
    background: #211D1D;
}




.banner-wrap {
    display: none;
    background: #FFFFFF;
    border-bottom: 1px solid #F4F2EF;
    box-sizing: border-box;
}

.banner-wrap .inner-box {
    position: relative;
}

.banner-wrap .inner-box .btn-banner-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_banner_close.png') no-repeat center;
    border: 0;
    cursor: pointer;
}

#topbanner {
    padding-right: 20px;
    box-sizing: border-box;
}

#topbanner .topSlider li.txt a {
    display: flex !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

#topbanner .topSlider li.txt a, #topbanner .topSlider li.txt span {
    background: #FFFFFF;
    color: #211D1D !important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 142.857%;
}

.mo-menu-wrap {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 430px;
    height: 100vh;
    overflow-y: auto;
    background: #FFFFFF;
    z-index: 9999;
    transition: all .5s ease-in-out;
}

.mo-menu-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #211D1D;
    opacity: 0.5;
    z-index: 1001;
}

.menu-header-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 1;
}

.menu-header-wrap .btn-menu-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/design/hangso1/mallskin/pc/images/icon_menu_close.png') no-repeat center;
    font-size: 0;
    border: 0;
}

.menu-header-wrap .btn-menu-back {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 24px;
    background: transparent;
    border: 0;
}

.menu-header-wrap .btn-menu-back:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/design/hangso1/mallskin/pc/images/icon_me_back.png') no-repeat center;
}

.mo-menu-wrap .menu-contents-wrap .inner-box {
    padding: 0 40px 40px;
}

.mo-menu-wrap .depth1 {
    margin-bottom: 32px;
}

.mo-menu-wrap .depth1 li a {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 28px;
    font-weight: 420;
    line-height: 32px;
}

.mo-menu-wrap .depth1 li.primary > a {
    color: #FB663A;
}

.mo-menu-wrap .depth1 li a.icon {
    padding-right: 20px;
}

.mo-menu-wrap .depth1 li a.icon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_mo_menu_arrow.png') no-repeat center;
}

.mo-menu-wrap .depth2 li a {
    padding: 24px 0;
    border-bottom: 1px solid #DDDCD7;
    font-size: 22px;
    line-height: 28px;
}

.mo-menu-wrap .depth1 .sub-title {
    margin: 0 56px;
    padding: 0 0 16px;
    box-sizing: border-box;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 28px;
    font-weight: 420;
    line-height: 32px;
    border-bottom: 2px solid #DDDCD7;
}

.mo-menu-wrap .depth2-wrap, .mo-menu-wrap .depth3-wrap, .mo-menu-wrap .depth4-wrap {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 430px;
    height: 100vh;
    background: #FFFFFF;
    overflow-y: auto;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.mo-menu-wrap .depth2-wrap .menu-header-wrap {
    padding: 0 56px;
}



.mo-menu-wrap .depth2, .mo-menu-wrap .depth3, .mo-menu-wrap .depth4 {
    padding: 0 56px 56px;
    box-sizing: border-box;
}

.mo-menu-wrap .link-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid #DDDCD7;
    border-bottom: 1px solid #DDDCD7;
    margin-bottom: 134px;
}

.mo-menu-wrap .link-wrap > a {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 24px;
}

.mo-menu-wrap .bottom-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mo-menu-wrap .bottom-wrap > .item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mo-menu-wrap .bottom-wrap .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 24px;
    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;
}

.mo-menu-wrap .bottom-wrap > .item .btn + .btn:before {
    content: '';
    position: absolute;
    left: -6.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 19px;
    background: #211D1D;
    border-radius: 5px;
}

.mo-menu-wrap .bottom-wrap .link-sign:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_mo_info.png') no-repeat center;
}

.mo-menu-wrap .bottom-wrap .link-loc {
    justify-content: flex-start
}

.mo-menu-wrap .bottom-wrap .link-loc:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_mo_loc.png') no-repeat center;
}

.menu-accordion-wrap {
    background: #F4F2EF;
    padding: 0 40px;
    box-sizing: border-box;
}

.menu-accordion-wrap .menu-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    height: 50px;
    background: transparent;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 1;
    border: 0;
}

.menu-accordion-wrap .menu-accordion-header:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_mo_accordion.png') no-repeat center;
    transition: transform .2s ease-in-out;
}

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

.menu-accordion-wrap  .menu-accordion-body {
    display: flex;
    flex-direction: column;
    gap: 11px;
    height: 0;
    overflow: hidden;
}

.menu-accordion-wrap .menu-accordion-header.active + .menu-accordion-body {
    height: auto;
    padding-bottom: 16px;
}

.menu-accordion-wrap  .menu-accordion-body .link {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 14px;
    font-weight: 390;
    line-height: 18px;
}

.search-popup-wrap {
    display: none;
    position: fixed;
    top: 115px;
    left: 0;
    width: calc(100% - 15px);
    height: calc(100vh - 115px);
    background: #FFFFFF;
    z-index: 9999;
    padding: 40px 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.search-popup-wrap.active {
    display: block;
}

.search-popup-wrap .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_search_close.png') no-repeat center;
    border: 0;
}

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

.search-popup-wrap .search-box {
    margin-bottom: 56px;
}

.search-popup-wrap .search-box form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-popup-wrap .input-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
}

.search-popup-wrap .input-search-wrap label, .search-popup-wrap .input-search-wrap input:not(:focus):placeholder-shown ~ label {
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.search-popup-wrap .input-search-wrap input ~ label, .search-popup-wrap .input-search-wrap input:focus ~ label {
    background: #FFFFFF;
    color: #211D1D;
    font-size: 14px;
    line-height: 20px;
    top: 0;
    left: 8px;
    padding: 0 8px;
}

.search-popup-wrap .input-search-wrap:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/design/hangso1/mallskin/pc/images/icon_popup_seasrch.png') no-repeat center;
    z-index: 1;
}

.search-popup-wrap .input-search-wrap input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #5A5858;
    font-size: 20px;
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    padding: 0 100px 0 52px;
}


.search-popup-wrap .input-search-wrap .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 48px;
    border-radius: 4px;
    background: #211D1D;
    box-sizing: border-box;
    color: #FFF;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 20px;
    font-weight: 420;
    line-height: 1;
}


.search-popup-wrap .input-search-wrap input::placeholder {
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 20px;
    font-weight: 390;
    line-height: 150%;
}

.search-popup-wrap .search-contents-wrap {
    display: flex;
    gap: 64px;
}

.search-popup-wrap .search-contents-wrap .left {
    padding: 16px 0;
    min-width: 284px;
}

.search-popup-wrap .search-contents-wrap .left .title {
    margin-bottom: 8px;
    color: #211D1D;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.search-popup-wrap .trending-list li a {
    display: block;
    padding: 8px 0;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 390;
    line-height: 24px;
}

.search-popup-wrap .trending-list li a:hover {
    color: var(--Primary-Moleskine-Orange, #FB663A);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.search-contents-wrap .search-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.search-contents-wrap .search-list .list-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #FFFCF8;
    padding-bottom: 16px;
    max-width: 156px;
}

.search-contents-wrap .search-list .list-box .img-wrap {
    position: relative;
    min-width: 109px;
    height: 109px;
    margin: 23.5px auto;
    overflow: hidden;
}

.search-contents-wrap .search-list .list-box .img-wrap > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.search-contents-wrap .search-list .list-box .name {
    margin-bottom: 19px;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 0 4px;
}

.search-contents-wrap .search-list .list-box .price {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 24px;
}




@media (max-width: 990px) {
    #header .header-bottom h1 img {
        display: block;
        max-width: 100%;
    }

    #header .header-top {
        display: none;
    }

    #header .header-bottom .nav-wrap {
        display: none;
    }

    #header .header-bottom > .right .btn-search {
        display: none;
    }

    #header .inner-box {
        max-width: 638px;
        padding: 0 20px;
    }

    #header .header-bottom > .left {
        display: flex;
    }

    #header .header-bottom > .item {
        gap: 16px;
    }

    #header .header-bottom > .item .btn {
        width: 24px;
    }

    .banner-wrap .inner-box .btn-banner-close {
        right: 20px;
    }

    .mo-menu-wrap.active {
        left: 0;
    }

    .mo-menu-wrap.active + .mo-menu-bg {
        display: block;
    }

    html.scroll-hidden {
        padding: 0 !important;
    }

    html.scroll-hidden:after {
        content: none;
    }

    .search-popup-wrap, html.scroll-hidden #header .scroll-wrap {
        width: 100%;
    }

    .search-popup-wrap {
        left: 0;
        top: 0;
        height: 100vh;
        padding: 64px 0;
    }

    .search-popup-wrap > .inner-box {
        padding: 0 16px;
    }

    .search-popup-wrap .input-search-wrap {
        max-width: 100%;
    }

    .search-popup-wrap .search-box {
        margin-bottom: 40px;
    }

    .search-popup-wrap .search-contents-wrap {
        gap: 56px;
        flex-direction: column;
    }

    .search-popup-wrap .search-contents-wrap .left {
        padding-bottom: 0;
    }

    .search-contents-wrap .search-list li, .search-contents-wrap .search-list .list-box {
        width: 100%;
        max-width: 100%;
    }

    .search-contents-wrap .search-list .list-box {
        display: flex;
        gap: 16px;
        flex-direction: row;
        padding: 16px 16px 24px;
        box-sizing: border-box;
    }

    .search-contents-wrap .search-list .list-box .img-wrap {
        margin: 0;
        min-width: 72px;
        height: 72px;
    }

    .search-contents-wrap .search-list .list-box .inner-box {
        text-align: left;
    }

    .search-contents-wrap .search-list .list-box .name {
        -webkit-line-clamp: 1;
        margin-bottom: 36px;
        padding: 0;
    }

    .mo-menu-wrap .depth1 > li > a.active + .depth2-wrap, .mo-menu-wrap .depth2 > li > a.active + .depth3-wrap, .mo-menu-wrap .depth3 > li > a.active + .depth4-wrap {
        left: 0;
    }

    .search-contents-wrap .search-list .item {
        width: 100%;
    }

    #header .header-bottom .mypage-wrap {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #header .header-bottom {
        flex-wrap: nowrap;
    }

    .search-popup-wrap .search-contents-wrap {
        gap: 16px;
    }
}

@media (max-width: 375px) {
    #header .header-bottom > .item {
        gap: 8px;
    }

    .mo-menu-wrap .menu-contents-wrap .inner-box {
        padding: 0 19px 40px;
    }

    .menu-header-wrap, .menu-accordion-wrap {
        padding: 0 16px;
    }

    .mo-menu-wrap .depth2, .mo-menu-wrap .depth3, .mo-menu-wrap .depth4 {
        padding: 0 33px 56px;
    }

    .mo-menu-wrap .depth1 .sub-title {
        margin: 0 33px;
    }

    .mo-menu-wrap .depth2-wrap .menu-header-wrap {
        padding: 0 33px;
    }

    .menu-header-wrap {
        height: 56px;
    }

    .mo-menu-wrap .depth1 .sub-title {
        padding-bottom: 16px;
        margin-bottom: 0;
    }
}













/* BASIC css end */

