@charset "utf-8";

/* 리스트 스타일 추가-230221 */
.board-faq-list-wrap {
	width:100%;
	position:relative;
}

.board-faq-list {
	padding: 0 32px;
	border: 1px solid var(--gray-200);
	border-radius: var(--radius-12);
}

.faq-unit {
	position: relative;
	border-bottom: 1px solid var(--gray-200);
	background-color: var(--gray-0);
}
.faq-unit:last-child {
	border-bottom: 0;
}
.faq-check {
	position:absolute;
	left:10px;
	top:5;
	z-index:1;
}

.faq-modi {
	position: absolute;
  right: 30px;
  top: 27px;
  width: 65px;
  border: 1px solid var(--gray-200);
  color: #666;
  text-align: center;
  padding: 7px 0;
	background-color:var(--gray-0);
	font-size: var(--text-14);
	z-index:1;
}


.faq-title {
  position: relative;
  display: flex;
  justify-content: space-between;
	align-items: center;
  line-height: 1;
  width: 100%;
	min-height: auto;
	padding: 27px 60px 27px 8px;
	cursor: pointer;
}
.faq-title span {
	display: flex;
	position: relative;
	letter-spacing: -.05em;
	padding-left: 56px;
	margin-top: 10px;
	font-size: var(--text-18);
	font-weight: 700;
	line-height: 1.3;
}
.faq-title span:before {
	content: "질문";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	background: url('/images/board-faq-Q.svg') no-repeat top left;
}
.faq-title:after {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	display: block;
	width: 12px;
	height: 7px;
	background: url('/images/faq_arrow.png') center center no-repeat;
	background-size: contain;
}
.faq-title.on {}
.faq-title.on:after {}


.faq-content {
	display: none;
	margin-bottom: 32px;
	padding: 0;
}
.faq-content .faq-content-in {
	white-space: pre-line;
	position: relative;
	padding: 24px 24px 24px 46px;
	color: var(--gray-700);
	letter-spacing: -.05em;
	word-break: keep-all;
	border-radius: var(--radius-12);
	background-color: var(--gray-50);
}
.faq-content .faq-content-in:before {
	content: "A";
	position: absolute;
	top: 24px;
	left: 24px;
	font-size: var(--text-18);
	font-weight: 700;
	color: var(--gray-700);
	line-height: 1.3;
}



/* 반응형 시작 */
/* 반응형 작은기기 1260사이즈 이하 */
@media screen and (max-width: 1260px) {	


	.board-faq-list-box .board-list-content {border-top: 0;}

	.board-faq-list {
		padding: 0;
		border: 0;
		display: flex;
		flex-direction: column;
		gap: .8rem;
	}
	.faq-modi {
		right: 17px;
    top: 15px;
    width: 60px;
		padding: 5px 0;
		font-size: var(--text-12);
	}
	.faq-unit {
		border: 1px solid var(--gray-100);
		border-radius: var(--radius-12);
	}
	.faq-unit:last-child {
		border: 1px solid var(--gray-100);
	}
	.faq-unit.active {
		margin-top: 16px;
		border: 1px solid var(--primary-color-900);
    border-radius: var(--radius-12);
    box-shadow: 0 .5rem 1rem rgba(44,48,56,.1);
	}
	.faq-unit.active + .faq-unit{
		margin-top: 16px;
	}
	.faq-unit:first-child.active {margin-top: 0;}
	.faq-title {
		position: relative;
    padding: 2rem 5rem 2rem 2rem;
	}
	.faq-title span {
		padding-left: 0;
		margin-top: 0;
    font-size: var(--text-14);
    letter-spacing: -.06em;
		line-height: 2rem;
	}
	.faq-title span:before {display: none;}
	.faq-content {
		margin-bottom: 0;
	}
	.faq-content .faq-content-in {
		padding: 1.6rem;
		border-radius: 0 0 var(--radius-12) var(--radius-12);
    background-color: var(--gray-50);
		font-size: var(--text-14);
	}
	.faq-content .faq-content-in:before {display: none;}

	
}








.bo_vc_act {
    display: block;   
	text-align: right;
}
.bo_vc_act:before {
}
.bo_vc_act:after {
}
.bo_vc_act li {
	width: 50px;  
	display: inline-block;
}
.bo_vc_act li:last-child {
	margin-right: 0px;
}
.bo_vc_act li a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
}
.bo_vc_act li a:hover {
}

.board-view-comment-content-write textarea{
	border: 1px solid var(--gray-200);
	background: #fff;
}

a.s_cmt {
  pointer-events: none;
  color: gray!important; 
  text-decoration: none!important; 

}

#bo_vc h2 {
    position: absolute;   
}













