@charset "utf-8";

#sitemap .cz_contbox{margin-bottom: 55px}
#sitemap .common_tit_wrap{width: 200px; padding-top: 10px}
#sitemap .common_tit_wrap p{padding: 0}
#sitemap .sitemap_wrap{min-height: 75px; margin: -125px 0 0 200px; padding: 15px 0 5px; border-bottom: 1px solid #dfdfdf}
#sitemap .sitemap_wrap > ul > li{float: left; width: 33.3%}
.sitemap_wrap .sm_item {width: 90%; margin:0 auto; }
.sitemap_wrap .sm_item .sm_tit a{display: block; height:45px; line-height:45px; margin-bottom: 10px; border-radius: 5px; background: #0e4d88; text-decoration:none; text-align: center; transition: all .6s; font-size: 15px; font-weight: 500; color:#fff}
.sitemap_wrap .sm_item .sm_tit a:hover, .sitemap_wrap .sm_item:hover .sm_tit a{background:#91be27; text-decoration:none}
.sitemap_wrap .sm_item .item_lst{border-radius:5px; margin-bottom: 10px; background:#efefef; padding: 15px; text-align:center}
.sitemap_wrap .sm_item ul li a{display: block; padding: 0 0 8px 10px; margin-bottom: 8px; /* background:url(../../images/sitemap/blt_site.gif) no-repeat left 6px; */ border-bottom: 1px solid #b6b6b6; line-height: 160%; font-size: 14px}
.sitemap_wrap .sm_item ul li a:hover{/* background:url(../../images/sitemap/blt_site_a.gif) no-repeat left 6px;  */color:#0f5ba2; font-weight: 500}
.sitemap_wrap .sm_item ul li:last-child a{border-bottom: none; padding-bottom: 0; margin-bottom: 0}

/* MOBILE LAYOUT */
@media only screen and (max-width:980px) {
}

/* TABLET LAYOUT */
@media only screen and (min-width:981px) and (max-width:1302px) {
}

/* PC LAYOUT */
@media only screen and (min-width:800px) {
}

/* LOWSET FIX */
@media only screen and (max-width:1302px) {
#sitemap .cz_contbox{margin-bottom: 30px}
#sitemap .common_tit_wrap h4 {font-size: 20px}
#sitemap .common_tit_wrap p {font-size: 14px}
#sitemap .common_tit_wrap{width: 162px}
#sitemap .sitemap_wrap{ margin: -125px 0 0 162px}
.sitemap_wrap .sm_item .sm_tit a{height:35px; line-height:35px; font-size: 14px}
.sitemap_wrap .sm_item .item_lst{border-radius:5px; margin-bottom: 10px; background:#efefef; padding: 10px 5px}
.sitemap_wrap .sm_item ul li a{font-size: 13px}
}
@media only screen and (max-width:615px) {
#sitemap .common_tit_wrap{width: 100%; padding:0}
#sitemap .common_tit_wrap h4 {font-size: 18px}
#sitemap .common_tit_wrap p {font-size: 13px}
.common_tit_wrap h4:after{margin: 10px auto}
#sitemap .sitemap_wrap{min-height: auto; margin:0; padding: 15px 0}
.sitemap_wrap .sm_item .sm_tit a{font-size: 13px}
}


