@font-face {
    font-family: 'BonmyeongjoSourceHanSerif';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BonmyeongjoSourceHanSerif';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
    box-sizing: border-box;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}

/*another*/
#header{
    opacity: 0;
	animation: fadeIn 1s 3s forwards;
}
#header.color{
	background:#fff;
}



.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;
}

.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%;
}

html.overflow_lock, 
body.overflow_lock {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100%;
}

.mainVisual {
    width: 100%;
    position: relative;
    height: 100%;
    display:flex;
    align-items: center;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100%;
    position: relative;
}
.mainVisual .wrap {
    transition: 2s all;
}
body.fp-viewing-sec2 .mainVisual .wrap {
    opacity: 0;
    transform: translateY(50%) scale(1.5);
    pointer-events: none;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}


.mainVisual .bg {
	position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
	background: url(../images/mainVisual_bg_02_2.jpg) center bottom / cover no-repeat;
	z-index:-1;
	opacity: 0.2;
	transform: scale(1.3);
	animation: mainVisual_bg 4s forwards;
}

@keyframes mainVisual_bg{
    0%{
        background-position-y:0;
        opacity: 0.2;
        transform: scale(1.3);
    }
    60%{
        background-position-y:0;
        opacity: 1;
        transform: scale(1);
    }
    70%{
        background-position-y:0;
        opacity: 1;
        transform: scale(1);
    }
    to{
        background-position-y:100%;
        opacity: 1;
        transform: scale(1);
    }
}


.mainVisual .text {
	position:absolute;
	top:20%;
	left:15%;
	 animation: text_move 4s forwards;
}
.mainVisual .text .slogan{
    text-align: left;
    font-size: 80px;
    /* position: absolute; */
    z-index: 2;
    color: #fff;
	font-family: 'BonmyeongjoSourceHanSerif';
		margin-bottom: 5%;
    /* transform: scale(1.3); */
	 
}
.mainVisual .text .slogan .char {
	animation: fadeInUp 1s 0.8s cubic-bezier(.10, 0, .10, 1) both; 
    animation-delay: calc(40ms * var(--char-index) + 800ms);
}
.mainVisual .text .explain {
	color: var(--sub-color);
	font-size: 24px;
	line-height: 125%;
	font-weight: 600;
	margin-bottom: 2%;
	opacity:0;
	transform: translateY(20%);
	animation: text_explain_move 1s 1.25s forwards;
}
.mainVisual .text .name {
	width: 513px;
	clip-path: inset(0 100% 0 0);
	animation: text_name 1s 1.75s forwards;
}
.mainVisual .text .name img {width:100%;}

.mainVisual .scroll{
    font-family: 'BonmyeongjoSourceHanSerif';
    color: var(--sub-color);
    font-size: 22px;
    position: absolute;
    bottom:5%;
    opacity: 0;
}
.mainVisual.show .scroll{
    animation: fadeIn 1s 2s forwards;
}

@keyframes text_move {
	0%{
		top:20%;
	}
	70%{
		top:20%;
	}
	
	100%{
		top:10%;
	}
}

@keyframes text_explain_move {
	0%{
		opacity:0;
		 transform: translateY(20%);
	}
	100%{
		opacity:1;
		 transform: translateY(0);
	}
}


@keyframes text_name {
	0%{
		clip-path: inset(0 100% 0 0);
	}
	
	100%{
		clip-path: inset(0 0 0 0);
	}
}



/*common*/
.section .wrap {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.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.location {
    position: relative;
}
.section.location .bg{
    position: absolute;
    right:0;
    bottom:0;
    z-index: -1;
	transition: 2s all;
}
body.fp-viewing-sec3 .section.location .bg{
    opacity: 0;
    transform: translateY(50%) scale(1.5);
    pointer-events: none;
}
.section.location .wrap {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
	transition: 2s all;
}
.section.location .wrap .content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    gap: 40px;
}
.section.location .wrap .content .left {
    display: flex;
    gap: 24px;
}


.section.location .wrap .content .left .image .cut{
    position: absolute;
    right: 10px;
    bottom:10px;
    color:#fff;
    font-size: 14px;
    font-weight: 300;
}
.section.location .wrap .content .left .image.--left {
    position: relative;
    transition: 0.5s all;
    clip-path: inset(0 100% 0 0);
}
.section.location .wrap .content .left  .image.--big {
	position: relative;
    transition: 0.5s all;
    clip-path: inset(0 100% 0 0);
}
.section.location.fp-completely .wrap .content .left  .image.--big {
	animation:clip_1 1s  forwards;
}
.section.location .wrap .content .left .image.--small {
	position:absolute;
	bottom:5%;
	left:3%;
	opacity:0;
}
.section.location.fp-completely .wrap .content .left .image.--small {
	animation:fadeIn 1s 0.25s forwards;
}
.section.location.fp-completely .wrap .content .left .image.--left{
	animation:clip_1 1s 1s forwards;
}
.section.location .wrap .content .left .image.--left img {
}
.section.location .wrap .content .left .image.--right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section.location .wrap .content .left .image.--right .image_con {
    position: relative;
    clip-path: inset(0 100% 0 0);
}
.section.location .wrap .content .left .image.--right .image_con img {
}
/* .section.location.fp-completely .wrap .content .left .image.--right .image_con:nth-child(1){
	animation:clip_1 1s 1.25s forwards;
}
.section.location.fp-completely .wrap .content .left .image.--right .image_con:nth-child(2){
	animation:clip_1 1s 1.5s forwards;
} */



.section.location .wrap .content .right {
	width: 50%; 
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    min-height: 639px;
    justify-content: flex-end;
}
.section.location .wrap .content .right .titleWrap {
	opacity: 0;
	transform: translateX(20%);
}
.section.location.fp-completely .wrap .content .right .titleWrap {
	animation: right_m 1.5s 0.85s forwards;
}
.section.location .wrap .content .right .titleWrap .short {
    font-size: 20px;
    letter-spacing: -2px;
    margin-bottom: 2.5%;
    /* opacity: 0; */
}
.section.location.fp-completely .wrap .content .right .titleWrap .short{
   /*  animation: fadeInUp 1s 0.85s forwards; */
}
.section.location .wrap .content .right .titleWrap .title {
    font-size: 60px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2px;
	color: #002d48;
}
.section.location .wrap .content .right .titleWrap .title .char{
    /* opacity: 0; */
}
.section.location .wrap .content .right .titleWrap .title .point_c_g {
	color:#00a54f;
}
.section.location .wrap .content .right .titleWrap .title .point_c_p {
	color:#7059a5;
}

.section.location.fp-completely .wrap .content .right .titleWrap .title .char{
    /* animation: fadeInUp 1s 0.8s cubic-bezier(.10, 0, .10, 1) both; 
    animation-delay: calc(30ms * var(--char-index) + 800ms); */
}

.section.location .wrap .content .right .line {
    background: #414141;
    height: 85px;
    width: 1px;
    margin: 3.5% 0;
    margin-left: 20px;
    clip-path: inset(0 0 100% 0 );
}
.section.location.fp-completely .wrap .content .right .line{
    animation: clip_1 0.85s 0.85s forwards;
}
.section.location .wrap .content .right .explain {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 4%;
	/* opacity:0; */
}
.section.location.fp-completely .wrap .content .right .explain {
	/* animation: fadeInUp 1s 1.6s forwards; */
}
.section.location .wrap .content .right .explain .explain_con {
    margin-bottom: 1.5%;
    opacity: 0;
}
.section.location .wrap .content .right .explain .explain_con.sub_con {
	font-weight:600;
	font-size: 20px;
}
.section.location.fp-completely .wrap .content .right .explain .explain_con{
    
}
.section.location .wrap .content .right .list.slick-current .explain .explain_con {
	animation: fadeInUp 1s  forwards;
}

.section.location .wrap .content .right .explain .explain_con:nth-child(2){
    animation-delay: 0.85s;
}
.section.location .wrap .content .right .explain .explain_con:nth-last-child(1) {
    margin-bottom: 0;
    animation-delay: 0.95s;
}

.section.location .wrap .content .right .location_slider {
	opacity: 0;
	transform: translateY(20%);
}

.section.location.fp-completely .wrap .content .right .location_slider {
	animation: up_m 1s 1s forwards;
}

.section.location .wrap .content .right .location_slider .image {
	width: 238px;
	/* clip-path: inset(100% 0 0  0); */
	overflow:hidden;
}
.section.location .wrap .content .right .location_slider .image img {
    width: 100%;
	opacity:0;
	transform: scale(1.2);
	transition:1.5s;
}

.section.location.fp-completely .wrap .content .right .location_slider .image {
    /* animation: clip_1 0.85s 1.5s forwards; */
}

.section.location .wrap .content .right .location_slider .list.slick-current .image img  {
	opacity:1;
	transform: scale(1);
}


@keyframes right_m {
	0%{
		opacity: 0;
		transform: translateX(20%);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes up_m {
	0%{
		opacity: 0;
		transform: translateY(20%);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}





.section.location .wrap .content .right .location_slider {
    position: relative;
    width: 100% !important;
    display: block !important;
	min-height: 100px;
}

.section.location .wrap .content .right .location_slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section.location .wrap .content .right .location_slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; 
}

.section.location .wrap .content .right .location_slider .slick-track:before,
.section.location .wrap .content .right .location_slider .slick-track:after {
    display: table;
    content: '';
}

.section.location .wrap .content .right .location_slider .slick-slide {
    display: none; 
    float: left;
    height: 100%;
    min-height: 1px;
}

.section.location .wrap .content .right .location_slider .slick-track:after {
    clear: both;
}
.section.location .wrap .content .right .location_slider.slick-initialized .slick-slide {
    display: block; 
}

.section.location .wrap .content .right .location_slider .list {
    min-height: 1px;
    height: auto;
    outline: none;
}

.section.location .wrap .content .right .location_slider .list img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes clip_1 {
	to{
		clip-path:inset(0);
	}
}



.section.premium {
}
.section.premium .wrap {height: calc(100% - 100px);margin-top: 100px;}
.section.premium .wrap .content {
    height: 100%;
    width: 100%;
}
.section.premium .wrap .content .value_section {
    background: #f8f4eb;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
}
.section.premium .wrap .content .value_section .left_area {
    width: 40%;
    height: 100%;
    background: #f8f4eb;
    display: flex;
    align-items: center;
    background: url(../images/main_premium_bg_left.jpg) center center / cover no-repeat;
    transform: translateX(30vw);
    transition: 2s;
}
.section.premium.fp-completely .wrap .content .value_section .left_area{
    transform: translate(0);
}
.section.premium .wrap .content .value_section .left_area .left_wrap {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.section.premium .wrap .content .value_section .left_area .value_title {
    font-family: "Montserrat", sans-serif;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 7.5%;
    letter-spacing: 5px;
}
.section.premium .wrap .content .value_section .left_area .value_title .color1 {
    color: #7059a5;
}
.section.premium .wrap .content .value_section .left_area .value_title .color2 {
    color: #00a54f;
}
.section.premium .wrap .content .value_section .left_area .small_img_box {
    max-width: 399px;
    margin: 0 auto 7.5%;
    width: 60%;
}
.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider {
}
.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list {
}
.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list .cut {display:none;}
.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list .image img {
}
.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f5bc49;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    font-family: var(--en);
    transition:2s all;
}
.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list.slick-active .text{
	letter-spacing: 10px;
}
.section.premium .wrap .content .value_section .left_area .custom_dots {
    text-align: center;
    margin-bottom: 7.5%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.section.premium .wrap .content .value_section .left_area .custom_dots .dot {
    height: 5px;
    display: inline-block;
    background: #dddddd;
    width: 40px;
    position: relative;
    cursor: pointer;
}
.section.premium .wrap .content .value_section .left_area .custom_dots .dot:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-color);
    transition: none;
}
.section.premium .wrap .content .value_section .left_area .custom_dots .dot.active:before {
    width: 100%;
	transition: width 3s linear;
}

.section.premium .wrap .content .value_section .left_area .text_content {
    text-align: center;
    opacity:0;
}
.section.premium .wrap .content .value_section .left_area .text_content.active{
	animation: fadeIn 1s 0.5s forwards;
}
.section.premium .wrap .content .value_section .left_area .text_content.active #current_title {
    opacity:1;
    /* transform: translate(0); */
    transition-delay: 1s;
}
.section.premium .wrap .content .value_section .left_area .text_content #current_title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 2.5%;
    opacity: 0;
    transition: 2s all;
    /* transform: translateY(100%); */
}
.section.premium .wrap .content .value_section .left_area .text_content #current_desc {
    font-size: 18px;
    /* opacity: 0; */
    transition: 2s all;
    /* transform: translateY(100%); */
}
.section.premium .wrap .content .value_section .left_area .text_content.active #current_desc {
    opacity:1;
    /* transform: translate(0); */
    transition-delay: 1.2s;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide {
    width: 60%;
    height: 100%;
    opacity: 0;
    transition: 2s;
}
.section.premium.fp-completely .wrap .content .value_section .right_area.mobile_hide {
    transition-delay: 0.5s;
    opacity: 1;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider {
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon {
	position:relative;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: 3s all;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.slick-active .bg {
    transform: scale(1);
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--01 .bg {
    background: url(../images/main_premium_img_big_01.jpg?v=2) center center / cover no-repeat;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--02 .bg {
    background: url(../images/main_premium_img_big_02.jpg?v=3) center center / cover no-repeat;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--03 .bg {
    background: url(../images/main_premium_img_big_03.jpg?v=2) center center / cover no-repeat;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--04 .bg {
    background: url(../images/main_premium_img_big_04.jpg?v=2) center center / cover no-repeat;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--05 .bg {
    background: url(../images/main_premium_img_big_05.jpg?v=2) center center / cover no-repeat;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--06 .bg {
    background: url(../images/main_premium_img_big_06.jpg?v=2) center center / cover no-repeat;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.--07 .bg {
    background: url(../images/main_premium_img_big_07.jpg?v=3) center center / cover no-repeat;
}

.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text{
	position:absolute;
	bottom:0;
	right:0;
	background: #766e63bf;
	z-index:1;
	color: #fff;
	padding: 4% 5%;
	width: 60%;
	opacity:0;
}
.section.premium.fp-completely .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text {
	animation: fadeIn 1s 1.5s forwards;
}

.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text .sub_title{
	font-size: 36px;
	margin-bottom: 5%;
	transform: translateY(60%);
	opacity:0;
	transition: 1s;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text .sub_title .point{
	font-size: 20px;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text .explain{
	font-size: 20px;
	line-height: 150%;
	font-weight: 300;
	opacity:0;
	transition: 1s;
	transition-delay:0.15s;
}

.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.slick-current  .text .sub_title{
	transform: translateY(0);
	opacity:1;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon.slick-current .text .explain{
	opacity:1;
}



.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .cut {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon img {
}

.section.contact {
    position: relative;
    overflow: hidden;
}
.section.contact .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25%;
}
.section.contact .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    transform: scale(1.3);
    background: url(../images/main_contact_bg.jpg) right top / cover no-repeat;
} 
.section.contact.fp-completely .bg,
.section.contact.trick .bg{
    animation: scale_1 4s forwards;
}
.section.contact .content{
    position: relative;
}
.section.contact .menuname {
    color: #000;
    font-size: 60px;
    text-align: center;
    margin-bottom:3%;
    font-weight: 700;
    font-family: var(--serif);
}
.section.contact .listWrap {
    display: flex;
    gap: 20px;
    margin-bottom: 5%;
}
.section.contact .listcon {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(15%);
    transition: 1s 1s all;
}
.section.contact.fp-completely .listcon,
.section.contact.trick .listcon{
    transform: translateY(0);
}
.section.contact .btArea{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: 1s 1s all;
}
.section.contact.fp-completely .btArea,
.section.contact.trick .btArea{
    opacity:1;
}
.section.contact .image {
    margin-bottom: 5%;
    position: relative;
}
.section.contact .image img {

}
.section.contact .image .line{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:calc(100% + 2px);
    height:calc(100% + 2px);
}
.section.contact .image .line_con{
    background: #fff;
    position: absolute;
    transition: 1s 1s all;
}
.section.contact .image .line_con.--1{
    top:0;
    left:0;
    width:0;
    height:2px;
}
.section.contact .image .line_con.--2{
    bottom:0;
    right:0;
    width:2px;
    height:0;
}
.section.contact .image .line_con.--3{
    bottom:0;
    right:0;
    width:0;
    height:2px;
}
.section.contact .image .line_con.--4{
    top:0;
    left:0;
    width:2px;
    height:0;
}
.section.contact.fp-completely .image .line_con.--1,
.section.contact.fp-completely .image .line_con.--3{
    width:100%;
}
.section.contact.fp-completely .image .line_con.--2,
.section.contact.fp-completely .image .line_con.--4{
    height:100%;
}
.section.contact .explain {
    font-size: 20px;
    letter-spacing: -1.5px;
    line-height: 150%;
    margin-bottom: 5%;
    font-weight: 500;
}
.section.contact .explain .short_info{
    font-size: 75%;
    margin-top: 1.25%;
    text-align: center;
    opacity: 0.8;
}
.section.contact .explain .short_info .info_con{
    margin-bottom: 1.25%;
}
.section.contact .explain .short_info .info_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.contact .explain .bold{
	color:#000;
}
.section.contact .linkWrap {
    display: flex;
    gap: 20px;
}
.section.contact .link {
    background: rgba(0, 0, 0, 0.25);
    padding: 15px;
    color: #fff;
    flex: 1;
    transition: 0.75s all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.contact .link:hover{
	background: rgba(0, 0, 0, 1);
}
.section.contact .ico {margin-right: 5px;}
.section.contact .ico img {

}
.section.contact .infoWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s 1.5s all;
    opacity: 0;
}
.section.contact.fp-completely .infoWrap,
.section.contact.trick .infoWrap{
    opacity:1;
}
.section.contact .infoWrap .info{
    margin-bottom: 1.25%;
    font-size: 20px;
    letter-spacing: -2px;
    font-weight: 500;
}
.section.contact .infoWrap .info .color{
    color: #072638;
    font-weight: 600;
}
.section.contact .infoWrap .call{
    color: #000;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    font-family: "Montserrat", sans-serif;
}


/*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;
    }
}

.PC_V{display:block !important;}
.MB_V{display:none !important;}

@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

/*response*/
@media(max-width:1080px){
	.PC_V{display:none !important;}
	.MB_V{display:block !important;}
    .mainWrap{
        overflow: hidden;
    }
    .mainWrap img{
        width: 100%;
    }
    
    .header_m{
        opacity: 0;
        animation: fadeIn 1s 2s forwards;
    }

    .scroll_down{
        display: none;
        animation: none;
    }
    .mainVisual{
        height: 100vh;
        animation: mainVisual 2s 2s forwards;
        position: fixed;
        top:0;
        left: 0;
    }
    @keyframes mainVisual{
        to{
            margin-top:80px;
            height: calc(100vh - 80px);
        }
    }
    .mainVisual .content{
        align-items: center;
        justify-content: center;
        margin:0 auto;
        padding-bottom: 5%;
    }
    .mainVisual .listcon .image{
        width: 65%;
        margin: 0 auto 5%;
    }
    .mainVisual .slogan{
        font-size: 80px;
    }
    .mainVisual .listcon .text{
        font-size: 20px;
    }
	.mainVisual .listcon.--only .text {
		font-size: 3.8vw;
	}

    .section.location{
        margin-top: 100vh;
        background: #fff;
    }
    .section.location .wrap{
        width: calc(100% - 30px);
        padding: 10vh 0;
		background: url(../images/location_bg_m.jpg) center center / cover no-repeat;
    }
    .section.location .bg{
        bottom: auto;
        top: 33.5%;
        right: auto;
        left: 0;
        width: 120%;
    }
    .section.location .wrap .content{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .section.location .wrap .content .left{
        margin-bottom: 10%;
    }
	.section.location .wrap .content .right {
		width:100%;
		min-height: auto;
	}

	.section.location.fp-completely .wrap .content .right .titleWrap {
		animation: right_m 1s forwards;
	}
	.section.location .wrap .content .right .titleWrap .title {
		font-size: 7.5vw;
		line-height: 125%;
	}
	.section.location .wrap .content .right .line {
		background: #b7b7b7;
		height: 65px;
	}
	.section.location.fp-completely .wrap .content .right .line {
		animation: clip_1 1s forwards;
	}
	.section.location.fp-completely .wrap .content .right .location_slider {
		animation: up_m 1s  forwards;
	}
	.section.location .wrap .content .right .explain {
		font-size: 4vw;
	}
	.section.location .wrap .content .right .explain .explain_con.sub_con {font-size: 4vw;}
	.section.location.fp-completely .wrap .content .left .image.--big {
		animation: clip_1 1s 0.5s forwards;
	}

	.section.location .wrap .content .left .image.--small {
		width: 30%;
	}
	.section.location.fp-completely .wrap .content .left .image.--small {
		animation: fadeIn 1s 0.6s forwards;
	}
	
		

    .section.premium{
        background: #f8f4eb;
        position: relative;
    }
    .section.premium .wrap{
        height: auto;
        margin-top: 0;
    }
	.section.premium .wrap .content .value_section {
	    flex-direction: column;
	}
    .section.premium .wrap .content .value_section .right_area.mobile_hide{
        /* display: none; */
		width: 100%;
		height: 15vh;
        margin-bottom: 10vh;
    }
	.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .bg {
		display: none;
	}
	.section.premium.fp-completely .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text {
		position: relative;
		background: transparent;
		color: #000;
		padding: 0;
		text-align: center;
		width: 100%;
	    padding: 0 5%;
	}
	.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text .sub_title {
		font-size: 5vw;
		font-weight: 500;
	}
	.section.premium .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text .explain {
		font-size: 4vw;
		line-height: 135%;
	}
	.section.premium.fp-completely .wrap .content .value_section .right_area.mobile_hide .right_slider.Slider .slideCon .text {
		animation: fadeIn 1s forwards;
	}

    .section.premium .wrap .content .value_section .left_area{
        opacity: 0;
        transform: translate(0);
        padding: 12.5vh 0 0;
        width: 100%;
    }
	
    .section.premium.fp-completely .wrap .content .value_section .left_area{
        opacity: 1;
    }
	.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list .image {
		position:relative;
	}
	.section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list .cut {
		display:block;
		font-size: 13px;
		color: #fff;
		font-weight: 300;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}



    .section.contact{
        background: url(../images/main_contact_bg_m.jpg) center center / cover no-repeat fixed;
    }
    .section.contact .bg{
        display: none;
    }
    .section.contact .wrap{
        padding: 12.5vh 0;
        width: 90%;
        margin: 0 auto;
    }
    .section.contact .listWrap{
        flex-direction: column;
        gap: 5vh 0;
        margin-bottom: 10%;
    }
    .section.contact.active_m .listcon{
        transform: translateY(0);
    }
    .section.contact .image{
        margin:0 auto 5%;
        width:80%;
    }
    .section.contact .linkWrap {
        width: 80%;
        margin: 0 auto;
    }

}
@media(max-width:640px){
    .mainVisual .en{
        transform: translate(0);
    }
    .mainVisual .slogan{
        font-size: 11.5vw;
    }
    .mainVisual .en .point.mg{
        margin: 0 20px;
    }
    .mainVisual .listcon .text{
        font-size: 3.6vw;
    }
    .mainVisual .slogan{
        transform: scale(1.1);
    }
    .mainVisual .slogan .name{
        font-size: 25%;
    }
    .mainVisual .scroll{
        font-size: 4vw;
        bottom: 10%;
    }

    .section.location .wrap .content .left .titleWrap .short{
        font-size: 3.6vw;
    }
    .section.location .wrap .content .left .titleWrap .title{
        font-size: 8vw;
    }
    .section.location .wrap .content .left .line{
        height: 0;
        padding-bottom: 25%;
    }
    .section.location .wrap .content .left .explain{
        font-size: 3.6vw;
    }
    .section.location .wrap .content .right .image .cut{
        font-size: 11px;
    }

    .section.premium .wrap .content .value_section .left_area .custom_dots .dot{
        width: 25px;
    }
    .section.premium .wrap .content .value_section .left_area .value_title{
        font-size: 6vw;
    }
    .section.premium .wrap .content .value_section .left_area .small_img_box .small_slider.Slider .small_img_list .text{
        font-size: 6vw;
    }
    .section.premium .wrap .content .value_section .left_area .text_content #current_title{
        font-size: 6vw;
        margin-bottom: 5%;
    }
    .section.premium .wrap .content .value_section .left_area .text_content #current_desc{
        font-size: 3.4vw;
    }

    .section.contact .menuname{
        font-size: 8vw;
    }
    .section.contact .explain{
        font-size: 4vw;
    }
    .section.contact .link{
        font-size: 3vw;
        padding: 3% 0;
    }
    .section.contact .infoWrap .info{
        font-size: 3.6vw;
    }
    .section.contact .infoWrap .call{
        font-size: 8vw;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}