@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var,
b, i, 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 {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;
}
html, body { height:100% }
body, textarea{ line-height:140%; }
form { display:block; margin:0px; padding:0px; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}


/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}

del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table {border-collapse:collapse;border-spacing:0px;}

/* change border colour to suit your needs */
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0px;}

input, select { vertical-align:baseline;}
input[type=checkbox] { vertical-align:middle; }
iframe { display:block;}
 
/*--------------------------------------basic set-------------------------------------------*/

body, textarea, input[type=text], input[type=password],input[type=button],input[type=submit], button, select{ font-size:12px;font-family: "Malgun Gothic","Myriad Pro", Dotum,  Tahoma;}
input[type=text],input[type=button],input[type=submit],input[type=reset], button { overflow:visible; }

a{ margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent; color:#636363}
a:link, a:visited, a:active { text-decoration:none; color:#636363;	 }
a:hover { text-decoration:none;color:#9f0000 }

h1{font-size:300%;font-weight:bold; line-height:100%; }
h2{font-size:230%;font-weight:bold; line-height:100%; }
h3{font-size:200%;font-weight:bold; line-height:100%; }
h4{font-size:180%;font-weight:bold; line-height:100%; }
h5{font-size:150%;font-weight:bold; line-height:100%; }
h6{font-size:130%;font-weight:bold; line-height:100%; }

input[type=text], textarea, input[type=password]{border:1px solid #ccc;padding:0px 1px;background:#fff;}
input[type=text]:focus, input[type=password]:focus, textarea:focus {border:1px solid #5969f7;}

/*---------------------------------file upload-------------------------------------------*/
#id_filely{border:1px solid #ccc;background:#f7f7f7;display:block;padding:5px;overflow:auto;}
#id_filely>div { float:left;text-align:center;padding-right:5px;height:140px }
.sbox10{	border:1px solid #ccc;background:#fff;width:80px;	height:80px;padding:4px;margin:0px;text-align:center;}
.sbox10>img{display:inline-block}