@charset "utf-8";
#main_container {position:relative; width:100%; }


/** 메인비주얼 **/
#visual{position:relative; width:100%; clear:both; overflow:hidden; max-width:640px; margin:0 auto;}
 
		.jssorb05 {position: absolute; bottom:20px; left:50%; z-index:999;}
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {position: absolute; width: 18px;  height: 18px; border-radius:50px;
		background-color: #fff; overflow: hidden; cursor: pointer; margin:0; padding:0; opacity: .5; filter: alpha(opacity=50);}
        .jssorb05 div {  }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-color: #fff; opacity: 1; filter: alpha(opacity=100);}
        .jssorb05 .av { background-color: #fff; opacity: 1; filter: alpha(opacity=100);}
        .jssorb05 .dn, .jssorb05 .dn:hover { background-color: #fff; opacity: 1; filter: alpha(opacity=100);} 
		
        .jssora12l, .jssora12r {
            top:46%;
			display: none;
            position: absolute;
            width: 23px;
            height: 45px;
            cursor: pointer;
            overflow: hidden;
        }
        .jssora12l { background: url('/img/arrow_left.gif') no-repeat; left:180px}
        .jssora12r { background: url('/img/arrow_right.gif') no-repeat; right:180px}
        .jssora12l:hover {}
        .jssora12r:hover { }
        .jssora12l.jssora12ldn {}
        .jssora12r.jssora12rdn {}
