@charset "utf-8";

/* 내용관리 */
#ctt {margin:0}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

#bo_cate{margin-top:20px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:20px;padding-left:1px;width:800px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px; font-family:"맑은 고딕", "Malgun Gothic", "나눔 고딕", "NanumGothic", sans-serif; font-size:12px;}
#bo_cate a {display:block;position:relative;margin-left:-1px; letter-spacing:-1px; padding:19px 0 19px 0;width:113px;border:1px solid #ddd;background:#fbfbfb;color:#999;text-align:center;cursor:pointer}
**#bo_cate a {width:113px}


#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #777;background:#fff;color:#666;}


#bo_cate a._none{border:none; margin:0; background:none}
._bo_cate{padding:4px 0 11px 0}
._bo_cate span{padding:0 20px 0 5px}
._bo_cate span a{color:#777}
._bo_cate span a._on{color:#555; font-weight:bold}

.ctt_admin{}

.btn_admin{position:absolute; top:-50PX; right:0px}

#bo_cate li i{font-size:30px}


#map-canvas, #map_canvas { 
  width : 756px; /* 구글 지도 넓이 */ 
  height: 300px; /* 구글 지도 높이 */ 
  font-size:12px;
  border:1px solid #ddd;
  margin-bottom : 30px;
  margin-top:-20px
} 

/* 말풍선관련 css 시작 */ 
.map_Heading { /* 말풍선 타이틀(회사명) css */ 
  line-height:30px; 
  font-size:20px; 
  font-weight:bold; 
  color:#30C; 
} 

.map_Content { /* 말풍선 내용 css */ 
  font-size:12px; 
  color:#333; 
} 

/* 말풍선 회사홈페이지 링크 css */ 
a:link.map_Content    { text-decoration: none; color: #333; } 
a:active.map_Content  { text-decoration: none; color: #333; } 
a:visited.map_Content { text-decoration: none; color: #333; } 
a:hover.map_Content  { text-decoration: none; color: #A2002E; } 
/* 말풍선관련 css 끝 */ 

@media print { 
  html, body { 
    height: auto; 
  } 
  #map_canvas { 
    height: 650px; 
  } 
} 