@charset "utf-8";

/* 내용관리 */
#ctt {
	margin: 40px 0 130px;
	background: #fff
}

.ctt_admin {
	display: none;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con {
	/*padding: 10px 0;*/
	line-height: 1.6;
}

#ctt_con img {
	max-width: 100%;
	height: auto
}

.ctt_img {
	text-align: center
}
.map ul {
	margin-bottom: 40px;
}
.map ul li {
	margin-bottom: 14px;
	font-size: 16px;
	color: #333;
}
.map ul li a {
	font-size: 18px;
	font-weight: 700;
}
.map ul li span {
	display: inline-block;
	padding: 2px 10px;
	background-color: #83A624;
	color: #fff;
	margin-right: 10px;
	border-radius: 100px;
}


@media all and (max-width: 576px) {
	
}

@media all and (max-width:768px) {
	#ctt {
		margin: 30px 0 100px;
	}
	.map-wrap .map {
		padding-bottom: 6%;
	}
	.map-wrap .map .content .tit {
		font-size: 24px !important;
	}
	.map-wrap .map .content .tit:before {
		width: 10%;
	}
	.map-wrap .map .content p {
		font-size: 14px !important;
	}
	.map-wrap .map .content p span {
		margin-right: 4%;
	}
	.map-wrap .map .content .detail div:first-child p span {
		display: block;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.map-wrap .map .content .detail div:last-child {
		display: block;
	}
	.map-wrap .map .content .detail div p:nth-child(2n) {
		margin-left: 0 !important;
	}
	.map-wrap .map_btn {
		width: 15vw;
		height: 15vw;
		line-height: normal;
		font-size: 10vw;
	}
	
}
@media all and (max-width:1024px) {
	
}
@media all and (max-width:1199px) {
	.map-wrap .map .content .tit {
		font-size: 4.2vw;
		padding-left: 14%;
		margin-bottom: 8%;
	}
	.map-wrap .map .content p {
		font-size: 2.2vw;
	}
	.map-wrap .map .content .detail div p:nth-child(2n) {
		margin-left: 10%;
	}
	
}
@media all and (max-width:1399px) {
	
}

/* CEO 인사말 */
.ceo_top {
	margin-bottom: 100px;
}


@media all and (max-width:768px) {
	.ceo_top {
		margin-bottom: 60px;
	}
	
}
@media all and (max-width:1024px) {
	
}
@media all and (max-width:1199px) {

}
@media all and (max-width:1399px) {
	
	
}