@charset "utf-8";
/*------------------------------------------------------------
	rf-lineup
------------------------------------------------------------*/
#conts.rf .bg {
	background: linear-gradient(to bottom, #2c2c2c, #000);
}
#conts.rf .key-visual {
	margin-bottom: 5rem;
}
#conts.rf .tab-pannel {
	padding: 3.8rem 0 9.5rem;
}
#conts .tab-pannel .tab-list {
    margin: 0 6.5% 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 14px;
}
#conts .tab-pannel .tab-list li {
	width: calc((100% - 30px)/3);
}
#conts .tab-pannel .tab-list li a {
	padding: 5px 0;
	height: 41px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-feature-settings: "palt";
	/* background: rgb(44, 44, 44) url(../img/common/icon-arrow05.png) no-repeat right 24px center; */
	background-color: rgb(44, 44, 44);
	border: 1px solid rgb(120, 120, 120);
	border-radius: 30px;
}

#conts .tab-pannel .tab-list li:nth-child(3n) a {
	background-position: right 10px center;
}

#conts .tab-pannel .tab-list li a.small {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}

#conts .tab-pannel .tab-list li.none {
	pointer-events: none;
}

#conts .tab-pannel .tab-list li.none a {
	color: #aaa;
	background-color: #787878;
	/* background-image: url(../img/common/icon-arrow06.png); */
}


#conts .tab-pannel .tab-list li.on a {
	background-color: #cc0000;
}

#conts .tab-pannel .reset {
	margin-bottom: 5px;
}

#conts .tab-pannel .reset a {
	margin: 0 auto;
	width: 220px;
	height: 40px;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border: 1px solid rgb(120, 120, 120);
	border-radius: 30px;
	box-sizing: border-box;
}
#conts .btn-more {
	margin-top: 60px;
}
#conts .btn-more a {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 278px;
	height: 63px;
	color: #000;
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 50px;
	overflow: hidden;
}
#conts .btn-more a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	display: block;
	background-color: #000;
	transform: translateX(-101%);
	transition: transform 0.5s;
	z-index: -1;
}
#conts.rf .tab-pannel .tab-box .img-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 0;
}
#conts.rf .tab-pannel .tab-box .img-list li {
	width: 25%;
}
#conts .tab-pannel .tab-box .img-list li.hide {
	display: none;
}
#conts.rf .tab-pannel .tab-box .img-list li p {
	font-size: 1.8rem;
}
#conts.rf .tab-pannel .tab-box .img-list li p span {
	color: #c00;
}
#conts.rf .tab-pannel .tab-box .img-list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 2024-06-11 보이스 코일 모터 콘텐츠 추가 */
#conts.rf .tab-pannel .tab-box .img-list li a .photo {
	position: relative;
	min-height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#conts .tab-pannel .tab-box .img-list li a .photo .new {
	position: absolute;
	right: 15%;
	bottom: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	font-size: 1.1rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	background-color: #b90000;
	border-radius: 50%;
}

#conts.rf .tab-pannel .tab-box .img-list li a p {
	position: relative;
	font-family: var(--en-font);
}
#conts.rf .tab-pannel .tab-box .img-list li a p::after {
	margin: 0 0 0 0.8rem;
	width: 1.2rem;
	height: 1.5rem;
	display: inline-block;
	background: url(/resources/assets/img/rflensworld/common/icon-arrow01.png) no-repeat center / 100%;
	content: "";
}
.mfp-content {
	text-align: center;
	vertical-align: middle;
}
.common-pop-box {
	margin: 10rem auto;
	max-width: 95.2rem;
	display: block;
	position: relative;
	text-align: left;
}
.mfp-bg {
	background-color: rgba(0, 0, 0, 0.8);
}
.common-pop-box .mfp-close {
	width: 5rem;
	aspect-ratio: 1/1;
	position: absolute;
    right: 0;
    top: -8rem;
	font-size: 0;
	opacity: 1;
}
.common-pop-box .mfp-close::before,
.common-pop-box .mfp-close::after {
	width: 6.7rem;
	height: 0.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #b90000;
	content: "";
}
.common-pop-box .mfp-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.common-pop-box .pop-inner-box .photo {
	aspect-ratio: 1500/1000;
	margin-bottom: 4.3rem;
}
.common-pop-box .pop-inner-box .photo.iframe iframe {
	width: 100%;
	height: 100%;
}
.common-pop-box .pop-inner-box .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.common-pop-box .pop-inner-box .text {
	margin-bottom: 1.3rem;
	display: flex;
}
.common-pop-box .pop-inner-box .text .title .red {
	color: #c00;
}
.common-pop-box .pop-inner-box .text .img {
	margin: 1rem 0.6rem 0 -0.6rem;
	display: flex;
	align-items: flex-start;
	width: 24.6rem;
	flex-shrink: 0;
	box-sizing: border-box;
}
.common-pop-box .pop-inner-box .text .img img {
	width: 100%;
}
.common-pop-box .pop-inner-box .text .inner .title {
	margin-bottom: 0.5rem;
	font-family: var(--en-font);
}
.common-pop-box .pop-inner-box .text .inner p sup {
	font-size: 1.2rem;
}
.common-pop-box .pop-inner-box .text .inner p .note {
	display: inline-flex;
	gap: 0.4rem;
}
.common-pop-box .pop-inner-box .text .inner p .note span {
	flex-shrink: 0;
}
.common-pop-box .pop-inner-box .text p {
	line-height: 1.625;
}
.common-pop-box .pop-inner-box .text {
    margin-bottom: 1.2rem;
}
.common-pop-box .pop-inner-box .data .title {
	margin-bottom: 0.5rem;
	padding: 0 0 0 2rem;
	position: relative;
}
.common-pop-box .pop-inner-box .data .title::before {
	width: 0.6rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #b90000;
	content: "";
}
.common-pop-box .pop-inner-box .data .headline02 {
	margin-bottom: 2.3rem;
	padding-left: 2.1rem;
	font-size: 2.4rem;
}
.common-pop-box .pop-inner-box .data .headline02::before {
	top: 0.6rem;
    bottom: 0.6rem;
}
.common-pop-box .pop-inner-box .data ul {
	margin-bottom: 1.5rem;
}
.common-pop-box .pop-inner-box .data ul li {
	display: flex;
	font-size: 1.4rem;
}
.common-pop-box .pop-inner-box .data ul li .ttl {
	padding: 0.8rem 0.7rem 0.7rem 0;
	width: 15rem;
	border-right: 0.1rem solid #2c2c2c;
	border-bottom: 0.1rem solid #2c2c2c;
}
.common-pop-box .pop-inner-box .data ul li:first-child .ttl {
	padding-top: 0.4rem;
}
.common-pop-box .pop-inner-box .data ul li:last-child .ttl {
	padding-bottom: 2.1rem;
	border-bottom: none;
}
.common-pop-box .pop-inner-box .data ul li .txt {
	padding: 0.8rem 0 0.7rem 2.9rem;
	flex: 1;
	border-bottom: 0.1rem solid #2c2c2c;
}
.common-pop-box .pop-inner-box .data ul li .txt-palt {
	font-feature-settings: "palt";
}
.common-pop-box .pop-inner-box .data ul li:first-child .txt {
	padding-top: 0.4rem;
}
.common-pop-box .pop-inner-box .data ul li:last-child .txt {
	padding-bottom: 2.1rem;
	border-bottom: none;
}
.common-pop-box .pop-inner-box .data ul li .txt sup {
	font-size: 1.2rem;
}
.common-pop-box .pop-inner-box .data .note {
	display: flex;
	gap: 0.4rem;
	font-size: 1.2rem;
}
.common-pop-box .pop-inner-box .video-box {
	margin-top: 5rem;
}
.common-pop-box .pop-inner-box .video-list li {
	aspect-ratio: 16/9;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.common-pop-box .pop-inner-box .video-list li iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.common-pop-box .pop-inner-box .video-dots .com-dots {
	padding-bottom: 0;
	background-color: transparent;
	gap: 4.5rem;
}
.common-pop-box .pop-inner-box .tech {
	margin-top: 5rem;
}
.common-pop-box .pop-inner-box .tech .tech-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.common-pop-box .pop-inner-box .tech .tech-list li {
	width: calc((100% - 2rem) / 3);
	min-height: 5rem;
}
.common-pop-box .pop-inner-box .tech .tech-list li a {
	padding: 0.3rem 0.7rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #323232;
	text-align: center;
}
.common-pop-box .pop-inner-box .data ul li .txt-wrap.line {
	display: block;
    width: calc(100% - 16rem);
    box-sizing: border-box;
}
.common-pop-box .pop-inner-box .data ul li .txt-wrap.line .txt {
    display: block;
	border-bottom: 0.1rem solid #2c2c2c;
	padding: 0.8rem 0 0.7rem 2.9rem;
}
.common-pop-box .pop-inner-box .data ul li .txt-wrap.line.type1 .txt + .txt {
	border-bottom: unset;
	padding: 0.8rem 0 0.7rem 2.9rem;
}

/* r-system */
#conts.r-system .key-visual {
	margin-bottom: 10rem;
}
#conts.r-system .ttl-box {
	text-align: center;
}
#conts.r-system .ttl-box .ttl {
	margin-bottom: 3rem;
	line-height: 140%;
}
#conts.r-system .ttl-box .text {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 150%;
	color: #ECECEC;
}
#conts.r-system .ttl-box .text ~ .text {
	margin-top: 1rem;
}
#conts.r-system .content {
	padding-bottom: 16rem;
}
#conts.r-system .content .board-box {
	margin-top: 8rem;
}
#conts.r-system .content .board-box .ttl {
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%;
	color: #ffffff;
}
#conts.r-system .content .board-box .board-list {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#conts.r-system .content .board-box .board-item {
	position: relative;
	width: calc(100% / 3);
	height: 0;
	padding-bottom: 21%;
	text-align: center;
	overflow:hidden;
}
#conts.r-system .content .board-box .board-item::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
#conts.r-system .content .board-box img {
	display:block;
	width:100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}
#conts.r-system .content .board-box .desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;

	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	color: #ECECEC;
	z-index: 99;
}
.common-pop-box .pop-inner-box .photo-pop {
	display: none;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 50%;
	padding: 40px;
	text-align: center;
	transform: translate(-50%,-50%);
	width: calc(100% - 20px);
	background-color: #000;
	border: 1px solid #b90000;
	box-sizing: border-box;
}
.common-pop-box .pop-inner-box .photo-pop.show {
	display: block;
}
.common-pop-box .pop-inner-box .photo-pop .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	transition: .3s;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000;
	border: 1px solid #b90000;
}
.common-pop-box .pop-inner-box .photo-pop .close:before,
.common-pop-box .pop-inner-box .photo-pop .close:after {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #b90000;
	content: "";
}
.common-pop-box .pop-inner-box .photo-pop .close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media all and (min-width: 768px) {
	.common-pop-box .mfp-close:hover,
	.common-pop-box .pop-inner-box .photo-pop .close:hover {
		opacity: 0.7;
	}
	#conts.rf .tab-pannel .tab-box .img-list li a:hover {
		opacity: 1;
	}
	#conts.rf .tab-pannel .tab-box .img-list li a .photo {
		overflow: hidden;
	}
	#conts.rf .tab-pannel .tab-box .img-list li a .photo img {
		transition: 0.3s ease;
	}
	#conts.rf .tab-pannel .tab-box .img-list li a:hover .photo img {
		transform: scale(1.05);
	}
	#conts.rf .tab-pannel .tab-list li a:hover {
		opacity: 1;
		background-color: #CC0000;
	}
	.common-pop-box .pop-inner-box .data ul:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 1100px) and (min-width: 768px) {
	.mfp-container {
		padding: 0 3.8rem;
	}
	.key-visual .text h1.en {
		font-family: var(--en-font);
	}
}
@media all and (max-width: 767px) {
	#conts.rf .key-visual {
		margin-bottom: 0;
	}
	.key-visual .text {
		width: calc(50% + 9.1rem);
	}
	#conts .tab-pannel .tab-list {
		margin: 0 -10px 17px;
		gap: 11px 10px;
	}
	#conts .tab-pannel .tab-list li {
		width: calc((100% - 30px)/2);
	}
	#conts .tab-pannel .tab-list li:nth-child(3),#conts .tab-pannel .tab-list li:nth-child(2) {
		width: 71%;
	}
	#conts .tab-pannel .tab-list li:nth-child(4) {
		width: 100%;
	}
	#conts .tab-pannel .tab-list li:nth-child(4) a {
		width: 47%;
		margin: 0 auto;
	}
	#conts .tab-pannel .tab-list li:nth-child(5),#conts .tab-pannel .tab-list li:nth-child(6) {
		width: calc((100% - 66px)/2);
	}
	#conts .tab-pannel .tab-list li a {
		height: 32px;
		font-size: 1.4rem;
		background-size: 13px auto;
		background-position: right 10px center;
	}
	#conts .tab-pannel .tab-list li:nth-child(3n) a {
		background-position: right 10px center;	
	}
	#conts .tab-pannel .tab-list li a.small {
		font-size: 1.15rem;
	}
	#conts .tab-pannel .reset {
		margin-bottom: 0;
	}
	#conts .tab-pannel .reset a {
		width: 162px;
		height: 33px;
		font-size: 1.5rem;
	}
	#conts .btn-more a {
		width: 200px;
		height: 40px;
		font-size: 1.8rem;
	}
	#conts.rf .tab-pannel .tab-box .img-list {
		gap: 1.2rem 0;
	}
	#conts.rf .tab-pannel .tab-box .img-list li {
		width: 50%;
	}
	#conts.rf .tab-pannel .tab-box .img-list li p {
		font-size: 1.6rem;
		line-height: calc(42/32);
	}
	#conts.rf .tab-pannel .tab-box .img-list li a .photo {
		min-height: 8.9rem;
	}
	#conts.rf .tab-pannel .tab-box .img-list li a .photo img {
		width: 100%;
	}

	#conts.rf .tab-pannel .tab-box .img-list li a p::after {
		width: 0.8rem;
		height: 1.1rem;
	}

	#conts.r-system .content {
		padding-bottom: 9rem;
	}
	#conts.r-system .ttl-box .text {
		font-size: 1.4rem;
		text-align: left;
	}
	#conts.r-system .ttl-box .text ~ .text {
		margin-top: 0.9rem;
	}
	#conts.r-system .key-visual {
		margin-bottom: 5rem;
	}
	#conts.r-system .ttl-box .ttl {
		margin-bottom: 2rem;
	}
	#conts.r-system .content .board-box {
		margin-top: 5rem;
	}
	#conts.r-system .content .board-box .ttl {
		font-size: 1.6rem;
	}
	#conts.r-system .content .board-box .desc {
		font-size: 2rem;
	}

	.common-pop-box {
		margin: 10rem 0;
		max-width: inherit;
	}
	.common-pop-box .pop-inner-box .text {
		margin-bottom: 4rem;
		display: block;
	}
	.common-pop-box .pop-inner-box .text .img {
		margin: 0 auto -0.1rem;
		width: 22rem;
	}
	.common-pop-box .pop-inner-box .photo {
		margin: 0.2rem 0.1rem 0.4rem;
	}
	.mfp-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.common-pop-box .pop-inner-box .text .inner .title {
		margin-bottom: 1.2rem;
		text-align: left;
	}
	.common-pop-box .pop-inner-box .text .inner p {
		line-height: calc(38/28);
	}
	.common-pop-box .pop-inner-box .text .inner p sup {
		font-size: 1rem;
	}
	.common-pop-box .pop-inner-box .data .headline02 {
		padding-left: 1.1rem;
		text-align: left;
		font-size: 1.8rem;
	}
	.common-pop-box .pop-inner-box .data .headline02::before {
		width: 0.3rem;
		top: 0.5rem;
		bottom: 0.5rem;
		left: 0.1rem;
	}
	.common-pop-box .pop-inner-box .data ul li .ttl {
		padding: 0.8rem 0 0.5rem;
		width: 12rem;
	}
	.common-pop-box .pop-inner-box .data ul li .txt {
		padding: 0.8rem 0 0.5rem 0.9rem;
	}
	.common-pop-box .pop-inner-box .data ul {
		margin-bottom: 1rem;
	}
	.common-pop-box .pop-inner-box .data ul:last-child {
		margin-bottom: 0.2rem;
	}
	.common-pop-box .pop-inner-box .data ul li:last-child .ttl,
	.common-pop-box .pop-inner-box .data ul li:last-child .txt {
		padding-bottom: 0.7rem;
	}
	.common-pop-box .mfp-close {
		right: -0.5rem;
		top: -6.2rem;
	}
	.common-pop-box .mfp-close::before, .common-pop-box .mfp-close::after {
		width: 5.6rem;
	}
	.common-pop-box .pop-inner-box .data ul li .txt sup {
		font-size: 1rem;
	}
	.common-pop-box .pop-inner-box .data .note {
		font-size: 1rem;
	}
	.common-pop-box .pop-inner-box .video-box {
		margin-top: 4rem;
		width: 100%;
	}
	.common-pop-box .pop-inner-box .video-dots .com-dots {
		gap: 0 2.2rem;
	}
	.common-pop-box .pop-inner-box .video-list li {
		aspect-ratio: inherit;
		height: 0;
		padding-bottom: 56%;
		position: relative;
	}
	.common-pop-box .pop-inner-box .video-list li iframe {
		position: absolute;
		left: 0;
		top: 0;
	}
	.common-pop-box .pop-inner-box .tech {
		margin-top: 4rem;
	}
	.common-pop-box .pop-inner-box .tech .tech-list li {
		width: calc((100% - 1rem) / 2);
		gap: 0.6rem;
		min-height: 4rem;
	}

	#conts.r-system .content .board-box .board-list {
		flex-direction: column;
	}
	#conts.r-system .content .board-box .board-item {
		width: 100%;
		padding-bottom: 64%;
	}
	.common-pop-box .pop-inner-box .data ul li .txt-wrap.line {
		width: calc(100% - 12rem);
	}
	.common-pop-box .pop-inner-box .data ul li .txt-wrap.line .txt {
		padding: 0.8rem 0 0.5rem 0.9rem;
	}
	.common-pop-box .pop-inner-box .data ul li .txt-wrap.line.type1 .txt + .txt {
		padding: 0.8rem 0 1rem 0.9rem;
	}
}
@media all and (max-width: 374px) {
	#conts.rf .tab-pannel .tab-list {
		gap: 0 2rem;
	}
}
