@charset "UTF-8";

:root {
	--sc: #74c901;
}

.about {
}

.about_hd {
	margin-bottom: 35px;
}

.about_wrap {
	padding: 0 30px;
}

.about_cnt {
}

.about_txt {
	margin-bottom: 45px;
}

.about_btm {
	position: relative;
}

.about_btm_wrap {
	width: 550px;
}

.about_btm_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 10px 0 30px;
	padding: 35px 30px;
	border: #74c901 2px solid;
	border-radius: 10px;
	background: #ffffff;
	font-weight: bold;
}

.about_btm_list span {
	display: block;
	position: relative;
	padding-left: 13px;
}

.about_btm_list span::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sc);
}

.about_btm_img {
	position: absolute;
	right: 56px;
	bottom: -50px;
	z-index: 1;
}

.about_btm_img_balloon {
	position: absolute;
	top: -94px;
	right: -50px;
	z-index: 2;
}

.must {
}

.must_hd {
	margin-bottom: 32px;
}

.must_wrap {
}

.must_cnt {
}

.must_detail {
	margin-bottom: 25px;
	padding: 30px 50px 45px;
	border-radius: 10px;
	background: #fbf9f4;
}

.must_detail:last-child {
	margin-bottom: 0;
}

.must_detail_hd {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
	padding: 0 6px 10px;
	border-bottom: 1px dotted var(--sc);
	color: var(--sc);
	font-weight: bold;
	font-size: 24px;
}

.must_detail_hd span {
	font-size: 16px;
}

.must_detail_wrap {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 25px;
}

.must_detail_wrap:last-child {
	margin-bottom: 0;
}

.must_detail_img {
	flex-shrink: 0;
}

.must_detail_cnt {
}

.must_detail_subt {
	margin-bottom: 10px;
	color: #f7931e;
	font-weight: bold;
	font-size: 20px;
}

.must_detail_txt {
	word-wrap: break-word;
}

.must_detail_txt a {
	display: flex;
	width: fit-content;
	margin-top: 20px;
	color: #0092c3;
	text-decoration: underline;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.about {
	}

	.about_hd {
		margin-bottom: 25px;
	}

	.about_wrap {
		padding: 0 15px;
	}

	.about_cnt {
	}

	.about_txt {
		margin-bottom: 20px;
	}

	.about_btm {
	}

	.about_btm_wrap {
		width: 100%;
		margin-bottom: 70px;
	}

	.about_btm_list {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 30px 20px;
	}

	.about_btm_list span {
	}

	.about_btm_list span::before {
		top: 9px;
	}

	.about_btm_img {
		position: relative;
		right: auto;
		bottom: auto;
		width: 170px;
		margin: 0 auto;
	}

	.about_btm_img_balloon {
		top: -58px;
		width: 158px;
	}

	.must {
	}

	.must_hd {
	}

	.must_wrap {
	}

	.must_cnt {
	}

	.must_detail {
		padding: 30px 20px 35px;
	}

	.must_detail:last-child {
	}

	.must_detail_hd {
		flex-flow: column;
		gap: 5px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	.must_detail_hd span {
		font-size: 13px;
	}

	.must_detail_wrap {
		flex-flow: column;
		gap: 18px;
	}

	.must_detail_wrap:last-child {
	}

	.must_detail_img {
	}

	.must_detail_cnt {
	}

	.must_detail_subt {
	}

	.must_detail_txt {
	}

	.must_detail_txt a {
	}
}
