.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
    box-sizing: border-box;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}

/*another*/
#quick{
    position: absolute;
    opacity: 0;
    animation: fadeIn 0.75s 7s forwards;
    right: 4.5%;
    top: 120px;
    bottom: auto;
    transform: translate(0);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#quick .linkWrap{
	margin-top:5%;
}
#quick .map{
}
#quick .list_wrap{
    opacity: 1;
    animation: none;
    background-color: rgba(1,1,1,0.2);
    border-radius: 30px;
    padding: 10px 30px;
    gap: 30px;
    margin-left: 10px;
    margin-bottom: 5%;
    transform: scale(0.8);
	transform-origin: right;
}
#quick .list_wrap .listcon{
    display: flex;
    align-items: center;
    position: relative;
}
#quick .list_wrap .listcon:after{
    content:"";
    height: 15px;
    position: absolute;
    right: -15px;
    top:50%;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
}
#quick .list_wrap .listcon:nth-last-child(1):after{
    display: none;
}
#quick .open_info{
    position: relative;
    color:#333;
    font-size: 24px;
    font-weight: 300;
    padding: 0 10px;
    transition: 0.5s all;
}
#quick.color .open_info{
    color:#333;
}
#quick .open_info:before{
    content:"";
    height: 75%;
    width: 1px;
    background: #333;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    transition: 0.5s all;
}
#quick .open_info:after{
    content:"";
    height: 75%;
    width: 1px;
    background: #333;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    transition: 0.5s all;
}
#quick.color .open_info:before,
#quick.color .open_info:after{
    background: #333;
}

@media(max-width:1080px){
	.mainWrap #quick{
	}
	.mainWrap #quick .map{
		transform: translateX(-2px);
		margin: 0 auto 5%;
	}
	#quick img{
		width:20px;
	}
}




.mainWrap{
    /* overflow: hidden; */
    width: 100%;
	position:relative;
}
body,html,.header_wrap{
    max-width: 1920px !important;
    margin:0 auto !important;
}

body::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 5px;
    display: none;
}
body::-webkit-scrollbar-thumb {
    background-color: #373d71;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
body::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

#header{
    opacity: 0;
    animation: fadeIn 1s 7s forwards;
}


.sec .fp-tableCell{
    width: 100%;
}

.mainWrap .Slider, .mainWrap .Slider .slick-list, .mainWrap .slick-track{
	height:100%;
    clear: both;
}

.mainWrap .sec{
    height: 100vh !important;
}

.mainWrap .fp-scroller{
    height: 100%;
}

.mainVisual {
    width: 100%;
    position: relative;
    height: 100%;
    display:flex;
    align-items: center;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    transform: scale(1.2);
    padding-top: 6%;
    animation: scale_1 4s forwards;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.mainVisual .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/mainVIsual_bg4.jpg?v=4) center top / cover no-repeat;
    opacity: 0.2;
}
.mainVisual .bg_on{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/mainVIsual_bg4.jpg?v=5) center 90% / cover no-repeat;
    opacity: 0;
    animation: mainVisual_bg_on2 2s 4s forwards;
    /* backdrop-filter: blur(20px); */
    transform: translateZ(0);
    will-change: filter, transform;
}
@keyframes mainVisual_bg_on{
    0%{
        opacity: 0;
        filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    50%{
        opacity: 1;
        filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    100%{
        opacity: 1;
        filter: blur(0);
        backdrop-filter: blur(0);
    }
}
@keyframes mainVisual_bg_on2{
    0% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.mainVisual.active_show .bg{
    animation: mainVisual_bg 3s forwards;
}
@keyframes mainVisual_bg{
    0%{
        background-position-y:0;
        opacity: 0.2;
    }
    50%{
        background-position-y:0;
        opacity: 1;
    }
    to{
        background-position-y:95%;
        opacity: 1;
    }
}
.mainVisual .text{
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 15.5%;
    padding-left: 5%;
}
.mainVisual .text .slogan{
    width: 600px;
    /* animation: mainVisual_slogan 1s 4s forwards; */
    /* opacity: 0.7; */
    /* filter: invert(1); */
}
@keyframes mainVisual_slogan{
    to{
        width: 600px;
        transform: translateX(-25%);
    }
}
.mainVisual .text .st0 {
    stroke: #858585;
    stroke-width: 0.15;
    fill: #858585;
    /* stroke-dasharray: 827.9325561523438; */
    /* stroke-dashoffset: 827.9325561523438; */
    transition: 1s all;
    /* animation: draw 4s 2s ease forwards; */
	animation: st0_pc 1s 2s forwards;
}
@keyframes st0_pc{
	to{
		stroke: #fff;
		fill: #fff;
	}
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
        fill: #fff;
    }
}
.mainVisual .text .title{
    margin-bottom: 3%;
    display: flex;
    align-items: flex-start;
   /* gap: 10px;*/
    justify-content: center;
    flex-direction: column;
    font-family: var(--serif);
    color:var(--main-color);
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}
.mainVisual .text .title_con{
    opacity: 0;
	letter-spacing:-2px;
}
.mainVisual .text .title_con.--01{
    text-align: left;
    animation: fadeInUp 1s 5s forwards; margin-bottom:10px;
}
.mainVisual .text .title_con.--02{
    text-align: left;
    animation: fadeInUp 1s 5.25s forwards;
    padding-left: 0;
}
.mainVisual .text .title_con.--03{
    margin-bottom: 0;
    text-align: right;
    animation: fadeInUp 1s 5.5s forwards;
    padding-left: 7px;
    padding-left: 7px;
    position: relative;
    top: -5px;
}
.mainVisual .text .name{
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
	line-height:140%;
}
.mainVisual .text .name::before{
    content:"";
    width:100%;
    height:2px;
    position: absolute;
    left:-100%;
    top:50%;
    transform: translateY(-50%);
    background: var(--main-color);
    animation: mainVisual_name 0.75s 6s forwards;
}
@keyframes mainVisual_name{
    to{
        left:100%;
    }
}
.mainVisual .text .name span{
    opacity: 0;
    animation: fadeIn 1s 6.5s forwards;
    letter-spacing:-6px;
}
.mainVisual .canvasCon {
    width: 1500px;
    position: absolute;
    left: 15%;
    top: 0;
    height: 1000px;
    overflow: hidden;
    z-index: 10;
    animation: mainVisual_canvascon 1s 6s forwards;
}
@keyframes mainVisual_canvascon{
    to{
        left: 45%;
        top: -5%;
    }
}

.mainVisual .open_info2{
    position: relative;
    color:#333;
    font-size: 24px;
    font-weight: 300;
    padding: 0 2.5%;
    transition: 0.5s all;
    display:none;
    opacity:0;
    animation:fadeInUp 1s 7s forwards;
}
.mainVisual .open_info2{
    color:#333;
}
.mainVisual .open_info2 .bold{
	padding-right:5px;
}
.mainVisual .open_info2:before{
    content:"";
    height: 75%;
    width: 1px;
    background: #333;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    transition: 0.5s all;
}
.mainVisual .open_info2:after{
    content:"";
    height: 75%;
    width: 1px;
    background: #333;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    transition: 0.5s all;
}
.mainVisual .open_info2:before,
.mainVisual .open_info2:after{
    background: #333;
}

.mainVisual .footer_txt{
	position: absolute;
    bottom: 3%;
    left: 3%;
    color: #fff;
	opacity: 0;
    animation: fadeIn 1s 4s forwards;
}

.scroll_down{
	position: fixed;
	bottom: 86.5%;
	transition: 0.75s all;
	left: 5%;
	transform: translateX(-50%) translateX(1.5px);
	z-index: 100;
    opacity: 0;
    animation: fadeIn 1s 4s forwards;
}
.scroll_down .con{
    color: #fff;
    position: relative;
    font-family: var(--font-kr1);
    font-weight: 200;
    /* font-size: 0; */
}
.scroll_down .con::before{
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -5px;
    background-color: #d1b2ba;
}
.scroll_down .con::after{
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -5px;
    background-color: #fff;
    animation:scroll_con 5s infinite;
}
@keyframes scroll_con {
	0%{
        height:10px;
    }  
    50%{
        height:50px;
    }
    100%{
        height: 10px;
    }
}

/*ÃªÂ³ÂµÃ­â€ Âµ*/
.section .wrap {
    width: 100%;
    height: 100%;
}
.section .swiper-container {
    width: 100%;
    height: 100%;
}
.section .slideCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section.brand{
    position: relative;
    overflow: hidden;
}
.section.brand .wrap{
    padding: 10% 5% 0 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.section.brand .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_brand_bg.jpg?v=4) center center / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
}
.section.brand.fp-completely .bg{
    transform: scale(1);
}
.section.brand .content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
}
.section.brand .text {
    position: relative;
    padding-left: 20%;
}
.section.brand .text .slogan{
    font-family: var(--font-en1);
    font-size: 50px;
    margin-bottom: 20px;
    transform: translateY(100%);
}
.section.brand.fp-completely .text .slogan{
    animation: transY_0 0.75s 1s forwards;
}
@keyframes transY_0{
    to{
        transform: translateY(0);
    }
}
.section.brand .text .subject{
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom: 7.5%;
    font-family: var(--serif);
    font-size: 40px;
    opacity: 0;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start;
}
.section.brand .text .subject_con .point{
    color:var(--main-color);
}
.section.brand.fp-completely .text .subject{
    animation: fadeIn 1s 1.5s forwards;
}
.section.brand .text .line{
    background: #333;
    height: 0px;
    width: 1px;
    margin: 10px 0;
}
.section.brand.fp-completely .text .line{
    animation: brand_line 1s 1.25s forwards;
}
@keyframes brand_line{
    to{
        height: 100px;
    }
}
.section.brand .text .explain{
    opacity: 0;
    font-size: 17px;
    color: #333;
}
.section.brand.fp-completely .text .explain{
    animation: fadeInUp 1s 2s forwards;
}
.section.brand .text .explain_con{
    margin-bottom: 15px;
}
.section.brand .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.brand .image{
    position: relative;
    z-index: -1;
    opacity: 0;
}
.section.brand.fp-completely .image{
    animation: fadeInUp_25 1.5s ease-in-out forwards;
}
.section.brand .image:before{
    content: '';
    position: absolute;
    top: 0; left: -150%;
    width: 100%; height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.2) 50%, 
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    border-radius: 30px;
}
.section.brand.fp-completely .image:before{
    animation: shine 6s 2s forwards;
}

@keyframes shine {
    0% { left: -150%; }
    20% { left: 150%; } 
    100% { left: 150%; } 
}
@keyframes fadeInUp_25{
    0%{
        opacity: 0;
        transform: translateY(25%);
    }
    100%{
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes polygonExpand {
    0% {
        clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
        opacity: 0;
    }
    50% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 0.5;
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 1;
    }
}

.section.location{
    position: relative;
    overflow: hidden;
}
.section.location .wrap{
    padding: 5% 0 0 0;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #efece7;
    align-items: center;
}
.section.location .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_location_bg.jpg?v=4) center bottom / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    opacity: 0;
}
.section.location.fp-completely .bg{
    transform: scale(1);
    opacity: 1;
}
.section.location .content{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.section.location .image{
    margin-right: 5%;
    opacity: 0;
}
.section.location.fp-completely .image{
    animation: fadeInUp_25 1.5s ease-in-out forwards;
}
.section.location .text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5% 0 0;
    justify-content: space-between;
}
.section.location .text .topArea{

}
.section.location .text .topArea .slogan{
    margin-bottom: 7.5%;
    transform: translateY(100%);
}
.section.location.fp-completely .text .topArea .slogan{
    animation: transY_0 0.75s 1s forwards;
}
.section.location .text .topArea .line{
	background: #333;
	height: 1px;
	width: 0;
	margin: 0 0 10%;
    transition: 0.75s 1.5s all;
}
.section.location.fp-completely .text .topArea .line{
    opacity: 1;
    width: 100px;
}
.section.location .text .topArea .listWrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
.section.location .text .topArea .listcon{
    opacity: 0;
}
.section.location.fp-completely  .text .topArea .listcon{
    animation: fadeInUp 1s 1.75s forwards;
}
.section.location .text .topArea .listcon .title{
    font-size: 24px;
    margin-bottom: 5%;
    font-family: var(--serif);
    letter-spacing: -1.5px;
    font-weight: 600;
}
.section.location .text .topArea .listcon .explain{
    color: #666;
    font-weight: 300;
    font-size: 17px;
}
.section.location .text .topArea .listcon .explain_con{
    margin-bottom: 2.5%;
}
.section.location .text .topArea .listcon .explain_con:nth-last-child(1){

    margin-bottom: 0;
}
.section.location .text .logo{
    text-align: right;
    opacity: 0;
}
.section.location .text .logo img{
	transform: scale(0.7);
	transform-origin: right;
}
.section.location.fp-completely .text .logo{
    animation: fadeInUp 1s 2.5s forwards;
}
.section.premium{
}
.section.premium.action2 .wrap{
    transform: translateX(-60%);
}
.section.premium .wrap{
    display: flex;
	transition:1s all;
}
.section.premium .left{
    width: 60%;
    height: 100%;
    flex:0 0 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.section.premium .left .imageWrap{
    display: flex;
    gap: 60px;
}
.section.premium .left .image_list{

}
.section.premium .left .image_list.--02{
	margin-top: 15%;
}
.section.premium .left .image{
    margin-bottom: 15%;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: 1.5s all;
    position: relative;   
}
.section.premium .left .image_text{
    position: absolute;
    right: 15px;
    bottom:15px;
    color:#fff;
    font-size: 14px;
    font-weight: 300;
}
.section.premium .left .image_list.--01 .image{
    transition-delay: 0.5s;
}
.section.fp-completely.premium.action1 .left.--first .image_list .image,
.section.active.premium.action1 .left.--first .image_list .image{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.section.fp-completely.premium.action2 .left.--second .image_list .image,
.section.active.premium.action2 .left.--second .image_list .image{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.section.premium .left .title{
    font-size: 24px;
    font-family: var(--serif);
    font-weight: 600;
    margin-bottom: 7.5%;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: 1s all;
}
.section.premium .left .--second .title{
    transition-delay: 0.5s all;
}
.section.premium .left .title_con{
    margin-bottom: 2.5%;
}
.section.premium .left .title_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.fp-completely.premium.action1 .left.--first .image_list .title,
.section.active.premium.action1 .left.--first .image_list .title{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.section.fp-completely.premium.action2 .left.--second .image_list .title,
.section.active.premium.action2 .left.--second .image_list .title{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.section.premium .left .explain{
    font-weight: 300;
    font-size: 17px;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: 1s 1s all;
}
.section.premium .left .--second .explain{
    transition-delay: 1.25s all;
}
.section.premium .left .explain_con.--color{
    color:var(--main-color);
    font-weight: 400;
}
.section.fp-completely.premium.action1 .left.--first .image_list .explain,
.section.active.premium.action1 .left.--first .image_list .explain{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.section.fp-completely.premium.action2 .left.--second .image_list .explain,
.section.active.premium.action2 .left.--second .image_list .explain{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.section.premium .left .explain_con{
    margin-bottom: 4%;
    letter-spacing: -1px;
}
.section.premium .left .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium .right{
    width: 40%;
    flex:0 0 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.5%;
    padding-top: 60px;
}
.section.premium .right .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main_premium_bg.jpg?v=4) center center / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    z-index: 0;
}
.section.fp-completely.premium .right .bg {
    transform: scale(1);
}
.section.premium .right .text{
    opacity: 0;
}
.section.fp-completely.premium .right .text,
.section.active.premium .right .text{
    animation:fadeIn 1s 1.75s forwards;
}
@keyframes fadeInUp_50{
    0%{
        opacity: 0;
        transform: translateY(50%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.section.premium .right .text .slogan{
    font-family: var(--font-en2);
    font-size: 50px;
    margin-bottom: 2.5%;
}
.section.fp-completely.premium .right .text .slogan{
}
.section.premium .right .text .line{
    height: 0;
    background: #333;
    width: 1px;
    margin-bottom: 5%;
    transition: 0.75s 1s all;
}
.section.fp-completely.premium .right .text .line{
    height: 100px;
}
.section.premium .right .text .subject{
    font-family: var(--serif);
    font-size: 40px;
    font-weight: 700;
}
.section.fp-completely.premium .right .text .subject{
}
.section.premium .right .text .subject_con{
    margin-bottom: 2%;
}
.section.premium .right .text .subject_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium .right .text .subject_con .--color{
    color:var(--main-color)
}
.section.premium .right .text .explain{
    font-size: 17px;
    margin-bottom: 5%;
    color: #333;
}
.section.fp-completely.premium .right .text .explain{
}
.section.premium .right .text .explain_con{
    margin-bottom: 1.75%;
}
.section.premium .right .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium .right .image{
    display: flex;
    gap:10px;
}
.section.premium .right .image_list{
    opacity: 0;
}
.section.fp-completely.premium .right .image_list,
.section.active.premium .right .image_list{
    animation: fadeIn 1s 2.25s forwards;
}


.section .sec.design{

}
.section .sec.design .wrap{
    display: flex;
}
.section .sec.design .left{
    width: 60%;
    height: 100%;
    flex:0 0 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.section .sec.design .left .imageWrap{
    display: flex;
    gap:20px;
}
.section .sec.design .left .image_list{

}
.section .sec.design .left .image{
    margin-bottom: 7.5%;
    opacity: 0;
}
.section.fp-completely .sec.design .left .image_list.--01 .image{
}
.section.fp-completely .sec.design .left .image_list.--01 .image,
.section.active .sec.design .left .image_list.--01 .image{
    animation: fadeInLeft 1.5s 0.5s forwards;
}
.section.fp-completely .sec.design .left .image_list.--02 .image,
.section.active .sec.design .left .image_list.--02 .image{
    animation: fadeInLeft 1.5s forwards;
}
.section .sec.design .left .explain{
    font-weight: 300;
    font-size: 17px;
    opacity: 0;
}
.section.fp-completely .sec.design .left .image_list.--01 .explain,
.section.active .sec.design .left .image_list.--01 .explain{
    animation: fadeInUp 1s 1s forwards;
}
.section.fp-completely .sec.design .left .image_list.--02 .explain,
.section.active .sec.design .left .image_list.--02 .explain{
    animation: fadeInUp 1s 0.5s forwards;
}
.section .sec.design .left .explain_con{
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.section .sec.design .left .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section .sec.design .right{
    width: 40%;
    flex:0 0 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.5%;
    padding-top: 60px;
}
.section .sec.design .right .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main_design_bg.jpg?v=4) center center / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    z-index: -1;
}
.section.fp-completely .sec.design .right .bg {
    transform: scale(1);
}
.section .sec.design .right .text{
    margin-bottom: 12.5%;
    opacity: 0;
}
.section.fp-completely .sec.design .right .text,
.section.active .sec.design .right .text{
    animation:fadeIn 1s 1.75s forwards;
}
@keyframes fadeInUp_50{
    0%{
        opacity: 0;
        transform: translateY(50%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.section .sec.design .right .text .slogan{
    font-family: var(--font-en2);
    font-size: 50px;
    margin-bottom: 2.5%;
}
.section.fp-completely .sec.design .right .text .slogan{
}
.section .sec.design .right .text .line{
    height: 100px;
    background: #333;
    width: 1px;
}
.section.fp-completely .sec.design .right .text .line{
}
.section .sec.design .right .text .subject{
    font-family: var(--font-kr1);
    font-size: 50px;
    margin-bottom: 5%;
}
.section.fp-completely .sec.design .right .text .subject{
}
.section .sec.design .right .text .subject_con{

}
.section .sec.design .right .text .subject_con.--small{
    font-size: 26px;
    margin-bottom: 1.25%;
    display: inline-block;
}
.section .sec.design .right .text .explain{
    font-size: 17px;
    font-weight: 300;
}
.section.fp-completely .sec.design .right .text .explain{
}
.section .sec.design .right .text .explain_con{
    margin-bottom: 15px;
}
.section .sec.design .right .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section .sec.design .right .image{
    display: flex;
    gap:10px;
}
.section .sec.design .right .image_list{
    opacity: 0;
}
.section.fp-completely .sec.design .right .image_list,
.section.active .sec.design .right .image_list{
    animation: fadeIn 1s 2.25s forwards;
}

.section .sec.community{

}
.section .sec.community .wrap{
    display: flex;
}
.section .sec.community .left{
    width: 40%;
    flex:0 0 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-top: 60px;
}
.section .sec.community .left .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main_community_bg.jpg?v=4) center center / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    z-index: -1;
}
.section .swiper-slide-active .sec.community .left .bg {
    transform: scale(1);
}
.section .sec.community .left .text{
    margin-bottom: 12.5%;
}
.section .sec.community .left .text .slogan{
    font-family: var(--font-en2);
    font-size: 50px;
    margin-bottom: 2.5%;
    transform: translateY(200%);
}
.section .swiper-slide-active .sec.community .left .text .slogan{
    animation: transY_0 1s 1s forwards;
}
.section .sec.community .left .text .line{
    height: 100px;
    background: #333;
    width: 1px;
    opacity: 0;
}
.section .swiper-slide-active .sec.community .left .text .line{
    animation: fadeIn 1s 1.5s forwards;
}
.section .sec.community .left .text .subject{
    font-family: var(--font-kr1);
    font-size: 50px;
    margin-bottom: 5%;
    opacity: 0;
}
.section .swiper-slide-active .sec.community .left .text .subject{
    animation: fadeIn 1s 2s forwards;
}
.section .sec.community .left .text .subject_con{

}
.section .sec.community .left .text .subject_con.--small{
    font-size: 26px;
    margin-bottom: 1.25%;
    display: inline-block;
}
.section .sec.community .left .text .explain{
    font-size: 17px;
    font-weight: 300;
    opacity: 0;
}
.section .swiper-slide-active .sec.community .left .text .explain{
    animation: fadeIn 1s 2.5s forwards;
}
.section .sec.community .left .text .explain_con{
    margin-bottom: 15px;
}
.section .sec.community .left .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section .sec.community .left .image{
    display: flex;
    gap:10px;
}
.section .sec.community .left .image_list{
    clip-path: inset(0 100% 0 0);
}
.section .swiper-slide-active .sec.community .left .image_list{
    animation: clip_1 1s 1s forwards;
}
.section .sec.community .right{
    width: 60%;
    height: 100%;
    flex:0 0 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.section .sec.community .right .imageWrap{
    display: flex;
    gap:20px;
}
.section .sec.community .right .image_list{
    opacity: 0;
}
.section .swiper-slide-active  .sec.community .right .image_list.--01{
    animation: fadeInRight 1.5s 1.5s forwards;
}
.section .swiper-slide-active  .sec.community .right .image_list.--02{
    animation: fadeInRight 1.5s 1.75s forwards;
}
.section .swiper-slide-active  .sec.community .right .image_list.--03{
    animation: fadeInRight 1.5s 2s forwards;
}
.section .sec.community .right .image{
    margin-bottom: 7.5%;
}
.section .swiper-slide-active .sec.community .right .image{

}
.section .sec.community .right .subject{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 2.5%;
    /* font-family: var(--font-kr1); */
    opacity: 0;
}
.section .swiper-slide-active .sec.community .right .subject{
    animation: fadeInUp 1.25s 1.75s forwards;
}
.section .sec.community .right .explain{
    font-weight: 300;
    font-size: 17px;
    opacity: 0;
}
.section .swiper-slide-active .sec.community .right .explain{
    animation: fadeInUp 1s 2s forwards;
}
.section .sec.community .right .explain_con{
    margin-bottom: 4%;
    letter-spacing: -1px;
}
.section .sec.community .right .explain_con:nth-last-child(1){
    margin-bottom: 0;
}

.section.point{
    position: relative;
    overflow: hidden;
}
.section.point .wrap{
    padding: 60px 0 0 0;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #efece7;
}
.section.point .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_point_bg.jpg?v=4) center bottom / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    opacity: 0;
}
.section.point.fp-completely .bg{
    transform: scale(1);
    opacity: 1;
}
.section.point .content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.section.point .text {
    position: relative;
    margin-right: 5%;
}
.section.point .text .slogan{
    font-family: var(--font-en1);
    font-size: 50px;
    margin-bottom: 20px;
    transform: translateY(100%);
}
.section.point.fp-completely .text .slogan{
    animation: transY_0 0.75s 1s forwards;
}
@keyframes transY_0{
    to{
        transform: translateY(0);
    }
}
.section.point .text .subject{
    display: flex;
    gap:20px;
    align-items: center;
    margin-bottom: 60px;
}
.section.point .text .subject_con{
    font-size: 26px;
    font-family: var(--font-kr1);
    font-weight: 700;
    opacity: 0;
}
.section.point.fp-completely .text .subject_con.--left{
    animation: fadeIn 1s 1.25s forwards;
}
.section.point.fp-completely .text .subject_con.--right{
    animation: fadeIn 1s 2.25s forwards;
}
.section.point .text .subject .line{
    background: #333;
    height: 1px;
    width: 0;
}
.section.point.fp-completely .text .subject .line{
    animation: point_line 1s 1.5s forwards;
}
@keyframes point_line{
    to{
        width: 350px;
    }
}
.section.point .text .explain{
    font-weight: 300;
    opacity: 0;
    font-size: 17px;
    margin-bottom: 60px;
}
.section.point.fp-completely .text .explain{
    animation: fadeInUp 1s 2s forwards;
}
.section.point .text .explain_con{
    margin-bottom: 15px;
}
.section.point .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.point .text .btnWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    opacity: 0;
}
.section.point.fp-completely .text .btnWrap{
    animation: fadeInUp 1s 2s forwards;
}
.section.point .text .btnWrap .btn{
    transform: scale(0.9);
}
.section.point .text .btnWrap .btn.active{
    filter: invert(52%) sepia(68%) saturate(5563%) hue-rotate(155deg) brightness(94%) contrast(101%);
}
.section.point .image{
    position: relative;
    clip-path:inset(0 100% 0 0);
}
.section.point.fp-completely .image{
    animation: clip_1 1s 0.5s forwards;
}
.section.point .image .ghost{
    filter: grayscale(1);
    transition: 1s 2s all;
}
.section.point.fp-completely .image .ghost{
    filter: grayscale(0);
}
.section.point .image .img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    opacity: 0;
    transition: 0.75s all;
}
.section.point .image .img.active{
    opacity: 1;
}

.section.prugio{
    position: relative;
    overflow: hidden;
}
.section.prugio .wrap{
    height: 100%;
    background: #fff;
}
.section.prugio.fp-completely .wrap,
.section.prugio.trick .wrap{
    animation: prugio_wrap 2s forwards;
}
@keyframes prugio_wrap{
    to{
        padding: 10% 7.5% 7.5%;
    }
}
.section.prugio .content{
    display: flex;
    justify-content: center;
    padding: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
    position: relative;
    height: 100%;
}
.section.prugio .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_prugio_bg.jpg?v=4) center bottom / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    opacity: 0;
}
.section.prugio.fp-completely .bg,
.section.prugio.trick .bg{
    transform: scale(1);
    opacity: 1;
}
.section.prugio .name{
    color:#7f7f7f;
    margin-bottom: 2.5%;
    opacity: 0;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.section.prugio.fp-completely .name,
.section.prugio.trick .name{
    animation: fadeIn 1s 0.5s forwards;
}
.section.prugio .logo{
    margin-bottom: 2.5%;
    opacity: 0;
}
.section.prugio.fp-completely .logo,
.section.prugio.trick .logo{
    animation: fadeIn 1s forwards;
}
.section.prugio .logo img{
    width: 100%;
    max-width: max-content;
}
.section.prugio .explain{
    margin-bottom: 5%;
    color:#666;
    opacity: 0;
    font-weight: 300;
}
.section.prugio.fp-completely .explain,
.section.prugio.trick .explain{
    animation: fadeIn 1s 0.5s forwards;
}
.section.prugio .explain_con{
    margin-bottom: 5%;
}
.section.prugio .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.prugio .outlink{
    background: #074f51;
    color: #fff;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    padding: 15px;
    min-width: 250px;
    justify-content: center;
    transition: 0.75s all;
    opacity: 0;
}
.section.prugio.fp-completely .outlink,
.section.prugio.trick .outlink{
    animation: fadeIn 1s 1s forwards;
}
.section.prugio .outlink:hover{
    background: #000;
}
.section.prugio .outlink::after{
    content:"";
    position: absolute;
    right:10%;
    top:50%;
    transform: translateY(-50%);
    background: url(../images/main_prugio_ico.png) center center / cover no-repeat;
    width: 15px;
    height: 8px;
    transition: 0.75s all;
}
.section.prugio .outlink:hover::after{
    transform: translate(-50%, -50%);
}


/*scroldown*/
.main_scrolldown{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}
.main_scrolldown .chevron {
    position: relative;
    width: 28px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.main_scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.main_scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.main_scrolldown .chevron:before,
.main_scrolldown .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.main_scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.main_scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
/*pageinfo*/
.pagingInfo {
    color: #99a3aa;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0;
}
/*loader*/
body{
	overflow-x:hidden;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000;
}
.loading img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_loader{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.main_loader{
    /*! animation: fadeOut 1s forwards; */
}
.circular_loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: calc(100% + 40px);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -20px;
    margin: auto;
}

.loader_path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash_circle 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash_circle 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    /* fill:rgba(255,255,255,0.5); */
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash_circle {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

/*response*/
@media(min-width:1921px){
}

@media(max-width:1400px){
	section.brand .image{
		width: 45%;
		top: auto;
    }
	.section.brand .image img{
		width:100%;
	}
}


@media(max-width:1080px){
    .mainWrap{
        overflow: hidden;
    }
    .mainWrap img{
        width: 100%;
        max-width: max-content;
    }
    
    .header_m{
        opacity: 0;
        animation: fadeIn 1s 7s forwards;
    }
	#quick .list_wrap{
		padding:10px 20px;
		transform-origin: top;
	}
    #quick .list_wrap .listcon:after{
        display: none;
    }

    .section.mainVisual{
        height: calc(100vh) !important;
    }
    .mainVisual .fp-scroller{
        height: 100%;
    }
	.mainVisual .content{
		align-items:flex-start;
		padding-top:80px;
	}
    .mainVisual .text{
        width: auto;
        /* margin-right: 0; */
        /* margin-top: 5%; */
        align-items: flex-start;
        /* text-align: center; */
        margin: 0;
        margin-top: 10%;
    }
    .mainVisual .text .slogan{
        /* width:150%; */
        width: 100%;
        margin: 0;
        animation: mainVisual_slogan2 1s 4s forwards;
        margin-top: 5%;
    }
	@keyframes mainVisual_slogan{
        to{
            width: 100%;
            transform: translateX(-10%);
        }
    }
	@keyframes mainVisual_slogan2{
        to{
            width: 70%;
        }
    }
    .mainVisual .bg{
        background: url(../images/mainVIsual_bg4_m.jpg?v=4) center top / cover no-repeat;
    }
    .mainVisual .bg_on{
        background: url(../images/mainVIsual_bg_on4_m.jpg?v=4) center 95% / cover no-repeat;
    }
	.mainVisual .footer_txt{font-size:14px;}
    .mainVisual .text .title{
        display: inline-flex;
        /* text-align: center; */
        /* align-items: center; */
    }
    .mainVisual .text .title_con img{
        width: auto;
        height: 100%;
    }
    .mainVisual .text .title_con.--01{
        padding-right: 0;
    }
    .mainVisual .text .title_con.--01 > img{
        height: 50px;
        margin-bottom: 2.5%;
    }
    .mainVisual .text .title_con.--02{
        height: 35px;
        padding-left: 0;
    }
    .mainVisual .text .title_con.--03{
        height: 40px;
    }
    .mainVisual .text .name{
        font-size: 24px;
    }
	.mainVisual .text .name span{
		letter-spacing:inherit;
	}
	.mainVisual .text .st0{
		stroke:#585858;
		fill:#585858;
		animation: none;
	}
    .mainVisual .canvasCon {
        width: 100%;
        left: 0;
        width: 100%;
    }
	.mainVisual .open_info2{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-top: 5%;
	}
	@keyframes mainVisual_canvascon{
		to{
			left: 15%;
			top: -5%;
		}
	}

    .section.brand .wrap{
        padding: calc(80px + 2.5%) 0 0 0;
    }
    .section.brand .fp-scroller{
        height: 100%;
    }
    .section.brand .content{
        height: 100%;
        justify-content: flex-end;
        flex-direction: column;
    }
    .section.brand .text{
        padding: 0;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 15%;
    }
    .section.brand .text .slogan{
        margin-bottom: 10px;
    }
    .section.brand .image{
        position: relative;
        text-align: center;
		width:100%;
    }
    @keyframes brand_line{
        to{
            height: 50px;
        }
    }
    .section.brand .text .subject{
        font-size: 24px;
        margin-bottom: 5%;
    }

    .section.location { 
        height: auto !important; 
        min-height: 100vh;
    }
    .section.location .fp-tableCell {
        height: auto !important;
        display: block;
    }
    .section.location .wrap{
        padding: calc(80px + 2.5%) 5% 20%;
    }
    .section.location .content{
        flex-direction: column;
    }
    .section.location .text .topArea .listcon:nth-child(2n){
        /* margin-top:25%; */
    }
    .section.location .text .topArea{
        margin-bottom: 20%;
    }
    .section.location .text .topArea .slogan{
        margin-bottom: 10%;
    }
    .section.location .image{
        width: 100%;
        margin:0 auto 15%;
		text-align:center;
    }
    .section.location .text .topArea .listWrap{
        gap:20px;
    }
    .section.location .text .logo{
        text-align: center;
        width:35%;
        margin:0 auto;
    }
    .section.location .text .logo img{
        transform: scale(1);
    }

    .section.premium{
        background: #f2f0f1;
    }
    .section.premium .wrap{
        flex-direction: column;
        padding: 0 0 10%;
    }
    .section.premium .left{
        order:1;
        flex:1;
        width:100%;
        padding:5%;
    }
    .section.premium .left .image,
    .section.premium .left .title,
    .section.premium .left .explain{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .section.premium .right{
        order:0;
        flex:1;
        width:100%;
        padding: 10% 0 25%;
        align-items: center;
    }
    .section.premium .right .bg{
        background: url(../images/main_premium_bg_m.jpg?v=4) center bottom / cover no-repeat;
    }
    .section.premium .right .text .line{
        height: 50px;
    }
    .section.premium .right .text .explain_con{
        margin-bottom: 2.5%;
    }
    .section.fp-completely.premium .right .text, .section.active.premium .right .text{
        animation: fadeIn 1s forwards;
    }

    .section.prugio{
        height: 50vh !important;
    }
    .section.prugio .wrap{
        flex-direction: column;
        padding: calc(80px) 0 0;
    }
    .section.prugio .fp-scroller{
        height: 100%;
    }
    .section.prugio .content{
        font-size: 16px;
    }
    .section.prugio .explain_con{
        margin-bottom: 2.5%;
    }
    .section.prugio .logo{
        width:40%;
        margin-bottom: 5%;
    }

    .section.footer{
        height: auto !important;
        min-height: auto;
    }
    .section.footer .section{
        height: auto !important;
        min-height: auto;
    }

    .mainWrap #quick{
       top: 2%;
       right: 5px;
       flex-direction: column-reverse;
       align-items: flex-end;
       position: fixed;
       top: 15%;
 }
	#quick .open_info{
		font-size:20px;
	}
    #quick img{
        max-width: max-content;
    }
    #quick .list_wrap .listcon{
        justify-content: center;
        width: 20px;
    }
    #quick .list_wrap .listcon:after{
        right: auto;
        width: 10px;
        height: 1px;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
    }

}
@media(max-width:640px){
    
    #quick .list_wrap{
        padding: 20px 7.5px;
        margin-left:0;
        transform: scale(0.8);
		        transform-origin: top;
    }

    .mainVisual .text{
    /* margin: 0 0 35% 0; */
    }
	.mainVisual .text .title_con{
		font-size:6vw;
	}
    .mainVisual .text .title_con.--01 > img{
        height: 5vh;
    }
    .mainVisual .text .title_con.--02{
        height: 5vh;
    }
    .mainVisual .text .title_con.--03{
        height: 5vh;
        padding-left: 0.5%;
    }
    .mainVisual .text .name{
        font-size: 8vw;
    }
	.mainVisual .open_info2{
		font-size:5vw;
	}

    .section.brand .text .explain{
        font-size: 3.4vw;
    }
    .section.brand .text .explain_con{
        margin-bottom: 5%;
    }

    .section.brand .text .subject{
        font-size: 4vw;
    }
    .section.brand .text .slogan{
        width: 40%;
    }

    .section.location .text .topArea .slogan{
        width: 60%;
    }
    .section.location .text .topArea .listWrap{
        gap:40px 10px;
    }
    .section.location .text .topArea .listcon .title{
        font-size: 4vw;
    }
    .section.location .text .topArea .listcon .explain{
        font-size: 2.6vw;
    }
    .section.location .text .topArea .listcon .explain_con{
        line-height: 135%;
    }

    .section.premium .left{
        padding:15% 5%;
    }
    .section.premium .left.--second{
        padding-top:0;
    }
    .section.premium .left .imageWrap{
        gap:20px;
    }
    .section.premium .left .image_text{
        font-size: 2vw;
    }
    .section.premium .left .title{
        font-size: 4vw;
    }
    .section.premium .left .explain{
        font-size: 3vw;
    }
    .section.premium .right{
        padding:20% 0 40%;
    }
    .section.premium .right .text{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section.premium .right .text .slogan{
        width: 75%;   
    }
    .section.premium .right .text .explain{
        font-size: 3vw;
    }
    .section.premium .right .text .line{
        height: 6vh;
    }
    .section.premium .right .text .subject{
        font-size: 5vw;
    }

    .section.prugio .content{
        font-size: 3vw;
    }
    @keyframes prugio_wrap{
        to{
            padding: 5%
        }
    }
}


@media screen and (max-width: 1080px) {
    #fullpage, .section, .fp-tableCell, .fp-scrollable {
        height: auto !important;
        display: block !important;
        position: relative !important;
    }
    
    .section.premium .active_show {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        display: block !important;
        padding: 50px 0 !important;
    }
}

@media screen and (max-width: 1080px) {
    html, body {
        overflow: visible !important;
        height: auto !important;
    }

    #fullpage, .section, .fp-tableCell {
        height: auto !important;
        min-height: auto;
        display: block !important;
        position: relative !important;
    }

    .section.premium .active_show {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        padding: 40px 0 !important;
    }
}