@charset "utf-8";


#faq {}
#faq .cont {}
#faq .faqView {
	display: flex;
	flex-direction: column;
	gap: 30px;
	overflow:hidden;
}
#faq .faqView .faqBox {
	border-radius: 40px;
	background: #F8F8F8;
}
#faq .faqView .faqBox:last-child {
	border-bottom:0;
}
#faq .faqView .faqBox .question {
	border-radius: 999px;
	border: 1px solid #DDD;
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	gap: 20px;
	position: relative;
}
.question .que_last {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	border-radius: 999px;
	border: 2px solid #DDD;
	background: #FFF;
}
.question .que_last img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	vertical-align: middle;
}
#faq .faqView .faqBox .question .queNum {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
#faq .faqView .faqBox .question .queT {
	font-size: 1.44em;
	font-style: normal;
	font-weight: 600;
	line-height: 130.769%;
}
#faq .faqView .faqBox .question .queT:hover {
	color: #FF7290;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#faq .faqView .faqBox .question .queT:active {
	color: #FF7290;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#faq .faqView .faqBox .answer {
	display: flex;
	gap: 20px;
	align-items:flex-start;
	padding: 25px 30px;
}
#faq .faqView .faqBox .answer .answerA {
	font-size:22px;
	color:#555;
	letter-spacing:-0.44px;
	font-weight:bold;
	text-align:center;
}
#faq .faqView .faqBox .answer .answertxt {
	color: #333;
	font-size: 1.22em;
	font-style: normal;
	font-weight: 400;
	line-height: 127.273%;
	letter-spacing: -0.66px;
}
#faq .faqView .faqBox .answer .answertxt p {
	line-height:1.81;
}

/*---------------반응형 미디어쿼리----------------*/

@media (max-width:1440px) {}

@media (max-width:1200px) {
	#faq .faqView .faqBox .question .queNum,
	#faq .faqView .faqBox .question .queT,
	#faq .faqView .faqBox .answer .answerA {
		font-size:20px;
	}
}

@media (max-width:1024px) {
	#faq .faqView .faqBox .question .queNum,
	#faq .faqView .faqBox .question .queT,
	#faq .faqView .faqBox .answer .answerA {
		font-size:18px;
	}
}

@media (max-width:991px) {}

@media (max-width:768px) {
	#faq .faqView .faqBox .question {
		padding:20px;
		padding-right:50px;
		background-position-x: 97%;
	}
}

@media (max-width:480px) {}

@media (max-width:400px) {}
@media (max-width:320px) {}
