﻿@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {list-style: none;}
img, fieldset, button{border:none;}
li{list-style-type:none;}
button img{display:none;}
a{text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:none;}
textarea{overflow:auto;}
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} /* For Screen Reader */
caption{display:none;}
img{border:0; vertical-align: middle;}
html, body{margin:0; padding:0; height: 100%; width: 100%;
font-family:"Sawarabi Gothic","Noto Sans KR", sans-serif, 'Nanum Gothic',Malgun Gothic,dotum,gulim; color: #666666; /*-webkit-text-stroke: 1px rgba(0,0,0,0.1)*/; -webkit-font-smoothing: antialiased; padding:0; margin: 0 auto; font-size:13px; letter-spacing:0px;}

input, button, select, input, textarea, td, th 
{font-family:"Sawarabi Gothic","Noto Sans KR", sans-serif, 'Nanum Gothic',Malgun Gothic,dotum,gulim; color: #666666; font-size:13px;}
caption {
	visibility: hidden;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
table {width:100%; border-collapse:collapse; border:0;}
.clear{clear: both;}
   