.main3 {
	padding: 150px 0;
	background-color: #ebebeb;
}
.main3_wrap {
	max-width: 1400px;
	margin: 80px auto 0;
	padding: 20px 0;
	border: 2px solid #2c2c2c;
}
.main3_wrap .section {
	position: relative;
	display: inline-block;
	width: 25%; height: 100%;
	min-height: 760px;
	padding: 50px 30px;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	vertical-align: top;
}
.main3_wrap .section::after {
	content: '';
	position: absolute;
	top: 20px; bottom: 20px; right: 0;
	margin: auto;
	width: 1px; height: auto;
	background-color: #2c2c2c;
}
.main3_wrap .section:last-child::after {
	display: none;
}
.main3_wrap .section .ttl {
	display: inline-block;
	margin-bottom: 25px;
	padding: 0 5px;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #2c2c2c;
}
.main3_wrap .section .ttl.mt {
	margin-top: 50px;
}
.main3_wrap .section .menu {
	position: relative;
	display: block;
	height: 25px;
	overflow: hidden;
	text-align: left;
}
.main3_wrap .section .menu.mt {
	margin-top: 15px;
}
.main3_wrap .section .price {
	position: absolute;
	top: 0; right: 0; 
	color: #f36d2e;
}
.main3_wrap .section .menu.line2 {
	height: 43px;
	padding-bottom: 18px;
}
.main3_wrap .section .menu span {
	position: absolute;
	bottom: 0; left: 0;
	font-size: 15px;
	line-height: 20px;
}
.main3_wrap .section .skidashi {
	position: relative;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.main3_wrap .section .skidashi .price {
	position: relative;
	top: auto; right: auto;
	margin-bottom: 20px;
}
.main3_wrap .section .menu.pakage-4 .price {
	top: 12px;
}
/*묶음표시*/
.main3_wrap .section .menu.pakage-2,
.main3_wrap .section .menu.pakage-4 {
	height: auto;
	overflow: visible;
}
.main3_wrap .section .menu.pakage-2::after,
.main3_wrap .section .menu.pakage-4::after {
	content: '';
	position: absolute;
	top: 13px;
	width: 16px;
	border-top: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}
.main3_wrap .section .menu.pakage-2::after {
	left: 150px;
	height: 26px;
}
.main3_wrap .section .menu.pakage-4::after {
	left: 120px;
	height: 78px;
}


@media ( max-width: 1340px ) {
	.main3_wrap .section {
		font-size: 15px;
	}
}



@media ( max-width: 1200px ) {
	.main3_wrap {
		max-width: calc(100% - 30px);
		padding: 10px 0;
		border: 1px solid #2c2c2c;
	}
	.main3_wrap .section::after {
		top: 10px; bottom: 10px;
	}
	.main3_wrap .section {
		font-size: 14px;
		line-height: 19px;
		padding: 10px;
		min-height: 500px;
	}
	.main3_wrap .section .ttl {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.main3_wrap .section .ttl.mt {
		margin-top: 30px;
	}
	.main3_wrap .section .menu {
		height: 19px;
	}
	.main3_wrap .section .menu.mt {
		margin-top: 10px;
	}
	.main3_wrap .section .menu.line2 {
		height: 32px;
		padding-bottom: 14px;
	}
	.main3_wrap .section .menu span {
		font-size: 12px;
		line-height: 14px;
	}
	.main3_wrap .section .menu.pakage-2::after,
	.main3_wrap .section .menu.pakage-4::after {
		content: '';
		position: absolute;
		top: 9px;
		width: 8px;
		border-top: 1px solid #2c2c2c;
		border-right: 1px solid #2c2c2c;
		border-bottom: 1px solid #2c2c2c;
	}
	.main3_wrap .section .menu.pakage-2::after {
		left: 130px;
		height: 20px;
	}
	.main3_wrap .section .menu.pakage-4::after {
		left: 110px;
		height: 58px;
		
	}
}

@media ( max-width: 1024px ) {
.main3 {
	padding: 60px 0;
}
	.main3_wrap {
		margin: 30px auto 0;
		padding: 30px;
	}
	.main3_wrap .section::after {
		display: none;
	}
	.main3_wrap .section {
		width: 100%;
		min-height: auto;
	}

}