﻿/*----- default tag styleCSS -----*/
@import url(font/nanumgothic.css);

/* 
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */


body, select, input, a, button{
	font-family:'맑은 고딕', 'Nanum Gothic';
	font-size:13px;
	text-decoration : none;
	line-height:25px;
}
* { -webkit-tap-highlight-color: rgba(0,0,0,0);} 
body{background:#fff;margin:0px;padding:0px;}
select{vertical-align:middle;}
input{vertical-align:middle;}
form{margin:0px;padding:0px;}
img{border:0px;}
a{}


/*----- default class styleCSS -----*/
.clear{clear:both;}
.Hspace1{font-size:1px;line-height:1px;height:1px;}
.Hspace2{font-size:1px;line-height:1px;height:2px;}
.Hspace3{font-size:1px;line-height:1px;height:3px;}
.Hspace5{font-size:1px;line-height:1px;height:5px;}
.Hspace10{font-size:1px;line-height:1px;height:10px;}
.Hspace15{font-size:1px;line-height:1px;height:15px;}
.Hspace20{font-size:1px;line-height:1px;height:20px;}
.Hspace30{font-size:1px;line-height:1px;height:30px;}
.padding5{padding:5px;}
.padding10{padding:10px;}
.noBorder{border:0px none ! important;}
.rel{position:relative;}
.abs{position:absolute;}
.Ablock{display:block;}
.nowrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/*----- 폰트 색상 class styleCSS -----*/
.font00{color:#2c2c2c;}
.font01{color:#335997;}
.fontEA{font-size:10px;color:#888;font-family:'맑은 고딕';}
.fontTiny{font-size:13px;letter-spacing:-1px;}

/*----- box class styleCSS -----*/


/*----- support form class styleCSS -----*/
.textarea{border:1px solid #eee;}
.textarea textarea{border:0px none;width:100%;margin:0px;padding:0px;}
.int{text-align:right;}
.float{text-align:left;}