diff --git a/css/def.css b/css/def.css index b1917611c..b0f2f3e9b 100644 --- a/css/def.css +++ b/css/def.css @@ -216,8 +216,8 @@ a {color:#000;text-decoration:none} /* 폼 테이블 */ .frm_tbl {} .frm_tbl caption {padding-top:10px;color:#ff3061;font-size:0.75em;font-weight:bold} -.frm_tbl th {padding-left:10px;width:160px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;text-align:left} -.frm_tbl td {padding:7px 10px} +.frm_tbl th {padding-left:10px;width:160px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;text-align:left} +.frm_tbl td {padding:7px 10px;border-bottom-color:#e9e9e9} .frm_tbl textarea, .frm_tbl .frm_input, .frm_tbl select {border:1px solid #d7d7d7;background:#f6f9fa;vertical-align:middle}