
.gameserver_layer {

}

div.char_info { width: 575px; height: 342px; overflow: hidden;}     /* overflow = 박스 내에 컨텐츠를 어떻게 보일것인가. */

.char_func:after { content: ''; display: block;height: 0px;clear:both;visibility: hidden; }
div.char_info ul { width: 880px; }
div.char_info li { position: relative; width:102px; height: 342px; display:inline-block; *display: inline; overflow: hidden; }
div.char_info li h5 { float: left; width: 102px;height: 342px; cursor: pointer; }
div.char_info li.char01 h5 {background: url(http://img.main.tozgame.com/jw/homep/sg_homep_main_char_01_off.png) 0 0 no-repeat; }
div.char_info li.char01:hover h5 { background: url(http://img.main.tozgame.com/jw/homep/sg_homep_main_char_01_off.png) 0 0 no-repeat; }
div.char_info li.char02 h5 { background: url(http://img.main.tozgame.com/jw/homep/sg_homep_main_char_02_off.png) 0 0 no-repeat; }
div.char_info li.char02:hover h5 { background: url(http://img.main.tozgame.com/jw/homep/sg_homep_main_char_02_off.png) 0 0 no-repeat; }
div.char_info li.char03 h5 { background: url(http://img.main.tozgame.com/jw/homep/sg_homep_main_char_03_off.png) 0 0 no-repeat; }
div.char_info li.char03:hover h5 { background: url(http://img.main.tozgame.com/jw/homep/sg_homep_main_char_03_off.png) 0 0 no-repeat; }
div.char_info li img { float:left; width: 378px;height: 342px; }
