/* BASIC css start */

li.menubtn.PROMOTION a {
    font-weight: 500;
    color: #000;
}

* {
  margin: 0;
  padding: 0;
}

.h_title {
    padding: 9px 0px;
    text-align: left;
    font-size: 20px;
    display: block;
    border-top: none;
    color: #000;
    border-bottom: 3px solid #000;
    margin: 40px 4% 0;
    }
    
div#js-load {
width: 92%;
    margin: 30px auto;
}


.card-container { 
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
  
li.card{
    padding-bottom: 30px;
}
  
.card img { 
    max-width: 100%; 
    height: auto; 

} 

p.brand{      font-size: 12px;
    padding: 12px 0 0 3px;
    color: #989898;
    font-weight: 600;
}

p.main_txt{    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    width: 95%;
    padding: 7px 0 0 3px;
}

p.sub_txt {   font-size: 14px;
    padding: 4px 0 0 3px;
    line-height: 20px;
    font-weight: 400;
}




div#js-btn-wrap{text-align: center;
    padding: 50px 0;
}


a.button {
display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid;
}

/*ÆäÀÌÁö*/
div#pagination{
text-align: center;
    padding: 50px 0;
}.js-load {
    display: none;
}
.js-load.active_more {
    display: block;
}
.is_comp.js-load:after {
    display: none;
}
.btn-wrap, .lists, .main {
    display: block;
}
/* BASIC css end */

