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

body{ font-size:12px;font-family: "Malgun Gothic","Myriad Pro", Dotum,  Tahoma;background:transparent; color:#636363}

/*borad view-css*/
ol{list-style:decimal;padding:5px 10px;}
ul{list-style:disc;padding:5px 10px;}
li{margin-left:20px;}
blockquote {margin-left:40px}
a{text-decoration:underline;color:#00F}
table{border:0px; border-collapse:collapse; }
td{padding:3px 5px; border:1px solid #ccc;}


.rpbox{ padding:10px 0px; margin-bottom:10px; border-bottom:1px solid #ccc; }
.rpSbj { font-size:110%; font-weight:bold; color:#000 }
.rphr { display: block; height: 1px;  border: 0px; border-top: 1px solid #ccc;  margin: 10px 0px; padding: 0px; }

.r5box { 	border:1px solid #ccc;margin:15px 0px;padding:15px 5px;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.r5box>h5 { font-weight:bold;font-size:13px;padding:0px 10px;margin-top:-25px;margin-bottom:5px;}
.r5box>h5>span {background:#fff;}
.r5box>ul{list-style:disc;margin-top:10px;margin-bottom:10px;padding:0px 10px;}
.r5box>ul>li{margin-left:20px;}

/*text*/
.boldgreen{ color:#39b54a;font-weight:bold; }
.boldblue{ color:#5969f7;font-weight:bold; }
.boldorange{ color:#f26522;font-weight:bold; }
.boldblack{ color:#000;font-weight:bold; }