@import url(default.css);
@import url(sub.css);
@import url(main.css);
@import url(contents.css);

* {margin:0; padding:0;}

body {
  width:1000px;
  margin:0 auto;
  text-align:center;
  background-color: #ffffff;
  }

#index {
  width:1000px;
  margin:0 auto;
  text-align:center;
  background-color: #ffffff;
  }
#wrap {
  width:1000px;
  margin:0 auto;
  position:relative;  
  text-align:center;
  }
#wrap_sub {
width:1000px;
margin:0 auto;
position:relative;  
text-align:center;
background:url(/images/left_box_bg.gif) repeat-y;
}


/* 상단 */
#header {
height:110px;
width:1000px;
background:#ffffff;
/*background:url(/images/header.gif) repeat-y;*/
background:url(/images/headbg.gif) no-repeat;
}
#header2 {
height:110px;
width:1000px;
background:#ffffff;
/*background:url(/images/header.gif) repeat-y;*/
background:url(/images/head2bg.gif) repeat-y;
}

#header_logo {
height:57px;
float:left;
padding:26px 0 0 25px;
}
#header_menu {
height:57px;
float:right;
width:761px;
}
#header_global {
height:36px;
text-align:right;
}

.gnb{padding-right:10px; padding-top:10px;}
.gnb ul{}
.gnb ul li{display:inline;}

#top_menu {
height:62px;
}

#top_menu_sub1{
	width:536px;
	text-align:left;
	float:left;
}

#top_menu_sub2{
	width:220px;
	text-align:center;
	float:right;
}


/* 메인 top 비쥬얼 */
#main_top_box {
width:1000px;
height:207px;
text-align:center;
margin:0 auto;
overflow:hidden;
}

/* 게시판 */
#board_box {
width:1000px;
padding-bottom:24px;
height:484px;
}

/*로그인전*/
#board_box_n {
width:1000px;
padding-bottom:24px;
height:200px;
}

#board_box_left {
width:761px;
float:left;
text-align:left;
padding-top:24px;
}
#board_box_left1 {
width:234px;
float:left;
}
#board_box_left1_1type {
width:234px;
height:135px;
}

#board_box_left1_2type {
width:234px;
height:135px;
padding:22px 0 22px 0;
}
#board_box_left1_3type {
width:234px;
height:135px;
}
#board_box_left1_4type {
width:234px;
height:98px;
}
#board_box_left1_5type {
width:234px;
height:98px;
}

#board_box_left2 {
width:514px;
float:right;
}
#board_box_right {
width:226px;
float:right;
}
#m_banner {
height:154px;
}
#m_search {
height:74px;
padding:15px 0 22px 0;
}

/*로그인전*/
#m_banner_n {
height:165px;
}
#m_search_n {
height:74px;
padding:5px 0 0px 0;
}





#m_club_banner {
height:122px;
padding:100px 0 0 0;
}

/* 하단 */
#footer {
width:1000px;
height:147px;
background:#e0ddd6;
}
#footer_banner {
width:1000px;
padding-top:19px;
}

#foot_family{ width:1000px; height:43px; background:url(/images/foot_fbg.gif) no-repeat;}
#foot_family ul{padding-top:5px;}
#foot_family ul li{display:inline;}


#footer_btn {
width:1000px;
height:30px;
text-align:center;
margin:0 auto;
padding-top:14px;
}
#footer_btn ul li {
float:left;
}
#footer_info {
width:1000px;
text-align:center;
margin:0 auto;
}


