/* BASIC css start */
.product { width: 100%; 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; }
.pro_list_item { display: block; width: 32%; height: auto;}
.pro_list_item img { width: 100%; height: auto; }

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

/* BASIC css end */

