.cmpnt-sitemap h3{font-size:35px}
.cmpnt-sitemap .bg-blue{background:#002c5f}
.cmpnt-sitemap .bg-lightSand{background:#f6f3f2}
.cmpnt-sitemap .text-white{color:#fff}
.cmpnt-sitemap .text-black{color:#000}
.cmpnt-sitemap{font-family:HyundaiMedium;margin-top:90px;position:relative}
.cmpnt-sitemap__inner{max-width:1160px;width:100%;margin:0 auto;padding:0 20px}
.cmpnt-sitemap__list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:35px}
.cmpnt-sitemap__list-item{position:relative;overflow:hidden}
.cmpnt-sitemap__list-item a{display:block}
.cmpnt-sitemap__list-item a:hover img,.cmpnt-sitemap__list-item a:hover video{transform:scale(1.2)}
.cmpnt-sitemap__list-title{position:absolute;bottom:20px;left:30px;font-size:32px;line-height:42px;z-index:1}
.cmpnt-sitemap__list-title.text-right-bottom{text-align:right}
.cmpnt-sitemap__list-title.text-left-top{top:30px;bottom:auto}
.cmpnt-sitemap__list-title.text-right-bottom{bottom:30px;left:auto;right:30px}
.cmpnt-sitemap__list-media img{transition:all .5s}
.cmpnt-sitemap__list-media video{width:100%;height:auto;object-fit:cover;transition:all .5s;transform:scale(1.01)}
@media print,screen and (min-width:1024px) and (max-width:20000px){.cmpnt-sitemap .layout-column3{gap:24px 0}
.cmpnt-sitemap .layout-column3 .cmpnt-sitemap__list-item{max-width:356px;width:calc((100% / 3) - 16px);height:auto}
.cmpnt-sitemap .layout-column4{gap:20px 0}
.cmpnt-sitemap .layout-column4 .cmpnt-sitemap__list-item{max-width:265px;width:calc(25% - 15px);height:auto}
}
@media screen and (min-width:768px) and (max-width:1023px){.cmpnt-sitemap{margin-top:70px}
}
@media screen and (min-width:0) and (max-width:1023px){.cmpnt-sitemap__inner{padding:0 25px}
.cmpnt-sitemap__list{gap:20px;margin-top:20px}
.cmpnt-sitemap__list-item{width:calc(50% - 10px)}
.cmpnt-sitemap__list-media video{aspect-ratio:1/1}
}
@media screen and (min-width:0) and (max-width:767px){.cmpnt-sitemap{margin-top:50px}
.cmpnt-sitemap h3{font-size:24px}
.cmpnt-sitemap__list{gap:10px}
.cmpnt-sitemap__list-item{width:calc(50% - 5px)}
.cmpnt-sitemap__list-title{font-size:17px;line-height:24px;bottom:10px;left:15px}
.cmpnt-sitemap__list-title.text-left-top{top:15px;bottom:auto}
.cmpnt-sitemap__list-title.text-right-bottom{top:auto;bottom:15px;left:auto;right:15px}
}