/* 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: 50px !important;     
    display: block !important;
}

#header-2 {
    position: fixed !important; 
    top: 0px;
    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;
}

.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: 45px;
}

#btn_search {
    padding: 5px 10px;
}

#btn_search img {
    width: 80%;
}


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



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

#header .headerTop1 h1 a {
    width: 180px;
    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: 100%; 
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
    backdrop-filter: blur(10px);
    display: block !important; 
    visibility: hidden;
    transition: left 0.3s ease-in-out, visibility 0s linear 0.3s !important;
}

/* ¿­·ÈÀ» ¶§ À§Ä¡ */
.searchBox.search-on {
    left: 0 !important;
    visibility: visible !important;
    transition: left 0.3s ease-in-out, visibility 0s linear 0s !important;
}

#header .searchBox .back {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 19px; 
    height: 19px;
    cursor: pointer;
}

#header .searchBox .back img {
    display: none !important;
}

#header .searchBox .back::before,
#header .searchBox .back::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px; 
    background-color: #fff;
}

#header .searchBox .back::before {
    transform: translateY(-50%) rotate(45deg);
}
#header .searchBox .back::after {
    transform: translateY(-50%) rotate(-45deg);
}

#header .searchBox a.btn_search {
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 11%;
    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;
}


#check_box {
  display: none;
}

#check_box + label {
    position: relative;
    display: block;
    width: 45px;
    height: 15px;
    cursor: pointer;
    z-index: 10001;
}

#check_box + label > span {
  position: absolute;
  display: block;
  width: 40%;
  height: 1.2px;
  margin-left: 15px;
  background: #fff;
  transition: all 300ms;
}

#check_box + label > span:nth-child(1) {
  top: 0;
}

#check_box:checked + label > span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

#check_box + label > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#check_box:checked + label > span:nth-child(2) {
  opacity: 0;
}

#check_box + label > span:nth-child(3) {
  bottom: 0;
}

#check_box:checked + label > span:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}


#side_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    transition: all 300ms;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter:blur(10px);
    box-sizing: border-box;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
  padding-bottom: 50px;
}

.aside_wrap {
    position:relative;
    width: 100%;
    margin: 0 auto;
    padding: 10% 11%;
    color:#fff;
    overflow: visible !important; 
}

.active + .content {
    padding-bottom: 30px !important;
}

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

#side_menu::-webkit-scrollbar, .aside_wrap::-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;
    gap:30px;
}

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

.aside_login_cate {
    text-align:left;
}

/*accordion toggle*/
.asidenav {
    display: inline-block;
    width:100%;
    padding: 0 30% 0 0;
}

.catecon {
    width:100%;
}

.catecon li a {
    display:inline-block;
    width:100%;
    padding: 8px 0;
    font-size:13px;
}

.l_wrap {
    display: flex;
    flex-direction: column;
}

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

.collapsible {
    position:relative;
    color: #1b1b1b;;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background:none;
    outline: none;
    border:none;
    overflow-y: visible ;
}

.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: 30%;
    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: 30%;
    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: 35% !important;
}
        
.collapsible.collapsible2:after {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 35% !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: 35% !important;
}
        
.collapsible.collapsible4:after {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 35% !important;
    transform: rotate(90deg);
    transition: .3s linear;
}

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


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

.catecon a {
    color:#fff;
}

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

.categoryItem a {
    display:inline-block;
    width: 100%;
    font-size:13px;
}

.list {
    display: inline-block;
    width:100%;
    padding: 0 10px;
}

.list li a {
    display:inline-block;
    width: 100%;
    padding: 5px 0;
}

.aside_btm {
    margin-top: 30px;
}

/* BASIC css end */

