/*-------------------------------------------------------------*/
/*기본 스타일*/
/*-------------------------------------------------------------*/
body					{
	margin:0px;
	font-family:굴림;
	font-size:9pt;
	color:#333333;
	background:#FFFFFF;	
}
/*링크걸린 이미지 테두리선 제거*/
img					{border:none}
/*링크 점선 제거→IE만 적용 가능(2006-05-29)
a, img, input		{selector-dummy: expression(this.hideFocus=true);}*/
/*스크롤바 스타일:IE만 적용*/
body, textarea	{
	scrollbar-3dlight-color				:#E5E5E5;
    scrollbar-shadow-color			:#9F9F9F;
    scrollbar-face-color				:#EFEFEF;
    scrollbar-highlight-color			:#FFFFF;
	scrollbar-arrow-color				:#404040;
    scrollbar-base-color				:#EFEFEF;
    scrollbar-darkshadow-color		:#EFEFEF;
}

/*-------------------------------------------------------------*/
/*인트로 페이지*/
/*-------------------------------------------------------------*/
#intro							{width:100%; height:100%; position:absolute; top:0px; left:0px;}

/*
body.intro					{background: url(../_img/intro/intro_pattern.gif) repeat-y top center;}

#top							{width:100%; height:65px; background:#4B4B4B; position:absolute; top:0px; left:0px; text-align:center;}
#lang_ko					{width:50%; height:100%; position:absolute; top:0px; left:0px; text-align:center;}
#lang_en					{width:50%; height:100%; position:absolute; top:0px; right:0px; text-align:center;}

#body_ko					{margin:60% 0 35px 0; line-height:22px;}
#body_en					{margin:60% 0 35px 0; line-height:22px; vertical-align:text-top;}
*/

/*-------------------------------------------------------------*/
/*컨텐츠 페이지 레이아웃*/
/*-------------------------------------------------------------*/
body.content				{background: url(../_img/_common/navi_pattern.gif) repeat-y;}

#wrap						{max-width:100%; min-width:780px;}
#navigation					{width:450px; position:absolute; top:0px; left:0px; z-index:1;}
#content	 					{margin-left:450px;}

/*레이어*/
#utility						{width:510px; position:absolute; top:7px; left:450px; text-align:right; z-index:2;}
#imageviewer				{width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:3;}

/*네비게이션 섹션*/
#nbody						{margin:50px 20px 50px 40px; line-height:21px;} 
.cat							{font-weight:bold; margin:20px 0px 3px 0px;}
.year							{float:left; width:50px; margin:0px 0px 2px 0px;}
.year_opt					{float:left; width:50px; margin:0px 0px 2px 0px;}
.title							{float:none; margin:0px 0px 2px 0px;}	

/*컨텐츠 섹션*/
#cbody						{width:460px; text-align:left; line-height:21px; padding:50px 0px 50px 50px;} 
#ctitle						{font-weight:bold; margin:0px 0px 5px 0px;}
p.about						{margin:5px 0px 15px 0px; text-align:justify;}
p.epil	 						{margin:5px 0px 30px 0px; text-align:justify;}

/*-------------------------------------------------------------*/
/*링크 스타일*/
/*-------------------------------------------------------------*/
/*인트로 섹션*/
a.ko							{font-family:돋움; font-size:10pt; padding-bottom:1px; text-decoration:none;}
a.ko:link						{color:#000000;}
a.ko:visited				{color:#000000;}
a.ko:hover					{border-bottom:2px solid #cccccc; color:#CC0000;}

a.en							{font-family:arial, verdana;  font-size:10pt; padding-bottom:1px; text-decoration:none;}
a.en:link					{color:#000000;}
a.en:visited				{color:#000000;}
a.en:hover					{border-bottom:2px solid #cccccc; color:#CC0000;}

/*내비게이션 섹션*/
a.navi						{padding-bottom:1px; text-decoration:none; border-bottom:2px solid #aaaaaa;}
a.navi:link					{color:#333333;}
a.navi:visited				{color:#333333;}
a.navi:hover				{border-bottom:2px solid #aaaaaa; color:#CC0000;}

/*-------------------------------------------------------------*/
/*이미지/목록 스타일*/
/*-------------------------------------------------------------*/
#list_text					{list-style-type:none;}
#list_text li					{margin-left:-40px; padding:0px 0px 8px 15px; background: url(../_img/_common/bullet.gif) no-repeat 1px 2px;}

a.list_text					{padding-bottom:1px; text-decoration:none; border-bottom:0px solid #cccccc;}
a.list_text:link				{color:#333333;}
a.list_text:visited			{color:#333333;}
a.list_text:hover			{border-bottom:2px solid #cccccc; color:#CC0000;}

a.list_img					{border:none;}
a.list_img:link				{border:none;}
a.list_img:visited			{border:none;}
a.list_img:hover			{border:2px solid #cccccc; color:#CC0000;}

#textAlign					{width:100%; border-collapse:collapse;}
#textAlign tr				{vertical-align:text-top;}
#leftSide						{width:50%;}
#rightSide					{width:50%;}

#imageAlign				{width:100%; border-collapse:collapse;}
#imageAlign tr			{vertical-align:top; text-align:center;}
#leftCell						{width:33%; text-align:left;}
#centerCell					{width:34%; text-align:center;}
#rightCell					{width:33%; text-align:right;}


/*-------------------------------------------------------------*/
/*양식 스타일*/
/*-------------------------------------------------------------*/
/*텍스트&크기*/
input, textarea, select {font-family:굴림;font-size:12px;color:#000000;}
/*테두리&배경색*/
input, textarea, select {border:none; background:#eeeeee;}
input {border-bottom:1px dashed #999999;}
select {border:1px solid #999999;}
/*한/영 입력모드→IE만 적용 가능(2006-05-25)*/
.ko {ime-mode:active;}
.en {ime-mode:inactive;}
.en_only {ime-mode:disabled;}



/*
#wrap_intro				{width:100%; height:100%; position:absolute; top:0px; left:0px;}
#top							{width:100%; height:65px; background:#4B4B4B; position:absolute; top:0px; left:0px; text-align:center;}
#bottom						{margin-top:65px;}
*/
/*
#wrap_intro table			{width:100%; height:100%; border-collapse:collapse;}
#wrap_intro tr.bottom	{}
#wrap_intro td.ko			{width:50%; background:#FFF5DA;}
#wrap_intro td.en		{width:50%; background:#B4B4B4;}
*/