@charset "UTF-8";

.main {
}

.faq {
	padding-top: 35px;
	padding-bottom: 160px;
}

.faq_wrap {
}

.faq_cnt {
	margin-bottom: 30px;
}

.faq_cnt:last-child {
	margin-bottom: 0;
}

.faq_question {
	position: relative;
	margin-bottom: 5px;
	padding: 15px 20px 15px 85px;
	border-radius: 10px;
	background: #f1efeb;
}

.faq_question_tag {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 16px;
	left: 20px;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #a57165;
	color: #ffffff;
	font-size: 18px;
}

.faq_question_cnt {
	color: #a57165;
	font-size: 20px;
}

.faq_answer {
	position: relative;
	padding: 25px 30px 25px 70px;
	border-radius: 10px;
	background: #ffffff;
}

.faq_answer_tag {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 21px;
	left: 20px;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #6ba333;
	color: #ffffff;
	font-size: 18px;
}

.faq_answer_cnt {
}

.faq_answer_cnt a {
	color: #d05d5d;
	text-decoration: underline;
}

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

@media screen and (max-width:768px) {
	.main {
	}

	.faq {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.faq_wrap {
	}

	.faq_cnt {
	}

	.faq_cnt:last-child {
	}

	.faq_question {
		padding: 15px 15px 15px 55px;
	}

	.faq_question_tag {
		top: 18px;
		left: 12px;
		width: 28px;
		height: 29px;
		font-size: 16px;
	}

	.faq_question_cnt {
		font-size: 18px;
	}

	.faq_answer {
		padding: 20px 15px 20px 55px;
	}

	.faq_answer_tag {
		top: 18px;
		left: 12px;
		width: 28px;
		height: 29px;
		font-size: 16px;
	}

	.faq_answer_cnt {
	}
}
