#s1_title {
    font-size: 31px;
}

#btn_wrap li{
    background-color: #ffffff;
}

#section_1 {
    background-image: url(../../img/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

header{
    position: fixed;
    top: 30px;
    z-index: 200;
}

.img_container{
    float: left;
    width: 100%;
    overflow: hidden;
}

.img_container img{
    width: 101%;
    filter: brightness(0.65);
}

.container_txt{
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size:24px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 280px;
    z-index: 1;
}

#con1{
    top: 350px;
}

/*
#con2{
    margin-top: -93.5px;
}

#con3{
    margin-top: -153px;
}

#con4,#con5,#con6,#con7{
    margin-top: -131px;
}

#con9,#con8{
    margin-top: -146px;
}
*/

.in_txt{
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 100px;
    font-weight: 500;
    line-height: 100px;
    margin-bottom: 15px;
}

.in_sub_txt{
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
}


@media all and (max-width:1024px) and (min-width:760px){
    .in_txt{
        font-size: 140px;
        line-height: 140px;
    }
    
    .container_txt{
        font-size: 35px;
        line-height: 47px;
        top: 480px;
    }
    
    .in_sub_txt{
        font-size: 30px;
        line-height: 38px;
        margin-top: 25px;
    }
}