@charset "UTF-8";


/****************************************
	main-content
****************************************/
.main-content {
	/*background:#fbf9e6;*/
}

/****************************************
	news
****************************************/

section#archive-news-content .news-content {
	position:relative;
	margin:0px auto;
	width:100%;
	max-width:1080px;
	padding:70px 20px 70px;
}

section#archive-news-content .flex {
	gap:20px;
}

section#archive-news-content .news-content .news-area {
	display:block;
	position:relative;
	width:calc(25% - 20px);
}

section#archive-news-content .news-content .news-area a {
	color:#333;
	transition:.4s;
}

section#archive-news-content .news-content .news-area a:hover {
	color:#787878;
	text-decoration:none;
	transition:.4s;
}

section#archive-news-content .news-content .news-area .news-img {
	display:block;
	position:relative;
	width:100%;
	aspect-ratio: 1 / 1;
	overflow:hidden;
	margin:30px 20px 0px;
}

section#archive-news-content .news-content .news-area .news-img img {
	position:absolute;
	transform:scale(1.0);
	width:100%;
	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-date {
	display:block;
	position:absolute;
	top:10px;
	left:0px;
	padding:0px 20px;
	font-size:12px;
}

section#archive-news-content .news-content .news-area .news-title {
	display:block;
	padding:5px 20px;
	font-size:14px;
}

section#archive-news-content .news-content .news-area .title-inner{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}


section#news .news-list {
	padding-top:70px;
	text-align:center;
}


@media screen and (max-width:768px) {


	section#archive-news-content .news-content .news-area {
		width:100%;
	}

	section#archive-news-content .news-content .news-area a {
		display:flex;
		flex-wrap:wrap;
		width:100%;
	}

	section#archive-news-content .news-content .news-area .news-area-inner-img {
		display:block;
		width:20%;
	}


	section#archive-news-content .news-content .news-area .news-area-inner-info {
		display:block;
		width:80%;
	}

	section#archive-news-content .news-content .news-area .news-img {
		width:100%;
		margin:0px 0px;
	}

	section#archive-news-content .news-content .news-area .news-date {
		display:block;
		position:relative;
		top:auto;
		left:auto;
		padding:20px 20px 7px;
	}

	section#archive-news-content .news-content .news-area .news-title {
		display:block;
		padding:5px 20px 0px;
	}

}

@media screen and (max-width:480px) {

	section#archive-news-content .news-content .news-area .news-area-inner-img {
		width:30%;
	}


	section#archive-news-content .news-content .news-area .news-area-inner-info {
		width:70%;
	}

	section#archive-news-content .news-content .news-area .news-date {
		padding:10px 20px 7px;
	}

	section#archive-news-content .news-content .news-area .news-title {
		padding:5px 20px 5px;
	}

}












.single-news-news-title {
	font-size:clamp(20px, 3.5vw, 25px);
}

section#single-news-content {
	margin:0px auto;
	width:100%;
	max-width:1080px;
	padding:70px 20px;
	background:#fff;
}

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:768px){

	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:#333;
	font-size:14px;
}

section#archive-news-content .nav-links li {
	display:inline-block;
	padding:0;
}

section#archive-news-content .nav-links span {
	background:#333;
	color:#fff;
}