﻿@charset "utf-8";

/* 향후일정, 공지사항, 자유게시판 */
.board-section {
width:281px;
height: 650px;
margin: 0 auto 0 auto;
position:relative;
/*background-color: #eeeeee;*/
border-width: 0 1px 0 1px;
border-style: solid;
border-color: #cccccc;
}

.board-section .board_area{
float:left;
width:100%;
height:205px;
border-top:1px solid #cccccc;
border-right:1px solid #dfdfdf;
}
.board-section .board_area .board_title{
width:100%;
height:29px;
color:#333333;
font-weight:bold;
font-size:14px;
font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
}
.board-section .board_area .board_title .tt_img1{
float:left;
margin:6px 0 0 25px;
}
.board-section .board_area .board_title .tab_more{
float:right;
/*margin:6px 6px 0 0;*/오전 10:45 2019-03-27
}
.board-section .board_area .board_txt{
width:100%;
height:100%;
font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
font-size:12px;
font-weight:normal;
}
.board-section .board_area .board_txt ul{
line-height:2.5em;
padding:16px 0 12px 0;
float:left;
}
.board-section .board_area .board_txt li{
line-height:2.5em;
float:left;
}
.board-section .board_area .board_txt li a{
width:180px;
color:#707070;
text-decoration:none;
padding-left:20px;
float:left;
text-align:left;
}
.board-section .board_area .board_txt li span{
width:70px;
color:#707070;
text-decoration:none;
padding-right:10px;
float:right;
text-align:right;
}

/* 시청, 구청 공지사항 */
.notice-section {
width:610px;
height: 237px;
}
.notice-section .tab_area{
width:100%;
height:35px;
}
.notice-section .board_area{
width:100%;
height:197px;
}
.notice-section .board_area .board_txt{
width:100%;
height:100%;
font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
font-size:12px;
font-weight:normal;
}
.notice-section .board_area .board_txt ul{
line-height:2.5em;
padding:5px 0 5px 0;
float:left;
}
.notice-section .board_area .board_txt li{
line-height:2.5em;
float:left;
}
.notice-section .board_area .board_txt li a{
width:350px;
color:#707070;
text-decoration:none;
padding-left:20px;
float:left;
text-align:left;
}
.notice-section .board_area .board_txt li span{
width:100px;
color:#707070;
text-decoration:none;
padding-right:10px;
float:left;
text-align:right;
}

/* 시청, 구청 공지사항 탭 */
.notice-section ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.notice-section ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  font-size:13px;
  font-weight:bold;
}
.notice-section ul.tabs li.current{
  background: #ededed;
  color: #222;
}
.notice-section .tab-content{
  display: none;
  background: #ededed;
  padding-top: 5px;
}
.notice-section .tab-content.current{
  display: inherit;
}
