/*.site_banner*/
.site_banner {
    position: relative;
}

.site_banner .bannerImg {
    width: 100%;
}

.site_text {
    position: absolute;
    top: 20%;
    width: 100%;
    padding: 0 3.6% 0 50%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.site_text .site_cnt p:first-child {
    padding: 60px 0 30px;
}

@media only screen and (max-width: 767px) {
    .site_banner {
        height: 200px;
    }

    .site_banner>img {
        display: none;
    }

    .site_text {
        padding: 0;
        top: 10%;
    }
}

.main {
    background-color: #060a0a;
}

.main::after {
    background-color: #060a0a;
    opacity: 1;
    background: none;
}

.inx_01 img {
    width: 100%;
}

.inx_01 .inx_01_tit,
.inx_02 .inx_02_tit {
    color: #fff;
    margin-bottom: 100px;
}

.inx_01 .inx_01_cnt_tow {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inx_01 .inx_01_cnt_tow .inx_01_cnt_tow_l {
    width: 30%;
    margin-top: 24%;
}

.inx_01 .inx_01_cnt_tow .inx_01_cnt_tow_r {
    width: 60%;
}

.inx_01 .inx_01_cnt_one {
    width: 58%;
    margin: 100px auto 160px;
}

.inx_02 .inx_02_tit {
    text-align: center;
    margin-bottom: 160px;
}

.inx_02 .inx_02_cnt {
    display: flex;
    justify-content: center;
}

.inx_02 .inx_02_cnt img {
    width: 100%;
}

.inx_03 {
    margin-top: -90px;
}

.inx_03 .inx_03_tit {
    color: #fff;
    padding-left: 12%;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.inx_03 .inx_03_tit p {
    padding-left: 200px;
}

.inx_03 .inx_03_tit p:first-child {
    font-size: 150px;
    padding-left: 0;
}

.inx_03 .inx_03_tit p:nth-child(2) {
    margin: 30px 0 50px;
}

.inx_03 .inx_03_cnt {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.inx_03 .inx_03_cnt img {
    width: 100%;
}

.inx_03 .inx_03_cnt .inx_03_cnt_tow {
    display: flex;
    justify-content: space-between;
    padding-left: 17%;
    margin-top: 100px;
}

.inx_03 .inx_03_cnt .inx_03_cnt_tow .inx_03_cnt_tow_l {
    width: 30%;
    margin-top: 130px;
}

.inx_03 .inx_03_cnt .inx_03_cnt_tow .inx_03_cnt_tow_r {
    width: 40%;
}

.inx_03 .inx_03_cnt .inx_03_cnt_one {
    width: 30%;
    padding-right: 10%;
    margin-top: -200px;
}

.inx_04 {
    margin-top: -70px;
}

.inx_04 .inx_04_tit {
    color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.inx_04 .inx_04_tit p {
    padding-left: 480px;
}


.inx_04 .inx_04_tit p:first-child {
    padding-left: 0;
    font-size: 100px;
}

.inx_04 .inx_04_tit p:nth-child(2) {
    margin: 30px 0 50px;
}

.inx_04 .inx_04_cnt {
    display: flex;
    margin-top: 200px;
    justify-content: space-between;
}

.inx_04 .inx_04_cnt .inx_04_cnt_one {
    width: 22%;
}

.inx_04 .inx_04_cnt .inx_04_cnt_one img {
    width: 100%;
}

.inx_04 .inx_04_cnt .inx_04_cnt_one:nth-child(1) {
    margin-top: 90px;
}

.inx_04 .inx_04_cnt .inx_04_cnt_one:nth-child(3) {
    margin-top: 160px;
}

.inx_05 {
    margin-top: 100px;
}

.inx_05 .inx_04_img {
    width: 72%;
}

.inx_05 .inx_04_img img {
    width: 100%;
}

.inx_05 .inx_04_cnt {
    color: #fff;
    float: right;
    margin-top: -90px;
    position: relative;
    z-index: 999;
    margin-bottom: 200px;
}

.inx_05 .inx_04_cnt p:first-child {
    font-size: 150px;
}

.inx_05 .inx_04_cnt p:nth-child(2) {
    margin: 40px 0 70px;
}


@media screen and (max-width: 1024px) {

    .inx_03 .inx_03_tit p:first-child,
    .inx_04 .inx_04_tit p:first-child,
    .inx_05 .inx_04_cnt p:first-child {
        font-size: 80px;
    }

    .inx_03 .inx_03_tit p {
        padding-left: 80px;
    }

    .inx_04 .inx_04_tit p {
        padding-left: 200px;
    }

    .inx_04 .inx_04_tit p:first-child {
        padding-left: 0;
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .site_text .site_cnt p:first-child {
        padding: 20px 0 10px;
    }

    .inx_01 {
        margin-top: 10%;
    }

    .inx_01 .inx_01_tit,
    .inx_02 .inx_02_tit {
        margin-bottom: 50px;
    }

    .inx_01 .inx_01_cnt_tow {
        flex-direction: column;
    }

    .inx_01 .inx_01_cnt_tow .inx_01_cnt_tow_l,
    .inx_01 .inx_01_cnt_tow .inx_01_cnt_tow_r,
    .inx_01 .inx_01_cnt_one {
        width: 100%;
    }

    .inx_01 .inx_01_cnt_tow .inx_01_cnt_tow_l {
        margin-top: 0;
        margin-bottom: 10%;
    }

    .inx_01 .inx_01_cnt_one {
        margin: 10% 0;
    }

    .inx_02 .inx_02_cnt {
        flex-direction: column;
    }

    .inx_03 .inx_03_tit {
        padding-left: 0;
    }

    .inx_03 .inx_03_tit p {
        padding-left: 0;
    }

    .inx_03 .inx_03_tit p:first-child,
    .inx_04 .inx_04_tit p:first-child,
    .inx_05 .inx_04_cnt p:first-child {
        font-size: 50px;
    }

    .inx_03 {
        margin-top: -50px;
    }

    .inx_03 .inx_03_cnt .inx_03_cnt_tow {
        margin-top: 10%;
    }

    .inx_03 .inx_03_cnt .inx_03_cnt_tow {
        flex-direction: column;
        padding: 20px;
    }

    .inx_03 .inx_03_cnt .inx_03_cnt_tow .inx_03_cnt_tow_l,
    .inx_03 .inx_03_cnt .inx_03_cnt_tow .inx_03_cnt_tow_r,
    .inx_03 .inx_03_cnt .inx_03_cnt_one {
        width: 100%;
    }

    .inx_03 .inx_03_cnt .inx_03_cnt_tow .inx_03_cnt_tow_l {
        margin: 10% 0;
    }

    .inx_03 .inx_03_cnt .inx_03_cnt_one {
        margin: 10% 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .inx_04 .inx_04_tit p {
        padding: 0;
    }

    .inx_04 .inx_04_cnt {
        margin-top: 10%;
        flex-wrap: wrap;
    }

    .inx_04 .inx_04_cnt .inx_04_cnt_one:nth-child(1),
    .inx_04 .inx_04_cnt .inx_04_cnt_one:nth-child(3) {
        margin-top: 0;
    }

    .inx_04 .inx_04_cnt .inx_04_cnt_one {
        width: 48%;
        margin-bottom: 10%;
    }

    .inx_05 {
        margin-top: 10%;
    }

    .inx_05 .inx_04_img {
        width: 100%;
    }

    .inx_05 .inx_04_cnt {
        margin: -10% 0 10% 0;
    }
}