@charset "utf-8";
@import url('global.css');
@import url('layout.css');
@import url('common.css');

#container{*display:inline-block; width:1000px; overflow:hidden; margin: 30px auto ; }
#container:after{display:block;clear:both;content:''}

/* 상단이미지 */
.subvisual{width:100%; height:288px; margin-bottom:35px; text-align:center; overflow:hidden; background:url(../images/subvisual.jpg) center; font-size:40px; font-weight:600; color:#fff; line-height:28px; text-align:center; padding-top:; }

/* 서브메뉴 */
.snb{ float:left; width:200px; margin-right:40px; margin-top:0px; min-height: 100%; }
.snb #title { width:200px; height:79px; background:url(../images/snb_bg.png); font-weight:600; color:#fff; font-size:25px; text-align:center; line-height:79px;}
.snb  #sm { margin-top:0px;  overflow:hidden;}
.snb  #sm a{ line-height:40px; color: #494949; font-size: 14px; font-weight:400;  display:block;padding-left:20px; height:40px;  background-color:#fff; border:1px #ccd1da solid;}
.snb  #sm li{ float:left; margin-top:5px;width:200px; }
.snb  #sm li.on a{ color:#fff; background:url(../images/bg_nav_on.png) right; font-weight:bold; height:40px; border:none;}

.snb #sm .sm2 { margin-top:5px;  overflow:hidden;}
.snb #sm .sm2 li.on a{ color:#12a6e0; background:#fff; font-weight:bold; height:25px; border:none;}
.snb #sm .sm2 a{ line-height:25px; color: #494949; font-size: 14px; font-weight:400;  display:block;padding-left:20px; height:25px;  background-color:#fff; border:0px #ccd1da solid;}


/* 서브왼쪽 배너 */
.banner { margin-top:20px; background:url(../images/sub_tel.gif); font-size:13px; color:#fff; text-align:center;}
.banner li{ float:left;}
.banner .bold { padding-top:13px; margin-bottom:17px; font-size:21px; font-weight:600; color:#fff; letter-spacing:-0.5px;}
.banner .tel { margin-bottom:17px; font-size:27px; font-weight:600; color:#ffe400; letter-spacing:-0.5px;}
.banner .tel2 { margin-bottom:12px; font-size:22px; font-weight:600; color:#ffe400; letter-spacing:-0.5px;}
.banner .notice { font-size:13px; font-weight:600; color:#8aff43;}


/* 상단타이틀영역 */
.titleArea { width:760px; height:55px; border-bottom:1px #ccd1da solid; overflow:hidden; }
#subtitle { margin-bottom:10px; font-size:27px; font-weight:600; color:#393939; line-height:36px; }
.titleArea > #subtitle2 {  font-size:13px; font-weight:400; color:#878787; line-height:; letter-spacing:-0.5px; text-align:; }
.titleArea > #map { position: absolute; right:0px; top:15px; color: #979797; font-size: 12px; background:url(../images/dot_home.png) no-repeat 0 7px; padding-left:20px; }

/* 컨텐츠영역 */
#content{ position:relative; float:left; width:760px; }
#content .wrapper{ clear:both; margin:30px 0; overflow:hidden; text-align:center;}
