/* BASIC css start */
/* 상품리스트 (룩북) */
.prd-list-look { margin: 70px 54px }
.prd-list-look ul { width:100%; padding: 0px 0; zoom:1; overflow:hidden; position:relative;  }
.prd-list-look ul li { width:50%; float:left; padding: 4px 6px; box-sizing:border-box; position:relative; }
.prd-list-look .thumb img { width:100%; }

.prd-list-look .item_name {  font-family: 'notokr-regular'; color: #fff; font-size: 13px; line-height: 18px; }
.prd-list-look .item_etc { color: #fff; font-size: 36px; font-family: 'NotoSerifKR';}
.prd-list-look .item_subname { font-family: 'notokr-regular'; color: #fff; font-size: 16px; padding-top:5px; line-height: 22px; }

.prd-list-look .box { position:absolute; width:80%; text-align:center;
left:50%;
top:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
/* BASIC css end */

