#section_1{
    background-image: url(../img/header/2.jpg);
}

#s2_main_title{
    font-size: 25px;
    letter-spacing: -2px;
}

#s2_sub_title{
    font-size: 12px;
}
.s3_box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.s3_box img {
    width: 100%;
}
.s3_img_box {
    float: left;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.s3_txt_box {
    float: left;
    width: 100%;
    height: 90px;
    background-color: #454545;
    transition-duration: 0.5s;
}
.s3_title {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 90px;
    color: #ffffff;
}
.s3_in_title {
    float: left;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 45%;
    text-align: center;
    display: none;
    z-index: 1;
    opacity: 0;
}
.s3_in_title a {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
}

.in_s_title{
    float: left;
    display: inline-block;
    overflow: hidden;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 80px;
    left: 38px;
}
#section_5 {
    background-color: #f5f3f3;
    margin-top: 50px;
}
#in_s5 {
    width: 100%;
    padding:70px 0;
}

#in_s5 img{
    width: 100%;
}

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

#out_s6_box0{
    margin-bottom: 30px;
}

#out_s6_box1{
    margin-bottom: 20px;
    padding: 0;
}

.in_s6_box {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.in_s6_box img {
    width: 100%;
}

.in_s6_box:nth-child(4),
.in_s6_box:nth-child(8) {
    margin-right: 0;
}

#more_box{
    float: left;
    width: 100%;
    height: 1px;
    opacity: 0;
}

#mores{
    margin: 0 auto;
    width: 150px;
    height: 50px;
    overflow: hidden;
    background-color: #222222;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    display: block;
    cursor: pointer;
}
#section_6 {
    padding-bottom: 30px;
    background-color: #f9f9f9;
}


@media all and (max-width:1024px) and (min-width:760px){
    .in_s_title{
        font-size: 55px;
        font-weight: 500;
        left: 50px;
    }
    
    .s3_title{
        font-size: 42px;
        line-height: 120px;
    }
    
    .s3_txt_box{
        height: 120px;
    }
}