/*************************************** 공통요소 정의 ***************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, input, th, td{margin:0;padding:0;}

/*기본 font 설정*/
html{font-size:0.75em;}
body{
	font-size:100%;	
	font-family:돋움,dotum,굴림,gulim,sans-serif;
	color:#000;		
}

a{text-decoration:none;color:#000;}
a:hover{text-decoration:underline;}

/*이미지 설정*/
img{border:0;vertical-align:top;}

/*리스트 설정*/
ul, ol{list-style:none;}

/*테이블 설정*/
table{
	width:100%;
	border-collapse:collapse;	
}


/*기본 form 설정*/
select, input, textarea{font-size:100%;}

.buttonArea {text-align:center;padding-top:10px;}
.buttonArea a{
	height:0;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	margin:0 1px;
}

button{border:0;cursor:pointer;overflow:hidden;vertical-align:middle;margin:0 1px;}
button span{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}

input[type="radio"]{position:relative;top:2px;}
input[type="checkbox"]{position:relative;top:2px;}

fieldset{border:0px;}
legend{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}

/*반복네비게이션 링크*/
#skipNavi{
	display:block;width:0;height:0;font-size:0;overflow:hidden;
}
#skipNavi:hover,#skipNavi:active,#skipNavi:focus{
	width:100%;
	height:auto;
	padding:5px 0;
	font-size:12px;
	background:#999;
	color:#fff;
	text-align:center;
}
#skipTop{
	display:block;width:0;height:0;font-size:0;overflow:hidden;
}
#skipTop:hover,#skipTop:active,#skipTop:focus{
	width:100%;
	height:auto;
	padding:5px 0;
	font-size:12px;
	background:#999;
	color:#fff;
	text-align:center;
}

/*필요한 컨텐츠이나 디자인시 감출 때 사용*/
.skip{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}

/*프로그램 등 보여줄 필요가 없는 컨텐츠에 사용*/
.develop{
	position:absolute; 
	width:0; height:0; overflow:hidden; 
	visibility:hidden;
}

/*********************************** 상단영역 ***********************************/
#Page{width:1000px;margin:0 auto;position:relative;}
#Header{
	width:900px;	
	position:relative;
	height:300px;
}
#Header h1{height:65px;padding-top:15px;}

/*메인메뉴*/
#mainMenu{height:40px;position:absolute;top:40px;right:0;z-index:100;}
#mainMenu li{
	float:left;
	position:relative;
}
#mainMenu li a{
	display:block;	
	padding-top:40px;
	height:0;
	overflow:hidden;
}
#mainMenu li.menu1 a{background:url(../img/mainMenu1.jpg) no-repeat;width:117px;}
#mainMenu li.menu2 a{background:url(../img/mainMenu2.jpg) no-repeat;width:114px;}
#mainMenu li.menu3 a{background:url(../img/mainMenu3.jpg) no-repeat;width:114px;}
#mainMenu li.menu4 a{background:url(../img/mainMenu4.jpg) no-repeat;width:114px;}
#mainMenu li.menu5 a{background:url(../img/mainMenu5.jpg) no-repeat;width:114px;}
#mainMenu li.menu6 a{background:url(../img/mainMenu6.jpg) no-repeat;width:117px;}
#mainMenu li.menu1 a:hover{background:url(../img/mainMenu1.jpg) 0 -40px no-repeat;}
#mainMenu li.menu2 a:hover{background:url(../img/mainMenu2.jpg) 0 -40px no-repeat;}
#mainMenu li.menu3 a:hover{background:url(../img/mainMenu3.jpg) 0 -40px no-repeat;}
#mainMenu li.menu4 a:hover{background:url(../img/mainMenu4.jpg) 0 -40px no-repeat;}
#mainMenu li.menu5 a:hover{background:url(../img/mainMenu5.jpg) 0 -40px no-repeat;}
#mainMenu li.menu6 a:hover{background:url(../img/mainMenu6.jpg) 0 -40px no-repeat;}
#mainMenu li.menu1 a:focus{background:url(../img/mainMenu1.jpg) 0 -40px no-repeat;}
#mainMenu li.menu2 a:focus{background:url(../img/mainMenu2.jpg) 0 -40px no-repeat;}
#mainMenu li.menu3 a:focus{background:url(../img/mainMenu3.jpg) 0 -40px no-repeat;}
#mainMenu li.menu4 a:focus{background:url(../img/mainMenu4.jpg) 0 -40px no-repeat;}
#mainMenu li.menu5 a:focus{background:url(../img/mainMenu5.jpg) 0 -40px no-repeat;}
#mainMenu li.menu6 a:focus{background:url(../img/mainMenu6.jpg) 0 -40px no-repeat;}

/*메인메뉴 - 서브*/
#mainMenu li ul{
	position:absolute;
	top:40px;
	left:0;		
	height:200px;
}

#mainMenu li.menu1 ul{background:url(../img/subMenu_bg.jpg) no-repeat;width:117px;}
#mainMenu li.menu2 ul{background:url(../img/subMenu_bg.jpg) -117px 0 no-repeat;width:114px;}
#mainMenu li.menu3 ul{background:url(../img/subMenu_bg.jpg) -231px 0 no-repeat;width:114px;}
#mainMenu li.menu4 ul{background:url(../img/subMenu_bg.jpg) -345px 0 no-repeat;width:114px;}
#mainMenu li.menu5 ul{background:url(../img/subMenu_bg.jpg) -459px 0 no-repeat;width:114px;}
#mainMenu li.menu6 ul{background:url(../img/subMenu_bg.jpg) -573px 0 no-repeat;width:117px;}

#mainMenu li ul li{float:none;}
#mainMenu li ul li a{padding-top:23px;}

#mainMenu li.menu1 ul li.submenu1 a{background:url(../img/mainMenu1_1.gif) center 0 no-repeat;margin-top:10px;}
#mainMenu li.menu1 ul li.submenu2 a{background:url(../img/mainMenu1_2.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu3 a{background:url(../img/mainMenu1_3.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu4 a{background:url(../img/mainMenu1_4.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu4_2 a{background:url(../img/mainMenu1_4_2.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu5 a{background:url(../img/mainMenu1_5.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu6 a{background:url(../img/mainMenu1_6.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu7 a{background:url(../img/mainMenu1_7.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu8 a{background:url(../img/n_mainMenu1_4.gif) center 0 no-repeat;}
#mainMenu li.menu1 ul li.submenu1 a:hover{background:url(../img/mainMenu1_1.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu2 a:hover{background:url(../img/mainMenu1_2.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu3 a:hover{background:url(../img/mainMenu1_3.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu4 a:hover{background:url(../img/mainMenu1_4.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu4_2 a:hover{background:url(../img/mainMenu1_4_2.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu5 a:hover{background:url(../img/mainMenu1_5.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu6 a:hover{background:url(../img/mainMenu1_6.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu7 a:hover{background:url(../img/mainMenu1_7.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu8 a:hover{background:url(../img/n_mainMenu1_4.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu1 a:focus{background:url(../img/mainMenu1_1.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu2 a:focus{background:url(../img/mainMenu1_2.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu3 a:focus{background:url(../img/mainMenu1_3.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu4 a:focus{background:url(../img/mainMenu1_4.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu5 a:focus{background:url(../img/mainMenu1_5.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu6 a:focus{background:url(../img/mainMenu1_6.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu7 a:focus{background:url(../img/mainMenu1_7.gif) center -23px no-repeat;}
#mainMenu li.menu1 ul li.submenu8 a:focus{background:url(../img/n_mainMenu1_4.gif) center -23px no-repeat;}

#mainMenu li.menu2 ul li.submenu1 a{background:url(../img/mainMenu2_1.gif) center 0 no-repeat;margin-top:10px;}
#mainMenu li.menu2 ul li.submenu2 a{background:url(../img/mainMenu2_2.gif) center 0 no-repeat;}
#mainMenu li.menu2 ul li.submenu1 a:hover{background:url(../img/mainMenu2_1.gif) center -23px no-repeat;}
#mainMenu li.menu2 ul li.submenu2 a:hover{background:url(../img/mainMenu2_2.gif) center -23px no-repeat;}
#mainMenu li.menu2 ul li.submenu1 a:focus{background:url(../img/mainMenu2_1.gif) center -23px no-repeat;}
#mainMenu li.menu2 ul li.submenu2 a:focus{background:url(../img/mainMenu2_2.gif) center -23px no-repeat;}

#mainMenu li.menu3 ul li.submenu1 a{background:url(../img/mainMenu3_1.gif) center 0 no-repeat;margin-top:10px;}
#mainMenu li.menu3 ul li.submenu2 a{background:url(../img/mainMenu3_2.gif) center 0 no-repeat;}
#mainMenu li.menu3 ul li.submenu1 a:hover{background:url(../img/mainMenu3_1.gif) center -23px no-repeat;}
#mainMenu li.menu3 ul li.submenu2 a:hover{background:url(../img/mainMenu3_2.gif) center -23px no-repeat;}
#mainMenu li.menu3 ul li.submenu1 a:focus{background:url(../img/mainMenu3_1.gif) center -23px no-repeat;}
#mainMenu li.menu3 ul li.submenu2 a:focus{background:url(../img/mainMenu3_2.gif) center -23px no-repeat;}

#mainMenu li.menu4 ul li.submenu1 a{background:url(../img/mainMenu1_8.gif) center 0 no-repeat;margin-top:10px;}
#mainMenu li.menu4 ul li.submenu1 a:hover{background:url(../img/mainMenu1_8.gif) center -23px no-repeat;}
#mainMenu li.menu4 ul li.submenu1 a:focus{background:url(../img/mainMenu1_8.gif) center -23px no-repeat;}
#mainMenu li.menu4 ul li.submenu2 a{background:url(../img/mainMenu4_1.gif) center 0 no-repeat;}
#mainMenu li.menu4 ul li.submenu2 a:hover{background:url(../img/mainMenu4_1.gif) center -23px no-repeat;}
#mainMenu li.menu4 ul li.submenu2 a:focus{background:url(../img/mainMenu4_1.gif) center -23px no-repeat;}

#mainMenu li.menu5 ul li.submenu1 a{background:url(../img/mainMenu5_1.gif) center 0 no-repeat;margin-top:10px;}
#mainMenu li.menu5 ul li.submenu1_1 a{background:url(../img/mainMenu5_2.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu2 a{background:url(../img/mainMenu5_2_2.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu3 a{background:url(../img/mainMenu6_3.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu4 a{background:url(../img/mainMenu5_3.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu5 a{background:url(../img/mainMenu5_4.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu6 a{background:url(../img/mainMenu5_5.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu7 a{background:url(../img/mainMenu5_6.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu8 a{background:url(../img/mainMenu5_7.gif) center 0 no-repeat;}
#mainMenu li.menu5 ul li.submenu1 a:hover{background:url(../img/mainMenu5_1.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu1_1 a:hover{background:url(../img/mainMenu5_2.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu2 a:hover{background:url(../img/mainMenu5_2_2.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu3 a:hover{background:url(../img/mainMenu6_3.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu4 a:hover{background:url(../img/mainMenu5_3.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu5 a:hover{background:url(../img/mainMenu5_4.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu6 a:hover{background:url(../img/mainMenu5_5.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu7 a:hover{background:url(../img/mainMenu5_6.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu8 a:hover{background:url(../img/mainMenu5_7.gif) center -23px no-repeat;}


#mainMenu li.menu5 ul li.submenu1 a:focus{background:url(../img/mainMenu5_1.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu1_1 a:focus{background:url(../img/mainMenu5_2.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu2 a:focus{background:url(../img/mainMenu5_2_2.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu3 a:focus{background:url(../img/mainMenu6_3.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu4 a:focus{background:url(../img/mainMenu5_3.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu5 a:focus{background:url(../img/mainMenu5_4.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu6 a:focus{background:url(../img/mainMenu5_5.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu7 a:focus{background:url(../img/mainMenu5_6.gif) center -23px no-repeat;}
#mainMenu li.menu5 ul li.submenu8 a:focus{background:url(../img/mainMenu5_7.gif) center -23px no-repeat;}

#mainMenu li.menu6 ul li.submenu1 a{background:url(../img/mainMenu6_1.gif) center 0 no-repeat;}
#mainMenu li.menu6 ul li.submenu2 a{background:url(../img/mainMenu6_2.gif) center 0 no-repeat;}
#mainMenu li.menu6 ul li.submenu4 a{background:url(../img/mainMenu6_4.gif) center 0 no-repeat;}
#mainMenu li.menu6 ul li.submenu5 a{background:url(../img/mainMenu6_5.gif) center 0 no-repeat;}
#mainMenu li.menu6 ul li.submenu6 a{background:url(../img/mainMenu6_6.gif) center 0 no-repeat;}
#mainMenu li.menu6 ul li.submenu7 a{background:url(../img/mainMenu6_7.gif) center 0 no-repeat;}
#mainMenu li.menu6 ul li.submenu8 a{background:url(../img/mainMenu6_8.gif) center 0 no-repeat;margin-top:10px;}
#mainMenu li.menu6 ul li.submenu1 a:hover{background:url(../img/mainMenu6_1.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu2 a:hover{background:url(../img/mainMenu6_2.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu3 a:hover{background:url(../img/mainMenu6_3.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu4 a:hover{background:url(../img/mainMenu6_4.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu5 a:hover{background:url(../img/mainMenu6_5.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu6 a:hover{background:url(../img/mainMenu6_6.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu7 a:hover{background:url(../img/mainMenu6_7.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu8 a:hover{background:url(../img/mainMenu6_8.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu1 a:focus{background:url(../img/mainMenu6_1.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu2 a:focus{background:url(../img/mainMenu6_2.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu3 a:focus{background:url(../img/mainMenu6_3.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu4 a:focus{background:url(../img/mainMenu6_4.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu5 a:focus{background:url(../img/mainMenu6_5.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu6 a:focus{background:url(../img/mainMenu6_6.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu7 a:focus{background:url(../img/mainMenu6_7.gif) center -23px no-repeat;}
#mainMenu li.menu6 ul li.submenu8 a:focus{background:url(../img/mainMenu6_8.gif) center -23px no-repeat;}

/*상단 링크*/
#topLink{
	position:absolute;
	top:10px;
	right:0;
}
#topLink li{float:left;}
#topLink li a{	
	display:block;	
	padding-top:20px;
	height:0;
	overflow:hidden;
}
#topLink li.home a{background:url(../img/topLink_home.gif) 0 5px no-repeat;width:48px;}
#topLink li.sitemap a{background:url(../img/topLink_sitemap.gif) 0 5px no-repeat;width:61px;}
#topLink li.old a{background:url(../img/topLink_old.gif) 0 5px no-repeat;width:61px;}

/*로그인*/
#login{
	background:url(../img/login_bg.gif) no-repeat;
	width:170px;
	height:160px;
	padding:20px;
	position:relative;
}
#login h2{
	background:url(../img/login_title.gif) no-repeat;
	padding-top:29px;
	height:0;
	overflow:hidden;
}
#login form p{height:33px;}
#login label{
	display:inline-block;
	width:55px;
	padding-top:11px;
	height:0;
	overflow:hidden;
	vertical-align:middle;
}
#login label.userid{background:url(../img/login_id.gif) no-repeat;}
#login label.passwd{background:url(../img/login_pw.gif) no-repeat;}
#login input{width:113px;height:22px;border:#7e7e7e solid 1px;background:#464646;color:#fff;}
#login .btn_login{background:url(../img/btn_login.gif) no-repeat;width:170px;height:27px;margin-top:7px;}
#login .btn_memberJoin{background:url(../img/btn_memberJoin.gif) no-repeat;width:60px;padding-top:24px;height:0;overflow:hidden;display:inline-block;position:absolute;left:20px;bottom:20px;}
#login .btn_searchInfo{background:url(../img/btn_searchInfo.gif) no-repeat;width:105px;padding-top:24px;height:0;overflow:hidden;display:inline-block;position:absolute;right:20px;bottom:20px;}

#login p.state{
	border:#666 solid 1px;
	color:#fff;
	padding:15px;
	line-height:150%;
	height:60px;
}
#login p.state strong{color:#f4f3af;}
.btn_memberModify{background:url(../img/btn_memberModify.gif) no-repeat;width:82px;padding-top:24px;height:0;overflow:hidden;display:inline-block;position:absolute;left:20px;bottom:20px;}
.btn_logout{background:url(../img/btn_logout.gif) no-repeat;width:82px;padding-top:24px;height:0;overflow:hidden;display:inline-block;position:absolute;right:20px;bottom:20px;}

/*메인 이미지*/
#mainVisual{position:absolute;top:80px;right:0;}

/*********************************** 하단영역 ***********************************/

#sponsorsCompany { 
    clear: both;
    height:35px;
    padding-top: 20px;
    position: relative;
}
#sponsorsCompany ul li { padding-right:3px; float:left; }

#Footer{
	clear:both;
	width:900px;
	background:url(../img/copyright_bg.jpg) 0 10px no-repeat;
	height:95px;
	position:relative;
	padding-top:10px;
}
#Footer p{
	background:url(../img/copyright.gif) 20px 25px no-repeat;
	padding-top:95px;
	height:0;
	overflow:hidden;
}
#botLink{position:absolute;top:50px;right:220px;}
#botLink li{float:left;padding-left:5px;}
#botLink li a{	
	padding-top:21px;
	height:0;
	overflow:hidden;
	display:block;
}
#botLink li a.btn_botLink1{background:url(../img/botLink_kwbf.gif) no-repeat;width:64px;}
#botLink li a.btn_botLink2{background:url(../img/botLink_stipulation.gif) no-repeat;width:64px;}
#botLink li a.btn_botLink3{background:url(../img/botLink_privacyPolicy.gif) no-repeat;width:101px;}

#botBanner{position:absolute;top:21px;right:20px;}
#botBanner li{float:left;padding-left:5px;}
#botBanner li span.image_20201210{
	background:url(../img/image_20201210.png) no-repeat;
	width:108px;
	padding-top:72px;
	height:0;
	display:block;
	overflow:hidden;
}
#botBanner li span.webAccess{
	background:url(../img/webaccessibility.png) no-repeat;
	width:72px;
	padding-top:72px;
	height:0;
	display:block;
	overflow:hidden;
}

/*퀵 링크*/
#QuickLink{
	position:absolute;
	top:40px;
	right:0;
	width:80px;
}
#quickMenu dt{
	background:url(../img/quickMenu_title.gif) no-repeat;
	padding-top:25px;
	height:0;
	overflow:hidden;
}
#quickMenu dd a{
	display:block;
	width:80px;
	padding-top:60px;
	height:0;
	overflow:hidden;
}
#quickMenu dd.quickMenu1 a{background:url(../img/quickMenu1.gif) no-repeat;}
#quickMenu dd.quickMenu2 a{background:url(../img/quickMenu2.gif) no-repeat;}
#quickMenu dd.quickMenu3 a{background:url(../img/quickMenu3.gif) no-repeat;}
#quickMenu dd.quickMenu4 a{background:url(../img/quickMenu4.gif) no-repeat;}

#sponsors{margin-top:15px;}
#sponsors dt{
	background:url(../img/sponsors_title.gif) no-repeat;
	padding-top:25px;
	height:0;
	overflow:hidden;
}

/*********************************** 메인 컨텐츠 영역 ***********************************/
#Main{
	width:900px;
	position:relative;
}

#goyang h2,#goyang ul{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}
#goyang a{
	display:block;
	background:url(../img/img_goyang.jpg) no-repeat;
	width:210px;
	padding-top:285px;
	height:0;
	overflow:hidden;
}
#leftBanner h2,#leftBanner ul{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}
#leftBanner a{
	display:block;
	//background:url(../img/left_banner_180529.png) no-repeat;
	//background:url(../img/left_banner_190520.jpg) no-repeat;
	background:url(../img/kwbf_poster_2025.jpg) no-repeat;
	width:210px;
	padding-top:316px;
	height:0;
	overflow:hidden;
}

#leftBanner_sk a{
	display:block;
	background:url(../img/left_banner_150729.jpg) no-repeat;
	width:210px;
	padding-top:285px;
	height:0;
	overflow:hidden;
	margin-top:5px;
}

#welfare a{
	display:block;
	background:url(../img/img_welfare.gif) no-repeat;
	width:210px;
	padding-top:95px;
	height:0;
	overflow:hidden;
	margin-top:15px;
}

#partner a{
	display:block;
	background:url(../img/img_partner.jpg) no-repeat;
	width:210px;
	padding-top:95px;
	height:0;
	overflow:hidden;
	margin-top:15px;
}

#notice{position:absolute;top:0;right:10px;width:650px;}
#notice h2{
	background:url(../img/ttl_notice.gif) 0 15px no-repeat;
	padding-top:40px;
	height:0;
	overflow:hidden;
	border-bottom:#d9d9d9 solid 1px;
	margin-bottom:10px;
}
#notice ul li{position:relative;}
#notice ul li a{	
	display:inline-block;
	line-height:26px;
	padding-left:5px;
	vertical-align:middle;
}
#notice ul li.normal a{	
	background:url(../img/icn_dot.gif) 5px 10px no-repeat;
	padding-left:20px;
}
#notice ul li span.newComment{/*새글*/
	display:inline-block;
	background:url(../img/icn_new.gif) no-repeat;
	width:25px;
	padding-top:11px;
	height:0;
	overflow:hidden;
	vertical-align:middle;
	margin-left:5px;
}
#notice ul li span.regDate{
	line-height:26px;
	position:absolute;top:0;right:5px;
}
.btn_more{
	background:url(../img/btn_more.gif) no-repeat;
	width:57px;
	padding-top:20px;
	height:0;
	overflow:hidden;
	display:block;
	position:absolute;
	top:12px;
	right:0;
}

#news{position:absolute;top:210px;right:10px;width:650px;}
#news h2{
	background:url(../img/ttl_news.gif) 0 15px no-repeat;
	padding-top:40px;
	height:0;
	overflow:hidden;
	border-bottom:#d9d9d9 solid 1px;
	margin-bottom:10px;
}
#news ul li{position:relative;}
#news ul li a{
	display:inline-block;
	background:url(../img/icn_dot.gif) 5px 10px no-repeat;
	line-height:26px;
	padding-left:15px;
	vertical-align:middle;
}
#news ul li span.newComment{/*새글*/
	display:inline-block;
	background:url(../img/icn_new.gif) no-repeat;
	width:25px;
	padding-top:11px;
	height:0;
	overflow:hidden;
	vertical-align:middle;
	margin-left:5px;
}
#news ul li span.regDate{
	line-height:26px;
	position:absolute;top:0;right:5px;
}

#gallery{position:absolute;top:370px;right:10px;width:650px;overflow:hidden;}
#gallery h2{
	background:url(../img/ttl_gallery.gif) 0 15px no-repeat;
	padding-top:40px;
	height:0;
	overflow:hidden;
	border-bottom:#d9d9d9 solid 1px;
	margin-bottom:10px;
}
#gallery ul{width:660px;}
#gallery li{float:left;width:132px;}
#gallery li img{border:#c9caca solid 1px;}

/*********************************** 서브영역 ***********************************/
#Container{
	width:900px;
	float:left;
}

/*서브메뉴*/
#Side{
	float:left;
	width:180px;
	padding-right:30px;
}
#Side h2{	
	padding-top:70px;
	height:0;
	overflow:hidden;
}
.subKwbf #Side h2{background:url(../kwbf/img/submenu_title.gif) no-repeat;}
.subGame #Side h2{background:url(../game/img/submenu_title.gif) no-repeat;}
.subSupport #Side h2{background:url(../support/img/submenu_title.gif) no-repeat;}
.subTeam #Side h2{background:url(../team/img/submenu_title.gif) no-repeat;}
.subComm #Side h2{background:url(../comm/img/submenu_title.gif) no-repeat;}
.subData #Side h2{background:url(../data/img/submenu_title.gif) no-repeat;}
.subMember #Side h2{background:url(../member/img/submenu_title.gif) no-repeat;}
.subMember1 #Side h2{background:url(../member/img/submenu_title.gif) no-repeat;}
.subEtc #Side h2{background:url(../etc/img/submenu_title.gif) no-repeat;}
.subSitemap #Side h2{background:url(../etc/img/submenu_title.gif) no-repeat;}

#Side ul#subMenu li a{
	display:block;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.subKwbf #Side ul#subMenu li.submenu1 a{background:url(../kwbf/img/submenu1.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu2 a{background:url(../kwbf/img/submenu2.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu3 a{background:url(../kwbf/img/submenu3.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu4 a{background:url(../kwbf/img/submenu4.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu4_2 a{background:url(../kwbf/img/submenu4_2.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu5 a{background:url(../kwbf/img/submenu5.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu6 a{background:url(../kwbf/img/submenu6.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu7 a{background:url(../kwbf/img/submenu7.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu8 a{background:url(../kwbf/img/n_submenu4.gif) no-repeat;}
.subKwbf #Side ul#subMenu li.submenu1 a:hover{background:url(../kwbf/img/submenu1.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu2 a:hover{background:url(../kwbf/img/submenu2.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu3 a:hover{background:url(../kwbf/img/submenu3.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu4 a:hover{background:url(../kwbf/img/submenu4.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu4_2 a:hover{background:url(../kwbf/img/submenu4_2.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu5 a:hover{background:url(../kwbf/img/submenu5.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu6 a:hover{background:url(../kwbf/img/submenu6.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu7 a:hover{background:url(../kwbf/img/submenu7.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu8 a:hover{background:url(../kwbf/img/n_submenu4.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu1 a:focus{background:url(../kwbf/img/submenu1.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu2 a:focus{background:url(../kwbf/img/submenu2.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu3 a:focus{background:url(../kwbf/img/submenu3.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu4 a:focus{background:url(../kwbf/img/submenu4.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu5 a:focus{background:url(../kwbf/img/submenu5.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu6 a:focus{background:url(../kwbf/img/submenu6.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu7 a:focus{background:url(../kwbf/img/submenu7.gif) 0 -30px no-repeat;}
.subKwbf #Side ul#subMenu li.submenu8 a:focus{background:url(../kwbf/img/n_submenu4.gif) 0 -30px no-repeat;}
.subGreet #Side ul#subMenu li.submenu1 a{background:url(../kwbf/img/submenu1.gif) 0 -30px no-repeat;}
.subHistory #Side ul#subMenu li.submenu2 a{background:url(../kwbf/img/submenu2.gif) 0 -30px no-repeat;}
.subOrgan #Side ul#subMenu li.submenu3 a{background:url(../kwbf/img/submenu3.gif) 0 -30px no-repeat;}
.subExecutive #Side ul#subMenu li.submenu8 a{background:url(../kwbf/img/n_submenu4.gif) 0 -30px no-repeat;}
.subMember #Side ul#subMenu li.submenu4 a{background:url(../kwbf/img/submenu4.gif) 0 -30px no-repeat;}
.subMember2 #Side ul#subMenu li.submenu4_2 a{background:url(../kwbf/img/submenu4_2.gif) 0 -30px no-repeat;}
.subRule #Side ul#subMenu li.submenu5 a{background:url(../kwbf/img/submenu5.gif) 0 -30px no-repeat;}
.subExpert #Side ul#subMenu li.submenu6 a{background:url(../kwbf/img/submenu6.gif) 0 -30px no-repeat;}
.subMap #Side ul#subMenu li.submenu7 a{background:url(../kwbf/img/submenu7.gif) 0 -30px no-repeat;}
.subNational #Side ul#subMenu li.submenu8 a{background:url(../kwbf/img/submenu8.gif) 0 -30px no-repeat;}

.subGame #Side ul#subMenu li.submenu1 a{background:url(../game/img/submenu1.gif) no-repeat;}
.subGame #Side ul#subMenu li.submenu2 a{background:url(../game/img/submenu2.gif) no-repeat;}
.subGame #Side ul#subMenu li.submenu1 a:hover{background:url(../game/img/submenu1.gif) 0 -30px no-repeat;}
.subGame #Side ul#subMenu li.submenu2 a:hover{background:url(../game/img/submenu2.gif) 0 -30px no-repeat;}
.subGame #Side ul#subMenu li.submenu1 a:focus{background:url(../game/img/submenu1.gif) 0 -30px no-repeat;}
.subGame #Side ul#subMenu li.submenu2 a:focus{background:url(../game/img/submenu2.gif) 0 -30px no-repeat;}
.subGameSchedule #Side ul#subMenu li.submenu1 a{background:url(../game/img/submenu1.gif) 0 -30px no-repeat;}
.subGameResult #Side ul#subMenu li.submenu2 a{background:url(../game/img/submenu2.gif) 0 -30px no-repeat;}

.subSupport #Side ul#subMenu li.submenu1 a{background:url(../support/img/submenu1.gif) no-repeat;}
.subSupport #Side ul#subMenu li.submenu2 a{background:url(../support/img/submenu2.gif) no-repeat;}
.subSupport #Side ul#subMenu li.submenu1 a:hover{background:url(../support/img/submenu1.gif) 0 -30px no-repeat;}
.subSupport #Side ul#subMenu li.submenu2 a:hover{background:url(../support/img/submenu2.gif) 0 -30px no-repeat;}
.subSupport #Side ul#subMenu li.submenu1 a:focus{background:url(../support/img/submenu1.gif) 0 -30px no-repeat;}
.subSupport #Side ul#subMenu li.submenu2 a:focus{background:url(../support/img/submenu2.gif) 0 -30px no-repeat;}
.subSupportGuide #Side ul#subMenu li.submenu1 a{background:url(../support/img/submenu1.gif) 0 -30px no-repeat;}
.subSupportReg #Side ul#subMenu li.submenu1 a{background:url(../support/img/submenu1.gif) 0 -30px no-repeat;}
.subCompany #Side ul#subMenu li.submenu2 a{background:url(../support/img/submenu2.gif) 0 -30px no-repeat;}

.subTeam #Side ul#subMenu li.submenu1 a{background:url(../team/img/submenu1.gif) no-repeat;}
.subTeam #Side ul#subMenu li.submenu1 a:hover{background:url(../team/img/submenu1.gif) 0 -30px no-repeat;}
.subTeam #Side ul#subMenu li.submenu1 a:focus{background:url(../team/img/submenu1.gif) 0 -30px no-repeat;}
.subTeam #Side ul#subMenu li.submenu2 a{background:url(../team/img/submenu2.gif) no-repeat;}
.subTeam #Side ul#subMenu li.submenu2 a:hover{background:url(../team/img/submenu2.gif) 0 -30px no-repeat;}
.subTeam #Side ul#subMenu li.submenu2 a:focus{background:url(../team/img/submenu2.gif) 0 -30px no-repeat;}

.subNational #Side ul#subMenu li.submenu1 a{background:url(../team/img/submenu1.gif) 0 -30px no-repeat;}
.subTeamList #Side ul#subMenu li.submenu2 a{background:url(../team/img/submenu2.gif) 0 -30px no-repeat;}

.subComm #Side ul#subMenu li.submenu1 a{background:url(../comm/img/submenu1.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu1_1 a{background:url(../comm/img/submenu1_1.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu2 a{background:url(../comm/img/submenu2.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu3 a{background:url(../comm/img/submenu3.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu4 a{background:url(../comm/img/submenu4.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu5 a{background:url(../comm/img/submenu5.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu6 a{background:url(../comm/img/submenu6.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu7 a{background:url(../comm/img/submenu7.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu1 a:hover{background:url(../comm/img/submenu1.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu1_1 a:hover{background:url(../comm/img/submenu1_1.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu2 a:hover{background:url(../comm/img/submenu2.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu3 a:hover{background:url(../comm/img/submenu3.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu4 a:hover{background:url(../comm/img/submenu4.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu5 a:hover{background:url(../comm/img/submenu5.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu6 a:hover{background:url(../comm/img/submenu6.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu7 a:hover{background:url(../comm/img/submenu7.gif) 0 -30px no-repeat;}
/* 사진자료 */
.subComm #Side ul#subMenu li.submenu8 a{background:url(../data/img/submenu3.gif) no-repeat;}
.subComm #Side ul#subMenu li.submenu8 a:hover{background:url(../data/img/submenu3.gif) 0 -30px no-repeat;}
.subComm #Side ul#subMenu li.submenu8 a:focus{background:url(../data/img/submenu3.gif) 0 -30px no-repeat;}

.subNotice #Side ul#subMenu li.submenu1 a{background:url(../comm/img/submenu1.gif) 0 -30px no-repeat;}
.subNotice2 #Side ul#subMenu li.submenu1_1 a{background:url(../comm/img/submenu1_1.gif) 0 -30px no-repeat;}
.subNews #Side ul#subMenu li.submenu2 a{background:url(../comm/img/submenu2.gif) 0 -30px no-repeat;}
.subInterview #Side ul#subMenu li.submenu3 a{background:url(../comm/img/submenu3.gif) 0 -30px no-repeat;}
.subFree #Side ul#subMenu li.submenu4 a{background:url(../comm/img/submenu4.gif) 0 -30px no-repeat;}

.subFree #Side ul#subMenu li.submenu4 a{background:url(../comm/img/submenu4.gif) 0 -30px no-repeat;}
.subComm1 #Side ul#subMenu li.submenu5 a{background:url(../comm/img/submenu5.gif) 0 -30px no-repeat;}
.subComm2 #Side ul#subMenu li.submenu6 a{background:url(../comm/img/submenu6.gif) 0 -30px no-repeat;}
.subComm3 #Side ul#subMenu li.submenu7 a{background:url(../comm/img/submenu7.gif) 0 -30px no-repeat;}

.subData #Side ul#subMenu li.submenu1 a{background:url(../data/img/submenu1.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu2 a{background:url(../data/img/submenu2.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu4 a{background:url(../data/img/submenu4.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu5 a{background:url(../data/img/submenu5.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu6 a{background:url(../data/img/submenu6.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu7 a{background:url(../data/img/submenu7.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu8 a{background:url(../data/img/submenu8.gif) no-repeat;}
.subData #Side ul#subMenu li.submenu1 a:hover{background:url(../data/img/submenu1.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu1_1 a:hover{background:url(../data/img/submenu1_1.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu2 a:hover{background:url(../data/img/submenu2.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu4 a:hover{background:url(../data/img/submenu4.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu5 a:hover{background:url(../data/img/submenu5.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu6 a:hover{background:url(../data/img/submenu6.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu7 a:hover{background:url(../data/img/submenu7.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu8 a:hover{background:url(../data/img/submenu8.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu1 a:focus{background:url(../data/img/submenu1.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu2 a:focus{background:url(../data/img/submenu2.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu4 a:focus{background:url(../data/img/submenu4.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu5 a:focus{background:url(../data/img/submenu5.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu6 a:focus{background:url(../data/img/submenu6.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu7 a:focus{background:url(../data/img/submenu7.gif) 0 -30px no-repeat;}
.subData #Side ul#subMenu li.submenu8 a:focus{background:url(../data/img/submenu8.gif) 0 -30px no-repeat;}
.subBasketballHistory #Side ul#subMenu li.submenu1 a{background:url(../data/img/submenu1.gif) 0 -30px no-repeat;}
.subBasketballSense #Side ul#subMenu li.submenu1 a{background:url(../data/img/submenu1.gif) 0 -30px no-repeat;}
.subBasketballRule #Side ul#subMenu li.submenu1 a{background:url(../data/img/submenu1.gif) 0 -30px no-repeat;}
.subRule2 #Side ul#subMenu li.submenu8 a{background:url(../data/img/submenu8.gif) 0 -30px no-repeat;}
.subDocument #Side ul#subMenu li.submenu2 a{background:url(../data/img/submenu2.gif) 0 -30px no-repeat;}
.subPhoto #Side ul#subMenu li.submenu8 a{background:url(../data/img/submenu3.gif) 0 -30px no-repeat;}
.subMedia #Side ul#subMenu li.submenu4 a{background:url(../data/img/submenu4.gif) 0 -30px no-repeat;}
.subTop5 #Side ul#subMenu li.submenu5 a{background:url(../data/img/submenu5.gif) 0 -30px no-repeat;}
.subSite #Side ul#subMenu li.submenu6 a{background:url(../data/img/submenu6.gif) 0 -30px no-repeat;}
.subSchedule #Side ul#subMenu li.submenu7 a{background:url(../data/img/submenu7.gif) 0 -30px no-repeat;}

.subMember #Side ul#subMenu li.submenu1 a{background:url(../member/img/submenu1.gif) no-repeat;}
.subMember #Side ul#subMenu li.submenu2 a{background:url(../member/img/submenu2.gif) no-repeat;}
.subMember #Side ul#subMenu li.submenu1 a:hover{background:url(../member/img/submenu1.gif) 0 -30px no-repeat;}
.subMember #Side ul#subMenu li.submenu2 a:hover{background:url(../member/img/submenu2.gif) 0 -30px no-repeat;}
.subMember #Side ul#subMenu li.submenu1 a:focus{background:url(../member/img/submenu1.gif) 0 -30px no-repeat;}
.subMember #Side ul#subMenu li.submenu2 a:focus{background:url(../member/img/submenu2.gif) 0 -30px no-repeat;}
.subMemberJoin #Side ul#subMenu li.submenu1 a{background:url(../member/img/submenu1.gif) 0 -30px no-repeat;}
.subHelpSearch #Side ul#subMenu li.submenu2 a{background:url(../member/img/submenu2.gif) 0 -30px no-repeat;}
.subMemberModify #Side ul#subMenu li.submenu1 a{background:url(../member/img/submenu3.gif) 0 -30px no-repeat;}

.subEtc #Side ul#subMenu li.submenu1 a{background:url(../etc/img/submenu1.gif) no-repeat;}
.subEtc #Side ul#subMenu li.submenu2 a{background:url(../etc/img/submenu2.gif) no-repeat;}
.subEtc #Side ul#subMenu li.submenu1 a:hover{background:url(../etc/img/submenu1.gif) 0 -30px no-repeat;}
.subEtc #Side ul#subMenu li.submenu2 a:hover{background:url(../etc/img/submenu2.gif) 0 -30px no-repeat;}
.subEtc #Side ul#subMenu li.submenu1 a:focus{background:url(../etc/img/submenu1.gif) 0 -30px no-repeat;}
.subEtc #Side ul#subMenu li.submenu2 a:focus{background:url(../etc/img/submenu2.gif) 0 -30px no-repeat;}
.subUse #Side ul#subMenu li.submenu1 a{background:url(../etc/img/submenu1.gif) 0 -30px no-repeat;}
.subProtect #Side ul#subMenu li.submenu2 a{background:url(../etc/img/submenu2.gif) 0 -30px no-repeat;}
.subSitemap #Side ul#subMenu li.submenu1 a{background:url(../etc/img/submenu3.gif) no-repeat;}

/*서브 2단계 메뉴 - 자료실*/
#Side ul#subMenu li ul li a{
	background:#a6c95b url(../data/img/icn_dot.gif) 25px 9px no-repeat !important;
	height:auto;
	padding:5px 0 5px 33px;
	border-left:#6b8e1f solid 1px;
	border-right:#6b8e1f solid 1px;
	border-top:none;
	border-bottom:#6b8e1f dotted 1px;
	color:#fff;
	font-weight:bold;
	font-size:90%;
	letter-spacing:-1px;	
}
#Side ul#subMenu li ul li:last-child a{border-bottom:#6b8e1f solid 1px;}
#Side ul#subMenu li ul li a:hover{color:#f7fd9d;text-decoration:none;}
#Side ul#subMenu li ul li a:focus{color:#f7fd9d;text-decoration:none;}
.subTop5 #Side ul#subMenu li.submenu5 ul li a{background:#68961f url(../data/img/icn_dot.gif) 25px 9px no-repeat !important;border-bottom:#476a11 dotted 1px;}
.subBasketballHistory #Side ul#subMenu li.submenu1 ul li a{background:#68961f url(../data/img/icn_dot.gif) 25px 9px no-repeat !important;border-bottom:#476a11 dotted 1px;}
.subBasketballSense #Side ul#subMenu li.submenu1 ul li a{background:#68961f url(../data/img/icn_dot.gif) 25px 9px no-repeat !important;border-bottom:#476a11 dotted 1px;}
.subBasketballRule #Side ul#subMenu li.submenu1 ul li a{background:#68961f url(../data/img/icn_dot.gif) 25px 9px no-repeat !important;border-bottom:#476a11 dotted 1px;}

/*서브 3단계 메뉴 - 농구단 현황*/
#Side ul#subMenu li ul li h3{
	background:#93be37;
	padding:5px 0 5px 35px;
	border:#86b227 solid 1px;
	color:#fff;
	font-weight:bold;
	font-size:90%;	
}
#Side ul#subMenu li ul li ul li a{
	background:#f8f8f8 url(../team/img/icn_sidemenu.gif) 35px 9px no-repeat !important;
	height:auto;	
	padding:4px 0 4px 45px;	
	border-left:#dcdddd solid 1px;
	border-right:#dcdddd solid 1px;
	border-top:none;
	border-bottom:#d1d3d4 dotted 1px;	
	color:#000;
	font-weight:normal;
}
#Side ul#subMenu li ul li:last-child ul li a{border-bottom:#d1d3d4 dotted 1px;}
#Side ul#subMenu li ul li ul li:last-child a{border-bottom:#d1d3d4 solid 1px;}
#Side ul#subMenu li ul li ul li a:hover{color:#666;text-decoration:underline;}
#Side ul#subMenu li ul li ul li a:focus{color:#666;text-decoration:underline;}

/*서브 공통 배너*/
#subBanner{margin-top:20px;}
#subBanner li a{
	display:block;
	width:180px;
	padding-top:80px;
	height:0;
	overflow:hidden;
	margin-bottom:10px;
}
#subBanner li.banner1 a{background:url(../img/side_banner1.gif) no-repeat;}
#subBanner li.banner2 a{background:url(../img/side_banner2.gif) no-repeat;}

/*컨텐츠 영역*/
#Container #Contents{
	float:left;
	width:690px;
	overflow:hidden;		
}

/*컨텐츠 타이틀*/
#contentsTitle{position:relative;padding:20px 0 35px 0;}
#contentsTitle h2{	
	padding-top:20px;
	height:0;
	overflow:hidden;
}
.subGreet #contentsTitle h2{background:url(../kwbf/img/ttl_greet.gif) no-repeat;}
.subHistory #contentsTitle h2{background:url(../kwbf/img/ttl_history.gif) no-repeat;}
.subOrgan #contentsTitle h2{background:url(../kwbf/img/ttl_organ.gif) no-repeat;}
.subEvent #contentsTitle h2{background:url(../kwbf/img/ttl_event.gif) no-repeat;}
.subExecutive #contentsTitle h2{background:url(../kwbf/img/ttl_executive.gif) no-repeat;}
.subMember #contentsTitle h2{background:url(../kwbf/img/ttl_member.gif) no-repeat;}
.subMember2 #contentsTitle h2{background:url(../kwbf/img/ttl_member2.gif) no-repeat;}
.subRule #contentsTitle h2{background:url(../kwbf/img/ttl_rule.gif) no-repeat;}
.subExpert #contentsTitle h2{background:url(../kwbf/img/ttl_expert.gif) no-repeat;}

.subReferee #contentsTitle h2{background:url(../kwbf/img/ttl_referee.gif) no-repeat;}
.subLevel #contentsTitle h2{background:url(../kwbf/img/ttl_level.gif) no-repeat;}
.subWheeba #contentsTitle h2{background:url(../kwbf/img/ttl_wheeba.gif) no-repeat;}


.subMap #contentsTitle h2{background:url(../kwbf/img/ttl_map.gif) no-repeat;}
.subNational #contentsTitle h2{background:url(../kwbf/img/ttl_national.gif) no-repeat;}

.subGameSchedule #contentsTitle h2{background:url(../game/img/ttl_game_schedule.gif) no-repeat;}
.subGameInfo #contentsTitle h2{background:url(../game/img/ttl_game_info.gif) no-repeat;}
.subGameResult #contentsTitle h2{background:url(../game/img/ttl_game_result.gif) no-repeat;}

.subSupportGuide #contentsTitle h2{background:url(../support/img/ttl_support.gif) no-repeat;}
.subSupportReg #contentsTitle h2{background:url(../support/img/ttl_support_reg.gif) no-repeat;}
.subCompany #contentsTitle h2{background:url(../support/img/ttl_company.gif) no-repeat;}


.subTeamList #contentsTitle h2{background:url(../team/img/ttl_team.gif) no-repeat;}

.subNotice #contentsTitle h2{background:url(../comm/img/ttl_notice.gif) no-repeat;}
.subNotice2 #contentsTitle h2{background:url(../comm/img/ttl_notice_2.gif) no-repeat;}
.subNews #contentsTitle h2{background:url(../comm/img/ttl_news.gif) no-repeat;}
.subInterview #contentsTitle h2{background:url(../comm/img/ttl_interview.gif) no-repeat;}
.subFree #contentsTitle h2{background:url(../comm/img/ttl_free.gif) no-repeat; height:45px;}

.subComm1 #contentsTitle h2{background:url(../comm/img/ttl_commission1.gif) no-repeat;}
.subComm2 #contentsTitle h2{background:url(../comm/img/ttl_commission2.gif) no-repeat;}
.subComm3 #contentsTitle h2{background:url(../comm/img/ttl_commission3.gif) no-repeat;}

.subBasketballHistory #contentsTitle h2{background:url(../data/img/ttl_basketball_history.gif) no-repeat;}
.subBasketballSense #contentsTitle h2{background:url(../data/img/ttl_basketball_sense.gif) no-repeat;}
.subBasketballRule #contentsTitle h2{background:url(../data/img/ttl_basketball_rule.gif) no-repeat;}
.subDocument #contentsTitle h2{background:url(../data/img/ttl_data.gif) no-repeat;}
.subRule2 #contentsTitle h2{background:url(../data/img/ttl_rule2.gif) no-repeat;}
.subPhoto #contentsTitle h2{background:url(../data/img/ttl_photo.gif) no-repeat;}
.subMedia #contentsTitle h2{background:url(../data/img/ttl_media.gif) no-repeat;}
.subTop5 #contentsTitle h2{background:url(../data/img/ttl_top5.gif) no-repeat;}
.subSite #contentsTitle h2{background:url(../data/img/ttl_site.gif) no-repeat;}
.subSchedule #contentsTitle h2{background:url(../data/img/ttl_schedule.gif) no-repeat;}

.subMemberJoin #contentsTitle h2{background:url(../member/img/ttl_member_join.gif) no-repeat;}
.subHelpSearch #contentsTitle h2{background:url(../member/img/ttl_member_id.gif) no-repeat;}
.subMemberModify #contentsTitle h2{background:url(../member/img/ttl_member_edit.gif) no-repeat;}

.subUse #contentsTitle h2{background:url(../etc/img/ttl_use.gif) no-repeat;}
.subProtect #contentsTitle h2{background:url(../etc/img/ttl_protect.gif) no-repeat;}
.subSitemap #contentsTitle h2{background:url(../etc/img/ttl_sitemap.gif) no-repeat;}

#contentsTitle .locationLink{
	position:absolute;
	right:0;
	top:20px;
	color:#6d6e71;
	font-size:90%;
}
#contentsTitle .locationLink a{color:#6d6e71;}
#contentsTitle .locationLink strong{color:#151515;font-weight:normal;}

/*컨텐츠 내용*/
#contentsBody{
	line-height:160%;
}

#contentsBody h3{/*서브 타이틀*/
	padding-top:25px;
	height:0;
	overflow:hidden;
}
#contentsBody h4{
	background:url(../img/icn_arrow_1.gif) 0 3px no-repeat;
    height:23px;
    padding-left:15px;
}
#contentsBody strong{color:#2E720D;}

/*데이타 테이블 타입1*/
.dataTableType01{border-top:#5FBF31 solid 2px;}
.dataTableType01 caption{
	visibility:hidden;overflow:hidden;width:0;height:0;margin:0;padding:0;
}
.dataTableType01 thead th{
	border:#7bc856 solid 1px;
	padding:2px 10px;
	color:#2e720d;
	background:#FAFFEF;
}
.dataTableType01 tbody th{	
	border:#ccc solid 1px;
	padding:2px 10px;
	background:#f8f8f8;
	font-weight:normal;
}
.dataTableType01 tbody td{
	border:#ccc solid 1px;
	padding:2px 2px;
}
.dataTableType01 tbody tr.even td{background:#f8f8f8;}

/*데이타 테이블 타입2*/
.dataTableType02{border-top:#5FBF31 solid 2px;}
.dataTableType02 caption{
	visibility:hidden;overflow:hidden;width:0;height:0;margin:0;padding:0;
}
.dataTableType02 th{
	border:#7bc856 solid 1px;
	padding:2px;
	color:#2E720D;
	background:#FAFFEF;
}
.dataTableType02 td{
	border:#ccc solid 1px;
	padding:2px 10px;
}

/*리스트 타입1*/
.liListType01 li{
	padding:2px 0 2px 10px;
	background:url(../img/icn_dot.gif) 0 7px no-repeat;
}

/*탭 형식 - 연혁*/
.tabArea{
	display:inline-block;
	width:680px;
	border:#BCBEC0 solid 1px;
	padding:4px;
}
.tabArea li{float:left;padding:1px;}
.tabArea li a{
	display:block;
	width:54px;
	/* padding-top:25px; */
	height:25px;
	line-height:25px;
	color:#626365;
	text-align: center;
	overflow:hidden;	
}
.tabArea li a:hover {background:#2859a8; color:#fff; text-decoration: none;}

/*
.tabArea li a.history_2023{background:url(/kwbf/img/tab_history_2023.gif) no-repeat;}
.tabArea li a.history_2022{background:url(/kwbf/img/tab_history_2022.gif) no-repeat;}
.tabArea li a.history_2021{background:url(/kwbf/img/tab_history_2021.gif) no-repeat;}
.tabArea li a.history_2020{background:url(/kwbf/img/tab_history_2020.gif) no-repeat;}
.tabArea li a.history_2019{background:url(/kwbf/img/tab_history_2019.gif) no-repeat;}
.tabArea li a.history_2018{background:url(/kwbf/img/tab_history_2018.gif) no-repeat;}
.tabArea li a.history_2017{background:url(/kwbf/img/tab_history_2017.gif) no-repeat;}
.tabArea li a.history_2016{background:url(/kwbf/img/tab_history_2016.gif) no-repeat;}
.tabArea li a.history_2015{background:url(/kwbf/img/tab_history_2015.gif) no-repeat;}
.tabArea li a.history_2014{background:url(/kwbf/img/tab_history_2014.gif) no-repeat;}
.tabArea li a.history_2013{background:url(/kwbf/img/tab_history_2013.gif) no-repeat;}
.tabArea li a.history_2012{background:url(/kwbf/img/tab_history_2012.gif) no-repeat;}
.tabArea li a.history_2011{background:url(/kwbf/img/tab_history_2011.gif) no-repeat;}
.tabArea li a.history_2010{background:url(/kwbf/img/tab_history_2010.gif) no-repeat;}
.tabArea li a.history_2009{background:url(/kwbf/img/tab_history_2009.gif) no-repeat;}
.tabArea li a.history_2008{background:url(/kwbf/img/tab_history_2008.gif) no-repeat;}
.tabArea li a.history_2007{background:url(/kwbf/img/tab_history_2007.gif) no-repeat;}
.tabArea li a.history_2006{background:url(/kwbf/img/tab_history_2006.gif) no-repeat;}
.tabArea li a.history_2005{background:url(/kwbf/img/tab_history_2005.gif) no-repeat;}
.tabArea li a.history_2004{background:url(/kwbf/img/tab_history_2004.gif) no-repeat;}
.tabArea li a.history_2003{background:url(/kwbf/img/tab_history_2003.gif) no-repeat;}
.tabArea li a.history_2002{background:url(/kwbf/img/tab_history_2002.gif) no-repeat;}
.tabArea li a.history_2001{background:url(/kwbf/img/tab_history_2001.gif) no-repeat;}
.tabArea li a.history_2000{background:url(/kwbf/img/tab_history_2000.gif) no-repeat;}
.tabArea li a.history_1999{background:url(/kwbf/img/tab_history_1999.gif) no-repeat;}
.tabArea li a.history_1998{background:url(/kwbf/img/tab_history_1998.gif) no-repeat;}
.tabArea li a.history_1997{background:url(/kwbf/img/tab_history_1997.gif) no-repeat;}
.tabArea li a.history_2023:hover{background:url(/kwbf/img/tab_history_2023_over.gif) no-repeat;}
.tabArea li a.history_2022:hover{background:url(/kwbf/img/tab_history_2022_over.gif) no-repeat;}
.tabArea li a.history_2021:hover{background:url(/kwbf/img/tab_history_2021_over.gif) no-repeat;}
.tabArea li a.history_2020:hover{background:url(/kwbf/img/tab_history_2020_over.gif) no-repeat;}
.tabArea li a.history_2019:hover{background:url(/kwbf/img/tab_history_2019_over.gif) no-repeat;}
.tabArea li a.history_2018:hover{background:url(/kwbf/img/tab_history_2018_over.gif) no-repeat;}
.tabArea li a.history_2017:hover{background:url(/kwbf/img/tab_history_2017_over.gif) no-repeat;}
.tabArea li a.history_2016:hover{background:url(/kwbf/img/tab_history_2016_over.gif) no-repeat;}
.tabArea li a.history_2015:hover{background:url(/kwbf/img/tab_history_2015_over.gif) no-repeat;}
.tabArea li a.history_2014:hover{background:url(/kwbf/img/tab_history_2014_over.gif) no-repeat;}
.tabArea li a.history_2013:hover{background:url(/kwbf/img/tab_history_2013_over.gif) no-repeat;}
.tabArea li a.history_2012:hover{background:url(/kwbf/img/tab_history_2012_over.gif) no-repeat;}
.tabArea li a.history_2011:hover{background:url(/kwbf/img/tab_history_2011_over.gif) no-repeat;}
.tabArea li a.history_2010:hover{background:url(/kwbf/img/tab_history_2010_over.gif) no-repeat;}
.tabArea li a.history_2009:hover{background:url(/kwbf/img/tab_history_2009_over.gif) no-repeat;}
.tabArea li a.history_2008:hover{background:url(/kwbf/img/tab_history_2008_over.gif) no-repeat;}
.tabArea li a.history_2007:hover{background:url(/kwbf/img/tab_history_2007_over.gif) no-repeat;}
.tabArea li a.history_2006:hover{background:url(/kwbf/img/tab_history_2006_over.gif) no-repeat;}
.tabArea li a.history_2005:hover{background:url(/kwbf/img/tab_history_2005_over.gif) no-repeat;}
.tabArea li a.history_2004:hover{background:url(/kwbf/img/tab_history_2004_over.gif) no-repeat;}
.tabArea li a.history_2003:hover{background:url(/kwbf/img/tab_history_2003_over.gif) no-repeat;}
.tabArea li a.history_2002:hover{background:url(/kwbf/img/tab_history_2002_over.gif) no-repeat;}
.tabArea li a.history_2001:hover{background:url(/kwbf/img/tab_history_2001_over.gif) no-repeat;}
.tabArea li a.history_2000:hover{background:url(/kwbf/img/tab_history_2000_over.gif) no-repeat;}
.tabArea li a.history_1999:hover{background:url(/kwbf/img/tab_history_1999_over.gif) no-repeat;}
.tabArea li a.history_1998:hover{background:url(/kwbf/img/tab_history_1998_over.gif) no-repeat;}
.tabArea li a.history_1997:hover{background:url(/kwbf/img/tab_history_1997_over.gif) no-repeat;}
.tabArea li a.history_2012:focus{background:url(/kwbf/img/tab_history_2012_over.gif) no-repeat;}
.tabArea li a.history_2011:focus{background:url(/kwbf/img/tab_history_2011_over.gif) no-repeat;}
.tabArea li a.history_2010:focus{background:url(/kwbf/img/tab_history_2010_over.gif) no-repeat;}
.tabArea li a.history_2009:focus{background:url(/kwbf/img/tab_history_2009_over.gif) no-repeat;}
.tabArea li a.history_2008:focus{background:url(/kwbf/img/tab_history_2008_over.gif) no-repeat;}
.tabArea li a.history_2007:focus{background:url(/kwbf/img/tab_history_2007_over.gif) no-repeat;}
.tabArea li a.history_2006:focus{background:url(/kwbf/img/tab_history_2006_over.gif) no-repeat;}
.tabArea li a.history_2005:focus{background:url(/kwbf/img/tab_history_2005_over.gif) no-repeat;}
.tabArea li a.history_2004:focus{background:url(/kwbf/img/tab_history_2004_over.gif) no-repeat;}
.tabArea li a.history_2003:focus{background:url(/kwbf/img/tab_history_2003_over.gif) no-repeat;}
.tabArea li a.history_2002:focus{background:url(/kwbf/img/tab_history_2002_over.gif) no-repeat;}
.tabArea li a.history_2001:focus{background:url(/kwbf/img/tab_history_2001_over.gif) no-repeat;}
.tabArea li a.history_2000:focus{background:url(/kwbf/img/tab_history_2000_over.gif) no-repeat;}
.tabArea li a.history_1999:focus{background:url(/kwbf/img/tab_history_1999_over.gif) no-repeat;}
.tabArea li a.history_1998:focus{background:url(/kwbf/img/tab_history_1998_over.gif) no-repeat;}
.tabArea li a.history_1997:focus{background:url(/kwbf/img/tab_history_1997_over.gif) no-repeat;}

#history_2023 li a.history_2023{background:url(/kwbf/img/tab_history_2023_over.gif) no-repeat;}
#history_2022 li a.history_2022{background:url(/kwbf/img/tab_history_2022_over.gif) no-repeat;}
#history_2021 li a.history_2021{background:url(/kwbf/img/tab_history_2021_over.gif) no-repeat;}
#history_2020 li a.history_2020{background:url(/kwbf/img/tab_history_2020_over.gif) no-repeat;}
#history_2019 li a.history_2019{background:url(/kwbf/img/tab_history_2019_over.gif) no-repeat;}
#history_2018 li a.history_2018{background:url(/kwbf/img/tab_history_2018_over.gif) no-repeat;}
#history_2017 li a.history_2017{background:url(/kwbf/img/tab_history_2017_over.gif) no-repeat;}
#history_2016 li a.history_2016{background:url(/kwbf/img/tab_history_2016_over.gif) no-repeat;}
#history_2015 li a.history_2015{background:url(/kwbf/img/tab_history_2015_over.gif) no-repeat;}
#history_2014 li a.history_2014{background:url(/kwbf/img/tab_history_2014_over.gif) no-repeat;}
#history_2013 li a.history_2013{background:url(/kwbf/img/tab_history_2013_over.gif) no-repeat;}
#history_2012 li a.history_2012{background:url(/kwbf/img/tab_history_2012_over.gif) no-repeat;}
#history_2011 li a.history_2011{background:url(/kwbf/img/tab_history_2011_over.gif) no-repeat;}
#history_2010 a.history_2010{background:url(/kwbf/img/tab_history_2010_over.gif) no-repeat;}
#history_2009 a.history_2009{background:url(/kwbf/img/tab_history_2009_over.gif) no-repeat;}
#history_2008 a.history_2008{background:url(/kwbf/img/tab_history_2008_over.gif) no-repeat;}
#history_2007 a.history_2007{background:url(/kwbf/img/tab_history_2007_over.gif) no-repeat;}
#history_2006 a.history_2006{background:url(/kwbf/img/tab_history_2006_over.gif) no-repeat;}
#history_2005 a.history_2005{background:url(/kwbf/img/tab_history_2005_over.gif) no-repeat;}
#history_2004 a.history_2004{background:url(/kwbf/img/tab_history_2004_over.gif) no-repeat;}
#history_2003 a.history_2003{background:url(/kwbf/img/tab_history_2003_over.gif) no-repeat;}
#history_2002 a.history_2002{background:url(/kwbf/img/tab_history_2002_over.gif) no-repeat;}
#history_2001 a.history_2001{background:url(/kwbf/img/tab_history_2001_over.gif) no-repeat;}
#history_2000 a.history_2000{background:url(/kwbf/img/tab_history_2000_over.gif) no-repeat;}
#history_1999 a.history_1999{background:url(/kwbf/img/tab_history_1999_over.gif) no-repeat;}
#history_1998 a.history_1998{background:url(/kwbf/img/tab_history_1998_over.gif) no-repeat;}
#history_1997 a.history_1997{background:url(/kwbf/img/tab_history_1997_over.gif) no-repeat;}
*/

#history_2023 li a.history_2023,
#history_2022 li a.history_2022,
#history_2021 li a.history_2021,
#history_2020 li a.history_2020,
#history_2019 li a.history_2019,
#history_2018 li a.history_2018,
#history_2017 li a.history_2017,
#history_2016 li a.history_2016,
#history_2015 li a.history_2015,
#history_2014 li a.history_2014,
#history_2013 li a.history_2013,
#history_2012 li a.history_2012,
#history_2011 li a.history_2011,
#history_2010 a.history_2010,
#history_2009 a.history_2009,
#history_2008 a.history_2008,
#history_2007 a.history_2007,
#history_2006 a.history_2006,
#history_2005 a.history_2005,
#history_2004 a.history_2004,
#history_2003 a.history_2003,
#history_2002 a.history_2002,
#history_2001 a.history_2001,
#history_2000 a.history_2000,
#history_1999 a.history_1999,
#history_1998 a.history_1998,
#history_1997 a.history_1997{ background:#2859a8; color:#fff;}

/*
.tabArea li a.executive_0{background:url(/kwbf/img/tab_executive_0.gif) no-repeat;}
.tabArea li a.executive_1{background:url(/kwbf/img/tab_executive_1.gif) no-repeat;}
.tabArea li a.executive_3{background:url(/kwbf/img/tab_executive_3.gif) no-repeat;}
.tabArea li a.executive_5{background:url(/kwbf/img/tab_executive_5.gif) no-repeat;}
.tabArea li a.executive_6{background:url(/kwbf/img/tab_executive_6.gif) no-repeat;} 
.tabArea li a.executive_7{background:url(/kwbf/img/tab_executive_7.gif) no-repeat;} 

.tabArea li a.executive_0:hover{background:url(/kwbf/img/tab_executive_0_over.gif) no-repeat;}
.tabArea li a.executive_1:hover{background:url(/kwbf/img/tab_executive_1_over.gif) no-repeat;}
.tabArea li a.executive_3:hover{background:url(/kwbf/img/tab_executive_3_over.gif) no-repeat;}
.tabArea li a.executive_5:hover{background:url(/kwbf/img/tab_executive_5_over.gif) no-repeat;}
.tabArea li a.executive_6:hover{background:url(/kwbf/img/tab_executive_6_over.gif) no-repeat;}
.tabArea li a.executive_7:hover{background:url(/kwbf/img/tab_executive_7_over.gif) no-repeat;}

.tabArea li a.executive_0:focus{background:url(/kwbf/img/tab_executive_0.gif) no-repeat;}
.tabArea li a.executive_1:focus{background:url(/kwbf/img/tab_executive_1.gif) no-repeat;}
.tabArea li a.executive_3:focus{background:url(/kwbf/img/tab_executive_3.gif) no-repeat;}
.tabArea li a.executive_5:focus{background:url(/kwbf/img/tab_executive_5.gif) no-repeat;}
.tabArea li a.executive_6:focus{background:url(/kwbf/img/tab_executive_6.gif) no-repeat;}

#executive_0 li a.executive_0{background:url(/kwbf/img/tab_executive_0_over.gif) no-repeat;}
#executive_1 li a.executive_1{background:url(/kwbf/img/tab_executive_1_over.gif) no-repeat;}
#executive_3 li a.executive_3{background:url(/kwbf/img/tab_executive_3_over.gif) no-repeat;}
#executive_5 li a.executive_5{background:url(/kwbf/img/tab_executive_5_over.gif) no-repeat;}
#executive_6 li a.executive_6{background:url(/kwbf/img/tab_executive_6_over.gif) no-repeat;}
#executive_7 li a.executive_7{background:url(/kwbf/img/tab_executive_7_over.gif) no-repeat;}
*/

#executive_0 .tabArea li a.executive_0,
#executive_1 .tabArea li a.executive_1,
#executive_3 .tabArea li a.executive_3,
#executive_5 .tabArea li a.executive_5,
#executive_6 .tabArea li a.executive_6,
#executive_7 .tabArea li a.executive_7,
#executive_8 .tabArea li a.executive_8{ background:#2859a8; color:#fff;}





.subExecutive .tabContents dl, .subExecutive .tabContents1 dl{height:0;overflow:hidden;}
#executive_1 .tabContents dl{background:url(../kwbf/img/img_executive_1.jpg) no-repeat;padding-top:280px;}
#executive_3 .tabContents dl{background:url(../kwbf/img/img_executive_3.jpg) no-repeat;padding-top:280px;}
#executive_5 .tabContents dl{background:url(../kwbf/img/img_executive_5.jpg) no-repeat;padding-top:280px;}
#executive_6 .tabContents dl{background:url(../kwbf/img/img_executive_6.jpg) no-repeat;padding-top:280px;}
#executive_6 .tabContents1 dl{background:url(../kwbf/img/img_executive_6_1.jpg) no-repeat;padding-top:300px;}
#executive_7 .tabContents dl{background:url(../kwbf/img/img_executive_7_1.jpg) no-repeat;padding-top:280px;}
#executive_8 .tabContents dl{background:url(../kwbf/img/img_executive_7_1.jpg) no-repeat;padding-top:280px;}


.tabContents, .tabContents1{
	border:#BCBEC0 solid 1px;
	margin-top:10px;	
	padding:25px;
}
.subHistory .tabContents{
	background:url(/kwbf/img/img_history.gif) 12px bottom no-repeat;
	padding-bottom:120px;
}
.subHistory .tabContents h3{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}
.subHistory .tabContents dl{	
	height:0;
	overflow:hidden;
}

#history_2023 .tabContents dl{background:url(../kwbf/img/img_history_2023.gif) no-repeat;padding-top:185px;}
#history_2022 .tabContents dl{background:url(../kwbf/img/img_history_2022.gif) no-repeat;padding-top:110px;}
#history_2021 .tabContents dl{background:url(../kwbf/img/img_history_2021.gif) no-repeat;padding-top:110px;}
#history_2020 .tabContents dl{background:url(../kwbf/img/img_history_2020.gif) no-repeat;padding-top:30px;}
#history_2019 .tabContents dl{background:url(../kwbf/img/img_history_2019.gif) no-repeat;padding-top:145px;}
#history_2018 .tabContents dl{background:url(../kwbf/img/img_history_2018.gif) no-repeat;padding-top:190px;}
#history_2017 .tabContents dl{background:url(../kwbf/img/img_history_2017.gif) no-repeat;padding-top:170px;}
#history_2016 .tabContents dl{background:url(../kwbf/img/img_history_2016.gif) no-repeat;padding-top:212px;}
#history_2015 .tabContents dl{background:url(../kwbf/img/img_history_2015.gif) no-repeat;padding-top:212px;}
#history_2014 .tabContents dl{background:url(../kwbf/img/img_history_2014.gif) no-repeat;padding-top:212px;}
#history_2013 .tabContents dl{background:url(../kwbf/img/img_history_2013.gif) no-repeat;padding-top:212px;}
#history_2012 .tabContents dl{background:url(../kwbf/img/img_history_2012.gif) no-repeat;padding-top:212px;}
#history_2011 .tabContents dl{background:url(../kwbf/img/img_history_2011.gif) no-repeat;padding-top:212px;}
#history_2010 .tabContents dl{background:url(../kwbf/img/img_history_2010.gif) no-repeat;padding-top:212px;}
#history_2009 .tabContents dl{background:url(../kwbf/img/img_history_2009.gif) no-repeat;padding-top:188px;}
#history_2008 .tabContents dl{background:url(../kwbf/img/img_history_2008.gif) no-repeat;padding-top:120px;}
#history_2007 .tabContents dl{background:url(../kwbf/img/img_history_2007.gif) no-repeat;padding-top:195px;}
#history_2006 .tabContents dl{background:url(../kwbf/img/img_history_2006.gif) no-repeat;padding-top:104px;}
#history_2005 .tabContents dl{background:url(../kwbf/img/img_history_2005.gif) no-repeat;padding-top:126px;}
#history_2004 .tabContents dl{background:url(../kwbf/img/img_history_2004.gif) no-repeat;padding-top:126px;}
#history_2003 .tabContents dl{background:url(../kwbf/img/img_history_2003.gif) no-repeat;padding-top:104px;}
#history_2002 .tabContents dl{background:url(../kwbf/img/img_history_2002.gif) no-repeat;padding-top:82px;}
#history_2001 .tabContents dl{background:url(../kwbf/img/img_history_2001.gif) no-repeat;padding-top:26px;}
#history_2000 .tabContents dl{background:url(../kwbf/img/img_history_2000.gif) no-repeat;padding-top:60px;}
#history_1999 .tabContents dl{background:url(../kwbf/img/img_history_1999.gif) no-repeat;padding-top:160px;}
#history_1998 .tabContents dl{background:url(../kwbf/img/img_history_1998.gif) no-repeat;padding-top:60px;}
#history_1997 .tabContents dl{background:url(../kwbf/img/img_history_1997.gif) no-repeat;padding-top:82px;}

/*폼 형식*/
.hiddenLabel{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}
.formTable{border-top:#5fbf31 solid 2px;}
.formTable caption{
	visibility:hidden;overflow:hidden;width:0;height:0;margin:0;padding:0;
}
.formTable th{
	border:#bcbec0 solid 1px;
	padding:5px 0;
	background:#faffef;
	color:#2E720D;
}
.formTable th.subTh{background:#f8f8f8;color:#666;font-weight:normal;}
.formTable td{
	border:#bcbec0 solid 1px;
	padding:5px 10px;
}
.refer{color:#000;font-size:90%;letter-spacing:-1px;}
.btn_post{/*우편번호찾기 버튼*/
	width:86px;
	height:21px;
	background:url(/support/img/btn_post.gif) no-repeat;
	margin-left:2px;
}
.btn_id{/*아이디중복검사 버튼*/
	width:61px;
	height:21px;
	background:url(/support/img/btn_id.gif) no-repeat;
	margin-left:2px;
}
.btn_confirm{/*확인 버튼*/
	width:62px;
	height:23px;
	background:url(/support/img/btn_confirm.gif) no-repeat;
}
.btn_cancel{/*취소 버튼*/
	width:62px;
	height:23px;
	background:url(/support/img/btn_cancel.gif) no-repeat;
}
.btn_home2{
	background:url(../board/img/btn_home2.gif) no-repeat;
	width:72px;
	padding-top:27px;
}
.buttonArea .btn_home{/*홈으로*/
	background:url(../member/img/btn_home.gif) no-repeat;
	width:62px;
	padding-top:23px;
}
.buttonArea .btn_pwSearch{/*비밀번호 찾기*/
	background:url(../member/img/btn_pwsearch.gif) no-repeat;
	width:92px;
	padding-top:23px;
}
.buttonArea .btn_memberJoin{/*회원가입*/
	background:url(../member/img/btn_join.gif) no-repeat;
	width:72px;
	padding-top:23px;
}

/*휠체어 농구 규칙서 - 상세내용*/
#basketballRuleDetail h3{
	border-top:#5FBF31 solid 2px;
	border-bottom:#D1D3D4 solid 1px;
	padding:5px 0 5px 22px;
	background:url(/img/icn_arrow.gif) 5px 8px no-repeat;
	font-size:100%;
	font-weight:normal;
	height:auto;
	margin-bottom:20px;
}
#basketballRuleDetail h3 span{color:#9D9FA2;}

#basketballRuleDetail h4{
	background:transparent;padding-left:0;height:auto;
	font-size:120%;color:#2859A8;text-align:center;padding:10px 0;
}
#basketballRuleDetail dl{
	line-height:140%;
	padding:10px 0;
}
#basketballRuleDetail dt{
	font-weight:bold;
	padding:3px 0;
}
#basketballRuleDetail dd{
	padding:3px 0 3px 25px;
}
#basketballRuleDetail .buttonArea{border-top:#D1D3D4 solid 1px;margin-top:20px;}
.btn_ruleList{
	background:url(../data/img/btn_rule_list.gif) no-repeat;
	display:inline-block;
	width:58px;
	padding-top:22px;
	height:0;
	overflow:hidden;
}
#basketballRuleDetail dd dd{padding-left:35px;}
#basketballRuleDetail dd ul li{
	background:url(../img/icn_dot.gif) 0 4px no-repeat;
	padding-left:12px;
}

/*검색영역 - 경기결과안내, TOP5*/
.searchDiv{border:#ccc solid 1px;padding:5px 0;text-align:center;margin-bottom:10px;}
.searchDiv label{
	background:url(../img/icn_dot.gif) 0 3px no-repeat;
	padding-left:10px;
	font-size:90%;
	letter-spacing:-1px;
	padding-right:5px;
}

/*자료실 - TOP5*/
.subTop5 .dataTableType01 td{text-align:center;}
.subTop5 .name{width:40px;}
.subTop5 .team{width:90px;}

/*준비중*/
.ing{
	background:url(../img/img_ing.gif) center top no-repeat;
	padding-top:178px;
	height:0;
	overflow:hidden;
}

