body{
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
p{
    margin: 0;
}
.size{
    width: 1100px;
    margin: auto;
    position: relative;
}
.main{
    min-width: 1100px;
}
.header{
    min-width: 1100px;
}
.h_top{
    height: 40px;
    background: #f8bbac;
    position: relative;
}
.fix_menu_pan{
    width: 100%;
    height: 400px;
    background:#f8bbac;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
}
.hidden_header{
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.hidden{
    float: left;
}
.hidden_log{
    position: absolute;
    top: 0;
    right: 0;
}
.hidden_login{
    line-height: 32px;
    display: inline-block;
    padding: 3px;
    box-sizing: border-box;
}
.hidden_login a{
     color: #fff;
     font-size: 13px;
     font-weight: bold;
}
.hidden_ham{
    width: 40px;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
}
.ham_line{
    width: 100%;
    height: 3px;
    background: #fff;
}
.ham_line:nth-child(1){
    margin-top: 4px;
}
.ham_line:nth-child(2) {
    margin: 6px 0;
}
.hidden_logo{
    width: 100px;
    height: 100%;
    background: url(../main_img/icon/w_logo.png) no-repeat center / cover;
}
.header_fixed{
    width: 100%;
    background: rgba(0,0,0,0.3); 
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.log_ul{
    position: absolute;
    top: 7px;
    right: 0;
}
.log_li{
    margin-right: 5px;
    float: left;
}
.log_li:last-child{
    margin-right: 0;
}
.log_li a{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.h_mid{
    height: 120px;
    box-sizing: border-box;
    position: relative;
}
.logo{
    width: 180px;
    height: 100px;
    margin: 10px auto;
    background: url(../main_img/icon/main_logo.jpg) no-repeat center / contain;
}
.logo a,.hidden_logo a{
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.search{
    width: 250px;
    height: 30px;
    padding-right: 30px;
    border-bottom: 1px solid pink;
    box-sizing: border-box;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.search input{
    padding-left: 5px; 
    margin: 0;
    width: 220px;
    height: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.search_icon{
    width: 30px;
    height: 100%;
    background: url(../main_img/icon/search.jpg);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.menu_bar{
    height: 40px;
    border-top: 1px solid #f8bbac;
    border-bottom: 2px solid #f8bbac;
    box-sizing: border-box;
    position: relative;
}
.menu_ul{
    width: 1010px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    line-height: 37px;
}
.menu_li{
    float: left;
}
.menu_li:first-child{
    cursor: pointer;
}
.menu_li img{
    margin-top: 5px;
}
.menu_li a{
    display: inline-block;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: rgb(109, 106, 106);
}
.menu_li a:hover{
    color:  #ff724f;
}
.menu_pan{
    width: 100%;
    height: 400px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin: auto;
    background: #f8bbac;
    position: absolute;
    top: 100%;
    z-index: 99;
    display: none;
}
.menu_pan_inner{
    width: 1000px;
    overflow: hidden;
    padding: 7px;
    box-sizing: border-box;
    margin: auto;
}
.menu_list{
    width: calc((100% - (25px * 4))/ 5);
    margin-right: 25px;
    height: 200px;
    float: left;
}
.menu_list:nth-child(3n){
    margin-right: 25px;
}
.menu_list:nth-child(5n){
    margin-right: 0;
}
.menu_list_txt1{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.menu_list_txt2{
    font-size: 13px;
    margin-bottom: 5px;
}
.menu_list_txt2 a{
    color: #555;
}
.menu_list_txt2 a:hover{
    color: #fff;
}
/* 푸터 */
.footer{
    min-width: 1100px;
    height: 270px;
    border-top: 1px solid #f8bbac;
    overflow: hidden;
    margin-top: 200px;
}
.footer_inner{
    height: 300px;
    float: left;
    position: relative;
}
.f_left{
    width: 20%;
    box-sizing: border-box;
}
.f_logo{
    width: 100px;
    height: 50px;
    background: url(../main_img/icon/footer_logo.jpg) no-repeat center / contain;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.f_logo a{
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.f_qr{
    width: 80px;
    height: 100px;
    background: url(../main_img/icon/qcode.gif) no-repeat center / contain;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.f_mid{
    width: 50%;
}
.add{
    position: absolute;
    top: 30px;
    left: 60px;
}
.add p{
    font-size: 13px;
    color: #555;
}
.add p:nth-child(1){
    color: #000;
}
.app{
    width: 80px;
    height: 30px;
    position: absolute;
    top: 160px;
    left: 60px;
}
.app_sns{
    width: calc(100% / 2);
    height: 100%;
    float: left;
}
.app_sns:nth-child(1){
    background: url(../main_img/icon/foot_fb.gif) no-repeat center / contain;
}
.app_sns:nth-child(2){
    background: url(../main_img/icon/foot_insta.gif) no-repeat center / contain;
}
.app_sns a{
    width: 100%;
    height: 100%;
    display: block;
}
.f_right{
    width: 30%;
}
.info{
    width: 270px;
    position: absolute;
    top: 30px;
    left: 30px;
}
.info p:nth-child(1){
    font-size: 18px;
    color: #555;
    font-weight: bold;
}
.info p:nth-child(2){
    font-size: 16px;
    font-weight: bold;
}
.info p:nth-child(3){
    font-size: 13px;
    color: #555;
}
.store{
    width: 220px;
    height: 100px;
    background: url(../main_img/icon/store.jpg) no-repeat center / contain;
    position: absolute;
    top: 120px;
    left: 30px;
    cursor: pointer;
}
.top_fix{
    width: 60px;
    height: 30px;
    background: url(../main_img/icon/top.png) no-repeat center / contain;
    position: fixed;
    right: 10%;
    bottom: 10%;
}
.top_fix a{
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    .hidden_header{
        display: block;
    }
    .log_ul,.h_mid,.menu_bar{
        display: none;
    }
    .size{
        width: 100%;
    }
    .main,.header,.footer{
        min-width: 0;
    }
    .hidden_log{
        right: 5px;
    }
    .fix_menu_pan{
        width: 100%;
        height: calc(100vh - 40px);
        overflow-y: scroll;
    }
    .menu_pan_inner{
        width: 80%;
        padding-top: 40px;
        box-sizing: border-box;
        margin: auto;
    }
    .menu_list{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }
    .menu_list:nth-child(3n){
        margin-right: 0px;
    }
    .menu_list:nth-child(5n){
        margin-right: 10px;
    }
    .menu_list_txt1{
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
    }
    .menu_list_txt2{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .menu_list_txt2 a{
        color: #555;
    }
    .menu_list_txt2 a:hover{
        color: #fff;
    }
    .top_fix{
        right: 20px;
    }
    .footer{
        height: 270px;
    }
    .footer_inner{
        height: auto;
        float: none;
    }
    .f_left{
        width: 100%;
    }
    .f_logo{
        width: 100px;
        height: 50px;
        top: 0;
        left: 10px;
        transform: translateX(0);
    }
    .f_qr{
        display: none;
    }
    .f_mid{
        width: 100%;
    }
    .add{
        top: 50px;
        left: 10px;
    }
    .app{
        display: none;
    }
    .f_right{
        width: 100%;
    }
    .info{
        width: 270px;
        position: absolute;
        top: 180px;
        left: 10px;
    }
    .store{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .hidden_login{
        padding: 1px;
    }
    .hidden_login a{
        font-size: 11px;
    }
}