/******************* 기본테이블 스타일시작 *******************/ /*list부분*/ .iborder{ border:1px solid #8AB507; } .tlist{ border-collapse: collapse; } .tlist thead th{ height:25px; color: #253003; padding:1px 0 0 0; border-bottom:1px solid #A6C73A; border-top:2px solid #A6C73A; background:#ebe7f8; } .tlist tfoot th{ height:30px; padding:0; } .tlist tbody th{ text-align:left; color: #253003; font-size: 13px; font-weight:bold; background-color:#F9FBF3; border-bottom:1px solid #DFE4D0; } .tlist tbody td{ font-size: 13px; color:#232323; border-bottom:1px solid #DFE4D0; font-weight: normal; padding:5px; } /*list부분*/ /*read트부분*/ .tread{ border-collapse: collapse; } .tread thead th{ height:1px; padding:0px; border-top:1px solid #A6C73A; } .tread tfoot th{ padding:0; } .tread tbody th{ text-align:left; color: #253003; font-size: 13px; font-weight:bold; background-color:#F9FBF3; border-bottom:1px solid #DFE4D0; } .tread tbody td{ font-size: 13px; color:#232323; border-bottom:1px solid #DFE4D0; font-weight: normal; padding:5px; } /*read부분*/ /*write트부분*/ .twrite{ border-collapse: collapse; } .twrite thead th{ height:1px; padding:0px; border-top:2px solid #A6C73A; } .twrite tfoot th{ padding:0px; /*border-bottom:1px solid #DFE4D0;*/ } .twrite tbody th{ text-align:left; color: #253003; font-size: 13px; font-weight:bold; background-color:#F9FBF3; border-bottom:1px solid #DFE4D0; } .twrite tbody td{ font-size: 13px; color:#232323; border-bottom:1px solid #DFE4D0; font-weight: normal; padding:5px; } /*write부분*/ /******************* 기본테이블 스타일끝 *******************/