/* BASIC css start */
#m_skin_preview_wrap .preview-label-wrap {
    display: none;
}


header {
    display:block;
}

a, span {
     font-family:'Pretendard Variable';
}



*,
*: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: relative !important;
    width: 100%;
    height: 80px !important;     
    display: block !important;
}

#header-2 {
    position: fixed !important; 
    top: 30px;
    left: 0;
    width: 100%;
    height: 50px !important; 
    background: #151515;
    z-index: 99;
}

.fix_top {
    position: relative;
    height: 50px !important;      
}

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

.flow_banner {
    position: fixed !important; 
    top: 0 !important; 
    width: 100%; 
    height: 30px; 
    background: #ccc;
    z-index: 100; /* ¸Þ´º(99)º¸´Ù À§·Î ¿Ã¶ó¿À°Ô z-index Ãß°¡ */
    overflow: hidden;
    display: flex;
}

.flow_banner .list {
    display: flex;
    flex-direction: row;
    align-items: center;

}
.flow_banner .list > li {
    font-size: 12px;
    color:#151515;
    padding: 0 60px;    
    white-space: pre;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
}

@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


.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%;
        
}


#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;
    background: #151515;
}

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


.left_area {
    width: 50px;
}

#menu {
    padding: 5px 10px;
    margin-top: 1px;
}

#header #menu img {
    width: 70%;
}


#header .headerTop1 .right_area {
    width: 50px;
}

#btn_search {
    padding: 5px 10px;
}

#btn_search img {
    width: 80%;
}

#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;
}

#header .headerTop1 h1 a {
    width: 175px;
    height: 26px;
    margin-top: 0px;
    padding: 2px 0 0 0px;
    background-repeat: no-repeat;
}

#header .headerTop1 h1 img {
    width:100%;
    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 {
    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;
    outline:none;
    color:#fff;
    caret-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;
}


.aside {
    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);
}

.aside_wrap {
    position:relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    color:#fff;
}


.aside_home {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 87%;
    margin: 0 auto;
}

.aside_home .close_btn {
    background-image: url(//liberclassy.jpg3.kr/2025_renewal/icon/close_white.png);
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 85%;
}

.aside::-webkit-scrollbar {
    display: none;
}

.login ul {
     display:flex;
}

.login li {
    width: 60px;
}

.login a{
    color:#fff;
    font-size:13px;
}


.aside_top {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 3%;
    white-space: nowrap;
    gap: 3%;
}


.aside_top a {
    text-align: center;
    display: flex;
    flex: 1;
    font-size: 12px;
    color: #1b1b1b;
    flex-direction: column;
    align-items: center;
}

.aside_top a img {
    padding-bottom: 6px;
    width: 100%;
}

a.white {
    color: #fff !important;
}


.aside_login {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    margin:0 auto;
    padding:6% 0 6% 9.5%;
    gap:40px;
}

.aside_login a {
    display:inline-block;
    padding: 10px 0;
    color: #fff;
    font-size:13px;
}

.aside_login_cate {
    text-align:left;
}

/*accordion toggle*/
.asidenav {
    display:flex;
    width:100%;
    flex-wrap:wrap;
    gap:5px;
    padding: 0 30% 0 4.5%;
}

.catecon {
    width:100%;
}

div.toggle_wrap {
    display:inline-block;
    width:100%;
    margin-top: 40px;
}

.collapsible {
    position:relative;
    padding: 0 15px 0 0;
    color: #1b1b1b;;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background:none;
    outline: none;
    font-size: 15px;
    border:none;
    overflow-y: visible ;
}
        
.content {
    display:flex;
    flex-direction:column;
    gap:10px;
    *padding: 0px 10%;
    max-height: 0px;
    width:100%;
    height:100%;
    transition: max-height 0.2s ease-out;  
    overflow-y: auto;
}
        
.content div {
    font-size:13px;
}
        
.content span {
    font-size:13px !important;
}
        
.content p {
    font-size:13px;
    padding: 5px 0 7px;
}
        
.content::-webkit-scrollbar {
    display: none;
}
        
.content_tit{
    font-weight:600;
}

.content2 {
    display:flex;
    flex-direction:column;
    *padding: 0px 5%;
    max-height: 0px;
    width:100%;
    height:100%;
    transition: max-height 0.2s ease-out;            
}

.content2 {
    height: 100%;
    overflow-y:auto;
}
             
.content2 div {
    display:block;
    font-size:13px;
}
        
.content2 span {
    font-size:13px !important;
}

.content2 p {
    font-size:13px;           
    padding: 5px 0 7px;
}
        
.content2::-webkit-scrollbar {
    display: none;
}


.content3 {
    display:flex;
    flex-direction:column;
    *padding: 0px 5%;
    max-height: 0px;
    width:100%;
    height:100%;
    transition: max-height 0.2s ease-out;            
}

.content3 {
    height: 100%;
    overflow-y:auto;
}
             
.content3 div {
    display:block;
    font-size:13px;
}
        
.content3 span {
    font-size:13px !important;
}

.content3 p {
    font-size:13px;           
    padding: 5px 0 7px;
}
        
.content3::-webkit-scrollbar {
    display: none;
}

.otherbrand {
    display: inline-block;
    padding: 0 0 0 13px;
}


.collapsible:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 0px);
    right: 55px;
    width: 8px;
    height: 1px;
    background: #fff;
    text-align: center;  
}
        
.collapsible:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 1px;    
    top: calc(50% - 0px);
    right: 55px;
    transform: rotate(90deg);
    transition: .3s linear; 
    background: #fff;
    text-align: center;
}
   
.active:after {
    transform: rotate(0deg);         
}
        
.collapsible.collapsible2:before {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 75px !important;
}
        
.collapsible.collapsible2:after {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 75px !important;
    transform: rotate(90deg);
    transition: .3s linear;
}

.collapsible.collapsible2.active2:after {
    transform: rotate(0deg);         
}

.collapsible.collapsible4:before {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 75px !important;
}
        
.collapsible.collapsible4:after {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 75px !important;
    transform: rotate(90deg);
    transition: .3s linear;
}

.collapsible.collapsible4.active3:after {
    transform: rotate(0deg);         
}

.drop-cate-list{
      padding: 3% 8%;
}

.drop-cate-list a {
      font-size:13px;
}

.catecon a {
    color:#fff;
}

.categoryItem {
   width:100%;
   *padding:3px 0;
}

.categoryItem a {
    display:inline-block;
    font-size:13px;
    padding:3px 30px;
}

.list li {
    padding: 5px 0;
}

.list li a {
    padding: 5px 45px;
}



/* BASIC css end */

