/* *****************************************
 * 1. 오시는길
 * ****************************************/
.map_wrap{	
	margin-bottom:100px;
}
.map_wrap .map{
	width: calc(100% - 22px);
	border: 1px solid #e6e6e6;
	text-align: center;
	padding:10px 10px;
}
.map_wrap .map > img {
	width: 100%;
}
.map_wrap .map_text{
	margin-top:40px;
}
.map_wrap .map_text ul {
	width: calc((100% / 2) - 42px);
	display:inline-block;
	margin-left:20px;
	margin-right:20px;
	vertical-align:top;
}
.map_wrap .map_text ul > li.title{
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
}
.map_wrap .map_text ul > li.ex{
	color:#666;
	font-size:16px;
	line-height:26px;
	padding-left:20px;
	margin-left:10px;
}
.map_wrap .map_text ul > li.ex.blue{
	border-left:3px solid #245faf;
}
.map_wrap .map_text ul > li.ex.red{
	border-left:3px solid #c11111;
}


/******** 오시는 길 [2019.11.20 추가] ********/
.map_wrap{
	width:1100px;
	margin:0 auto;
	margin-bottom:100px;
	margin-top:70px;
}
.map_wrap > .title{
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
	color: #333;
}
.map_wrap > .title > p {
	color: #555;
	line-height: 35px;
	word-break: break-all;
}
.map_wrap > .title > p .mr30 {
	margin-right: 30px;
}
.map_wrap > .title > p > br {
	display: none;
}
.map_wrap > .title > h4{	
	font-size:20px;
	margin-bottom:10px;
}
.map_wrap .map_text{
	margin-top:40px;
}
.map_wrap .map_text ul {
}
.map_wrap .map_text ul > li.title{
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
}
.map_wrap .map_text ul > li.ex{
	color:#666;
	font-size:16px;
	line-height:26px;
	padding-left:20px;
	margin-left:10px;
	word-break: break-all;
}
.map_wrap .map_text ul > li.ex.blue{
	border-left:3px solid #245faf;
}
.map_wrap .map_text ul > li.ex.red{
	border-left:3px solid #c11111;
}

.preparing #wrap .footer {display:none;}



/* *****************************************
 * 2. 오시는길 - mddia Query 
 * ****************************************/

 @media only screen and (max-width: 1200px) {   
}

@media only screen and (max-width: 1150px) {   
	.map_wrap {
		width: 100%;
	}
	.map_wrap .map{
		width: calc(100% - 62px);
		margin-left: 20px;
		margin-right: 20px; 
	}
}

@media only screen and (max-width: 1024px) {   
	.map_wrap > .title {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px; 
	}
	.map_wrap > .title > p .mr30 {
		margin-right: 0px;
	}
	.map_wrap > .title > p > br {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.map_wrap > .title {
		font-size: 16px;
	}
	.map_wrap > .title > p {
		line-height: 30px;
	}
	.map_wrap .map_text ul {
		width: calc(100% - 40px);
		display:inline-block;
		margin-left:20px;
		margin-right:20px;
		vertical-align:top;
	}
	.map_wrap .map_text ul.way02 {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.map_wrap > .title > p {
		font-size: 14px;
		line-height: 25px;
	}
	.map_wrap .map_text ul > li.title {
		font-size: 20px;
	}
	.map_wrap .map_text ul > li.ex {
		font-size: 14px;
		line-height: 24px;
	}
}