<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 
	Engineer :  Cho jae gu (ragnos@dnt7.com)
	RegDate  :  2014-05-23
*/
.intro { position:absolute; width:100%; text-align:center; }
html, body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button{margin:0;padding:0;}
body,input,textarea,select,table,button{font-size:11px;line-height:1.2;font-family:Arial;}
body{position:relative; color:#4c4c4c;word-wrap:break-word;word-break:break-al;}
table td{ font-size:11px; }
table caption{ display:none; }
img,fieldset{border:0; vertical-align:top;}
ul,ol{ list-style:none; margin:0; padding:0}
a{color:#4c4c4c;text-decoration:none;cursor:pointer;}
em,address{font-style:normal;}
hr{display:none !important;}

.bgnone {background-image:none !important;}
.wrap { min-width:312px; }
.blank{ float:left; height:1px; }

/* Font Style */
.fb { font-weight:bold; }

/* Font Color*/
.cor_e37d8b { color:#e37d8b; }		/* pink */
.cor_62358a { color:#62358a; }		/* purple */

/* Style */
.pointer{ cursor:pointer; }

.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl20{ padding-left:20px; }

.pt10{ padding-top:10px;}
.mt10{ margin-top:10px; }

.ta_l { text-align:left; }
.ta_c { text-align:center; }
.ta_r { text-align:right; }

.f_l { float:left; }

.absTBottom{vertical-align:text-bottom; }
.absTop{ vertical-align:top; }
.cleardiv{ clear:both; }

input[type=checkbox] { width:16px; height:16px; vertical-align:middle; }
input[type=password] { 
	-webkit-appearance: none; 
	-webkit-border-radius:0; 
	border-radius:0; 
	height:28px; 
	width:94%; 
	padding-left:1%;
	border:1px solid #dcdcdc; 
}
input[type=text] { 
	-webkit-appearance: none; 
	-webkit-border-radius:0; 
	border-radius:0; 
	height:28px; 
	width:94%; 
	padding-left:1%;
	border:1px solid #dcdcdc; 
}</pre></body></html>