@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, sub, sup, 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 { 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;}
table td{ padding:3px 0px; vertical-align: middle; }

/* 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[type=text], textarea, input[type=password], select{border:1px solid #ccc;padding:5px; border-radius:3px; background:#f6f6f6;}
input[type=text]:focus, input[type=password]:focus, textarea:focus {border:1px solid #466B9F; background:#fff}
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; }
input, select, textarea{ box-sizing:border-box; }

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:#3C6CC9 }


/*-------------------------------------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; line-height: 75px; padding:4px; margin:0px; text-align:center; }
.sbox10>img{display:inline-block; vertical-align: middle; }