/***************************************************
*
*	DEFAULT STYLE
*
***************************************************/
/*
	body, td, th
	{
		font-family: 굴림, Tahoma, Verdana;
		font-size: 12px;
		color: #666666;
		margin: 0px;
	}
	
	input, textarea
	{
		font-family: tahoma, verdana, u, MS Sans Serif;
		font-size: 12px;
		padding-left: 2px;
	}
	
	select, textarea
	{
		font-family: tahoma, verdana, u, MS Sans Serif;
		font-size: 11px;
	}
	
	a
	{
		color: #000000;
		text-decoration: none;
	}
	a:visited
	{
		color: #62739F;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: none;
	}

	.tahoma
	{
		font-family: Tahoma;
	}

	.verdana
	{
		font-family: verdana;
	}
	


/***************************************************
*	FONT TYPE
***************************************************/
 @font-face{font-family:'NGothic'; src:url('/font/NanumGothic.woff') format('woff'); }
 @font-face{font-family:'NGothicB'; src:url('/font/NanumGothicBold.woff') format('woff'); }
 @font-face{font-family:'NGothicEB'; src:url('/font/NanumGothicExtraBold.woff') format('woff'); }

	.type1
	{
		font-family:"NGothic";
	}
	
	.type2
	{
		font-family:"NGothic";
	}
	
	.type3
	{
		font-family:"NGothic";
	}

	
	.btn_write { text-align:center; font-size:18px; margin-bottom:30px; margin-top:30px; }
	.btn_write a { padding:10px 20px; color:#ffffff; background-color:#333333; }
	.btn_write a:hover { color:#ffffff; background-color:#666666; }

	.btn_list { display:inline-block; text-align:center; font-size:18px; margin-bottom:30px; margin-top:20px; margin-right:5px; }
	.btn_list a { padding:5px 20px; color:#ffffff; background-color:#333333; }
	.btn_list a:hover { color:#ffffff; background-color:#666666; }

	.btn_reply { display:inline-block; text-align:center; font-size:18px; margin-bottom:30px; margin-top:20px; margin-right:5px; }
	.btn_reply a { padding:5px 20px; color:#ffffff; background-color:#333333; }
	.btn_reply a:hover { color:#ffffff; background-color:#666666; }

	.btn_save { display:inline-block; text-align:center; font-size:18px; margin-bottom:30px; margin-top:20px; margin-right:0px; }
	.btn_save a { padding:5px 20px; color:#ffffff; background-color:#333333; }
	.btn_save a:hover { color:#ffffff; background-color:#666666; }

	.btn_reset { display:inline-block; text-align:center; font-size:18px; margin-bottom:30px; margin-top:20px; margin-right:0px; }
	.btn_reset a { padding:5px 20px; color:#ffffff; background-color:#333333; }
	.btn_reset a:hover { color:#ffffff; background-color:#666666; }

	
/***************************************************
*	FONT COLOR
***************************************************/
	
	.copy
	{
		color: #666666;
	}
	
	.copy-grey3
	{
		color : #333333;
	}
	
	.copy-grey6
	{
		color : #666666;
	}
	
	.copy-grey7
	{
		color : #787878;
	}
	
	.copy-grey9
	{
		color : #999999;
	}
	
	.copy-blue3
	{
		color : #3366aa;
	}
	
	.copy-blue1
	{
		color : #1a57a8;
	}
	
	.copy-redd
	{
		color : #d3431a;
	}
	
	.copy-redf
	{
		color : #ff3300;
	}
	
	.copy-ash
	{
		color : #496785;
	}
	
	
	
/***************************************************
*	FONT SIZE
***************************************************/
	
	.size8
	{
		font-size: 8px;
	}
	
	.size9
	{
		font-size: 9px;
	}
	
	.size10
	{
		font-size: 10px;
	}
	
	.size11
	{
		font-size: 11px;
	}
	
	.size12
	{
		font-size: 12px;
	}
	
	.size13
	{
		font-size: 13px;
	}
	
	.size14
	{
		font-size: 14px;
	}
	

	
/***************************************************
*	BG COLOR
***************************************************/
	
	.bg
	{
		background: #ffffff;
	}
	
	.bg-select
	{
		background: #FAFAFA;
	}
	
	.bg-over
	{
		background: #F5F5F5;
	}
	
	.bg-out
	{
		background: #ffffff;
	}
	
	
	
	
	.line
	{
		background-color: #999999;
	}
	
	.line2
	{
		background-color: #cccccc;
	}
	
	
	
	
/***************************************************
*	FONT STYLE
***************************************************/
	
	.bold
	{
		font-weight: bold;
	}
	
	.normal
	{
		font-weight: normal;
	}
	
	.blank
	{
		font-size: 2px;
	}