.main5 {
	position: relative;
	text-align: right;
}
.main5_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1660px;
	height: 700px;
	margin: 120px 0;
	text-align: left;
}
.main5_wrap .leftCon {
	position: relative;
	display: inline-block;
	width: 560px; height: 416px;
	margin-top: 100px;
	background-color: #fff;
	text-align: center;
}
.main5_wrap .leftCon .section_title {
	padding-top: 50px;
	padding-bottom: 40px;
}
.main5_wrap .leftCon .mobile_area {
	display: none;
}
.main5_wrap .leftCon .eng {
	margin-top: 40px;
	font-family: 'Ubuntu';
	font-size: 50px;
	letter-spacing: -0.025em;
	color: #333;
}
.main5_wrap .leftCon .name {
	margin-top: 28px;
	font-size: 26px;
	color: #666;
}
.main5_wrap .leftCon .btn_more {
	display: inline-block;
	margin-top: 40px;
	width: 200px; height: 50px;
	font-family: 'Ubuntu';
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 48px;
	border: 1px solid #292f40;
	text-transform: uppercase;
	transition: color 0.3s, background-color 0.3s;
}
.main5_wrap .leftCon .btn_more:hover {
	color: #fff;
	background-color: #292f40;
}
.main5_wrap .swiper-container {
	position: absolute;
	top: 0; right: 0; left: 420px;
	margin: auto;
	width: auto; height: 700px;
	z-index: -1;
}
.main5_wrap .swiper-option {
	position: absolute;
	bottom: 0; left: 180px;
	width: 240px; height: 54px;
}
.main5_wrap .swiper-option .option-pagination {
	position: relative;
	display: inline-block;
	width: 90px; height: 54px;
}
.main5_wrap .swiper-pagination-bullet {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	width: 0; height: 0;
	font-family: 'Ubuntu';
	font-size: 20px;
	color: #292f40;
	line-height: 54px;
	opacity: 0;
}
.main5_wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 0; }
.main5_wrap .swiper-pagination-bullet-active { opacity: 1; }
.main5_wrap .num-all {
	position: absolute;
	top: 0; bottom: 0; right: 17px;
	margin: auto;
	padding-left: 24px;
	line-height: 54px;
	font-size: 20px;
	color: #292f40;
}
.main5_wrap .num-all::before {
	content: 'of';
	position: absolute;
	top: 0; left: 0; bottom: 0;
	margin: auto;
}
.main5_wrap .swiper-option .swiper-button-prev,
.main5_wrap .swiper-option .swiper-button-next {
	display: inline-block;
	top: auto;
	margin-top: 0;
	width: 54px; height: 54px;
	font-size: 36px;
	color: #292f40;
	line-height: 52px;
	border: 1px solid #292f40;
	border-radius: 100%;
	text-align: center;
	background-image: none;
}
.main5_wrap .swiper-option .swiper-button-prev {
	right: 92px; left: auto;
}
.main5_wrap .swiper-option .swiper-button-next {
	right: 18px;
}



@media ( max-width: 1024px ) {
	.main5 {
		text-align: center;
	}
	.main5_wrap {
		max-width: calc(100% - 30px);
		height: auto;
		margin: 70px auto;
		text-align: center;
	}
	.main5_wrap .leftCon {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.main5_wrap .leftCon .section_title {
		padding-top: 0;
	}
	.main5_wrap .leftCon .mobile_area {
		display: block;
		margin-top: 40px;
		padding-top: 56.25%;
	}
	.main5_wrap .leftCon .eng {
		margin-top: 20px;
		font-size: 33px;
		letter-spacing: -0.83px;
	}
	.main5_wrap .leftCon .name {
		margin-top: 9px;
		font-size: 17px;
	}
	.main5_wrap .leftCon .btn_more {
		display: none;
	}
	.main5_wrap .swiper-container {
		position: absolute;
		top: 123px; right: 0; left: 0;
		height: auto;
		z-index: 1;
	}
	.main5_wrap .swiper-container .loader {
		padding-top: 56.25%;
	}

	.main5_wrap .swiper-option {
		bottom: 25px; left: 0;
		width: 100%; height: 28px;
	}
	.main5_wrap .swiper-option .option-pagination {
		width: 28px; height: 28px;
	}
	.main5_wrap .swiper-pagination-bullet {
		display: none;
	}
	.main5_wrap .num-all {
		display: none;
	}
	.main5_wrap .swiper-option .swiper-button-prev,
	.main5_wrap .swiper-option .swiper-button-next {
		width: 27px; height: 27px;
		font-size: 18px;
		line-height: 25px;
	}
	.main5_wrap .swiper-option .swiper-button-prev {
		right: auto; left: 0;
	}
	.main5_wrap .swiper-option .swiper-button-next {
		right: 0;
	}
}



@media ( max-width: 375px ) {
	.main5_wrap .leftCon .eng {
		font-size: 28px;
	}
}


@media ( max-width: 320px ) {
	.main5_wrap .leftCon .eng {
		font-size: 24px;
	}
	.main5_wrap .swiper-container {
		top: 163px;
	}
}