@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: 'HUSanbitSsansBold';
    src: url('/font/HUSanbitSsansBold.ttf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HUSanbitSsansRegular';
    src: url('/font/HUSanbitSsansRegular.ttf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'KOHIBaeumOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    -webkit-box-sizing: unset ;
    -moz-box-sizing: unset ;
    box-sizing: unset ;
}
header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    background: white;

}

header .headerWrap {
    width: 100%;
    padding: 15px 20px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
}

header .headerWrap > div {
    width: 50%;
}

header .headerWrap > div a {
    display: inline-block;
}
header .headerWrap > div a img{
    max-width: 60%;
    padding-left: 13%;
    padding-top: 6%;
    z-index: 3;
    position: relative;
}
header .headerWrap > div > img {
    width: 100%;
    max-width: 100%;
}

header .headerWrap > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 40%;
    align-items: center;
}
header .headerWrap > ul > li{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2%;
}
header .headerWrap > ul > li > ul {
    position: absolute;
    width: 89%;
    display: flex;
    transform: translateY(-150%);
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 100%;
    padding-bottom: 8%;
    background: white;
    border-radius: 0 0 13px 13px;
    box-shadow: inset 0px 11px 8px -10px #CCC;
}
header .headerWrap > ul > li > a {
    text-align: center;
    font-size: 19px;
    font-family: 'KOHIBaeumOTF';
        letter-spacing: -1px;
    transition: all 0.3s;
    color: #000000;
}
header .headerWrap > ul > li > ul > li > a {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: 'KOHIBaeumOTF';
        letter-spacing: -1px;
    font-weight: normal;
    transition: all 0.3s;
}

.header-menu:hover {
    color: #8d0c0f;
    transition: all 0.3s;
}
header .headerWrap > ul > li:hover ul{
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.3s;
}

.header_add_shops {
    font-size: 14px !important;
    color: #940b12 !important;
}


.on{
    color: #8d0c0f !important;
    transition: all 0.3s !important;
}

.mac_opt_con{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.mac_opt{
    width:11%;
    display: inline-block;
    margin-left: 40%;
}
.mac_opt_1{
    width: 18px;
    background-color: #35ceff;
    height: 18px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.mac_opt_2{
    width: 18px;
    background-color: #044fba;
    height: 18px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.mac_opt_3{
    width: 18px;
    background-color: #6c44d7;
    height: 18px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.mac_opt_4{
    width: 35px;
    background-color: #eaa420;
    height: 11px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
/*.mac_opt_1:hover{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left:2px;*/
/*    margin-right:8px;*/
/*}*/
/*.mac_opt_2:hover{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left:3px;*/
/*    margin-right:8px;*/
/*}*/
/*.mac_opt_3:hover{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left:7px;*/
/*    margin-right:4px;*/
/*}*/
/*.mac_opt_4:hover{*/
/*    width: 22px;*/
/*    height: 22px;*/
/*}*/

.mac_opt img{
    max-width:100%;
}
.tothetop{
    position: fixed;
    right: 1%;
    top: 40%;
    z-index: 11111111;
    opacity: 1;
    width: 6.6%;
}
.tothetop_absol{
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    right: -3%;
}
.nav_1{
    max-width: 78%;
}
.nav_2{
    max-width: 44%;
}
.tothetop_absol_tel{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
.nav_3 {
    max-width: 71%;
}
.sns_ico{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.sns_ico_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 9%;
}
.sns_ico_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 7%;
}
.nav_4{
    margin-right: -22%;
}
.nav_6{
    margin-right: -19%;
    margin-left: 3%;
}
.tothetop_absol_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 9%;
}
.nav_4 img{
    max-width: 29%;
}
.nav_5 img{
    max-width: 31%;
}
.nav_6 img{
    max-width: 24%;
}
.nav_7 img{
    max-width: 35%;
}
.nav_9{
    max-width: 41%;
}
.nav_8{
    width: 85%;
}
.tothetop > img:nth-child(1){
    width: 107%;
}
@media screen and (max-width:1023px) {
    .headerWrap > ul{
        width: 169% !important;
    }
    header .headerWrap > ul > li > ul{
        width: 108%;
        padding-bottom: 16%;
        padding-top: 13%;
    }
    header .headerWrap > ul > li > ul > li{
        margin: 2% 0;
    }
    .tothetop{
        top: 56% !important;
        width: 11.6% !important;
    }
    .form-logo2.pc_600.tablet{
        display: none;
    }
    #contact-form > div > img:nth-of-type(1){
        width: 100% !important;
        max-width: 64% !important;
        padding-bottom: 4% !important;
        margin-top: -1% !important;
    }

}
@media screen and (max-width:599px) {
    header .headerWrap {
        flex-direction: column;
    }
    .headerWrap > ul {
        width: 109% !important;
    }
    header .headerWrap > ul > li > a {
        font-size: 12px;
    }
    header .headerWrap > div a {
    display: flex;
            justify-content: center;
}
    header .headerWrap > ul > li > ul > li > a {
        font-size: 12px;
    }
    header .headerWrap > div a img {
        padding-left: 0;
        padding-bottom: 2%;
    }
    .tothetop {
        top: 56% !important;
        width: 18.6% !important;
    }
    div.tablet_logo.pc_600{
        display: none !important;
    }
    #contact-form{
        width: 73% !important;
    }
    #contact-form > div > img:nth-of-type(1) {
        width: 100% !important;
        max-width: 56% !important;
        padding-bottom: 4% !important;
        margin-top: -1% !important;
    }
    .from_name{
        height: 30px !important;
    }
    .contact{
        height: 30px !important;
    }
    .message{
        height: 30px !important;
    }
    .form-button2{
        width: 25%;
        margin-bottom: -7%;
    }
    .form-button2 img{
        width: 100%;
        cursor: pointer;
        padding-left: 5% !important;
    }
    .mobile_background{
        padding-top: 2%;
        padding-bottom: 3%;
    }
}