@charset "UTF-8";

.ContentsArea .detail-contents {
	display: flex;
}
.ContentsArea p.title {
	font-size: 30px;
	padding: 0 0 20px;
	font-weight: 500;
}
.ContentsArea .img-contents {
	width: 45%;
	margin-right: 60px;
}
.ContentsArea .img-contents p {
	background-color: #ffffff;
	margin-bottom: 50px;
}
.ContentsArea .img-contents p:last-child {
	margin-bottom: 0;
}
.ContentsArea .text-contents {
	font-weight: 500;
}
.ContentsArea .text-contents p.url {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
    color: #909090;
    font-size: 15px;
}
@media screen and (max-width:599px) {
	.ContentsArea .detail-contents {
		display: block;
	}
	.ContentsArea p.title {
		margin-top: 30px;
		font-size: 25px;
	}
	.ContentsArea .img-contents {
		width: 100%;
		margin-right: 0px;
	}
	.ContentsArea .img-contents p {
		margin-top: 40px;
	}
	.ContentsArea .text-contents {
		padding-bottom: 50px;
	}
	
}

