/* BASIC css start */
#productPlanList .plan-tab      { display:flex; justify-content:space-between; width:100%; padding:40px 0 20px; }
#productPlanList .plan-tab li   { flex-basis:25%; text-align: center; border: 1px solid #e4e4e5; border-bottom:2px solid #231f20;}
#productPlanList .plan-tab li a { display: block; height: 47px; line-height: 49px; font-size:16px; }
#productPlanList .plan-tab li:first-child { margin-left: 0; }
#productPlanList .plan-tab li.now {border: 1px solid #231f20; border-bottom:2px solid #231f20; background:#231f20; color:white;}


.prd-list-wrap2 ul { display:flex; flex-wrap:wrap; gap:4%; width:1300px; margin:0 auto;  }
.prd-list-wrap2 .prd-list      { width:48%; height:200px; margin-bottom: 50px; font-weight:400; font-size:16px; line-height:30px; box-sizing:border-box;}
.prd-list-wrap2 .prd-list .thumb { width:100%; height:130px; min-height:auto; box-sizing:border-box;}
.prd-list-wrap2 .prd-list .thumb img:hover{ border:1px solid var(--main-color); box-sizing:border-box;}

.prd-list-wrap2 .prd-list .line2 .ing { display:relative; margin-right:5px; float:left; width:12%; line-height:30px; text-align:center; background-color:#bbb; }
.prd-list-wrap2 .prd-list .line2 .dsc { font-weight: 400; line-height: 18px; }
.prd-list-wrap2 .prd-list .line2 .date { float: right; width: 1%; }
/* BASIC css end */

