@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input,select,*{margin:0; padding:0; border:0; outline:0; box-sizing:border-box;}

@font-face {
	font-family:"N";
	src: local("Nanum Gothic");
	src: url("/_css/font/NanumGothic.eot");
	src: url("/_css/font/NanumGothic.eot?#iefix") format("embedded-opentype");
	src: url("/_css/font/NanumGothic.ttf") format("truetype");
}



body{font-family:"N",NanumGothic,dotum,arial; font-size:13px; color:black; line-height:1;}

html,body{height:auto;}

a{
	text-decoration:none; /* none,underline,overline,line-through,blink */
	/* 영역을 벗어낫을 때 ... 처리(단, 한줄일 경우에 적용) */
	/* white-space:nowrap; text-overflow:ellipsis; overflow:hidden; word-wrap:break-word; */ 
	/* 테이블안에 td에 적용하기 위한 부분 */
	/* table-layout:fixed; */
	/* 두줄이상일때 : 높이 폰트높이 두배로 설정 */
	/* white-space:normal; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; */
}

ol,ul{list-style: none;}

img,input,select,label{vertical-align:top;}

blockquote,q{quotes:none;}

blockquote:before,blockquote:after,q:before,q:after{content:''; content: none;}

table{width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed; word-break:break-all;}
thead,tbody,tfoot,tr,th,td{border-collapse:collapse; border-spacing:0; table-layout:fixed; word-break:break-all;}

h1,h2,h3,h4,h5,h6{font-size:1em; font-weight:600;}

address,cite,em{font-style:normal;}

a:link,a:visited{color:black;}

a:hover,a:active{color:black;}

b{font-weight:600;}


input,select,textarea{background:none; border:1px solid #a9aaaa;}
input{padding:0 5px;}
textarea{resize:none;}