@charset "utf-8";

/* page11 */
#container .page section.n01 {
	margin-top: 150px;
	margin-bottom: 100px;
}
#container .page section.n01 .ibox {
	margin-bottom: 100px;
}
#container .page section.n01 .grid {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}
#container .page section.n01 .grid li {
	max-width: 600px;
	display: grid;
	grid-template-columns: 70px 1fr;
	column-gap: 30px;
	row-gap: 20px;
}
#container .page section.n01 .grid .no {
	width: 70px;
	height: 70px;
	background: url('../img/page/page11_img002.png') no-repeat;
	padding: 20px 10px;
}
#container .page section.n01 .grid .no span {
	font-size: 26px;
	color: #fff;
	display: block;
	text-align: center;
}
#container .page section.n01 .grid .desc p {
	font-size: 20px;
	line-height: 30px;
}

#container .page section.n01 .grid2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 220px;
	row-gap: 100px;
	margin-top: 70px;
}
#container .page section.n01 .grid2 li {
	text-align: center;
	position: relative;
}
#container .page section.n01 .grid2 li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -110px;
	width: 1px;
	height: 100%;
	background-color: #D9D9D9;
}
#container .page section.n01 .grid2 li:last-child::after {
	display: none;
}
#container .page section.n01 .grid2 li .title {
	font-size: 26px;
	font-weight: bold;
	color: #1FA490;
	margin-top: 30px;
}
#container .page section.n01 .grid2 li .desc {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
}

#container .page section.n01 .title {
	display: block;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-top: 175px;
}

#container .page section.n01 .nav-btns {
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
#container .page section.n01 .nav-btns button {
	font-size: 26px;
	font-weight: bold;
	color: #999999;
	border: none;
	background-color: transparent;
	display: inline-block;
	position: relative;
}
#container .page section.n01 .nav-btns button:hover,
#container .page section.n01 .nav-btns button:focus,
#container .page section.n01 .nav-btns button.on {
	color: #1FA490;
}
#container .page section.n01 .nav-btns button.on::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background-color: #1FA490;
	border-radius: 8px;
}
#container .page section.n01 .nav-wrap {
	border-top: 1px solid #000;
	margin-top: 40px;
	padding-top: 30px;
}
#container .page section.n01 .nav-wrap .tab {
	display: none;
}
#container .page section.n01 .nav-wrap .tab .box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#container .page section.n01 .nav-wrap .tab .box .cols:nth-child(2) {
	padding: 45px 50px;
}
#container .page section.n01 .nav-wrap .tab .box .tit {
	font-size: 26px;
	font-weight: bold;
	color: #1FA490;
}
#container .page section.n01 .nav-wrap .tab .box .desc {
	font-size: 20px;
	color: #1FA490;
	margin-top: 15px;
}
#container .page section.n01 .nav-wrap .tab .box .list {
	margin-top: 50px;
}
#container .page section.n01 .nav-wrap .tab .box .list li {
	margin-bottom: 10px;
}
#container .page section.n01 .nav-wrap .tab .box .list li:last-child {
	margin-bottom: 0;
}
#container .page section.n01 .nav-wrap .tab .box .list p {
	position: relative;
	font-size: 20px;
	padding-left: 15px;
}
#container .page section.n01 .nav-wrap .tab .box .list p::before {
	content: '·';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* 반응형 */
@media screen and (max-width: 1000px) {
	#container .page section.n01 {
		margin-top: 80px;
	}

	#container .page section.n01 .title {
		margin-top: 120px;
		font-size: 24px;
	}

	#container .page section.n01 .grid li {
		grid-template-columns: 1fr;
	}
	#container .page section.n01 .grid .desc {
		padding-left: 20px;
	}
	#container .page section.n01 .grid .no {
		width: 60px;
		height: 60px;
		padding: 15px 10px;
		background-size: 100% 100%;
	}
	#container .page section.n01 .grid .desc p {
		font-size: 18px;
	}

	#container .page section.n01 .grid2 li::after {
		display: none;
	}
	#container .page section.n01 .grid2 li .icon img {
		max-width: 80%;
	}
	#container .page section.n01 .grid2 li .title {
		font-size: 22px;
	}
	#container .page section.n01 .grid2 li .desc {
		font-size: 20px;
	}

	#container .page section.n01 .nav-btns button {
		font-size: 22px;
	}
	#container .page section.n01 .nav-wrap .tab .box {
		grid-template-columns: 1fr;
	}
	#container .page section.n01 .nav-wrap .tab .box .tit {
		font-size: 22px;
	}
	#container .page section.n01 .nav-wrap .tab .box .desc {
		font-size: 18px;
	}
}
