div.item_qna{
	max-width: 1440px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:150px;
	font-size:17px;
}
div.item_qna_title{
	font-size:20px;
	color:#353535;
	padding-left: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #b5b5b5;
	/* margin-bottom: 10px; */
}
/* div.item_qna div.divTable{ */
	/* display: table; */
	/* width: 100%; */
	/* margin-bottom: 25px; */
/* } */
/* div.item_qna div.divTableRow { */
	/* display: table-row; */
/* } */
/* div.item_qna div.divTableCell{ */
	/* border: 1px solid #999999; */
	/* display: table-cell; */
	/* padding: 7px; */
	/* border-bottom:1px solid #e6e6e6; */
/* } */
/* div.item_qna div.divTableHead{ */
	/* padding:10px 0; */
/* } */
/* div.item_qna div.divTableHeading { */
	/* background-color: #EEE; */
	/* font-weight: bold; */
	/* text-align:center; */
/* } */
/* div.item_qna div.divTableBody { */
	/* display: table-row-group; */
/* } */
/* div.item_qna_detail_area{ */
	/* display: table-row; */
/* } */
table.item_qna{
	width:100%;
	font-size:15px;
	border-spacing:0;
}
table.item_qna th{
	padding:10px 0;
	background-color: #EEE;
	border-bottom:1px solid #e6e6e6;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
th.item_qna_writer{
	width:100px;
	text-align:center;
}
th.item_qna_regdate{
	width:150px;
	text-align:center;
}

table.item_qna td{
	padding:7px;
	border-bottom:1px solid #e6e6e6;
	font-size: 13px;
}
td.item_qna_category{
	width:130px;
	text-align:center;
}
td.item_qna_content{
    padding:0 5px;
}
td.item_qna_writer{
	width:200px;
	text-align:center;
}
td.item_qna_regdate{
	width:200px;
	text-align:center;
}
span.item_qna_content{
	cursor:pointer;
	display: inline-block;
	width: 820px;
	padding:0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:sub;
	-ms-user-select:none;
	-moz-user-select:-moz-none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
span.item_qna_content_status{
    display: inline-block;
    padding: 5px;
    border: 1px solid #c5c5c5;
	font-size: 13px;
	border-radius: 5px;
}
span.complete_answer{
	background: #c9e6ff;
}
span.wait_answer{
	background: #ffdfc9;
}
tr.item_qna_question{
	display:none;
}
tr.item_qna_question td{
	background:#f1f1f1;
	padding:25px 0;
}
td.item_qna_question{
	width:130px;
	text-align:center;
	color: #005aff;
	font-size: 25px;
	font-weight: 700;
}
tr.selected_question{
	/* background:#e4e4e4; */
}
td.item_qna_question_content{
	word-break:break-all;
}
td.item_qna_question_answer{
	text-align:center;
}
td.item_qna_question_answer button{
	cursor:pointer;
	background:#ffffff;
	padding:3px 15px;
	border:1px solid #cbcbcb;
	border-radius:3px;
}
tr.item_qna_do_answer{
	display:none;
}
tr.item_qna_do_answer td{
	padding:10px;
	background:#ffd0ba
}
td.item_qna_do_answer{
	text-align:center;
}
textarea.item_qna_do_answer{
	width:100%;
	height:80px;
    padding: 5px;
}
td.item_qna_do_anwer_bt{
	text-align:center;
}
td.item_qna_do_anwer_bt button{
	cursor:pointer;
	background:#ffffff;
	padding:3px 15px;
	border:1px solid #cbcbcb;
	border-radius:3px;
}

div.item_qna_inquiry{
	text-align:right;
	margin-top: 15px;
}
a.item_qna_inquiry{
	padding:3px 15px;
	background:#eee;
	border:1px solid #ccc;
	border-radius:2px;
	text-decoration:none;
	color:black;
	font-size: 13px;
}