/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

h4 {
    margin-top: 70px;
    font-size: 100px;
    text-align: center;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    text-align: center;
    font-weight: 100;
}


#main_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
    background: url(../images/main_img1.jpg) left no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
}

#main_title {
    position: absolute;
    top: 38%;
    font-size: 40px;
    width: 100%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 50px;

}

#main_title span {
    font-weight: 500;
    color: #fff;
    font-size: 40px;
}

#title {
    width: 100%;
    text-align: center;
    margin: 50px 0;


}

#title span {
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

#content1 {

    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000 url(../images/contents_bg01.png) center no-repeat;
    background-size: cover;

}

#content1 ul {
    height: 80vh;
    width: 80%;
    margin: auto;
}

#content1 ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
    color: #fff;
    border-right: solid 1px #ccc;
    font-size: 22px;
    margin-top: 20vh;
}

#content1 ul li:last-child {
    border-right: 0px;
}

#content1 .point {
    color: #1daddb;
    font-size: 120px;
}

#content2 {
    padding-top: 35vh;
    width: 100%;
    height: 80vh;
    background: #000 url(../images/contents_bg02.png) right no-repeat;
    background-size: cover;

}

p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.point {
    color: #fff;
    font-size: 40px;
}

#content3 {
    padding-top: 35vh;
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    background: #000 url(../images/contents_bg03.png) center no-repeat;
    background-size: cover;
}

#content4 {
    padding-top: 12vh;
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    background: #000 url(../images/contents_bg04.png) center no-repeat;
    background-size: cover;
}

#content4 ul {
    width: 80%;
    margin: 0 auto;

}

#content4 ul li {
    width: 25%;
    height: 220px;
    float: left;
    color: #fff;
    text-align: center;
    border-right: solid 1px #ccc;
    font-size: 22px;
}

#content4 ul li:last-child {
    border-right: solid 0px #ccc;
}

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


    h4 {
        margin-top: 65px;
        font-size: 30px;
    }

    h5 {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 300;
    }


    #main_img {
        margin-top: 60px;
        width: 100%;
        height: 300px;
        overflow: hidden;
        text-align: center;

        background-size: cover;
    }

    #main_title {
        top: 35%;
        font-size: 24px;
        color: #fff;
        line-height: 34px;

    }

    #main_title span {
        font-weight: 500;
        color: #fff;
        font-size: 24px;
    }

    #title {
        width: 90%;
        text-align: center;
        margin: 30px auto;
    }

    #title span {
        color: #000;
        font-size: 24px;
        font-weight: 500;
    }

    .point {
        font-size: 24px;
    }

    #content1 ul {
        padding-top: 6vh;
    }

    #content1 ul li {
        width: 100%;
        border-right: solid 0px #ccc;
        font-size: 14px;
        margin-top: 3vh;
        border-top: solid 1px #ccc;
    }

    #content1 ul li:first-child {
        border-top: 0px;
    }

    #content1 .point {
        color: #1daddb;
        font-size: 48px;
    }

    #content2 {
        height: 50vh;
        padding-top: 20vh;
    }

    #content3 {
        height: 50vh;
        padding-top: 20vh;
    }


    p {
        width: 90%;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

    #content4 ul {
        width: 90%;
        margin: 3vh auto;
    }

    #content4 {
        padding-top: 5vh;
    }

    #content4 ul li {
        width: 50%;
        height: 200px;
        border-right: solid 0px #ccc;
        font-size: 14px;

    }

    #content4 ul li:last-child {
        border-right: solid 0px #ccc;
    }
}