/* sitemap */
.sitemapList{overflow:hidden;position:relative;}
.sitemapList > li{float:left;width:31.33%;margin:0 1% 50px;padding:2px;list-style:none;}
.sitemapList > li > a{display:block;padding:3px;background:linear-gradient(135deg, rgb(102, 178, 255) 0%,rgb(28, 78, 138) 100%);}
.sitemapList > li > a > span{display:block;padding:14px 10px;background-color:#fff;font-size:18px;font-weight:500;color:#333;text-align:center;}
.sitemapList > li > ul{margin:0 auto 30px;padding-top:16px;background-color:#fff;}
.sitemapList > li:nth-child(3n+1){clear:both;}
.sitemapList > li > ul > li{list-style:none;}
.sitemapList > li > ul > li > a{display:block;position:relative;border-bottom:solid 1px #d9d9d9}
.sitemapList > li > ul > li > a:before{content:'';position:absolute;top:19px;left:14px;width:4px;height:4px;background:url('../../../home/ko/images/common/tn-icon-sm.png') -125px -300px no-repeat;}
.sitemapList > li > ul > li > a > span{display:block;height:40px;line-height:40px;padding-left:30px;font-weight:400;font-size:16px;color:#644f3c;}

/* 넓이가 767px 이하일 때*/
@media (max-width: 767px) {
.sitemapList > li{width:48%;}
.sitemapList > li:nth-child(3n+1){clear:none;}
.sitemapList > li:nth-child(2n+1){clear:both;}
}

/* 넓이가 577px 이하일 때*/
@media (max-width: 577px) {
.sitemapList > li{width:100%;margin:0;}
.sitemapList > li:nth-child(2n+1){clear:none;}
}
