@charset "utf-8";
@import url(font.css);
/* Base Style - IEETU Web Standardization Team 2016-05-01 */

/* reset */
/* reset */
html,body{
	position:relative;
	width:100%;
	height:100%;
	line-height:1.5;
	word-break:keep-all;
	word-wrap:break-word;
	font-family:'Nanum Gothic','Nanum Myeongjo', '나눔고딕', '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
	color:#444;
}
html{font-size:81%;}
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure,figcaption,pre,a,span,strong,em,i,article,aside,details,footer,header,hgroup,menu,nav,section,label,:before,:after{margin:0; padding:0; box-sizing:border-box; font-family:inherit; line-height:1.5; letter-spacing:inherit;}
body{font-size:1em; letter-spacing:-1px;}
pre {font-family:inherit;}
input,textarea,a,button,select,span,label,table,:before,:after{font-size:inherit; font-weight:inherit;}
h1,h2,h3,h4,h5,h6,strong{font-weight:700; font-size:1em;}
img, fieldset, button{border:0;}
fieldset{min-width:100%;}
textarea{overflow:auto;}
input[type=submit],
input[type=button],
button{cursor:pointer;}
img{max-width:100%; vertical-align:top;}
address, em{font-style:normal;}
pre{white-space:pre-wrap;}
table{border-spacing:0; border-collapse:collapse;}
table,th,td{border:none;}
caption{overflow:hidden; line-height:0; text-indent:-2000em;}
legend, .hidden{position:absolute !important; clip:rect(0, 0, 0, 0) !important; width:1px !important; height:1px !important; margin:-1px !important; padding:0 !important; white-space:nowrap !important; overflow:hidden !important;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

/* 링크 기본값 */
a:link{text-decoration:none; color:#444;}
a:visited{text-decoration:none; color:#444;}
a:hover{text-decoration:none; color:#444;}
a:active{text-decoration:none;}
a:focus{text-decoration:none;}

/* 리스트 스타일 제거 */
ul,ol,li{list-style:none;}

/* Skip Navigation */
#accessibility a {display:block; position:absolute; top:-40px; left:0; z-index:10; width:100%; height:25px; line-height:25px; text-align:center; font-weight:bold; transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s;}
#accessibility a:hover {top: 0px; z-index:1000; padding:10px 0; background:#4764ce; color:#fff;}
#accessibility a:active {top: 0px; z-index:1000; padding:10px 0; background:#4764ce; color:#fff;}
#accessibility a:focus {top: 0px; z-index:1000; padding:10px 0; background:#4764ce; color:#fff;}
a#content {margin:0; padding:0; font-size:0; line-height:0;}
