/* BASIC css start */
#productPlanList .plan-tab { width: 100%; padding: 10px 0 20px; }
#productPlanList .plan-tab:after { clear: both; content: ""; display: block; }
#productPlanList .plan-tab li {
    float: left;
    width: 274px;
    margin-left: -1px;
    border: 1px solid #e4e4e5;
    box-sizing: border-box;   /* 이 줄 추가 */
    text-align: center;
}
#productPlanList .plan-tab li a { display: block; height: 47px; line-height: 49px; font-size: 14px; }
#productPlanList .plan-tab li:first-child { margin-left: 0; }
#productPlanList .plan-tab li.now { width:273px; height: 45px; border-bottom: 3px solid #231f20; }



#productPlanList .prd-list-wrap { width: 1113px; margin: 0 auto; }
#productPlanList .plan-list-full { width: 100%; }
#productPlanList .plan-list-full li { width: 100%; margin-bottom: 40px; list-style: none; }
#productPlanList .plan-list-full li .thumb { width: 100%; }
#productPlanList .plan-list-full li .thumb img { width: 100%; display: block; }
#productPlanList .plan-list-full li .dsc { padding: 15px 0; text-align: center; }
#productPlanList .plan-list-full li .dsc .name { font-size: 16px; font-weight: bold; margin-right: 10px; }
#productPlanList .plan-list-full li .dsc .date { font-size: 13px; color: #888; }
/* BASIC css end */

