/* main1 */
.main1 .ms1_slider { width: 100%; height: 100%;}
.main1 .ms1_slider .swiper-slide { display: flex; height: 100vh;}
.main1 .ms1_slider .swiper-slide .ms1_video {position: absolute; left: 0; top: 0;width: 100%; height: 100%;  object-fit: cover;}
.main1 .ms1_slider .swiper-slide .ms1_img { width: 100%; height: 100%;  background: no-repeat center/cover;}
.main1 .ms1_txtbox { position: absolute;  left: 50%;  top: 65%; transform: translate(-50%,-50%); z-index: 10; width: 90%; max-width: 1680px;}
.main1 .ms1_txtbox .txt1 { font-family: 'Ivy Mode'; font-size: 3.438rem; color: #ffffff; text-transform: uppercase;   margin-bottom: 1.6rem; letter-spacing: 2px;}
.main1 .ms1_txtbox .txt1 .big{font-size: 1.2em; font-family:'Ivy Mode'; margin-bottom: 1.65rem;}
.main1 .ms1_txtbox .txt2 { font-size: 16px; line-height: 1.6em;  color: #ffffff;}
.main1 .ms1_control { position: relative; margin-top: 4rem; display: flex;  align-items: center;    justify-content: flex-start;gap: 38vw;}
.main1 .ms1_control .playbox {position: relative;}
.main1 .ms1_control .playbox .play_btn, 
.main1 .ms1_control .playbox .pause_btn {width: 3.125rem; height: 3.125rem; cursor: pointer; display: flex;  align-items: center; justify-content: center; transition: all 0.3s ease-in-out; opacity: 0; pointer-events: none;}
.main1 .ms1_control .playbox .play_btn.on,
.main1 .ms1_control .playbox .pause_btn.on {opacity: 1; pointer-events: auto;}
.main1 .ms1_control .playbox .pause_btn {position: absolute; left: 0; top: 0;}
.main1 .ms1_control .prev_btn { width: 2.6rem;  height: 2.6rem;  cursor: pointer;  display: flex; align-items: center;  justify-content: center;  transition: all 0.3s ease-in-out; position: relative; top: auto; left: auto;   margin: 0; margin-left: 1rem}
.main1 .ms1_control .next_btn { width: 2.6rem;  height: 2.6rem;  cursor: pointer;  display: flex; align-items: center;  justify-content: center;  transition: all 0.3s ease-in-out; position: relative; top: auto; right: auto;   margin: 0; margin-left: 1rem}
.main1 .ms1_control .pagination { position: relative; top: auto; bottom: auto;  left: auto;  width: auto; display: flex; align-items: center;  gap: 1rem; }
.main1 .ms1_control .pagination .swiper-pagination-current, 
.main1 .ms1_control .pagination .swiper-pagination-total { font-family: "Montserrat"; font-size: 1.25rem; color: #fff; width: 1.25rem; text-align: center;}
.main1 .ms1_control .pagination .swiper-pagination-bar { width: 30rem; height: 1px; background-color: #fff; opacity: 0;}
.main1 .ms1_scrollbox { position: absolute; left: 50%; bottom: 0; z-index: 10;  display: flex; flex-direction: column; align-items: flex-end; gap: 0.75rem;  transform: translateX(-50%); width: 90%; max-width: 1680px;}
.main1 .ms1_scrollbox > a { position: relative;  display: flex;  flex-direction: row-reverse; align-items: flex-start; gap: 0.75rem;}
.main1 .ms1_scrollbox .txt { font-size: 0.813em; line-height: 1; font-weight: 400; text-transform: uppercase; color: #FFFFFF; writing-mode: vertical-lr; transform: rotate(180deg);font-family: "Montserrat";letter-spacing: 1px;}
.main1 .ms1_scrollbox .scrollbar {position: relative; width: 1px;  height: 18vh; background-color: rgba(255,255,255,0.2); display: flex;}
.main1 .ms1_scrollbox .scrollbar .scroll { position: absolute; left: 0;  top: 0;  bottom: auto; width: 1px;  height: 35%; background-color: #fff; animation: scroll_move 3s ease infinite; z-index: inherit;  margin: 0;}
.main1 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display:none !important;}
.main1 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display:none !important;}

.main1 .pagbox {position: absolute;left: 23vw;top: 91%;transform: translate(-50%, -50%);}
.main1 .pagbox .scrollbar {width: 30rem; height: 1px; background: rgba(255,255,255,0.7); left: 50%; top: 50%; transform: translate(-50%,-50%);}
.main1 .pagbox .swiper-scrollbar-drag { background-color: #fff;  border-radius: 0;}

@media(max-width:1400px){
.main1 .ms1_control{gap: 38vw;}
.main1 .pagbox .scrollbar{    width: 28vw;}
}
@media(max-width:900px){
.main1 .ms1_control{gap: 38vw;}
.main1 .pagbox .scrollbar{    width: 30vw;}
}
@media(max-width:700px){
.main1 .ms1_control{gap: 38vw;}
.main1 .pagbox {left: 34vw;    top: 93%;}
.main1 .pagbox .scrollbar{    width: 31vw;}
.main1 .ms1_txtbox{top: 58%;}
.main1 .ms1_txtbox .txt1 .big {
    font-size: 1em;}
	.main1 .ms1_txtbox .txt1{    font-size: 3rem;}

}
@keyframes scroll_move {
    0% { top: 0%; }
    50% { top: 65%;}
    100% { top: 0%;}
}

/* main2 */
.main2{
background:#FBFAF6;
}
.main2 .inner{
display: flex;
width: 100%;
height: 100%;
/*padding: 0 250px;*/
flex-direction: column;
justify-content: flex-end;
align-items: end;
flex-shrink: 0;
}
.main2 .inner .wrap{
display: inline-flex;
align-items: flex-end;
justify-content: flex-end;
gap: 6vw;
z-index: 10;
}
@media(max-width:768px){
.main2 .inner .wrap{
justify-content:center;
gap:4vw;
margin-right:0;
padding-bottom:40px;
}
}

.main2 .inner .wrap .left{
display: flex;
width: 8%;
align-items: flex-start;
gap: 48px;
flex-shrink: 0;
}
@media(max-width:1900px){
.main2 .inner .wrap .left{
    margin-bottom: 2rem;
}
}
/* @media(max-width:1370px){
.main2 .inner .wrap .left{
    position: absolute;
    bottom: 1vh;
    right: 10rem;
    margin-bottom: 0 !important;
    opacity: 0.5;
	}
} */

@media(max-width:768px){
.main2 .inner .wrap .left{

}
}
.main2 .inner .wrap .left .txt{
display: flex;
padding-bottom: 70px;
justify-content: center;
align-items: center;
color: #D2CEBE;
font-family: "Montserrat";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
overflow: visible;
white-space: nowrap;
}
@media(max-width:1400px){
.main2 .inner .wrap .left .txt{
white-space:normal;
margin-left:80px;
}

}
.main2 .inner .wrap .center{
padding-bottom: 2vh;
align-items: center;
gap: 10px;
width:42%;
}
.main2 .inner .wrap .center{
width:50%;
}
.main2 .inner .wrap .center1{
display: flex;
}
.main2 .inner .wrap .center2{
display:none;
}
@media(max-width:768px){
.main2 .inner .wrap .center1{
display: none;
}
.main2 .inner .wrap .center2{
display:block;
}
}

.main2 .inner .wrap .right{
display: flex;
width: 17%;
padding-bottom: 190px;
flex-direction: column;
align-items: flex-end;
gap: 40px;
flex-shrink: 0;
}
/* @media(max-width:768px){
.main2 .inner .wrap .right{
padding-bottom:100px;
}
} */
.main2 .inner .wrap .right .txt{
color: #2C5B57;
font-family: 'SUIT';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 23.8px */
    text-align: right;
}
.main2 .inner .wrap .right .txt b{
font-weight: 800;
}
.main2 .inner .wrap .right .direct-btn{
display: flex;
padding: 13px 0;
justify-content: center;
align-items: center;
border-radius: 1px;
background: rgba(255, 255, 255, 0.10);
color: #2C5B57;
font-family: Montserrat;
font-size: 0.9rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.main2 .inner .wrap2{
margin-top: 148px;
position: absolute;
left: 15%;
top: 0;
z-index: 1;
}
@media(max-width:768px){
margin:100px 0;
left:-10px;
}
.main2 .inner .wrap2 img{
width: 100%;
}
@media(max-width:1700px){
.main2 .inner .wrap{gap:3vw;}
.main2 .inner .wrap2 img{
/*     width: 30vw; */
}
.main2 .inner .wrap .left{
display:none;
margin-left: 10%;
margin-bottom: 1rem;
        position: absolute;
        left: 20px;
        width: 38%;
	}
.main2 .inner .wrap .right{    width: 28%;    padding-bottom: 90px;}
}
.main2 .inner .line{
position: absolute;
left: 13%;
bottom: 0;
}
.main2 .inner .line::after{
content: "";
display:block;
width:2px;
height:300px;
border-radius:3px 3px 0 0;
background-color:#e3dfd0;
}
.main2 .inner .line::before{
content: "";
display:block;
width:2px;
height:2px;
margin-bottom:38px;
background-color:#e3dfd0;
}

@media(max-width:768px){
.main2 .inner{display:block;}
.main2 .inner .wrap{display:block;width:90%;margin:17vh auto 0;}
.main2 .inner .wrap .center2 {
display: block;position: relative;margin:0 auto;width:74%;height:350px;z-index:2;margin-bottom: 2vh;}
.main2 .inner .wrap .right {display: block;position: relative;width: 80%;margin: 0 auto;text-align: center;;padding-bottom: 0;}
.main2 .inner .wrap2{margin:110px 0;left:0;z-index: 3;}
.main2 .inner .line{left:auto;right:10%;}
}

@media(max-width:500px){
.main2 .inner .wrap{
margin: 22vh auto 0;
}
}

@media(max-width:400px){
.main2 .inner .wrap2{margin: 86px 0;}
.main2 .inner .wrap .right .txt {text-align: center;}
.main2 .inner .wrap .center2{width: 68%;height: auto;}
.main2 .inner .line{display:none;}
}

/* main3 */
.main3{
width:100%;
align-self: stretch;
background: #FBFAF6;
}
.main3 .main3_wrap{
width:100%;
height:100%;
display: flex;
align-items: flex-end;
gap: 4%;
margin: 0 auto;
}

.main3 .main3_wrap .line{
position: absolute;
left: 13%;
top: 0;
}
.main3 .main3_wrap .line::before{
content: "";
display:block;
width:3px;
height:120px;
border-radius:3px 3px 0 0;
background-color:#e3dfd0;
}
.main3 .main3_wrap .line::after{
content: "";
display:block;
width:3px;
height:3px;
margin-top:38px;
background-color:#e3dfd0;
}
.main3 .main3_wrap .left{
opacity: 1;
width: 50%;
height: 87%;
/* transform: scale(1); */
background:url(http://woc1.speedgabia.com/_badayosae/main/00.jpg) no-repeat 50% 50%;
background-size: cover;
z-index: 10;
}
#left {
    --mx: 50%;
    --my: 50%;
}
/*  */
.main3 .main3_wrap .left ul{
width: 100%;
    height: 100%;
    /* transform: scale(1); */
    background-size: contain;
}
.main3 .main3_wrap .left ul li a{position: absolute;	cursor: pointer;}
.main3 .main3_wrap .left ul li:nth-child(1) a{top: 414px;left: 172px;width: 128px;height: 100px;}
.main3 .main3_wrap .left ul li:nth-child(2) a{top: 439px;left: 787px;width: 56px;height: 58px;}
.main3 .main3_wrap .left ul li:nth-child(3) a{top: 416px;left: 729px;width: 50px;height: 43px;}
.main3 .main3_wrap .left ul li:nth-child(4) a{top: 310px;left: 320px;width: 198px;height: 153px;}

.main3 .main3_wrap .right{
width: 46%;
display: flex;
padding-bottom: 122px;
flex-direction: column;
align-items: flex-start;
gap: 62px;
}
@media(max-width:1660px){
	.main3 .main3_wrap .right{
	gap: 5vh;
	}
}
.main3 .main3_wrap .right .right_tit{
/* display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px; */
}
@media(max-width:1660px){
	.main3 .main3_wrap .right .right_tit{
	gap:1vh;
	}
}
.main3 .main3_wrap .right .right_tit p{
color: #111;
font-family: SUIT;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.main3 .main3_wrap .right .right_tit p a{
color: #2C5B57;
font-family: 'Ivy Mode';
font-size: 77px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right:25px;
letter-spacing: 0.5px;
}
.main3 .main3_wrap .right .right_tit p b{
font-weight:600;
font-size:32px;
color:#2C5B57;
}
.main3 .main3_wrap .right .right_tit .tit{
/* display: flex;
align-items: flex-end;
gap: 16px; */
position: absolute;
top: 13%;
right: 5%;

}
.main3 .main3_wrap .right .right_tit .tit h2{
color: #e9e8e2;
font-family: 'Ivy Mode';
font-size: 57px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height:1.2;
text-align: right;
letter-spacing:1px;
opacity:0.6;
}
@media(max-width:1660px){
	.main3 .main3_wrap .right .right_tit .tit h2{
	font-size: 35px;
	}
}
.main3 .main3_wrap .right .right_tit .tit p{
color: #D2CEBE;
font-family: SUIT;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 3;
text-align: right;
}
.main3 .main3_wrap .right ul.right_lst{
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
padding-right: 10%;
}
.main3 .main3_wrap .right ul.right_lst li{
width: 100%;
}
.main3 .main3_wrap .right ul.right_lst li a{
display: flex;
padding: 21px 0;
align-items: center;
gap: 40px;
align-self: stretch;
border-bottom: 1px solid #edece4;
 transform: translateY(0);
  transition: all 0.35s ease-in-out;
}
@media(max-width:1660px){
	.main3 .main3_wrap .right ul.right_lst li a{
	padding: 3vh 0;
	flex-direction: column;
	justify-content: center;
	gap: 2vh;
	}
}
.main3 .main3_wrap .right ul.right_lst li.active a{
    align-items: flex-start;
}
.main3 .main3_wrap .right ul.right_lst li a .lst_tit{
display: flex;
align-items: center;
gap: 28px;
}
.main3 .main3_wrap .right ul.right_lst li a .lst_tit b{
display:none;
color: #2C5B57;
font-family: SUIT;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 180%;
opacity:0;
transform: translateY(5px);
transition: all 0.35s ease-in-out;
}
.main3 .main3_wrap .right ul.right_lst li a .lst_tit span{
color: #656254;
font-family: 'Montserrat';
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 180%;
/* text-transform: uppercase; */
letter-spacing: 1px;
width: 150px;
}
.main3 .main3_wrap .right ul.right_lst li a .lst_txt p{
color: #8B856C;
font-family: SUIT;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
margin-left: 16px;
}
@media(max-width:1660px){
	.main3 .main3_wrap .right ul.right_lst li a .lst_txt p{
	font-size: 14px;
	}
}
.main3 .main3_wrap .right ul.right_lst li.active a .lst_txt p{
color: #2C5B57;
font-weight: 500;
}
.main3 .main3_wrap .right ul.right_lst li.active a .lst_txt p{
margin-left: 206px;
}
.main3 .main3_wrap .right ul.right_lst li.active a .lst_tit b {
  display: block;
   opacity: 1;
  transform: translateY(0);
  color:#2C5B57;
  font-weight:800;
}
.main3 .main3_wrap .right ul.right_lst li.active a .lst_tit span {
color:#2C5B57;
  font-weight:600;
}
.main3 .main3_wrap .right ul.right_lst li.active a {
transform: translateY(-10px);
  flex-direction: column;
}
.main3 .main3_wrap .right ul.right_lst li.active a .lst_tit br {
  display: none;
}
.main3 .main3_wrap .right ul.right_lst li.active-sub a .lst_tit span {
  color: #616161;
  font-size: 16px;
  transition: all 0.35s ease-in-out;
}

.main3 .main3_wrap .right ul.right_lst li.active-sub a .lst_txt p {
  color: #9A9A9A;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}

/* .main3 .main3_wrap .back{
position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 40vh;
    background-color: #2C5B57;
    z-index: 1;
	} */
@media(max-width:1025px){
	.main3 .main3_wrap.none-1025{
	display:none;
	}
	.main3 .main3_wrap.show-1025{
	display:flex;
align-items: flex-start;
        justify-content: center;
	}
	.main3 .main3_wrap .inner .top{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	align-self: stretch;
	}
	.main3 .main3_wrap .inner .top .tit_k{
	color: #2C5B57;
	text-align: center;
	font-family: Montserrat;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	}
	.main3 .main3_wrap .inner .top .tit{
	color: #2C5B57;
	font-family: 'Ivy Mode';
	font-size: 38px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.63px;
	/* text-transform: uppercase; */
	}
	.main3 .main3_wrap .inner .top .txt{
	color: #2C5B57;
text-align: center;
font-family: SUIT;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
	.main3 .main3_wrap .inner{
display: flex;
width: 342px;
flex-direction: column;
align-items: center;
gap: 32px;
margin-top:100px;
}
.main3 .main3_wrap .inner>ul>li{
position:absolute;
border: 2px solid #FBFAF6;
}
.main3 .main3_wrap .inner>ul>li:nth-child(1){
left: 9%;
top: 32vh;
width: 63%;
height: 32vh;
flex-shrink: 0;
border-radius: 10px;
}
.main3 .main3_wrap .inner>ul>li:nth-child(2){
right:-5px;
top:50vh;
width: 50%;
height: 22vh;
flex-shrink: 0;
border-radius: 10px 0 0 0;
}
.main3 .main3_wrap .inner>ul>li:nth-child(3){
left: -4px;
bottom: 6vh;
width: 51%;
height: 31vh;
flex-shrink: 0;
border-radius: 0 0 10px 0;
}
.main3 .main3_wrap .inner>ul>li>a>h3{
color: #FFF;
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
font-weight: 500;
line-height: normal;
margin: 18px 15px;
}
.main3 .main3_wrap .inner>ul>li:nth-child(4){
border:none;
right:12%;
top:74.5vh;
}
.main3 .main3_wrap .inner>ul>li:nth-child(4) ul{
color: #BABABA;
font-family: SUIT;
font-size: 15px;
font-weight: 400;
line-height: 2;
letter-spacing: -0.45px;
display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 3px;
}
.main3 .main3_wrap .inner>ul>li>ul>li{
position:relative;
}
.main3 .main3_wrap .inner>ul>li>ul>li a{
color: #cdcabe;
font-family: 'Montserrat';
}
}
@media(max-width:768px){
.main3 .main3_wrap .line{
right:10%;
left: auto;
}
}
@media(max-width:400px){
.main3 .main3_wrap .line{display:none;}
.main3 .main3_wrap .inner{margin-top: 86px;}
}
/* main4 */
/* ================================
   main4
================================ */
.main4 {}

/* inner */
.main4 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 120px;
    gap: 3vh;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

/* top */
.main4 .inner .top .tit_k {
    display: block;
    margin-bottom: -1.8rem;
    color: #FFF;
    text-align: right;
    font-family: "SUIT";
    font-size: 17px;
    font-weight: 200;
    line-height: 1;
}

.main4 .inner .top .tit {
    display: block;
    color: #FFF;
    font-family: 'Ivy Mode';
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.3;
}

.main4 .inner .top .txt {
   /*  display: block; */
    color: #FFF;
    text-align: center;
    font-family: "SUIT";
    font-size: 14px;
    font-weight: 200;
    line-height: 170%;
}

/* cont */
.main4 .inner .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    margin-top: 2vh;
    align-self: stretch;
}

.main4 .inner .cont.show-1025 { display: none; }

/* 탭 */
.main4 .inner .cont .tab-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main4 .inner .cont .tab-wrap .tab-btn {
    display: flex;
    padding: 13px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ffffffba;
    font-family: "Montserrat Alternates";
    font-size: 1rem;
    font-weight: 400;
    line-height: 170%;
}

.main4 .inner .cont .tab-wrap .tab-btn.active {
    color: #fff;
    border-bottom: 1px solid #FFF;
    font-weight: 600;
    font-size: 1.1rem;
}

/* cont-wrap */
.main4 .inner .cont .cont-wrap {
    display: flex;
    justify-content: center;
}

/* cont-box-wrap */
.main4 .inner .cont .cont-wrap .cont-box-wrap {
    display: none !important;
    width: 1100px;
    justify-content: center;
    align-items: center;
    gap: 1.1%;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap.active {
    display: flex !important;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-track {
    width: 100% !important;
    display: flex;
    gap: 1rem;
	/* transform: translate3d(-1rem, 0, 0) !important */
}
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-next,.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-prev{width: 15px;height: 47px;top: 38%;opacity: 1;}
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-next{right: -8%;background: url(../images/pc4_slick_next.png) no-repeat 50% 50%;}
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-prev{left: -8%;background: url(../images/pc4_slick_prev.png) no-repeat 50% 50%;}
/* room */
.main4 .inner .cont .cont-wrap .cont-box-wrap .room {
    display: flex;
    width: 360px !important;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
    flex-shrink: 0;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .room .img-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .room .img-box .img {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease-in-out;
}

/* hover */
.main4 .inner .cont .cont-wrap .cont-box-wrap .room:hover .img {
    transform: translate(-50%, -50%) scale(1.04);
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .room:hover .tit {
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.35s ease-in-out;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .room:hover .txt {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    transition: all 0.35s ease-in-out;
}

/* common hover scale */
.hvr-grow,
.main4 .room:hover,
.main4 .room:focus,
.main4 .room:active {
    transform: scale(1.02);
    transition: all 0.35s ease-in-out;
}

/* box */
.main4 .inner .cont .cont-wrap .cont-box-wrap .box { float: left; }

.main4 .inner .cont .cont-wrap .cont-box-wrap .box .tit {
/*     padding-left: 1.2rem; */
    color: #FFF;
    font-family: "SUIT";
    font-size: 1.2rem;
    font-weight: 500;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .box .txt {
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.80);
    font-family: "SUIT";
    font-size: 1rem;
    font-weight: 200;
}

/* direct-btn */
.main4 .inner .cont .cont-wrap .cont-box-wrap .direct-btn {
    display: flex;
/*     padding-right: 10px; */
    justify-content: center;
    align-items: center;
    gap: 18px;
    align-self: stretch;
}

.main4 .inner .cont .cont-wrap .cont-box-wrap .direct-btn a {
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-weight: 300;
}

/* pulse shrink */
@keyframes hvr-pulse-shrink {
    to { transform: scale(0.9); }
}

.hvr-pulse-shrink {
    display: inline-block;
    transform: perspective(1px) translateZ(0);
}

.main4 .room:hover .hvr-pulse-shrink,
.main4 .room:focus .hvr-pulse-shrink,
.main4 .room:active .hvr-pulse-shrink {
    animation: hvr-pulse-shrink 0.5s linear infinite alternate;
}

/* pagination */
.main4 .inner .cont .main4_pagination {}



/* ============================================
   ?? Mobile : max-width 1025px (한곳으로 통합) 
=============================================== */
/* @media (max-width: 1025px) {

    .main4 .inner .cont.none-1025 {
        display: none;
    }

    .main4 .inner .cont.show-1025 {
        display: flex;
    }

    .main4 .inner .cont .cont-wrap {
        width: 100%;
    }

    .main4 .inner .cont .cont-wrap .cont-box-wrap.active {
        width: 80%;
    }

    .main4 .inner .cont .cont-wrap .cont-box-wrap .slick-dots {
        display: inline-flex;
        align-items: center;
    }

    .main4 .inner .cont .cont-wrap .cont-box-wrap {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
} */


/* ============================================
   ?? Mobile : max-width 1025px (한곳으로 통합) 
=============================================== */
@media (max-width: 1025px) {
	.main4 .inner{
		padding-top:100px;
		gap: 2vh;
	}
    .main4 .inner .cont.none-1025 {
        display: none;
    }
    .main4 .inner .cont.show-1025 {
        display: flex;
		margin-top: 0vh;
    }
    .main4 .inner .cont .cont-wrap {
        width: 100%;
    }
    .main4 .inner .cont .cont-wrap .cont-box-wrap {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .main4 .inner .cont .cont-wrap .cont-box-wrap.active {
        width: 85%;
    }
    .main4 .inner .cont .cont-wrap .cont-box-wrap .slick-dots {
        display: inline-flex;
        align-items: center;
    }
	.main4 .inner .cont .cont-wrap .cont-box-wrap .box{
	margin-top: 14px;
	}

}

/* ============================================
    Mobile : max-width 1025px - show-1025 전용
=============================================== */
@media (max-width: 1025px) {
.main4 .inner .top .txt{
    font-size: 13px;    line-height: 150%;
}
	.main4 .inner .top .tit {
		font-size: 4.5rem;
	}

    /* 데스크탑 슬라이드 숨김 */
    .main4 .inner .cont.none-1025 { display: none; }

    /* 모바일 슬라이드 활성화 */
    .main4 .inner .cont.show-1025 {
        display: flex;
        width: 100%;
	    gap: 3vh;
        /* padding: 0 20px; */
    }

    /* 탭 버튼 */
    .main4 .inner .cont.show-1025 .tab-wrap {
        gap: 15px;
    }

    .main4 .inner .cont.show-1025 .tab-wrap .tab-btn {
        padding: 10px 14px;
        font-size: 0.9rem;
    }

    /* 슬라이드 영역 */
    .main4 .inner .cont.show-1025 .cont-wrap {
        width: 100%;
        /* overflow: hidden; */
		margin-right:11px;
    }

    /* 슬라이드 묶음 */
    .main4 .inner .cont.show-1025 .cont-box-wrap {
        display: none !important;
        width: 100%;
    }

    .main4 .inner .cont.show-1025 .cont-box-wrap.active {
        display: block !important;
    }

    /* slick 슬라이드 내부 폭 복구 */
    .main4 .inner .cont.show-1025 .cont-box-wrap .slick-track {
        display: flex !important;
        width: 100% !important;
		gap: 4%;
    }
.main4 .inner .cont.show-1025 .cont-wrap .cont-box-wrap .room{
width: 96% !important;
align-items: center;
}
    /* 개별 슬라이드 - ★핵심★ */
    .main4 .inner .cont.show-1025 .room {
        width: 96% !important;       /* 한 개만 꽉 차게 */
        max-width: 96%;
        flex-shrink: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* 이미지 박스 - 화면 비율 맞추기 */
    .main4 .inner .cont.show-1025 .room .img-box {
        width: 100%;
        aspect-ratio: 16/10;    /* 필요하면 16/9 or 4/3로 변경 가능 */
        overflow: hidden;
        border-radius: 10px;
    }
.main4 .inner .cont .cont-wrap .cont-box-wrap .room .img-box{
    height: 30vh;
}
.main4 .inner .cont .cont-wrap .cont-box-wrap .room:hover .img {
    transform: none;
}
.main4 .inner .cont .cont-wrap .cont-box-wrap .room .img-box .img{transform:none;left:0;top:0;}
    .main4 .inner .cont.show-1025 .room .img-box .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
    }

    /* 제목/텍스트 */
    .main4 .inner .cont.show-1025 .room .box .tit {
        font-size: 1.1rem;
        padding-left: 0;
		margin-right:10px;
    }

    .main4 .inner .cont.show-1025 .room .box .txt {
        font-size: 0.9rem;
        padding-left: 0;
    }

	.main4 .inner .cont.show-1025 .slick-prev, .main4 .inner .cont.show-1025 .slick-next{
	width: 114px;
    height: 79px;
	top: 50%;
	opacity: 0.5;
    background-size: contain;
	}
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-prev{
	left:8%;
	opacity:1;
}
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-next{
	right:4%;
	opacity:1;
}

    /* 버튼 */
    .main4 .inner .cont.show-1025 .room .direct-btn {
        padding-right: 0;
        justify-content: center;
    }

    .main4 .inner .cont.show-1025 .room .direct-btn a {
        padding: 10px 30px;
        font-size: 0.8rem;
    }

    /* slick dots */
    .main4 .inner .cont.show-1025 .slick-dots {
        bottom: -20px;
        text-align: center;
    }
}

@media(max-width:650px){
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-prev{
	left:32px;
}
.main4 .inner .cont .cont-wrap .cont-box-wrap .slick-next{
	right:20px;
}
}

/* main5 */
.main5 .inner{
display: flex;
width: 100%;
height:100%;
backdrop-filter: blur(10px);
}
.main5 .inner .cont{
width: 21%;
position:absolute;
top:30%;
left:60.9%;
z-index: 10;
}
@media (max-width: 1025px) {
    .main5 .inner .cont {
        width: 34%;
        left: 50%;
    }
}
@media(max-width:560px){
.main5 .inner .cont{
width:50%;
left:32%;
top: 31%;
}
}
@media(max-width:480px){
.main5 .inner .cont{
width:50%;
left:31%;
}
}
.main5 .inner .cont .tit_k{
display: block;
color: #FFF;
text-align: right;
font-family: "SUIT";
font-size: 17px;
font-style: normal;
font-weight: 200;
line-height: 1;
margin-bottom:-1rem;
margin-right:8.7rem;
}
@media(max-width:1025px){
.main5 .inner .cont .tit_k{
margin-right:0;
}
}
.main5 .inner .cont .tit{
display: block;
color: #FFF;
font-family: 'Ivy Mode';
font-size: 6rem;
font-style: normal;
font-weight: 400;
line-height: 1.3;
}
@media(max-width:1025px){
.main5 .inner .cont .tit{
font-size: 4rem;
}
}
.main5 .inner .cont .line{
display:block;
width: 340px;
height: 1px;
background: #FFF;
position:absolute;
top:6.55rem;
left:-2.5rem;
}

.main5 .inner .cont .line:before{
content: "";  
display: block;
width: 245px;
height: 1px;
background: #FFF;
position: absolute;
top: 0.4rem;
left:6.3rem;
}
@media(max-width:1025px){
.main5 .inner .cont .line{
width:290px;
top: 4.25rem;
left: -6.3rem;
}
.main5 .inner .cont .line:before{
width:207px;
}
}
.main5 .inner .cont .line:after{
content: "";  
display: block;
width: 1px;
height: 44px;
background: #FFF;
position: absolute;
top: -1rem;
right:1.4rem;
}
.main5 .inner .cont .txt{
color: #FFF;
font-family: "SUIT";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 170%;
margin-top:75px;
margin-left:38%;
}
@media(max-width:1025px){
margin-top: 40px;
margin-left: 38%;
}
.main5 .inner .cont .txt b{
font-weight: 700;
}
.main5 .inner .cont .direct-btn{
margin-top:58px;
margin-left:38%;
}
.main5 .inner .cont .direct-btn a{
color: #FFF;
font-family: "Montserrat";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 22.5px */
}

.main5 .inner .img-box{
    margin: 6rem auto 0;
    width: 540px;
    height: 724px;
    background: url(../images/hanok.png) no-repeat 50% 50%;
	background-size: cover;
    z-index: 1;
}
@media(max-width:1550px){
.main5 .inner .img-box{
width: 31vw;
height: auto;
background-size: contain;
}
}
@media(max-width:1025px){
.main5 .inner .img-box{
display: block;
position: relative;
margin-left:-174px;
margin-top: 86px;
margin-bottom: 70px;
width: 90%;
background: url(../images/hanok.png) no-repeat 50% 50%;
background-size: contain;
z-index: 1;
}
}

/* main6 */
.main6{
width:100%;
height:100%;
}
.main6 .left{
width:60%;
height:100%;
overflow:hidden;
display: flex;
align-items: center;
position:absolute;
left:0;
}
.main6 .right{
width:40%;
height:100%;
overflow:hidden;
display: flex;
align-items: center;
position:absolute;
right:0;
}
.main6 .left .cont-wrap{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 25px;
margin-left:187px;
z-index: 10;
}
.main6 .right .cont-wrap{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 25px;
margin-left:137px;
z-index: 10;
}
.main6 .cont-wrap .tit span{
color: #FFF;
font-family: 'Ivy Mode';
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 58.5px */
text-transform: uppercase;
}
.main6 .cont-wrap .desc{
display: flex;
width: 307.879px;
flex-direction: column;
align-items: flex-start;
gap: 39px;
}
.main6 .cont-wrap .desc h2{
color: #FFF;
font-family: "SUIT";
font-size: 20px;
font-style: normal;
font-weight: 200;
line-height: 170%; /* 34px */
}
.main6 .cont-wrap .desc p{
color: #FFF;
font-family: "SUIT";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 23.8px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media(max-width:560px){
.main6 .cont-wrap .desc p{
display:none;
}
}
.main6 .cont-wrap .direct-btn{
margin-top:60px;
display: flex;
width: 296px;
justify-content: flex-end;
align-items: center;
}
.main6 .cont-wrap .direct-btn a{
color: #FFF;
font-family: "Montserrat";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 22.5px */
}
.main6 .ms5_thum{
width:100%;
height:100%;
position: absolute;
left: 50%;  
top: 50%;  
transform: translate(-50%,-50%);  
transition: all 0.35s ease-in-out; 
}
.main6 .left:hover .ms5_thum,.main6 .right:hover .ms5_thum{
transform: translate(-50%,-50%) scale(1.04);
transition: all 0.35s ease-in-out; 
}

@media(max-width:768px){
.main6{display:block;height:100vh;}
.main6 .left{width:100%;height:56%;left:auto;top:0;}
.main6 .left .cont-wrap{margin-left:8%;gap:17px;margin-top:60px;width:80%;}
.main6 .right{width:100%;height:44%;right:auto;bottom:0;}
.main6 .right .cont-wrap{margin-left:8%;gap:17px;margin-top:60px;width:80%;}
.main6 .cont-wrap .tit span{font-size:34px;}
.main6 .cont-wrap .desc{gap:2px;width:100%;}
.main6 .cont-wrap .desc h2{font-size:16px;font-weight:300;}
.main6 .cont-wrap .desc p{-webkit-line-clamp:1;}
.main6 .cont-wrap .direct-btn{width:100%;margin-top:37px;}
}


.main7 .inner{
width:100%;
height:100%;
display: inline-flex;
align-items: center;
}
.main7 .inner .left{
display: flex;
width:38%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
background: #F9F9F9;
}
.main7 .inner .left .tit{
margin-top:7vh;
width:72%;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.main7 .inner .left .tit .tit_e{
color: #333;
font-family: 'Ivy Mode';
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 58.5px */
text-transform: uppercase;
}
.main7 .inner .left .tit .tit_k{
color: #333;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 34px */
}
.main7 .inner .left ul{
display: flex;
width:52%;
padding-left: 20%;
margin-top:3rem;
flex-direction: column;
align-items: flex-start;
gap: 29px;
}
.main7 .inner .left ul li h2{
color: #333;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 30.6px */
text-transform: uppercase;
}
.main7 .inner .left ul li h2 span{
display:block;
width: 32px;
height: 29px;
float: left;
margin-right: 10px;
}
.main7 .inner .left ul li:nth-child(1) h2 span{
background:url(../images/icon_add.svg);
}
.main7 .inner .left ul li:nth-child(2) h2 span{
background:url(../images/icon_ph.svg);
}
.main7 .inner .left ul li:nth-child(3) h2 span{
background:url(../images/icon_inout.svg);
}

.main7 .inner .left ul li p,.main7 .inner .left ul li a{
color: #333;
font-family: SUIT;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 23.8px */
padding-left: 41px;
cursor: pointer;
}
.main7 .inner .left .direct-btn{
margin-top:12vh;
display: flex;
width: 72%;
justify-content: flex-end;
align-items: center;
}
.main7 .inner .left .direct-btn a{
color: #333;
font-family: "Montserrat";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 22.5px */
}
.main7 .inner .right{
width:62%;
height:100vh;
overflow:hidden;
}
.main7 .inner .right .root_daum_roughmap .wrap_controllers{
border:none !important;
}

.root_daum_roughmap {
  z-index: 1 !important;
}

@media(max-width:768px){
.main7{background:#F9F9F9;}
.main7 .inner{flex-direction:column;}
.main7 .inner .left{width:100%;height:50vh;}
.main7 .inner .left .tit{width:80%;gap:10px;margin-top:21vh;}
.main7 .inner .left .tit .tit_e{font-size:40px;}
.main7 .inner .left .tit .tit_k{font-size:17px;}
.main7 .inner .left ul{width:90%;padding-left:7%;margin-top:2rem;gap:15px;}
.main7 .inner .left ul li h2{font-size:15px;font-weight:500;}
.main7 .inner .left ul li h2 span{width:26px; height:25px;margin-right:10px;}
.main7 .inner .left ul li p{padding-left:36px;}
/* .main7 .inner .left ul li a:last-child{padding-left:0;} */
.main7 .inner .right{width:100%;height:43vh;}

}
 
/* main8 */
.main8 .ms7_bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: no-repeat center/cover; transform: scale(1.35); transition: transform 8s cubic-bezier(.1,.2,.7,1);}
.main8.active .ms7_bg {transform: scale(1);}
.main8 .ms7_contbox { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 100px;  box-sizing: border-box;}
.main8 .ms7_titbox { width: 90%; max-width: 1650px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 3rem;}
.main8 .ms7_titbox .tit { font-family: "NotoSerifKR", serif; font-size: 2.4rem; color: #ffffff;}
.main8 .ms7_titbox .tit span { font-family: "reforma-1969", 'NanumSquare', sans-serif;}
.main8 .ms7_titbox .desc { font-size: 1.15rem; line-height: 1.6em;  letter-spacing: -0.025em; color: #ffffff; text-align: right; transform: rotate(0.03deg);}
.main8 .ms7_slider { width: 100%; margin-top: 5rem;}
.main8 .ms7_slider .swiper-slide {width: calc((100% - 2.5%*3)/4);  margin-right: 2.5%;}
.main8 .ms7_slider .swiper-slide > a { display: block; width: 100%;  height: 100%; cursor: grab;}
.main8 .ms7_slider .swiper-slide .ms7_img { width: 100%; height: 0; padding-bottom: 72%; background: no-repeat center/cover; margin-bottom: 1.85rem;}
.main8 .ms7_slider .swiper-slide .tit { font-family: "reforma-1969", 'NanumSquare', sans-serif; font-size: 1.6rem; letter-spacing: -0.025em; color: #ffffff; text-align: center;}

#cursor { position: fixed; z-index: 101; left: 0; top: 0;  pointer-events: none; will-change: transform}

@media(hover: hover)and (pointer: fine) {
    
    #cursor .cursor_circle { display: flex;align-items: center; justify-content: space-around; width: 5.5rem; height: 5.5rem; text-align: center;   font-size: 1.2rem; color: #364848; border-radius: 100%; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); opacity: 0; transition: all 1s;} 
    #cursor.ms7_hover .cursor_circle { transform: translate(-50%,-50%) scale(1); opacity: 1;}

}


/* main8 */
.main8 .ms8_contbox { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column;  justify-content: flex-end;}
.main8 .ms8_titbox { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center;}
.main8 .ms8_titbox .tit { font-family: 'playfair-display', "NotoSerifKR", serif; font-size: 3.2rem; letter-spacing: -0.025em; color: #000000; text-transform: uppercase;}
.main8 .ms8_titbox .tit .big { font-family: 'playfair-display', "NotoSerifKR", serif; font-size: 1.2em;}
.main8 .ms8_titbox .desc { font-size: 1.15rem; letter-spacing: -0.025em;  line-height: 1.8em; color: #222222; transform: rotateX(-0.03deg);}
.main8 .ms8_titbox .btnbox { display: flex;  align-items: center;  gap: 1.75rem; margin-top: 1.5rem;}
.main8 .ms8_titbox .btnbox .ms8_link { font-family: "futura-pt", 'NanumSquare', sans-serif; font-size: 1rem; letter-spacing: 0.025em; color: #222222;  background-color: #fff; border: 1px solid #364848; display: flex;  align-items: center; justify-content: center; padding: 0.75rem 3.45rem 0.75rem;  transition: all 0.35s ease-in-out;}
.main8 .ms8_titbox .btnbox .ms8_link:hover{background-color: #364848; color: #fff; }
.main8 .ms8_imgbox { position: relative; width: 100%; height: 0; padding-bottom: 20%; overflow: hidden; margin-top: 4.5rem;}
.main8 .ms8_imgbox .ms8_img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: no-repeat center/cover; transform: scale(1.15); transition: transform 8s cubic-bezier(.1,.2,.7,1);}
.main8.active .ms8_imgbox .ms8_img{transform: scale(1);}




@media screen and (max-width:1400px) {

    html { font-size: 15px;}

    #fp-nav.fp-right { right: 2%; }

    .main6 .ms5_titbox .desc { word-break: keep-all; }

}


@media screen and (max-width:1280px) {

    #footer .f_right { margin-right: 0; }

    .main6 .ms5_titbox .tit { font-size: 2.2rem; }
    .main6 .ms5_titbox .desc {font-size: 1.1rem; }

    .PoolVilla_page .room_detail_info1 .room_txtbox .title .line {margin-bottom: 1.5rem;}
    .PoolVilla_page .room_detail_info1 .room_txtbox .title .tit::after {margin: 1.5rem 0; }
    .PoolVilla_page .room_detail_info1 .room_txtbox .info_row { margin-bottom: 3.5rem; }
    .PoolVilla_page .room_detail_info1 .room_txtbox .info_box { gap: 1.85rem; }

    

}


@media screen and (max-width:1080px) {


}