@charset "utf-8";
/* CSS Document */

#main_visual {
	width:980px;
	height:297px;
	background:url(/USER_DATA/powerteam/content/editor/img/visual_bg.jpg)no-repeat;
	position: relative;
}
#main_visual ul {
	display:inline-block;	
	margin: 0;
    padding: 0;
}
#main_visual ul li {
	list-style:none;
}
.mainvisual_box {  
    overflow: hidden;
    width: 737px;
    height: 297px;
	float:left;
}

.mainvisual_btn {  
	width:240px;
	position: absolute;
	right:0;
	top:22px;
}
.mainvisual_btn li {  
	width:240px;
	height:45px;
	border-bottom:1px dotted #ccc;
}
.mainvisual_btn li:last-child { border-bottom:none; }
.mainvisual_btn li a {
    list-style: none;
    line-height: 45px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
	font-family: 돋움;	
	display: block;
    width: 240px;
    height: 45px;
	padding-left: 20px;
}
.mainvisual_btn li a:hover {
    background: url(/USER_DATA/powerteam/content/editor/img/menu_on.jpg)0px 0px no-repeat;
    
}