/* IE Hack */
*html #container {
    height: 100%;
}
.max_height{
	height: 100%;
}
.singleTrackMaps{
	position:relative;overflow:hidden;width:100%;height: 90%;
}

.makeTrack{
	position:relative;
	overflow:hidden;
	width:100%;
	height: 99%;
}

#ele-graph{
	height: 10%;
}

/* 트랙 제작 페이지 용 css */
#set-terrain{
	position:absolute;top:50px;right:10px;
}
#about { 
  display: block;
  width: 250px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  padding-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#mainpage {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
}
#sidebutton {
	top: 70px;
	color: black;
	position:absolute;
	background-color: white;
	padding: 5px 10px 5px 10px;
	z-index: 3;
}
/* 트랙 제작 페이지 용 css */

/* 콘텐츠 헤더 타이틀 */
.main-contents-header {
  margin: -22px -22px 22px -22px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.main-contents-header img {
  left: 0;
  position: absolute;
  width: 100%;
}
.main-contents-header .bg-overlay {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-contents-header .main-contents-header-content {
  position: relative;
}
.main-contents-header .main-contents-header-content h1.page-title {
  padding: 40px 0 0 0;
  color: #fff;
  margin: 0 0 -40px 0;
}
.main-contents-header .main-contents-header-content .slogan {
  padding: 60px 0 40px 0;
  color: #fff;
}
.main-contents-header .main-contents-header-content .slogan h3,
.main-contents-header .main-contents-header-content .slogan h4 {
  padding: 0;
  margin: 0;
}
.main-contents-header .main-contents-header-content .slogan h3 {
  line-height: 30px;
  font-weight: 600;
}
.main-contents-header .main-contents-header-content .slogan h4 {
  padding-top: 10px;
  font-weight: 300;
}
/* 콘텐츠 헤더 타이틀 종료 */

/* 다음지도 관련 */
/*.radius_border{border:1px solid #919191;border-radius:5px;}     
.custom_typecontrol {position:absolute;top:10px;right:10px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:1;font-size:12px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;}
.custom_typecontrol span {display:block;width:64px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
.custom_typecontrol .unselected_map {background:#fff;background:linear-gradient(#fff,  #e6e6e6);}       
.custom_typecontrol .unselected_map:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
.custom_typecontrol .unselected_map:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}    
.custom_typecontrol .selected_map {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
.custom_typecontrol .selected_map:hover {color:#fff;} */