@charset "utf-8";

/* 내용관리 */
#ctt {
	margin: 60px 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.4;
}

#ctt_con img {
	max-width: 100%;
	height: auto
}

.ctt_img {
	text-align: center
}

/* 240709 추가 */
.map-wrap:not(:first-child) {
	margin-top: 50px;
}
.map-wrap .map {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.map-wrap .map .content {
	width: 80%;
}
.map-wrap .map .content .tit {
	font-size: 44px;
	margin-bottom: 50px;
	padding-left: 100px;
	position: relative;
}
.map-wrap .map .content .tit:before {
	content: "";
	width: 68px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.map-wrap .map .content .detail div{
	display: flex;
}
.map-wrap .map .content .detail div:last-child {
	justify-content: space-between;
}
.map-wrap .map .content .detail div p:nth-child(odd) {
	
}
.map-wrap .map .content p {
	font-size: 24px;
	margin-bottom: 24px;
	color: #666;
	word-break: keep-all;
}
.map-wrap .map .content p span {
	margin-right: 30px;
}

.map-wrap .map_btn {
	width: 90px;
	height: 90px;
	background: #d9d9d9;
	border-radius: 100%;
	line-height: 90px;
	font-size: 60px;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.map-wrap .map-box {
	overflow: hidden;
	height: 0;
	transition: heigth 0.3s ease;
}


@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) {
	
	
}