html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, input, select, textarea, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
ul, ol {
  list-style-type: none;
}
a:link, a:visited {
  text-decoration: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}

i, em, address {
  font-style: normal;
}

/* ======================================================================== */

html {
  overflow-y: auto;
  font-family: '맑은 고딕','Malgun Gothic','나눔 고딕','Nanum Gothic','dotum',Helvetica,AppleSDGothicNeo,sans-serif;
  text-align: center;
  /*color: #666;*/
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -1px;
}
html, body{
  width: 100%;
  height: 100%;
}

body{
  position: relative;
  min-width: 320px;
  overflow: auto;
}

a, img {
  border:none;
  outline:none;
  color:#505050;
}

.wrap{
  position: relative;
  left: 0;
  width: 100%;
  min-height: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}

header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /*background: #fff;*/
}
#header .header_wrap {
  height: 70px;
  position: relative;
  /*max-width: 667px;*/
  max-width: 1000px;
  margin: 0 auto;
}
#header .gnb_cover {
  height: 50px;
  background: #3270b5; color: black;
}
#header .gnb {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#header .gnb > ul {
  display: inline-block;
  width: 100%;
}
#header .gnb > ul > li {
  position: relative;
  float: left;
  width: 12.5%;
  background-color: #3270b5;
  color: white;
}
#header .gnb > ul > li:first-child > a {
  border-left: solid 1px #618fc2;
}
#header .gnb > ul > li > a {
  display: block;
  line-height: 50px;
  border-right: solid 1px #618fc2;
  color: #fff;
  background-color: transparent;
  font-size: 15px;
  background-color: #3270b5;
}
.topMenus{
display: block;
  line-height: 50px;
  border-right: solid 1px #618fc2;
  color: #fff;
  background-color: transparent;
  font-size: 15px;
  background-color: #3270b5;
  width: 141px;
  float: left;
}

#header .gnb > ul > li > a:hover{
  background-color: #1E63AF;
  color: white;
  font-weight: bold;
}

#container.main {
  padding-bottom: 0;
}
#container {
  position: relative;
  padding: 120px 0 100px 0;
}
#contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#contents.fullPage {
  max-width: 100%;
}

section .fullPage .main_wrap{
position: relative;
  z-index: 10;
max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}

.cell_left{
width: 100%;
margin-top: 15px;
}
.cell_left img{width:100%;}
.cell_right{
margin-top: 15px;
}

.linkGmap{
float: left;
width: 25%;
border: 0px;
/*min-width: 80px;*/
}

h3{
font-size: 30px;
font-weight: normal;
}

.grid_menus{
width: 100%;
  display: inline-block;
}


#footer {
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}
#footer .footer_wrap {
padding: 10px;
  position: relative;
  max-width: 1000px;
  min-height: 76px;
  margin: 0 auto;
  text-align: left;
}
#footer .f_data {
  /*padding-left: 157px;*/
  padding-left: 20px;
}
#footer .f_data address {
  font-size: 12px;
  line-height: 18px;
  color: #999; background-color: transparent;
  display: inline-block;
  margin: 5px 5px 5px 20px;
}

.fullPage{
background-image: url("map/assets/images/main/main_bg.gif");
background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.linkGmap:hover{
opacity: 0.85;
}

.linkGmap a span {
color: black; background-color: transparent;
}
.linkMymap{
margin: 0px 0px 10px 10px;
  width: 130px;
  height: 130px;
  border-radius:100%;
  cursor: pointer;
  float: left;
}
.linkMymapTitle{
font-size: 18px;
  font-weight: bold;
  color: white;
}
.linkMymap a img{
padding-top: 15px;
}
.linkMymap.left{
background-color: #1598dc; color:white;
}
.linkMymap.left:hover{
background-color: #0F7AB1; color:white;
}
.linkMymap.right{
background-color: #2174c4; color:white;
}
.linkMymap.right:hover{
background-color: #185590; color:white;
}
.linkMymap.other{
background-color: #f79371; color:white;
}
.linkMymap.other:hover{
background-color: #DE673E; color:white;
}
.linkMymapOther{
width: 210px;
height: 200px;
margin: 0px;
position: absolute;
  left: 15px;
  top: 380px;
}

.banner_box{
position: relative;
background-color: #fff; color: black;
  padding: 10px 0px 10px 0px;
  width: 999px;
  margin: 5px 0px 10px 0px;
  border: 2px solid #e7e7e7;
  display: inline-block;
}

.banner_items{
float: left;
  list-style: none;
  position: relative;
  width: 133px;
  cursor: pointer;
}

.banner_items div{
width: 133px;
  height: 75px;
  line-height: 75px;
}
.banner_items div img{
vertical-align: middle;
max-width: 133px;
max-height: 75px;
}

.banner_items span{
color: #888; background-color: transparent;
}

.bx-controls-direction a.bx-prev{
position: absolute;
  top: 50%;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  text-indent: -999999px;
  z-index: 500;
  left: 10px;
  background: url("map/assets/images/main/banner/bx-prev.png");
}
.bx-controls-direction a.bx-next{
position: absolute;
top: 50%;
width: 14px;
height: 22px;
margin-top: -11px;
text-indent: -999999px;
z-index: 500;
right: 10px;
  background: url("map/assets/images/main/banner/bx-next.png");
}

#header .gnb {
  min-width: 1000px;
}

.visitTxt{
padding: 3px 12px 3px 12px;
  border: 1px solid #999;
  color: #999; background-color: white;
  font-size: 12px;
}

.bannerDust{
background-color: white;
  border: 1px solid #d5d3ca;
  float: left;
  width: 180px;
  height: 100px;
  margin-left: 46px;
}

.bannerWeather{
background-color: white;
  border: 1px solid #d5d3ca;
  float: left;
  width: 140px;
  height: 100px;
  margin-left: 5px;
}

.bannerTitle{
color: white;
  font-size: 16px;
  line-height: 32px;
  padding-left: 5px;
}

.bannerNotice{
background-color: white;
  border: 1px solid #d5d3ca;
  float: left;
  width: 435px;
  height: 100px;
  margin-left: 5px;
}

.bannerNoticeMore{
color: white;
  font-size: 40px;
  padding-left: 5px;
  float: right;
  font-weight: bold;
  line-height: 24px;
  width: 32px;
  padding-left: 15px;
  cursor: pointer;
}
.bannerNoticeMore:hover{
color: #95CC68;
}

.noticeLi{
color: gray;
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
    padding-right: 20px;
    cursor: pointer;
}
.noticeLi:hover{
color: #475055;
}

/*팝업레이어관련*/
.pop-layer .pop-container {
padding: 20px 25px;
}

.dimPopupTitle{
color : #054C73;
font-size: 19px;
  line-height: 24px;
}

.dimPopupContent{
color : #475055;
line-height: 24px;
  font-size: 15px;
  /*white-space: pre;*/
}

.pop-layer .btn-r {
width: 100%;
margin: 10px 0 0px;
border-top: 1px solid #DDD;
text-align: right;
}

.pop-layer {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 500px;
height: auto;
background-color: #fff;
border: 5px solid #3571B5;
z-index: 910;
}

.dim-layer {
display: none;
position: fixed;
_position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9100;
}

.dim-layer .dimBg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
display: block;
}

a.btn-layerClose {
display: inline-block;
height: 25px;
padding: 0 14px 0;
border: 1px solid #304a8a;
background-color: #3f5a9d;
font-size: 13px;
color: #fff;
line-height: 25px;
}

a.btn-layerClose:hover {
border: 1px solid #091940;
background-color: #1f326a;
color: #fff;
}


/*
@media screen and (max-width:768px){

}
@media screen and (max-width:640px){
.main_wrap {width: auto!important;}
#site_backlogo {display: none;}
.linkMymapOther {position: relative; top: 0px; left: 0px; width: 96%; margin: 5px; }
#header .gnb > ul > li {width: 25%; border-bottom: solid 1px #618fc2;}
#container.main {padding-top: 170px;}
.cell_left{width:100%}
.cell_right{width:100%}
#siBannerWithTitle{text-align: center !important}
.banner_box{width: 96%;}
}
*/



.divtop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    /* min-width: 980px; */
    height: 50px;
    /* border-bottom: 1px solid #cc4d4d; */
    background: #fff;
}
.title_wrap{margin:30px auto;width:1500px;color:#505050}
.title_wrap .btn{
  float:left;
  background-color: #3170b5;
  width:7px;
  height:22px;
  margin-right:5px;
}
.title_wrap h1{font-size:16px;font-weight: bold;margin-bottom:15px;}
.title_wrap p{margin-left:12px;}

.cont{margin: auto;width:1500px;}
.cont .map{float: left;width:700px;border:1px solid #ececec;height:400px;}
.cont .list{float: left;overflow-y: scroll;overflow-x: hidden;padding: 10px;border:1px solid #ececec;height:380px;}
.cont .list li{padding-left:20px;width:237px;line-height:35px;font-size:15px;}
.cont .img{float: left;width:500px;height:400px;border:1px solid #ececec;}

.background-color_317 {background-color: #3170b5;}
.background-color_5050 {background-color: #505050;}

.map-serch{margin:0 auto;clear:both;padding:20px;width:1460px;border:1px solid #ececec;background-color: #ececec;}
.map-serch div{margin-top:20px;}
.map-serch select,.map-serch input{margin-right:5px;padding:3px 8px 7px}
.map-serch a {padding:5px 15px;color:#fff;line-height: 30px;border-radius: 1px;}

.table_wrap{margin:30px auto;width:1500px;color:#505050}
.table_wrap .btn{
  float:left;
  background-color: #3170b5;
  width:7px;
  height:22px;
  margin-right:5px;
}
.table_wrap h1{font-size:16px;font-weight: bold;margin-bottom:15px;}
.table_wrap table{border-top:2px solid #3170b5;border-bottom:1px solid #3170b5;width:100%;text-align: center;}
.table_wrap thead tr td{background-color: #c8d4ea;}
.table_wrap tbody tr td{border-bottom:1px solid #ececec;}
.table_wrap tr td{line-height:30px;}
