@charset "utf-8";
/* CSS Document */

.footBnrSlider{
    display: none;
}

/* 
    detail
******************************** */
.pageTtlWrap{
    margin-bottom: 6px;
}
.pageTtlWrap .ttl{
    max-width: 100%;
    font-weight: normal;
}
.date{
    font-size: 18px;
    padding-left: 20px;
}
.news_detail_area{
    margin-top: 30px;
    margin-bottom: 110px;
}

.news_detail_area .linkBtn {
    text-align: center;
    width: 400px;
    margin: 60px auto 0;
}
.news_detail_area .linkBtn a{
    display: block;
    padding: 15px 0;
    font-size: 18px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 4px;
    color: #333;
}
.news_detail_area .linkBtn a:hover{
    color: #206140;
    position: relative;
}
.news_detail_area .linkBtn a:hover:before{
	content: '';
	position: absolute;
	border: 2px solid #008342;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    border-radius: 4px;
}

.newsBlock{
    display: table;
    width: 100%;
    margin-bottom: 70px;
}
.newsBlock .textBox{
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    padding-left: 20px;
}
.newsBlock .textBox a{
    color: #1a0dab;
    text-decoration: underline;
}
.newsBlock .textBox a:hover{
    text-decoration: none;
}
.newsBlock .imgBox{
    display: table-cell;
    width: 300px;
    padding-left: 45px;
}
.newsBlock .imgBox img{
    width: 100%;
    cursor: pointer;
}



.closeBtn{
    width: 400px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.closeBtn a{
    color: #000000;
    border: 1px solid #000000;
    display: block;
    padding: 20px 0;
    border-radius: 10px;
}
.closeBtn a:hover{
    color: #008342;
    border: 1px solid #008342;
}


#searchChange .change a{
	text-decoration: underline;
	color: #005fd1;
}
#searchChange .change a:hover{
	text-decoration: none;
}
#searchChange .boxBgGry{
	margin-top: 5px;
}
#searchChange .boxBgGry .type{
	display: inline-block;
	background-color: #333333;
	width: 190px;
	line-height: 20px;
	padding: 0 20px;
	border-radius: 10px;
	color: #fff;
	margin-right: 13px;
}
#searchChange .btmBdrDsh{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#searchChange .btmSpace{
	margin-bottom: 15px;
}

