.main2_top {
	position: relative;
}
.main2_top .loader {
	padding-top: 56.25%;
}
.main2_top .section_title {
	position: absolute;
	top: 50%; right: 0; left: 0;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	color: #fff;
	transform: translateY(-50%);
}
.main2_top .section_title .ttl,
.main2_top .section_title .txt,
.main2_top .section_title .eng {
	color: #fff;
	text-shadow: 0 1px 8px rgba(34,34,34,0.3);
}
.main2_top .section_title .ttl {
}
.main2_top .section_title .ttl::after {
	background-color: #fff;
}
.main2_top .section_title .btn_view {
	margin-top: 70px;
}


/* 리스트 */
.main2_list {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 140px auto;
}
.main2_list .ttl {
	position: absolute;
	top: 0; left: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 26px;
	letter-spacing: 0.04em;
	color: #222;
	text-transform: uppercase;
}
.main2_list .ttl span {
	display: inline-block;
	font-family: 'Noto Sans KR', sans-serif;
	width: 110px;
	font-size: 34px;
	color: #9f81cd;
	/* text-align: center; */
}
.main2_list .swiper-main2 {
	padding-top: 75px;
}
.swiper-main2 a {
	text-align: center;
	vertical-align: top;
}
.swiper-main2 a .loader {
	position: relative;
	height: 188px;
	overflow: hidden;
}
.swiper-main2 a .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	border: 0 solid #9f81cd;
	transition: border 0.3s;
}
.swiper-main2 a:hover .loader::after {
	border: 15px solid #9f81cd;
}
.swiper-main2 a .name {
	margin-top: 28px;
	font-size: 22px;
	color: #222;
	transition: color 0.3s;
}
.swiper-main2 a:hover .name {
	color: #9f81cd;
}
.swiper-main2 a .txt {
	margin-top: 18px;
	font-size: 14px;
	line-height:20px;
	color: #999;
}

.swiper-main2 .swiper-option {
	position: absolute;
	top: 22px; right: 0;
	height: 40px;
}
.swiper-main2 .swiper-button-next,
.swiper-main2 .swiper-button-prev {
	position: absolute;
	top: 0;
	width: auto; height: auto;
	margin-top: 0;
	font-size: 40px;
	color: #222;
	background-image: none;
	transition: color 0.3s;
}
.swiper-main2 .swiper-button-next {
	right: 0;
}
.swiper-main2 .swiper-button-prev {
	right: 65px; left: auto;
}
.swiper-main2 .swiper-button-next:hover,
.swiper-main2 .swiper-button-prev:hover {
	color: #9f81cd;
}
.swiper-main2 .swiper-button-next.swiper-button-disabled,
.swiper-main2 .swiper-button-prev.swiper-button-disabled {
	opacity: .25;
}
.swiper-main2 .button-line {
	position: absolute;
	top: 0; right: 40px; bottom: 0;
	margin: auto;
	width: 1px; height: 20px;
	background-color: #444;
}


.main2 .bImg {
	padding-top: 31.25%;
}




@media ( max-width: 1024px ) {
	.main2_top .loader {
		height: 92vw;
		padding-top: 0;
	}
	.main2_top .loader::after {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
		background-color: rgba(34,34,34,0.5);
	}
	.main2_top .section_title {
		max-width: 100%;
		text-align: center;
	}
	.main2_top .section_title .ttl,
	.main2_top .section_title .txt,
	.main2_top .section_title .eng {
		color: #fff;
		text-shadow: 0 1px 4px rgba(34,34,34,0.3);
	}
	.main2_top .section_title .btn_view {
		margin-top: 35px;
	}

	.main2_list {
		max-width: calc(100% - 30px);
		margin: 45px auto 20px;
	}
	.main2_list .ttl {
		display: none;
	}

	.main2_list .swiper-container-android .swiper-slide,
	.main2_list .swiper-wrapper {
		display: block;
	}
	.main2_list .swiper-main2 {
		padding-top: 0;
	}
	.swiper-main2 a {
		display: inline-block;
		width: calc(50% - 5px);
		margin-bottom: 25px;
	}
	.swiper-main2 a:nth-child(odd) {
		margin-right: 5px;
	}
	.swiper-main2 a:nth-child(even) {
		margin-left: 5px;
	}
	.swiper-main2 a .loader {
		height: auto;
		padding-top: 56.25%;
	}
	.swiper-main2 a:hover .loader::after {
		border: 5px solid #9f81cd;
	}
	.swiper-main2 a .name {
		margin-top: 10px;
		font-size: 15px;
	}
	.swiper-main2 a .txt {
		display: none;
	}

	.swiper-main2 .swiper-option {
		display: none;
	}

	.main2 .bImg {
		padding-top: 45%;
	}
}

