@charset "utf-8";
.contentsBody section a {
	color: #000000;
	transition: all 0.2s ease-out;
}

.contentsBody section a:link {
	color: #000000;
	text-decoration: none;
}

.contentsBody section a:hover {
	text-decoration: none;
	opacity: 0.7;
}

main {
	background: #eaebf4;
}

.contents h2 {
	max-width: 1100px;
	width: 100%;
	height: 60px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}

.contents h2 img {
	max-width: 147px;
	height: auto;
}

.contents  {
	width: 100%;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents * {
	font-size: 1.6rem;
}

.main_img {
	width: 100%;
	height: 550px;
	margin: 0 auto 25px;
	padding: 0;
	background: url(/estate/dk-select/voice/img/photo/main.jpg) center 85% no-repeat;
	background-size: cover;
	position: relative;
	height:550px;
}

.main_img > .title {
	max-width: 1020px;
	margin: auto;
	font-size: 3em;
	text-align: right;
	color: #ffffff;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
}

#articles.list .articles_cont {
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#articles.list .articles_cont div {
	width: 31.634%;
	margin: 0 0 1em 0;
}

#articles.list .articles_cont div h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 14px;
}

#articles.list .articles_cont div .th {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

#articles.list .articles_cont div .th img {
	width: 100%;
}

.feature h2 {
	margin: 0 0 5px 0;
	padding: 0 25px;
	font-size: 0.7em;
	color: #666666;
	justify-content: flex-start;
}

.feature dl dt {
	margin: 0 0 5px 0;
	padding: 25px 15px;
	font-size: 0.7em;
	color: #666666;
	font-weight: 400;
	display: flex;
	align-items: center;
	background: #ffffff;
	cursor: pointer;
	position: relative;
}

.feature dl dt.mg0 {
	margin: 0;
}

.feature dl dt:before {
	content: '\f067';
	margin: auto;
	font-size: 1em;
	font-weight: 600;
	position: absolute;
	top: auto;
	bottom: auto;
	right: 1em;
	font-family: "Font Awesome 5 Free";
}

.feature dl dt.close:before {
	content: '\f068';
	margin: auto;
	font-size: 1em;
	font-weight: 600;
	position: absolute;
	top: auto;
	bottom: auto;
	right: 1em;
	font-family: "Font Awesome 5 Free";
}

.feature dl dt img {
	width: 30px;
	height: auto;
	margin: 0 15px 0 0;
}

.feature dl dd {
	margin: 0 0 5px 0;
	padding: 0 15px 25px;
	background: #ffffff;
	display: none;
}

.feature dl dd .th {
	height: 160px;
	margin: 0 0 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.feature dl dd p {
	margin: 0;
	font-size: 0.7em;
	color: #333333;
	font-weight: 400;
}

#recommend {
	max-width: 1100px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#recommend .title {
	width: 100%;
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#recommend .title h2 {
	width: 70%;
	height: auto;
	margin: 0;
	justify-content: flex-start;
	background: none;
}

#recommend .title a {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: none;
}

#recommend .recommend-slide {
	max-width: 1100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#recommend .recommend-slide .recommend-content {
	width: 350px;
	height: 350px;
	margin: 0;
	padding: 15px 15px 25px;
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	position: relative;
}

#recommend .recommend-slide .recommend-content article .cat {
	margin: 0 0 15px -25px;
	height: 25px;
	font-size: 0.7em;
	color: #ffffff;
	line-height: 25px;
	padding: 0 1em;
	background-color: #d7092f;
	display: inline-block;
	position: relative;
}

#recommend .recommend-slide .recommend-content article .cat:before {
	content: '';
	position: absolute;
}

#recommend .recommend-slide .recommend-content article .cat:before {
	top: 100%;
	left: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ccc;
}

#recommend .recommend-slide .recommend-content article .th {
	width: 100%;
	height: 170px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#recommend .recommend-slide .recommend-content article h3 {
	font-size: 0.8em;
	text-align: justify;
}

#recommend .recommend-slide .recommend-content article .date {
	font-size: 0.6em;
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 20px;
}

.contents  section {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}

.contents  section:last-chiled {
	margin: 0;
}

.contents  section section {
	margin: 0 0 3em 0;
}

.contents  section p {
	margin: 0 0 1.5em 0;
	padding: 0 2em;
	font-size: 1em;
	line-height: 1.4;
}

.contents  p a {
	color: #aa0526;
	text-decoration: none;
}

.contents  p a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	opacity: 0.5;
}


@media screen and (max-width: 768px) {
	.contentsBody {
		padding: 0;
	}
	
	.contents h2 {
		max-width: none;
		width: 100%;
		height: 40px;
		margin: 0 auto 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ffffff;
	}
	
	.contents h2 img {
		max-width: 120px;
		height: auto;
	}
	
	.contents section a {
		width: 100%;
	}
	
	.main_img {
		height: 250px;
		margin: 0 auto 25px;
		padding: 0;
		display: block;
		overflow: hidden;
		background: url(/estate/dk-select/voice/img/photo/main.jpg) center no-repeat;
		background-size: cover;
	}
	
	.main_img > .title {
		padding: 0 20px;
	}
	
	.contents  {
	margin: 0 auto;
	padding: 0;
	}
	
	.contents  section {
		width: 92%;
		margin: 0 auto;
		text-align: left;
		vertical-align: bottom;
	}
	
	.contents  section:last-chiled {
		margin: 0;
	}
	
	.contents  section section {
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.contents  section p {
		margin: 0 0 1.5em 0;
		padding: 0;
		font-size: 1em;
		line-height: 1.4;
	}
	
	.contents  p a {
		color: #aa0526;
		text-decoration: none;
	}
	
	.contents  p a:hover {
		text-decoration: none;
		opacity: 0.5;
	}
	
	#articles.list .articles_cont div {
		margin: 0 0 0.5em 0;
	}
	
	.feature {
		max-width: none;
		width: 94%;
		margin: 0 auto 25px;
		padding: 0;
	}
	
	.feature h2 {
		height: auto;
		padding: 25px 15px;
		font-size: 0.8em;
	}
	
	.feature dl dt {
		font-size: 0.8em;
	}
	
	#recommend {
		width: 100%;
	}
	
	#recommend .title {
		width: 94%;
		margin: 0 auto 1em;
	}
	
	#recommend .recommend-slide {
		width: 100%;
		display: block;
	}
	
	#recommend .recommend-slide {
		width: 100%;
		display: block;
	}
	
	#recommend .recommend-slide .recommend-content {
		margin: 0 15px;
	}
	
	#recommend .recommend-slide i {
		font-size: 40px;
	}
	
	#recommend .recommend-slide .slick-next {
		width: auto;
		top: 50%;
		right: 2%;
		z-index: 100;
		position: absolute;
		transform: translate(0,-50%);
	}
	
	#recommend .recommend-slide .slick-prev {
		width: auto;
		top: 50%;
		left: 2%;
		z-index: 100;
		position: absolute;
		transform: translate(0,-50%);
	}
	
	#boxer.mobile .boxer-close, #boxer.mobile .boxer-close:hover {
		top: 60px;
	}
	
	#boxer.mobile .boxer-meta {
		bottom: 150px;
	}
	

}