/* BASIC css start */
section{}
section .sec_inner{padding:0 5%}


#sec2{margin: 25px 0 40px;}
#sec2 .sec2_item{height: 250px;position: relative;}
#sec2 .sec2_item a{display: block;width: 100%; height: 100%;}
#sec2 .sec2_item a img{width: 100%; height: 100%;object-fit: cover;}
#sec2 .sec2_item .info{position: absolute; max-height: 100%; max-width: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); width:65%}
#sec2 .sec2_item .info p{font-family: 'Noto Sans KR', sans-serif; text-align:center ;}
#sec2 .sec2_item .info p.prdname{padding: 12px 20px;font-size: 21px;color: #fff;  font-style: italic;  background-color: #0059adc4;font-weight:400; line-height:1.3 }
#sec2 .sec2_item .info p.prdprice{padding: 5px 20px;   background: #ffffffd6; text-align: center;}
#sec2 .sec2_item .info p.prdprice span::before{font-family: 'Noto Sans KR', sans-serif;content: "KRW"; display: inline-block; color:#01407e;font-size:7px; font-weight:400; }
#sec2 .sec2_item .info p.prdprice span{  font-size: 18px; color: #01407e; font-weight: 500;}
/* BASIC css end */

