.single-content .headline {
	height: 75px;
	margin-bottom: 50px;
}

@media (max-width: 600px) {
	.single-content .headline {
		margin-bottom: 0px;
	}
}

.single-content .headline img {
	width: auto;
}

.single-content .inner {
	padding-top: 50px;
}

@media (max-width: 600px) {
	.single-content .inner {
		padding-top: 0px;
	}
}

.single-content .tab-list {
	justify-content: center;
	margin-bottom: 50px;
}

.single-content .tab-list li {
	width: 140px;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #D7D4C3;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	margin-right: 20px;
}

@media (max-width: 600px) {
	.single-content .tab-list li:nth-child(2n) {
		margin-right: 0px;
	}
}

.single-content .tab-list li.active {
	color: #726623;
}

.single-content .tab-list li:last-child {
	margin-right: 0;
}

.single-content .info .date {
	font-size: 14px;
	margin-right: 20px;
	color: #777777;
}

.single-content .info .cat {
	font-size: 14px;
	font-weight: bold;
	color: #003D20;
}

.single-content .row {
	margin-bottom: 90px;
}

@media (max-width: 600px) {
	margin-bottom: 30px;
}

.single-content .row .left {
	width: 50%;
	position: relative;
}

@media (max-width: 600px) {
	.single-content .row .left {
		width: 100%;
	}
}

.single-content .row .left .top .title {
	font-size: 40px;
	line-height: 1.5;
}

@media (max-width: 600px) {
	.single-content .row .left .top .title {
		font-size: 24px;
	}
}

.single-content .row .left .bottom {
	position: absolute;
	bottom: 30px;
}

@media (max-width: 600px) {
	.single-content .row .left .bottom {
		position: relative;
		bottom:0;
		margin-bottom:20px;
	}
}

.single-content .row .left .bottom .date {
	font-size: 14px;
	margin-right: 20px;
	color: #777777;
	align-items: center;
}

.single-content .row .left .bottom .date:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(/wp-content/uploads/2023/06/icon001.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.single-content .row .left .bottom .time-area .time {
	color: #222222;
	font-weight: bold;
}

.single-content .row .left .bottom .area {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	align-items: center;
	margin-top: 10px;
}

.single-content .row .left .bottom .area:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 23px;
	margin-right: 5px;
	background-image: url(/wp-content/uploads/2023/06/icon002.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.single-content .row .right {
	width: 50%;
}

@media (max-width: 600px) {
	.single-content .row .right {
		width: 100%;
	}
}

.single-content .title {
	font-size: 24px;
	font-weight: bold;
	color: #003D20;
	margin-bottom: 50px;
}

@media (max-width: 600px) {
	.single-content .title{
		margin-bottom: 20px;
	}
}


.single-content .image {
	margin-bottom: 50px;
}

.single-content .row .right .image {
	margin-bottom: 0;
}

.single-content .content .left {
	width: calc(70% - 60px);
	margin-right: 60px;
}

@media (max-width: 600px) {
	.single-content .content .left {
		width: 100%;
		margin-right: 0px;
	}
}

.single-content .content .left .more-btn {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}

@media (max-width: 600px) {
	.single-content .content .left .more-btn {
		margin-bottom: 30px;
	}
}

.single-content .content .left .more-btn a {
	text-align: center;
	padding-left: 0;
}

.single-content .content .right {
	width: 30%;
}

@media (max-width: 600px) {
	.single-content .content .right {
		width: 100%;
	}
	
	.single-content .content .right .slick-prev {
		left:0;
		z-index:1;
	}
	
	.single-content .content .right .slick-next {
		right:0;
		z-index:1;
	}
}

.single-content .content .right h2 {
	font-size: 18px;
	font-weight: bold;
	color: #7F7437;
	margin-bottom: 30px;
	border-top: 1px solid #7F7437;
	border-bottom: 1px solid #7F7437;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
}

.single-content .content .right .box {
	width: 100%;
	margin-bottom: 0px;
}

.single-content .content .right .box .image {
	height: 200px;
	margin-bottom: 0px;
}

.single-content .content .right .box .image img {
	height: 100%;
	object-fit: cover;
}

.single-content .content .right .box .content {
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.single-content .content .right .box .content .info .date {
	color: #7F7437;
	font-size: 14px;
	margin-right: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	border-right: 1px solid #7F7437;
}

.single-content .content .right .box .content .info .date span {
	display: block;
	font-size: 24px;
}

.single-content .content .right .box .content .title {
	max-width: 80%;
	color: #003D20;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.single-content h1 {
	padding-left: 30px;
	border-left: 2px solid #003D20;
	font-size: 27px;
	font-weight: bold;
	color: #3C3932;
	margin-bottom: 50px;
}

.single-content h2 {
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #7F7437;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.single-content .image{
		margin-bottom: 20px;
	}
	.single-content h1 {
		margin-bottom: 20px;
		font-size: 20px;
		padding-left: 20px;
	}
	.single-content h2 {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

.single-content p {
	margin-bottom: 50px;
}

.single-content .btn {
	justify-content: space-between;
}

.single-content .btn .child a {
	color: #3C3932;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
}

.single-content .btn .child a span {
	margin: 0 15px;
	line-height:1;
}

.single-content .btn .child a span img {
	width: 50px;
	height: 50px;
}

@media (max-width: 600px) {
	.single-content .btn .child a span img {
		width: 20px;
		height: 20px;
	}
}

.recentevent {
	background-color: #EFEDE8;
	padding: 60px 0 100px 0;
	box-sizing:border-box;
	margin-bottom:-80px;
}

@media (max-width: 600px) {
	.recentevent {
		margin-bottom:-30px;
	}
}

.recentevent .headline {
	height: auto;
	padding-bottom: 10px;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #7F7437;
}

@media (max-width: 1150px) {
	.recentevent .headline {
		max-width: 90%;
	}
}

@media (max-width: 600px) {
	.recentevent .headline {
		max-width: 100%;
		margin: 0 3% 20px 3%;
	}
}

.recentevent .headline img {
	height: 35px;
}

@media (max-width: 600px) {
	.recentevent .headline img {
		height: 25px;
	}
}

.recentevent .box {
	width: 100%;
}

@media (max-width: 600px) {
	.recentevent .box {
		margin-bottom: 30px;
	}

	.recentevent .box:last-child {
		margin-bottom: 0;
	}
}

.recentevent .box a {
	margin: 0 10px;
}

.recentevent .box .image {
	height: 300px;
	margin-bottom: 0;
}

.recentevent .box .image img {
	height: 100%;
	object-fit: cover;
}

.recentevent .box .content {
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.recentevent .box .content .info {
	align-items: flex-start;
	margin-bottom: 10px;
}

.recentevent .box .content .info .right .time-area {
    margin-bottom: 20px;
}

.recentevent .box .content .info .date {
	color: #7F7437;
	font-size: 14px;
	margin-right: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	border-right: 1px solid #7F7437;
}

.recentevent .box .content .info .date span {
	display: block;
	font-size: 24px;
}
.box .content .info .time-area .time {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

.box .content .info .time-area .area {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}

.box .content .title {
	color: #003D20;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:0;
}

.box .content .info .left {
    width: 70px;
	margin-right:0;
}

.box .content .info .right {
    width: calc(100% - 70px);
}

.box .content .info .right .time-area {
    margin-bottom:20px;
}

.recentevent .more-btn {
	margin: 0 auto;
	margin-top: 30px;
}

.footer.footer-event {
	background-color: #EFEDE8;
}

/*# sourceMappingURL=news-detail.css.map */