@charset "utf-8";


body{font-size:75%;}
*{font-size:100%}
html{overflow-y:scroll}
body{min-height:100%;font-size:75%;}

body,input,textarea,select,button,table{font-family:'돋움', dotum, applegothic, sans-serif;font-size:11px;color:#666666;}

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,input,textarea,button,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-family:'Nanum Gothic','돋움','굴림'}
html{overflow:-moz-scrollbars-vertical;overflow-x:hidden;height:100%}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}



ol,ul{list-style:none}

table{border-collapse:collapse}
a{font-family:inherit;color:#818181;text-decoration:none}
a:hover{color:#333;text-decoration:none}

legend,caption,hr{display:none}
em{font-style:normal}
input{background:transparent}
input.t_text{border:1px solid #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee}

div, span, form, input			{ padding: 0; margin: 0; }
img			{ border:0; }


.pointer	{ cursor:pointer; }

/* 정렬*/
.right		{ text-align:right; }
.left		{ text-align:left; }
.center		{ text-align:center; }
.justify	{ text-align:justify; }

/* 키 입력 */
.eng		{ ime-mode:disabled; }
.han		{ ime-mode:active; }
/* 폰트 색상 */
.gray3		{ color: #333333; }
.gray6		{ color: #666666; }
.gray9		{ color: #999999; }
.orange		{ color: #F87E08; }

.white		{ color: #FFFFFF; }
.blue		{ color: #0066FF; }
.skyblue	{ color: #0099cc; }
.green		{ color: #339933; }
.red		{ color: #CC0000; }
.black		{ color: #000000; }
.pink		{ color: #FF3399; }

/* 폰트 일반 */
.bold		{ font-weight:bold;}
.fs9		{ font-size:9px;}
.fs10		{ font-size:10px;}
.fs11		{ font-size:11px;}
.fs12		{ font-size:12px;}
.fs13		{ font-size:13px;}
.fs14		{ font-size:14px;}
.fs15		{ font-size:15px;}
.fs16		{ font-size:16px;}
.fs17		{ font-size:17px;}
.fs18		{ font-size:18px;}

.lh16		{ line-height:160%;}
.lh17		{ line-height:170%;}
.lh18		{ line-height:180%;}
.lh19		{ line-height:190%;}
.lh20		{ line-height:200%;}





.skip{display:none}
.both{clear:both}


/* form type */
.formA {background-color: #f3f2f2;border:1px solid #CCCCCC;height:18px;}



