@charset "utf-8";
/*CSS Document*/
@import url(/adm/wiz_reset.css);



span.redText {color:red; display:inline-block;   font-size:13px; font-weight:bold;}

/*.select {color:#666; border:1px solid #ccc; background-color:#fff;}
.input {padding:2px; border:1px solid #dfdfdf; background-color:#f7f7f7;} */
img{vertical-align:middle;}


.input {
	margin:1px 0;
	border:0px;
	font-size:13px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#545454;
	border:1px solid #ccc;
	border-radius: .25em;
	padding:3px;
	vertical-align: middle;
	height:20px;
}
.input1 {
	margin:1px 0;
	border:0px;
	font-size:13px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#545454;
	border:1px solid #ccc;
	border-radius: .25em;
	padding:3px;
	background-image: url('/adm/manage/image/cal2.png');
	background-repeat: no-repeat;
	background-position:right 1px center;
	vertical-align: middle;
	height:20px;
}

.textarea {
	font-size:9pt;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	padding:5px;
	color:#545454;
	border-width:1pt;
	border-radius: .25em;
	border-style:solid;
	background-color:#ffffff;
	border-color:#cccccc;
}
.select {
	width:60%;
	margin:1px 0;
	border:0px;
	font-size:15px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#545454;
	border:1px solid #ccc;
	border-radius: .25em;
	/*padding:3px;*/
	vertical-align: middle;
	height:25px;
}

.select2 {

	margin:1px 0;
	border:0px;
	font-size:13px;
	font-family: 'meiryo';
	color:#545454;
	border:1px solid #ccc;
	border-radius: .25em;
	/*padding:3px;*/
	vertical-align: middle;
	height:25px;
}

.input_idpw {color:#545454; border:1px solid #dfdfdf; background-color:#fff;}
.search_input {color: #847f74; border: #cfcfcf 1px solid; background-color: #fff; }
.category_pd { padding-bottom:5px; }

/*페이징간격*/
.Paging_Num td { padding-left:3px; }

/*패스워드인풋*/
.Password_input input { height:20px; line-height:20px; background:#fff; border:1px solid #ccc; margin:0 1px; padding:3px 4px 3px;}


/***************************************************** 리스트 *****************************************************/
/* 게시판 하단 검색------------------------------------------*/
.AWbbs_f_search{border-top:1px solid #999; border-bottom:1px solid #ddd; background:#f7f7f7;}
.AWbbs_f_search table {margin:10px auto; width:450px;}
.AWbbs_f_search select{border:1px solid #ccc; padding:4px 4px 5px; }
.AWbbs_f_search input{width:200px; height:20px; line-height:20px; background:#fff; border:1px solid #ccc; margin:0 5px; padding:3px 4px 3px;}
.AWbbs_f_search button{}



/***************************************************** 인풋 *****************************************************/
/* 게시판 input ------------------------------------------*/
.AWbbs_input_table{border-top:1px solid #333;}
.AWbbs_input_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd; }
.AWbbs_input_table th{text-align:left; padding-left:2px; border-bottom:1px solid #ddd; height:38px; background:#f7f7f7;}
.AWbbs_input_table .notd {height:auto; padding:10px  0px 15px 15px;}
.AWbbs_input_table .notd dl {height:auto;}
.AWbbs_input_table .notd dl dt {float:left; width:160px;}
.AWbbs_input_table .notd dl dt label {font-size:14px; height:13px;}
.AWbbs_input_table .notd dl dd {float:left; width:805px;}
.AWbbs_input_table .notd span.redText {letter-spacing:-0.07em }

	/* 체크박스 (HTML 비밀글 공지글) */
	.AW_bbs_input_checkbox{margin:0 0 10px;}
	.AW_bbs_input_checkbox input{vertical-align:middle;}
	.AW_bbs_input_checkbox label{vertical-align:middle; margin:0 10px 0 2px;}





/***************************************************** 상세 *****************************************************/
/* 게시판 view ------------------------------------------*/
.AWbbs_view_table{}
.AWbbs_view_table.border{border-top:1px solid #333;}
.AWbbs_view_table th, .AWbbs_view_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd;}
.AWbbs_view_table th{height:40px; background:#f7f7f7;}
.AWbbs_view_table td{}
	/* 테이블 안에 테이블 리셋 */
	.AWbbs_view_table table{border:0 none;}
	.AWbbs_view_table table th, .AWbbs_view_table table td{height:auto; padding:0; border:0 none; background:none;}

	/* 코멘트 */
	.AWbbs_comment_id{text-align:center; background:#f7f7f7; line-height:1.4;}
	.AWbbs_comment_id p{font-weight:bold;}
	.AWbbs_comment_id span{display:block; color:#999; font-size:10px;}
	
	/* 코멘트쓰기 */
	.AWbbs_comment_input_info{}
	.AWbbs_comment_input_info .input{background:#fff;}

