@charset "utf-8";

/* page03 */
#container .page section.n01 {
	margin-top: 100px;
	margin-bottom: 100px;
}
#container .page section.n01 .btns {
	display: block;
}
#container .page section.n01 .btns button {
	position: relative;
	border: none;
	background-color: transparent;
	color: #999999;
	font-size: 26px;
	font-weight: 500;
	margin-left: 50px;
}
#container .page section.n01 .btns button:first-child {
	margin-left: 0;
}
#container .page section.n01 .btns button:hover,
#container .page section.n01 .btns button:focus,
#container .page section.n01 .btns button.on {
	color: #1FA490;
}
#container .page section.n01 .btns button.on::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	background-color: #1FA490;
	border-radius: 8px;
}
#container .page section.n01 .map_wrap {
	position: relative;
	margin-top: 100px;
	width: 100%;
	z-index: 1;
}
#container .page section.n01 .map_wrap .overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.5);
}
#container .page section.n01 .map_wrap .overlay button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	padding: 20px;
}
#container .page section.n01 .group {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 70px;
	column-gap: 50px;
}
#container .page section.n01 .group .cols {
	flex: 1;
}
#container .page section.n01 .group .cols .title {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
}
#container .page section.n01 .group .cols .subtitle {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
#container .page section.n01 .group .cols .subtitle::before {
	content: '·';
	display: inline-block;
	margin-right: 5px;
}
#container .page section.n01 .group .cols .desc {
	font-size: 20px;
	padding-left: 10px;
	margin-top: 15px;
}
#container .page section.n01 .group .cols .link {
	display: inline-block;
	border: 2px solid #1FA490;
	font-size: 18px;
	padding: 30px;
	margin-top: 40px;
}
#container .page section.n01 .group .cols .link:hover,
#container .page section.n01 .group .cols .link:focus  {
	background-color: #1FA490;
	color: #fff;
}

#container .page section.n01 .tab {
	display: none;
}
#container .page section.n01 .tab.on {
	display: block;
}

/* 반응형 */
@media screen and (max-width: 1000px) {
	#container .page section.n01 {
		margin-top: 80px;
	}
	#container .page section.n01 .map_wrap .overlay {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#container .page section.n01 .group .cols {
		width: 100%;
		flex: none;
	}
	#container .page section.n01 .group .cols .desc {
		font-size: 18px;
	}
}
