.news-list li{
	border-top: dotted 2px #d49d18;
}
.news-list li:last-child {
    border-bottom: dotted 2px #d49d18;
}
.news-list li a{
	display: inline-block;
	font-weight: bold;
	padding: 24px;
	line-height: 1.4;
}
.news-list li a .date{
	font-family: "Kalnia", serif;
	font-size: 14px;
}
.news-list li.new .tit::after {
	content: "NEW";
	color: #d49d18;
	margin-left: 5px;
	font-family: "Kalnia", serif;
}
#news .list__more {
	text-align: center;
	margin-top: 1.5em;
}
#news .list__more a {
	display: inline-block;
	font-family: "Kalnia", serif;
	font-size: 18px;
	transition: .3s;
}
.page--news .block--title {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: dotted 2px #d49d18;
}
.page--news .block--title .tit {
	font-size: 18px;
	line-height: 1.4;
}
.page--news .block--title .date {
	font-family: "Kalnia", serif;
	margin-bottom: 1em;
}
.page--news .txt {
	line-height: 1.4;
}
.page--news .txt a {
	word-break: break-all;
}
.page--news .txt img {
	max-width: 100%;
}
.page--news .txt .ph, .page--news .txt .video {
	margin: 1em 0;
}
.page--news .detail__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	height: 40px;
	color: #FFFFFF;
	font-family: "Kalnia", serif;
	background: linear-gradient(180deg, #006943 25%, #009760 55%, #006943 65%);
	border: 2px solid #d49d18;
	font-size: 14px;
	margin: 35px auto 0;
	transition: all 0.2s ease;
}
.page--news .detail__btn a span {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 97%;
    height: 30px;
    border: 1px solid #d49d18;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1em 0;
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (min-width: 897px) {
	#news .list__more a:hover {
		transform: scale(1.05);
	}
	.page--news .detail__btn a.hover {
		filter: brightness(0.8);
	}
	.news-list li a {
		display: flex;
		transition: .3s;
	}
	.news-list li a .date {
		width: 8em;
		flex-shrink: 0;
	}
	.news-list li a .tit {
		flex: 1;
	}
	.news-list li a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 896px) {
	.news-list li a{
		font-size: 14px;
		word-break: break-all;
		padding: 16px;
	}
	.news-list li a .date{
		font-size: 12px;
		margin-bottom: 4px;
	}
	#news .list__more a {
		font-size: 14px;
	}
	.page--news .block--title .date {
		font-size: 13px;
	}
	.page--news .block--title .tit {
		font-size: 15px;
	}
	.page--news .txt {
		font-size: 13px;
	}
}