@charset "utf-8";
/*@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);*/
/*@import url(/css/google_font_test.css);*/
/* @font-face{
  font-family:'Noto Sans KR', sans-serif;
  src:url(/css/NanumBarunGothic.eot);
  src:local(%), url(/css/NanumBarunGothic.woff) format('woff')
} */
/* @import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&amp;display=swap&amp;subset=korean); */



/*
'===================================================================================================
'	File Name			: ~/inni.ui.reset_v3.03.css
'	Version				: 3.03
'	Precedence			:
'	License				: nics.go.kr Code by inni.kr (nics.go.kr 사이트 이외 사용을 금지 합니다.)
'---------------------------------------------------------------------------------------------------
'	Service Name		: UI Styles
'	Description			: 웹 브라우저 디자인 속성 초기화
'	Create Date			: 2007년 02월 14일
'	Author				: 유재인
'	Author E-Mail		: inni@inni.kr
'---------------------------------------------------------------------------------------------------
'	History				: [2016.05.16] [유재인] - 기본 스타일 재정의 버전3.0 정의
'						-----------------------------------------------------------------------------
'						: [2016.10.04] [유재인] - 국립식량과학원 스타일을 고려하여 내용 수정
'						-----------------------------------------------------------------------------
'						: [2016.12.16] [유재인] - HTML5 Tag 및 IE Edge 사용자를 위한 스타일 수정
'---------------------------------------------------------------------------------------------------
'	Table Of Contents	: [Basic Reset Element]	- 기본속성 부여(웹 브라우저 기본속성 제거)
'						-----------------------------------------------------------------------------
'						: [Reset Form Element]	- Reset Font 기본 스타일 정의
'						-----------------------------------------------------------------------------
'						: [Reset a Element]		- Anchor Tag 기본 스타일 정의
'===================================================================================================
*/




/*==================================================================================================
#	Basic Reset Element */
html,body{min-height:100%}
html{overflow-y:scroll}
html,body,div,p,dl,dt,dd,ul,ol.li,h1,h2,h3,h4,h5,h6,form,button,input,label,select,textarea,fieldset,strong,article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section,a,address,legend,video,audio{margin:0;padding:0}
body,div,p,dl,dt,dd,ul,ol.li,h1,h2,h3,h4,h5,h6,form,button,input,label,select,textarea,fieldset,strong,article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section,a,address,legend{font-weight:400;font-style:inherit;line-height:1em;letter-spacing:-0.5px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
figcaption,figure,main,details,menu{display:block}
canvas,progress{display:inline-block}
summary{display:list-item}
img,fieldset{border:0;border-style:none}
hr{height:0;box-sizing:content-box}
[type="number"]::-webkit-outer-spin-button,[type="number"]::-webkit-inner-spin-button{height:auto}
[type="radio"],[type="checkbox"],legend{box-sizing:border-box}
legend{display:table}
ul,ol,li{list-style:none}
b,strong{font-weight:bold}
button,html [type="button"],[type="submit"],[type="reset"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner{padding:0;border-style:none}
[type="search"]{outline-offset: -2px;-webkit-appearance: textfield}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
video,audio{display:inline-block}
audio:not([controls]){height:0;display:none}
abbr[title]{border:none;text-decoration:underline dotted}
small{font-size:0.8em}
sup,sub{font-size:0.75em}
sup{top:-0.45em}
sub{bottom:0.25em}
img,input,select,a,progress{vertical-align:middle}


.indent1 {padding-left:0.1em; text-indent:-0.1em}
.indent2 {padding-left:0.2em; text-indent:-0.2em}
.indent3 {padding-left:0.3em; text-indent:-0.3em}
.indent4 {padding-left:0.4em; text-indent:-0.4em}
.indent5 {padding-left:0.5em; text-indent:-0.5em}
.indent6 {padding-left:0.6em; text-indent:-0.6em}
.indent7 {padding-left:0.7em; text-indent:-0.7em}
.indent8 {padding-left:0.8em; text-indent:-0.8em}
.indent9 {padding-left:0.9em; text-indent:-0.9em}
.indent10 {padding-left:1.0em; text-indent:-1.0em}
.indent11 {padding-left:1.1em; text-indent:-1.1em}
.indent12 {padding-left:1.2em; text-indent:-1.2em}
.indent13 {padding-left:1.3em; text-indent:-1.3em}
.indent14 {padding-left:1.4em; text-indent:-1.4em}
.indent15 {padding-left:1.5em; text-indent:-1.5em}

/*==================================================================================================
#	Reset Font */
html,body,div,p,dl,dt,dd,ul,ol.li,h1,h2,h3,h4,h5,h6,form,button,input,label,select,textarea,fieldset,strong,article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section,a,address,legend{font-family:'Noto Sans KR', sans-serif;color:#585858}


/*==================================================================================================
#	Reset a Element */
a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}
a:hover{color:#000000;text-decoration:underline}



