@charset "utf-8";

/*───────────────────────────────────────────────────────────

	 게시판형 : 기본/갤러리/이벤트/QA

───────────────────────────────────────────────────────────*/
/*** 기본 | skin/default ***/
@import url('skin/default/list.css');
@import url('skin/default/view.css');
@import url('skin/default/write.css');

/*** 갤러리 | skin/gallery ***/
@import url('skin/gallery/list.css');
@import url('skin/gallery/view.css');
@import url('skin/gallery/write.css');

/*** 이벤트 | skin/event ***/
@import url('skin/event/list.css');
@import url('skin/event/view.css');
@import url('skin/event/write.css');

/*** qa | skin/qa ***/
@import url('skin/qa/list.css');
@import url('skin/qa/view.css');
@import url('skin/qa/write.css');

/*───────────────────────────────────────────────────────────

	공통 

───────────────────────────────────────────────────────────*/
/* write 파일 추가 */
#boardAttach {
	position: relative;
	margin-bottom: 5px;
	font-size: 0;
}
#boardAttach li.item {
	overflow: hidden;
	display: inline-block;
	width: 57px;
	height: 57px;
	margin: 0 7px 7px 0;
}
#boardAttach li.item button.file_face {
	width: 100%;
	height: 100%;
	border: none;
	background: url('../../img/btn/btn_file_plus.png') center;
	background-size: 100% 100%;
	font-size: 0;
}
#boardAttach li.item button.file_face.preview {
	border: none;
	background-size: 100% auto;
}
#boardAttach li.item input.file_hidden {
	margin-bottom: -20px;
	opacity: 0;
}

/*비밀번호 팝업 레이어 공통*/
.cite_layer {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 307px;
	height: 192px;
	margin: -96px 0 0 -153px;
	z-index: 100;
}
.cite_layer .wrap {
	position: relative;
	height: 190px;
	background: #ffffff;
	border: 1px solid #555555;
}
.cite_layer .wrap h4 {
	height: 27px;
	padding: 13px 0 0 17px;
	background: #f4f4f4;
	color: #222222;
}
.cite_layer .wrap div {
	color: #666666;
	text-align: center;
}
.cite_layer .wrap div p {
	padding: 25px 0 14px 14px;
}
.cite_layer .wrap div input {
	display: block;
	width: 216px;
	height: 31px;
	margin: 0 auto 12px auto;
	line-height: 31px;
	text-indent: 10px;
	border: 1px solid #ccc;
}
.cite_layer .wrap div .btn_box {
	width: 60px;
	margin: 0 auto;
}
.cite_layer .wrap .close {
	display: block;
	position: absolute;
	top: 11px;
	right: 12px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url('../../img/icon/icon_x3.png') no-repeat left top;
	background-size: 100%;
	border: none;
}

/* 게시물 신고 */
.text_length {
	text-align: right;
	padding: 0 10px 5px;
	color: #777;
	font-size: 13px;
}
.write_qa .write_wrap dl dd .inp_chk input {
	width: 20px;
	height: 20px;
}
.terms_txt {
	color: #777;
	font-size: 13px;
	margin-top: 10px;
}
.js_btn_report {
	display: inline-block;
	padding: 2px 10px;
	color: #333333;
	font-size: 11px;
	border: 1px solid #c7c7c7;
	background: #ffffff;
	border-radius: 2px;
}

/* 게시물신고 및 회원신고 탭영역 */
.tab_area {
	border-bottom: 1px solid #e1e1e1;
}
.popup_tab:after {
	content: '';
	display: block;
	clear: both;
}
.popup_tab > li {
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.popup_tab > li > a {
	font-size: 14px;
	color: #999;
	font-weight: bold;
	line-height: 31px;
	display: block;
	width: 100%;
	padding: 2px 0;
	text-align: center;
}
.popup_tab > li > a.on {
	border-bottom: 2px solid #ac3c54;
	background: var(--primary-default);
	color: #fff;
}
