@charset "utf-8";
/*
@font-face{
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:normal;
  src: url('/font/NanumGothic.eot'); 
  src: local('.'), url('/font/NanumGothic.woff') format('woff'), url('/font/NanumGothic.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumGothicBold';
  font-style:normal;
  font-weight:normal;
  src: url('/font/NanumGothicBold.eot'); 	
  src: local('.'), url('/font/NanumGothicBold.woff') format('woff'), url('/font/NanumGothicBold.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumGothicExtraBold';
  font-style:normal;
  font-weight:normal;
  src: url('/font/NanumGothicExtraBold.eot'); 	
  src: local('.'), url('/font/NanumGothicExtraBold.woff') format('woff'), url('/font/NanumGothicExtraBold.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:normal;
  src: url('/font/NanumBarunGothic.eot'); 	
  src: local('.'), url('/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), url('/font/NanumBarunGothic.woff') format('woff'), url('/font/NanumBarunGothic.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumBarunGothicBold';
  font-style:normal;
  font-weight:normal;
  src: url('/font/NanumBarunGothicBold.eot'); 	
  src: local('.'), url('/font/NanumBarunGothicBold.woff') format('woff'), url('/font/NanumBarunGothicBold.ttf') format('truetype'); 
}

*/
* {font-family:'NanumBarunGothic', '나눔바른고딕', 'NanumGothic', '나눔고딕', 'MalgunGothic', '맑은고딕', '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:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust:none;
	font-family:'NanumBarunGothic', '나눔바른고딕', 'NanumGothic', '나눔고딕', 'MalgunGothic', '맑은고딕', 'Dotum', 'Gulim', 'Arial', sans-serif;
}
em,address{font-style:normal;}
hr{display:none}
body{line-height:1.2em;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;}
caption{visibility:hidden;width:0;height:0;font-size:0;line-height:0;zoom:1;}
fieldset{margin:0;padding:0;border:0 none;}
legend{overflow:hidden;width:0;height:0;font-size:0;visibility:visible;}

html, body,input,button{font-size:12px; color:#777777;}

a {color:#777777; text-decoration:none;}
a:hover {color:#008c99; text-decoration:none;}
img,input{vertical-align:top;}
label{vertical-align:middle; font-size:14px;}
select {height:24px; margin:0; border: 1px solid #dcdcdc; padding:0; font-size:13px; vertical-align:middle; color:#777777;}
textarea {border:1px solid #dcdcdc; color:#777777; font-size:13px; line-height:18px; padding:5px; overflow-y:auto; resize:none;}

input[type='text'],
input[type='password'],
input[type='search'] {height:25px; line-height:25px; font-size:14px; margin:0; border:1px solid #dcdcdc; color:#777777; padding:0; vertical-align: middle;}
input[type='checkbox'] {background:#fff; border:solid 1px #c9c9c9; height:16px; width:16px; -webkit-appearance:none; -webkit-border-radius:3px; padding:0; border:0 \0/IE8+9; margin-top:0; margin-top:2px \0/IE8+9;}
input[type='checkbox']:checked {background:#fff; border:solid 1px #c9c9c9; border:0 \0/IE8+9;}
input[type='checkbox']:checked:after {content:""; display:block; width:8px; height:8px; background:#666; position:relative; top:3px; left:3px; -webkit-border-radius:0px;} 
input[type='radio'] {background:#fff; border:solid 1px #c9c9c9; height:16px; width:16px; -webkit-appearance:none; -webkit-border-radius:10px; padding:0; border:0 \0/IE8+9; margin-top:0; margin-top:2px \0/IE8+9;}
input[type='radio']:checked {background:#fff; border:solid 1px #c9c9c9; border:0 \0/IE8+9;} 
input[type='radio']:checked:after {content:""; display:block; width:8px; height:8px; background:#666; position:relative; top:3px; left:3px; -webkit-border-radius:5px;} 



/* html5 reset */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block}

