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


#section_2 {
    margin-bottom: 100px;
}

.box {
    float: left;
    width: 100%;
    overflow: hidden;
    margin:25px 0 120px 0;
}

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

.in_box img {
    width: 100%;
}

.s_txt_box {
    float: left;
    display: inline-block;
    overflow: hidden;
    padding: 10px 0 0 3%;
}

.sm_title,
.n_title,
.s2_more,
.s2_txt {
    float: left;
    width: 100%;
    overflow: hidden;
}

.sm_title {
    font-size: 25px;
    font-weight: 400;
    color: #e3aa0c;
    margin-bottom: 20px;
}

.n_title {
    font-size: 35px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px; 
}

.s2_more a {
    font-size: 19px;
    font-weight: 400;
    color: #333333;
    text-decoration: underline;
}

.s2_txt {
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #565656;
}

.s2_more{
    margin-bottom: 20px;
}

#box5{
    margin-bottom: 0;
}


@media all and (max-width:1024px) and (min-width:760px){
    .s_txt_box{
        padding-top: 35px;
    }
    
    .n_title{
        font-size: 50px;
    }
    
    .s2_txt{
        font-size: 23px;
    }
}