@charset "UTF-8";

.page_hd {
	margin-bottom: 90px;
}
.faq {
	padding-bottom: 60px;
}
.faq_wrap {
}
.faq_cnt {
	margin-bottom: 20px;
}
.faq_cnt span {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bgc);
	line-height: 0.001;
	flex-shrink: 0;
}
.faq_ques {
	padding: 15px 20px;
	border-radius: 9999px;
	background: #f0eeed;
}
.faq_ques_wrap {
	display: flex;
	align-items: baseline;
	gap: 16px;
	font-size: 20px;
	font-weight: bold;
	padding-right: 55px;
	position: relative;
}
.faq_ques_cnt {
}
.faq_ques_item {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
}
.faq_ques_item span {
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 9999px;
	background: #e8a817;
	transition: all 0.4s;
}
.faq_ques_item span:last-child {
	transform: translate(50%, 50%) rotate(90deg);
}
.-open .faq_ques_item span:last-child {
	transform: translate(50%, 50%) rotate(0deg);
}
.faq_ans {
	display: none;
	padding: 15px 20px 30px;
}
.faq_ans_wrap {
	display: flex;
	align-items: baseline;
	gap: 16px;
}
.faq_ans_cnt {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.page_hd {
		margin-bottom: 30px;
	}
	.faq {
		padding-bottom: 10px;
	}
	.faq_wrap {
	}
	.faq_cnt {
	}
	.faq_cnt span {
		font-size: 19px;
		width: 30px;
		height: 30px;
	}
	.faq_ques {
		padding: 10px 20px;
	}
	.faq_ques_wrap {
		font-size: 17px;
		gap: 10px;
		padding-right: 25px;
	}
	.faq_ques_cnt {
	}
	.faq_ques_item {
		width: 18px;
		height: 18px;
	}
	.faq_ques_item span {
		width: 100%;
		height: 3px;
	}
	.faq_ques_item span:last-child {
	}
	.-open .faq_ques_item span:last-child {
	}
	.faq_ans {
		padding: 10px 20px 20px;
	}
	.faq_ans_wrap {
		gap: 10px;
	}
	.faq_ans_cnt {
	}
}

@media print {
}
