@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@font-face{
	font-family:'Noto Sans KR', sans-serif;
	src:url('/libs/font/NanumBarunGothic.eot');
	src:url('/libs/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
			url('/libs/font/NanumBarunGothic.woff') format('woff'),
			url('/libs/font/NanumBarunGothic.ttf') format('truetype');
}
:lang(ko-KR) {
  font-family: 'Noto Sans KR', sans-serif;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0px; padding:0px; border:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,td,div,select,input,textarea {font-weight:400; font-size:12px;}
input,textarea {height:18px; font-weight:400; font-size:12px; color:#FFFFFF; border:#666666 1px solid; padding:0 0 0 5px;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption {display:block;}
table {border-collapse:collapse; border-spacing:0;}
.png24 {expression(setPng24(this))}

html {height:100%;}
body {position: relative; width:100%; height:100%; height:100vh; margin:0; color:#000000; font-family:'Noto Sans KR', sans-serif !important; background:#FFFFFF; -webkit-font-smoothing: antialiased;}
a {color:#000000; font-weight:700; font-size:1em; font-family:'Noto Sans KR', sans-serif !important; text-decoration:none;}
a:hover {color:#D03849; text-decoration:none;}
a:link, a:visited, a:active {color:#000000;}
:focus {outline: 0;}
strong, b {font-weight:900;}
ol, ul {list-style: none;}
@media all and (min-width:768px) {
	body {position: relative; width:100%; height:100%; height:100vh; margin:0; color:#000000; font-family:'Noto Sans KR', sans-serif !important; background:#FFFFFF; -webkit-font-smoothing: antialiased;}
	a {color:#000000; font-weight:700; font-size:1em; font-family:'Noto Sans KR', sans-serif !important; text-decoration:none;}
	a:hover {color:#D03849; text-decoration:none;}
	a:link, a:visited, a:active {color:#000000;}
	:focus {outline: 0;}
	strong, b {font-weight:900;}
	ol, ul {list-style: none;}
}