/*초기화*/
* {
    margin: 0;
    padding: 0;
}
body {
	font-family:'맑은 고딕', 'Malgun Gothic', '돋움', Dotum, Arial,'Apple Gothic', sans-serif;

	background:#f2f5f7;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}

  #menu_class_gnb > li:first-child  + li + li + li + li > a {
	border-bottom:5px solid #434343;
  }
  
  
/*공통 타이틀*/

.now_tit {
	width:270px;
	height:auto;
	margin-right:15px;
	float:left;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.now_block {
	width:30px;
	height:2px;
	background:#434343;
	margin-bottom:20px;
}

.now_tit > h2 {
	font-weight:normal;
}


.now_tit_w {
	width:270px;
	height:auto;
	margin-right:15px;
	float:left;
}

.now_block_w {
	width:30px;
	height:2px;
	background:#fff;
	margin-bottom:20px;
}

.now_tit_w > h2 {
	font-weight:normal;
	color:#fff;
}


.call_text {
	width:865px;
	height:auto;
}

.call_text > h4 {
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	margin-bottom:25px;
}

.call_text_w {
	width:865px;
	height:auto;
}

.call_text_w > h4 {
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	margin-bottom:25px;
	color:#fff;
	word-break:keep-all;
}


.call_text_table {
	margin-top:25px;
}

  


/*서브2*/

#big_bg {
	width:100%;
	min-width:1180px;
	background:#e0e1dc;
}

#big_bg > #big_wrap {
	margin:0 auto;
	width:1150px;
	height:430px;
	background:url(../img_v10/way.png);
}






/*약도*/

#way_bg {
	margin-top:25px;
	min-width:1180px;
	width:100%;
}

#way_bg > #way_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	overflow:hidden;

}

.way_box {
	width:865px;
	float:right;
}


/*맵시작*/

#map_bg {
}

#map_wrap {
}


#map {
	margin:0 auto;
	width:865px;
	height:700px;
	background:url(../img_v10/map.png) #fff left center no-repeat;
	
	margin-bottom:15px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}



/*운송수단*/

#map_on {
	width:865px;
	height:auto;
	overflow:hidden;
}



/*교통편-운송수단*/

#map_on > #road_on_car {
	width:865px;
	height:auto;
	float:left;
	margin-right:12px;
	
}


#map_on {
}

.road_on {
	width:100%;
	height:auto;
	background:#fff;

	
	overflow:hidden;
	
	border-radius:10px;
	margin-bottom:15px;
}


.road_on > h4 {
	display:block;
	width:100px;
	height:auto;
	float:left;
	
	
	padding:10px;
	border-radius:0 0 10px 0;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	
	background:#eaeaea;
}

#road_on_car > h4 {
	background:#2f5f9a;
	color:#fff;
}

#road_on_bus > h4 {
	background:#2f8a9a;
	color:#fff;
}

#road_on_subway > h4 {
	background:#60b99b;
	color:#fff;
}



.road_on > p {
	display:block;
	width:765px;
	height:auto;
	float:right;
	
	
	padding:10px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	font-size:13px;
	line-height:24px;
	font-weight:normal;
}

/*교통편-운송수단*/
