@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
* {font-family:'Nanum Gothic', sans-serif; src:url('/include/css/NanumGothic.ttf'); font-weight:normal;}


.bg_gray {background:#aaa;}
.bg_sgray  {background:#eee;}
.bg_white {background:#FFF;}
.bg_red{background:#ff6600;}
.bg_blue{background:#264588;}
.bg_wblue{background:#eaf7ff;}
.bg_green{background:#a0bd2d;}


.f_w {font-weight:bold;}
.f_c_g {color:#548c2b; }
.f_c_b {color:#264588; }


.stlt_top {
font-size:16px;
font-weight:bold;
color:#264588;
line-height:20px;
padding-bottom:10px;
}


.tbl th, .tbl2 th {
padding:5px 0px;
color:#666;
font-weight:bold;
font-size:12px;
color:#FFF;
text-align:center;
line-height:30px;
border:dashed 1px #FFF;
}

.tbl td {
padding:10px 0;
line-height:20px;
font-size:12px;
text-align:center;
border:dashed 1px #aaa;
}

.tbl2 td {
padding:10px 0;
line-height:20px;
font-size:12px;
border:dashed 1px #aaa;
text-align:center;
}

.tbl  {
width:99%;
margin:auto;
}

.tbl2  {
width:98%;
}
