.btn_allmenu {
    display: none;
    width: 24px;
    height: 24px;
    background: url('/images/ic_menu-0f30752bba6d8a935fbb84146cac2a53.svg') no-repeat center center;
    background-size: 100%;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.allmenu_wrap {
    position: absolute;
    top: -98px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

.allmenu_wrap.open {
    display: block;
}

.allmenu_wrap .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    opacity: 0;
    transform: translateX(-101%);
    transition: opacity .3s;
}

.allmenu_wrap.open .mask {
    opacity: 1;
    transform: translateX(0);
}

.allmenu_wrap .allmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 81%;
    max-width: 390px;
    min-height: 100vh;
    padding-bottom: 168px;
    background: #fff;
    z-index: 10000;
    transform: translateX(-101%);
    transition: all .3s;
}

.allmenu_wrap .allmenu .menu_list {
    padding: 20px;
}

.allmenu_wrap .allmenu .menu_list > li {
    border-bottom: 1px solid #e8e8e8;
}

.allmenu_wrap.open .allmenu {
    transform: translateX(0);
}

.allmenu_wrap .allmenu .close_allmenu {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: url('/images/ic_men_close-a98b65c32f4562cf17f14591ebd6b4d5.svg') no-repeat center center;
    background-size: 100%;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.allmenu_wrap .allmenu .am_logo {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
}

.allmenu_wrap .allmenu .am_logo img {
    height: 25px;
}

.allmenu_wrap .allmenu .am_txt {
    margin-top: 15px;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.allmenu_wrap .allmenu .btns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 20px 20px;
}

.allmenu_wrap .allmenu .btns form {
    display: contents;
}

.allmenu_wrap .allmenu .btns .menu-btn {
    display: block;
    height: 36px;
    border: 1px solid #777;
    border-radius: 40px;
    background: transparent;
    color: #777;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0;
}

.allmenu_wrap .allmenu .btns a.menu-btn {
    width: calc(50% - 6px);
}

.allmenu_wrap .allmenu .btns button.menu-btn {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.allmenu_wrap .allmenu .menu_list > li > a {
    display: block;
    position: relative;
    height: 64px;
    padding: 25px 0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.allmenu_wrap .allmenu .menu_list > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    background: url('/images/ic_sub_menu-acd45d1ce0c00fd0cc738d4a64fdc0f0.svg') no-repeat center center;
    background-size: 100%;
    transition: all .3s;
}

.allmenu_wrap .allmenu .menu_list > li.on > a:before {
    background-image: url(/images/ic_sub_menu_close-73e1418db55c65862f54a505e54bbcf0.svg);
}

.allmenu_wrap .allmenu .menu_list > li.ul_none > a:before {
    display: none;
}


.allmenu_wrap .allmenu .menu_list > li > .depth > li > a {
    display: block;
    position: relative;
    padding: 12px 0;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}

.allmenu_wrap .allmenu .menu_list > li .depth {
    display: none;
}

.allmenu_wrap .allmenu .menu_list > li .depth_third {
    padding: 4px 0; /* border-bottom: 1px solid #eaeaea; */
}

.allmenu_wrap .allmenu .menu_list > li .depth_third > li > a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 60px;
    color: #707070;
    font-size: 15px;
    line-height: 24px;
}

.allmenu_wrap .allmenu .menu_list > li .depth_third > li > a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/images/material-symbols_subdirectory-arrow-right-rounded-gr-cd7d19edc5d436637a4e5f573f40d5f7.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 36px;
}

.allmenu_wrap .allmenu .menu_list > li .depth_third > li > a:hover:before {
    opacity: 1;
}

.allmenu_wrap .allmenu .btn_tel {
    position: absolute;
    right: 20px;
    bottom: 100px;
    left: 20px;
    padding: 12px 12px 12px 45px;
    border: 1px solid #ccc;
    background: url('/images/ic_phone-4cccdbd0ef841434aee9cfce10fa4f5e.svg') no-repeat 20px center;
    background-size: 14px;
    border-radius: 40px;
}

.allmenu_wrap .allmenu .btn_tel dl {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
}

.allmenu_wrap .allmenu .btn_tel dl dt {
    float: left;
    color: #AEAEAE;
    font-weight: 700;
}

.allmenu_wrap .allmenu .btn_tel dl dd {
    padding-left: 75px;
    color: #222;
}

@media (max-width: 1800px) {
    .detail section .menu-wrapper {
        left: -180px;
    }

    .detail section .menu-wrapper h3 {
        text-align: right;
    }

    .detail section .menu-wrapper:hover {
        left: 20px;
    }

    .detail section .menu-wrapper:hover h3 {
        text-align: left;
    }
}

@media (max-width: 1280px) {
    header .head,
    footer .footer {
        padding: 10px;
    }

    #main .hero .float-menu {
        right: 1%;
    }

    #main .board .banner {
        padding: 40px 0 0 60px;
        border-radius: 75px;
    }

    #main .board .banner .swiper-buttons {
        top:120px;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 82.5%
    }

    section.recommend-container .swiper-category-container {
        margin-right: 10px;
    }

    #main .hero .float-menu {
        display: none;
    }
}

@media (max-width: 880px) {

    header .head .menu {
        display: none;
    }

    .btn_allmenu {
        display: block;
    }


    #hero .text-container ul {
        flex-wrap: wrap;
    }

    #hero .text-container ul li {
        margin-bottom: 10px;
    }

    #main .collection .contents-wrapper {
        padding: 30px 0;
    }

    #main .theme-collection {
        margin-bottom: 125px;
    }

    #main .theme-collection .swiper-slide {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    #main .theme-collection .slide-bg {
        position: absolute;
        z-index: -1;
        filter: brightness(0.4);
    }

    footer .footer {
        padding-left: 10px;
    }

    #main .board .banner {
        position: inherit;
        width: 100%;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 62.5%
    }

    header .head .sub_menu .menu-login-group a {
        font-size: 0;
        color: #fff;
    }

    header .head > a > img {
        width: 60%;
    }

    header .head .sub_menu .menu-login-group .btn-separator,
    header .head .sub_menu .menu-login-group a:last-child {
        display: none;
    }

    #main .bottom ul {
        grid-template-columns: 1fr 100px;
    }

    #main .bottom li:nth-child(1),
    #main .bottom li:nth-child(3) {
        display: grid;
        grid-template-columns: 1fr;
    }

    #main .bottom li:nth-child(2) {
        padding: 20px 0;
    }

    #main .one-table .contents-wrapper {
        grid-template-columns: 1fr;
    }

    #main .bottom a.daarts p {
        display: none;
    }

    .detail .contents-wrapper .content {
        padding: 30px 0;
    }

    .want_step {
        flex-direction: column;
        gap: 10px;
    }

    .want_step li:after {
        display: none;
    }

    .detail .contents-wrapper .content .content-title-container span {
        display: block;
        margin: 0;
        margin-top: 8px;
    }

    footer {
        padding: 40px 0;
    }

    footer .footer .footer-logo {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }

    footer .footer .footer-contents {
        padding: 0 10px;
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
}