.banner-outer-text{ position: absolute; top:0; left: 0px; width: 100%; bottom: 0px;display: flex; align-items: center; z-index: 9;}
.banner-outer{ position: relative; height: 45vw;max-height: 600px;min-height: auto;}
.banner-outer:after{position: absolute;top: 0;left: 0;height: 100%;content: ''; width: 100%;
background: radial-gradient(48.82% 48.82% at 50% 48.82%, rgba(32, 51, 103, 0.3) 0%, rgba(32, 51, 103, 0.6) 100%)}

.banner-outer img{ max-width: 100%;margin: 0 auto; height: 100%; width: 100%; object-fit: cover;}
.banner-text-main h1{ font:40px/48px 'Inter', sans-seri; color: #fff; padding-bottom: 5px;font-weight: bold;letter-spacing: -0.5px;}

.banner-text-main{ position: relative; top:16px; width: 900px;}
.banner-outer-text .container{max-width: 97%;}



/*LINE-MAIN-SECTION*/
.line-puter{ position: absolute; top:0; left: 0px; width: 100%; height: 100%; display: flex;}
.line-puter .container{ display: flex; }
.line-puter .line-main .line-left::after, .line-puter .line-main .line-left::before {
background: hsla(0,0%,100%,.2);content: ""; bottom: 0; position: absolute; width: 1px; height: 0;
transition: all 1s cubic-bezier(.77,0,.175,1); transition-delay: 0s;}
.line-puter .line-main .line-left::after, .line-puter .line-main .line-left::before { height: 100%;}
.line-puter .line-main .line-left:first-of-type::before {left: 0; transition-delay: 0s;}
.line-puter .line-main .line-left:first-of-type::after {display: none;}
.line-puter .line-main .line-left:last-of-type::before {left: 51%;}
.line-puter .line-main .line-left:last-of-type::after { right: 0;}
.line-main{ position: relative; display: flex; width: 100%;}
/*LINE-MAIN-SECTION*/

.sitemap-detail {float: left;width: 100%;padding-top: 50px;border-bottom: 1px solid #e5e5e5;}
.sitemap-detail h2{font:35px/42px 'Inter', sans-seri;font-weight: bold;letter-spacing: -0.5px;color: #111111;margin-bottom: 25px; }
.sitemap-detail ul li{font:15px/25px 'Inter', sans-seri;color: #555555;position: relative;margin-left: 15px;font-weight: bold}
.sitemap-detail ul li:before{position: absolute;content: '';background: #DE1A21;width:6px;height: 6px;border-radius: 50%;top:9px;left: 0px;margin-left: -15px;}
.sitemap-detail ul li a{color: #555555;display: inline-block;}
.sitemap-detail ul li ul{padding-left: 20px;}
.sitemap-detail ul li ul li{font-weight: normal;}
.sitemap-detail ul li ul li:before{background: transparent;border:2px solid #DE1A21;}
.sitemap-right {float: left;width: 50%;}
.sitemap-left {float: left;width: 50%;}








@media(max-width:1024px){
.banner-outer {
    height: 100%;
    max-height: 100%;
}

.banner-text-main h1,
.sitemap-detail h2{
    font: 30px/35px 'Inter', sans-seri;
    font-weight: bold;
}

}



@media(max-width:992px){
.banner-text-main {
    padding-left: 0px;
    width: 100%;
}

}



@media(max-width:767px){
.banner-outer img{
    height: 100%;
}
.sitemap-left,
.sitemap-right {
    width: 100%;
}


}


@media(max-width:480px){
.banner-text-main h1,
.sitemap-detail h2{
    font: 25px/32px 'Inter', sans-seri;
    font-weight: bold;
}







}