@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:96%; min-height:275px; padding:0 2%; margin: 0 auto; box-sizing:border-box}
.sitemap_wrap .smlst .smtit{padding:15px 0; font-size:1.133em; font-weight:500; color:#fff;  text-align: center}
.sitemap_wrap .smlst li.smn > a{display: block; padding: 7px; border-top:1px solid #fff; background: #e3e3e3; text-align: center; font-weight: 500; transition: all .4s}
.sitemap_wrap .smlst li.smn > a:hover{background: #ffbf36; 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:#ffa943; font-weight:500}
.sitemap_wrap .smn:hover a.smntit{background:#ffbf36; 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}

.sitemap_wrap li .smtit {background:#2a8fc7 linear-gradient(90deg, #2a8fc7, #145c9d); border-bottom:3px solid #57d7ef}
/* .sitemap_wrap li:nth-of-type(odd) .smtit {background:#2a8fc7 linear-gradient(90deg, #2a8fc7, #145c9d); border-bottom:3px solid #57d7ef}
.sitemap_wrap li:nth-of-type(even) .smtit {background:#9373dd linear-gradient(90deg, #9373dd, #643dc1); border-bottom:3px solid #fb96eb} */
.sitemap_wrap li .smlst ul {border-radius:0 0 15px 15px; overflow:hidden}
.sitemap_wrap .smlst .smtit {border-radius:15px 15px 0 0}

.sitemap_tit {margin:0 10px 20px; border:1px solid #b5d1db; border-bottom-width:2px; border-radius:15px; text-align:center; padding:15px 15px; letter-spacing:2px}
.sitemap_tit span {color:#00bcdf}

/* MOBILE LAYOUT */
@media only screen and (max-width:1024px) {
/*사이트맵*/
.mgb_sitemap .sitemap_wrap > ul > li{float:none; width:100%; margin-bottom:10px}
.sitemap_wrap .smlst {width:100%; padding:0; min-height:auto; margin: 0 auto}
.sitemap_tit {margin:0 0 20px; font-size:1.154em}
.sitemap_tit span {display:block}
}

/* PC LAYOUT */
@media only screen and (min-width:1025px) {
.sitemap_wrap .smlst li.smn > a {font-size:0.925em}
.sitemap_tit  {padding:20px; font-size:1.200em}
.sitemap_tit span {padding:12px 0 12px 55px; background:url(../../images/sitemap/blt_sitemap_tit.png) no-repeat 0 50%}
}
