@charset "utf-8";
/*main.css*/
@import url(base.css); /* reset */
@import url(common.css);/* header,footer */


.sub_tit{ margin-bottom:50px; }

.tab{ width:100%; overflow:hidden; margin-bottom:50px; }
.tab li{ float:left; text-align:center; height:50px; line-height:52px; background-color:rgb(198,198,198); margin-right:3.3px;}
.tab li:last-child{ margin-right:0; }
.tab li a{ color:rgb(102,102,102); font-size:20px; font-weight:700;  }
.tab li:hover{ background-color:#0156a7; }
.tab li:hover a{ color:#fff; }
.tab li.liston{ background-color:#0156a7; }
.tab li.liston a{ color:#fff; }

#daumRoughmapContainer1465366705479{ margin:0 auto; }

#banner {margin-top:50px;}