@charset "utf-8";

/* ==================================================
	공통틀
================================================== */
.area-box {
	max-width: var(--px-base);
	margin: 0px auto;
}

.fullpage-html {
	overflow: hidden;
	height: 100%;
}

.fullpage-html #wrap {
	position: static;
}

/* 모바일CSS */
@media screen and (max-width:1460px) {
	.area-box {
		padding: 0 30px;
	}
}

@media screen and (max-width:900px) {
	.m-br {
		display: none;
	}
}

/* ==================================================
	공통사항
================================================== */
/* 타이틀 */
.main-tit-box {
	position: relative;
	text-align: var(--text-ag-center);
}

.main-tit-box .main-tit {
	font-family: var(--font-Elice);
	font-size: 5rem;
	font-style: normal;
	font-weight: var(--font-bd);
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: var(--color-white);
}

.main-tit-box .main-sub-tit {
	display: block;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: var(--color-white);
	margin-top: 3.2rem;
}

/* 배경 */
.main-section-bg {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.main-section-bg .main-section-bg-inner {
	width: 100%;
	height: 100%;
	transform: scale(1.08, 1.08);
	transition: all 2s linear;
}

.main-section-bg.animated .main-section-bg-inner {
	transform: scale(1.0, 1.0);
}

/* 버튼 */
a.mbtn {
	position: relative;
	display: inline-block;
	font-size: 1.7rem;
	vertical-align: middle;
	transition: all .25s ease;
	line-height: 1;
	color: var(--color-white);
	border: 1px solid var(--color-white);
	border-radius: 50px;
	font-family: var(--font-Outfit);
	font-style: normal;
	font-weight: 600;
	transition: all 0.3s;
}

a.mbtn:hover {
	color: var(--color-white);
	background: var(--brand-color-main);
	border: 1px solid var(--brand-color-main);
}

a.mbtn span {
	display: block;
	padding: 1.5rem 7.5rem 1.5rem 4.5rem;
	line-height: 1;
}

a.mbtn span.mbtn_icon {
	position: absolute;
	right: 25px;
	top: 50%;
	padding: 0;
	-webkit-transition: right .25s ease;
	transition: right .25s ease-out
}

a.mbtn:hover span.mbtn_icon {
	right: 20px;
}

a.mbtn span.mbtn_link {
	width: 26px;
	height: 14px;
	margin-top: -7px;
	background: url('../images/icon/white_arrow.png') no-repeat 0 0;
}

a.mbtn:hover span.mbtn_link {
	background: url('../images/icon/white_arrow.png') no-repeat 0 0;
}

.btn_box {
	text-align: center;
	margin-top: 5rem;
}

/* 애니메이션 */
.hidden-box {
	display: block;
	overflow: hidden;
	line-height: inherit;
	font-weight: inherit;
}

.hidden-box .hidden-item {
	display: block;
	transform: translateY(100%) rotate(10deg);
	opacity: 0;
	transform-origin: left;
	transition: all 0.8s cubic-bezier(.7, .1, .2, 1);
	transition-duration: 1s;
	transition-property: transform, opacity
}

.hidden-box .hidden-item.reverse {
	transform: translateY(100%) rotate(-10deg);
	transform-origin: right;
}

.hidden-box.active .hidden-item {
	opacity: 1.0;
	transform: translateY(0) rotate(0);
}

/* 모바일CSS */
@media screen and (max-width: 1279px) {
	.main-tit-box .main-tit {
		font-size: 4rem;
	}

	.main-tit-box .main-sub-tit {
		font-size: 2rem;
		margin-top: 3rem;
	}
}

@media screen and (max-width: 640px) {
	.main-tit-box .main-tit {
		font-size: 3.8rem;
	}

	.main-tit-box .main-sub-tit {
		margin-top: 2.2rem;
	}
}

@media screen and (max-width: 450px) {
	.main-tit-box .main-tit {
		font-size: 3.2rem;
	}

	.main-tit-box .main-sub-tit {
		margin-top: 2rem;
	}
}

/* ==================================================
	메인비주얼 :: Background
================================================== */
.main-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: #000;
	transition: all 1.3s;
}

/* ==================================================
	메인 레이아웃(Fullpage)
================================================== */
@media screen and (min-width: 1280px) and (max-height: 750px) {
	#fullpage .section:not(#mainFooter) {
		min-height: 750px;
	}

	#fullpage .section .fp-tableCell {
		height: 100% !important;
	}
}

@media screen and (max-width: 1279px) {

	/* 공통 :: 레이아웃 */
	#fullpage .section {
		height: auto !important;
	}

	/*#fullpage .section:not(#plant_tech) {
		height: auto !important;
	}*/

	#fullpage .fp-section .fp-tableCell {
		height: auto !important;
	}
}

/* ==================================================
	메인 영상 비주얼
================================================== */
/*#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}*/

.mvido-box {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var(--color-black);
}

.mvido-box video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
}

video#myVideo::-webkit-media-controls {
	display: none !important;
}

#mvis_con {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.mvido-box {
		display: none;
	}

	#mvis_con {
		display: block;
		position: relative;
		height: 1143px;
		overflow: hidden;
		z-index: 2;
	}

	#mvis_con:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 3;
	}

	.vid {
		overflow: hidden;
		z-index: -100;
		position: absolute;
		width: 100%
	}
}

/* ==================================================
	메인 비주얼
================================================== */
#main_visual {
	/*overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	background: url('../images/main/main_visual.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
}

.contents_section {
	width: 100%;
}

.contents_section_inner {
	width: 100%;
	height: 100%;
	max-width: var(--px-base);
	margin: 0 auto;
}

.contents_block {
	position: relative;
}

/* 타이틀 */
.mslider_copy {
	width: 50%;
	color: var(--color-white);
	padding-top: 45rem;
}

.mslider_copy h1 {
	font-size: 10rem;
	font-family: var(--font-Outfit);
	font-weight: var(--font-md);
	color: var(--brand-color-sub);
	line-height: 1.1;
}

.mslider_copy h1 span {
	display: block;
	color: var(--brand-color-main)
}

.mslider_copy p {
	font-family: var(--font-Elice);
	font-size: 3.6rem;
	font-weight: var(--font-md);
	margin-top: 4.5rem;
	line-height: 1.4;
}

.mslider_copy p span {
	display: block;
}

/* 카운터 */
.mvis_count>ul>li {
	padding: 3.8rem 2rem 3.3rem 0;
	border-top: 1px solid var(--color-white);
}

.mvis_count>ul>li:last-child {
	border-bottom: 1px solid var(--color-white);
}

.mvis_count>ul>li h2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--color-white);
	padding-left: 3.8rem;
}

.mvis_count>ul>li h2:before {
	content: "";
	position: absolute;
}

.mvis_count>ul>li:nth-child(1) h2:before,
.mvis_count>ul>li:nth-child(2) h2:before {
	top: -0.45rem;
	left: 0.4rem;
	width: 2.1209rem;
	height: 3.0333rem;
	background: url('../images/main/implant.svg?v=0101');
	background-size: cover;
}

.mvis_count>ul>li:nth-child(3) h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.9792rem;
	height: 2.1667rem;
	background: url('../images/main/people.svg?v=0101');
	background-size: cover;
}

.mvis_count>ul>li .count-num {
	display: block;
	margin-top: 2rem;
	line-height: 1;
}

.mvis_count>ul>li .count-num .num {
	font-size: 6rem;
	font-family: var(--font-Outfit);
	font-weight: var(--font-sb);
	color: var(--color-white);
	line-height: 1;
}

/* 스크롤 */
.mslider_scroll {
	bottom: 0;
	transform: translateX(-50%);
}

.mslider_scroll .arrow_btn {
	padding-bottom: 6rem;
}

.mslider_scroll .arrow_btn .fig {
	margin: 0 auto;
	display: block;
	font-size: 1.7rem;
	font-family: var(--font-Poppins);
	font-weight: var(--font-rg);
	font-style: normal;
	text-align: center;
	color: var(--color-white);
}

.mslider_scroll .arrow_btn:before {
	display: block;
	content: "";
	width: 0.1rem;
	height: 5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.4);
	margin-left: -1px;
}

.mslider_scroll .arrow_btn:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0.1rem;
	height: 5rem;
	background: var(--color-white);
	transform: scaleY(0);
	animation: lineActiveAnimation 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
	margin-left: -1px;
}

/* 애니메이션 */
@keyframes lineActiveAnimation {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	49% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	99% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}
}

/* 모바일CSS */
@media screen and (max-width: 1920px) {

	/* 타이틀 */
	.mslider_copy {
		padding-top: 30rem;
	}

	/* 카운터 */
	.mvis_count {
		top: 30%;
	}
}

@media screen and (max-width: 1600px) {
	.contents_section_inner {
		width: 94%;
	}
}

@media screen and (max-width: 1400px) {
	.contents_section_inner {
		width: 92%;
	}

	/* 타이틀 */
	.mslider_copy h1 {
		font-size: 8rem;
	}

	.mslider_copy p {
		font-size: 3rem;
		margin-top: 4rem;
	}
}

@media screen and (max-width: 1279px) {

	/*#main_visual.section {
		height: 90rem !important;
	}*/
}

@media screen and (min-width:1024px) {
	#main_visual .section {
		height: auto !important;
	}

	.contents_section {
		height: 100vh;
	}

	/* 카운터 */
	.mvis_count {
		position: absolute;
		top: 55%;
		right: 0;
	}

	/* 스크롤 */
	.mslider_scroll {
		position: absolute;
		left: 50%;
	}
}

@media screen and (max-width:1023px) {
	/*.contents_section {
		padding-top: 0;
		padding-bottom: 25rem;
	}*/

	.contents_section_inner {
		display: none;
	}

	/* 타이틀 */
	.mslider_copy {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}

	.mslider_copy h1 {
		font-size: 6rem;
	}

	.mslider_copy h1 span {
		display: inline;
	}

	.mslider_copy p {
		font-size: 2.8rem;
		margin-top: 2.5rem;
	}

	/* 카운터 */
	.mvis_count {
		margin-top: 2.5rem;
	}

	.mvis_count>ul {
		display: flex;
		justify-content: center;
	}

	.mvis_count>ul>li {
		padding: 1.5rem 3rem;
		border-top: 0;
		border-right: 1px solid #516071;
	}

	.mvis_count>ul>li:last-child {
		border-bottom: 0;
		border-right: 0;
	}

	.mvis_count>ul>li h2 {
		font-size: 2rem;
		padding-left: 3rem;
	}

	.mvis_count>ul>li .count-num .num {
		font-size: 4rem;
	}

	/* 스크롤 */
	.mslider_scroll {
		display: none;
	}
}

@media screen and (max-width:767px) {

	/* 타이틀 */
	.mslider_copy h1 {
		font-size: 4.5rem;
	}

	/* 카운터 */
	.mvis_count {
		display: none;
	}
}

/* ==================================================
	8plant 기술력
================================================== */
#plant_tech {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: var(--color-black);
}

.main-visual-con .slick-track,
.main-visual-con .slick-list {
	-webkit-perspective: 2000;
	-webkit-backface-visibility: hidden;
}

.main-visual-con,
.main-visual-con .slick-list,
.main-visual-con .slick-track,
.main-visual-item {
	height: 100%;
}

.main-visual-con {
	z-index: 1;
}

/* 8plant 기술력 :: 이미지 */
.main-visual-item {
	position: relative;
}

.main-visual-item .main-visual-img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transform: scale(1.08, 1.08);
}

/* 8plant 기술력 :: 텍스트 */
.main-visual-txt-con {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-visual-txt-box {
	display: flex;
	align-items: center;
	height: 100%;
	padding-bottom: 10rem !important;
	box-sizing: border-box;
}

.main-visual-txt-inner {
	width: 40%;
}

.main-visual-txt-box .txt01,
.main-visual-txt-box .txt02,
.main-visual-txt-box .txt03,
.main-visual-txt-box .txt04 {
	opacity: 0;
}

.main-visual-txt-box .txt01 {
	font-family: var(--font-Elice);
	font-size: 5rem;
	font-weight: var(--font-bd);
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--brand-color-main);
}

.main-visual-txt-box .txt02 {
	display: flex;
	align-items: center;
	margin-top: 3.5rem;
	font-size: 2.3rem;
	font-family: var(--font-Elice);
	font-weight: var(--font-md);
	line-height: 1.75;
	color: var(--color-black);
	word-break: keep-all;
}

.main-visual-txt-box .txt02 .mtxt02 img {
	margin-left: 1rem;
}

.main-visual-txt-box .txt03 {
	margin-top: 1.5rem;
	font-size: 1.7rem;
	color: var(--color-black);
	line-height: 1.45;
	word-break: keep-all;
}

.main-visual-txt-box .txt04 a.mbtn {
	margin-top: 3rem;
	color: var(--brand-color-main);
	border: 1px solid var(--brand-color-main);
}

.main-visual-txt-box .txt04 a.mbtn:hover {
	color: var(--color-white);
}

.main-visual-txt-box .txt04 a.mbtn span.mbtn_link {
	width: 26px;
	height: 14px;
	margin-top: -7px;
	background: url('../images/icon/main_arrow.png') no-repeat 0 0;
}

.main-visual-txt-box .txt04 a.mbtn:hover span.mbtn_link {
	background: url('../images/icon/white_arrow.png') no-repeat 0 0;
}

/* 8plant 기술력 이미지 */
.tit_vis .main-visual-img {
	background: #fff url('../images/main/mvis_bg01.jpg?v=0103') no-repeat 50% 50% / cover;
}

.clean_vis .main-visual-img {
	background: #fff url('../images/main/mvis_bg02.jpg?v=0103') no-repeat 50% 50% / cover;
}

.sla_vis .main-visual-img {
	background: #fff url('../images/main/mvis_bg03.jpg?v=0103') no-repeat 50% 50% / cover;
}

/* 8plant 기술력 :: Animation */
@keyframes image-zoom-out {
	from {
		transform: scale(1.1, 1.1)
	}

	to {
		transform: scale(1.0, 1.0)
	}
}

@keyframes text-active-animation {
	from {
		opacity: 0;
		filter: Alpha(opacity=0);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	to {
		opacity: 1.0;
		filter: Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes text-fade-out {
	from {
		opacity: 1.0;
		filter: Alpha(opacity=100);
	}

	to {
		opacity: 0;
		filter: Alpha(opacity=0);
	}
}

/* active */
.main-visual-item.active-item .main-visual-img {
	animation: image-zoom-out 8s 0s forwards;
}

.main-visual-item.active-item .txt01,
.main-visual-item.active-item .txt02,
.main-visual-item.active-item .txt03,
.main-visual-item.active-item .txt04 {
	animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.main-visual-item.active-item .txt01 {
	animation-delay: 0.1s;
}

.main-visual-item.active-item .txt02 {
	animation-delay: 0.3s;
}

.main-visual-item.active-item .txt03 {
	animation-delay: 0.5s;
}

.main-visual-item.active-item .txt04 {
	animation-delay: 0.7s;
}

/* 화살표 */
.main-visual-con .slick-arrow {
	position: absolute;
	left: 50%;
	width: 50px;
	bottom: 26rem;
	border: 0;
	cursor: pointer;
	z-index: 9;
	font-size: 3.28rem;
	color: var(--color-white);
	opacity: 0.35;
	transition: all 0.4s ease-in-out;
	transition-property: opacity;
}

.main-visual-con .slick-arrow.slick-prev {
	margin-left: 68rem;
}

.main-visual-con .slick-arrow.slick-next {
	margin-left: 75rem;
}

/* 하단 부분 */
.main-visual-btn-con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	z-index: 11;
}

.main-visual-btn-inner {
	width: 90.88%;
	max-width: 1200px;
}

.main-visual-btn-list {}

.main-visual-btn-item {
	margin-left: 1px;
	width: calc(33.33333333333% - 1px);
	float: left;
	height: 25.5rem !important;
	display: flex !important;
	align-items: flex-end;
}

.main-visual-btn-item a {
	padding: 4rem 3rem;
	width: 100%;
	height: 20.5rem;
	display: block;
	background-color: rgba(255, 255, 255, 0.17);
	backdrop-filter: blur(20px);
	transition: all 0.4s ease-in-out;
	box-sizing: border-box;
}

.main-visual-btn-item a:after {
	position: absolute;
	bottom: 3.5rem;
	left: 2.5rem;
	font-size: 2.8rem;
	color: var(--color-white);
	opacity: 0.35;
	content: '\e90b';
	font-family: xeicon;
	transition: all 0.4s ease-in-out;
}

.main-visual-btn-item .num {
	display: none;
}

.main-visual-btn-item .txt {
	font-size: 1.9rem;
	line-height: 1.47;
	letter-spacing: -0.015em;
	font-weight: 700;
	color: var(--color-white);
	transition: all 0.4s ease-in-out;
}

.main-visual-btn-item .icon {
	position: absolute;
	bottom: 3.5rem;
	right: 2.5rem;
	display: block;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

/* 모바일CSS */
@media screen and (max-width: 1820px) {
	.main-visual-con .slick-arrow.slick-prev {
		left: auto;
		right: calc(13rem + 50px);
		margin-left: 0;
	}

	.main-visual-con .slick-arrow.slick-next {
		left: auto;
		right: 11rem;
		margin-left: 0;
		opacity: 1;
	}
}

@media screen and (min-width: 1280px) {
	.main-visual-con .slick-arrow:hover {
		opacity: 1;
	}

	.main-visual-btn-item.active-item a {
		padding: 5rem 4.5rem;
		height: 25.5rem;
		background-color: var(--brand-color-main);
	}

	.main-visual-btn-item.active-item a:after {
		left: 4.5rem;
		font-size: 3.48rem;
		opacity: 1;
	}

	.main-visual-btn-item.active-item .txt {
		font-size: 2.8rem;
		line-height: 1.25;
		letter-spacing: -0.025em;
	}

	.main-visual-btn-item.active-item .icon {
		right: 4.5rem;
		opacity: 1;
	}
}

@media screen and (max-width: 1279px) {

	.main-visual-con,
	.main-visual-con .slick-list,
	.main-visual-con .slick-track,
	.main-visual-item {
		height: 65rem;
	}

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-txt-box {
		padding-bottom: 0 !important;
	}

	.main-visual-txt-con .txt01 span {
		display: block;
	}

	.main-visual-txt-box .txt01 {
		font-size: 4rem;
	}

	.main-visual-txt-box .txt02 {
		display: none;
	}

	.main-visual-txt-box .txt03 {
		margin-top: 1.2rem;
	}

	/* 화살표 */
	.main-visual-con .slick-arrow {
		width: 40px;
		bottom: 1.5rem;
		font-size: 3.28rem;
	}

	.main-visual-con .slick-arrow.slick-prev {
		right: calc(30px + 3rem + 40px);
	}

	.main-visual-con .slick-arrow.slick-next {
		right: 30px;
	}

	/* 하단 부분 */
	.main-visual-btn-con {
		position: static;
	}

	.main-visual-btn-inner {
		width: 100%;
		max-width: none;
	}

	.main-visual-btn-item {
		margin-left: 0;
		width: 100%;
		float: left;
		height: 22rem !important;
		display: flex !important
	}

	.main-visual-btn-item a {
		padding: 4rem 30px;
		height: 22rem;
	}

	.main-visual-btn-item a:after {
		bottom: 3.5rem;
		left: 30px;
		font-size: 3.4rem;
		opacity: 1;
	}

	.main-visual-btn-item .num {
		display: block;
		font-size: 2.6rem;
		line-height: 1.46;
		letter-spacing: -0.025em;
		font-weight: 700;
		color: var(--color-white);
		font-style: italic;
	}

	.main-visual-btn-item .txt {
		font-size: 2.6rem;
		line-height: 1.47;
		letter-spacing: -0.025em;
	}

	.main-visual-btn-item .txt br {
		display: none;
	}

	.main-visual-btn-item .icon {
		bottom: 3.5rem;
		right: 30px;
		display: block;
		opacity: 1;
	}

	/* active */
	.main-visual-btn-item.slick-current a {
		background-color: var(--brand-color-main);
	}
}

@media screen and (max-width: 900px) {

	.main-visual-con,
	.main-visual-con .slick-list,
	.main-visual-con .slick-track,
	.main-visual-item {
		height: 55rem;
	}

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-txt-inner {
		width: 60%;
	}

	.main-visual-txt-box .txt01 {
		font-size: 3.5rem;
		color: var(--color-white);
	}

	.main-visual-txt-box .txt03 {
		color: var(--color-white);
	}

	.main-visual-txt-box .txt04 {
		display: none;
	}
}

@media screen and (max-width: 640px) {

	/* 메인비주얼 이미지 */
	.tit_vis .main-visual-img {
		background: #fff url('../images/main/mvis_mbg01.jpg?v=0103') no-repeat 50% 50% / cover;
	}

	.clean_vis .main-visual-img {
		background: #fff url('../images/main/mvis_mbg02.jpg?v=0103') no-repeat 50% 50% / cover;
	}

	.sla_vis .main-visual-img {
		background: #fff url('../images/main/mvis_mbg03.jpg?v=0103') no-repeat 50% 50% / cover;
	}

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-txt-inner {
		width: 80%;
	}
}

/* ==================================================
	제품소개
================================================== */
#mainProduct .vido-box {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00152D;
}

#mainProduct .vido-box video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
}

#mainProduct .main-tit-box {
	position: relative;
}

#mainProduct .main-tit-box .main-tit img {
	width: 100%;
	max-width: 26rem;
}

#mainProduct .main-tit-box .main-sub-tit {
	margin-top: 2rem;
}

.main_product {
	margin-top: 8rem;
}

.main_product>ul {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 3.7rem;
}

.main_product>ul>li {
	position: relative;
	text-align: center;
}

.main_product>ul>li a {
	display: block;
	padding: 2.5rem 2rem;
	border: 1px solid #eaeaea;
	border-radius: 2rem;
}

.main_product>ul>li:nth-child(1) a {
	background: #fff0d8;
}

.main_product>ul>li:nth-child(2) a {
	background: #fef4ee;
}

.main_product>ul>li:nth-child(3) a {
	background: #f2f7df;
}

.main_product>ul>li:nth-child(4) a {
	background: #e3f4fd;
}

.main_product>ul>li:nth-child(5) a {
	background: #f0f7e8;
}

.main_product>ul>li a:hover {
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}

.main_product>ul>li:nth-child(1) a:hover {
	border: 1px solid #f4792a;
}

.main_product>ul>li:nth-child(2) a:hover {
	border: 1px solid #f16681;
}

.main_product>ul>li:nth-child(3) a:hover {
	border: 1px solid #7ec34a;
}

.main_product>ul>li:nth-child(4) a:hover {
	border: 1px solid #00a1e0;
}

.main_product>ul>li:nth-child(5) a:hover {
	border: 1px solid #06b085;
}

.main_product>ul>li a img {
	width: 100%;
	max-width: 24rem;
}

.main_product>ul>li a p {
	font-size: 2rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: var(--color-black)
}

.main_product>ul>li a:hover p {
	font-weight: var(--font-sb);
}

.main_product>ul>li a .prol_bot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
}

.main_product>ul>li a .prol_bot .prol_txt {
	width: 100%;
	font-family: var(--font-Outfit);
	font-size: 1.6rem;
	color: var(--color-white);
	margin-top: 1rem;
	padding: 1rem 2rem;
	border-radius: 3rem;
	transition: all 0.5s ease;
}

.main_product>ul>li:nth-child(1) a .prol_bot .prol_txt {
	background: #f4792a;
}

.main_product>ul>li:nth-child(2) a .prol_bot .prol_txt {
	background: #f16681;
}

.main_product>ul>li:nth-child(3) a .prol_bot .prol_txt {
	background: #7ec34a;
}

.main_product>ul>li:nth-child(4) a .prol_bot .prol_txt {
	background: #00a1e0;
}

.main_product>ul>li:nth-child(5) a .prol_bot .prol_txt {
	background: #06b085;
}

.main_product>ul>li:nth-child(1) a:hover .prol_bot .prol_txt {
	background: #df5612;
}

.main_product>ul>li:nth-child(2) a:hover .prol_bot .prol_txt {
	background: #e54060;
}

.main_product>ul>li:nth-child(3) a:hover .prol_bot .prol_txt {
	background: #58a022;
}

.main_product>ul>li:nth-child(4) a:hover .prol_bot .prol_txt {
	background: #0384b7;
}

.main_product>ul>li:nth-child(5) a:hover .prol_bot .prol_txt {
	background: #008765;
}

.main_product>ul>li a .prol_bot .prol_txt span {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/* 모바일CSS */
@media screen and (max-width: 1279px) {
	#fullpage .section#mainProduct {
		height: 95rem !important;
	}
}

@media screen and (max-width: 1230px) {
	#fullpage .section#mainProduct {
		height: auto !important;
		padding: 12rem 0;
	}

	.main_product {
		margin-top: 6rem;
	}

	.main_product>ul {
		gap: 2.5rem;
	}

	#mainProduct .main-tit-box .main-tit img {
		max-width: 22rem;
	}
}

@media screen and (max-width: 640px) {
	#fullpage .section#mainProduct {
		padding: 8rem 0;
	}

	#mainProduct .main-tit-box .main-tit img {
		max-width: 18rem;
	}

	.main_product>ul {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.main_product>ul>li a .prol_bot {
		display: none;
	}
}

/* ==================================================
	ESG경영
================================================== */
.main_esg {
	position: relative;
	margin-top: 5.8rem;
}

.main_esg>ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 6.5rem;
	text-align: center;
}

.main_esg>ul>li a {
	display: block;
	width: 100%;
	border-radius: 2.4rem;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px);
	padding: 7rem;
	text-align: center;
}

.main_esg>ul>li a .fig img {
	width: 100%;
	max-width: 10.1rem;
}

.main_esg>ul>li a .esg_txt {
	margin-top: 1.8rem;
}

.main_esg>ul>li a .esg_txt h2 {
	font-family: var(--font-Outfit);
	font-size: 3rem;
	font-style: normal;
	font-weight: var(--font-md);
	color: var(--color-white)
}

.main_esg>ul>li a .esg_txt h2 span {
	font-size: 4rem;
	font-weight: var(--font-eb);
}

.main_esg>ul>li:nth-child(1) a .esg_txt h2 span {
	color: #A1E5A8;
}

.main_esg>ul>li:nth-child(2) a .esg_txt h2 span {
	color: #40D6CA;
}

.main_esg>ul>li:nth-child(3) a .esg_txt h2 span {
	color: #75DFFF;
}

.main_esg>ul>li a .esg_txt p {
	font-family: var(--font-Elice);
	font-size: 2rem;
	font-weight: var(--font-rg);
	color: var(--color-white);
	margin-top: 1.5rem;
	line-height: 1.4;
}

/* 애니메이션 */
.main_esg>ul>li a {
	transition: 1s all;
}

.main_esg>ul>li a:hover {
	transform: translateY(-35px);
}

/* 모바일CSS*/
@media screen and (max-width: 1279px) {
	#fullpage .section#mainESG {
		height: 95rem !important;
	}
}

@media screen and (max-width: 1230px) {
	#fullpage .section#mainESG {
		height: auto !important;
		padding: 12rem 0;
	}

	.main_esg>ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.main_esg>ul>li a {
		border-radius: 2rem;
		padding: 5rem;
	}
}

@media screen and (max-width: 640px) {
	#fullpage .section#mainESG {
		padding: 8rem 0;
	}

	.main_esg>ul>li a {
		padding: 3.5rem;
	}
}

/* ==================================================
	홍보센터
================================================== */
#mainPRcenter .main-tit-box .main-tit {
	color: var(--color-black);
}

#mainPRcenter .main-tit-box .main-sub-tit {
	color: var(--color-black);
}

.main_prcenter>ul {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 5.5rem;
	margin-top: 7.8rem;
}

.main_prcenter>ul>li>a.img_hover img {
	transition: transform .5s cubic-bezier(.18, .61, .34, .99);
	will-change: transform;
}

.main_prcenter>ul>li>a.img_hover:hover img {
	transform: scale(1.2);
}

.main_prcenter>ul>li>a .thumb {
	aspect-ratio: 1 / 0.62791;
	border-radius: 10px 10px 0 0;
	margin-bottom: clamp(2.6rem, 7.222vw * 0.5, 4rem);
}

.main_prcenter>ul>li>a .el_img {
	position: relative;
	overflow: hidden;
}

.main_prcenter>ul>li>a .el_img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.main_prcenter>ul>li>a .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--color-white);
	border-radius: 0 10px 0 0;
	width: clamp(6.4rem, 17.778vw * 0.5, 7.4rem);
	aspect-ratio: 1 / 0.838;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.main_prcenter>ul>li>a .date .month {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1;
	color: var(--color-black);
}

.main_prcenter>ul>li>a .date .day {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.main_prcenter>ul>li>a .cate {
	display: block;
	font-family: var(--font-Elice);
	font-size: 1.9rem;
	font-weight: var(--font-bd);
	line-height: 1;
	color: var(--brand-color-main);
	line-height: 1;
	margin-bottom: 1em;
}

.main_prcenter>ul>li>a .tit {
	font-family: var(--font-Elice);
	font-size: 1.9rem;
	line-height: 2.3rem;
	font-weight: 500;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: -.35em 0;
	transition: color .3 ease;
}

.main_prcenter>ul>li>a .box:hover .tit {
	text-decoration: underline;
	color: var(--brand-color-sub);
}

/* 버튼 */
.main_prcenter a.mbtn {
	color: #333;
	border: 1px solid #333;
}

.main_prcenter a.mbtn span.mbtn_link {
	background: url('../images/icon/gray_arrow.png') no-repeat 0 0;
}

.main_prcenter a.mbtn:hover {
	color: var(--color-white);
	background: var(--brand-color-main);
	border: 1px solid var(--brand-color-main);
}

.main_prcenter a.mbtn:hover span.mbtn_link {
	background: url('../images/icon/white_arrow.png') no-repeat 0 0;
}

/* 모바일CSS */
@media screen and (max-width: 1279px) {
	#fullpage .section#mainPRcenter {
		height: 95rem !important;
	}
}

@media screen and (max-width: 1230px) {
	#fullpage .section#mainPRcenter {
		height: auto !important;
		padding: 12rem 0;
	}
}

@media screen and (max-width: 1023px) {
	.section#mainPRcenter .main-section-bg .main-section-bg-inner {
		background: #fff url('../images/main/main_prcenter_bg.jpg?v=11101') no-repeat 50% 50% / cover !important;
	}
}

@media screen and (max-width: 640px) {
	.section#mainPRcenter .main-section-bg .main-section-bg-inner {
		background: #fff !important;
	}

	#fullpage .section#mainPRcenter {
		padding: 8rem 0;
	}

	.main_prcenter>ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem;
		margin-top: 5rem;
	}
}

@media (min-width: 577px) {
	.main_prcenter>ul>li>a:not(.type2) .cont {
		min-height: 5rem;
		display: flex;
		flex-direction: column;
	}
}

/* ==================================================
	메인 왼쪽 퀵메뉴
================================================== */
.main-move-control-btn {
	position: fixed;
	z-index: 100;
	margin-top: -10rem;
	top: 50%;
	right: 2.08%;
	transition: all 0.4s ease-in-out;
	transition-property: opacity;
}

.main-move-control-btn i {
	font-size: 2rem;
	color: #fff;
}

.main-move-control-btn ul {
	margin-top: 2rem;
}

.main-move-control-btn ul li {}

.main-move-control-btn ul li+li {
	margin-top: 1rem;
}

.main-move-control-btn ul li a {
	display: block;
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
	box-sizing: border-box;
	transition: all 0.4s ease-in-out;
	transition-property: border-color;
}

.main-move-control-btn ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	background-color: #fff;
	border-radius: 100%;
	opacity: 0.25;
	transition: all 0.4s ease-in-out;
	transition-property: opacity;
}

.main-move-control-btn ul li a.selected {
	border-color: rgba(255, 255, 255, 0.83);
}

.main-move-control-btn ul li a.selected:before {
	opacity: 1;
}

/* black-ver */
/*.black-ver.main-move-control-btn i {
	color: #afafaf;
}

.black-ver.main-move-control-btn ul li a:before {
	background-color: #000;
}

.black-ver.main-move-control-btn ul li a.selected {
	border-color: rgba(0, 0, 0, 0.5);
}*/

/* 모바일CSS */
@media screen and (min-width: 1280px) {

	.main-move-control-btn.hide {
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 1279px) {
	.main-move-control-btn {
		display: none !important;
	}
}