/* BASIC css start */
 

#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }
 
 
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.displaynone {
	display:none !important;}
.trans{
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.trans1{
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.trans2{
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

 
#header {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    padding: 60px 0;
}

#header .logo {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

#header .cate {
    display: inline-block;
    vertical-align: middle;
}

#header .made_epilogue {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 45px;
}

#header  .h_menu {
    /* display: inline-block; */
    /* vertical-align: middle; */
    float: right;
}

#header .cate ul {
    font-size: 0;
    white-space: nowrap;
    margin-left: 65px;
}

#header .cate ul li.lnb_depth1 {
    font-size: 12px;
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

#header .cate ul li.lnb_depth1:first-child {
    /* padding-left: 0; */
}

#header .cate ul li.lnb_depth1 .lnb_menu {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    position: relative;
}
#header .cate ul li.lnb_depth1 .lnb_menu:after{content: "";display: block;width: 0;height: 2px;background: #fff;position: absolute;bottom: -5px;left: 0;right: 0;-webkit-transition: all 0.3s ease-in-out;-khtml-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

#header .cate ul li.lnb_depth1 .lnb_menu.active:after {content: "";display: block;width: 100%;height: 2px;background: #000;position: absolute;bottom: -5px;left: 0;right: 0;}




#header .cate ul li.lnb_depth1 .lnb_depth2 {
    display: none;
    position: absolute;
    width: auto;
    z-index: 10;
    width: 152px;
    left: 50%;
    transform: translateX(-50%);
    /* background: #fff; */
    /* border: 1px solid #a7a7a7; */
}



#header .cate ul li.lnb_depth1 .lnb_depth2 .cate_top {
    margin-top: 34px;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 .cate_middle {
    margin-left: 0;
    padding: 17px 0;
    background: #fff;
    border: 1px solid #a7a7a7;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 ul li {
    text-align: center;
    display: block;
    padding: 8px 0;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 ul li a {
    height: 28px;
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #242424;
    font-family: 'Malgun Gothic', Dotum, "돋움", sans-serif;
}
#header .cate ul li.lnb_depth1 .lnb_depth2 ul li a:hover {
    font-weight: bold;
} 




#header .h_menu ul {
    font-size: 0;
}

#header .h_menu ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

#header .h_menu ul li.search {
    position: relative;
}
#header .h_menu ul li.search a.searchlayer img {
    padding-left: 5px;
}

#header .h_menu ul li.search a {
    cursor: pointer;
    display: inline-block;
}
#header .h_menu ul li.search .searcharea {
    position: absolute;
    width: 180px;
    height: 25px;
    top: -10px;
    right: -14px;
    padding: 10px 10px 0 0;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    border-bottom: chocolate;
}
#header .h_menu ul li.search .searcharea input.MS_search_word {
    height: 20px;
    padding: 0 10px 1px 3px;
    width: 135px;
    color: #656565;
    font-size: 12px;
    border: 0;
    background: none;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0.8px;
    font-family: 'Lato', sans-serif;
}
#header .h_menu ul li.search .searcharea a img {
    margin-bottom: 10px;
    background: #fff;
}
#header .h_menu ul li.search.open .searcharea {
    opacity: 1;
    z-index: 11;
    visibility: visible;
}

#header .made_epilogue a {
    color: #a48f78;
    font-size: 13px;
    letter-spacing: 0.8px;
}

#header .made_epilogue:before {
    content: "";
    display: block;
    background: #bfbfbf;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
}

#header .h_menu ul li a {
    position: relative;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #808080;
    font-size: 11px;
    letter-spacing: 0.2px; 
}
#header .h_menu ul li a:hover{opacity:0.75;}

#header .h_menu ul li a #user_basket_quantity {
    background: #1b1b1b;
    width: 18px;
    height: 18px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -4px;
    right: -11px;
    color: #ffffff;
    letter-spacing: 0.2px;
    font-size: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
} 
  
 
header.-fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
}
header.-fix #header{    background-color: transparent;
}
/* BASIC css end */

