@charset "utf-8";
/* CSS Document */

/*사이트맵*/
.mgb_sitemap{font-family:CGC}
.mgb_sitemap .sitemap_wrap > ul > li{float: left; width: 25%; margin-bottom: 20px}
.sitemap_wrap .smlst {width: 85%; min-height: 250px; margin: 0 auto}
.sitemap_wrap .smlst .smtit{padding:15px 0; margin-bottom: 13px; background:url(../images/sub/toptit_line.gif) repeat-x left bottom; font-size:1.143em; font-weight: 500; color:#000;  text-align: center}
.sitemap_wrap .smlst li.smn{margin-bottom: 5px;}
.sitemap_wrap .smlst li.smn > a{display: block; padding: 7px; border-radius: 50px; background: #e3e3e3; text-align: center; font-weight: 500; transition: all .4s}
.sitemap_wrap .smlst li.smn > a:hover{background: #006dd3; color:#fff}
.sitemap_wrap .sm_third{padding:8px; margin:5px 0 10px; border-radius:10px; background:#fff; border:1px solid #dadada}
.sitemap_wrap .sm_third li a{display:block; padding:5px;border-bottom:1px solid #dadada; text-align:center}
.sitemap_wrap .sm_third li a:hover{color:#000; font-weight:500}
.sitemap_wrap .smn:hover a.smntit{background:#006dd3; color:#fff}
.sitemap_wrap .sm_third li:first-child a{padding-top:0}
.sitemap_wrap .sm_third li:last-child a{padding-bottom:0; border-bottom:none}


/* MOBILE LAYOUT */
@media only screen and (max-width:1024px) {
}

/* PC LAYOUT */
@media only screen and (min-width:1025px) {
}

@media only screen and (max-width:710px) {
/*사이트맵*/
.mgb_sitemap .sitemap_wrap > ul > li{float:none; width:100%; margin-bottom:10px}
.sitemap_wrap .smlst {min-height:auto; margin: 0 auto}
}
