div.sitemap{padding-top:75px;background-color:#fcfcfc}div.sitemap .sitemaps{padding:64px 0;margin:auto;display:flex;flex-direction:column;width:947px;gap:16px}@media screen and (max-width:947px){div.sitemap .sitemaps{width:358px;padding:28px 16px}}@media screen and (max-width:358px){div.sitemap .sitemaps{width:100%}}div.sitemap .sitemaps .item{display:flex;border-radius:8px;overflow:hidden;background-color:#fff;border:1px solid #e6e6e6;align-items:center;gap:80px}@media screen and (max-width:947px){div.sitemap .sitemaps .item{flex-direction:column;gap:0;align-items:start}}div.sitemap .sitemaps .item .left{height:160px}@media screen and (max-width:947px){div.sitemap .sitemaps .item .left{width:100%;height:88px}}div.sitemap .sitemaps .item .left img{width:340px;height:160px;aspect-ratio:340/160;object-fit:cover}@media screen and (max-width:947px){div.sitemap .sitemaps .item .left img{width:100%;height:88px}}div.sitemap .sitemaps .item .right{display:flex;flex-direction:column;gap:8px}@media screen and (max-width:947px){div.sitemap .sitemaps .item .right{padding:16px}}div.sitemap .sitemaps .item .right h2{font-size:20px;margin:0;color:#121212;font-weight:500;letter-spacing:1px;line-height:170%}@media screen and (max-width:947px){div.sitemap .sitemaps .item .right h2{font-size:13px;letter-spacing:.65px}}div.sitemap .sitemaps .item .right h2 a{text-decoration:none;color:#121212}div.sitemap .sitemaps .item .right ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}@media screen and (max-width:947px){div.sitemap .sitemaps .item .right ul{gap:0}}div.sitemap .sitemaps .item .right ul li a{color:#121212;text-decoration:none;font-size:15px;font-style:normal;font-weight:400;line-height:170%;letter-spacing:.75px;display:flex;align-items:center}div.sitemap .sitemaps .item .right ul li a:hover{text-decoration:underline}div.sitemap .sitemaps .item .right ul li a:before{content:"";display:block;width:24px;height:24px;background-image:url(/images/common/icon/icon-arrow-yellow.svg);background-repeat:no-repeat}@media screen and (max-width:947px){div.sitemap .sitemaps .item .right ul li a{font-size:11px;letter-spacing:.6px}}