@charset "utf-8";

.bbs_btn { margin-bottom:30px;zoom:1; }
.bbs_btn:after { display:block;clear:both;content:""; }
	.bbs_btn ul { list-style:none;margin:0;padding:0; }
	.bbs_btn ul li { float:left;line-height:100%; }
	.bbs_btn1 { float:left; }
	.bbs_btn2 { float:right; }
	.bbs_btn1 li { margin-right:3px; }
	.bbs_btn2 li { margin-left:3px; }

.history { background:url('./img/history_line.gif') repeat-y 60px 0; }
.his_div{ width:100%;margin-bottom:20px;overflow:hidden; }
.his_cate{ position:relative;float:left;width:120px;margin:0 20px 20px 0;min-height:50px;text-align:center; }
	.his_cate img {position:absolute;bottom:0;left:55px;}
	.his_cate .his_year { height:50px;-moz-border-radius:20px 0 20px;-webkit-border-radius:20px 0 20px;border-radius:20px 0 20px;background:#999 url('./img/bg_pattern.png') repeat; }
	.his_cate .his_year span { display:block;padding-top:15px;font-family:"Trebuchet MS","Times New Roman";font-weight:bold;font-size:1.5em;color:#fff;text-align:center; }
	.his_cate .his_year.first { background-color:#c11717; }
.his_txt { float:left;width:800px; }
	.his_txt .tit { position:relative;margin:15px 0;font-family:Georgia,"Times New Roman";font-size:1.4em;color:#2846a3;padding-top:8px; }
	.his_txt .tit .bar { position:absolute;left:0;top:0;width:15px;height:1px;background:#555; }
	.his_txt ul { list-style:none;margin:10px 0;padding:10px;border:1px solid #dedede;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow: 5px 5px 10px #eee;-webkit-box-shadow: 5px 5px 10px #eee;box-shadow: 5px 5px 10px #eee; }
	.his_txt ul li { line-height:25px; }
	.his_txt ul li span { display:inline-block;width:60px;margin-right:5px;padding:5px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-family:Dotum;font-size:9pt;color:#fff;line-height:100%;text-align:center;background:#004ea1; }

.bbs_write_table { border-top:1px solid #999;border-bottom:5px solid #e5e5e5; }
	.bbs_write_table caption { display:none; }
	.bbs_write_table th { width:12%;border-bottom:1px solid #e5e5e5; }
	.bbs_write_table td { padding:7px 0;border-bottom:1px solid #e5e5e5; }
	.bbs_write_table td em { font-style:normal;font-size:0.85em;color:#f60; }
