@charset "euc-kr";
/* CSS Document */

/* °ψΕλΏ΅Ώͺ */
#container{
    width: 100%;
}
#container .inner{
    margin: 0 15px;
}

/*banner s*/
#container .banner{
    padding-top:60px;
}
#container .banner img{
    width:100%;
}
/*banner e*/

/*section1 s*/
#section1 .inner img{
    width:100%;
    margin:50px 0 0 0;
}
#section1 .inner img:first-child,
#section1 .inner img:nth-child(2){
    margin:30px 0 0 0;
}
#section1 .sec1_bg img{
    width:100%;
    margin:30px 0 0 0;
}
/*section1 e*/