.pc-only {
	display: block;
}

.m-only {
	display: none;
}

.main_container {
	overflow: hidden;
}

/* body{background: #969a9d;} */
/* .container {background:#99827D;} */

@media screen and (max-width: 1024px) {
	.pc-only {
		display: none;
	}

	.m-only {
		display: block;
	}
}


/***** regist_cycle *****/
.regist_cycle {
	position: absolute;
	bottom: 127px;
	right: 150px;
	width: 157px;
	height: 157px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	z-index: 100;
}

.circle_svg {
	position: absolute;
	height: 160px;
	width: 160px;
	top: 0;
	left: 0;
	aspect-ratio: 1 / 1;
	animation: rotateText 12s linear infinite;
}

.circle_text {
	font-size: 10px;
	letter-spacing: 3px;
	fill: rgba(255, 255, 255, 0.6);
}

.regist_content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 123px;
	height: 123px;
	aspect-ratio: 1 / 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: linear-gradient(146deg, #CC9E78 12.51%, #BE7030 49.97%, #CC9E78 87.43%);
}

.regist_content .regist_content_icon {
	font-size: 22px;
}

.regist_content p {
	color: #fff;
	text-align: center;
	font-family: 'SUIT';
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}

@keyframes rotateText {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.nav-open .regist_cycle {
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}


@media screen and (min-width: 2000px) {

	.regist_cycle,
	.circle_svg {
		height: 175px;
		width: 175px;
	}

	.regist_content {
		width: 130px;
		height: 130px;
	}

	.regist_content p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	/* .regist_cycle {
		top: auto;
		bottom: 10%;
		right: auto;
		left: 5%;
		width: 129px;
		height: 129px;
		opacity: 1;
		transition: opacity 0.4s ease;
	} */
}
@media screen and (max-width: 640px) {
	.regist_cycle {
		bottom: 105px;
		right: 32px;
		width: 99px;
		height: 99px;
	}
	.circle_svg,
	.regist_content {
		width: 99px;
		height: 99px;
	}
	.regist_content {
		width: 80px;
		height: 80px;
	}
	.regist_content .regist_content_icon {
		width: 30%;
	}
	.regist_content .regist_content_icon img {
		width: 100%;
	}
	.regist_content p {font-size: 11px;}
}





/* *** section1 *** */
.section1 {
	overflow: hidden;
}
.section1,
.section1 .main_bg,
.section1 .main_bg_swiper,
.section1 .main_bg_swiper .swiper,
.section1 .main_bg_swiper .swiper-wrapper,
.section1 .main_bg_swiper .swiper-slide {
	height: 100vh;
	min-height: 0;
}
.main_bg {
	width: 100%;
	height: 100%;
	position: relative;
	/* background: url('../img/main/main_sec1_bg.webp') center center/cover no-repeat; */
}
.main_bg_swiper {
	width: 100%;
	height: 100%;
}
.main_bg_swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.main_bg_swiper .swiper-slide img {
	width: 100%;
	object-fit: cover;
}
.main_bg_swiper_pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.3;
}
.main_bg_swiper_pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
.main_bg_swiper_pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.main_bg .txt_wrap {
    position: absolute;
    width: calc(100% - 636px);
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
	display: flex;
    align-items: flex-start;
    flex-direction: column;
	z-index: 1;
}
@keyframes mainTxt1 {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}
.txt_wrap .main_txt_1,
.txt_wrap .main_txt_2 {overflow: hidden;}
.txt_wrap .main_txt_1 span {
	color: #FFF;
	font-family: Pretendard;
	font-size: 30px;
	font-weight: 400;
	line-height: 175%;
	letter-spacing: -1.2px;
	transform: translateY(100%);
	animation: mainTxt1 ease 1s forwards;
	display: block;
}

.txt_wrap .main_txt_1 span b {
	font-weight: 700;
}

.txt_wrap .main_txt_2 h4 {
	color: #FFF;
	font-family: Pretendard;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 14px;
	transform: translateY(100%);
	animation: mainTxt1 ease 1s forwards 0.5s;
}
.txt_wrap .main_txt_2 h4 b {
	font-family: Lato;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -1.6px;
}
.txt_wrap .main_txt_2 h4 strong {
	font-size: 70px;
	font-weight: 700;
	letter-spacing: -1.4px;
}
.txt_wrap .main_txt_2 h4 em {
	font-style: normal;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: -1.4px;
}

.main_txt_line {
	width: 1px;
	height: 0;
	background-color: #fff;
	margin: 43px 0;
	animation: main_txt_line ease 1s forwards 1.5s;
}
@keyframes main_txt_line {
	from {
		height: 0;
	}
	to {
		height: 73px;
	}
}

.txt_wrap img {
	transform: translateY(30%);
	opacity: 0;
	animation: main_txt_img ease 1.5s forwards 2.5s;
}
@keyframes main_txt_img {
	from {
		transform: translateY(30%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width: 1024px) {
	.section1,
.section1 .main_bg,
.section1 .main_bg_swiper,
.section1 .main_bg_swiper .swiper,
.section1 .main_bg_swiper .swiper-wrapper,
.section1 .main_bg_swiper .swiper-slide {
	height: 100%;
	min-height: 0;
}
.main_bg_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}
	.main_bg .txt_wrap {
        top: 138px;
        width: calc(100% - 68px);
    }
	.txt_wrap .main_txt_1 span {font-size: 16px; letter-spacing: 0;}
	.txt_wrap .main_txt_2 h4 {
		font-size: 26px;
		margin-top: 4px;
		letter-spacing: 0;
	}
	.txt_wrap .main_txt_2 h4 b {font-size: 40px;}
	.txt_wrap .main_txt_2 h4 strong {font-size: 36px;}
	.txt_wrap .main_txt_2 h4 em {font-size: 36px;}
	.txt_wrap .main_txt_line {display: none;}
	.txt_wrap img {margin-top: 18px; width: 20%;}
}
@media screen and (max-width: 800px) {
	.txt_wrap img {width: 202px;}
}





/* *** section2 *** */
.section2 {
    background: url("../img/main/main_sec4_bg.webp") center center / cover no-repeat; color:#fff; display: flex; justify-content: center; align-items: center;}
.section2 .inner {position:relative; display: flex; flex-direction: column; justify-content: center; width:1020px; margin: 0 auto;}
.section2 .header_wrap {margin-bottom: 70px; text-align:center;}
.section2 .header_wrap .title {font-weight: 400; color:#fff; letter-spacing: -0.025em; font-family: 'Cinzel', serif; font-size:72px;}
.section2 .calendar_wrap ul {display: flex; gap:20px;}
.section2 .calendar_wrap ul ~ ul {margin-top: 20px;}
.section2 .calendar_wrap li.item {border:1px solid rgba(255, 255, 255, 0.5); border-radius: 16px; height: 180px; width: 320px; padding:30px; flex:1; position:relative; transition: all 0.3s; display: flex; flex-direction: column; align-items: flex-start;}
.section2 .calendar_wrap li.item::after {content: ''; position:absolute; right:21px; bottom:21px; width:19px; height:19px; background:url('../img/main/ico_calendar.webp') 0 0 no-repeat; background-size:100% 100%;}
.section2 .calendar_wrap li.item:hover {border-color: #fff;}
.section2 .calendar_wrap .tit {font-weight: 700; font-size:22px;}
.section2 .calendar_wrap .date {color:rgba(255, 255, 255, 0.5); font-size:16px; margin-top: 16px; text-align: left;}
.section2 .btn_wrap {margin-top: 140px; display: flex; gap:30px;}
.section2 .btn_wrap .btn {flex:1; display: flex; align-items: center; height: 64px; border:1px solid #fff; border-radius: 99px; padding: 0 60px; font-size:18px; font-weight: 500; color:#fff; position:relative; transition: all 0.3s;}
.section2 .btn_wrap .btn svg {position:absolute; right:60px; top:50%; transform: translateY(-50%);}
.section2 .btn_wrap .btn svg path {transition: all 0.3s;}
.section2 .btn_wrap .btn:hover {background:#fff; color:#000; border-color:#fff;}
.section2 .btn_wrap .btn:hover svg path {fill:#000;}
.section2 .sec2_ori {margin-top: 14px;}
.section2 .sec2_ori p {
	color: #FFF;
	text-align: left;
	leading-trim: both;
	text-edge: cap;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 140%;
}




/* MOBILE */
@media screen and (max-width: 1024px) {	
	.section2 {
		/* padding:20px 0 85px;  */
		display: block;
	}
	.section2 .inner {width:auto; padding: 144px 30px;}
	.section2 .header_wrap {margin-bottom: 38px;}
	.section2 .header_wrap .title {font-size:32px;}
	.section2 .calendar_wrap ul {gap:12px;}
	.section2 .calendar_wrap ul ~ ul {margin-top: 12px;}
	.section2 .calendar_wrap ul:nth-child(1) {flex-wrap:wrap;}
	.section2 .calendar_wrap ul:nth-child(1) li.item {width:calc((100% - 12px) / 2);}
	.section2 .calendar_wrap ul:nth-child(2) {flex-direction: column;}
	.section2 .calendar_wrap ul:nth-child(2) li.item:nth-child(2),
	.section2 .calendar_wrap ul:nth-child(2) li.item:nth-child(3) {flex:inherit;}
	.section2 .calendar_wrap li.item {border-radius:12px; height:100px; padding:19px; flex:inherit;}
	.section2 .calendar_wrap ul:last-child li.item {width: 100%;}
	.section2 .calendar_wrap li.item::after {right:13px; bottom:13px; width:13px; height:13px; background-image:url('../img/main/ico_calendar_m.webp');}
	.section2 .calendar_wrap .tit {font-size:17px;}
	.section2 .calendar_wrap .date {font-size:17px; margin-top: 0;}
	.section2 .btn_wrap {margin-top:50px; gap:10px; flex-direction: column;}
	.section2 .btn_wrap .btn {flex:auto;}
	.section2 .sec2_ori p {text-align: left;}
  }












/* *** section3 *** */
.sec3_wrap {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: url('../img/main/sec3_wrap_bg.webp') no-repeat center center / cover;
}
.sec3_top {
	position: relative;
	width: calc(100% - 202px);
	/* margin: 168px auto 0; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec3_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sec3_title h2 {
	color: #2E3C47;
	font-family: Quattrocento;
	font-size: 50px;
	font-weight: 700;
}
.sec3_title span {
	color: #2E3C47;
	font-family: Pretendard;
	font-size: 26px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.52px;
	margin-top: 20px;
	text-align: left;
}

.sec3_bottom {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 79px;
}

.sec3_bottom_swiper .swiper-slide {
	display: flex;
	transition: padding-left 0.5s;
}
.sec3_bottom_swiper .swiper-slide.swiper-slide-active {
	padding-left: 101px;
	transition: padding-left 0.5s;
}
.sec3_unit_left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 9;
}
.sec3_unit_left h3 {
	color: rgba(46, 60, 71, 0.10);
	font-family: 'Gmarket Sans';
	font-size: 200px;
	font-weight: 700;
	letter-spacing: -4px;
	line-height: normal;
	opacity: 0;
	transition: opacity 0.8s 1s;
}
.swiper-slide-active .sec3_unit_left h3 {
	opacity: 1;
	transition: opacity 0.8s 1s;
}
.sec3_unit_left h3.active {
	opacity: 1;
	transition: opacity 0.8s 1s;
}
.sec3_unit_left h3 span {
	font-size: 150px;
	letter-spacing: -3px;
	font-weight: 500;
	line-height: normal;
}
.swiper-slide-active .sec3_unit_left h3 span {
	opacity: 1;
	transition: opacity 0.8s 1s;
}
.sec3_unit_left p {
	color: #333;
	font-family: SUIT;
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	opacity: 0;
	transition: opacity 0.8s 1s;
}
.swiper-slide-active .sec3_unit_left p {
	opacity: 1;
	transition: opacity 0.8s 1s;
}
.sec3_unit_left p b {
	font-weight: 700;
}
.sec3_unit_left p em {
	font-style: normal;
	font-size: 26px;
	font-weight: 400;
}
.sec3_unit_left a {
	background-color: #2E3C47;
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 500;
	margin-top: 29px;
	opacity: 0;
	transition: opacity 0.8s 1s;
}
.swiper-slide-active .sec3_unit_left a {
	opacity: 1;
	transition: opacity 0.8s 1s;
}
.sec3_unit_right {
	display: flex;
	position: relative;
}
.sec3_unit_right .sec3_unit_img {
	position: relative;
    left: -650px;
    margin-top: 100px;
	top: 120px;
	scale: 0.5;
	transition: all 0.8s 1s;
	opacity: 0.5;
}
.swiper-slide-active .sec3_unit_right .sec3_unit_img {
    left: -410px;
	top: 0;
	scale: 1;
	opacity: 1;
	transition: all 0.8s;
}
.swiper-slide:nth-child(3).swiper-slide-active .sec3_unit_right .sec3_unit_img {
    left: -350px;
}
.sec3_unit_right .sec3_vr_img {
	position: absolute;
	top: 85px;
    left: -25px;
	opacity: 0;
	transition: opacity 0.8s 1s;
}
.swiper-slide-active .sec3_unit_right .sec3_vr_img {
	opacity: 1;
	transition: opacity 0.8s 1s;
}

.sec3_pagination {
	width: auto !important;
	gap: 20px;
	display: flex;
}
.sec3_pagination a {
	width: 150px;
    text-align: left;
	border-bottom: 3px solid #2E3C47;
	color: #2E3C47;
	font-family: "Gmarket Sans";
	font-size: 22px;
	font-weight: 500;
	line-height: 250%;
	opacity: 0.25;
	transition: opacity 0.8s 0.5s;
}
.sec3_pagination a b {
	font-size: 28px;
	font-weight: 500;
}
.sec3_pagination a.is-active {
	opacity: 1;
	font-weight: 700;
	transition: opacity 0.8s 0.5s;
}
.sec3_pagination a.is-active b {
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.sec3_wrap {
		padding: 118px 0 53px;
	}
	.sec3_top {
		flex-direction: column;
		align-items: flex-start;
		width: calc(100% - 18px);
	}
	.sec3_title h2 {font-size: 32px;}
	.sec3_title span {font-size: 16px; margin-top: 12px;}
	.sec3_bottom_swiper .swiper-slide.swiper-slide-active {padding: 0 16px;}
	.sec3_bottom_swiper .swiper-slide{flex-direction: column; transition: none; padding: 0 16px;}
	.sec3_bottom {margin-top: 36px;}
	.sec3_unit_left h3 {font-size: 90px;}
	.sec3_unit_left h3 span {font-size: 70px;}
	.sec3_unit_left p {font-size: 18px;}
	.sec3_unit_left p em {font-size: 18px;}
	.sec3_unit_left a {width: 60px; height: 60px; margin-top: 18px;}
	.sec3_unit_left a span {font-size: 12px; gap: 5px}
	.sec3_unit_right .sec3_unit_img {left: 0; margin-top: 0; scale: 1; width: 242px; opacity: 1;}
	.sec3_unit_right .sec3_vr_img {top: 10px; left: -10px;}
	.sec3_pagination {gap: 10px;}
	.sec3_pagination a {width: 100px; font-size: 16px;}
	.sec3_pagination a b {font-size: 15px;}
	.sec3_unit_left a {
		width: 75px;
		height: 75px;
		font-size: 12px;
		margin-top: 18px;
	}
	.sec3_unit_right {flex-direction: column; margin-top: -200px; align-items: flex-end;}
	.sec3_unit_right .sec3_vr_img {position: relative;}
	.sec3_unit_right .sec3_unit_img,
	.swiper-slide-active .sec3_unit_right .sec3_unit_img {
		left: 0;
		top: 0;
		opacity: 1;
		scale: 1;
        width: 242px;
		margin-top: 70px;
	}
	.swiper-slide:nth-child(3).swiper-slide-active .sec3_unit_right .sec3_unit_img {
		left: 0;
	}
	.sec3_unit_right .sec3_vr_img {
		width: 253px;
	}
	.sec3_unit_right .sec3_unit_img img,
	.sec3_unit_right .sec3_vr_img img {width: 100%;}

	.sec3_unit_left h3,
	.sec3_unit_left p,
	.sec3_unit_left a,
	.sec3_unit_right .sec3_vr_img {opacity: 1;}
}
@media screen and (max-width: 600px) {
	.sec3_pagination {
		width: 100% !important;
		justify-content: space-between;
		margin-top: 53px;
	}
	.sec3_pagination a {
		width: 33.33%;
	}
	.sec3_pagination a b {
        font-size: 22px;
    }
}
@media screen and (max-width: 400px) {
	.sec3_pagination {
		margin-top: 20px;
	}
	.sec3_unit_right .sec3_vr_img {
        width: 210px;
		height: 165px;
    }
	.swiper-slide-active .sec3_unit_right .sec3_unit_img {
        width: 220px;
    }
}
@media screen and (max-width: 370px) {
	.swiper-slide:first-child .sec3_unit_right .sec3_unit_img {
        width: 200px;
    }
}



/* *** section4 *** */
.section_premium {
    position: relative;
    background: #EFE8E0;
}

.section_premium .caution {
    bottom: 40px;
    left: 40px;
}

.section_premium .section_inner {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_premium .premium_title {
    color: #2C3D49;
	font-family: Quattrocento;
	font-size: 50px;
	font-weight: 400;
}
.section_premium .premium_title b {
	font-family: Lato;
	font-size: 80px;
	font-weight: 700;
}

.section_premium .premium_content {
    position: relative;
    /* width: 774px;
    height: 482px;
    aspect-ratio: 774 / 482; */
    margin: 50px auto 0;
    transition: width ease 1.5s, height ease 1.5s;
}

.section_premium .premium_content_inner {
    display: flex;
    gap: 35px;
    align-items: center;
    height: 100%;
}

.section_premium .content_left {
    width: 28%;
}

.section_premium .content_left .top {
    width: 250px;
    height: 272px;
    aspect-ratio: 250 / 272;
    background: none;
    background-size: 100%;
    transform-origin: 50%;
    background-size: 2556px auto;
    background-position: -714px -694px;
    animation: con9Bg1 ease 20s infinite;
    margin-left: auto;
    margin-top: -50px;
    margin-bottom: 78px;
}

.section_premium .content_left .bottom {
    width: 252px;
    height: 168px;
    aspect-ratio: 252 / 168;
    background: none;
    background-size: 100%;
    transform-origin: 50%;
    background-size: 2556px auto;
    background-position: -714px -694px;
    animation: con9Bg2 ease 20s infinite;
    margin-left: auto;
    margin-right: 6vw;
}

.section_premium .content_wrapper {
    position: relative;
    width: 60%;
    aspect-ratio: 774 / 482;
    height: 100%;
    overflow: hidden;
}

.section_premium .content_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_premium .content_wrapper .content_title {
    position: absolute;
    transform: translateZ(0);
    will-change: transform;
    left: 30px;
    bottom: 30px;
    z-index: 10;
    color: #FFF;
	font-family: Pretendard;
	font-size: 40px;
	font-weight: 400;
	text-align: left;
}
.section_premium .content_wrapper .content_title b {
	font-weight: 700;
}

.section_premium .content_right {
    width: 28%;
}

.section_premium .premium_content_inner img {
    width: 118%;
    height: 118%;
    object-fit: cover;
    position: absolute;
    align-items: center;
    object-position: center;
    right: 0;
    bottom: 0;
    left: 0;
}

.section_premium .content_left .top,
.section_premium .content_left .bottom,
.section_premium .content_right .top,
.section_premium .content_right .bottom {
    overflow: hidden;
    animation: none;
    background: unset;
    position: relative;
}

.section_premium .content_left .top img,
.section_premium .content_left .bottom img,
.section_premium .content_right .top img,
.section_premium .content_right .bottom img {
    animation: leftRight ease 20s infinite;
}

@keyframes leftRight {
    0% {
        transform: translateX(-20%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.section_premium .img_tag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.80);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding: 3px 9px;
    letter-spacing: -0.4px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(153, 153, 153, 0.10) 100%);
    backdrop-filter: blur(5px);
}

.section_premium .content_right .top {
    width: 252px;
    height: 168px;
    aspect-ratio: 252 / 168;
    margin-bottom: 78px;
}

.section_premium .content_right .bottom {
    width: 250px;
    height: 272px;
    aspect-ratio: 250 / 272;
    margin-right: auto;
    margin-bottom: -30px;
    margin-left: 6vw;
}

.section_premium .premium_viewMore {
    margin-top: 40px;
    display: flex;
    justify-content: center;
	color: #26323B;
}



.link_viewMore {
    padding: 17px 25px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    width: 100%;
    max-width: 200px;
	background-color: #BEBDBA;
}

.link_viewMore span {
    font-size: 16px;
}

.link_viewMore span:before,
.link_viewMore span:after {
    color: #2C3D49;
}

.link_viewMore i {
    position: relative;
    width: 12px;
    height: 10px;
    flex-shrink: 0;
}
.section_premium .link_viewMore i {
    background: none;
}
.section_premium .link_viewMore i:after {
    content: '';
    position: absolute;
    transform: translateZ(0) translate(-50%, -50%);
    will-change: transform, left, top;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.94254 4.3102L5.33944 0.707107L6.04655 0L10.5032 4.45667L10.8568 4.81022L10.5032 5.16378L6.04655 9.62044L5.33944 8.91334L8.94258 5.3102H0V4.3102H8.94254Z' fill='%231C1C1C'/%3E%3C/svg%3E") center center/100% no-repeat;
    z-index: 1;
}
.link_viewMore i:before {
    content: '';
    position: absolute;
    transform: translateZ(0) translate(-50%, -50%);
    will-change: transform, left, top;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 34px;
    border-radius: 50%;
    height: 34px;
    display: block;
    z-index: 0;
}

.section_premium.section11 .content_title {
    left: unset;
    right: 30px;
    text-align: right;
}

@media screen and (max-width: 1280px) {
    .section_premium .content_wrapper .content_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
	.section_premium {
		padding: 135px 0 94px;

	}

    .section_premium .premium_content_inner {
        flex-direction: column;
        align-items: center;
        max-width: 360px;
        margin: 0 auto;
        gap: 0;
    }

    .section_premium .premium_title,
    .section_premium .content_wrapper .content_title {
        font-size: 30px;
    }

    .section_premium .content_wrapper {
        width: 100%;
        max-width: 100%;
    }

    .section_premium .content_left,
    .section_premium .content_right {
        display: flex;
        gap: 20px;
        width: 67%;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .section_premium .content_left {
        align-items: flex-end;
        justify-content: flex-end;
		width: 100%;
		padding-left: 13px;
    }

    .section_premium .content_right {
        justify-content: flex-start;
        align-items: flex-start;
		width: 100%;
		padding-right: 15px;
    }

    .section_premium .content_left .top,
    .section_premium .content_right .top {
        margin: 0;
        width: 124px;
        height: 133px;
    }

    .section_premium .content_left .bottom,
    .section_premium .content_right .bottom {
        margin: 0;
        width: 124px;
        height: 83px;
    }

    .section_premium .content_left .top {
        margin-bottom: 81px;
        margin-top: 0;
    }
	.section_premium .content_left .bottom {
        margin-bottom: 22px;
        margin-top: 0;
    }

    .section_premium .content_right .top {
        margin-top: 55px;
        margin-bottom: 0;
    }
	.section_premium .content_right .bottom {
        margin-top: 22px;
        margin-bottom: 0;
    }


    .section_premium .img_tag {
        right: 3px;
        bottom: 3px;
        font-size: 13px;
        padding: 3px 5px;
    }
	.section_premium .premium_content {
		margin: 20px auto 0;}
}

@media screen and (max-width: 768px) {
    .section_premium .content_left,
    .section_premium .content_right {
        gap: 10px;
    }


    .section_premium .content_wrapper {
        max-width: unset;
    }

    .section_premium .content_wrapper .content_title {
        left: 26px;
        bottom: 29px;
        width: 100%;
        transform: translateX(0);
        font-size: 24px;
    }

    .section_premium.section11 .content_title {
        left: 50%;
        transform: translateX(-50%);
        bottom: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .section_premium .premium_content_inner {
        max-width: unset;
    }

    .section_premium .content_left,
    .section_premium .content_right {
        gap: 10px;
    }

    .section_premium .caution {
        bottom: 20px;
        left: 20px;
    }
}



/* *** section5 *** */
.section5 .sec5_wrap {
	width: 100%;
	height: 100vh;
	display: flex;
}

.sec5_left {
	width: 50%;
	height: 100%;
}

.sec5_left img {
	width: 100%;
}

.sec5_right {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: auto 0;
	padding: 277px 0 154px;
}

.sec5_right_top {
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 109px 0;	
	opacity: 0;
	transform: translateX(-20%);
	transition-delay: 1s
}
.active .sec5_right_top {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.8s;
}

.sec5_right_top p {
	color: #2E3C47;
	font-family: Pretendard;
	/* font-size: 30px; */
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}

.sec5_right_top h2 {
	color: #2E3C47;
	font-family: Pretendard;
	/* font-size: 56px; */
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	/* 61.6px */
	letter-spacing: -1.12px;
	margin-top: 12px;
	text-align: left;
}

.sec5_right_top h2 span {
	color: #66A8C1;
	font-size: 56px;
}

.sec5_right_top h2 b {
	font-weight: 900;
}
.sec5_right_bottom {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 145px 0 109px;
}

.sec5_right_bottom .sec5_rb_1 {
	width: 350px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	overflow: hidden;
	gap: 10px;
}
.sec5_right_bottom .sec5_rb_1 img {
	transform: translateY(101%);
	opacity: 0;
	width: 110px;
	transition-delay: 1s;
}
.active .sec5_right_bottom .sec5_rb_1 img {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.5s;
}
.active .sec5_right_bottom .sec5_rb_1 .sec5_rb_img_1 {
	transition-delay: 0.9s;
}
.active .sec5_right_bottom .sec5_rb_1 .sec5_rb_img_2 {
	transition-delay: 0.7s;
}
.active .sec5_right_bottom .sec5_rb_1 .sec5_rb_img_3 {
	transition-delay: 0.5s;
}

.sec5_right_bottom .sec5_rb_2 {
	width: 50%;
	margin-top: 118px;
	opacity: 0;
	transform: translateX(20%);
	transition-delay: 1s
}
.active .sec5_right_bottom .sec5_rb_2 {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.8s;
	transition-delay: 0.5s
}

.sec5_right_bottom .sec5_rb_2 ul li {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin-top: 31px;
}

.sec5_right_bottom .sec5_rb_2 ul li h3 {
	color: #00173E;
	text-align: right;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.36px;
	position: relative;
}
.sec5_right_bottom .sec5_rb_2 ul li h3 span {
	color: #66A8C1;
}
.sec5_right_bottom .sec5_rb_2 ul li p {
	color: #414141;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.28px;
	text-align: right;
}

.sec5_right_bottom .sec5_rb_2 ul li p span {
	font-size: 12px;
}

.sec5_right_bottom .sec5_rb_2 ul li h3::after {
	content: "";
	width: 4.2px;
	height: 11.7px;
	background: url('../img/main/sec4_ico.webp') no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: -10%;
	transform: translateY(-50%);
}

@media screen and (max-width:1024px) {
	.section5 .sec5_wrap {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.sec5_left {
		width: 100%;
		height: 40%;
		overflow: hidden;
	}
	
	.sec5_left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	.sec5_right {
		width: 100%;
		padding: 51px 33px 70px;
	}

	.sec5_right_top {
		padding: 0;
		margin-bottom: 21px;
		width: 100%;
		transition-delay: 2s;
		transition: all 0.8s;
	}
	.sec5_right_top p { 
		font-size: 18px;
	}
	.sec5_right_top h2,
	.sec5_right_top h2 span {
		font-size: 32px;
	}
	.sec5_right_bottom {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.sec5_right_bottom .sec5_rb_1 {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7.5px;
		overflow: hidden;
	}
	.sec5_right_bottom .sec5_rb_1 img {
		/* opacity: 1 !important; */
		width: 102px;
		height: 88.5px;
		transition-delay: 2s;
		transition: all 0.8s;
	}
	.active .sec5_right_bottom .sec5_rb_1 .sec5_rb_img_2,
	.active .sec5_right_bottom .sec5_rb_2 {
		transition-delay: 0s;
	}
	.sec5_right_bottom .sec5_rb_2 {
		width: auto;
		height: 80%;
		margin-top: 0;
		transition-delay: 2s;
		transition: all 0.8s;
	}
	.sec5_right_bottom .sec5_rb_2 ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sec5_right_bottom .sec5_rb_2 ul li {
		align-items: center;
		margin-top: 20px;
	}
	.sec5_right_bottom .sec5_rb_2 ul li:first-child {
		margin-top: 33.5px;
	}
	.sec5_right_bottom .sec5_rb_2 ul li h3 {
		text-align: center;
		font-size: 18px;
	}
	.sec5_right_bottom .sec5_rb_2 ul li p {
		font-size: 14px;
		text-align: center;
	}
	.sec5_right_bottom .sec5_rb_2 ul li p span {
		font-size: 12px;
	}
	.sec5_right_bottom .sec5_rb_2 ul li h3::after {
		display: none;
	}
}






/* *** section6 *** */
.section6 {
	width: 100%;
	background-image: url("../img/main/sec5_bg.webp");
	/* background-image: url("../img/main/sec5_bg.webp"); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sec6_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.sec6_tit {
	position: relative;
}
.sec6_tit h2 {
	color: #2E3C47;
	text-align: center;
	font-family: Quattrocento;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.4px;
}
.sec6_map_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 55%; */
	margin-top: 50px;
	gap: 44px;
}

.sec6_map_wrap .sec6_map_con {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* width: 50%; */
}

.sec6_map_wrap .sec6_map_con .img_box {
	width: 506px;
    height: 323px;
	overflow: hidden;
}

.sec6_map_wrap .sec6_map_con .img_box img {
	width: 100%;
}

.sec6_map_wrap .sec6_map_con .con_wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.sec6_map_wrap .sec6_map_con .con_wrap .txt_box {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: center;
	margin-top: 27.75px;
	margin-bottom: 14px;
}
.sec6_map_wrap .sec6_map_con:last-child .con_wrap .txt_box {
	margin: 52px 0;
}

.sec6_map_wrap .sec6_map_con .con_wrap .txt_box h3 {
	color: #26323B;
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	margin-right: 10%;
}


.sec6_map_wrap .sec6_map_con .con_wrap .txt_box p {
	color: #6C6C6C;
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	position: relative;
}
.sec6_map_wrap .sec6_map_con .con_wrap .txt_box p::before {
	content: "";
	width: 2px;
	height: 17px;
	background-color: #8D867D;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -11%;
}
.sec6_map_wrap .sec6_map_con .con_wrap .parking_box {
	margin-bottom: 8px;
}

.sec6_map_wrap .sec6_map_con .con_wrap .parking_box p {
	color: #6C6C6C;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.48px;
	text-indent: -40px;
    margin-left: 40px;
}
.sec6_map_wrap .sec6_map_con .con_wrap .parking_box p strong {
	color: #2C3D47;
	font-weight: 600;
}

.sec6_map_wrap .sec6_map_con .btn_box {
	display: flex;
	align-items: center;
	gap: 41px;
	width: 100%;
    justify-content: center;
}

.sec6_map_wrap .sec6_map_con .btn_box a {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 124px;
}
.sec6_map_wrap .sec6_map_con .btn_box a img {
	width: 36px;
	height: 36px;
}

.sec6_map_wrap .sec6_map_con .btn_box a span {
	color: #2C3D47;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.sec6_balloon {
	position: absolute;
	width: 213px;
	height: 43px;
	top: 50%;
	right: -233px;
	transform: translate(0, -50%);
	animation: balloonSway 2s ease-in-out infinite;
}
.sec6_balloon img {
	width: 100%;
}

@keyframes balloonSway {
	0%, 100% { transform: translate(0, -50%); }
	50% { transform: translate(-20px, -50%); }
}



@media screen and (max-width:1024px) {
	.section6 {
		background-color: #FFF;
		background-image: none;
		padding: 120px 33px 77.9px;
	}
	.sec6_wrap {
		display: block;
		align-items: normal;
	}
	.sec6_map_wrap {
		width: 100%;
		max-width: 324px;
		margin: 65px auto 0;
		gap: 0;
		flex-direction: column;
	}
	.sec6_tit h2 {
		font-size: 36px;
	}
	.sec6_map_wrap .sec6_map_con {
		width: 100%;
	}
	.sec6_map_wrap .sec6_map_con .img_box {
		margin-bottom: 0;
		width: 324px;
		height: 207px;
	}
	.sec6_map_wrap .sec6_map_con .con_wrap .txt_box {
		margin-top: 17px;
		margin-bottom: 13px;
	}
	.sec6_map_wrap .sec6_map_con:last-child .con_wrap .txt_box {
		margin: 29px 0;
	}
	.sec6_map_wrap .sec6_map_con:last-child {
		margin-top: 48px;
	}
	.sec6_map_wrap .sec6_map_con .con_wrap .txt_box h3 {
		font-size: 16px;
		line-height: normal;
		margin-right: 10%;
	}
	.sec6_map_wrap .sec6_map_con .con_wrap .txt_box p {
		font-size: 16px;
		line-height: normal;
	}

	.sec6_map_wrap .sec6_map_con .con_wrap .parking_box {
		margin-bottom: 20px;
	}
	.sec6_map_wrap .sec6_map_con .con_wrap .parking_box p {font-size: 14px; line-height: 130%;}

	.sec6_balloon {
		position: absolute;
		width: 208px;
		height: 40px;
		left: 50%;
		top: 100%;
		animation: balloonSway 2s ease-in-out infinite;
	}
	
	@keyframes balloonSway {
		0%, 100% {
			transform: translate(-50%, 0);
		}
		50% {
			transform: translate(-50%, -10px);
		}
	}
	
	.sec6_map_wrap .sec6_map_con .btn_box a {
		width: 105px;
		gap: 8.7px;
	}
	.sec6_map_wrap .sec6_map_con .btn_box a img {
		width: 23px;
		height: 23px;
	}
	.sec6_map_wrap .sec6_map_con .con_wrap .txt_box p::before {
		left: -15px;
	}
	.sec6_map_wrap .sec6_map_con .btn_box a span {
		font-size: 16px;
	}
}
@media screen and (max-width:900px) {

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

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

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

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





/* event_quick */
.event_quick {
	position: fixed;
	width: 90px;
	height: 208px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 100;
}
.event_quick a {
	width: 100%;
	height: 100%;
	display: block;
}
.event_quick a img {
	width: 100%;
	height: 100%;
}


@media screen and (max-width:1024px) {
	.event_quick {
		width: 100%;
		height: auto;
		bottom: 0;
		top: auto;
		transform: translateY(0);
		opacity: 1;
		transition: opacity 0.5s ease-in-out;
	}
	.event_quick a img {
		width: 40%;
		margin: 0 auto;
	}
}
@media screen and (max-width:700px) {
	.event_quick a img {
		width: 82%;
	}
}
@media screen and (max-width:391px) {
	.event_quick a img {
		width: 100%;
	}
}