/* main css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.main_slider > li {
	position:relative;
	height: calc(var(--vh) - 100px);
}

#fp-nav.fp-right {
	right: auto;
	left: 50px;
	top: calc(50% + 50px);
}

.fp-sr-only {
	display:none !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
	margin: 0;
	margin-bottom: 0px;
	width: auto;
	height: auto;
}

#fp-nav ul li a {
	margin-bottom: 0px;
	line-height: 1.2;
}

#fp-nav ul li:hover a, #fp-nav ul li a.active {
	margin-bottom: 0px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	display:inline-block;
	border-radius:0px;
	background-color:#0f2a4e;
	width: 15px;
	height: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: static;
	font-size:0px;
}
#fp-nav.fp-right.b ul li a span, .fp-slidesNav ul li a span {
	background-color: #ffffff;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	display: inline-block;
	width: 35px;
	height: 4px;
	border-radius: 0px;
	background-color: #0f2a4e;
	margin: 0;
	position: static;
	font-size: 0px;
	margin-bottom: 5px;
}
#fp-nav.fp-right.b ul li a.active span, #fp-nav.fp-right.b ul li:hover a span, .fp-slidesNav ul li:hover a span, #fp-nav.fp-right.b ul li a.active span, #fp-nav.fp-right.b ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	background-color: #ffffff;
}

#fp-nav ul li:hover a::after, #fp-nav ul li a::after, #fp-nav ul li a::after {
	content:'MAIN';
	font-size:16px;
	font-family:'Outfit-Medium';
	color: rgba(15, 42, 78, 0);
	margin-left: 0px;
	display: none;
}
#fp-nav ul li a.active::after {
	margin-left: 0 !important;
	color: #0f2a4e !important;
	display: flex;
}
#fp-nav.fp-right.b ul li a.active::after {
	color: #ffffff !important;
}

#fp-nav ul li:nth-child(2) a::after,
#fp-nav ul li:nth-child(2) a::after {
	content:'LOCATION';
}

#fp-nav ul li:nth-child(3) a::after,
#fp-nav ul li:nth-child(3) a::after {
	content:'PREMIUM';
}

#fp-nav ul li:nth-child(4) a::after,
#fp-nav ul li:nth-child(4) a::after {
	content:'CONTACT';
}



#fp-nav ul li:hover a::after, #fp-nav ul li a.active::after {
	content:'MAIN';
	font-size:16px;
	font-family:'Outfit-SemiBold';
	color:#0f2a4e;
	margin-left: 10px;
	line-height: 1;
	letter-spacing: 1px;
}

#fp-nav ul li:nth-child(2):hover a::after, #fp-nav ul li:nth-child(2) a.active::after {
	content:'LOCATION';
}

#fp-nav ul li:nth-child(3):hover a::after, #fp-nav ul li:nth-child(3) a.active::after {
	content:'PREMIUM';
}

#fp-nav ul li:nth-child(4):hover a::after, #fp-nav ul li:nth-child(4) a.active::after {
	content:'CONTACT';
}

#fp-nav ul li:last-child {
	display:none !important;
}

.section_01 .swiper-container {
	overflow: hidden;
	position: relative;
	user-select: text;
}

.section_01 .swiper-slide {
	height: calc(var(--vh));
}

.section_01 .swiper-slide .bg_wrap {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.section_01 .swiper-slide .bg {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.section_01 .swiper_main_slider .swiper-slide.first .bg {
	background-image: url('../img/main/sec01_bg01_n.jpg?new');
	background-size: cover;
	background-position: center 10%;
}

.section_01 .swiper_main_slider .swiper-slide.second .bg {
	background-image: url('../img/main/sec01_bg02.jpg?new');
	background-size :cover;
	background-position: center 0;
}

.section_01 .swiper_main_slider .swiper-slide.first.swiper-slide-active .bg, .section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .bg {
	animation: zoomOut 4.3s .2s ease both;
}

@keyframes zoomOut {
	from {
		transform:scale3d(1.1, 1.1, 1.1);
	}

	to {
		transform:scale3d(1, 1, 1);
	}
}

.section_01 .swiper_main_slider .swiper-slide.first .text__box {
	position:absolute;
	z-index: 4;
	top: calc(50% - 160px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.section_01 .swiper_main_slider .swiper-slide.first .logo__ {
	margin-bottom: 30px;
}

.section_01 .swiper_main_slider .swiper-slide.first.swiper-slide-active .logo__ {
	animation: s1_slider01_logo_ani .8s .2s ease-in-out both;
}

@keyframes s1_slider01_logo_ani {
	0% {
		filter:blur(7px);
		opacity: 0;
	}

	100% {
		filter:blur(0);
		opacity: 1;
	}
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ {
	font-size: 33px;
	color: #000000;
	margin-bottom: 15px;
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ p {
	line-height: 0.85;
	letter-spacing: -1px;
}
.section_01 .swiper_main_slider .swiper-slide.first .text__ p:nth-child(2) {
	font-size: 54px;
	color: #004552;
	font-family:'NanumSquareEB.woff';
}



.section_01 .swiper_main_slider .swiper-slide.first .text__ .b {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	position: relative;
	bottom: -4px;
}

.section_01 .swiper_main_slider .swiper-slide.first.swiper-slide-active .text__ {
	animation: s1_slider01_text_ani 1.1s .7s ease-in-out both;
}

@keyframes s1_slider01_text_ani {
	0% {
		transform: translateY(20px);
		opacity: 0;
		visibility:hidden;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
		visibility:visible;
	}
}

.section_01 .swiper_main_slider .swiper-slide.second .text__box {
	position:absolute;
	z-index: 4;
	top: calc(50% - 160px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.section_01 .swiper_main_slider .swiper-slide.second .logo__ {
	margin-bottom: 30px;
}

.section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .logo__ {
	animation: s1_slider01_logo_ani2 .8s .2s ease-in-out both;
}

@keyframes s1_slider01_logo_ani2 {
	0% {
		filter:blur(7px);
		opacity: 0;
	}

	100% {
		filter:blur(0);
		opacity: 1;
	}
}

.section_01 .swiper_main_slider .swiper-slide.second .text__ {
	font-size: 33px;
	color: #ffffff;
	margin-bottom: 15px;
}

.section_01 .swiper_main_slider .swiper-slide.second .text__ p {
	line-height: 0.85;
	letter-spacing: -1px;
}
.section_01 .swiper_main_slider .swiper-slide.second .text__ p:nth-child(2) {
	font-size: 54px;
	color: #ffffff;
	font-family:'NanumSquareEB.woff';
}



.section_01 .swiper_main_slider .swiper-slide.second .text__ .b {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	position: relative;
	bottom: -4px;
}

.section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .text__ {
	animation: s1_slider01_text_ani2 1.1s .7s ease-in-out both;
}

@keyframes s1_slider01_text_ani2 {
	0% {
		transform: translateY(20px);
		opacity: 0;
		visibility:hidden;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
		visibility:visible;
	}
}




.section_01 .scroll_area {
	position: absolute;
	width: 30px;
	height: 340px;
	top: calc(50% - 210px);
	left: 50px;
	text-align: center;
	font-family:'Outfit-Light';
	color: #fff;
	font-size: 16px;
	writing-mode: vertical-rl;
	z-index: 99;
}

.section_01 .scroll_area span {
	width: 1px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 17px;
	bottom: 0;
}

.section_01 .scroll_area span::before {
	width: 13px;
	height: 13px;
	background-color: #0e468a;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	animation: scrollMagic 1.5s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -40px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -40px) 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);}
}

.section_01 .scroll_area.navy {
	color: #102643;
	font-family:'Outfit-Regular';
}

.section_01 .scroll_area.navy span {
	background-color: rgba(16, 38, 67, 0.5);
}


.main_circle {
	position:absolute;
	top: 115px;
	right: 100px;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align:center;
	transition:all 400ms;
	z-index: 999;
	opacity: 0;
}
.main_circle {
	animation: main_circle_box .1s ease-in-out both;
}
@keyframes main_circle_box {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.main_circle .bg {
	position:absolute;
	width: 100%;
	height: 100%;
	background-image:url('../img/main/main_circle_text_open.png');
	animation: main_circle 7s linear infinite;
	left: 0px;
	top: 2px;
}

.main_circle img {
	transition:all 400ms;
}

@keyframes main_circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.sec01_item01 {
	position: absolute;
	bottom: -10px;
	left: 0;
}
.sec01_item01 > img {
	position: relative;
	z-index: 15;
}
.sec01_item02 {
	position: absolute;
	z-index: 10;
	left: 230px;
	bottom: 73px;
	opacity: 0;
	transform: translate(-220px, -195px) rotate(17deg);
	animation: sec01_item02 ease-in-out 1.2s .2s forwards;
}
@keyframes sec01_item02 {
	from {
		opacity: 0;
		transform: translate(-220px, -195px) rotate(17deg);
	}
	to {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg);
	}
}
.sec01_item02 > img {
	position: relative;
	animation: sec01_item02_img ease-in-out 1.2s .2s forwards;
}
@keyframes sec01_item02_img {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 10px);
	}
	100% {
		transform: translate(0, 0);
	}
}




.sec01_text_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50%), calc(-50% - 170px));
	z-index: 20;
}

.sec01_text01 {
	position: relative;
	top: 5px;
}
.sec01_text01 > img {
	position: relative;
	transform: translateY(-40px);
	opacity: 0;
}
.swiper-slide-active .sec01_text01 > img {
	animation: sec01_text01 ease-in-out .9s .8s forwards;
}
@keyframes sec01_text01 {
	from {
		transform: translateY(-40px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}
.sec01_text02 {
	position: relative;
	clip-path: inset(0 100% 0 0);
	will-change: clip-path;
}
.swiper-slide-active .sec01_text02 {
	animation: sec01_text02 ease-in-out .8s 1.4s forwards;
}
@keyframes sec01_text02 {
	to{
		clip-path: inset(0 0 0 0);
	}
}
.sec01_text03 {
	position: relative;
	opacity: 0;
	transform: scale(1.2);
}
.swiper-slide-active .sec01_text03 {
	animation: sec01_text03 ease-in-out .65s 1.9s forwards;
}
@keyframes sec01_text03 {
	from {
		opacity: 0;
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.sec01_text04 {
	margin-top: 30px;
	clip-path: inset(0 50% 0 50%);
	animation: sec01_text04 ease-in-out .7s 3s forwards;
	will-change: clip-path;
}
@keyframes sec01_text04 {
	to {
		clip-path: inset(0 0 0 0);
	}
}



























.section_02 {
	position: relative;
}

.section_02 .row {
	height: calc(var(--vh) - 100px);
	min-height: 700px;
	overflow:hidden;
}

.section_02 .bg {
	position:absolute;
	background-image: url('../img/main/section02_bg.png?new');
	background-position: 0 0;
	background-size: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.section_02 .swiper-container {
	position:absolute;
	/*width: 1400px;*/
	width: 1210px;
	left: calc(50% + 200px);
	top: calc(50% + 50px);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.m_viewmore {
	display: none;
}

.section_02 .title {
	position: absolute;
	top: 50%;
	left: -372px;
	z-index: 99;
	transform: translateY(-50%) translateX(50px);
	opacity: 0;
}
.section_02.active .title {
	animation: sec02_title ease-in-out .8s .4s forwards;
}
@keyframes sec02_title {
	from {
		transform: translateY(-50%) translateX(50px);
		opacity: 0;
	}
	to {
		transform: translateY(-50%) translateX(0px);
		opacity: 1;
	}
}

.section_02 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 1210px;
	width: 1210px !important;
	height: 495px;
}
.section_02 .swiper-slide .text_box {
	margin-top: 25px;
}

.section_02 .swiper-slide .img_box {
	flex: 2 1 0;
}




/*.section_02 .swiper-pagination-bullet {
	background-color: #69a9c4;
	opacity: 1;
	width: 9px;
	height: 9px;
	margin: 0 4px !important;
}*/

/* 커스텀 페이지네이션(이미지2 형태) */
.section_02 .swiper-pagination.premium_pagination{
	position:absolute;
	top: calc(50% + 50px);
	left: calc(50% + 288px);
	transform: translate(-50%, -50%);
	display:flex;
	align-items:center;
	gap: 7px;
	width: 190px;            /* 필요 시 조절 */
	height: 24px;
	z-index: 200;
}

.section_02 .premium_pagination .pp_num{
	font-family:'Outfit-Light';
	font-size: 20px;
	color: #ffffff;          /* 이미지2 느낌이면 흰색 */
	line-height: 1;
	min-width: 24px;
	text-align:center;
	opacity: .95;
}

.section_02 .premium_pagination .pp_line{
	position: relative;
	flex: 1 1 auto;
	height: 2px;
	background: rgba(255,255,255,.35);
	overflow:hidden;
}

.section_02 .premium_pagination .pp_fill{
	position:absolute;
	top:0; left:0;
	height:100%;
	width:0%;
	background: rgba(255,255,255,.95);
	display:block;
	transition: width 600ms linear;  /* “차오르는” 애니메이션 */
}

.section_02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #244677;
}

.section_02 .swiper-btn-prev {
	position:absolute;
	display:block;
	top: calc(50% + 220px);
	left: calc(50% + 219px);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-image:url('../img/main/section02_arrow.png?new') !important;
	background-position: 0 center !important;
	background-size: auto !important;
}

.section_02 .swiper-btn-next {
	position:absolute;
	display:block;
	top: calc(50% + 220px);
	left: calc(50% + 268px);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-image:url('../img/main/section02_arrow.png?new') !important;
	background-position: 100% center !important;
	background-size: auto !important;
}

.section_02 .swiper-btn-prev::after,
.section_02 .swiper-btn-next::after {
	content: none;
}

.section_02 .view_btn_wrap {
	position:absolute;
	top: 90%;
	left: 82%;
	z-index: 1000;
}

.section_02 .view_btn {
	color:#3f3f3f;
	font-family:'Outfit-Light';
	font-size:16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaaaaa;
	transition-duration:400ms;
}

.section_02 .view_btn:hover {
	letter-spacing:1px;
	color:#7b7b7b;
}

.section_03 {
	position: relative;
	/* overflow:hidden; */
	text-align: center;
}

.section_03 .row {
	height: calc(var(--vh));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 90px;
	min-height: 600px;
	overflow: hidden;
	padding-left: 200px;
	padding-right: 200px;
	background-image: url("../img/main/sec03_bg.png");
	width: 100vw;
	background-size: cover;
	padding-top: 110px;
}
.sec03_title {
	position: relative;
	opacity: 0;
	transform: translateY(40px);
}
.section_03.active .sec03_title {
	animation: sec03_title ease-in-out .7s .4s forwards;
}
@keyframes sec03_title {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.sec03_con {
	position: relative;
	opacity: 0;
	transform: translateY(-40px);
}
.section_03.active .sec03_con {
	animation: sec03_con ease-in-out .7s .4s forwards;
}
@keyframes sec03_con {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}















.section_04 {
	position: relative;
	/* overflow:hidden; */
	background-color: #f2f2f2;
	text-align: center;
}

.section_04 .row {
	height: calc(var(--vh));
	display: flex;
	min-height: 600px;
	overflow:hidden;
	padding: 0;
}

.sec04_bg01 {
	background-image: url("../img/main/sec04_bg01.png");
	width: 34%;
	height: 100%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
	position: relative;
	background-position-x: -15px;
}
.section_04.active .sec04_bg01 {
	animation: sec04_bg01 ease-in-out .8s forwards;
}
@keyframes sec04_bg01 {
	from {
		background-position-x: -15px;
	}
	to {
		background-position-x: 0px;
	}
}
.sec04_title {
	opacity: 0;
	position: relative;
}
.section_04.active .sec04_title {
	animation: sec04_title ease-in-out .8s .3s forwards;
}
@keyframes sec04_title {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.sec04_bg02 {
	display: flex;
	flex-direction: column;
	width: 66%;
}
.sec04_bg02_top {
	background-image: url("../img/main/sec04_bg02.png");
	width: 100%;
	height: 300px;
	background-size: cover;
	padding-right: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.sec04_con {
	display: flex;
	width: 100%;
	height: calc(var(--vh) - 120px);
	justify-content: center;
	gap: 70px;
}
.sec04_con > div {
	border-right: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 130px;
	overflow: hidden;
}
.sec04_con > div > div {
	position: relative;
	opacity: 0;
	transform: translateX(40px);
}
.section_04.active .sec04_item01 {
	animation: sec04_item ease-in-out .5s .6s forwards;
}
@keyframes sec04_item {
	from {
		opacity: 0;
		transform: translateX(40px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.section_04.active .sec04_item02 {
	animation: sec04_item ease-in-out .5s .8s forwards;
}
.section_04.active .sec04_item03 {
	animation: sec04_item ease-in-out .5s 1s forwards;
}
.section_04.active .sec04_item04 {
	animation: sec04_item ease-in-out .5s 1.2s forwards;
}
.section_04.active .sec04_item05 {
	animation: sec04_item ease-in-out .5s 1.4s forwards;
}
.section_04.active .sec04_item06 {
	animation: sec04_item ease-in-out .5s 1.6s forwards;
}

.sec04_con > div > div img {
	transition: .3s;
}
.sec04_con > div > div:hover img {
	transform: translateX(15px);
}

.section_04 .item {
	width: 1230px;
}

.section_04.active .item {
	animation: section_04 1s .1s ease both;
}

@keyframes section_04 {
	0% {
		opacity: 0;
		visibility:hidden;
	}

	100% {
		opacity: 1;
		visibility:visible;
	}
}





.sec04_circle {
	position:absolute;
	top: 180px;
	right: -67px;
	width: 135px;
	height: 135px;
	line-height: 135px;
	text-align:center;
	transition:all 400ms;
	z-index: 999;
	opacity: 0;
}
.sec04_circle {
	animation: sec04_circle_box .1s ease-in-out both;
}
@keyframes sec04_circle_box {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.sec04_circle .bg {
	position: absolute;
	width: 102px;
	height: 102px;
	background-image: url('../img/main/sec04_circle_text_open.png');
	animation: sec04_circle 7s linear infinite;
	top: 16px;
	left: 16px;
}

.sec04_circle img {
	transition:all 400ms;
}

@keyframes sec04_circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}









@media screen and (max-width:1820px) {
	.sec01_text_box {
		transform: translate(calc(-50%), calc(-50% - 170px)) scale(0.75);
	}
	.section_02 .swiper-container {
		transform: translate(-50%, -50%) scale(0.75);
	}
	.sec04_title, .sec04_bg02_top_title, .sec04_con, .sec03_title > img, .sec03_con > img {
		transform: scale(0.75);
	}
	.section_03 .row {
		gap: 0;
	}
}
