
	/* 컨텐츠 제목 내용 영역 */
	.contents_wrap {
		width: 100%;
		position: relative;
		margin-bottom: 50px;
		float: right;
		display: block;
	}

	/*컨텐츠 제목, 경로*/
	.contents_wrap .contents_title_route {
		height: 120px;
		position: relative;
		margin-bottom: 50px;
		padding: 0;
		border-bottom: 1px solid #e4e4e4;
	}

	.contents_wrap .contents_title_route .contents_title {
		font-size: 40px;
		font-weight: 600;
		display: block;
		color: #333;
		padding: 25px 0 10px 10px
	}

	.contents_wrap .contents_title_route .contents_route {
		font-size: 14px;
		display: block;
		color: #666666;
		padding-left: 10px;
	}

	.contents_wrap .contents_title_route .c_img {
		position: absolute;
		right: 20px;
		top: 18px;
	}

	/* 컨텐츠*/
	.contents_wrap .con_w {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.contents_wrap .con_w .con_inner {
		padding: 50px 30px;
	}

	@media all and (max-width: 420px) {
		.contents_wrap {
			width: 100%;
			position: relative;
			margin: 0;
			float: right;
			display: block;
		}

		.contents_wrap .contents_title_route {
			height: 120px;
			position: relative;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #e4e4e4;
		}

		.contents_wrap .contents_title_route .contents_title {
			font-size: 30px;
			font-weight: 600;
			display: block;
			color: #333;
			padding: 25px 0 10px 10px
		}

		.contents_wrap .contents_title_route .contents_route {
			font-size: 14px;
			display: block;
			color: #666666;
			padding-left: 10px;
		}
	}

	@media (min-width: 420px) and (max-width: 739px) {
		.contents_wrap {
			width: 100%;
			position: relative;
			margin: 0;
			float: right;
			display: block;
		}

		.contents_wrap .contents_title_route {
			height: 120px;
			position: relative;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #e4e4e4;
		}

		.contents_wrap .contents_title_route .contents_title {
			font-size: 30px;
			font-weight: 600;
			display: block;
			color: #333;
			padding: 25px 0 10px 10px
		}

		.contents_wrap .contents_title_route .contents_route {
			font-size: 14px;
			display: block;
			color: #666666;
			padding-left: 10px;
		}
	}
