@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {
	position: relative;
	margin-bottom: 20px;
	background: #fff
}

.pic_lt .lat_title {
	display: block;
	line-height: 45px;
	font-size: 1.2em;
	color: #253dbe
}

.pic_lt .lat_title a {
	color: #000;
	display: inline-block;
	position: relative
}


.latest-list {
	position: relative;
}

.successSwiper {
	overflow: hidden;
}

.successSwiper .swiper-slide {
	display: block;
	padding: 35rem;
	box-sizing: border-box;
	border-radius: 15rem;
	background: #fff;
}

.successSwiper .swiper-slide .badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 70rem;
	height: 30rem;
	padding: 2rem 10rem;
	color: #fff;
	font-size: 15rem;
	line-height: 1em;
	background: var(--color-point02);
	border-radius: 5rem;
	box-sizing: border-box;
}

.successSwiper .swiper-slide h2 {
	font-size: 20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.2em;
	margin-top: 20rem;
	margin-bottom: 15rem;
}

.successSwiper .swiper-slide p {
	font-size: 16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.6em;
	height: 70rem;
	color: #999999;
}

.box-result {
	position: relative;
	margin-top: 25rem;
	width: 100%;
	height: 170rem;
	border-radius: 10rem;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.box-result:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.box-result .case_result {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
}

.box-result .case_result em {
	display: inline-block;
	padding: 6rem 25rem;
	font-size: 23rem;
	font-weight: bold;
	color: #D6B25B;
	border: 3px solid #D6B25B;
	box-sizing: border-box;
}

.img_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_wrap .noimg {
	width: 100%;
}

.btn-navi {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.btn-navi .swiper-button-next,
.btn-navi .swiper-button-prev {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	margin-top: -27rem;
	width: 54rem;
	height: 54rem;
	background: url(img/ic-slide-arr.svg)no-repeat center;
	background-size: 15rem auto;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-radius: 50%;
}

.btn-navi .swiper-button-prev {
	left: -84rem;
}

.btn-navi .swiper-button-next {
	right: -84rem;
	transform: rotate(-180deg);
}

.successSwiper .swiper-pagination {
	display: none;
	position: relative;
	margin-top: 10rem;
	bottom: 0 !important;
}

.successSwiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 1);
}

.successSwiper .swiper-pagination-bullet-active {
	background: var(--color-point);
}

@media all and (max-width:1600px) {
	.btn-navi {
		display: none;
	}

	.successSwiper .swiper-pagination {
		display: block;
	}
}

@media all and (max-width:1024px) {
	.successSwiper .swiper-slide {
		padding: 25rem;
	}

	.successSwiper .swiper-slide .badge {
		height: 26rem;
	}

	.successSwiper .swiper-slide h2 {
		margin-top: 15rem;
		margin-bottom: 10rem;
		font-size: 18rem;
	}

	.successSwiper .swiper-slide p {
		line-height: 1.4em;
	}

	.box-result {
		margin-top: 15rem;
		height: 150rem;
	}

}

@media all and (max-width:768px) {
	.box-result .case_result em {
		font-size: 20rem;
	}
}

@media all and (max-width:620px) {
	.successSwiper .swiper-slide {
		padding: 20rem;
	}
}

@media all and (max-width:480px) {
	.successSwiper .swiper-slide {
		padding: 15rem;
		border-radius: 10rem;
	}

	.successSwiper .swiper-slide .badge {
		min-width: 68rem;
		height: 20rem;
		font-size: 10rem;
		border-radius: 3rem;
		padding: 2rem 5rem;
	}

	.successSwiper .swiper-slide h2 {
		margin-top: 12rem;
		margin-bottom: 6rem;
		font-size: 12rem;
	}

	.successSwiper .swiper-slide p {
		font-size: 10rem;
		line-height: 1.2em;
		height: 40rem;
	}

	.box-result {
		margin-top: 10rem;
		border-radius: 7rem;
		height: 140rem;
	}

	.box-result .case_result em {
		padding: 5rem 20rem;
		font-size: 10rem;
	}
}