@charset "utf-8";
@import url(nanumgothic.css);
/* Base Style - IEETU Web Standardization Team 2017-06-22 */

/* reset */
body,p,div,span,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0; padding:0;}
body,input,textarea,button,select{font-family:'돋움', Dotum, '굴림', Gulim, Sans-serif; color:#666;}
body{font-size:12px;}
h1,h2,h3,h4,h5,h6,input,textarea,button,select,table{font-size:12px;}
img, fieldset, button{border:0;}
textarea{overflow:auto;}
input[type=submit],
input[type=button],
button{cursor:pointer;}
img{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{overflow:hidden; position:absolute; top:0; left:-2000em; line-height:0;}

/* 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:#666;}
a:visited{text-decoration:none; color:#666;}
a:hover{text-decoration:underline; color:#7ca801;}
a:active{text-decoration:none;}
a:focus{text-decoration:underline; color:#7ca801;}

/* 리스트 스타일 제거 */
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:#9ac813; color:#fff;}
#accessibility a:active {top: 0px; z-index:1000; padding:10px 0; background:#9ac813; color:#fff;}
#accessibility a:focus {top: 0px; z-index:1000; padding:10px 0; background:#9ac813; color:#fff;}
a#content {margin:0; padding:0; font-size:0; line-height:0;}
