@charset "utf-8";
.slide_swiper {
	position: absolute;
    bottom: 40px;
    width: 100%;
    height: 260px;
    overflow: hidden;
    transition: all 500ms ease-in-out; 
}

.slide_swiper .swiper {
	background-color: #fff;
    height: 262px;
    width: 860px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
	position:relative
}

.slide_swiper.slidedown {
	transform: translateY(2px);
	height: 50px;
	bottom: 0;
}

.slide_swiper .btn-slide {
    position: absolute;
    right: 30px;
    top: 15px;
    background: url(../images/btn-arrow-down.png) no-repeat right center;
    background-size: 30px auto;
    padding-right: 36px;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
}

.slide_swiper .btn-slide::after {
    content: '접어두기';
}

.slide_swiper.slidedown .btn-slide {
    background: url(../images/btn-arrow-up.png) no-repeat right center;
    background-size: 30px auto;
}

.slide_swiper.slidedown .btn-slide::after {
    content: '공간탐색';
}

.main_wrap_en .slide_swiper .btn-slide::after {
    content: 'Close';
}

.main_wrap_en .slide_swiper.slidedown .btn-slide::after {
    content: 'Open';
}


.slide_swiper .inner{
	position:relative;
	width:680px;
	overflow:hidden;
	margin:20px auto 0;
}
.swiper-wrapper {
    align-items: center;
}
.swiper-slide {
    display: flex;
    width:416px; 
	height:auto; 
	transform:translateY(-10px) scale(0.55, 0.75);
	transition: all 400ms ease-in-out; 
	border-radius:20px;
	opacity:.3;
	justify-content: center;
}

.swiper-slide a {
    display: block;
    position: relative;
    z-index: 9;
}

.swiper-slide a h2 {
    display: none;
    transition-duration:.3s;
}

.swiper-slide.swiper-slide-next {
	transform:scale(1);
	z-index: 10;
	opacity:1;
	transform-origin: top;
}

.swiper-slide.swiper-slide-next a h2 {
        top: 0;
        justify-content: center;
        width: 100%;
        height: 100%;
        left: 0;
        text-indent: -9999px;
        position: absolute;
        display: flex;
}

.swiper-slide.slide01.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-1-txt.png') no-repeat 0 0;
    background-size: 100%;
}

.swiper-slide.slide02.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-2-txt.png') no-repeat 0 0;
    background-size: 100%;
}

.swiper-slide.slide03.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-3-txt.png') no-repeat 0 0;
    background-size: 100%;
}

.swiper-slide.slide04.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-4-txt.png') no-repeat 0 0;
    background-size: 100%;
}

.swiper-slide.slide05.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-5-txt.png') no-repeat 0 0;
    background-size: 100%;
}

.main_wrap_en .swiper-slide.slide01.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-1-txt-en.png') no-repeat 0 0;
    background-size: 100%;
}

.main_wrap_en .swiper-slide.slide02.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-2-txt-en.png') no-repeat 0 0;
    background-size: 100%;
}

.main_wrap_en .swiper-slide.slide03.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-3-txt-en.png') no-repeat 0 0;
    background-size: 100%;
}

.main_wrap_en .swiper-slide.slide04.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-4-txt-en.png') no-repeat 0 0;
    background-size: 100%;
}

.main_wrap_en .swiper-slide.slide05.swiper-slide-next a h2 {
    background: url('../images/img-navi-thumb-5-txt-en.png') no-repeat 0 0;
    background-size: 100%;
}

.swiper-button-up {
    background: url("../images/btn-arrow-up.png") no-repeat center center white;
    width: 55px;
    height: 22px;
    margin: auto;
}

.swiper-button-prev {
    background: url("../images/btn-arrow-pre-n.png") no-repeat center center;
    width: 55px;
    height: 55px;
    left: 30px;
}

.swiper-button-prev:hover {
    background: url("../images/btn-arrow-pre-hs.png") no-repeat center center;
}

.swiper-button-prev::after {
    content: '';
}

.swiper-button-next {
    background: url("../images/btn-arrow-next-n.png") no-repeat center center;
    width: 55px;
    height: 55px;
    right: 30px;
}

.swiper-button-next:hover {
    background: url("../images/btn-arrow-next-hs.png") no-repeat center center;
    width: 55px;
    height: 55px;
}

.swiper-button-next::after {
    content: '';
}

.main_wrap_en .swiper-slide.slide02.swiper-slide-next a h2 {
    font-size: 2.1rem;
}


@media screen and (max-width: 1024px) {
    .slide_swiper {
		position: relative;
		bottom: 0;
        height: 230px;
        margin-top: -10px;
	}
	
	.slide_swiper .swiper {
		width: 100% ;
		height: 100%;
		border-radius: 10px 10px 0 0;
	}
	
	.slide_swiper .inner{
		width: 90% ;
		margin: 0 auto;
		padding-top: 20px;
		height: 100%;
	}

    .swiper-slide a img {
        width: 100%;
    }
    
    
    .swiper-slide {
	    transform: translateY(30px) scale(0.8);

	}
	
	.slide_swiper .btn-slide {
	    display: none;
	}
	
	.swiper-slide.swiper-slide-next {
        transform:translateY(0) scale(1.4);
    }
    
    .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        right: 0;
        margin-top: -15px;
    }
    
    .swiper-button-next:hover {
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        right: 0;
    }
    
    .swiper-button-prev{
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        left: 0;
        margin-top: -15px;
    }
    
    .swiper-button-prev:hover{
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        left: 0;
    }
}


@media screen and (max-width: 800px) {
	.swiper-slide {
		transform: translateY(20px) scale(0.8, 1);
	}
	iframe {
        height: calc(100vh - 310px);
    }
}

@media screen and (max-width: 640px) {
    iframe {
        height: calc(100vh - 240px);
    }
    .slide_swiper {
        height: 200px;
    }
    .swiper-slide {
        transform: translateY(30px) scale(1, 1.2);
    }
    
    .swiper-slide.swiper-slide-next {
        transform:translateY(-20px) scale(1.8);
    }
}


@media screen and (max-width: 480px) {
    .slide_swiper {
        height: 160px;
    }
    iframe {
        height: calc(100vh - 200px);
    }
    .swiper-slide {
        transform: translateY(20px) scale(1, 1.2);
    }
}

@media screen and (max-width: 360px) {
    .slide_swiper {
        height: 130px;
    }
    iframe {
        height: calc(100vh - 170px);
    }
    .swiper-slide.swiper-slide-next {
        transform:translateY(-20px) scale(2);
    }
} 
