@charset "UTF-8";

main {
	padding-top: 115px;
}

.faq {
	margin-bottom: 110px;
}

.faq_hd {
	margin-bottom: 41px;
	padding: 10px 37px;
	border-radius: 8px;
	background: #fff502;
	font-weight: bold;
	font-size: 20px;
}

.faq_wrap {
}

.faq_box {
	margin-bottom: 32px;
	padding: 24px 32px;
	border: #cccccc solid 1px;
	border-radius: 8px;
}

.faq_box_hd {
	display: flex;
	align-items: center;
	gap: 7px;
	padding-bottom: 21px;
	border-bottom: 1px solid #cccccc;
}

.faq_box_hd span {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: auto;
	border-radius: 50%;
	background: #fff502;
	font-weight: 600;
	font-size: 27px;
	aspect-ratio: 1;
}

.faq_box_hd h3 {
	font-weight: bold;
	font-size: 20px;
}

.faq_box_cnt {
	display: flex;
	gap: 22px;
	padding: 21px 11px 0;
}

.faq_box_cnt span {
	font-weight: 600;
	font-size: 27px;
	line-height: 1.1;
}

.faq_box_cnt p {
}

.trivia {
	margin-bottom: 110px;
}

.trivia_wrap {
	padding: 55px 44px 48px;
	border-radius: 8px;
	background: #fff502;
}

.trivia_hd {
	margin-bottom: 42px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.trivia_cnt {
	padding: 46px 60px 64px;
	border-radius: 30px;
	background: #ffffff;
}

.trivia_intro {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.trivia_detail {
}

.trivia_detail_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 37px 24px;
	border-top: #cccccc 1px solid;
}

.trivia_detail_cnt:last-child {
	border-bottom: #cccccc 1px solid;
}

.trivia_detail_hd {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 28px;
	width: 320px;
}

.trivia_detail_hd_item {
	flex-shrink: 0;
}

.trivia_detail_hd_ttl {
	font-weight: bold;
	font-size: 20px;
}

.trivia_detail_txt {
	max-width: 555px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	main {
	}

	.faq {
		margin-bottom: 50px;
	}

	.faq_hd {
		margin-bottom: 30px;
		padding: 10px 16px;
	}

	.faq_wrap {
	}

	.faq_box {
		margin-bottom: 20px;
		padding: 20px 15px;
	}

	.faq_box_hd {
	}

	.faq_box_hd span {
		width: 50px;
		font-size: 22px;
	}

	.faq_box_hd h3 {
		font-size: 18px;
	}

	.faq_box_cnt {
		gap: 16px;
	}

	.faq_box_cnt span {
		font-size: 22px;
	}

	.faq_box_cnt p {
	}

	.trivia {
	}

	.trivia_wrap {
		padding: 40px 20px 20px;
	}

	.trivia_hd {
		margin-bottom: 25px;
		font-size: 32px;
	}

	.trivia_cnt {
		padding: 40px 15px 45px;
	}

	.trivia_intro {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.trivia_detail {
	}

	.trivia_detail_cnt {
		flex-flow: column;
		gap: 11px;
		padding: 25px 9px;
	}

	.trivia_detail_cnt:last-child {
	}

	.trivia_detail_hd {
		flex-flow: column;
		gap: 8px;
	}

	.trivia_detail_hd_item {
		width: 80px;
	}

	.trivia_detail_hd_ttl {
	}

	.trivia_detail_txt {
	}
}
