/* 배너 */



/* */

.sec-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
}

.sec-inner._fir {
    padding: 40px 0 0;
}

.sec-tit a {
    position: relative;
    padding: 0 13px 0 0;
}

.sec-tit a:hover {
    text-decoration: underline !important;
}

.sec-tit a:after {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border: solid #666;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

/* sec-fir */

.sec-fir .owl-carousel .owl-item {
    text-align: center !important;
}

.sec-fir .owl-carousel .owl-item img {
    display: block;
    width: inherit !important;
    margin: 20px auto;
}

.sec-fir .owl-carousel .owl-item a div {
    display: flex;
    align-items: center;
    height: 70px;
}

.sec-fir .owl-carousel .owl-nav button.owl-prev,
.sec-fir .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-size: 44px 44px;
    background-image: url(../img/home/btn_owl.png);
    border-radius: 100%;
    transform: rotate(180deg);
}

.sec-fir .owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -60px;
    transform: rotate(0deg);
}

.sec-fir .owl-carousel .owl-nav button.owl-prev span,
.sec-fir .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

/* sec-0 */

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

/* */

.sec-1,
.sec-3 {
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
} 

/* */

@media all and (max-width: 1300px) {

    /* */

    .sec-inner {
        padding: 20px 10px;
    }

    .sec-fir .owl-carousel .owl-nav button.owl-prev,
    .sec-fir .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        left: 0;
    }

    .sec-fir .owl-carousel .owl-nav button.owl-next {
        left: inherit;
        right: 0;
    }

}

@media all and (max-width: 1024px) {

    /* */

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

}