@charset "utf-8";
/**
* OLYM Cascading Style Sheets
* File Name : /css/layout.css
* Description : 화제신문 기본 스타일시트
* Author : Hwaje Web business Team / Lee kyoung sun
* Email : rud1031@lycos.co.kr
* Date : 2015.09.21
* Update : 2015.09.21
* Copyright(c) 2015 hwaje. All Rights Reserved.
*/

/*table*/
/*--------tableStyle01-----------*/
.table01{
    padding:50px 20px;
    border:5px solid #2c440c;
	background:#fff;
}
.table02{
    padding:40px 0px 80px;
}
.table01 h5,.table02 h6{
    border-bottom: 5px solid #898989;
    padding-bottom: 5px;
    margin-bottom: 5px;
	font-size:2em;
	color:#5b5b5b;
	font-weight:bold;
}
table.tableStyle01{
    width:100%;
    border-bottom: 1px solid #d4d4d4;
}
table.tableStyle01 th,table.tableStyle01 td{
    height:40px;
    font-size:0.9em;
    text-align: center;
    border: solid #d4d4d4;
    border-width:1px 0 0 1px;
}
table.tableStyle01 tr:first-child th:first-child, table.tableStyle01 td:first-child{
    border-left: 0px;
}
table.tableStyle01 th{
    font-weight: 500;
}
table.tableStyle01 td{
    color:#5a5a5a;
}
/* common.css */

a .tit{
	text-overflow:ellipsis; 
	overflow: hidden; 
	white-space: nowrap; 
	display: block;
}

a.overing .roll, a.overing:hover .over {
	display:inline-block;
}
a.overing .over, a.overing:hover .roll {
	display:none;
}
a.on .over{display:block;}
a.on .roll{	display:none;}
button{
	cursor:pointer;
}
.div_aft:after{
	content:"";
	display:block; 
	clear:both; 
	height: 0; 
	visibility: hidden;
}
.div_aft: {*zoom:1;} 

.f_org01{
  color: #f78719;
}