#visual{
    width:640px;
    height:275px;
    position:absolute;
	overflow:hidden;
	top:455px;
	left:30px;
}
#visual .slider{
    width:200%;
    height:100%;
}
#visual .slider>div{
    width:50%;
    height:100%;
    float:left;
}
.slide1{background: url(/design/ko/images/newimg/mvisual1.jpg) center 0 no-repeat;}
.slide2{background: url(/design/ko/images/newimg/mvisual2.jpg) center 0 no-repeat;}
.slide3{background: url(/design/ko/images/newimg/mvisual3.jpg) center 0 no-repeat;}
.slide4{background: url(/design/ko/images/newimg/mvisual4.jpg) center 0 no-repeat;}

#visual .mbtn{
    position: absolute;
    right:4%;
    top:85%;
}
#visual .mbtn>a{margin-left:5px}
#visual .arrow{
    position:absolute;
    top:43%;
	left:50%;
    width:1354px;
	margin-left:-677px;
}
#visual .arrow .l_btn{
    float:left;
}
#visual .arrow .r_btn{
    float:right;
}
#visual .arrow a{
    font-size:80px;
    color:white;
    text-decoration: none;
}