/* */

#header-navbar .container {
    max-width: 1600px !important;
    padding: 0 !important;
}

#main-wrap .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.row {
    margin: 0;
}

.sec-inner {
    overflow: hidden;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 70px 0;
}

._stit {
    margin: 0 0 15px;
}

._stit {
    color: var(--bs-primary);
}

.head-wrap {
    margin: 0 0 50px;
}

._tit {
    font-size: 48px;
    font-weight: 700;
    color: #00247D;
    text-align: center;
}

/* */

.max-1400 {
    width: 1400px;
    margin: 0 auto;
}

.max-1600 {
    width: 1600px;
    margin: 0 auto;
}

.max-1600 div strong {
    font-size: 56px !important;
}

.max-1600 div p {
    font-size: 42px !important;
    font-weight: 300;
}

/* sec-0 */

.sec-0 {
    position: relative;
}

.sec-0 .sec-inner {
    overflow: visible;
    max-width: 100% !important;
    padding: 0;
}

/* */

.sec-0 .bg-raster {
    background-color: rgba(0, 0, 0, 0.2);
}

.sec-0 .bar {
    display: inline-block;
    height: 22px;
    padding: 20px 0;
}

.sec-0 .bar:after {
    top: 25%;
    height: 22px;
    background-color: #fff;
}

.sec-0 .carousel-indicators {
    margin-bottom: 1.5rem;
}

.sec-0 .carousel-indicators [data-bs-target] {
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 0 !important;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.18);
}

.sec-0 .carousel-indicators .active {
    background-color: #64D0CB;
}

.carousel-home .container {
    height: 100svh !important;
    min-height: 200px !important;
}

/* footer */

._f-1.line-bottom {
    border-bottom: 1px solid #D9D9D9 !important;
}