/*********************************************
* Default
*********************************************/
@import url('style_common.css');
@import url('style_background.css');

/****** visual ******/
.wrap_main {position:relative; height:255px; width:100%; color:#fff; overflow:hidden;z-index:0;}
.wrap_main .spot {width:100%; height:255px;}
.wrap_main .spot_images{overflow:hidden ;height:255px;}
.wrap_main .spot_images .spot_image1, .wrap_main .spot_images .spot_image2{position:absolute;top:0;left:0;z-index:0;width:100%;height:255px;text-align:center;}
.wrap_main .spot_images .spot_image2 {opacity:0;filter:alpha(opacity=0)}
.wrap_main .spot_images .image {height:255px;}
.wrap_main .spot_images .image div {position:relative; width:750px;height:255px;margin:0 auto;text-align:left}
   
/* 이미지 가로 사이즈를 넘겼을 때 보이는 배경*/
.wrap_main .spot_image1, .wrap_main .spot_image2 {background:#fff;}

/*visual 경로*/
.wrap_main .spot_image1 .image {background:url('/images/main/mv01.jpg') center top no-repeat;}
.wrap_main .spot_image2 .image {background:url('/images/main/mv02.jpg') center top no-repeat;}
.wrap_main .spot_image1 .image div{_background:url('/images/main/mv01.jpg') center top no-repeat;}
.wrap_main .spot_image2 .image div{_background:url('/images/main/mv02.jpg') center top no-repeat;}

/*visual 버튼*/
.wrap_main .mainshow {z-index:10 !important; }
.wrap_main .spot_static {position:absolute; top:220px;; left:48%;  margin-left:0; z-index:780;}
.wrap_main .spot_static a {float:left; width:10px; height:10px; border-radius:100px; margin-left:5px; background:#434343;}
.wrap_main .spot_static a:hover{background:#004f9f;}
.wrap_main .spot_static a.on{background:#004f9f;}