@charset "utf-8";

section#main{
	width: 100%;
	height: 780px;
	position: relative;
}
section#main .visual{
	width: 100%;
	height: 100%;
}
section#main .visual .mobile_none {
	display:none;
}
section#main .visual li{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
section#main .visual li:first-child{
	display: block;
}
section#main .visual li div{
	text-align: center;
	width: 50%;
	position: absolute;
	margin-left: -25%;
	left: 50%;
	top: 100px;
}
section#main .visual li div h3{
	font-size: 36px;
	color: #fff;
	margin: 20px 0;
}
section#main .visual li div p{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
section#main .visual li div a{
	display: block;
	width: 180px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	margin: 30px auto 0;
}
section#main .board_box{
	position: absolute;
	bottom: 50px;
	top:575px;
	left: 0;
	width: 100%;
	z-index: 100;
}
section#main .board_box .inbox dl{
	width: 100%;
	position: relative;
	height: 200px;
}
section#main .board_box .inbox dl dt{
	float: left;
	width: 24.625%;
	height: 50px;
	margin-right: 0.5%;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}
section#main .board_box .inbox dl dt.on{
	background-color: #B5912D;
}
section#main .board_box .inbox dl dt.last{
	margin-right: 0;
}
section#main .board_box .inbox dl dd{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
section#main .board_box .inbox dl dd.show{
	display: block;
	overflow:hidden;
}
section#main .board_box .inbox dl dd ul{
	margin: 20px 10px;
}
section#main .board_box .inbox dl dd ul li{
	float: left;
	width: 50%;
}
section#main .board_box .inbox dl dd ul li a{
	display: block;
	padding: 10px;
	font-weight: 600;
}
section#main .board_box .inbox dl dd ul li a span{
	float: right;
}
section#main .board_box .inbox .team_pic {
	width:150px;
	height:150px
	float:left;	
	text-align:center;
	margin-top:-10px;
}
section#main .board_box .inbox .team_pic p:first-child {
	margin-left:40px;
}
section#main .board_box .inbox .team_pic p {
	width:100px;
	height:100px;
	border-radius:50px;
}
section#main .board_box .inbox .team_pic p span {
	width:100px;
	text-align:center;
	margin-top:90px;
}
section#main .board_box .inbox .team_pic .over_detail {
	position:relative !important;
	top:-50px;
	left:25px;
	width:60px;
	height:20px;
	border-radius:50px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	line-height:20px;
	display:inline-block;
	font-size:0.8em;
}
section#main .board_box .inbox .brodc_pic {
	width:150px;
	height:110px
	float:left;	
	text-align:center;
	margin-top:-10px;
}
section#main .board_box .inbox .brodc_pic p:first-child {
	margin-left:40px;
}
section#main .board_box .inbox .brodc_pic p {
	width:100px;
	height:100px;
	border-radius:50px;
}
section#main .board_box .inbox .brodc_pic p span {
	width:100px;
	text-align:left;
	margin-top:90px;
}


/* 메인 롤링 JQuery */
#visualrolling_roll_wrap { background:#222222 !important; margin-top:-30px;}
#visualrolling_roll_wrap .roll_visual { width:1100px; margin:0 auto; height:565px; position:relative; }
#visualrolling_roll_wrap .slider { display:block;*display:block; background:#DDD;}
#visualrolling_roll_wrap .display_panel {float:left;}
#visualrolling_roll_wrap .roll_btn { width:1100px; height:1px; left:50%; margin-left: -550px; position:absolute; top:0;  z-index:1;}
#visualrolling_btn_prev { width:27px; height:37px; left:10px; top:265px; background:url(/images/mbg_arrow.png) 0 0 no-repeat; position:absolute; cursor:pointer;}
#visualrolling_btn_next { width:27px; height:37px; right:10px; top:265px; background:url(/images/mbg_arrow.png) -27px 0 no-repeat; position:absolute; cursor:pointer;}



