/* BASIC css start */
.container { width: 100%; min-width: 320px;  max-width: 850px;  margin: 0 auto; }





.product { width: 90%; max-width: 1280px; height: auto; margin: 90px auto;}

/*PRO_TOP*/
.pro_top {width: 100%; height: auto;  margin-bottom: 50px; }
.pro_top p{ padding-bottom: 10px; font-size: 18px; color: #202020; font-weight: bold;  border-bottom: 1px solid #e3e3e3; }
.pro_top h3 { border-bottom: 1px solid #e3e3e3;  padding: 15px 30px 16px 0;  font-size: 13px; color: #000;  font-weight: 700; }
.pro_top span { font-size: 16px;  margin-top: 13px;  color: #8f8f8f;   display: block; font-family: 'Noto Sans KR', sans-serif;  }



/*PRO_LIST*/
.pro_list { width: 100%; height: auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.pro_list_item { display: block; width: 48%; height: auto;}
.pro_list_item img { width: 100%; height: auto; }

.pro_list_item p {  margin: 10px 0; padding-bottom: 20px; font-family: 'Noto Sans KR', sans-serif;  color: #333; font-weight: 500; letter-spacing: -.7px;  font-size: 13px; border-bottom: 1px solid #e3e3e3;  }

/* BASIC css end */

