

section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.floating01 {
	position: fixed;
	bottom: 155px;
	right: 45px;
	transition: .2s;
	opacity: 0;
	animation: floating01 ease-in-out 1s 1.5s forwards;
}
@keyframes floating01 {
	from {
		opacity: 0;
		transform: rotate(-10deg);
	}
	to {
		opacity: 1;
		transform: rotate(0);
	}
}
.floating02 {
	position: fixed;
	bottom: 55px;
	right: 63px;
	transition: .2s;
	opacity: 0;
	animation: floating01 ease-in-out 1s 1.3s forwards;
}
.floating01:hover, .floating02:hover {
	transform: translateY(-5px);
}

.section01 {
	height: 930px;
}
.section01 .bg__ {
	position: absolute;
	width: 100vw;
	height: 930px;
	background-image: url('../img/main_bg01_n.jpg?new');
	background-size: cover;
	background-position: center;
	animation: zoomOut 4.8s .2s ease-out both;
}
@keyframes zoomOut {
	0% {
		transform:scale3d(1.1, 1.1, 1.1);
	}

	100% {
		transform:scale3d(1, 1, 1);
	}
}
.sec01_title {
	margin-bottom: 40px;
}








.main_section01_slide01_icon, .main_section01_slide02_icon {
	position:absolute;
	z-index: 100;
	opacity: 0;
}
.main_section01_slide01_icon {
	bottom: -50px;
	left: -50px;
	transform: translateX(-50px);
}
.main_section01_slide01_icon.on {
	animation: main_section01_slide01_icon ease-in-out .7s .1s forwards;
}
@keyframes main_section01_slide01_icon {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}
.main_section01_slide02_icon {
	bottom: -10px;
	left: 0px;
	transform: translateX(50px);
}
.main_section01_slide02_icon.on {
	animation: main_section01_slide02_icon ease-in-out .7s .1s forwards;
}
@keyframes main_section01_slide02_icon {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}


@keyframes fadeInUp {
	from {
		margin-top: 60px;
		opacity: 0;
		visibility:hidden;
	}

	to {
		margin-top: 0;
		opacity: 1;
		visibility:visible;
	}
}

@keyframes fadeInLeftA {
	from {
		margin-left: -30px;
		opacity: 0;
		visibility:hidden;
	}

	to {
		margin-top: 0;
		opacity: 1;
		visibility:visible;
	}
}

.swiper_main_slider .second.swiper-slide-active .text__box {
	animation: s1__slider02__t__ani 1.2s 1s ease-in-out both;
}

@keyframes s1__slider02__t__ani {
	from {
		clip:rect(0,0,214px,0);
		opacity: 0;
		visibility:hidden;
	}

	to {
		clip:rect(0,900px,214px,0);
		opacity: 1;
		visibility:visible;
	}
}


.swiper-container {
	overflow: hidden;
	/*height:calc(100vh - 100px);*/
}
.section01 .swiper-container {
	position: relative;
	width: 100vw;
	height: 930px;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
	/*height: calc(var(--vh));*/
	min-height: 720px;
}

.swiper-slide .bg_wrap {
	position: relative;
	width: 100vw;
	/*height:calc(100vh - 100px);*/
	height: 930px;
	top: 0;
	left: 0;
	z-index: 3;
}
.swiper-slide .bg {
	position: relative;
	width: 100%;
	height: 930px;
	top: 0;
	left: 0;
}

.swiper_main_slider .swiper-slide.swiper-slide-active .bg {
	animation: zoomOut 4.8s .2s ease both;
}

@keyframes zoomOut {
	from {
		transform:scale3d(1.08, 1.08, 1.08);
	}

	to {
		transform:scale3d(1, 1, 1);
	}
}

.swiper_main_slider .swiper-slide.first .bg {
	background-image:url('../img/main_bg01_n.jpg?new');
	background-size:cover;
	background-position: top;
}

.swiper_main_slider .swiper-slide.second .bg {
	background-image:url('../img/sec01_bg02_n3.jpg?new');
	background-size:cover;
}
.main_text01 {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.swiper_main_slider .swiper-slide.first.swiper-slide-active .main_text01_01 {
	width: 750px;
	height: 232px;
	clip-path: inset(0 100% 0 0);
	animation: reveal 0.9s .5s ease-out forwards;
}
@keyframes reveal {
	to {
		clip-path: inset(0 0 0 0);
	}
}
.main_text01_02 {
	opacity: 0;
	position: relative;
	transform: scaleX(0.7);
}
.swiper_main_slider .swiper-slide.first.swiper-slide-active .main_text01_02 {
	animation: main_text01_02 ease-in-out .5s 1.8s forwards;
}
@keyframes main_text01_02 {
	0% {
		opacity: 0;
		transform: scale(0.7);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.main_text01_03 {
	padding-right: 10px;
	opacity: 0;
	transform: translateY(40px);
}
.swiper_main_slider .swiper-slide.first.swiper-slide-active .main_text01_03 {
	animation: main_text01_03 ease-in-out .8s 2.2s forwards;
}
@keyframes main_text01_03 {
	from {
		transform: translateY(40px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

.main_text02 {
	position: absolute;
	top: calc(50% - 100px);
	left: 50%;
	transform: translate(-50%, calc(-50% - 20px)) scale(1.3);
	z-index: 10;
	opacity: 0;
}
.swiper_main_slider .swiper-slide.second.swiper-slide-active .main_text02 {
	animation: main_text02 ease-in-out 1s 1.5s forwards;
}
@keyframes main_text02 {
	from {
		transform: translate(-50%, calc(-50% - 20px)) scale(1.3);
		opacity: 0;
	}
	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}









.section01 .scroll {
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

.section01 .scroll span {
	width: 1px;
	height: 93px;
	background-color: #6a7178;
	position: absolute;
	bottom: 30px;
}

.section01 .scroll span::before {
	width: 10px;
	height: 10px;
	background-color: #e94d20;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	animation: scrollMagic 1.35s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -30px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -30px) scale( 1 );}
	50%{transform:translate(-50%, 15px) scale( 1 );}
	55%{opacity:1; transform:translate(-50%, 15px) scale(1);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px) scale(5);}
	100%{opacity:0;transform:translate(-50%, 15px) scale(5);}
}






.section02 {
	background-image: url("../img/sec02_bg.jpg");
	height: 447px;
	background-size: cover;
	width: 100vw;
}
.sec02_title {
	margin-bottom: 40px;
}
.sec02_btn > img {
	position: relative;
	transition: .2s;
}
.sec02_btn > img:hover {
	transform: translateY(-5px);
}




.section02_2 {
	background-image: url("../img/sec02_2_bg.jpg");
	height: 294px;
	background-size: cover;
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 70px;
	align-items: flex-end;
	cursor: pointer;
}
.sec02_2_item01 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}





.section03 {
	padding: 225px 0 180px 0;
	background-color: #f1f0f6;
}
.sec03_title {
	margin-bottom: 60px;
	cursor: default;
}
.section03 > span {
	width: 1435px;
}
.sec03_con01 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 108px;
	padding-bottom: 80px;
	/*cursor: url('../img/sec03_cursor.png') 115 115, pointer !important;*/
}
.sec03_con02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 108px;
	/*cursor: url('../img/sec03_cursor.png') 115 115, pointer !important;*/
}
.sec03_con01 > a, .sec03_con02 > a {
	/*cursor: url('../img/sec03_cursor.png') 115 115, pointer !important;*/
}
.sec03_con01 > a, .sec03_con02 > a {
	transition: .2s;
}
.sec03_con01 > a:hover, .sec03_con02 > a:hover {
	transform: scale(1.05);
}


.section04 {
	background-color: #FFFFFF;
	padding: 200px 0;
}
.sec04_top {
	display: flex;
	width: 1436px;
	justify-content: space-between;
	align-items: flex-start;
}
.sec04_top_left {
	display: flex;
	flex-direction: column;
	gap: 55px;
}
.sec04_top > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	width: 708px;
}
.sec04_top > div:nth-child(2) > h3 {
	border-bottom: 3px solid #1b1f2a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.sec04_top > div:nth-child(2) > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0;
	position: relative;
	border-bottom: 1px solid #1b1f2a;
	transition: .2s;
}
.sec04_top > div:nth-child(2) > a:hover {
	background-color: rgba(233, 77, 32, 0.8);
}
.sec04_top > div:nth-child(2) > a > span:nth-child(1) {
	font-size: 24px;
	color: #1b1f2a;
	transition: .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.sec04_top > div:nth-child(2) > a:hover > span:nth-child(1) {
	color: #ffffff;
}
.sec04_top > div:nth-child(2) > a > span.sec04_label {
	padding-left: 90px;
}
.sec04_top > div:nth-child(2) > a > span.sec04_label > em {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sec04_top > div:nth-child(2) > a > span:nth-child(2) {
	font-size: 18px;
	color: #8d8d8d;
	transition: .2s;
	flex-shrink: 0;
	
}
.sec04_top > div:nth-child(2) > a:hover > span:nth-child(2) {
	color: #ffffff;
}

.sec04_bottom {
	display: flex;
	flex-direction: column;
	width: 1436px;
	margin-top: 100px;
}
.sec04_bottom > h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}
.sec04_news_con {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.sec04_news_con > a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 337px;
	overflow: hidden;
	border: 1px solid #1b1f2a;
	transition: .2s;
}
.sec04_news_con > a:hover {
	transform: translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.sec04_news_con > a > img {
	width: 100%;
	height: 226px;
}
.sec04_news_con > a > div {
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.sec04_news_con > a > div > span:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #1b1f2a;
	letter-spacing: -1px;
}
.sec04_news_con > a > div > p:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	color: #1b1f2a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 최대 2줄 */
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -1px;
}
.sec04_news_con > a > div > span:nth-child(3) {
	font-size: 14px;
	color: #8d8d8d;
	letter-spacing: -1px;
}





.section05 {
	background-color: #f1f0f6;
	padding: 170px 0;
}
.sec05_title {
	margin-bottom: 70px;
}
.sec05_text {
	margin-bottom: 50px;
}
.sec05_con {
	position: relative;
}
.sec05_con > span {
	position: absolute;
	left: 0;
	bottom: -50px;
	font-size: 22px;
	color: #1b1f2a;
}



.section06 {
	background-color: #ffffff;
	padding: 70px 0 60px;
	border-bottom: 1px solid #393b40;
}
.sec06_wrap {
	width: 1436px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.section07 {
	background-color: #FFFFFF;
	padding: 50px 0;
}
.sec07_con {
	width: 1436px;
}
