body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.swiper-container {
	overflow:hidden;
}
.swiper-slide {
	position:relative;
	overflow:hidden;
	height: calc(var(--vh));
	min-height:720px;
}
.swiper-slide .bg_wrap {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.swiper-slide .bg_wrap, .swiper-slide .bg {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 3;
}





























.section_01 .swiper-slide {
	position: relative;
	overflow: hidden;
	height: calc(var(--vh));
	min-height: 960px;
}
.section_01 .swiper-slide .bg_wrap {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.section_01 .swiper-slide .bg_wrap, .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.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);
	}
}
.section_01 .swiper_main_slider .swiper-slide .bg {
	background-size: cover;
	background-position: center;
}
.section_01 .swiper_main_slider .swiper-slide.first .bg {
	/*background-image: url('../img/main/main_10_n5.png?new');*/
	background-image: url("../img/main/sec01_0726_n2.png");
	/*background-position: center -250px;*/
}
.section_01 .swiper_main_slider .swiper-slide.second .bg {
	background-image: url('../img/main/main_25_n4.png?new');
	background-position: center -130px;
}
.section_01 .swiper_main_slider .swiper-slide.third .bg {
	background-image: url('../img/main/main_11_n4.png?new');
	background-position: center -280px;
}

.section_01 .swiper_main_slider .text__box {
	position:absolute;
	z-index: 4;
	top: 25%;
	transform:translate(-50%, -50%);
	text-align: right;
	color: #ffffff;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(8px); /* Safari */
	padding: 20px;
	border-radius: 25px;
	font-family: Serif;
}
.section_01 .swiper_main_slider .text__box .t_logo {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
}
.section_01 .swiper_main_slider .text__box .t_logo em {
	color: #FE6E27;
}
.section_01 .swiper_main_slider .text__box .t_text {
	font-size: 30px;
}


.section_01 .swiper_main_slider .first .text__box {
	top: calc(50% - 100px);
	left: calc(50% + 350px);
}
.section_01 .swiper_main_slider .first.swiper-slide-active .t_logo {
	animation: s1_slider_ani01 .7s .3s ease-in-out both;
}
.section_01 .swiper_main_slider .first.swiper-slide-active .t_logo02 {
	animation: s1_slider_ani01 .7s 1s ease-in-out both;
}
@keyframes s1_slider_ani01 {
	0% {
		filter:blur(7px);
		opacity: 0;
	}
	100% {
		filter:blur(0);
		opacity: 1;
	}
}

.section_01 .swiper_main_slider .first.swiper-slide-active .t_text {
	animation: s1_slider_ani02 .7s 2s ease-in-out both;
	margin-top: 20px;
}
@keyframes s1_slider_ani02 {
	0% {
		transform: translateX(-40px);
		opacity: 0;
		visibility:hidden;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
		visibility:visible;
	}
}


.section_01 .swiper_main_slider .second .text__box {
	backdrop-filter: blur(0);
	top: calc(50% - 150px);
	left: calc(50% - 550px);
	text-align: left;
}
.swiper_main_slider .second .t_logo {
	position: relative;
	clip-path: inset(0 100% 0 0);
	opacity: 0;
	visibility: hidden;
	width: 480px;
	height: 168px;
	margin-bottom: 20px;
	color: #bd6b3f;
}
.swiper_main_slider .second.swiper-slide-active .t_logo {
	animation: sec1_s02_logo 1.2s .4s ease-in-out both;
}
@keyframes sec1_s02_logo {
	0% {
		clip-path: inset(0 100% 0 0);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		clip-path: inset(0 0 0 0);
		opacity: 1;
		visibility: visible;
	}
}
.swiper_main_slider .second.swiper-slide-active .t_text {
	animation: sec01_s02_text .8s 1.7s ease-in-out both;
}
@keyframes sec01_s02_text {
	from {
		visibility: hidden;
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}
}


.section_01 .swiper_main_slider .third .text__box {
	top: calc(50% - 150px);
	left: calc(50% + 400px);
}
.section_01 .swiper_main_slider .third.swiper-slide-active .t_logo {
	animation: s1_slider_ani01 .7s .7s ease-in-out both;
}
.section_01 .swiper_main_slider .third.swiper-slide-active .t_text {
	animation: s1_slider_ani02 .7s 2s ease-in-out both;
	margin-top: 20px;
}




.section_01 .swiper-btn-prev {
	position:absolute;
	display:block;
	top: auto;
	bottom: 5%;
	left: calc(50% - 60px);
	width: 12px;
	height: 18px;
	background-image:url('../img/main/section01_slider_arrow.png?new') !important;
	background-position: 0 center !important;
	background-size: auto !important;
}

.section_01 .swiper-btn-next {
	position:absolute;
	display:block;
	top: auto;
	bottom: 5%;
	left: calc(50% + 60px);
	width: 12px;
	height: 18px;
	background-image:url('../img/main/section01_slider_arrow.png?new') !important;
	background-position: 100% center !important;
	background-size: auto !important;
}

.section_01 .swiper-btn-prev::after,
.section_01 .swiper-btn-next::after {
	content: none;
}

.section_01 .swiper-pagination {
	left: calc(50% + 3px);
	width: 60px;
	top: auto;
	bottom: 4.5%;
	display:flex;
	justify-content:center;
	transform:translateX(-50%);
	height: auto;
}

.section_01 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.section_01 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

.section_01 .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	opacity: 1;
	background: none;
	border-radius: 100%;
	position: relative;
	font-size: 0;
}

.section_01 .swiper-pagination-bullet::after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 100%;
}

.section_01 .swiper-pagination-bullet-active:before {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 100%;
}

.section_01 .swiper-pagination-bullet-active:after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: -11px;
	top: 2px;
	border-radius: 100%;
	border: 2px solid #a9aba7;
	background: none;
}

.section_01 .scroll {
	position: absolute;
	top: 55%;
	right: 20px;
	z-index: 100;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Montserrat-SemiBold';
	font-size: 12px;
	letter-spacing: 1px;
}

.section_01 .scroll span {
	width: 1px;
	height: 75px;
	background-color: #6a7178;
	position: absolute;
	left: 17px;
	bottom: 30px;
}

.section_01 .scroll span::before {
	width: 10px;
	height: 10px;
	background-color: #e71a0f;
	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);}
}































.section_02 {
	min-height:720px;
}

.section_02 .swiper-container {
	position:absolute;
	right: 250px;
	width: 1090px;
	top: 30%;
	z-index: 5;
	opacity: 0;
	visibility:hidden;
}



.section_02 .swiper-img-container {
	position:absolute;
	top: 150px;
	bottom: 0;
	right: 200px;
	width: 610px;
	height: 403px;
	z-index: 4;

}

.section_02.active .swiper-img-container {
	/*opacity: 0;*/
	/*animation: fadeInLeftSwc 1.5s .3s ease-in-out both;*/
}

@keyframes fadeInLeftSwc {
	from {
		transform:translate(0,-300px);
		opacity: 0;
	}

	to {
		transform:translate(0,0);
		opacity: 1;
	}
}

.sec02_title {
	position: absolute;
	top: 150px;
	left: 235px;
	opacity: 0;
	transform: translateY(80px);
	display: flex;
	flex-direction: column;
	width: 500px;
}
.sec02_title > h2 {
	font-size: 52px;
	color: #033656;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.sec02_title > span {
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: -1px;
}
.section_02.active .sec02_title {
	animation: sec02_title ease-in-out .8s .5s forwards;
}
@keyframes sec02_title {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.sec02_btn {
	position: absolute;
	bottom: -85px;
	left: 0;
	border: 1px solid #cfcfcf;
}
 


.section_02 .swiper-img-container .swiper-slide {
	width: 100%;
	height: 403px;
}
.section_02 .swiper-wrapper {
	opacity: 0;
	transform: translateY(-50%);
}
.section_02.active .swiper-wrapper {
	animation: sec02_slide ease-in-out 1s forwards;
}
@keyframes sec02_slide {
	from {
		opacity: 0;
		transform: translateY(-50%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*image slide*/
.section_02 .swiper-img-container .swiper-slide.first {
	background-image:url('../img/section02_slider_img01_n6.png?new');
}

.section_02 .swiper-img-container .swiper-slide.second {
	background-image:url('../img/section02_slider_img02_n4.png?new');
}

.section_02 .swiper-img-container .swiper-slide.third {
	background-image:url('../img/section02_slider_img03_n4.png?new');
}

.section_02 .swiper-img-container .swiper-slide.forth {
	background-image: url('../img/section02_slider_img04_n4.png?new');
	width: 609px;
	height: 402px;
}

.sec02_slider_text {
	position: absolute;
	left: calc(50% + 27px);
	transform: translateX(-50%);
	bottom: -130px;
}
.sec02_slider_text > img {
	position: relative;
	border-left: 10px solid #fff;
}
.sec02_slider_text::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1245px;
	width: 1610px;
	height: 1px;
	background-color: #d4d4d4;
	opacity: 0;
	transform: translateX(100px);
}
.section_02.active .sec02_slider_text::before {
	animation: sec02_page ease-in-out .8s .5s forwards;
}
.swiper-pagination {
	width: 800px !important;
	display: flex;
	justify-content: space-between;
	left: -880px !important;
	bottom: -140px !important;
	opacity: 0;
	transform: translateX(100px);
}
.section_02.active .swiper-pagination {
	animation: sec02_page ease-in-out .8s .5s forwards;
}
@keyframes sec02_page {
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 94px;
	height: 94px;
	border-radius: 10px;
	background-size: inherit;
	background-position: center;
	position: relative;
	opacity: 1 !important;
	transition: .3s;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover {
	transform: translateY(-10px);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover::after {
	transform: translateY(10px);
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1) {
	background-image: url("../img/sec02_icon01_n2.png");
	background-color: #FE6E27;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2) {
	/*background-image: url("../img/sec02_icon02_n2.png");*/
	background-image: url("../img/sec02_icon03_n2.png");
	background-color: #033656;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3) {
	/*background-image: url("../img/sec02_icon03_n2.png");*/
	background-image: url("../img/sec02_icon04_n2.png");
	background-color: #FE6E27;
}
/*.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4) {
	background-image: url("../img/sec02_icon04_n2.png");
	background-color: #033656;
}*/

.swiper-pagination-clickable .swiper-pagination-bullet::after {
	position: absolute;
	bottom: -190px;
	left: 0;
	display: inline-block;
	transition: .3s;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1)::after {
	content: url("../img/sec02_text01_n.png");
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2)::after {
	/*content: url("../img/sec02_text02_n.png");*/
	content: url("../img/sec02_text03_n.png");
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3)::after {
	/*content: url("../img/sec02_text03_n.png");*/
	content: url("../img/sec02_text04_n.png");
}
/*.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4)::after {
	content: url("../img/sec02_text04_n.png");
}*/



/*.section_02 .ect {*/
/*	position:absolute;*/
/*	left: 40vw;*/
/*	top: calc(50% - 200px);*/
/*	width: 182px;*/
/*	height: 182px;*/
/*	background-image:url('../img/main/section02_slider_ect.png?new');*/
/*	background-position: 100% center;*/
/*	font-size:0px;*/
/*	transform:translateX(-50%);*/
/*	z-index: 6;*/
/*	opacity: 0;*/
/*	visibility:hidden;*/
/*}*/

/*.section_02.active .ect {*/
/*	animation: s2__act__ani 1s 2s ease-out both;*/
/*}*/

/*@keyframes s2__act__ani {*/
/*	from {*/
/*		opacity: 0;*/
/*		visibility:hidden;*/
/*		clip:rect(0,182px,0,0);*/
/*	}*/

/*	to {*/
/*		opacity: 1;*/
/*		visibility:visible;*/
/*		clip:rect(0,182px,182px,0);*/
/*	}*/
/*}*/





.section_03_wrap {
	height: 100vh;
}

.sec03_s01 {
	/*background-image: url("../img/main/sec03_bg01.jpg");*/
	background-color: rgba(3, 54, 86, 0.2);
}
.sec03_s02 {
	background-image: url("../img/sec03_bg02_n.jpg");
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 130px 0 0;
}

.sec03_s01 > div {
	display: flex;
	margin: 0 auto;
	width: fit-content;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 100px;
}
.sec03_a_01 {
	position: relative;
	margin-top: 50px;
	margin-right: 100px;
	opacity: 0;
	transform: translateX(100px);
}
.section_03.active .swiper-slide-active .sec03_a_01 {
	animation: sec03_a_01 ease-in-out 1s .3s forwards;
}
@keyframes sec03_a_01 {
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}
.root_daum_roughmap .map > div:nth-child(2) {
	display: none !important;
}
.wrap_controllers, .root_daum_roughmap .cont {
	display: none !important;
}

.sec03_btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
	width: 100%;
}
.sec03_btn_box > a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	color: #033656;
	width: 100%;
	height: 70px;
	letter-spacing: 0.8px;
	border: 1px solid #03365680;
}

.sec03_a_02 {
	margin-left: 100px;
	opacity: 0;
	transform: translateX(-100px);
}
.section_03.active .swiper-slide-active .sec03_a_02 {
	animation: sec03_a_02 ease-in-out 1s .3s forwards;
}
@keyframes sec03_a_02 {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.location-info {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1.7;
	color: #333;
}

.location-info h2 {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
	color: #033656;
}

.location-box {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.location-box .item h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #222;
}

.location-box .item p {
	font-size: 18px;
	color: #444;
}
.location-box .icon {
	color: #03365673;
	margin-right: 6px;
	font-style: normal;
}





.scroll_down {
	position: absolute !important;
	bottom: 60px;
	right: 135px;
	top: unset !important;
	margin: unset !important;
	transform: unset !important;
	padding: unset !important;
}
.scroll_down::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #FE6E27 !important;
	border-radius: 50%;
	top: calc(50% + 3px);
	transform: translateX(0) translateY(-50%);
	left: 50%;
	animation: scroll_down ease-in-out 1.5s infinite;
}
.sec03_s01 .scroll_down::after {
	background-color: rgba(236, 224, 209, 0.51);
	top: calc(50% + 1px);
}
@keyframes scroll_down {
	from {
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}
	to {
		transform: translateX(50px) translateY(-50%);
		opacity: 0;
	}
}


.section_03 .circle_text {
	position: absolute;
	right: -108px;
	top: -30px;
	width: 185px;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6;

}



.sec03_b_01 {
	position: relative;
	margin-right: 100px;
	opacity: 0;
	transform: translateX(100px);
}
.section_03.active .swiper-slide-active .sec03_b_01 {
	animation: sec03_b_01 ease-in-out 1s .4s forwards;
}
@keyframes sec03_b_01 {
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec03_b_02 {
	margin-left: 100px;
	opacity: 0;
	transform: translateX(-100px);
}
.section_03.active .swiper-slide-active .sec03_b_02 {
	animation: sec03_b_02 ease-in-out 1s .4s forwards;
}
@keyframes sec03_b_02 {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}


.section_03.active .circle_text {
	animation: FadeInUp 0.7s 2s both;
}
@keyframes fadeInUp {
	from {
		margin-top: 60px;
		opacity: 0;
		visibility:hidden;
	}

	to {
		margin-top: 0;
		opacity: 1;
		visibility:visible;
	}
}


.section_03 .circle_text img {
	position:relative;
	z-index: 5;
}

.section_03 .circle_text::before {
	display:block;
	content:'';
	width: 100%;
	height: 100%;
	background-image:url('../img/main/circle_text.png');
	background-repeat: no-repeat;
	background-position:center;
	position:absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	animation:circleRotate 7s linear infinite;
}

@keyframes circleRotate {
	0% {
		transform:rotate(0deg);
	}

	100% {
		transform:rotate(360deg);
	}
}

.section_03.active .title__box {
	animation: fadeInLeft 1s .5s ease both;
}

@keyframes fadeInLeft {
	from {
		margin-left: -40px;
		opacity: 0;
		visibility:hidden;
	}

	to {
		margin-left: 0;
		opacity: 1;
		visibility:visible;
	}
}

.section_03 .link__box {
	display:flex;
	align-items:center;
}

.section_03 .link__box li {
	margin: 0 40px;
	text-align:center;
}

.section_03.active .link__box li:first-child {
	animation: s3__item__Ani__A 600ms 1.2s ease both;
}

.section_03.active .link__box li:nth-child(2) {
	animation: s3__item__Ani__B 600ms 1.8s ease both;
}

.section_03.active .link__box li:nth-child(3) {
	animation: s3__item__Ani__A 600ms 2.4s ease both;
}

@keyframes s3__item__Ani__A {
	from {
		margin-top: 60px;
		transform:scale3d(1.1,1.1,1.1);
		opacity: 0;
		visibility:hidden;
	}

	to {
		margin-top: 0;
		transform:scale3d(1,1,1);
		opacity: 1;
		visibility:visible;
	}
}

@keyframes s3__item__Ani__B {
	from {
		margin-top: -60px;
		transform:scale3d(1.1,1.1,1.1);
		opacity: 0;
		visibility:hidden;
	}

	to {
		margin-top: 0;
		transform:scale3d(1,1,1);
		opacity: 1;
		visibility:visible;
	}
}


.section_03 .link__box li .image {
	width: 155px;
	height: 176px;
	background-image:url('../img/main/section03_item_bg.png?new');
	background-position:0 center;
	font-size:0px;
	margin-bottom: 40px;
}

.section_03 .link__box li:nth-child(2) .image {
	background-position:-246px center;
}

.section_03 .link__box li:nth-child(3) .image {
	background-position:-485px center;
}

.section_03 .link__box li:last-child {
	margin-right: 0;
}

.section_03 .link__box li .view__more__btn {
	font-size:14px;
	font-family:'Montserrat-Bold';
	letter-spacing:1px;
	padding: 8px 15px;
	border:1px  solid #b0aa9e;
	border-width:1px 0;
	transition-duration: 400ms;
}

.section_03 .link__box li .view__more__btn:hover {
	border-color: #000;
	letter-spacing:2px;
}




.tourist-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 50px;
	text-align: center;
}
.tourist-header h2 {
	font-size: 40px;
	color: #033656;
}
.tourist-header p {
	color: #000;
	font-size: 20px;
}


.tourist-grid-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.tourist-grid-container > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.tourist-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	width: 200px;
	height: 238px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(50, 50, 93, 0) 0px 13px 27px -5px, rgba(0, 0, 0, 0) 0px 8px 16px -8px;
	transition: .3s;
}

.tourist-card:hover {
	transform: translateY(-6px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tourist-card > div {
	position: relative;
}
.tourist-img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	filter: brightness(0.75);
}
.tourist-info {
	padding: 16px;
	position: absolute;
	top: 10px;
}
.tourist-info h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 2px 2px black;
}
.tourist-info .time-tag {
	display: inline-block;
	margin: 6px 0 10px;
	padding: 2px 10px;
	font-size: 13px;
	background: #fff;
	color: #000;
	border-radius: 999px;
}

.tourist-card > p {
	font-size: 14px;
	color: #000;
	padding: 10px;
	text-align: center;
}







.section_04_wrap {
	background-image: url("../img/main/sec04_bg.jpg");
	height: 400px;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.facility-icons {
	padding: 120px 20px;
	background: #033656;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
}

.facility-icons h2 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 700;
}

.facility-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.facility-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	color: #fff;
	transition: transform 0.3s ease;
}

.facility-list li:hover {
	transform: translateY(-4px);
}

.facility-list i {
	font-size: 28px;
	margin-bottom: 8px;
	color: #fff;
}

.facility-list span {
	margin-top: 4px;
	font-weight: 500;
}


.section_04_wrap > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 110px;
	margin-right: 110px;
}
.section_04_wrap > a > img:nth-child(1) {
	margin-bottom: 20px;
	transition: .3s;
}
.section_04_wrap > a:hover > img:nth-child(1) {
	transform: translateY(-10px);
}
.sec04_icon01, .sec04_icon02, .sec04_icon03 {
	opacity: 0;
	transform: translateY(40px);
}
.section_04.active .sec04_icon01 {
	animation: sec04_icon ease-in-out .8s forwards;
}
.section_04.active .sec04_icon02 {
	animation: sec04_icon ease-in-out .8s .3s forwards;
}
.section_04.active .sec04_icon03 {
	animation: sec04_icon ease-in-out .8s .6s forwards;
}
@keyframes sec04_icon {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@media screen and (max-width:1920px) and (min-width:1740px) {


	.section_02 .ect {
		left: 33vw;
	}
}

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


	.section_02 .ect {
		left: 30vw;
	}

	.section_02 .swiper-container {
		width: 790px;
	}

	.section_02 .swiper_premium_slider .swiper-slide {
		width: 250px !important;
		height: 220px !important;
	}
}
