@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(NanumSquareR.eot);
 src: url(NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareR.woff) format('woff'),
      url(NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(NanumSquareB.eot);
 src: url(NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareB.woff) format('woff'),
      url(NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(NanumSquareEB.eot);
 src: url(NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareEB.woff) format('woff'),
      url(NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(NanumSquareL.eot);
 src: url(NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareL.woff) format('woff'),
      url(NanumSquareL.ttf) format('truetype');
}


/* 공통사항 */
* {
	font-family: 'Nanum Square',  'Noto Sans KR', sans-serif;
}

* {
    margin:0;
    padding:0;
    font-weight: normal;
}

/* 헤더 */
header {		
	width:1079px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

header > .area_logo {	
    margin: 0 auto;
    width: 1079px;
    height:90px;
    line-height: 90px;
    
}

header > .area_logo > ul {
    vertical-align: middle;
    padding-left:0;	
    list-style-type:none;
    text-align: center;
    float:left;
	width: 1079px;
    
}
header > .area_logo > ul > li{
    display: inline-block;
    line-height: 90px;
    vertical-align: middle;
	width:49.5%;
}

header > .area_logo > ul > li > a {
    width: 100%;
    height: 50px;
	text-decoration:none;
}

header > .area_logo > ul > li > a >.nia_logo  {
    width: 100%;
    height: 50px;
    background-image: url(../img/include/top/pen_logo.png);
    background-repeat:no-repeat;
    background-position: left;
}

header > .area_logo > ul > li > a >.nia_logo2  {
    width: 100%;
    height: 50px;
   
    background-image: url(../img/include/top/pen2_logo.png);
    background-repeat:no-repeat;
    background-position: left;
}

header > nav {
    margin:0 auto;
    width: 100%;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;		
    height: 46px;		
    background-color: #ffffff;
}


/* 하단 */
footer{
    clear:both;
    width: 1079px;
    height:80px;
    line-height: 80px;
    
    margin: 0 auto;
    padding-top:30px;
    margin-top:30px;
    
    
    color:black;	
    text-align:center; 
    border-top: 1px solid #d0d0d0;
}

footer > .footer_set {
    width: 100%;
    height:35px;
    line-height: 80px;	
	text-align:right;
    vertical-align: middle;
	font-size: 13px;
    background: url(../img/include/footer/footer_logo.png) no-repeat;        
}

/* 콘텐츠 */

section{
    width: 1079px;    
    margin-right: auto;
    margin-left: auto;    
    overflow:hidden;
}

#table_section {
}

#table_section > article {	
	line-height:25px;
	
}

#table_section > article > .title{
	/*color:#0367b0;*/
	/*color:#00a651;*/
	color:#000000;
	font-weight: bold;
	margin-right:0px;
}

.search_form input , select  {
    height:28px;
    background-color:#ffffff;
    border: 1px solid #d0d0d0;
    color:black;
}


.outdoor_fct_table {

    width:1079px;
    border-spacing: 0px;
    text-align: center;
	border: 1px solid #cecece;
	border-collapse:collapse;
}
.outdoor_fct_table>thead{
    height:45px;
}
.outdoor_fct_table>thead>tr>th {
    height:45px;
    font-size:13px;    
    /*background-color:#0367b0;*/
    background-color:#00a651;
    color:#ffffff;
	border: 1px solid #cecece;
}

.outdoor_fct_table>tbody>tr>td {
	width:150px;

	text-align:center;
    font-size:25px;
    border-bottom:1px solid #d0d0d0;
	border: 1px solid #cecece;
}
.outdoor_fct_table>tbody>tr>td > img {
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
	margin-bottom:10px;
}

.outdoor_fct_table>tbody>tr>td > div {	
	margin-top:15px;
	margin-bottom:10px;
}


.station_table {
    width:1079px;
    border-spacing: 0px;
    text-align: center;
}
.station_table>thead{
    height:45px;
}
.station_table>thead>tr>th {
    height:45px;
	line-height:135%;
    font-size:14px;    
    /*background-color:#0367b0;*/
    background-color:#00a651;
    color:#ffffff;
}

.station_table>tbody>tr>td {
    height:45px;
    font-size:15px;
    border-bottom:1px solid #d0d0d0;
}
.station_table>tbody>tr>td>p {
    font-size: 18px;
    font-weight:bold;
}

.station_table>tbody>tr>td[onclick] {
    cursor: pointer;
}

.station_table>tbody>tr>td>a{
    color: black;
    text-decoration: none;
}


.station_table>tbody>tr:hover>th , .station_table>tbody>tr:hover>td{
    background-color:#f8f8f8;
    transition: background-color 0.15s ease-in-out 0s;
}


.map_table {
    width:1079px;
    border-spacing: 0px;
    text-align: center;
}
.map_table>thead{
    height:45px;
}
.map_table>thead>tr>th {
    height:45px;
	line-height:135%;
    font-size:14px;    
    /*background-color:#0367b0;*/
    background-color:#00a651;
    color:#ffffff;
}

.map_table>tbody>tr>td {
    font-size:15px;
    border-bottom:1px solid #d0d0d0;
}
.map_table>tbody>tr>td>p {
    font-size: 18px;
    font-weight:bold;
}

.map_table>tbody>tr>td[onclick] {
    cursor: pointer;
}

.map_table>tbody>tr>td>a{
    color: black;
    text-decoration: none;
}

.map_table>tbody>tr:hover>th , .map_table>tbody>tr:hover>td{
    transition: background-color 0.15s ease-in-out 0s;
}

.map_type_bt_0		{border-top-left-radius:10px; border-bottom-left-radius:10px;}
.map_type_bt_1		{border-top-right-radius:10px; border-bottom-right-radius:10px;}
.map_type_bt_on		{width:100px; height:35px; line-height:35px; float:left; text-align:center; margin-top:30px; background-color:#00a651; border: 1px solid #00a651; cursor:pointer;color:#ffffff; font-weight:bold;}
.map_type_bt_off	{width:100px; height:35px; line-height:35px; float:left; text-align:center; margin-top:30px; background-color:#FFFFFF; border: 1px solid #00a651; cursor:pointer;}
.C2020_SEN2ND_0069 {position:relative; top:-140px; left:370px; background-color:#eeeeee; width:115px; height:35px; line-height:35px; border-radius:10px; font-size:20px; font-weight:bold; cursor:pointer;}	/* 부석면사무소 */
.C2020_SEN2ND_0222 {position:relative; top:-80px; left:240px; background-color:#eeeeee; width:115px; height:35px; line-height:35px; border-radius:10px; font-size:20px; font-weight:bold; cursor:pointer;}	/* 소수박물관 */
.C2020_SEN2ND_0020 {position:relative; top:180px; left:365px; background-color:#eeeeee; width:115px; height:35px; line-height:35px; border-radius:10px; font-size:20px; font-weight:bold; cursor:pointer;}	/* 무섬마을관광안내소 */