
.mainWrap *{
    line-height: 100%;
    letter-spacing: -0.5px;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    overflow: hidden;
    width: 100%;
}


/*another*/
/* #header{
    opacity: 0;
    animation: fadeIn 1s 2s forwards;
} */
.mainWrap #quick{
    opacity: 0;
    animation: fadeIn 0.75s 3s forwards;
    right: 25px;
    top: 120px;
    bottom: auto;
    transform: translate(0);
	display: flex;
    align-items: center;
}
#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;
}
#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;
}
#header.SlideF{
    background: #fff;
}
#header:hover{
}
#header.SlideF:hover{
    background: #fff;
}
.leftpop{
    animation-delay: 2s;
}

/*popup_delay*/
[data-aos][data-aos][data-aos-delay='6000'].aos-animate, 
body[data-aos-delay='6000'] [data-aos].aos-animate {
	transition-delay: 6s;
    font-family: 'Noto Sans KR', sans-serif;
}

.openWrap_m{
	position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 2.5% 5%;
    background-color: #000c42;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
    text-align: center;
}
.openWrap_m .open_con{
	margin-bottom:2.5%;
}
.openWrap_m .open_con:nth-lasy-child(1){
	margin-bottom:0;
}

.mainVisual {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    justify-content: center;
   /*  max-width: 1920px; */
}
.mainVisual .img{
    width: 100%;
}
.mainVisual .content{
    position: relative;
    display: flex;
    height: 100%;
    width:100%;
    background: #fff;
    justify-content: center;
}
.mainVisual .mainSlider {
    width: 100%;
}
.mainVisual .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mainVisual .mainSlider .slick-list,
.mainVisual .mainSlider.slick-slider,
.mainVisual .mainSlider .slick-track{
	height: 100%;
	clear:both;
}
/*  .mainVisual:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #05474a;
    animation: fadeOut 1s 1s forwards;
}  */
@keyframes mainVisual_after {
    0% {
        clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 20% 100%, 20% 0%, 40% 0%, 40% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 60% 100%, 60% 0%, 80% 0%, 80% 100%, 80% 100%, 80% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(20% 0%, 20% 0%, 20% 100%, 40% 100%, 40% 0%, 40% 0%, 40% 100%, 60% 100%, 60% 0%, 60% 0%, 60% 100%, 80% 100%, 80% 0%, 80% 0%, 80% 100%, 100% 100%, 100% 0%, 100% 0%, 100% 100%, 20% 100%);
    }
}

.mainVisual .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: url(../images/mainVisual_bg2.jpg@v=2) center bottom / cover no-repeat;
    transform: scale(1.2);
}
.mainVisual.fp-completely .bg{
    animation: scale_1 3.5s forwards;
}
@keyframes mainVisual{
    0% {
        clip-path: circle(100% at 50% 50%);
        transform: scale(1);
    }

    25% {
        clip-path: circle(20% at 50% 50%);
    }

    50% {
        clip-path: circle(20% at 12% 84%);
    }

    75% {
        clip-path: circle(20% at 93% 51%);
    }

    100% {
        clip-path: circle(20% at -30% 20%);
        transform: scale(1.2);
    }
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.mainVisual .text{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15%;
}
.mainVisual .text .slogan{
	opacity:0;
}
.mainVisual.fp-completely .slogan{
	animation:fadeInUp 1s 1s forwards;
}
.mainVisual .text .soon{
    margin-bottom:2.5%;
    opacity: 0;
}
.mainVisual.fp-completely .text .soon{
    animation: fadeInUp 1s 1s forwards;
}
.mainVisual .text .line{
    width: 1px;
    background: #646363;
    margin:5% auto;
    height: 100px;
    opacity: 0;
}
.mainVisual.fp-completely .text .line{
    animation: fadeIn 0.75s 2.5s forwards;
}
.mainVisual .text .openinfo{
    padding:10px 20px;
    border-radius: 30px;
    border:2px solid #fff;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}
.mainVisual.fp-completely .text .openinfo{
    animation: fadeIn 0.75s 2.5s forwards;
}

.circular_loader {
    -webkit-animation: rotate 3s linear forwards;
    animation: rotate 3s linear forwards;
    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 3s ease-in-out forwards;
    animation: dash_circle 3s ease-in-out forwards;
    stroke-linecap: round;
    /* fill:rgba(255,255,255,0.5); */
}

@-webkit-keyframes rotate {
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0;
    }
}

@keyframes rotate {
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0;
    }
}

@-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: 0;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: 0;
    }
}



.mainContent{
    text-align: center;
    position: relative;
    background: #fff;
    margin-top: 100vh;
}
.mainContent .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mainContent .Slider .slick-list,
.mainContent .Slider.slick-slider,
.mainContent .Slider .slick-track{
	height:100%;
	clear:both;
}
.mainContent .Slider .slick-track{
}
.mainContent .slick-next,
.mainContent .slick-prev{
    width:81px;
    height:53px;
    transition: 0.75s all;
}
.mainContent .slick-next:hover,
.mainContent .slick-prev:hover{
    opacity: 0.3;
    transition: 0.75s all;
}
.mainContent .slick-dots{
    top: auto;
    bottom: 15%;
    right: 10%;
    left: auto;
    width: auto;
}
.mainContent .slick-dots li{
    width:10px;
    height:10px;
    margin-right: 60px;
}
.mainContent .slick-dots li.slick-active{
    width:10px;
    height:10px;
}
.mainContent .slick-dots li button:before{
    width:10px;
    height:10px;
    border-radius: 30px;
    background-color: #8099ca;
    transition: 0.75s all;
}
.slick-dots li.slick-active button:before{
    background-color: #0a166d;
}
.mainContent .slick-dots li button:after{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #8099ca;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    cursor: default;
}
.mainContent .slick-dots li:last-child{
    margin-right: 0;
}
.mainContent .slick-dots li:last-child button:after{
    display: none;
}

.section.premium{
    position: relative;
    background: #0e2c2c;
}
.section.premium .content{
    background: url(../images/main_premium_bg.jpg) right top / cover no-repeat;
    height: calc(100% - 100px);
    margin-top:100px;
    display: flex;
    flex-direction: column;
    padding-top: 5%;
}
.section.premium .titleWrap{
    color: #fff;
    margin-bottom: 2.5%;
    text-align: center;
}
.section.premium .titleWrap .title{
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 0.75%;
}
.section.premium .titleWrap .title .bold{
}
.section.premium.fp-completely .titleWrap .title .bold,
.section.premium.active .titleWrap .title .bold{
    animation: premium_title_bold 2s 1s forwards;
}
@keyframes premium_title_bold{
    to{
        letter-spacing: 20px;
    }
}
.section.premium .titleWrap .explain{
    font-size: 24px;
    font-weight: 300;
}
.section.premium .listWrap{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.section.premium .listcon{
    color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 360px;
    height: 360px;
    transition: 0.75s all;
    position: relative;
    opacity: 0;
    left: 25%;
}
.section.premium.fp-completely .listcon,
.section.premium.active .listcon{
    animation: premium_listcon 1.25s 1s forwards;
}
@keyframes premium_listcon{
    to{
        left:0;
        opacity: 1;
    }
}
.section.premium.fp-completely .listcon:nth-child(2),
.section.premium.active .listcon:nth-child(2){
    animation-delay: 1.2s;
}
.section.premium.fp-completely .listcon:nth-child(3),
.section.premium.active .listcon:nth-child(3){
    animation-delay: 1.4s;
}
.section.premium.fp-completely .listcon:nth-child(4),
.section.premium.active .listcon:nth-child(4){
    animation-delay: 1.6s;
}
.section.premium .listcon:nth-of-type(odd){
    background: url(../images/main_premium_list_bg.png) left top / cover no-repeat;
}
.section.premium .listcon:nth-of-type(even){
    background: url(../images/main_premium_list_bg2.png) right bottom / cover no-repeat;
}
.section.premium .listcon:before{
    content:"";
    background: url(../images/main_premium_axe.png) center center / cover no-repeat;
    position: absolute;
    left:0;
    top:0;
}
.section.premium .listcon:hover{
    background: #0e3d3d;
}
.section.premium .listcon .image{
    margin-bottom: 5%;
}
.section.premium .listcon .num{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 5%;
}
.section.premium .listcon .num_con{
    margin-bottom: 1.25%;
}
.section.premium .listcon .num_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium .listcon .line{
    height: 1px;
    width: 50%;
    background: #fff;
    margin-bottom: 5%;
}
.section.premium .listcon .title{
    color: #c4beb5;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5%;
}
.section.premium .listcon .explain{
    font-size: 18px;
    font-weight: 300;
}
.section.premium .listcon .explain_con{
    margin-bottom: 2.5%;
}
.section.premium .listcon .explain_con:nth-last-child(1){
    margin-bottom: 0;
}

.section.contact{
    background: url(../images/main_contact_Bg.jpg) left bottom / cover no-repeat;
}
.section.contact .content{
    height: calc(100% - 100px);
    margin-top:100px;
    display: flex;
    color: #ddd;
    justify-content: space-between;
    font-weight: 300;
    position: relative;
}
.section.contact .content .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_contact_Bg.jpg) left bottom / cover no-repeat;
    transform: scale(1.2);
}
.section.contact.fp-completely .content .bg,
.section.contact.trick .content .bg{
    animation: scale_1 3s forwards;
}
.section.contact .leftsec{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    transition: 1s 1s all;
    transform: translateX(25%);
}
.section.contact.fp-completely .leftsec,
.section.contact.trick .leftsec{
    transform: translateX(0);
}
.section.contact .leftsec .titleWrap{
    color: #c4beb5;
    margin-bottom: 5%;
}
.section.contact .leftsec .titleWrap .title_con{
    margin-bottom: 1.25%;
    font-size: 18px;
}
.section.contact .leftsec .titleWrap .title_con:nth-last-child(1){

}
.section.contact .leftsec .titleWrap .title_con .point{

}
.section.contact .leftsec .titleWrap .title_con .point.--big{
    font-size: 24px;
    font-weight: 600;
}
.section.contact .leftsec .titleWrap .title_con .point.--1st{
    font-size: 48px;
    font-weight: 700;
}
.section.contact .leftsec .linkWrap{
    opacity: 0;
}
.section.contact.fp-completely .leftsec .linkWrap,
.section.contact.trick .leftsec .linkWrap{
    animation: fadeIn 0.75 1s forwards;
}
.section.contact .leftsec .linkWrap .top{
    margin-bottom: 5%;
}
.section.contact .leftsec .linkWrap .top .ico{
    display: inline-block;
    margin-bottom: 1.25%;
}
.section.contact .leftsec .linkWrap .top .title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1.25%;
}
.section.contact .leftsec .linkWrap .top .explain{

}
.section.contact .leftsec .linkWrap .top .explain_con{
    margin-bottom: 10px;
}
.section.contact .leftsec .linkWrap .top .explain_con:nth-last-child(1){

}
.section.contact .leftsec .linkWrap .bottom{

}
.section.contact .leftsec .linkWrap .bottom .link{
    position: relative;
    display: inline-flex;
    color: #ddd;
    align-items: center;
}
.section.contact .leftsec .linkWrap .bottom .ico{

}
.section.contact .leftsec .linkWrap .bottom .ico.--arrow{

}
.section.contact .leftsec .linkWrap .bottom .ico.--arrow{
    display: block;
    width: 25px;
    height: 25px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transform: rotate(135deg);
    margin-left: 80px;
    position: relative;
}
.section.contact .leftsec .linkWrap .bottom .ico.--arrow::before{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #ddd;
    transform: rotate(45deg) translate(-7px, 11.5px);
    left: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}
.section.contact .leftsec .linkWrap .bottom .ico.--arrow::after{
    content:"";
    width: 300%;
    height: 300%;
    background: rgba(200, 186, 172, 0.5);
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -70%;
    bottom: -70%;
    transition: 0.75s all;
    opacity: 0;
}
.section.contact .leftsec .linkWrap .bottom .link:hover .ico.--arrow::after{
    opacity: 1;
}
.section.contact .rightsec{
    flex: 0 0 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(200,186,172,0.2);
    position: relative;
}
.section.contact .rightsec .link{
    color: #ddd;
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(200, 186, 172, 0.2);
    padding-left: 10%;
    transition: 0.5s all;
    position: relative;
    opacity: 0;
}
.section.contact.fp-completely .rightsec .link,
.section.contact.trick .rightsec .link{
    animation: fadeInUp 0.75s 1s forwards;
}
.section.contact.fp-completely .rightsec .link:nth-child(2),
.section.contact.trick .rightsec .link:nth-child(2){
    animation-delay: 1.2s;
}
.section.contact.fp-completely .rightsec .link:nth-child(3),
.section.contact.trick .rightsec .link:nth-child(3){
    animation-delay: 1.2s;
}
.section.contact .rightsec .link .ico.--arrow{
    display: block;
    width: 25px;
    height: 25px;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 5%;
    bottom: 15%;
    opacity: 0;
    transition: 0.75s all;
}
.section.contact .rightsec .link:hover .ico.--arrow{
    opacity: 1;
}
.section.contact .rightsec .link .ico.--arrow:after{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg) translate(-7px, 11.5px);
    left: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}
.section.contact .rightsec .link:after{

}
.section.contact .rightsec .link:hover{
    background: rgba(200, 186, 172, 0.5);;
}
.section.contact .rightsec .link:nth-last-child(1){
    border: none;
}
.section.contact .rightsec .link .image{
    margin-bottom: 2.5%;
}
.section.contact .rightsec .link .title{
    font-weight: 500;
    margin-bottom: 2.5%;
    font-size: 18px;
}
.section.contact .rightsec .link .explain{

}
.section.contact .rightsec .link .explain_con{
    margin-bottom: 10px;
}
.section.contact .rightsec .link .explain_con:nth-last-child(1){
}


/*scroldown*/
.main_scrolldown {
    text-align: center;
    position: absolute;
    left: calc(50% - 14px);
    bottom: 15%;
    opacity: 0;
    animation: fadeIn 1s 4s forwards;
}

.main_scrolldown .chevron {
    position: absolute;
    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);
    }
}

/*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%);
}
@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

.slick-slide img.PC_V{
    display: block;
}
.slick-slide img.MB_V{
    display: none;
}

/*mobile*/
.mobileMain{position:relative;padding-top:75px;}
.MB_V img{width:100%;}

/*responsive*/
@media(max-width:1500px){
    .section.premium .content{
        padding-top: 20px;
    }
    .section.premium .titleWrap .title{
        font-size: 40px;
    }
    .section.premium .titleWrap .explain{
        font-size: 20px;
    }
    .section.premium .listWrap{
        gap: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-self: center;
    }
    .section.premium .listcon{
        transform: scale(0.8);
        transform-origin: top;
    }
    .section.premium .listcon:nth-of-type(odd){
        transform-origin: top right;
    }
    .section.premium .listcon:nth-of-type(even){
        transform-origin: top left;
    }

}
@media (max-width:1080px){
    html,body{
        width:100%;
        height:100%;
    }
    .mainWrap{
        width: 100%;
    }
    .mainWrap img{
        width:100%;
        max-width: max-content;
    }
    .slick-slide img.PC_V{
        display: none;
    }
    .slick-slide img.MB_V{
        display: block;
    }

    
    .mainVisual{
        height: 100vh;
    }
	.mainWrap #quick{
        transform: translateY(-50%);
        top: 50%;
        right: 10px;
	}
    #quick img{
        max-width: max-content;
    }
    #quick .list_wrap{
        padding: 30px 10px;
		margin-left:0;
    }
    #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%);
    }

    .mainWrap .mainVisual.section{
        height: calc(90vh - 80px) !important;
        margin-top: 80px;
    }
    .mainVisual .bg{
        background: url(../images/mainVisual_bg2_m.jpg) center bottom / cover no-repeat;
    }
    .mainVisual .text{
        width: 100%;
        padding-top: 20vh;
    }
    .mainVisual .text .slogan{
        width: 45%;
    }
    .mainVisual .text .soon{
        width: 40%;
    }
	.main_scrolldown{
		position:relative;
		left:-20px;
		margin-top:10%;
		bottom:10%;
	}
    @keyframes mainVisual_line {
        to{
            height: 70px;
        }
    }
    .mainVisual .text .openinfo{
        padding: 10px 30px;
        font-size: 22px;
		margin-top: 7%;
		margin-bottom: 10%;
    }
    .mainWrap .section,
    .mainWrap .fp-tableCell{
        height: auto !important;
    }

    .section.premium .content{
        height: auto;
        margin-top: auto;
        padding: 20% 0;
    }
    .section.premium .titleWrap{
        margin-bottom: 10%;
    }
    .section.premium .listWrap{
        gap:0 20px;
        position: relative;
        margin-bottom: 10%;
    }
    .section.premium .listcon{
        /* transform: unset !important; */
    }
    @keyframes premium_title_bold{
        to{
            letter-spacing: 10px;
        }
    }

    .section.contact{
        overflow: hidden;
    }
    .section.contact .content{
        flex-direction: column;
        height: auto;
        margin:0;
        padding: 20% 0 0;
    }
    .section.contact .content .bg{
        background: url(../images/main_contact_bg_m.jpg) center bottom / cover no-repeat;
    }
    .section.contact .leftsec{
        transform: translateX(15%);
    }
    .section.contact .leftsec .titleWrap{
        margin-bottom: 10%;
    }
    .section.contact .leftsec .linkWrap .top{
        margin: 0;
    }
    .section.contact .leftsec .linkWrap .top .ico{
        margin-bottom: 10%;
    }
    .section.contact .leftsec .linkWrap .top .title{
        margin-bottom: 10%;
    }
    .section.contact .leftsec .linkWrap{
        flex-direction: row;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0 10% 10% 0;
    }
    .section.contact .rightsec{
        width: 100%;
    }
    .section.contact .rightsec .link{
        padding: 7.5% 0 7.5% 5%;
    }
    .section.contact .rightsec .link:nth-child(2){
        border-top:1px solid rgba(200, 186, 172, 0.2);
    }
    .section.contact .rightsec .link:nth-last-child(1){
        flex:1;
        width:100%;
    }
    .section.contact .rightsec .link:nth-child(1){
        border-top: 1px solid rgba(200, 186, 172, 0.2);
    }
    .section.contact .rightsec .link .ico.--arrow:after{
        width: 50px;
        transform: rotate(45deg) translate(-9px, 1.5px);
    }
}

@media (max-width:640px){

    .mainVisual .text .openinfo{
        font-size: 4vw;
    }

    .section.premium .titleWrap .title{
        font-size: 6vw;
    }
    .section.premium .listcon{
        transform: scale(0.6) ;
        left: auto;
    }
    
    .section.premium .listcon:nth-child(3){
        transform: scale(0.6) translateY(110%) ;
        position: absolute;
        bottom: 0;
        left:0;
    }
    .section.premium .listcon:nth-child(4){
        transform: scale(0.6) translateY(110%) ;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .section.premium.fp-completely .listcon, .section.premium.active .listcon{
        animation: fadeIn 1s 1s forwards;
    }

    .section.contact .leftsec .titleWrap .title_con{
        font-size: 3vw;
        margin-bottom: 5%;
    }
    .section.contact .leftsec .titleWrap .title_con .point.--big{
        font-size: 125%;
    }
    .section.contact .leftsec .titleWrap .title_con .point.--1st{
        font-size: 200%;
    }
    .section.contact .leftsec .linkWrap .top .ico img{
        height: auto;
        width: 20px;
    }
    .section.contact .leftsec .linkWrap .top .title{
        font-size: 4vw;
    }
    .section.contact .leftsec .linkWrap .top .explain{
        font-size: 3vw;
    }
    .section.contact .leftsec .linkWrap .bottom .link{
        font-size: 3vw;
    }
    .section.contact .leftsec .linkWrap .bottom .ico.--arrow{
        margin-left: 40px;
    }
    .section.contact .leftsec .linkWrap .bottom .ico.--arrow::before{
        width: 50px;
        transform: rotate(45deg) translate(-10px, 1px);
    }
    .section.contact .leftsec .linkWrap .bottom .ico.--arrow:after{
        transform: rotate(45deg) translate(-9px, 1.5px);
        width: 250%;
        height: 250%;
    }
    .section.contact .rightsec .link .title{
        font-size: 4vw;
    }
    .section.contact .rightsec .link .explain{
        font-size: 3vw;
    }
    .section.contact .image img{
        height: auto;
        width: 20px;
    }
}

@media (max-width:480px){

    .section.premium .listWrap{
        margin-bottom: 0;
    }
    .section.premium .listcon{
        transform: scale(0.5) ;
        will-change: transform;
    }
    .section.premium .listcon:nth-child(3){
        will-change: transform;
        transform: scale(0.5) translateY(110%) ;
        position: absolute;
        bottom: 0;
        left:0;
    }
    .section.premium .listcon:nth-child(4){
        will-change: transform;
        transform: scale(0.5) translateY(110%) ;
        position: absolute;
        bottom: 0;
        right: 0;
    }

}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
    .section.contact .leftsec .linkWrap .top .ico img{
        height: auto;
        max-width: 20px;
    }
    .section.contact .image img{
        height: auto;
        max-width: 20px;
    }
}

