@charset "utf-8";
/* CSS Document */
BODY {
	font-family:"Dotum";
	font-size:12px;
	color:#666666;
	line-height:18px;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #B4B4B4;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-track-color: #FAFAFA;
	scrollbar-face-color: #EEEEEE;
	margin:0px 0px 0px 0px;
	/*background-color: #ffffff;*/
}



/** main **/
.mbg {background-image:url('/images/bg.jpg'); background-repeat:no-repeat; background-position:center top;}
.inbg {background-image:url('/images/intro_bg.jpg'); background-repeat:no-repeat; background-position:center top;}
.s_w {font-family: "돋움", "굴림", "verdana", "arial"; font-size: 11px; color: #e2f2ff ;}



/** TABLE **/

.td_cen         {text-align:center; vertical-align:top;}
.td_cen2        {text-align:left; vertical-align:top; padding:5px 0px 5px 53px;}
.td_left        {width:198px; text-align:center; vertical-align:top;}
.td_pd_15       {padding-left:15px; text-align:left;}


/* LINK */
A				{text-decoration:none; color:#666666; font-size:11px;}
A:link 			{text-decoration:none; color:#666666; font-size:11px;}
A:hover 		{text-decoration:none; color:#DD1F3D; font-size:11px;}
A:active 		{text-decoration:none; color:#DD1F3D; font-size:11px;}


/* TEXT */
.list           {color:#666666; font-size:11px;}



/* FORM */
.input  {font-size: 9pt; border:0px; background-color:#D4D4D4; height:20px; padding:5px 2px 2px 2px; color:#000000;}
.view   {font-size: 9pt; text-align:justify; height:230px; vertical-align:top;}
.txt    {font-size: 9pt; font-weight:bold;}
