@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html
{
	width: 100%;
	height: 100%;
}   

body
{
	width: 100%;
	height: 100%; 
	background: #0098d3 url( ../images/bg.gif ) top left repeat-x;
	margin: 28px 0;
}   

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
}

img		{ border: 0; }
a		{ text-decoration: none; }
a:hover	{ text-decoration: underline; }

ul
{
	margin: 0;
	padding: 0;
}

li { list-style: none; }

h1
{
	text-align: center;
	margin: 0;
}

#wrapper
{
	margin: 0 auto;
	width: 771px;
}


#mainNav
{
	margin-top: 6px;
	height: 82px;
	background: url( ../images/cooNav.png ) top left no-repeat;
	margin-bottom: 0px;
}

	#navMain
	{
		padding: 8px 0 0 31px;
		overflow: hidden;
		width: 748px;
	}

	#navMain li a,
	.navSub li a { color: #fff; }

	#navMain li { float: left; }
	
		#navMain01 { padding-left: 30px; }
		#navMain02 { padding-left: 33px; }
		#navMain03 { padding-left: 45px; }
		#navMain04 { padding-left: 42px; }		
		#navMain05 { padding-left: 36px; }
		#navMain06 { padding-left: 20px; }
		
	.navSub
	{
		position: relative;
		top: -5px;
		padding-left: 96px;
		overflow: hidden;
		width: 678px;
		height: 30px;
	}
	
	* html .navSub { top: -4px; }
	
	.navSub li
	{
		float: left;
		padding-left: 21px;
	}

		#subCoo01 { margin-left: -50px; }
		
		* html #subCoo01 { margin-left: -25px; }
		
		#subMember01 { margin-left: 50px; }
		
		* html #subMember01 { margin-left: 25px; }
		
		#subGallery01 { margin-left: 167px; }
		
		* html #subGallery01 { margin-left: 85px; }
		
		#subMix01 { margin-left: 100px; }
		
		* html #subMix01 { margin-left: 50px; }
		
		#subBoard01 { margin-left: 450px; }
		
		* html #subBoard01 { margin-left: 220px; }

#mainNotice
{
	overflow: hidden;
	padding-top: 5px !important;
}

#mainNoticeNew,
#mainNoticeWallpaper
{
	float: left;
	height: 355px;
}

#mainNoticeNew img,
#mainNoticeWallpaper img
{
	display: block;
	padding-bottom: 5px;
}

#mainNoticeNew
{
	background-image: url( ../images/mainNew.png );
	margin-right: 7px;
}

#mainNoticeNewImageContainer
{
	width: 541px;
	height: 326px;
	overflow: hidden; 
	background-repeat: no-repeat;
	background-position: top center;
	margin-left:5px;
}

#mainNoticeWallpaper { background-image: url( ../images/mainWallpaper.png ); }

#mainNoticeWallpaperImageContainer
{
	width: 210px;
	height: 327px;
	overflow: hidden; 
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

#mainNoticeNew,
#mainNoticeWallpaper
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

.noticeNewText
{
	color: #fff;
	font: normal 9pt AppleGothic, Gulim, Arial, sans-serif;
	padding-left: 110px;
}

.noticeWallpaperText
{
	color: #3ebbff;
	font: normal 17pt Georgio, Times, serif;
	padding-left: 70px;
}

#mainArticle { padding-top: 0px; }

	#mainArticleTop { margin-top: 5px !important; }
	
	#mainArticleTop,
	#mainArticleBottom
	{
		font-size: .1em;
		background-position: top left;
		background-repeat: no-repeat;
		height: 30px;
	}
	
	#mainArticleTop		{ background-image: url( ../images/mainLayoutTop.png ); }
	#mainArticleBottom	{ background-image: url( ../images/mainLayoutBottom.png ); }
	
	#mainArticleMiddle
	{
		overflow: hidden;
		padding-left: 21px;
		width: 748px;
		background: #fff url( ../images/mainLayoutMiddle.gif );
	}

	#subArticleMiddle
	{
		overflow: hidden;
		padding-left: 21px;
		width: 748px;
		background: #fff url( ../images/mainLayoutMiddle.gif );
		text-align: center;
	}

	#subPageMiddle
	{
		overflow: hidden;
		width: 748px;
		background: #fff url( ../images/subLayoutMiddle.gif );
		text-align: center;
		padding-left: 10px;
		padding-right: 11px;
	}

		#articleMiddle01,
		#articleMiddle02 { float: left; }
		
		#articleMiddle01
		{
			width: 386px;
			padding: 8px 21px 0 0;
		}
		
		#articleMiddle02
		{
			width: 298px;
			padding-left: 13px;
		}
		
			#articleMiddle01New { padding-top: 29px; }
			
			.mainArticleDate
			{
				font-family: Verdana, Arial, sans-serif;
				font-size: 8pt;
				color: #676767;
			}
			
			.mainArticleSubject
			{
				font: bold 9pt AppleGothic, Gulim, Arial, sans-serif;
				color: #0b315b;
			}
			
			#articleMiddle02Update { padding-top: 37px; }
			
			#articleMiddle03Gallery
			{
				overflow: hidden;
				width: 298px;
			}
			
			.mainGalleryContainer img
			{
				float: left;
				border: 1px solid #999;
				margin-right: 10px;
			}
			
			.mainGalleryContainer strong a
			{
				font-family: AppleGothic, Gulim, sans-serif;
				font-size: 10pt;
				color: #0b315b;
			}
			
			.mainGalleryContainer cite
			{
				font-family: AppleGothic, Gulim, sans-serif;
				font-size: 9pt;
				font-style: normal;
				color: #676767;
			}
					
			.mainGalleryContainer a
			{
				font: bold 8pt Tahoma, Arial, sans-serif;
				color: #393939;
			}

			.mainGalleryDesc
			{
				margin: 0;
				margin-bottom: 10px;
				font-family: AppleGothic, Gulim, sans-serif;
				font-size: 9pt;
				color: #3a3b3c;
				padding-top:10px;
				text-align: justify;
			}

			.mainGalleryImage
			{
				float: left;
				width: 108px;
				height: 108px;
				margin-right: 5px;
				background-repeat: no-repeat;
				background-position: top center;
				border: 1px solid #ccc;
			}
			
			#articleMiddle04Link { padding-top: 40px; }
			
			#mainLink01 strong
			{
				font: bold 10pt AppleGothic, Gulim, sans-serif;
				color: #0b315b;
				display: block;
				padding-top: 15px;
			}
			
			#mainLink01 span
			{
				font-family: AppleGothic, Gulim, sans-serif;
				font-size: 9pt;
				color: #525252;
			}
			
			#mainLink01 a
			{
				font-family: Verdana, Arial, sans-serif;
				font-size: 8pt;
				color: #525252;
			}
			
			#mainLink02,
			#mainLink03
			{
				font-family: Verdana, Arial, sans-serif;
				font-size: 8pt;
				color: #525252;
			}
			
			#mainLink02 img,
			#mainLink03 img { display: block; }
			
			#mainLink02 { padding-top: 19px; }
			#mainLink03 { padding-top: 9px; }
			
			
	#mainCopyright
	{
		padding-top: 23px;
		padding-bottom: 20px;
		text-align: center;
	}


.adminLink
{
	display: inline;
	color: #000;
	font-weight: bold;
	padding: 10px;
	cursor: help;
}

#memberList
{ 
	list-style-type: none;
	margin-left: 5px;
	margin-right: 20px;
	width: 715px;
	float: left;
}

#memberList li
{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

#memberList li img { cursor: pointer; }

.memberDesc
{
	float: left;
	font: 12px AppleGothic, Dotum, sans-serif; 
	letter-spacing: -0.5pt;
	line-height: 180%;
	text-align: justify;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 230px;
}

.dn { display: none; }

.memberProfile
{
	float: left;
	margin-top: 20px;
	font: 12px AppleGothic, Dotum, sans-serif;
	letter-spacing: -0.5pt;
	line-height: 180%;
}

.memberHomeLink
{
	font: 11px Georgia, serif;
	letter-spacing: .5pt;
	color: #02579F;
	text-align: center;
	margin-top: 20px;
}

.memberHomeLink a
{
	color: #02579F;
	text-decoration: underline;
}

.memberHomeBanner { margin-top:30px; }

.descArea
{
	font: 12px AppleGothic, Dotum, sans-serif;
	line-height: 180%;
	margin-left: 10px;
}

.descArea strong
{
	font: 14px Georgia, serif;
	font-weight: bold;
}


.charDesc
{
	 background-repeat: no-repeat;
	 width: 669px;
	 height: 635px;
}

#charList
{ 
	list-style-type: none;
	margin-left: 5px;
	margin-right: 20px;
	width: 715px;
	float: left;
}

#charList li
{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

#charList li img { cursor: pointer; }