/* BASIC css start */
header {
    display:block;
}






*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 290px) {
    #finderTop {
        display: none;
    }
}

/*#header {
    position:fixed;
    width:100%;
    height:50px;
    top:0;
    left:0;
    z-index:11;
}*/

#header {
    position:absolute;
    width:100%;
    height:80px;
    top:0;
    left:0;
    z-index:11;
}

#header.on {
    height: 80px;
    background: #000;
    transition: all .2s ease-in ;
}


#header-2.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height:50px;
    transition: all .2s ease-in ;
    background:#000;
}


#header-2 {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    *height:60px;
    z-index:99;
}

#header-2 {
    position:relative;
}

.headerTop1:hover {
    background: #000;
    box-sizing:border-box;
    transition: all .2s ease-in;
}

.headerTop1 h1 a {
    margin-top: -16px;
    height: 40px;
    padding-top: 10px;
}

#header .headerTop1 .back {
    position: absolute;
    top: 15px;
    left: 4px;
}
#header .headerTop1 .back img{
    width: 100%;
        
}



/*ÃÖ»ó´Ü ¶ì¹è³Ê*/

.top_bn {
   background: #000;
}

.top_bn a {
   display: block;
   width:100%;
   padding: 5px 0;
   text-align:center;
   color:#fff;
   font-size: 10px !important;
   letter-spacing: 1px;
   font-weight:200;
}





.fix_top {
    position:relative;
    top: 0px;
    z-index: 1;
    width: 100%;
    height:50px;
}

#header .headerTop1 {
    min-width: 275px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

#header .headerTop1 .right_area {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

#header .headerTop1 a {
    display: inline-block;
    
}


#header #menu {
    width: 60px;
    height: 23px;
    color: #fff;
    line-height:21px;
}

#header #btn_search {
    width: 60px;
    height: 23px;
    color: #fff;
    line-height:21px;
}

#btn_search img {
    width: 100%;
}

#header .headerTop1 .basket {
    background-image: url(//liberclassy.jpg3.kr/design/2023_fastosomall/img/svg/cart.svg);
    width: 23px;
    height: 24px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
        margin-right: 10px;
}


#header .headerTop1 a .fa {
    vertical-align: top;
    position: relative;
    top: 3px;
    color: #fff
}

#header .headerTop1 h1 {
    display: inline-block;
    padding-top: 10px;
    float: left;
    padding-left: 20px;
}

#header .headerTop1 h1 a {
    background-image: url(http://liberclassy.jpg3.kr/2025_renewal/logo/logo_white.png);
    width: 160px;
    height: 26px;
    margin-top: 0px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 90%;
}

#header .headerTop1 h1 img {
    vertical-align: middle;
}

#header .headerTop1 .log {
    position: absolute;
    left: 42px;
    top: 10px;
}

.searchBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0 ,0 , 0.7);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 998;
    display: none;
    transition: all ease-in .5s;
    backdrop-filter: blur(10px);
}

#header .searchBox .back {
    position: absolute;
    top: 40px;
    right: 30px;
}

#header .searchBox .back img {
    width: 100%;

}

#header .searchBox a.btn_search {
    width: 55px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 38px;
    top: 44.4%;
    line-height:35px;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    text-align:center;
}

#header .searchBox a.btn_search img {
    width: 100%;
}

.searchBox form {
    position:absolute;
    width: 83%;   
    top:44%;
    left:8.5%;
    border-bottom:1px solid #fff;
}


.searchBox label {
   position:absolute;
   width: 100%; 
   left: 0px;
   top: 6px;
    padding: 6px 0 10px 3px;
   color:#fff;
   font-size:12px;
   
}

.searchBox form input#keyword {
    width: 100%;
    background: none;
    border: none;
    color:#fff;
}

div#ly_lastView {
    width: 90%;
    margin: 30px auto 50px;
}

.h_layerTitle {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
}

.h_layerTitle h3 {
    font-weight: 700;
}

#MS_view_product li {
    margin-bottom: 20px;
}

#header {
    width: 100%;
}



/* BASIC css end */

