@charset "utf-8";

#inc04 {
    position: relative;
    margin: 200px auto 70px;
    width: 90%
}

#inc04 .bg {
    width: 100%;
    height: 55vh;
    border-radius: 25px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(./img/bg.jpg);
    filter: brightness(0.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#inc04 .tit {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

#inc04 .inc04_h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff
}

#inc04 p {
    margin: 10px 0 40px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.6)
}

#inc04 a {
    margin: auto;
    background-color: rgb(255, 255, 255, 0.3) !important
}

/* 반응형 [s] */
@media (hover:hover) {
    #inc04 a:hover {
        background-color: var(--primary) !important
    }
}

@media (max-width:1380px) {
    #inc04 {
        width: 95%
    }

    #inc04 .inc04_h2 {
        font-size: 30px
    }

    #inc04 p {
        font-size: 18px
    }

    #inc04 .bg {
        height: 430px
    }
}

@media (max-width:1024px) {
    #inc04 {
        margin: 150px auto 0
    }

    #inc04 .bg {
        height: 400px;
        border-radius: 20px
    }

    #inc04 .inc04_h2 {
        font-size: 28px
    }

    #inc04 p {
        font-size: 17px
    }
}

@media (max-width:768px) {
    #inc04 {
        margin-top: 100px
    }

    #inc04 .bg {
        height: 375px;
        border-radius: 15px
    }

    #inc04 .inc04_h2 {
        font-size: 25px
    }

    #inc04 p {
        margin: 8px 0 30px;
        font-size: 16px
    }
}

@media (max-width:480px) {
    #inc04 {
        margin-top: 90px;
        margin-bottom: 30px
    }

    #inc04 .bg {
        height: 330px;
        border-radius: 10px
    }

    #inc04 .inc04_h2 {
        font-size: 23px
    }

    #inc04 p {
        margin: 8px 0 25px;
        font-size: 15px
    }
}

@media (max-width:390px) {
    #inc04 {
        margin-top: 80px
    }

    #inc04 .bg {
        height: 300px;
        border-radius: 8px
    }

    #inc04 .inc04_h2 {
        font-size: 21px
    }

    #inc04 p {
        margin: 6px 0 20px;
        font-size: 14px
    }
}

/* 반응형 [e] */