@charset "euc-kr";

@font-face{
font-family: "NanumBarunGothic";
    src: url("/skin/default/fonts/NanumBarunGothic.eot"); /*IE9 ?환??보기*/
    src: local("@"),
         url("/skin/default/fonts/NanumBarunGothic.eot?#iefix") format("embedded-opentype"), /*IE 6-8*/
         url("/skin/default/fonts/NanumBarunGothic.woff") format("woff"); /*?? 브라??*/
}

/* NanumBarunGothic ⺻ Ʈ */
@font-face{
font-family: "NanumBarunGothic";
src: url('fonts/NanumBarunGothic.eot')format('eot');
src: url('fonts/NanumBarunGothic.woff') format('woff');
}
@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

* {font-family:'NanumBarunGothic', '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 {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	background:transparent;
	font-family:'NanumBarunGothic', '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 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:#333333;}

a {color:#727272; text-decoration:none;}
a:hover {text-decoration:none;}
img,input{vertical-align:top;}
label{vertical-align:middle; font-size:14px;}
select {height:24px; margin:0; border: 1px solid #959595; padding:0; font-size:13px; vertical-align:middle; color:#666;}
textarea {border:1px solid #dcdcdc; color:#959595; font-size:13px; line-height:18px; padding:5px; overflow-y:auto; resize:none;}

/* 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;}