/* ////////////////////menu_pop//////////////////// */
.menu_pop{
    width:100%;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left:0;
    top:-100%;
    z-index: 999999;
    opacity: 0;
}

.menu_pop_box{
    width: 100%;
    max-width:1108px;
    height:492px;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:250px;
    transform: translateX(-50%);
    border-radius: 30px;
    opacity: 0;

}

.menu_pop_title{
    font-family: 'NanumSquare', sans-serif;
    text-align: center;
    font-size: 27px;
    color: #412520;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 80px;
}

.menu_pop_title > span{
    font-weight: lighter;
}

.menu_pop_info{
    font-family: 'Noto Sans KR', sans-serif;
    width:900px;
    height:260px;
    position: absolute;
    left:50%;
    top:55%;
    transform: translate(-50%,-50%);
    border-bottom: 1px solid #412520;
}

.m_info_top li{
    width:calc(100% / 5);
    height:46px;
    background-color:#412520;
    float: left;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
}

.m_info_bo{
    width:calc((100% - 4px) / 5);
    height: 204px;
    text-align: center;
    line-height: 46px;
    font-size: 12px;
    padding-top: 12px;
    float: left;
    color: #737373;
    border-right: 1px solid #eee;
}

.m_info_bo a:hover{
    color: #412520;
    transition: all 0.5s;
}

.m_info_bo:last-child{
    border:none
}

.menu_pop_close{
    position: absolute;
    right:25px;
    top:25px;
    cursor: pointer;
}

.menu_pop_close:hover{
    transform: rotate(360deg);
    transition: all 0.5s;
}





/* ////////////////////top_menu//////////////////// */
.top_menu{
    width:100%;
    height:50px;
    background-color: #412520;
    font-family: 'Noto Sans KR', sans-serif;
    position: fixed;
    left:0;
    top:0;
    z-index: 99999;
}

.container_tw{
    max-width: 1588px;
    width:100%;
    margin: 0 auto;
/* 
    height: 300px;
    background-color: #f00; */
}

.top_left{
    float: left;
    margin-top: 12px;
}

.top_left > li{
    font-size: 12px;
    color: #fff;
}

.top_left a{
    display: block;
    width:100%;
    height:100%;
    padding: 4px 20px;
    box-sizing: border-box;
    background-color: #93776f;
    border-radius: 15px;
}

.top_right{
    float: right;
}

.top_right > li{
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
}

.top_right a{
    display: block;
    margin-left: 30px;
}



/* ////////////////////header//////////////////// */
.header{
    width:100%;
    height: 290px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-top: 50px;
    /* background-color: #eaeae8; */
}

.m_search img{
    display: none;
}

.logo{
    width:100%;
    height:225px;
    padding: 80px 0; 
    box-sizing: border-box;
}

.logo a{
    display: block;
    width: 232px;
    height: 85px;
    margin: 0 auto;
    background: url(../img/logo.png) no-repeat center;
    text-indent: -99999px;
}

.menu{
    width:100%;
    height:65px;
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
}

.menu_ac{
    width:100%;
    position: fixed;
    left:0;
    top:50px;
    z-index: 99999;
    background-color: #eaeae8;
    border-bottom: 1px solid #d6d6d6;
}


.menu_ul{
    width:100%;
    text-align: center;
    line-height: 65px;
}

.menu_li{
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    cursor: pointer;
}

.menu_li:first-child img,
.menu_li:last-child img{
    vertical-align: middle;
}

.menu_li:last-child img{
    cursor: pointer;
}

.search{
    width:0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-sizing: border-box;
    border:none;
    border-bottom: 1px solid #727272;
    outline: none;
    padding: 5px 0;
}


.mobile_menu{
    display: none;
}




/* ////////////////////footer//////////////////// */
.footer{
    width:100%;
    height:680px;
    margin-top: -150px;
    background: #231916 url(../img/footer/footer_bg.png) no-repeat center / cover;
    padding-top: 250px;
    box-sizing: border-box;
}

.sub_footer{
    width:100%;
    height:500px;
    margin-top: 150px;
    background: #231916 url(../img/footer/footer_bg.png) no-repeat center / cover;
    padding-top: 110px;
    box-sizing: border-box;
}

.f_logo{
    text-align: center;
    font-size: 0;
}

.f_click{
    text-align: center;
    margin-top: 45px;
}

.f_click_in{
    display:inline-block;
    padding: 5px 10px;
    border: 1px solid #443b39;
    font-size: 12px;
    color: #8f8c8b;
    font-weight: 600;
    margin-top: 5px;
}

.f_click_in:nth-child(5){
    background-color: #93776f;
    border-color: #93776f;
    color: #fff;
}

.f_click_in a{
    display: block;
}

.f_info,.f_copy{
    text-align: center;
    color: #959292;
    font-size: 12px;
    line-height: 33px;
    font-weight: 600;
    margin-top: 45px;
}

.f_copy{
    margin-top: 15px;
}


