@charset "utf-8";

/*-------------------------------------------------------------------
	news
-------------------------------------------------------------------*/

.newsTitle {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px 5%;
	font-size: 3.2rem;
	font-weight: 600;
	border-top: 1px solid #dbdcdc;
	border-bottom: 1px solid #dbdcdc;
}

.newsContainer {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.detTitle {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.detTime {
	text-align: right;
	color: #666;
	margin:-30px 0 30px;
}

.detArea {
	position: relative;
	overflow: hidden;
	zoom:1;
}

.brownLink {
	display: inline-block;
	text-align: center;
	line-height: 1.0;
	background: #ede8db;
	color: #231815;
	text-decoration: none;
	padding: 10px 30px 12px;
	border-radius: 30px;
	transition: all,.3s;
	margin-top: 80px;
}

.brownLink:hover {
	background: #e5d8bd;
}



@media screen and (max-width: 767px){


	.newsTitle {
		padding: 30px 5%;
		font-size: 2.8rem;
	}

	.newsContainer {
		padding: 50px 0 60px;
	}

	.detTitle {
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.brownLink {
		margin-top: 60px;
	}
	
}