@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/* 폰트 로컬사용
@font-face{font-family:'NanumGothic'; src:url('../fonts/NanumGothic.woff')}
@font-face{font-family:'NanumGothic'; src:url('../fonts/NanumGothic.eot')}
*/
@font-face{
    font-family:ng;
    src:url(../fontsDaum_SemiBold.eot);
    src:local(※), url(Daum_SemiBold.woff) format(‘woff’)}
	
* {font-family:'NanumGothic','Nanum Gothic','나눔고딕', 'Dotum', 'Gulim', 'Arial', sans-serif;}

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust:none;
	font-family:'NanumGothic','Nanum Gothic', '나눔고딕', 'Dotum', 'Gulim', 'Arial', sans-serif;
	list-style:none;
	line-height:1;
}
em,address{font-style:normal;}
hr{display:none}
body{line-height:1;word-break: break-all;}
ol, ul{list-style:none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}

ins{text-decoration:none;}
del{text-decoration:line-through;}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;word-break:break-all;}
table th, table td{vertical-align:middle;}
fieldset{margin:0;padding:0;border:0 none;}
legend, caption, .skip{position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0; overflow:hidden;}
caption{position:static;}

html, body,input,button{font-size:12px; color:#727272;}

a {color:#a7a7a7; text-decoration:none;}
img,input{vertical-align:middle;}
label{vertical-align:middle; font-size:14px;}
select {height:35px; margin:0; border: 1px solid #ddd; padding:0; font-size:13px; vertical-align:middle; color:#666;}
textarea {border:1px solid #ddd; color:#727272; font-size:13px; line-height:18px; padding:5px; overflow-y:auto; resize:none;}

input[type='text'], input[type='password'], input[type='file'], input[type='search'] {height: 33px; line-height: 33px;font-size: 13px; margin: 0;   border: 1px solid #dcdcdc;color: #666;padding: 0 0 0 1%; vertical-align: middle; background: #fff;width:99%; -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;}
input[type='button']	{-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;}
input[type='checkbox'],input[type='radio']	{padding:0;margin:0;}
input.search_board[type='text']	{height:28px;line-height:28px;}


/* html5 reset */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, canvas{display:block; margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;}



/*float해제*/
.floatBox	{*zoom:1;}
.floatBox:after	{content:"";display:block;clear:both;}
.float01	{float:left;}
.float02	{float:right;}
