/* CSS Document */
/* 뉴스, 일반, 유학, 교환, 공지사항, 생활문의, 자유게시판 wrap */
#ngDiv
{
	width:688;
	height:284px;
	float:left;
	position:relative;
}
/* 뉴스, 일반, 유학, 교환 버튼 */
/* 뉴스 버튼 */
#button_01
{
	width:80px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_nae_on.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}
/* 일반입학 버튼 */
#button_02
{
	width:60px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_nae_of.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#777777;
	font-size:12px;
}
/* 유학생 버튼 */
#button_03
{
	width:60px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_nae_of.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#777777;
	font-size:12px;
}
/* 교환학생 버튼 */
#button_04
{
	width:60px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_nae_of.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#777777;
	font-size:12px;
}
/* 뉴스, 유학생, 교환학생 body */
#naeBody
{
	width:344px;
	height:180px;
	clear:left;
	position:relative;
}
/* 뉴스 body */
#body_01
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:visible;
}
/* 일반입학 body */
#body_02
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:hidden;
}
/* 유학생 body */
#body_03
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:hidden;
}
/* 교환학생 body */
#body_04
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:hidden;
}

/* 공지사항, 생활문의, 자유게시판 버튼*/
/* 공지사항 버튼 */
#button_05
{
	width:80px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_gsz_on.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}
/* 생활문의 버튼 */
#button_06
{
	width:80px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_gsz_of.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#777777;
	font-size:12px;
}
/* 자유게시판 버튼 */
#button_07
{
	width:80px;
	height:22px;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	/* background-image:url(../../../layout/kr/images/main/main_gsz_of.png); */
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#777777;
	font-size:12px;
}
/* 공지사항, 생활문의, 자유게시판 body */
#gszBody
{
	width:344px;
	height:180px;
	clear:left;
	position:relative;
}
/* 공지사항 body */
#body_05
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:visible;
}
/* 생활문의 body */
#body_06
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:hidden;
}
/* 자유게시판 body */
#body_07
{
	width:344px;
	height:180px;
	clear:left;
	position:absolute;
	visibility:hidden;
}
	