@charset "utf-8";
@import url("board.css");
/**
* OLYM Cascading Style Sheets
* File Name : /css/sub.css
* Description : 화제신문 기본 스타일시트
* Author : Hwaje Web business Team / Lee kyoung sun
* Email : designtj@olymcompnay.com
* Date : 2015.04.08
* Update : 2015.04.08
* Copyright(c) 2015 hwaje. All Rights Reserved.
*/



/*----------left_countents---------*/
#left_contents_wrap{
	width:250px;
	float:left;
	min-height:600px;
}
#left_contents{
	width:240px;	
}
#left_contents dl dt{
	border-bottom:5px solid #d4d4d4;
}
#left_contents dl dd a{
	display: block;
}

#s_quick{
	padding-top:30px;
}

/*----------right_countents---------*/
#sub_contents #right_contents_wrap{
	width:960px;
	float:right;
	position:relative;
}	
#sub_contents #right_contents .navigation{
	font-size:0.8em;
	position:absolute;
	top:40px;
	right:10px;
	color:#aeaeae;
}
#sub_contents #right_contents .navigation span{
	padding:0 5px;
}
#sub_contents #right_contents .navigation span.font_bold{
	font-weight:bold;
}
#sub_contents #right_contents .contents_body{
	min-height:500px;	
}
#sub_contents #right_contents h3{
	font-size:2.4em;
	font-weight:700;
}
#sub_contents .sub_title{
	padding-bottom:70px;
}
#sub_contents .sub_title h3{
	padding:30px 0 0 0;
}

.address {
	padding:0 20px 20px 30px;
}

/*tab*/
ul.tabs {
    float: left;
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    width: 100%;
    font-size:0.95em;	
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    padding:0 10px;
    height: 40px;
    line-height: 31px;
    border: 1px solid #d2d2d2;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	font-weight:500;
	line-height:40px;
}
ul.tabs li.active {
    background: #ef59a1;
    border: 1px solid #ef59a1;
	color:#fff;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.tab_content {
    padding: 100px 0px 100px 70px;
    font-size: 12px;
    display: none;
}
/*센터안내 테이블*/

.table02_wrap{
	margin-top:50px;
}
.table02 {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #e0e0e0;
}	
.table02 table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.table02 tr:hover td{
	background-color:#e8e8e8;
}
.table02 td{
	vertical-align:middle;	
	background-color:#ffffff;
	border:1px solid #e0e0e0;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px 5px;
	font-size:0.85em;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
}
.table02 tr td:first-child{
	text-align:center;
}
.table02 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.table02 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.table02 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.table02 thead tr th{
	background-color:#913f98;
	border:0px solid #e0e0e0;
	text-align:center;
	border-width:3px 0px 1px 1px;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	padding:8px;
	border-bottom:2px solid #131b5a;
}

.table02 thead tr th:first-child{
	border-width:3px 0px 2px 1px;
	border-left:1px solid #549ccb;
	text-align:center;
}
.table02 thead tr th:last-child{
	border-width:3px 0px 2px 1px;
	border-right:1px solid #549ccb;
}
.table02 tbody tr td.t_btn{
	text-align:center;
}
.table02 tbody tr td.t_btn a{
	display:block;
	width:82px;
	margin:0 auto;
	padding:2px;
	color:#fff;
	font-weight:600;
}
.table02 tbody tr td.t_btn a.a1{
	background-color:#ef59a1;
}
.table02 tbody tr td.t_btn a.a2{
	background-color:#f58345;
}

/*map*/

#map-wrap h4{
	font-size:1.5em;
	font-weight:500;
	padding-bottom:15px;
}
#map-wrap .map-ad{
	padding:0px 0  10px 20px;
	font-size:1.15em;
}
#map-wrap .map-ad span{
	font-weight:600;
}
#map-wrap .map{
	width:100%;
	border:6px solid #d4d4d4;
}