@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    overflow: hidden;
    width: 100%;
}


/*another*/
#header{
    background: transparent;
    border-bottom: none;
    animation: header 1s 2s forwards;
}
@keyframes header{
    to{
        height: 120px;
    }
}
#header .logo{
}
#header #nav .gnb,
#header .utils{
    opacity: 0;
    animation: fadeIn 1s 2s forwards;
}
#header .logo a{
    /* transform: translateX(calc(50vw - 111px - 10%));
    animation: header_logo_a 2s 1s forwards; */
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}
@keyframes header_logo_a{
    to{
        transform: translate(0);
    }
}
.mainWrap #quick{
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}

/*popup_delay*/
[data-aos][data-aos][data-aos-delay='6000'].aos-animate, 
body[data-aos-delay='6000'] [data-aos].aos-animate {
	transition-delay: 6s;
}
.quickWrap_m .list_wrap {
	display: flex;
    flex-direction: column;
}
.openWrap_m{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 2.2% 2.5%;
    text-align: center;
    background-color: #000c42;
    font-size:17px;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}
.openWrap_m_list {
	position: absolute;
    right: 0;
    top: 10%;
    z-index: 5;
    text-align: center;
    background-color: #000c42;
    font-size: 17px;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}
.openWrap_m_list .list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s all;
    color: #fff;
    font-size: 17px;
    background: #000c42;
    margin-bottom: 5%;
    padding: 5%;
    height: 80px;
}
.openWrap_m_list .list img{
    width: 20px;
}
.mainVisual {
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    justify-content: center;
    position: fixed;
    max-width: 1920px;
    animation: mainVisual 2s 2s forwards;
}
@keyframes mainVisual{
    to{
        height: calc(100vh - 120px);
        margin-top: 120px;;
    }
}
.mainVisual .content{
    position: relative;
    display: flex;
    height: 100%;
    width:100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 5%;
}
.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 .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    background: #191816;
    animation: scale_1 4s forwards;
}
.mainVisual .bg::before{
    content: "";
    width: 100%;
    height: 27px;
    background: url(../images/mainVisual_bg_axe.jpg) center center / cover no-repeat;
    position: absolute;
    left:0;
    top:0;
}
.mainVisual .bg::after{
    content: "";
    width: 100%;
    height: 27px;
    background: url(../images/mainVisual_bg_axe.jpg) center center / cover no-repeat;
    position: absolute;
    left:0;
    bottom:0;
}
@keyframes scale_1{
	to{
		transform:scale(1);
	}
}
.mainVisual .logoWrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    animation: mainVisual_logoWrap 0.1s 4s forwards;
}
@keyframes mainVisual_logoWrap{
    to{
        display: none;
    }
}
.mainVisual .logoWrap::before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(1, 1, 1, 0.8);
    animation: logoWrap_before 1s 2s forwards;
}
@keyframes logoWrap_before{
    to{
        height: 0;
    }
}
.mainVisual .logoWrap .logo{
    width: 143px;
    height: 86px;
    background: url(../images/logo.png?v=2) center center / cover no-repeat;
    animation: fadeOut 1s 2s forwards;
    position: absolute;
    left: calc(50% - 71.5px);
    top: calc(50% - 43.5px);
    filter: invert(1);
}
.mainVisual .text{
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 2.5%;
}
.mainVisual .text .explain{
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 5%;
}
.mainVisual .text .explain_con{
    margin-bottom: 1.25%;
    /* opacity: 0;
    animation: fadeInUp 0.75s 2.5s forwards; */
}
.mainVisual .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
    animation-delay: 2.75s;
}

.mainVisual .text .name{
    font-weight: 700;
    font-size: 50px;
    opacity: 0;
    animation: fadeInUp 0.75s 3s forwards;
}
.mainVisual .simbol{
    position: relative;
}
.mainVisual .scroll{
    position: absolute;
    bottom: 10%;
    left: auto;
    opacity: 0;
    animation: fadeInUp 1s 3.5s forwards;
}

.mainContent{
    text-align: center;
    position: relative;
    margin-top: 100vh;
    background: #fff;
}
.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;
}
.premium_location{
    background: url(../images/main_premium_bg.jpg) center center / cover no-repeat fixed;
}
.premium {
    width: 100%;
    position: relative;
    display:flex;
    align-items: center;
    overflow: hidden;
    padding: 5% 0 10%;
}
.premium .content{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    flex-direction: column;
}
.premium .slider{
    height: 100%;
    width: 90%;
    margin: 0 auto;
    /* padding-right: 10px; */
    /* padding: 0 6% 0 5%; */
}
.premium .slider .slick-list, .premium .slider .slick-track{
	height:100%;
}
.premium .slider .slick-list,
.premium .slider.slick-slider,
.premium .slider .slick-track {
    height: 100%;
    clear: both;
}
.premium .slideCon{
	height:100%;
	position:relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	text-align: right;
	gap: 20px;
	border-right: 1px solid #000;
	padding: 0 0.75%;
	height: auto !important;
	transition: 0.75s 0.75s all;
	opacity: 0.25;
}
.premium .slideCon.slick-active{
    opacity: 1;
}
.premium .slick-track{
    display: flex !important;
}
.premium .slideCon:nth-child(even){
    flex-direction: column-reverse;
}
.premium .slick-active + .slick-active + .slick-active + .slick-active{
		border:none;
}
.premium .slideCon.slick-active:nth-child(1){

}
.premium .slideCon .image{
	width: 100%;
}
.premium .slideCon .text{
    opacity: 0;
    transition: 0.75s 0.75s all;
}
.premium .slideCon.slick-active .text{
    opacity: 1;
}
.premium .slideCon .text .slogan{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 2.5%;
}
.premium .slideCon .text .title{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5%;
}
.premium .slideCon .text .explain{
    font-size: 17px;
}
.premium .slideCon .text .explain_con{
    margin-bottom: 2.5%;
}
.premium .slideCon .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.premium .titleWrap{
    font-weight: 300;
    margin-bottom: 2.5%;
}
.premium .titleWrap .title{
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 1.25%;
}
.premium .titleWrap .slogan{
    font-size: 36px;
    margin-bottom: 0.5%;
    font-weight: 700;
    letter-spacing: -2px;
}
.premium .titleWrap .explain{
    font-size: 20px;
    margin-bottom: 1.25%;
}
.premium .controllTower{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.premium .controllTower .btn{
    color:#fff;
    font-size: 0;
    cursor: pointer;
    width: 111px;
    height: 69px;
}
.premium .controllTower .btn.prev{
    background: url(../images/main_premium_btn_prev.png) center center / cover no-repeat;
}
.premium .controllTower .btn.next{
    background: url(../images/main_premium_btn_next.png) center center / cover no-repeat;
}
.premium  .pagingInfo{
    padding:0 15px;
    color: #000;
    font-weight: 500;
}

.location{
    position: relative;
}
.location .titleWrap{
    margin-bottom: 7.5%;
}
.location .titleWrap .explain{
    font-size: 28px;
    font-weight: 400;
}
.location .titleWrap .explain_con{
    margin-bottom: 0.75%;
}
.location .titleWrap .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.location .content{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    flex-direction: column;
    background: #191816;
    align-items: center;
}
.location .content:after {
    content: "";
    width: 100%;
    height: 27px;
    background: url(../images/mainVisual_bg_axe.jpg) center center / cover no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.location .image{
    border: 50px solid #262624;
    background: #262624;
    transform: translateY(-10%);
}
.location .image img{

}



.contact{
    padding: 10% 0;
    background: url(../images/main_contact_bg.jpg) center center / cover no-repeat fixed;
}
.contact .titleWrap{
    color: #fff;
    margin-bottom:1.25%;
}
.contact .titleWrap .title{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0.75%;
}
.contact .titleWrap .explain{
    font-weight: 200;
    font-size: 24px;
}
.contact .image{
    max-width: max-content;
    margin: 0 auto 2.5%;
}
.contact .text{
	color:#fff;
	display: flex;
	flex-direction: column;
	display: inline-flex;
	align-items: flex-start;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 1.25%;
	gap:10px;
}
.contact .text_list{

}
.contact .text .name{
	display: inline-flex;
	text-align: left;
	position:relative;
}
.contact .text .name:after{
	content:":";
	display:inline-block;
	font-size:inherit;
	margin: 0 10px;
}
.contact .text .detail{

}
.contact .btnWrap{
	display:flex;
	justify-content: center;
	gap: 20px;
}
.contact .btnWrap .btn{
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	border-radius: 30px;
	display: inline-block;
	min-width: 200px;
}
.contact .btnWrap .btn .ico{
	margin-left: 10px;
}

/*pageinfo*/
.pagingInfo {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    display: block;
    text-align: center;
    padding: 15px 0;
}

/*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:1600px){
}
@media (max-width:1080px){
    html,body{
        width:100%;
        height:100%;
    }
    .mainWrap{
        width: 100%;
    }
    .mainWrap img{
        width:100%;
    }
    .slick-slide img.PC_V{
        display: none;
    }
    .slick-slide img.MB_V{
        display: block;
    }

    
    .mainVisual{
        margin-top: 80px;
        position: relative;
        animation: none;
        height: calc(100vh - 80px);
    }
    .mainVisual .text{
        margin-bottom: 10%;
    }
	.mainVisual .bg{
	}
    .mainVisual .logoWrap{
        height: 100%;
    }
    .mainVisual .text .title{
        white-space: nowrap;
    }
    

    .mainContent{
        margin-top: 0;
    }

    .premium{
		padding:15% 0;
    }
	.premium .titleWrap .slogan{
		font-size:26px;
		margin-bottom: 2%;
	}
	.premium .titleWrap .explain{
		font-size:18px;
	}
	.premium .slider{
		width:100%;
	}
	.premium .slick-active + .slick-active{
		border:none;
	}
	.premium .slideCon .text .explain{
		font-size:16px;
	}
	.premium .controllTower{
        position: relative;
        left: auto;
        top: auto;
    }
    .premium .controllTower .btn{
        width: 60px;
        height: 37px;
    }
	
	.location .content:after{
		position:relative;
	}
	.location .titleWrap .explain{
		font-size:24px;
	}
	.location .image{
		transform:translate(0);
		border-width:20px;
	}

	.contact{
		padding:15% 0;
	}
	.contact .wrap{
		width:calc(100% - 30px);
		margin:0 auto;
	}
	.contact .titleWrap{
		margin-bottom:5%;
	}
	.contact .titleWrap .title{
		margin-bottom:5%;
	}
	.contact .image{
		margin:0 auto 5%;
	}
	.contact .text{
		margin-bottom:5%;
	}
	.contact .btnWrap .btn .ico img{
		max-width:max-content;
	}


}
@media (max-width: 600px){
    .mainVisual .text .name{
        font-size: 7vw;
    }
    .mainVisual .text .explain{
        font-size:4vw;
    }
    .mainVisual .logoWrap .logo{
        background-size: 75%;
    }
    .mainVisual .simbol{
        width: 20%;
        max-width: max-content;
    }
    .mainVisual .scroll{
        max-width: max-content;
        width: 7.5%;
    }

    .identity .text .explain{
        font-size: 3.2vw;
    }

    .location .titleWrap .explain{
		font-size:4vw;
	}

	.premium .titleWrap{
		margin-bottom:5%;
	}
	.premium .titleWrap .title{
		font-size:9vw;
	}
	.premium .titleWrap .slogan{
		font-size:4vw;
	}
	.premium .titleWrap .explain{
		font-size:3vw;
	}
	.premium .slideCon{
		padding: 0 0.55%;
	}
	.premium .slideCon .text .slogan{
		font-size:6vw;
	}
	.premium .slideCon .text .title{
		font-size: 4vw;
	}
	.premium .slideCon .text .explain{
		font-size: 2.7vw;
	}

	.contact .titleWrap .title{
		font-size:9vw;
	}
    .contact .titleWrap .explain{
		font-size:4vw;
	}
	.contact .text{
		font-size: 3.6vw;
	}
	.contact .btnWrap{
		width:80%;
		margin:0 auto;
	}
	.contact .btnWrap .btn{
		font-size:2.6vw;
		min-width:auto;
		padding: 12.5px 0;
		flex:1;
	}
	.contact .btnWrap .btn .ico img{
		width:12px;
	}
}

@media (max-width:450px){
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}

