.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    /* overflow: hidden; */
    width: 100%;
}

/*popup_delay*/
[data-aos][data-aos][data-aos-delay='5000'].aos-animate, 
body[data-aos-delay='5000'] [data-aos].aos-animate {
	transition-delay: 5s;
}


/*another*/
#header{
    background: #a12765;
}
#header .header-anim{
    background: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}
#quick .list_wrap .list.btn{
    opacity: 0;
    animation: fadeInUp 1s 2s forwards;
}
#quick .scroll{
    opacity: 0;
    animation: fadeInUp 1s 2.5s 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: calc(100vh - 100px);
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    justify-content: center;
    position: relative;
    max-width: 1920px;
}
.mainVisual .content{
    position: relative;
    display: flex;
    height: 100%;
    width:100%;
    background: #fff;
}
.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 .leftsec{
    position: relative;
    width:67%;
    flex: 1 1 auto;
    height: 100%;
}
.mainVisual .leftsec .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.mainVisual .leftsec .bg_img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/mainVIsual_bg.jpg) center bottom / cover no-repeat;
    transform: scale(1.2);
    animation: scale_1 4s forwards;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.mainVisual .rightsec{
    position: relative;
    background: #a12765;
    height: 100%;
    width:100%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 2s all;
    /* width: 30%; */
    /* flex: 1 1 30%; */
    animation:  mainVisual_rightsec 2s 2.5s forwards;
}
@keyframes mainVisual_rightsec {
    to{
        flex: 1 1 30%;
        width:30%;
    }
}
.mainVisual .rightsec .slogan {
    margin-bottom: 100px;
    opacity: 0;
    animation: fadeIn 1s 0.5s forwards;
}
.mainVisual .rightsec .name{
    opacity: 0;
    animation: fadeInUp 1s 1.25s forwards;
}


.mainContent{
    text-align: center;
    position: relative;
    background: #fff;
    width: 100%;
}
.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;
}

.mainContent .premium{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ebebeb;
    align-items: center;
    height: 100vh;
}
.mainContent .premium .wrap{
    padding-top:100px;
}
.mainContent .premium .titleWrap{
    width: 90%;
    margin:0 auto;
    display: flex;
    align-items: flex-end;
    text-align: right;
    margin-bottom: 5%;
}
.mainContent .premium .titleWrap .columnline{
    height: 10px;
    flex:0;
    background: #191919;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mainContent .premium .titleWrap .title{

}
.mainContent .premium .titleWrap .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 70px;
    font-weight: 700;
}
.mainContent .premium .titleWrap .text .title{
    display: flex;
    gap: 5px;
    flex-direction: column;
    font-size: 60px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.mainContent .premium .titleWrap .text .explain{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 200;
}
.mainContent .premium .listWrap{
    display: flex;
    gap: 20px;
    text-align: center;
}
.mainContent .premium .listWrap .listcon{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: auto;
    transition: 1s all;
    max-width:300px;
    flex:1;
}
.mainContent .premium .listWrap .listcon.active{
    width: auto;
}
.mainContent .premium .listWrap .listcon .image{
    margin-bottom: 2.5%;
    position: relative;
}
.mainContent .premium .listWrap .listcon .image img{
    width: 100%;
}
.mainContent .premium .listWrap .listcon .image .info{
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: 300;
}
.mainContent .premium .listWrap .listcon .text{
    font-size: 24px;
    flex: 0 1 auto;
    padding: 30px;
    display: flex;
    color: #000000;
    font-weight: 200;
    transition: 0.75s all;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.mainContent .premium .listWrap .listcon.active .text{
    background: #a12765;
    color: #fff;
}
.mainContent .premium .listWrap .listcon .text .num{
    background: #ddd;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 20px;
    font-weight: 700;

}
.mainContent .premium .listWrap .listcon.active .text .num{
    color: #111;
}
.mainContent .premium .listWrap .listcon .text .subject{
    margin-right: 20px;
    color: #000;
    font-weight: 700;
    transition: 0.75s all;
}
.mainContent .premium .listWrap .listcon.active .text .subject{
    color: #fff;
}
.mainContent .premium .listWrap .listcon .text .explain{

}
.mainContent .premium .listWrap .listcon .text .point{

}


.mainContent .contact{
    padding: 7.5% 0;
    background: url(../images/main_contact_bg.jpg) center center / cover no-repeat fixed;
    color: #fff;
    font-weight: 200;
    position: relative;
}
.mainContent .contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.mainContent .contact .wrap{
    margin:0 auto;
}
.mainContent .contact .titleWrap{
    margin-bottom: 2.5%;
}
.mainContent .contact .titleWrap .explain{
    font-size: 40px;
    margin-bottom: 0.5%;
}
.mainContent .contact .titleWrap .title{
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
} 
.mainContent .contact .listWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.mainContent .contact .listWrap .listcon{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainContent .contact .listWrap .listcon .image{
    margin-bottom: 5%;
}
.mainContent .contact .listWrap .listcon .addWrap{
    margin-bottom: 2.5%;
    display: flex;
    font-size: 22px;
}
.mainContent .contact .listWrap .listcon .addWrap .subject{
    font-weight: 700;
    margin-right: 30px;
}
.mainContent .contact .listWrap .listcon .addWrap .add{

}
.mainContent .contact .listWrap .listcon .link{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    transition: 0.75s all;
    font-weight: 300;
	margin-bottom:5%;
}
.mainContent .contact .listWrap .listcon .link:hover{
    background: #a12765;
}
.mainContent .contact .listWrap .listcon .link .text {
    margin-right: 30px;
}
.mainContent .contact .listWrap .listcon .link .ico{

}
.mainContent .contact .call{
	font-size: 40px;
    display: flex;
    align-items: center;
	gap:10px;
	font-weight:700;
}
.mainContent .contact .call small{
	font-weight:200;
}

/*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: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;
    }

    .mainWrap{
        overflow: hidden;
    }

    .mainVisual{
        margin-top: 80px;
        width: 100%;
        height: auto;
    }
    .mainVisual .content{
        flex-direction: column-reverse;
    }
    .mainVisual .leftsec{
        width: auto;
        flex:1 1 auto;
        height: auto;
    }
    .mainVisual .leftsec .bg{
        height: 0;
        padding-bottom: 80%;
        position: relative;
    }
    .mainVisual .leftsec .bg_img{
    }
    @keyframes mainVisual_rightsec {
        to{
            flex: 1;
            width: 100%;
        }
    }
    .mainVisual .rightsec{
        padding: 10% 0;
        animation: none;
    }
    .mainVisual .rightsec .slogan{
        width: 50%;
        margin-bottom: 10%;
    }
    .mainVisual .rightsec .name{
        width: 40%;
    }

    .mainContent .premium{
        padding:15% 0;
        height: auto;
    }
    .mainContent .premium .wrap{
        padding: 0;
    }
    .mainContent .premium .titleWrap{
        text-align: center;
        width: 100%;
        margin-bottom: 10%;
    }
    .mainContent .premium .titleWrap .text .explain{
        margin-bottom: 0;
    }
    .mainContent .premium .listWrap{
        width: calc(100% - 30px);
        margin: 0 auto;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
    .mainContent .premium .listWrap .listcon.active{
        width: 80%;
    }
    .mainContent .premium .listWrap .listcon .text{
        text-align: center;
        padding: 5%;
    }

    .mainContent .contact{
        padding:15% 0;
    }
    .mainContent .contact .wrap{
        width: 80%;
    }
    .mainContent .contact .titleWrap{
        margin-bottom: 10%;
    }
    .mainContent .contact .listWrap{
        flex-direction: column;
    }
}
@media (max-width:640px){

    .mainContent .premium .titleWrap .title_en{
        font-size: 3.2vw;
        margin-bottom: 10%;
    }
    .mainContent .premium .titleWrap .text .title{
        font-size: 8vw;
    }
    .mainContent .premium .titleWrap .text .explain{
        font-size: 4vw;
    }
    .mainContent .premium .listWrap .listcon .text{
        font-size: 3.6vw;
    }
    .mainContent .premium .listWrap .listcon .text .num{
        width: 40px;
        height: 40px;
    }
    .mainContent .premium .listWrap .listcon .image .info{
        font-size: 11px;
    }

    .mainContent .contact .titleWrap .explain{
        font-size: 5vw;
    }
    .mainContent .contact .titleWrap .title{
        font-size: 7vw;
    }
    .mainContent .contact .listWrap .listcon .addWrap{
        font-size: 3.4vw;
        margin-bottom: 5%;
    }
    .mainContent .contact .listWrap .listcon .link{
        font-size: 3.2vw;
        padding: 10px 30px;
        margin-bottom: 10%;
    }
    .mainContent .contact .listWrap .listcon .link .text{
        margin-right: 20px;
    }
    .mainContent .contact .listWrap .listcon .link .ico{
        width: 30px;
    }
	.mainContent .contact .call{
		font-size: 6vw;
	}
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}

