*{
    margin:0; padding:0;
}
 p,span,a{
     font-family: 'Noto Sans KR', sans-serif;
}
button,input{outline:none;}
.wrap{
    width:100%;
    height:auto;
    position: fixed;
    top:0;

    /* background:#fff; */
    z-index: 9998;
    /* border-bottom:1px solid #eaeaea; */
}
header{
    width:100%;
    height:134px;
    position: relative;
    text-align: center;
    z-index: 9998;
}
.top{
    width:100%;
    height:34px;
    /* background:#fafafa; */
    /* border-bottom:1px solid #eaeaea; */
    
}
.top > ul{
    width:1200px;  
    height:34px;
    margin:0 auto; 
   text-align: right;
   color:#fff;
 
}
.top > ul >li{
   line-height: 34px;
    padding-left:20px;
    list-style:none;
    display: inline;
    color:#fff;

}

.top > ul > li:first-child::before{
    content:url('img/cart_red.png');
    display: inline-block;
    background-size:20px 17px;
    position: relative;
    top:2px;
 
  
}
.top > ul > li > a{
    color:#fff;
    padding:7px 0 7px 6px;
    text-decoration: none;
    font-size: .8em;
}
/* ------------------------------- */
nav{
    width:1200px;
    height:100px;
    /* position: relative; */
    margin:0 auto;
    text-align: center;
}
.logo{
    width:118px;
    height: 100px;
    background: url('img/logo.png') no-repeat;
    background-size:contain;
    position: absolute;
   
    top:60px;

}

nav > ul{  
  
    list-style:none;

    display: inline-block;
   margin-left:250px;
    line-height: 100px;
}
nav > ul > li{
 
    float: left;
    /* height: 100px; */
    padding-right:20px;
     
    transition: all .3 linear;
}
nav ul li a{
    display: block;
    text-decoration: none;
    color:#fff;
    font-size:1em;
    font-weight: 700;    
}

.search_box{
    width:250px;
    position: relative;
    top:30px;
    float:right;
}
input[type='search']{
    width:250px;
    height:35px;
    border:none;
    outline: none;
    font-size:1em;
    padding:10px;
    padding-left:40px;
    box-sizing: border-box;
    
}
.search_box .icon{
    position: absolute;
    width:20px;
    height:20px;
    background:url('img/search-icon.png') no-repeat;
    background-size: cover;
    margin-left:10px;
    margin-top:8px;
}
input::-ms-clear,

input::-ms-reveal {display: none; width : 0; height: 0;}

input::-webkit-search-decoration,

input::-webkit-search-cancel-button,

input::-webkit-search-results-button,

input::-webkit-search-results-decoration { display: none; }

/* ------------------------------------------------------ */
.twodepth{
    display: none;
    position: absolute;
    width:100%;
    left:0;
    margin:0 auto;
    background:#fff;
    z-index: 9999;
    line-height: 30px;
    text-align: left; 
    border-bottom:1px solid #797979;
}
nav ul.subs1200{
  
    display: flex;

    width:1200px;
    margin:0 auto;
    
    overflow: hidden;
    background:#fff;
 
    box-sizing: border-box;

    z-index: 9999;
}
nav ul.subs1200 li.sub_li{
    width:20%;
    list-style: none;
    clear: both;

    padding:35px;
 
    border-left:1px solid #ddd;
    box-sizing: border-box;
   
}
nav ul.subs1200 li.sub_li:first-child{
     border-style: none;
}
nav ul.subs1200 li.border_none{
     border-style: none; 
}
li.sub_li ul li{
    list-style: none;
}
li.sub_li ul li a{
    font-weight: 400;
    color:#232323;
}
nav ul.subs1200 > li > a {
    line-height: 24px;
    font-size: 1.2em;
    font-weight:900;
    color: #000;
}

li.sub_li ul{
    clear: both;
    display: inline-block;
    padding: 6px 6px 6px 0;
  
    vertical-align: top;
    font-size:14px;
    height:100%;
    
}

.menu_img a{
    margin-left:-35px;
    margin-top:-40px;  
}
.menu_img p{
    width:227px;
    position: absolute;
    display: inline-block;
    top:300px;
    margin-left:-35px;
    text-align: center;
    font-size: 14px;
}
.menu_img p:last-child{
    position: absolute;
    top:330px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
nav >ul > li:hover .twodepth {
    display: block;
}
.kids{
    padding-left:8px;
}
li.kids_size > a{
    font-weight:900;
}

.bold {
    font-weight: bold;
}


footer{
    clear:both;
    width:100%;
   overflow: hidden;
    background:#232323;
    text-align: center;
}
.news_letter{
    width: 100%;
    
    line-height: 100px;
    border-bottom:1px solid #393939;
    padding:20px;
    box-sizing: border-box;
}
.news_letter span{
    font-family: none;
    font-weight: 700;
    color:#fff;
}
input[type='email']{
    width:250px;
    height:40px;
    padding:10px;
    border:1px solid #ddd;
    box-sizing: border-box;
    margin-left:20px;
}
.emailsubmit {
    width:100px;
    height:40px;
    background: #000;
    border: none;
    color:#fff;
    padding:10px 15px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    
    cursor: pointer;
    }
.footer_ulbox{
    clear: both;
    width:1200px;
    margin:0 auto;
    
    margin-bottom: 30px;
}
.footer_ulbox .footer_ul{
    width:100%;
    text-align: left;
    line-height: 18px;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
    color:#fff;
    font-weight: 800;
    margin-bottom: 36px;
}

.footer_ul > li{

    list-style:none;
    width:calc(100% / 5);
    
    float: left;
}
.onlinemall p{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    font-family: none;
}
.footer_ul > li > ul{
    text-align: left;
}
.footer_ul > li > ul li{
    font-weight: 400;
    color:#bdbdbd;
    font-size:14px;
    margin-top:10px;
    list-style: none;
     }

.address > p{
    width:100%;
    font-size: 12px;
    text-align: left;
    color: #bdbdbd;
    margin-bottom:84px;
}