@charset "utf-8";
/*------------------------------------------------------------
	development
------------------------------------------------------------*/
#conts .body {
	background-color: #2c2c2c;
}
#conts .bg {
	padding: 9.1rem 0 9.7rem;
	background: url(/resources/assets/img/rflensworld/l-lens/development/bg.jpg) repeat-x center / 0.1rem 100%;
}
#conts .ttl-box {
	margin-bottom: 6.2rem;
}
#conts .ttl-box .ttl {
	margin-bottom: 1.9rem;
	text-align: center;
}
#conts .ttl-box p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#conts .img-list li {
	margin-bottom: 7.6rem;
}
#conts .img-list li:last-child {
	margin-bottom: 0;
}
#conts .img-list .title {
	margin-bottom: 1.7rem;
	padding-bottom: 0.7rem;
	font-size: 3.4rem;
	border-bottom: 0.2rem solid #b90000;
}
#conts .img-list .img-box {
	display: flex;
	gap: 3rem;
}
#conts .img-list .img-box .photo-box {
	margin: 0.3rem 0 0;
	width: 40.4%;
	flex-shrink: 0;
}
#conts .img-list .img-box .photo-box .photo {
	margin-bottom: 0.8rem;
	aspect-ratio: 404/250;
	overflow: hidden;
}
#conts .img-list .img-box .photo-box .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#conts .img-list .img-box .photo-box p {
	font-weight: 700;
	line-height: 1.125;
}
#conts .img-list .img-box .text-box {
	flex: 1;
}
#conts .img-list .img-box .text-box .headline02 {
	margin-bottom: 1.3rem;
	padding-left: 2.2rem;
	font-size: 2.4rem;
	line-height: 1.208;
}
#conts .img-list .img-box .text-box .headline02::before {
	top: 0.3rem;
	bottom: 0.3rem;
}
#conts .img-list .img-box .text-box p {
	line-height: 1.625;
}
#conts .interview {
	padding: 9.1rem 0 10rem;
}

/* 20240221 추가 수정 */
#conts .interview .content{
	max-width:100%;
}
#conts .interview .title {
	margin-bottom: 1.9rem;
	padding-bottom: 1rem;
	text-align: center;
	border-bottom: 0.2rem solid #b90000;
}
#conts .interview .headline02 {
	margin-bottom: 1.9rem;
	font-size: 2.4rem;
	line-height: 1.167;
}
#conts .interview .headline02::before {
	top: 0.1rem;
	bottom: 0;
}

/* 20240221 추가 수정 */
#conts .interview .video-list .slick-list {
	overflow: visible;
}
#conts .interview .video-list .slick-slide {
	width:40rem;
	padding:0 2rem;	
}
#conts .interview .video-list li {
	
}
#conts .interview .video-list .iframe-box {
	width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 57%;
    overflow: hidden;
    width: 100%;
}
#conts .interview .video-list .iframe-box.disabled:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}
#conts .interview .video-list .iframe-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#conts .interview .video-list .iframe-box video {
	/* height: 100%; */
	width: 100%;
	height: auto;
}
#conts .interview .video-list p {
	line-height: 1.625;
}
#conts .interview .video-list .btn {
	margin-top: 1rem;
}
#conts .interview .video-list .btn a {
	margin-left: auto;
	width: 17.2rem;
	padding: 0.5rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	display: block;
	box-sizing: border-box;
	background: #000 url(/resources/assets/img/rflensworld/common/icon-arrow03.png) no-repeat right 1rem center/1rem auto;
}
.common-pop-box h2 {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 0.2rem solid #b90000;
}
.common-pop-box .photo {
	margin-bottom: 5rem !important;
}
.common-pop-box .photo img {
	width: 100%;
}
.common-pop-box .photo p {
	margin-top: 1rem;
	text-align: right;
}
.common-pop-box .txt {
	margin-bottom: 4rem !important;
}
.common-pop-box .txt:last-child {
	margin-bottom: 0 !important;
}
@media all and (max-width: 1200px) {
	#conts .interview .video-list .slick-slide {
	}
	#conts .interview .headline02 {
		font-size: 2vw;
	}
}
@media all and (max-width: 767px) {
	#conts .interview .content {
		max-width:100%;
		padding: 0;
	}
	#conts .bg {
		padding: 5rem 0;
	}
	#conts .ttl-box {
		margin-bottom: 4.2rem;
	}
	#conts .ttl-box p {
		text-align: left;
		font-size: 1.6rem;
	}
	#conts .img-list li {
		margin-bottom: 4.2rem;
	}
	#conts .img-list .title {
		margin-bottom: 1.3rem;
		font-size: 2rem;
	}
	#conts .img-list .img-box .photo-box {
		margin: 1.5rem 0 0;
		width: auto;
	}
	#conts .img-list .img-box {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}
	#conts .img-list .img-box .text-box .headline02 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#conts .interview .video-list {
		display: block;
	}
	#conts .interview .video-list li {
		width: auto;
		display: flex;
		flex-direction: column;
	}
	#conts .interview .video-list p {
		order: 2;
	}
	#conts .interview .headline02 {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
		order: 1;
	}
	#conts .interview {
		padding: 5rem 0 0;
	}
	#conts .interview .video-list .slick-slide {
		width: calc(100vw - 6rem);
	}
	#conts .interview .video-list li {
		margin-bottom: 4.4rem;
		width: 100% !important;
	}
	#conts .interview .video-list li:last-child {
		margin-bottom: 0;
	}
	#conts .interview .video-list .iframe-box {
		margin: 1.3rem 0 0;
		order: 3;
	}
}