<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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; }

caption {width: 100%;
    height: 1px;
    text-indent: -9999px;
    overflow: hidden;
}

ol, ul {list-style:none;}

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

hr {border:0;}

table thead th {text-align:center;}

/* delete image border */
* {padding:0; margin: 0;}
img {border:0;}

img {vertical-align: top;}
input {margin:0; padding:0; font-size:12px;}

/* transition */

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


img:hover, img:focus, img:active {text-decoration:underline
	 transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s 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;
}

/* 숨김영역 */
hr, legend, .hide{position:absolute;left:-2000%;width:1px;height:1px;overflow:hidden;font-size:0;line-height:0;z-index:-1;}</pre></body></html>