/***************************************************
*
*	DEFAULT STYLE
*
***************************************************/
/*
a { text-decoration:none; color:#999; }
a:hover { color:#666; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,strong{font-style:normal; font-weight:normal; }
   @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'); }
body, th, td, p { font:12px "NGothic"; }
*/
/***************************************************
*	FONT TYPE
***************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

.bbs_text { line-height:160%; width:auto; /*word-break:break-all;*/ }
.bbs_text img { width:100%; }
	.title { font-family:"Nanum Gothic"; font-size:15px; padding-bottom:5px; }
	.title a  { color:#666; }
	.title a:hover { color:#333; }

	.type1
	{
		font-family:"NanumGothic";
	}

	.type2
	{
		font-family:"NanumGothicBold";
	}

	.type3
	{
		font-family:"NanumGothicExtraBold";
	}
	.btn_write
	{
		width:120px; height:42px; margin:10px auto; border:0px solid #0C6; background-color:#333; text-align:center; font-size:24px; font-weight:normal;
	}
	.btn_write a { color:#FFF; display:block; height:30px; padding-top:12px;  }
	.btn_write a:hover { color:#fff; background-color:#498abb}

	.btn_write2
	{
		float:left; width:70px; height:30px; border:0px solid #0C6; background-color:#333; text-align:center; font-size:14px; font-weight:bold; margin-right:10px;
	}
	.btn_write2 a { color:#FFF; display:block; height:25px; padding-top:5px;  }
	.btn_write2 a:hover { color:#fff; background-color:#498abb;}
	.btn_write2:after { content:""; clear:both; display:block; }


	.btn_write3
	{
		float:right; width:50px; height:25px; border:0px solid #0C6; background-color:#333; text-align:center; font-size:13px; font-weight:bold; margin-right:10px;
	}
	.btn_write3 a { color:#FFF; display:block; height:22px; padding-top:3px;  }
	.btn_write3 a:hover { color:#fff; background-color:#498abb;}
	.btn_write3:after { content:""; clear:both; display:block; }

	.btn_write4
	{
		display: inline-block;float:none; width:50px; height:25px; border:0px solid #0C6; background-color:#333; text-align:center; font-size:13px; font-weight:bold;margin-top:8px;
	}
	.btn_write4 a { color:#FFF; display:block; height:22px; padding-top:3px;  }
	.btn_write4 a:hover { color:#fff; background-color:#498abb;}
	.btn_write4:after { content:""; clear:both; display:block; }

/***************************************************
*	FONT COLOR
***************************************************/

	.copy
	{
		color: #666666;
	}

	.copy3
	{
		color : #333333;
	}

	.copy6
	{
		color : #666666;
	}

	.copy-grey7
	{
		color : #787878;
	}

	.copy9
	{
		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;
	}

	.size15
	{
		font-size: 15px;
	}

	.size16
	{
		font-size: 16px;
	}


/***************************************************
*	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;
	}
