@charset "utf-8";
/* CSS Document */

/*s공통 영역*/

#container .inner{
    width: 1200px;
    margin: 0 auto;
}


/*e공통 영역*/





/*s인트로 영역*/

.s1{
    background: url(../images/p8/sub2_s1_back.jpg) no-repeat center 0;
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.s1 .inner div{
    float: left;
}
.s1 .s1_img{
    margin-left: 129px;
}
.s1 .in_tit{
    margin: 112px 0 0 210px;
}

.s1 .in_tit .f11{
    color: rgba(255,255,255,0.7);
}
.s1 .in_tit .f12,.s1 .in_tit .f13{
    color: #fff;
}

.s1 .in_tit p span{
    font-weight: bold;
    font-size: 20px;
}

/*e인트로 영역*/


/*s섹션2*/
.s2{
    padding: 30px 0;
}
.s2 h4{
    display: none;
}
/*e섹션2*/