﻿@charset	"utf-8";

BODY
	{
	color: #2a2a2a;
	font-family: "돋움", Seoul, "한강체";
	font-size: 12px;
	line-height: 160%;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: cccccc;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: cccccc;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F3F3F3;
	scrollbar-arrow-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(/images/back01.jpg);
	background-attachment: fixed;
	background-position: center;
}

TD,input,DIV,form,TEXTAREA,center,pre     
	{
	color: #2a2a2a;
	font-family:"돋움", Seoul, "한강체";  
	font-size: 12px; 
	text-decoration:none; 
	line-height: 160%;
	} 


/*select박스*/
.select01 {
	BACKGROUND-COLOR: #ffffff;
	color: #a60000;
	border: 1px solid #a60000;
	font-size:11px;
	padding:6px;
}
.select02 {
	BACKGROUND-COLOR: #ffffff;
	color: #848484;
	border: 1px solid #848484;
	font-size:11px;
}
/*이미지테두리없애기 */
IMG {border: none;}
a, img, input {selector-dummy: expression(this.hideFocus=true);}

/*폼문에서 여백없애기 */
form {padding:0px; margin:0px}

/*링크관련 */
a:link {color:#2a2a2a; text-decoration:none;}
a:visited {color:#2a2a2a; text-decoration:none;}
a:active {color:#2a2a2a; text-decoration:none;}
a:hover {color:#2a2a2a;text-decoration:underline;}


/*form textfield */
.txt_field {color: #282828;
	border:1px solid #e5e5e5;
	background-color:#ffffff;}
	
.txt_field02 {color: #555555;
	border:1px solid #d2d2d2;
	background-color:#ffffff;font-size: 16px;font-weight: bold;}
	
.txt_field03 {color: #555555;
	border:2px solid #b1b1b1;
	background-color:#ffffff;;font-weight: bold;}
	
.txt_field04 {color: #555555;
	border:1px solid #ebebeb;
	background-color:#ebebeb;;font-weight: bold;}

/*checkbox*/
.Checkbox 
{font-size:9pt; line-height:17px; border:1px; solid #999999; color:#494949; text-decoration:none;border:0;}


/* 폰트색관련*/
.listfont_blackSB {font-size: 11px;color: #000000;font-weight: bold; padding:0 0 0 10px;}
.color_greyS {font-size: 11px;color: #757575;}
.color_redS {font-size: 11px;color: #c10008;}