@charset "utf-8";

/*
 * Nanum Barun Gothic (Korean) http://hangeul.naver.com
 */
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: local('Nanum Barun Gothic UltraLight'), local('NanumBarunGothic-UltraLight'),
       url(/css/font/NanumBarunGothicUltraLightSubset.woff2) format('woff2'),
       url(/css/font/NanumBarunGothicUltraLightSubset.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: local('Nanum Barun Gothic Light'), local('NanumBarunGothic-Light'),
       url(/css/font/NanumBarunGothicLightSubset.woff2) format('woff2'),
       url(/css/font/NanumBarunGothicLightSubset.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic'), local('NanumBarunGothic'),
       url(/css/font/NanumBarunGothicSubset.woff2) format('woff2'),
       url(/css/font/NanumBarunGothicSubset.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('NanumBarunGothic-Bold'),
       url(/css/font/NanumBarunGothicBoldSubset.woff2) format('woff2'),
       url(/css/font/NanumBarunGothicBoldSubset.ttf) format('truetype');
}


* {font-family:'Nanum Barun Gothic', '돋움', sans-serif;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,legend{width:0;height:0;overflow:hidden}
html,body{width:100%;height:100%}
html{overflow-y:scroll;font-size:10px}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0}
h1,h2,h3,h4{font-family:'Nanum Barun Gothic'; font-weight:700;}
body,input,button,textarea{font-family:'Nanum Barun Gothic', sans-serif;font-size:13px;color:#646464}
body{background-color:#fff;/*text-align:center;*/*word-break:break-all;-ms-word-break:break-all}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button,textarea{vertical-align:middle;border:1px solid #ccc; font-size:13px;}
input[type="radio"], input[type="checkbox"]{border:none; margin:0 5px 0 0;}
i,em,address{font-style:normal; vertical-align:middle;}
label,button{cursor:pointer;vertical-align:middle}
button{margin:0;padding:0}
a{color:#646464;text-decoration:none}
a:hover{text-decoration:none}
button *{position:relative}
button img{left:-3px;*left:auto}
hr{display:none}
legend{*width:0}
input::-ms-clear{display:none}
input[type="button"]{border:none;cursor:pointer}
input[type="password"]{font-family:Arial !important}