@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* section1 */
.section1 .topBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.section1 .topBox p{
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.section1 .topBox p .fa{
	color: #405ca3;
	font-size: 24px;
	line-height: 1;
	margin-right: 7px;
}

.section1 .topBox a{
	background: #405ca3;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	border-radius: 7px;
	padding: 6px 20px;
}

.section1 .mapBox .root_daum_roughmap_landing{
	width: 100%;
}


/* ---------------------------------------------------------- 1000 */
@media screen and (max-width: 1000px){
	
}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* section1 */
.section1 .topBox{
	margin-bottom: 3vw;
}

.section1 .topBox p{
	font-size: 3vw;
}

.section1 .topBox p .fa{
	color: #405ca3;
	font-size: 4vw;
	line-height: 1;
	margin-right: 1vw;
}

.section1 .topBox a{
	font-size: 2.5vw;
	border-radius: 1vw;
	padding: 1vw 3vw;
}

.section1 .mapBox .root_daum_roughmap_landing{
	width: 100%;
}




}