@charset "utf-8";


/* =======================================================
  common
========================================================*/
.board-header {
	padding: 20px 20px;
	background-color: #fff; 
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}

/* board-search */
.board-search {
	position: relative;
}
.board-search .input-search {
	width: 100%; 
  border-radius: 999px;
  padding-right: 68px;
  padding-left: 20px;
}
.board-search .btn-search {
  position: absolute;
  right: 18px; top: 0;
  z-index: 3;
  display: block;
}
.board-search .icon-search {
  display: block;
  width: 40px; height: 40px;
}



/* board nodata */
.board-list .nodata {
	padding: 100px 20px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	color: #888;
	text-align: center;
}
.board-list .accordion-wrapper:last-of-type {
	border-bottom: 1px solid #dadbdf
}


/* board contents  */
.board-contents .prebox {
	color: #666;
}


/* =======================================================
  공지사항
========================================================*/
.mc--notice .mc--section {
	border-bottom: 0;
}
.mc--notice .board-title {
	font-size: 14px;
	color: #444;
	font-weight: 400;
}
.mc--notice .board-date {
	display: inline-block;
	margin-top: 10px; 
	font-size: 12px;
	color: #888;
	font-weight: 400;
}



/* =======================================================
  faq 자주하는 질문
========================================================*/
.mc--faq .mc--section {
	border-bottom: 0; 
}
.mc--faq .board-title {
	font-size: 14px;
	color: #444;
	font-weight: 400;
}



/* =======================================================
  qna 문의하기 리스트
========================================================*/
.mc--qna .mc--section {
	border-bottom: 0; 
}

.mc--qna .board-util {margin-bottom: 10px; }
.mc--qna .board-util:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.mc--qna .board-util .board-state {float: left; }

/* board 상태 */
.board-state {
	display: inline-block;
	min-width: 60px; height: 20px; 
	padding: 0 10px;
	background-color: #ccc;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px; 
}
.board-state.waiting {
	background-color: #222; 
}

.mc--qna .board-util .board-writer {
	float: left;
	position: relative;
	margin: 0 10px;
	padding-right: 11px;
	font-size: 14px;
	color: #444;
	line-height: 20px; 
}

.mc--qna .board-util .board-writer:after {
	content: "";
	position: absolute;
	right: 0; top: 3px;
	display: inline-block;
	width: 1px; height: 14px;
	background-color: #bbb;
	line-height: 20px;
}
.mc--qna .board-util .board-date {
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #888;
} 

/* board lock 비밀글 */
.board-lock {
	color: #888;
	line-height: 15px; 
}
.board-lock:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.board-lock .icon-lock {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.board-lock .icon-lock span {float: left;}

.board-lock-wrapper {text-align: center; }
.board-lock-wrapper p {color: #444; }
.board-lock-wrapper .input-text {margin: 20px 0 10px; }


/* 질문&답변 */
.mc--qna .qna-wrapper {
	box-sizing: border-box;
}
.mc--qna .qna-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.mc--qna .qna-wrapper .icon {
	float: left;
	margin-top: 5px; 
}
.mc--qna .qna-wrapper .qna-question,
.mc--qna .qna-wrapper .qna-answer {
	float: left;
	width: calc(100% - 25px);
	margin-left: 15px; 
}
.mc--qna .qna-wrapper .prebox {
	font-size: 14px;
	color: #666;
}

/* 첨부파일 */
.mc--qna .attachment-list li {
	width: 100px;	height: 100px;
}
.mc--qna .attachment-list li + li {
	margin-left: 5px;
}
.mc--qna .attachment-btn {
	width: 100px; height: 100px;
}

.mc--qna .qna-wrapper.answer {
	padding-top: 20px; 
	margin-top: 20px; 
	border-top: 1px solid #e9eaee; 
}
.mc--qna .qna-wrapper.answer .qna-answer {
	margin-top: 5px; 
}
/*.icon-q {
  width: 10px; height: 14px;
  -webkit-mask-image: url("../images/icon/icon_q.svg"); 
  mask-image: url("../images/icon/icon_q.svg"); 
  -webkit-mask-size: 14px 14px; 
  mask-size: 14px 14px; 
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #222;
}

.icon-a {
  width: 10px; height: 14px;
  -webkit-mask-image: url("../images/icon/icon_a.svg"); 
  mask-image: url("../images/icon/icon_a.svg"); 
  -webkit-mask-size: 10px 14px; 
  mask-size: 10px 14px; 
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}*/


.icon-q {
	display: inline-block;
	width: 10px; height: 14px;
	background-image: url("/Appdata/images/mediacommerce/white/icon/icon_q.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 14px; 
}

.icon-a {display: block; width: 10px; height: 14px; }


/* =======================================================
  board-write
========================================================*/
.mc--board-write .checkbox-secret {
	padding: 0 20px;
	margin: 30px 0; 
}



/* =======================================================
* Device = 아이폰 360 이하
* Screen = 326px  ~ 359px
========================================================*/
@media all and (max-width: 325px) {


/* =======================================================
  mc--qna
========================================================*/	
	.mc--qna .attachment-list li {
		width: 81px; height: 81px;
	}
	.mc--qna .attachment-btn {
		width: 81px; height: 81px;
	}

} /*반응형 끝*/