@charset "utf-8";
/* CSS Document */
@import url('/css/notosanskr.css'); 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, 
em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, thead, tbody, tfoot,  tr, th, td
{margin:0; padding:0; border:0; font-style:normal; font-weight:normal; text-decoration:none; font-family: 'Noto Sans KR'; }

caption {visibility:hidden;}

ol, ul {list-style:none;}

button {display:inline-block; margin:0; padding:0; border:0; cursor:pointer; background:transparent;}

hr {border:0;}

table, th, td {border-collapse:collapse; border-spacing:0; border:0;}
table thead th {text-align:center;}

/* delete image border */
img {border:0; }
input {margin:0; padding:0; font-size:12px;}

/* transition */

a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:underline
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}


td:hover, td:focus, td:active {	text-decoration:underline
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}