
/*news*/
.news-list {display: flex; flex-direction: column; flex-wrap: nowrap;}
.news-list > div { display: flex; flex-direction:row; flex-wrap:wrap; min-height: 430px;background: #ffffff; }
.news-list > div > div:first-child {width: 38%; padding: 62px 26px; color: #000000; font-size: 15px; line-height: 22px;}
.news-list > div > div:first-child p { padding-bottom: 25px;}
.news-list > div > div:last-child {width: 62%; position: relative;}
.news-list > div > div:last-child a { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 3;}
.news-list-title { color: #000000; font-size: 15px; letter-spacing: 1px; line-height: 24px; padding-bottom: 12px; font-weight: bold;}
.news-list-title span {display: block; font-size: 20px;}
.news-list-btn { display: block; color: #00913A; text-decoration: underline;}
.news-list-btn:hover {text-decoration: none;}
.news-list > div:nth-child(even) > div:first-child { order: 2;}
.news-list > div:nth-child(even) > div:last-child { order: 1;}

/*news-detail*/
.news-detail-content { background: #fff; padding: 62px 28px; }
.news-detail-content2 { display: flex; flex-direction: row; flex-wrap: wrap;}
.news-detail-content2 > div { width: 50%;}
.news-detail-content2 > div:first-child { font-size: 15px; line-height: 22px; color: #000000; padding-right: 28px;}
.news-detail-content2 > div:first-child p { padding-bottom: 25px;}
.news-detail-date{ font-weight: bold; }
.back-btn{ background: #006934; color: #fff; padding: 5px 20px; }


@media only screen and (max-width: 768px) {
	.news-list > div > div { width: 100% !important;}
	.news-list > div:nth-child(odd) > div:first-child { order: 2;}
	.news-list > div:nth-child(odd) > div:last-child { order: 1;}
	.news-list > div > div:first-child { padding: 25px;}
	.news-list > div > div:last-child { height: 300px;}
	.news-detail-content { padding: 25px;}
	.news-detail-content2 > div { width: 100%;}
	.news-detail-content2 > div:first-child { padding-right: 0;}
}

