@charset "UTF-8";
.board_container {
	display:block;
	margin:0 auto;
	padding:0;
	width:auto;
	height:auto;
	position: relative;
	zoom:1;
	/*border-top:#2B6FB6 2px solid;
	border-bottom:#2B6FB6 2px solid;*/
}
.board_title {
	width:auto;
	margin:0 auto 20px;
	padding: 0;
	color:#000;
	font-size:1.6em;
	font-weight: 700;
}

/* board_form */

.board_form_ul {
	width:auto;
	margin:10px auto;
	padding:0;
	list-style: none;
	border-top:1px solid #f7f7f7;
}
.board_form_ul li {
	display: block;
	margin:0 auto!important;
	padding:10px 0!important;
	position: relative;
	border-bottom:1px solid #f5f5f5;
}
.board_form_ul li:before, .board_form_ul li:after {
	content: "";
	display: table;
}
.board_form_ul li:after {
	clear: both;
}
.form_header {
	float:left;
	text-align: right;
	width:80px;
	margin:0;
	font-weight: bold;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break: break-all;
	overflow:hidden;
}
.form_item {
	margin:0 0 0 100px;
	position: relative;
}
.form_item_wrapper {
	width:auto;
	margin:0;
	position: relative;
}
.form_item_wrapper:before, .form_item_wrapper:after {
	content: "";
	display: table;
}
.form_item_wrapper:after {
	clear: both;
}
.form_item2 {
	float:left;
	width:50%;
	position: relative;
}
.board_form_input_wrapper {
	position: relative;
	width:auto;
	height:20px;
	padding:2px 5px;
	margin:0;
	border:1px solid #bbb;
	zoom:1;
	z-index: 10;
}
.board_form_input_wrapper2 {
	position: relative;
	width:198px;
	height:20px;
	padding:2px 5px;
	margin:0;
	border:1px solid #bbb;
	zoom:1;
}
.board_form_input_wrapper input, .board_form_input_wrapper2 input {
	display: display;
	position: absolute;
	outline:none;
	width:98%!important;
	margin:0!important;
	padding:0!important;
	border:none;
	border:1px;
	font-size:16px;
	height:20px;
	background:transparent;
	appearance:none;
	-webkit-appearance:none;
	z-index:10;
	color:#000;
}
.board_form_input_file {
	outline:none;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	background:transparent;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break: break-all;
	overflow:hidden;
	position: relative;
	z-index:10;
}
.board_form_file_wrapper {
	height:24px;
	width:auto;
	margin:2px 0;
	padding:0;
	position: relative;
}
.board_form_select_wrapper {
	height:26px;
	width:auto;
	margin:0;
	padding:0;
	position: relative;
}
.board_form_select_wrapper select {
	display: display;
	width:100%!important;
	margin:0!important;
	padding:0!important;
	border-color:#bbb;
	border-spacing: 0;
	/*border:1px solid #bbb!important;*/
	/*font-size:16px;*/
	height:26px;
	z-index:100000;
}
.board_writer_info {
	color:#848484;
	font-size:12px;
	padding:5px 10px;
}
.board_writer_wrapper {
	width:auto;
	padding: 0;
	margin: 0;
	position: relative;
	border:1px solid #b0b0b0;
}

/* board_list */

.board_searchbox {
	width:50%;
	height:26px;
	margin:10px 0 10px 50%;
	padding:0;
}
.search_header {
	float:left;
	width:95px;
	margin:0;
	font-weight: bold;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break: break-all;
	overflow:hidden;
}
.search_item {
	margin:0 0 0 100px;
	position: relative;
}

.board_list_table {
	width:100%;
	border:none;
	border-collapse: collapse;
	margin:0 auto;
	padding:0;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
.board_list_table th, .board_list_table td {
	padding:5px;
	text-align: center;
}
.board_list_table th {
	font-size: 13px;
	background-color:#fbfbfb;
	color:#333;
	height:25px;
	border-bottom:1px solid #cacaca;
}
.board_list_table td {
	font-size: 13px;
	color:#333;
	height:25px;
	border-top:1px solid #efefef;
}
.board_list_td_odd {
	background-color: #fcfcfc;
}
.board_td_left {
	text-align: left!important;
}
.board_list_table td a {
	color:#333!important;
	text-decoration: none;
}
.board_list_table td a:hover {
	border-bottom:1px solid #333!important;
}
.board_list_subject {
	width:auto!important;
}
.board_list_subject img {
	vertical-align: text-top;
}
.board_list_subject_category {
	color:#0066ff;
	font-weight: bold;
}
.board_list_subject_remark {
	color:#339900;
	font-size:10px;
	margin:0 0 0 5px;
	padding:2px 5px;
}

/* view */
.board_title2 {
	width:auto;
	margin:0 auto 20px;
	padding: 0;
	color:#111;
	font-size:1.1em;
	font-weight: 700;
}
.board_subject_info {
	text-align: right;
	padding-right: 10px;
	font-size:12px;
	color:#848484;
}
.board_view {
	width:auto;
	padding:10px;
	margin:20px auto 0;
	border:1px solid #f0f0f0;
	box-shadow: 0 1px 0 #aaa;
}
.board_view p {
	margin:0;
}
.board_view img {
	width:100%;
}
/* remark */

.remark_remark_container {
	padding:0;
	border-top:#bbb 1px solid;
	background:#eee;
}
.remark {
	list-style: none;
	margin:0 auto;
	padding:0;
	/*border-bottom:#bbb 1px solid;*/
}
.remark li {
	width:auto;
	border-bottom:#bbb 1px solid;
	margin:0!important;
	padding: 10px 25px;
	font-size:14px;
	color:#333;
	background-color:#fafafa;
	position: relative;
}
.remark_writer {
	width:auto;
	padding:0;
	color:#111;
	font-weight: bold;
	margin:0 auto 10px;
}
.remark_txt {
	color:#333;
	line-height:1.5em!important;
	font-weight: normal;
	white-space:normal;
	text-overflow:break-all;
	word-break: break-all;
}
.remark_li_odd {
	background-color:#fafafa;
}
.remark_remark_wrapper {
	width: auto;
	padding:5px;
	margin:5px 10px;
	border:#bbb 1px solid;
}
.remark_alert {
	margin: 10px;
	padding:10px;
	color:#cc9900;
	position: relative;
	border:1px solid #ffcc33;
	background-color:#fcf2d5;
	border-radius:5px;
}
.touch_bg_remark {
	background-color:#fee396;
}

.remark_remark_writer_txt {
	width:auto;
	margin:10px auto;
}
.remark_remark {
	outline:none;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	border:none;
	background-color:#fff;
	overflow:auto;font-family:굴림;
}

.recomm_agree_txt {
	position: absolute;
	top:10px;
	left:10px;
}
.recomm_cancel_bt {
	position: absolute;
}



.board_input_small {
	width:40px!important;
}




.board_center {
	text-align:center;
}
.board_right {
	text-align:right;
}
.board_cell_title {
	width:60px;
	height:24px;
	line-height:24px;
	margin:0;
	padding:5px;
	float:left;
	border-top:#CCCCCC 1px solid;
	text-align:right;
	font-size:12px;
}
.board_cell_input {
	width:auto;
	height:auto;
	line-height:24px;
	margin:0;
	padding:5px;
	float:left;
	border-top:#CCCCCC 1px solid;
}
.board_cell_inputtxt {
	display:block;
	width:auto;
	margin:0;
	padding:5px;
	border-top:#CCCCCC 1px solid;
	height:400px;
}

.board_cell_one {
	width:auto;
	margin:0;
	padding:5px;
	/*border-top:#CCCCCC 1px solid;*/
}

.form_textarea {
	width:auto;
	height:360px;
	background-color:white;
	border:1 solid #b9b9b9;
	overflow:auto;
}
#board_subject_title {
	font-size:16px;
	color:#0066ff;
	font-weight:bold;
}

.board_addfield {
	margin:2px;
	padding:2px;
	background-color:#eeeeee;
	font-size:11px;
}
#board_remark {
	background-color:#eeeeee;
}
.board_clearfix {
	clear:both;
}