@charset "UTF-8";


/****************************************
	main-content
****************************************/
.main-content {
	/*background:#fbf9e6;*/
}

/****************************************
	news
****************************************/

section#archive-news-content {
	position:relative;
	width:100%;
	padding:50px 3% 0px;
	background:#fff;
	color:#000;
}

section#archive-news-content .news-content .flex {
	gap:10px;
}

section#archive-news-content .news-content .news-area {
	position:relative;
	width:calc(25% - 10px);
}

section#archive-news-content .news-content .news-area a {
	color:#000;
	transition:.4s;
	display:flex;
	flex-direction: column;
  	height: 100%;
}

section#archive-news-content .news-content .news-area a:hover {
	text-decoration:none;
	color:#888;
}

section#archive-news-content .news-content .news-area .news-img {
	position:relative;
	display:block;
	font-size:0;
	overflow:hidden;
	padding-top:100%;
	border:1px solid #c0c0c0;
}

section#archive-news-content .news-content .news-area .news-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  	object-fit:cover;
	width:100%;
	height:100%;
	opacity:0.7;
	transition:.4s;
}

section#archive-news-content .news-content .news-area .news-img img:hover {
	transform:scale(1.2)
}

section#archive-news-content .news-content .news-area .news-info {
	display:flex;
	flex-wrap:wrap;
	flex: 1;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px;
	background:rgba(0,0,0,0.6);
	min-height:92px;
	color:#fff;
}

section#archive-news-content .news-content .news-area .news-info {
	display:flex;
	flex-wrap:wrap;
	flex: 1;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px;
	background:rgba(0,0,0,0.6);
	min-height:92px;
	color:#fff;
}

section#archive-news-content .news-content .news-area .news-info .news-date {
	display:block;
	padding:0px 10px 0px;
	font-weight:200;
	font-size:14px;
	width:100%;
}

section#archive-news-content .news-content .news-area .news-info .news-title {
	display: -webkit-box;
	padding:0px 10px 0px;
	font-weight:200;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	width:100%;
}



section#archive-news-content .news-content .news-area a {
	color:#000;
	transition:.4s;
}

section#archive-news-content .news-content .news-area a:hover {
	text-decoration:none;
	color:#555;
}





.single-news-title {
	font-size:clamp(20px, 3.5vw, 25px);
}

section#single-news-content {
	padding:30px 7%;
	background:#f5f5f5;
}

section#single-news-content h2 {
	letter-spacing:0em;
	text-align:left;
}

section#single-news-content .content {
	max-width:none;
}

section#single-news-content .news-area {
	padding:10px;
}

section#single-news-content .news-area .news-date {
	padding:3px 3px 5px;
	font-size:14px;
	font-weight:400;
	text-align:left;
}

section#single-news-content .news-detail {
	padding:10px 10px 20px;
	font-weight:300;

}

section#single-news-content .news-detail p {
	padding:0px 0px 30px;
	line-height:2.0em;
}

section#single-news-content .news-detail p:last-child {
	padding:0px 0px 0px;
}

section#single-news-content .news-detail img {
	max-width:100%;
	height:auto;
}

section#single-news-content .news-detail a {
}



@media screen and (max-width:1080px){

	section#archive-news-content .news-content .news-area {
		width:calc(33.3333% - 10px);
	}

}


@media screen and (max-width:768px){

	section#archive-news-content .news-content .flex {
		gap: 10px;
		padding: 0 10px;
	}
	
	section#archive-news-content .news-content .news-area {
		width:calc(50% - 5px);
	}

	section#archive-news-content .news-content .news-area .news-info {
		position:relative;
		background:rgba(0,0,0,0.8);
	}

	section#archive-news-content .news-content .news-area .news-info .news-title {
		white-space:normal;
	}

	section#single-news-content h2 {
		font-size:18px;
	}

}

@media screen and (max-width:480px){

	section#single-news-content h2 {
		font-size:16px;
	}

}


/****************************************
	pager
****************************************/

section#archive-news-content nav {
	position:relative;
	background:none;
	width:100%;
	margin:20px auto;
	padding:10px;
	width:100%;
	height:auto;
	z-index:1;
	transform:none;

}

section#archive-news-content .nav-links {
	text-align:center;
	margin:50px 0px 30px;
}

section#archive-news-content .nav-links a, .nav-links span {
	display:inline-block;
	position:relative;
	line-height:10px;
	padding:10px 13px;
	margin:1px;
	background:#fff;
	box-shadow:2px 2px 0 rgba(0,0,0,.2);
	color:#135baa;
	font-size:14px;
}

section#archive-news-content .nav-links li {
	display:inline-block;
	padding:0;
}

section#archive-news-content .nav-links span {
	background:#135baa;
	color:#fff;
}