@charset "UTF-8";

.inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: bold;
    /* color: #ffffff; */
    box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}

#index_box02 .inner {
    max-width: none;
    margin-top: -276px;
}

#index_box02 .ib_box {
    background: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 9px;
    padding: 60px 85px 74px;
    margin-bottom: 17px;
    box-shadow: 3px 3px 3px rgba(112, 113, 114, 0.5);
}

#index_box07 .case_list {
    display: block;
    position: relative;
    padding: 225px 0 0;
    margin-bottom: 100px;
}

#index_box07 .case_list li {
    background: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 9px;
    padding: 68px 63px 77px;
    margin-bottom: 59px;
    position: relative;
    box-shadow: 3px 3px 3px rgba(112, 113, 114, 0.5);
}

#index_box07 .case_title {
    font-size: 20px;
    font-weight: bold;
    color: #00994C;
    margin-bottom: 32px;
}

#index_box07 .case_content {
    display: flex;
}

#index_box07 .case_content .cont_left {
    max-width: 271px;
    width: 100%;
    margin: 5px 55px 0 0;
}

#index_box07 .case_content .cont_right {
    max-width: calc(100% - 326px);
    width: 100%;
}

#index_box07 .case_content .cont_right .cont_tit {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 28px;
}

#index_box07 .case_btn a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 179px;
    height: 48px;
    border-radius: 9px 0 9px 0;
    background: #00994C;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    #main .ib_txt {
        font-size: 1.42vw;
    }
}

@media screen and (max-width: 1160px) {
    .inner {
        padding: 0 4.35%;
    }

    #main .btn {
        width: 440px;
        height: 85px;
        font-size: 2.42vw;
    }

    #main h3.ib_title {
        font-size: 2.9vw;
    }

    #index_box07 .case_list {
        padding: 200px 0 0;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 750px) {
    #main h3.ib_title {
        font-size: 5.4vw;
        line-height: 1.47;
    }

    #main .ib_txt {
        font-size: 3.9vw;
        line-height: 1.8;
    }

    #main .btn {
        width: 84vw;
        font-size: 5vw;
        height: 16.67vw;
    }

    #index_box02 .inner {
        margin: 0;
    }

    #index_box02 .ib_box {
        border-radius: 5px;
        padding: 7.74vw 8.3vw 8.8vw;
        margin-bottom: 3.2vw;
    }

    #index_box02 .ib_title.under {
        text-align: left;
        line-height: 1.4;
        padding-bottom: 4.3vw;
    }

    #index_box03 .ib_btn {
        padding: 7.4vw 0 16vw;
    }

    #index_box07 {
        background: #F5F6FB;
        padding-bottom: 16.27vw;
    }

    #index_box07 .case_list {
        padding: 48.6vw 0 0;
        margin-bottom: 16vw;
    }

    #index_box07 .case_list li {
        border-radius: 5px;
        padding: 6.7vw 0 4.7vw;
        margin-bottom: 7vw;
    }

    #index_box07 .case_title {
        font-size: 4.4vw;
        padding: 0 5.1vw 5.4vw;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 4.6vw;
    }

    #index_box07 .case_content {
        padding: 0 17px;
        flex-direction: column-reverse;
    }

    #index_box07 .case_content .cont_left {
        max-width: 36.2vw;
        margin: 4.7vw 0 0;
    }

    #index_box07 .case_content .cont_right {
        max-width: 100%;
    }

    #index_box07 .case_content .cont_right .cont_tit {
        font-size: 3.64vw;
        line-height: 1.7;
        margin-bottom: 5.4vw;
    }

    #index_box07 .case_content .cont_right .cont_txt {
        line-height: 1.8;
        font-size: 3.81vw;
        letter-spacing: -1px;
    }

    #index_box07 .case_btn a {
        max-width: 41.5vw;
        width: 100%;
        height: 12.8vw;
        border-radius: 5px 0 5px 0;
        font-size: 3.9vw;
    }
}
