.newssearch {
	margin-bottom: 10px;
	text-align: right;
	}

.newssearch select {
	/* width: 5%;*/
	height: 24px;
	font-size: 13pt;
	font-family: Nanum Gothic,dotum,AppleGothicRegular,sans-serif;
	}

.newssearch label {
	display: inline-block;
	padding-left: 7px;
	width: 40px;
	background: transparent url("images/bu_dot2.gif") no-repeat scroll 4px 10px;
	font-weight: 600;
	font-size: 13px;
	}

.newssearch input[type="text"], .newssearch input[type="password"] {
	width: 13%;
	margin-left:6px;
	border: 1px solid #ABADB3;
	border-radius: 1px;
	padding: 2px 10px;
	font-size: 13pt;
	font-family: Nanum Gothic,dotum,AppleGothicRegular,sans-serif;
	}

span.btn_tbl {
	display: inline-block;
	/*background: transparent url("images/bg_tbtleft.gif") no-repeat scroll left 0px;*/
	padding: 3px 0px 3px 7px;
	vertical-align: middle;
	line-height: 100%;
	border: 1px solid #ddd;
    background-color: #ebebeb;
	}

span.btn_tbl a {
	display: inline-block;
	/*background: transparent url("images/bg_tbtright.gif") no-repeat scroll right 0px;*/
	padding: 4px 7px 1px 0px;
	height: 15px;
	font-size: 1.4rem;
	line-height: 100%;
	}

#list_style {
	padding: 20px 0px;
	width: 100%;
	border-top: 2px solid #0c4da2;
	border-bottom: 1px solid #e1e1e1;
	}

#list_style ul {
	overflow: hidden;
	position: relative;
	}

#list_style li {
	position: relative;
	margin-bottom: -1px;
	padding: 20px 0px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 130%;
	}

#list_style li a.link_section {
	position: relative;
	display: inline-block;
	padding: 0px 20px 0px 180px;
	height: 106px;
	}

#list_style li img.thumb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 106px;
	}
#list_style li .list_cont {
	display: block;
	}

#list_style li .tit {
	overflow: hidden;
	display: block;
	margin-top: -4px;
	height: 20px;
	line-height: 130%;
	}

#list_style li .cont {
	overflow: hidden;
	display: block;
	margin: 5px 0px;
	/*height: 41px;*/
	font-size:1.6rem;
	}

#list_style li .writing {
	position: absolute;
	bottom: 26px;
	left: 180px;
	color: #687481;
	font-size: 1.5rem;
	line-height: 100%;
	}
.paging {
	text-align: center;
	margin-top: 20px;
	}

.paging a {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-weight: 600;
	color: #4881A2;
	font-size: 1.7rem;
	margin: 0px 2px;
	}

.paging a.on {
	background: url("images/bg_pagingon.gif") no-repeat;
	color: #ffffff !important;;
	}
.paging a:visited.on {
	background: url("images/bg_pagingon.gif") no-repeat;
	color: #ffffff !important;;
	}

.paging a.next {
	
	background: url("images/bt_next.gif") no-repeat;
	}
.paging a.next2 {
	width: 25px;
	background: url("images/bt_next2.gif") no-repeat;
}
.paging a.prev {
	
	background: url("images/bt_prev.gif") no-repeat;
	}
.paging a.prev2 {
	width: 25px;
	background: url("images/bt_prev2.gif") no-repeat;
}
.list_title {
	width: 100%;
	border-top: 2px solid #0c4da2;
	border-bottom: 1px solid #adb8bf;
	font-weight: 600;
	overflow: hidden;
	background: #f9f9f9 none repeat;
	font-size: 15px;
	}

.list_title ul li.tit {
	float: left;
	width: 10%;
	text-align: center;
	padding: 11px 0px 10px;
	background: #f9f9f9 none repeat;
	font-size: 1.8rem;
	}

.list_title ul li.sub {
	float: left;
	width: 90%;
	padding: 11px 0px 10px;
	background: #FFF none repeat;
	font-size: 1.8rem;
	}

.list_title ul li span {
	display: inline-block;
	margin: 0px 10px;
	}

.list_view {
	width: 100%;
	border-bottom: 1px solid #adb8bf;
	font-weight: 600;
	overflow: hidden;
	background: #f9f9f9 none repeat;
	font-size: 15px;
	}

.list_view dt.tit_date {
	float: left;
	width: 10%;
	text-align: center;
	padding: 11px 0px 10px;
	background: #F9F9F9 none repeat;
	font-size: 1.8rem;
	}

.list_view dd.date {
	float: left;
	width: 40%;
	font-weight: normal;
	padding: 11px 0px 10px;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 1.8rem;
	}

.list_view dd span {
	display: inline-block;
	margin: 0px 10px;
	}

.view_info {
	width:100%;
	padding: 25px 0px;
	font-size: 1.8rem;
	line-height: 150%;
	border-bottom: 1px solid #adb8bf;
	font-family:'Noto Sans KR';
	}

.btn_area {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	}
.news_btn {
	width:53px;
	height:28px;
	background-color:#0c4da2;
	color:#fff;
	border-radius: 5px;
	border: 0px none;
	font-family:ng;
	}

@media screen and (max-width:1320px){
	#list_style li .writing {
		padding-top:20px;
	}
}
