@charset "euc-kr";
/* CSS Document */

/* °ψΕλΏ΅Ώͺ */
#container{
    width: 100%;
}
#container .inner{
    margin: 0 15px;
}

/*banner s*/
#container .banner{
    padding-top:60px;
    position:relative;
}
#container .banner img{
    width:100%;
}

/*tab s*/
.tab{
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}
.tab1 li{
    float:left;
    width:25%;
    height:auto;
}
.tab1 li a img{
    width:100%;
}
/*tab e*/

/*banner e*/

/*section1 s*/
#section1{
    padding:50px 0;
}
/*section1 e*/