﻿@charset "utf-8";

/* 이용안내 : 사이트맵 */
.sitemap{display:flex; flex-wrap:wrap;justify-content:space-between; margin-top:50px}
.sitemap dl{width:calc(100%/5 - 30px);}
.sitemap dt{text-align:center;height:50px; line-height:50px; color:#fff}
.sitemap dd{display:block;margin-top:5px;height:50px;}
.sitemap dd a {position:relative;display:inline-block;height:50px;width:100%; border:1px solid #ddd; background:#f8f8f8}
.sitemap dd a span{position:absolute; left:15px;top:50%; width:calc(100% - 30px); transform: translateY(-50%);font-size:15px}
.sitemap dd a:hover{font-weight:500}

@media(max-width:1200px){

/* 이용안내 : 사이트맵 */
.sitemap dl{width:calc(100%/5 - 10px);font-size:14px}
.sitemap dd a span{font-size:13px}
	
	
}
@media(max-width:1024px){

/*이용안내 : 사이트맵*/
.sitemap {justify-content:flex-start}
.sitemap dl{width:calc(100%/3 - 10px);font-size:14px; margin-right:15px}
.sitemap dl:nth-child(3n){margin-right:0}
.sitemap dl:nth-child(n+4){margin-top:30px;}
.sitemap dd a span{font-size:13px}
}


@media(max-width:850px){

/* 이용안내 : 사이트맵 */
.sitemap {justify-content:space-between}
.sitemap dl{width:calc(100%/2 - 5px);font-size:13px; margin-right:0}
.sitemap dl:nth-child(n+3){margin-top:30px}

}