/*CSS Document*/
@import url(/KOR/css/reset.css);



/*
td,table { font-size: 12px; color: #847f74; line-height: 160%; font-family: verdana;}
*/

.select {color:#666666; border:1px solid #cccccc; background-color:#ffffff;}
.input {color:#545454; border:1px solid #dfdfdf; background-color:#f7f7f7;}
/*.search_input {color:#847f74; border: #cfcfcf 1px solid; background-color: #ffffff;}*/

/* 리스트 하단 검색 영역 ------------------------------- */
.search_select{width:140px; height:27px; background:#fff; border:1px solid #ddd; padding:0 0 0 5px; font-size:13px;}
.search_input{width:313px; height:25px; line-height:25px; background:#fff; border:1px solid #ddd; padding-left:5px; font-size:13px;}
.search_button{width:75px; height:27px; font-weight:600; color:#fff; font-size:13px; background:#737373;}


/* 뷰페이지 ------------------------------- */
.Vth{width:100px; background:#f9f9f9; text-align:center; font-weight:600; color:#333;}
.Vtd{padding-left:15px; text-align:left; color:#666;}



/* 인풋 페이지 ------------------------------- */
.Ith{width:100px; background:#f9f9f9; text-align:center; font-weight:600; color:#333;}
.Itd{padding-left:15px; text-align:left; color:#666;}
.input_input{height:21px; line-height:21px; padding-left:5px; color:#666; border:1px solid #dfdfdf; background:#f7f7f7;}
.input_textarea{width:99%; height:230px; color:#666; line-height:1.6; word-break:break-all; background:#f7f7f7; border:1px solid #dfdfdf;}

.input_check_wrap{text-align:left; padding:7px 0;}
.input_check_wrap label{margin-right:10px; color:#666;}
.input_check_wrap input{vertical-align:middle; margin:-1px 0 1px;}



/* 보더 ------------------------------- */
.borderR{border-right:1px solid #d7d7d7;}
