/* BASIC css start */
* {
  margin: 0;
  padding: 0;
}

div#js-load {
    width: 96%;
    margin: 100px auto;
}


.card-container { 
    display: grid;
    grid-template-columns: repeat(4, 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: 36px;
    width: 95%;
    padding: 10px 0 0 3px;
}

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




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


a.button {
display: block;
    width: 400px;
    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 {
    display: block;
}
.is_comp.js-load:after {
    display: none;
}
.btn-wrap, .lists, .main {
    display: block;
}
/* BASIC css end */

