@import url(/assets/css/clients/shared/bx.css?v=7);
@import url(/assets/css/clients/shared/layout.css?v=7);
@import url(/assets/css/clients/shared/header.css?v=7);
@import url(/assets/css/clients/shared/footer.css?v=7);


html, body {
    max-width: 100%;
	overflow-x: hidden;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
body {
    background-color: #F8F4EF!important;
    /* overflow: hidden; */
}
/* common css */
button {
    border: none;
    background-color: white;
    padding: 0;
    margin: 0;
}
.mobile_img,
.mobile_wrap {
    display: none;
}


/* Header CSS Start */

header {
    width: 100%;
    position: fixed;
    background-color: #F8F4EF;
    z-index: 50;
    box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.14);
}
header .logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 18px 0 10px 0;
}
header a {
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
header a span {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 200;
}
span.gadi_desc {
    line-height: 11px;
    color: #282828;
    font-size: 16px;
}
a.newsletter{
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #282828;
    border-radius: 5px;
    padding: 1px 14px;
    background-color: #282828;
}
a.newsletter:hover {
    background-color: unset;
    color: #282828;
}
.lang  {
    display: flex;
    align-items: baseline;
}
.lang span {
    font-size: 13px;
    color: #F8F4EF;
}


/* Header CSS End */



/* MainPage CSS Start */
/* .MainPage {
    padding-top: 58px;
} */

/* #### main-content CSS Start #### */
.main-content {
    margin-bottom: 200px;
}
@-webkit-keyframes ain_pc{
    0% { background-position: -100px 0;}
    100%{ background-position: 0 0;  }
}
@keyframes ain_pc{
    0% { background-position: -100px 0;}
    100%{ background-position: 0 0;  }
}
@-webkit-keyframes ani_pc{
    0% { background-position: -100px 0;}
    100%{ background-position: 0 0;  }
}
@-webkit-keyframes aain_pc{
    0% { background-position: -50px 0;}
    100%{ background-position:  0 0;}
}
@keyframes aain_pc{
    0% { background-position: -50px 0;}
    100%{ background-position:  0 0;}
}
@-webkit-keyframes aani_pc{
    0% { background-position: -50px 0;}
    100%{ background-position: 0 0;  }
}
/* @-webkit-keyframes ain_mo{
    0% { background-position: -700px 0;}
    100%{ background-position: 0 0;  }
}
@keyframes ain_mo{
    0% { background-position: -700px 0;}
    100%{ background-position: 0 0;  }
}
@-webkit-keyframes ani_mo{
    0% { background-position: -700px 0;}
    100%{ background-position: 0 0;  }
} */
.main-content .main-img{
    position:relative;
    width: 100%;
    height: 650px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/main-img.jpg);
    background-position: -50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    animation: aani_pc 6s ease-out 1s alternate forwards;
    -moz-animation:  aani_pc 6s ease-out 1s alternate forwards;
    -webkit-animation:  aani_pc 6s ease-out 1s alternate forwards;
    -ms-animation:  aani_pc 6s ease-out 1s alternate forwards;
    -o-animation: aani_pc 6s ease-out 1s alternate forwards;
    transition: 4s;
}

#eunpyeong .main-content .main-img {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/main-img.jpg);
}
#yeoui .main-content .main-img {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/main-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    animation: ani_pc 6s ease-out 1s alternate forwards;
    -moz-animation:  ani_pc 6s ease-out 1s alternate forwards;
    -webkit-animation:  ani_pc 6s ease-out 1s alternate forwards;
    -ms-animation:  ani_pc 6s ease-out 1s alternate forwards;
    -o-animation: ani_pc 6s ease-out 1s alternate forwards;
    transition: 4s;
}
#kondae .main-content .main-img {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/main-img.jpg?v=250712);
}
.main-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: flex-end; */
    margin-top: 20px;
}
.main-text p {
    color: #1D1D1D;
    padding: 10px 0;
}
/* #soonra .main-text p {
    padding: 0 0 10px 0;
} */
.main-text .pc_wrap {
    text-align: right;
}
#soonra .main-text .pc_wrap {
    padding-top: 30px;
}
.main-text p:first-child {
    font-size: 50px;
    letter-spacing: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 0;
}
.main-text p:last-child {
    text-align: right;

}


/* #### main-content CSS End #### */

/* room-type */
.room-type {
    margin: 250px 0 100px 0;
}
.room-type h3 {
    text-align: left;
    color: #3C3C3C;
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.room-type .room-notice {
    display: flex;
    flex-basis: 100%;
    font-size: 16px;
}
.room-type .room-notice::after {
    content:'';
    height: 1px;
    flex-grow: 1;
    margin: 15px 0 15px 20px;
    background-color: #D2D2D2;
    display: inline-block;


}
.room-type-wrap {
    display: flex;
    gap: 25px;
    padding-bottom: 100px;
    /* border-bottom: 2px solid #000000; */
}
#eunpyeong .room-type-wrap,
#yeoui .room-type-wrap,
#kondae .room-type-wrap {
    padding-bottom: 50px;
}
.room {
    flex: 1;
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
}
.room-text-wrap {
    display: flex;
    justify-content: space-between;
    color: #353535;
    margin: 10px 0 5px 0;

}
.room-type-wrap .text1 {
    font-size: 35px;
}
#eunpyeong .room-type-wrap .text1,
#yeoui .room-type-wrap .text1{
    font-size: 25px;
}
#eunpyeong .room-type-wrap .text2,
#yeoui .room-type-wrap .text2 {
    font-size: 15px;
}

#kondae .room-type-wrap .text1 span.sub {
    font-size: 26px;
    color: #AEAEAE;
}

.room-type-wrap .text1 span {
}
.room-type-wrap .text2 {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.room-type-wrap .text2 .deposit{
    text-align: right;
    margin-bottom: 2px;
}

.room-type-wrap .vat-g {
    color: #B9B9B9;
}
#yeoui .room-type-wrap .vat-g ,
#soonra .room-type-wrap .vat-g ,
#eunpyeong .room-type-wrap .vat-g {
    color: #F8F4EF;
}
#soonra .popup-text-wrap .text2 .vat-g.kr400g {
    color: #ffffff;
}
.room-img-wrap {
    position: relative;
    width: 100%;
    height: 480px;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}
.room-img-wrap span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    color: #2E2E2E;
}
#eunpyeong .room {
    max-width: 400px;
}
#eunpyeong .room-img-wrap,
#yeoui .room-img-wrap {
    height: 240px;
}
.room-img-wrap:hover {
    border: 1.6px solid #000000;
}
/* 순라 */
.room-Atype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/Atype.jpg) 60% center/cover no-repeat;
}
.room-Btype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/Btype.jpg) 60% center/cover no-repeat;
}
.room-Ctype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/Ctype.jpg) 60% center/cover no-repeat;
}
/* 은평 */
#eunpyeong .room-Atype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/Atype.jpg) 60% center/cover no-repeat;
}
#eunpyeong .room-Btype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/Btype.jpg) 60% center/cover no-repeat;
}
#eunpyeong .room-Ctype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/Ctype.jpg) 60% center/cover no-repeat;
}
#eunpyeong .room-Dtype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/Dtype.jpg) 60% center/cover no-repeat;
}
#eunpyeong .room-Etype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/Etype.jpg) 60% center/cover no-repeat;
}

/* 여의 */
#yeoui .room-Atype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/Atype.jpg) 60% center/cover no-repeat;
}
#yeoui .room-Btype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/Btype.jpg) 60% center/cover no-repeat;
}
#yeoui .room-Ctype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/Ctype.jpg) 60% center/cover no-repeat;
}
#yeoui .room-Dtype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/Dtype.jpg) 60% center/cover no-repeat;
}
#yeoui .room-Etype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/Etype.jpg) 60% center/cover no-repeat;
}
#yeoui .room-Ftype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/Ftype.jpg) 60% center/cover no-repeat;
}

#kondae .room-Atype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/Atype.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .room-Btype .room-img-wrap {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/Btype.jpg?v=250711) 60% center/cover no-repeat;
}





.room-img-wrap span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    color: #2E2E2E;
}
#eunpyeong .room-img-wrap span,
#yeoui .room-img-wrap span {
    font-size: 13px;

}

/*##### room-pop CSS start #####*/

/* .room-popup {
    border: 1px solid #000;
} */
.room-popup .inner {}
.popup-wrap {
    max-width: 1300px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    border-radius: 4px;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.popup-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 0 15px;
}
.popup-text-wrap {
}
.popup-text-wrap .room-text-wrap {
    justify-content:0;
    gap: 135px;
    
}
.popup-text-wrap .room-text-wrap .text1 span {
    font-size: 35px;
}

.popup-text-wrap .room-text-wrap .text2 {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.popup-text-wrap .text2 .deposit{
    text-align: right;
    margin-bottom: 2px;
}
.popup-text-wrap .room-type-wrap .text2 .cost {

}
.popup-text-wrap .text2 .vat-g.kr400g {
    color: #B9B9B9;
}
.popup-header .btn_close {
    display: flex;
    justify-content: right;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url(https://d1o1f0h6tnvilz.cloudfront.net/common/close-btn.png) center/30px auto no-repeat;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 65px;
}

.room-popup .popup-wrap .pic-wrap {
    margin: 0px 15px 20px 15px;
    gap: 10px;
    overflow-x:auto; 
    /* width: 170vh; */
    white-space:nowrap;
    display: flex; 
    flex-wrap: nowrap; 
    overflow-x: auto; 

}

.pic-wrap .pic-img {
    flex: 0 0 auto; 
    /* display:inline-block;  */
    height: 495px;
    width: 435px;
}
/*  ### 순라 ###  */
/* 순라 A 타입 */
.pic-wrap .pic-img.a-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/a-img1.jpg) 60% center/cover no-repeat;
}
.pic-wrap .pic-img.a-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/a-img2.jpg) 60% center/cover no-repeat;
}
/* 순라 B 타입 */
.pic-wrap .pic-img.b-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/b-img1.jpg) 60% center/cover no-repeat;
}
.pic-wrap .pic-img.b-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/b-img2.jpg) 60% center/cover no-repeat;
}
.pic-wrap .pic-img.b-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/b-img3.jpg) 60% center/cover no-repeat;
}

/* 순라 C 타입 */
.pic-wrap .pic-img.c-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/c-img1.jpg) 60% center/cover no-repeat;
}
.pic-wrap .pic-img.c-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/c-img2.jpg) 60% center/cover no-repeat;
}
.pic-wrap .pic-img.c-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/room/c-img3.jpg) 60% center/cover no-repeat;
}

/*  ### 은평 ###  */

/* 은평 A 타입 */
#eunpyeong .pic-wrap .pic-img.a-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img1.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.a-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img2.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.a-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img3.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.a-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img4.jpg) 60% center/cover no-repeat;
}
/* 은평 B 타입 */
#eunpyeong .pic-wrap .pic-img.b-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/b-img1.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.b-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/b-img2.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.b-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img3.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.b-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img4.jpg) 60% center/cover no-repeat;
}

/* 은평 C 타입 */
#eunpyeong .pic-wrap .pic-img.c-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/c-img1.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.c-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/c-img2.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.c-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img3.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.c-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img4.jpg) 60% center/cover no-repeat;
}
/* 은평 D 타입 */
#eunpyeong .pic-wrap .pic-img.d-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/d-img1.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.d-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/d-img2.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.d-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/d-img3.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.d-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/a-img4.jpg) 60% center/cover no-repeat;
}
/* 은평 E 타입 */
#eunpyeong .pic-wrap .pic-img.e-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/e-img1.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.e-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/e-img2.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.e-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/e-img3.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.e-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/e-img4.jpg) 60% center/cover no-repeat;
}
#eunpyeong .pic-wrap .pic-img.e-img5 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/e-img5.jpg) 60% center/cover no-repeat;
}



/*  ### 여의 ###  */

/* 여의 A 타입 */
#yeoui .pic-wrap .pic-img.a-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img1.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.a-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img2.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.a-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img3.jpg) 60% center/cover no-repeat;
}
/* 여의 B 타입 */

#yeoui .pic-wrap .pic-img.b-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/b-img1.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.b-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/b-img2.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.b-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img3.jpg) 60% center/cover no-repeat;
}
/* 여의 C 타입 */

#yeoui .pic-wrap .pic-img.c-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/c-img1.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.c-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/c-img2.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.c-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img3.jpg) 60% center/cover no-repeat;
}
/* 여의 D 타입 */

#yeoui .pic-wrap .pic-img.d-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/d-img1.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.d-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/d-img2.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.d-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img3.jpg) 60% center/cover no-repeat;
}
/* 여의 E 타입 */

#yeoui .pic-wrap .pic-img.e-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/e-img1.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.e-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/e-img2.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.e-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img3.jpg) 60% center/cover no-repeat;
}
/* 여의 F 타입 */

#yeoui .pic-wrap .pic-img.f-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/f-img1.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.f-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/f-img2.jpg) 60% center/cover no-repeat;
}
#yeoui .pic-wrap .pic-img.f-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/a-img3.jpg) 60% center/cover no-repeat;
}

/*  ### 건대 ###  */

/* 건대 A 타입 */
#kondae .pic-wrap .pic-img.a-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img1.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img2.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img3.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img4.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img5 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img5.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img6 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img6.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img7 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img7.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.a-img8 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img8.jpg?v=250711) 60% center/cover no-repeat;
}
/* 건대 B 타입 */

#kondae .pic-wrap .pic-img.b-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/b-img1.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/b-img2.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/b-img3.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/b-img4.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img5 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/b-img5.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img6 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/b-img6.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img7 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img7.jpg?v=250711) 60% center/cover no-repeat;
}
#kondae .pic-wrap .pic-img.b-img8 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/a-img8.jpg?v=250711) 60% center/cover no-repeat;
}



/*##### room-pop CSS end #####*/



/*##### floor CSS start #####*/


.floor-guide {
    /* border: 1px solid #000; */
}
.floor-guide .floor-wrap {
    border-bottom: 2px solid #000;
    display: flex;
    height: 400px;
    justify-content: space-around;
    /* background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/gadi/back_blur.png); */
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #F8F4EF!important;
    background-position: 34% bottom;
    gap: 20px;

}
.floor-wrap .floor-img {
    flex: 1;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/floor-img.png);
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: 120px center;
}
.floor-wrap .floor-text {
    flex: 1;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/floor-text.png);
    background-size: 43%;
    background-repeat: no-repeat;
    background-position: 80px 130px;
}
#eunpyeong .floor-wrap .floor-img {
    background-size: 60%;
    background-position: 250px -30px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/floor-img.png);

}
#eunpyeong .floor-wrap .floor-text {
    background-size: 50%;
    background-position: 20px 90px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/floor-text.png);

}
#yeoui .floor-wrap .floor-img {
    background-size: 100%;
    background-position: 150px 39px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/floor-img.png);
}
#yeoui .floor-wrap .floor-text {
    background-position: 20px center;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/floorguide.png);

}
#kondae .floor-wrap .floor-img {
    background-size: 80%;
    background-position: 150px 43px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/floor-img.png);

}
#kondae .floor-wrap .floor-text {
    background-size: 50%;
    background-position: 80px 112px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/floorguide.png);

}
/*##### floor CSS start #####*/


/*##### facility CSS start #####*/
.facility {
    width: 100%;
    height: auto;
    margin-top: 150px;
}
.facility h3 {
    text-align: left;
    color: #3C3C3C;
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 100;
    letter-spacing: 5px;
}
#kondae .facility h3 {
    padding-bottom: 0px;
    margin-bottom: 4px;
}
#kondae .facility .subtitle {
    padding-bottom: 30px;
}

.space {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.space .space1 {}
.s-img-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 540px;
    gap: 15px;
}

.img-half1 {
    flex: 3;
}

.img-half2 {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}
.s-img {
    position: relative;
    width: 100%;
    height: 542px;
    border-radius: 3px;
}
/* 순라 */
.s-img.s-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img1.jpg) 60% center/cover no-repeat;
}
.s-img.s-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img2.jpg) 60% center/cover no-repeat;
    height: 268px;
}
.s-img.s-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img3.jpg) 60% center/cover no-repeat;
    height: 268px;
}
.s-img.s-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img4.jpg) 60% center/cover no-repeat;
    height: 268px;
}
.s-img.s-img5 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img5.jpg) 60% center/cover no-repeat;
    height: 268px;
}
.s-img.s-img6 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img6.jpg) 60% center/cover no-repeat;
}
.s-img.s-img7 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/s-img7.jpg) 60% center/cover no-repeat;
}

 /* 은평 */

#eunpyeong .s-img.s-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img1.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img2.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img3.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img4.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img5 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img5.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img6 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img6.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img7 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img7.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img8 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img8.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img9 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img9.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img10 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img10.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img11 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img11.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img12 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img12.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img13 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img13.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img14 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img14.jpg) 60% center/cover no-repeat;
}
#eunpyeong .s-img.s-img15 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/s-img15.jpg) 60% center/cover no-repeat;
}


 /* 여의 */
#yeoui .s-img.s-img1 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img1.jpg) 60% center/cover no-repeat;
    height: 268px;
}
#yeoui .s-img.s-img2 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img2.jpg) 60% center/cover no-repeat;
    height: 268px;
}
#yeoui .s-img.s-img3 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img3.jpg) 60% center/cover no-repeat;
    height: 542px;
}
#yeoui .s-img.s-img4 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img4.jpg) 60% center/cover no-repeat;
    height: 542px;
}
#yeoui .s-img.s-img5 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img5.jpg) 60% center/cover no-repeat;
    height: 268px;
}
#yeoui .s-img.s-img6 {
    height: 268px;
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img6.jpg) 60% center/cover no-repeat;
}
#yeoui .s-img.s-img7 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img7.jpg) 60% center/cover no-repeat;
}
#yeoui .s-img.s-img8 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img8.jpg) 60% center/cover no-repeat;
}
#yeoui .s-img.s-img9 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img9.jpg) 60% center/cover no-repeat;
}
#yeoui .s-img.s-img10 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img10.jpg) 60% center/cover no-repeat;
}
#yeoui .s-img.s-img11 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img11.jpg) 60% center/cover no-repeat;
}
#yeoui .s-img.s-img12 {
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/s-img12.jpg) 60% center/cover no-repeat;
}

.s-img span {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #fff;
    font-size: 15px;
}
.s-text-wrap {
    display: flex;
    gap: 30px;
}
.s-text-wrap.text-wrap1 {}
.text-half1 {
    flex: 3;
    display: flex;
    justify-content: right;
}
.text-half1.eunpyeong {
    justify-content: left;
    flex: 1!important;
}
.text-half2.eunpyeong {
    flex: 4;
}
.space2 .text-wrap2 .text-half1 {
    flex: 0;
    display: flex;
    justify-content: start;
}
.text-half1 h4 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.text-half2 {
    flex: 2;
    display: flex;
    justify-content: left;
}
.text-half2 p {
    font-size: 20px;
    color: #2F2F2F;

}
.text-half2 span {
    display: inline-block;
    font-size: 14px;
    color: #AEAEAE;
    line-height: 22px;
    margin-top: 5px;
}
.space.space3 {
    padding-bottom: 100px;
    border-bottom: 2px solid #000;
}
.space3 .s-img-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 470px;
}
.space3 .img-half1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.space3 .s-img-wrap .img-half1 .s-img {
    width: 25%;
    height: 450px;
}
#soonra .space3 .s-img-wrap .img-half1 .s-img {
    width: 100%;
}

#yeoui .space:last-child {
    padding-bottom: 100px;
    border-bottom: 2px solid #000;
}

#kondae .space.space4 {
    padding-bottom: 60px;
}
#kondae .space4 .s-img-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto;
}
#kondae .space4 .img-half1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
#kondae .space4 .s-img-wrap .img-half1 .s-img-inner {
    width: 25%;
}
#kondae .space4 .s-img-wrap .img-half1 .s-img-inner div:first-child{
    height: 450px;
    width: 100%;
}

#kondae .space.space4.border {
    border-bottom: 2px solid #000;
}

#kondae .img_inner_text {
    margin-top: 12px;
}
#kondae .img_inner_text p {
    font-size: 20px;
    color: #2F2F2F;
    margin-bottom: 5px;
}
#kondae .img_inner_text p.sub {
    font-size: 14px;
    color: #AEAEAE;
    line-height: 22px;
    margin-top: 2px;
    word-break: keep-all;
    word-wrap: break-word;
}
#kondae .s-img-inner img {
    width: 100%;
}
/*#####facility CSS end #####*/


/* #### main-map CSS Start #### */
.main-map {
    margin: 50px 0 200px 0;
}
#kondae .main-map {
    margin: 50px 0 50px 0;
}
.main-map h3 {
    text-align: left;
    color: #3C3C3C;
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 100;
    letter-spacing: 5px;
}
.main-map .map_wrap {
    height: 350px;
}
#map {
    border-radius: 5px;
    border: 1px solid #000;
}

.subway-wrap {
    margin: 30px 0 10px 0;
    text-align: left;
}
.subway-wrap .subway {
    margin-left: 5px;
}
.subway-wrap .subway span {
    width: 33px;
    height: 33px;
    border: 5px solid #3954AF ;
    line-height: 30px;
    padding: 0 7px;
    border-radius: 50%;
    font-size: 15px;
}
.subway-wrap .subway .line3 {
    border-color: #FF7D20;
}
.subway-wrap .subway .line6 {
    border-color: #C66928;
}
.subway-wrap .subway .line5 {
    border-color: #812CED;
}
.subway-wrap .subway .line1 {
    border-color: #3954AF;
}
.subway-wrap .subway .line7 {
    border-color: #6E7B37;
}
.subway-wrap .subway .linesr {
    border-color: #6789CA;
    font-size: 12px;
    padding: 3px 1px;
}
.subway-wrap p {
    color: #1C1C1C;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}
.map_address {
    margin: 20px 0;
}
.map_address p {
    padding-bottom: 50px;
}
/* #### main-map CSS End #### */



/* Btn CSS */


.bottomBtn {
    border-radius: 5px;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* box-shadow: 1px 6px 22px -3px rgb(0 0 0 / 15%); */
    transition: 0.3s;
    box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.29);
    -webkit-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
    -moz-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
}
.bottomBtn .close {
    transition: 0;
}
.bottomBtn .btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 15px;
    background-color: #1C1C1C;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    border: 1.5px solid #1C1C1C;
    padding: 10px 0;
    box-sizing: initial!important;
    color: #ffffff;
}

.bottomBtn .btn-round.close {
    background-color: #A6A6A6;
    border: 1.5px solid #A6A6A6;
    cursor: default;
}
.bottomBtn .inner {
    padding-left: 40px;
    padding-right: 40px;
}
.bottomBtn .btn-round:hover {
    color: #282828;
    background-color: #fff;
    border: 1.5px solid #1E1E1E;
}
.bottomBtn .btn-round.close:hover {
    background-color: #A6A6A6;
    border: 1.5px solid #A6A6A6;
    color: #ffffff;
}

/* #eunpyeong .bottomBtn .btn-round {
    background-color: #80B0B4;
    border: 1.5px solid #80B0B4;
}
#yeoui .bottomBtn .btn-round {
    background-color: #1C1C1C;
    border: 1.5px solid #1C1C1C;
    color: #ffffff;
}
#yeoui .bottomBtn .btn-round:hover {
    color: #282828;
    background-color: #fff;
    border: 1.5px solid #1E1E1E;
} */
/* .bottomBtn.on {
    bottom: 0;
} */
/* main-content CSS End */
/*  */




.open_bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 1000%;
    z-index: 999;
    display: none;
}
.noscroll { overflow:hidden !important; touch-action:none;}

/* #### apply CSS start #### */
.apply_wrap {
    display: none;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.apply_wrap.apply_open {
    display: block;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.apply_end {
    display: none;
}
.apply_end.apply_end_open {
    display: block;
}

.apply_wrap .form_wrap, .apply_end{
    width: 390px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    border-radius: 20px;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.apply_wrap .form_wrap {
}
.apply_wrap .text_wrap,
.apply_end .text_wrap {
    background: #282828;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding: 20px;
    border-radius: 20px 20px 0px 0px
}
.text_wrap p {
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.text_wrap .btn_close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url(https://d1o1f0h6tnvilz.cloudfront.net/common/close-btn-w.svg) center/30px auto no-repeat;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.house_info {
    padding: 20px 12px;
    background-color: #F8F4EF!important;
    border-radius: 0 0 20px 20px;
}
.branch_name {
    
}
.branch_name p {

}
.branch_name hr {
    color: #000000;
    border: 0;
}
.setting_info .client {
    display: flex;
    flex-direction: column;
}
.setting_info .client h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}
.setting_info .client input {
    border: 1px solid #C7BDB1;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 47px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.setting_info .client input::-webkit-input-placeholder {
    font-size: 16px;
    color: #6F6F6F;
    font-weight: light;
}
.setting_info .client input::-webkit-input-placeholder,
.setting_info .client input::-moz-placeholder,
.setting_info .client input:-ms-input-placeholder,
.setting_info .client input::-ms-input-placeholder,
.setting_info .client input::placeholder {
    font-size: 16px;
    color: #6F6F6F;
    font-weight: light;
}

.apply_room_type p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    margin-top: 13px;
}
.apply_room_type p span {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0;
}
.apply_room_type .type_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
#yeoui .apply_room_type .type_wrap,
#eunpyeong .apply_room_type .type_wrap {
    margin-bottom: 10px;
    justify-content: flex-start;
}
#eunpyeong .apply_room_type .type_wrap div {
    max-width: 115px;
}
.apply_room_type .type_wrap div {
    border: 1px solid #C7BDB1;
    padding: 7px 0;
    text-align: center;
    border-radius: 5px;
    flex: 1;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 100;
	font-style: normal;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.apply_room_type .type_wrap div.room_click {
    border: 1px solid #000000;
    color: #000000;
}
.apply_room_type .type_wrap div.full {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
    background: #C7BDB170;
}
.person_info {
    text-align: center;

}
.person_info > h2 {
    font-size: 15px;
    margin: 25px 0 12px 0;
    color: #353535;
    font-weight: normal;
}
.person_info input {
    display: none;
}


.apply_privacy {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: end;
}
/* .person_info label .box {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
    background: url(https://d1o1f0h6tnvilz.cloudfront.net/common/check_box.svg) center 6px no-repeat;
} */
span.box {
    font-size: 13px;
    color: #353535;
    display: block;
}

.person_info input[id="consult_privacy"] + label {
    display: inline-block;
	width: 17px;
	height: 16px;
	border: 1.5px solid #000000;
    border-radius: 3px;
	cursor: pointer;
    margin-bottom: 3px;
}
.person_info input[id="consult_privacy"]:checked + label {
    background-color: #282828;
    opacity: 0.8;
}
.person_info .more {
    font-size: 10px;
    color: #6F6F6F;
    margin-bottom: 3px;
    cursor: pointer;
}

.apply_btn, .apply_close_btn {
    margin: 30px 0 0 0;
    border: 1px solid #282828;
    background-color: #282828;
    text-align: center;
    border-radius: 15px;
    padding: 12px 0;
	cursor: pointer;
    transition: 0.3s;
    box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
    -webkit-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
    -moz-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
}
.apply_btn span, .apply_close_btn span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    transition: 0.3s;
}
.apply_btn:hover, .apply_close_btn:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
}
.apply_btn:hover > span,
.apply_close_btn:hover > span {
    color: #000000;

}
/* #### apply CSS End #### */

.end_wrap{
    padding: 20px;
    border-radius: 0 0 20px 20px;
    background-color: #F8F4EF;
}
.end_text p {
    font-size: 14px;
    margin: 20px 0 40px 0;
}

#online-tour .main-content {
    margin-bottom: 100px !important;
}
#online-tour p.para01 {
    text-align: left;
    font-size: 1.5vw;
    padding: 3vw;
    line-height: 3vw;
}
#online-tour p.para01 .italic{
    font-style:italic;
    text-decoration:underline;
    font-weight: bold;
}
#online-tour p.para02 {
    text-align: left;
    font-size: 1.5vw;
    padding: 0 3vw 3vw;
    line-height: 3vw;
}
#online-tour p.para02 .red{
    text-align: left;
    color:#ff4500;
}
#online-tour .title {
    background-color: #feeaab;
}
#online-tour .video-container {
    position:relative;
    height:0;
    padding-bottom:56.25%;
}
  
#online-tour .video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#online-tour .room-type {
    margin-top: 40px !important;
}
#online-tour .room-type h3{
    padding-bottom: 0 !important;
}
#online-tour .room-type h3 div{
    float: right;
    text-align: right;
    letter-spacing: 0.1em;
    font-size: 0.5em;
}
#online-tour .room-type h3 div span{
    font-size: 0.8em;
    color:#9f9d9d;
}
#online-tour .room-type-wrap {
    padding-bottom: 0 !important;
}
#online-tour .room {
    padding-bottom: 0 !important;
    border-bottom:0 !important; 
    flex:2 !important;
}
#online-tour .room-thum-wrap {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#online-tour .room-thum-wrap li{
    float: left;
    width: 20%;
    position: relative;
    padding:0 1.5% 1.5% 1.5%;
}
#online-tour .room-thum-wrap li a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
#online-tour .room-thum-wrap li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

#online-tour .room-thum-wrap > li > a > img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    height: 134px;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 0, 0);
}

#online-tour .room-thum-wrap > li > a:hover > img {
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
}
#online-tour .bottomBtn {
    position: unset !important; 
    margin-top: 70px !important;
    max-width: 700px !important;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#online-tour .bottomBtn .btn-round {   
    border-radius: 20px;
}
#online-tour .etc_wrap{
    display:flex;
    width:100%;
    vertical-align:top;position:relative;
    flex-flow : row wrap;
    justify-content: space-between;
}
#online-tour .etc_wrap .item{
    width: 48%;
    margin: 10px 0;
}
#online-tour .etc_wrap .item .video-container {
    padding-bottom:56.25%;
}

/*투어신청하기 모달 css*/
.descWrap a:hover, .modal-wrap a:hover  {
    background-color: #000000;
    color: #FFFFFF!important;
    text-decoration:none;
}

.main_setting_info .modal-wrap:first-child a {
    margin-top:0;
}

.modal-wrap a{
    display: inline-block;
    margin-top: 10px;
    color: #040404;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 6px;
    padding: 7px 15px;
    font-size: 14px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.main_apply_wrap {
    display: none;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.main_apply_wrap.apply_open {
    display: block;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.main_apply_wrap .form_wrap, .apply_end{
    width: 390px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 2001;
    border-radius: 20px;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.main_apply_wrap .main_text_wrap {
    background: #282828;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding: 20px;
    border-radius: 18px 18px 0px 0px
}
.main_text_wrap p {
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.main_text_wrap .btn_close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url(https://d1o1f0h6tnvilz.cloudfront.net/common/close-btn-w.svg) center/30px auto no-repeat;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.main_house_info {
    padding: 24px !important;
    background-color: #FFEFD8 !important;
    border-radius: 0 0 18px 18px;
}

/* 새로운 투어 모달 디자인 CSS */
.main_setting_info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.celib-option-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #FFFFFF;
    cursor: pointer;
}

.celib-option-card:hover {
    background: #F5E6D3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.option-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.option-label {
    font-size: 14px;
    font-weight: 500;
    color: #FF7700;
}

.option-description {
    font-size: 22px;
    font-weight: 600;
    color: #666666;
}

.option-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #999999;
    transition: color 0.2s ease;
}

.celib-option-card:hover .option-arrow {
    color: #666666;
}
.modal-wrap a:focus, .modal-wrap a:active{
    color:#040404;
    text-decoration:none;
}

.main_setting_info p{
    font-size: 13px;
    margin-left: 20px;
    margin-top: 4px;
}
/*모달 css 끝*/
@media (max-width: 820px) {
    #online-tour p.para01 {
        text-align: left;
        font-size: 1em;
        padding: 30px 0 0;
        line-height: 1.6em;
        letter-spacing: -0.1em;
    }
    #online-tour p.para02 {
        text-align: left;
        font-size: 1em;
        padding: 0 0 30px 0;
        line-height: 1.5em;
    }
    #online-tour p.para02 .red{
        text-align: left;
        color:#ff4500;
    }
    #online-tour .title {
        background-color: #feeaab;
    }
    #online-tour .room-type {
        margin-top: 80px !important;
    }
    #online-tour .room-type h3{
        padding-bottom: 0 !important;
        font-size: 24px;
        letter-spacing: 2px;
    }
    #online-tour .room-thum-wrap > li > a > img {
        height: 80px;
    }
    #online-tour .bottomBtn {
        margin-top: 30px !important;
        max-width: 300px !important;
    }

    #online-tour .etc_wrap .item{
        width: 100%;
        margin: 10px 0;
    }
}

  input::-webkit-input-placeholder {
    font-weight: normal!important; }
  
  .person_text_wrap {
    background-color:rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .person_text_wrap .person_text {
    max-width: 300px;
    max-height: 350px;
    overflow-y: scroll;
    background: #F8F4EF;
    margin: 50px auto;
    border-radius: 10px;
    overflow-y: scroll;
  }
  /* .person_text_wrap .person_text .person_title ::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #bebebe;
    margin: 20px 0;
  } */
  .person_text_wrap .person_text .person_title { 
    padding: 30px 15px 30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: #F8F4EF;
    position: fixed;
    border-radius: 10px 10px 0 0;
    gap: 12px;
    }
  
  .person_text_wrap .person_text .person_title p {
    display: inline-block;
    background: #FFCB13;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    padding: 5px;
    width: 15px;
    height: 15px;
    line-height: 5px;
    text-align: center;
    }
  
  .person_text_wrap .person_text .person_title h3 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
    color: #000000;
    margin-bottom: 4px;
    letter-spacing: 0px;
  }
  .person_text_wrap .person_text .btn_close {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #000;
    background: transparent url(https://d1o1f0h6tnvilz.cloudfront.net/common/close-btn.png) center/30px auto no-repeat;
    border: 0;
    border-radius: 5px;
    opacity: 0.8;
  }
  
  /* .person_text_wrap .person_subtext::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #bebebe;
    margin: 30px 0;
  } */
  
  .person_text_wrap .person_text .person_subtext {
    padding: 90px 15px 50px;
  }
  
  .person_text_wrap .person_text .person_subtext h2 {
    font-size: 13px;
    font-weight: 800;
    color: #595959;
    margin-bottom: 15px;
  }
  
  .person_text_wrap .person_text .person_subtext p {
    font-size: 12px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 15px;
  }
  
  .person_text_wrap .person_text .person_subtext ul li {
    font-size: 11px;
    font-weight: 400;
    color: #595959;
  }
    
    /* 입주신청 버튼 */
  
  .sub_mvpfixed_wrap .mvpmodal .mvpfixed_body .mvp_typesetting .mvp_applybtn {
    display: block;
    background: #000000;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px; 
    text-align: center;
    cursor: pointer;
  }

@media (max-width: 1200px) {
    .popup-wrap {
        max-width: 1000px;
    }

}
@media (max-width: 1180px) {
    .floor-guide .floor-wrap {
        height: 362px;
    }
    .main-text p:first-child {
        font-size: 35px;
    }
    .main-text p {
        padding: 20px 0 0;
    }
 }
@media (max-width: 1024px) {
    .floor-guide .floor-wrap {
        height: 315px; }
}
@media (max-width: 820px) {
    .floor-guide .floor-wrap {
        height: 251px; }
}
@media all and (min-width:280px) and (max-width: 820px) {
    .inner {
        max-width: 465px;
    }
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 375px!important;
    }
    .mobile_img,
    .mobile_wrap {
        display: block!important;
    }
    .pc_img,
    .pc_wrap {
        display: none!important;
    }
    .popup-banner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 5px;
    }
    /* header > .inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    } */
    header .logo_wrap {
        justify-content: space-between;
        padding: 20px 0 10px 0;
    }
    header .logo a span {
        font-size: 14px;
    }
    header .gadi_desc , .lang span {
        font-size: 12px !important;
    }
    header a.newsletter{
        font-size: 11px !important;
        border-radius: 3px;
        padding: 1px 6px;
        font-weight:300;
    }
    .lang span {
        padding-bottom: 2px;
    }
    /* .MainPage {
        padding-top: 50px;
    } */

    .main-text {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-text p {
        text-align: left!important;
    }
    .main-text p:first-child {
        font-size: 30px;
    }
    #soonra .main-text p:first-child {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .popup-wrap {
        top: 50%; 
    }
    .popup-text-wrap .room-text-wrap {
        gap: 50px;
    }
    .room-type-wrap {
        flex-direction: column;
    }
    .room-img-wrap {
        height: 230px;
    }
    .room-popup .inner {
        max-width: 400px;
    }
    .popup-wrap { 
        max-width: 400px;
    }
    .room-popup .popup-wrap .pic-wrap {
        height: 70vh;
        white-space: nowrap;
        width: 100%;
        flex-wrap: nowrap;
        overflow-y: auto;
        flex-direction: column;
    }
    .pic-wrap .pic-img {
        flex: 0 0 auto;
        height: 400px;
        width: 340px;
    }
    .main-content {
        margin-bottom: 90px;
    }
    .facility {
        margin-top: 100px;
    }
    .room-type {
        margin: 0px 0 50px 0;
    }
    .room-type .room-notice {
        font-size: 12px;
    }
    .room-type .room-notice::after {
        margin: 10px 0 10px 20px;
    }
    .room-type-wrap .text1 {
        font-size: 25px;
    }
    .room-type-wrap .text1 span.sub {
        font-size: 20px;
        color: #AEAEAE;
    }
    .room-type-wrap .text2 {
        font-size: 15px;
    }
    .floor-guide {
        margin: 50px 0;
    }
    .floor-guide .floor-wrap {
        height: 590px;
        background-size: 65%;
        background-position: right bottom;
        gap: 0;
        flex-direction: column-reverse;
        border-bottom: 1px solid #000;

    }
    .floor-wrap .floor-img {
        background-size: 43%;
        background-position: right 12px;
    }
    #soonra .floor-wrap .floor-img {
        background-size: 90%;

    }
    .floor-wrap .floor-text {
        /* background-image: url(/assets/images/floor-text_m.png); */
        background-size: 78%;
        background-position: left -32px;
    }
    #eunpyeong .floor-wrap .floor-text {
        background-size: 65%;
    }
    #eunpyeong .floor-wrap .floor-img {
        background-size: 57%;
        background-position: 190px 14px;
    }
    #yeoui .floor-wrap .floor-img {
        background-size: 110%;
        background-position: 85px 19px;
    }
    #kondae .floor-wrap {
        /* background-image: url(/assets/images/floor-text_m.png); */
        height:500px
    }
    #kondae .floor-wrap .floor-text {
        background-size: 65%;
        background-position: 0px 10px;
    }
    #kondae .floor-wrap .floor-img {
        background-size: 62%;
        background-position: 176px 36px;
    }
    .s-img-wrap {
        flex-direction: column;
        height: 570px;
    }
    #yeoui .s-img-wrap {
        height: 610px;
    }
    #yeoui .text-wrap2,
    #yeoui .space {
        margin-bottom: 50px;
    }
    .img-half1, .img-half2 {
        flex: 0;
    }
    .s-img, .s-img1, .s-img6, #eunpyeong .s-img.s-img7,#eunpyeong .s-img.s-img9 {
        width: 100%;
        height: 190px;
    }
    .s-img.s-img2, .s-img.s-img3, .s-img.s-img4, .s-img.s-img5,
    #eunpyeong .s-img.s-img8 {
        width: 100%;
        height: 170px;
    }
    .s-img.s-img7, .s-img.s-img8, .s-img.s-img9, .s-img.s-img10 {
        width: 49%;
        height: 220px;
    }
    #eunpyeong .s-img.s-img10,#eunpyeong .s-img.s-img11,#eunpyeong .s-img.s-img12,
    #eunpyeong .s-img.s-img13, #eunpyeong .s-img.s-img14 {
        width: 46%;
        height: 220px;
    }
    #eunpyeong .s-img.s-img12,
    #eunpyeong .s-img.s-img13, #eunpyeong .s-img.s-img14 {
        width: 30%;
        height: 220px;
    }
    #yeoui .s-img{
        width: 100%;
        height: 190px!important;
    }

    .space {
        margin-bottom: 70px;
    }
    #soonra .space3 .s-img-wrap {
        height: 230px;
    }
    .space3 .img-half1 {
        flex: 1;
        flex-wrap: wrap;
        gap: 8px;
    }
    .space3 .s-img-wrap .img-half1 .s-img {
        width: 49%;
        height: 220px;
    }
    .s-text-wrap {
        gap: 20px;
    }
    .space3 .s-text-wrap {
        display: block;
    }
    .space3 .text-half1 {
        justify-content: flex-start;
        margin-bottom: 13px;
    }

    #kondae .facility h3 {
        font-size: 25px;
        padding-bottom: 0px;
        margin-bottom: 4px;
    }
    #kondae .facility .subtitle {
        padding-bottom: 30px;
        font-size: 14px;
        word-break: keep-all;
        word-wrap: break-word;
        width: 80%;
    }
    
    #kondae .space {
        margin-bottom: 30px;
    }
    #kondae .space4 .s-img-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    #kondae .space4 .img-half1 {
        flex: 1;
        flex-wrap: wrap;
        gap: 8px;
    }
    #kondae .space4 .s-img-wrap .img-half1 .s-img-inner {
        width: 48%;
    }
    #kondae .space4 .s-img-wrap .img-half1 .s-img-inner div:first-child{
        width: 100%;
        height: 68vw;
    }
    #kondae .img_inner_text {
        margin-top: 5px;
    }
    #kondae .img_inner_text p{
        font-size: 15px;
        margin-bottom: 3px;
    }
    #kondae .img_inner_text p.sub{
        font-size: 11px;
        line-height: 16px;
    }
    
    .text-half1 {
        flex: 0;
        display: flex;
        justify-content: baseline;
    }
    .text-half2 {
        flex: 2;
        display: flex;
        flex-direction: column;
    }
    .text-half1 h4 {
        font-size: 35px;
    }
    .text-half2 p {
        padding: 0;
        margin: 0;
        font-size: 19px;
    }
    .text-half2 span {
        font-size: 12px;
        line-height: 19px;
    }

    .setting_info .client input::-webkit-input-placeholder {
        font-size: 13px;
    }

    .main_apply_wrap .form_wrap, .apply_end{
        width: 330px;
    }
    
    .apply_wrap .form_wrap,
    .apply_end {
        width: 350px;
    }
    .apply_btn {
        padding: 10px 0;
    }
    .apply_btn span {
        font-size: 15px;
    }
    .bottomBtn {
        bottom: 10px;
    }
    #eunpyeong .apply_room_type .type_wrap div {
        max-width: 100px;
    }
}
@media (max-width: 420px) {
    @-webkit-keyframes ain_mo{
        0% { background-position: 0 0;}
        100%{ background-position: -110px 0;  }
    }
    @keyframes ain_mo{
        0% { background-position: 0 0;}
        100%{ background-position: -110px 0;  }
    }
    @-webkit-keyframes ani_mo{
        0% { background-position: 0 0;}
        100%{ background-position: -110px 0;  }
    }
    @-webkit-keyframes ani_mo2{
        0% { background-position: -100px 0;}
        100%{ background-position: -310px 0;  }
    }
    @keyframes ani_mo2{
        0% { background-position: -100px 0;}
        100%{ background-position: -310px 0;  }
    }
    .main-content .main-img {
        background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/soonra/main-img-m.jpg);
        height: 432px;
        background-position: 0 0;
        animation: ani_mo 6s ease-out 1s alternate forwards;
        -moz-animation: ani_mo 6s ease-out 1s alternate forwards;
        -webkit-animation: ani_mo 6s ease-out 1s alternate forwards;
        -ms-animation: ani_mo 6s ease-out 1s alternate forwards;
        -o-animation: ani_mo 6s ease-out 1s alternate forwards;
    }
    #eunpyeong .main-text p:first-child {
        letter-spacing: 7px;
    }
    #yeoui .main-content .main-img {
        background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/yeoui/main-img-m.jpg);
    }

    #eunpyeong .main-content .main-img {
        background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/eunpyeong/main-img-m.jpg);
    }
    #kondae .main-content .main-img {
        background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/sub/kondae/main-img.jpg?v=250712);
        background-position: -100px 0;
        animation: ani_mo2 6s ease-out 1s alternate forwards;
        -moz-animation: ani_mo2 6s ease-out 1s alternate forwards;
        -webkit-animation: ani_mo2 6s ease-out 1s alternate forwards;
        -ms-animation: ani_mo2 6s ease-out 1s alternate forwards;
        -o-animation: ani_mo2 6s ease-out 1s alternate forwards;
    }
    #eunpyeong .floor-guide .floor-wrap {
        height: 450px; 
    }
    #eunpyeong .floor-wrap .floor-text {
        background-position: 20px 20px;
    }

    #eunpyeong .floor-wrap .floor-img {
        background-size: 57%;
        background-position: 140px -27px;
    }
    #yeoui .floor-guide .floor-wrap {
        height: 518px; 
    }
    #yeoui .floor-wrap .floor-img {
        background-position: 55px 15px;
    }
    #kondae .floor-wrap {
        height:472px
    }
    #kondae .floor-wrap .floor-text {
        background-size: 70%;
        background-position: 0px 10px;
    }
    #kondae .floor-wrap .floor-img {
        background-size: 76%;
        background-position: 86px 30px;
    }
    .main-content p {
        font-size: 14px;
    }
    .text-half2 p {
        font-size: 17px;
    }
    .floor-wrap .floor-img {
        background-position: right 38px;
    }
    .space3 .img-half1 {
        gap: 12px;
    }
    .space3 .s-img-wrap .img-half1 .s-img {
        width: 48%;
    }
    .main-map {
        margin: 0;
    }
    .floor-wrap .floor-text {
        background-position: left 42px;
    }
    .setting_info .client h4 {
        font-size: 17px;
    }

}
@media (max-width: 390px) {
    #eunpyeong .floor-guide .floor-wrap {
        height: 410px;
    }
    #yeoui .floor-guide .floor-wrap {
    height: 485px;
}
}
@media (max-width: 375px) {
    #eunpyeong .main-text p:first-child {
        font-size: 25px;
    }
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 350px!important;
    }
    .text-half2 p {
        font-size: 15px;
    }
    .floor-guide .floor-wrap {
        height: 520px; 
    }
    #eunpyeong .floor-guide .floor-wrap {
        height: 390px;
    }
    #eunpyeong .floor-wrap .floor-img {
        background-position: 150px -27px;
    }
    .floor-wrap .floor-img {
        background-position: right 35px;
    }
    #yeoui .floor-guide .floor-wrap {
        height: 468px;
    }

}
@media (max-width: 320px) {
    header .gadi_desc, .lang span {
        font-size: 10px !important;
    }
    header a.newsletter{
        font-size: 10px !important;
        border-radius: 3px;
        padding: 1px 6px;
        background-color: #282828;
    }
    header a.newsletter:hover {
        background-color: unset;
        color: #282828;
    }
    #eunpyeong .main-text p:first-child {
        font-size: 20px;
    }
    .banner-image-wrap {
        width: 280px;
    }
    .banner-btn-wrap button {
        padding: 10px;
    }
    .popup-wrap {
        max-width: 250px;
    }
    .pic-wrap .pic-img {
        width: 225px;
    }

    .main-text p:first-child {
        font-size: 25px;
    }
    .main-content p {
        font-size: 11px;
    }
    .room-type-wrap .text1 {
        font-size: 26px;
    }
    .room-type-wrap .text1 span.sub {
        font-size: 20px;
        color: #AEAEAE;
    }
    .room-type-wrap .text2 {
        font-size: 14px; }

    #yeoui .floor-guide .floor-wrap {
        height: 395px;
    }
    .space3 .s-img-wrap .img-half1 .s-img {
        width: 47%;
    }
    .floor-guide .floor-wrap {
        height: 448px;
    }
    .s-img span {
        font-size: 12px;
    }
    .apply_wrap .form_wrap,
    .apply_end {
        width: 250px;
    }
    .text-half1 h4 {
        font-size: 24px;
    }
    .text-half2 p {
        font-size: 13px;
    }
    .room-type {
        margin: 0px 0 50px 0;
    }
    .floor-guide .floor-wrap {
        height: 396px;
    }
    .floor-wrap .floor-text {
        background-position: left -20px;
    }
    .floor-wrap .floor-img {
        background-position: right 9px;
    }
    #eunpyeong .floor-guide .floor-wrap {
        height: 355px;
    }
    #eunpyeong .floor-wrap .floor-img {
        background-position: 110px -11px;
    }
    .house_info {
        padding: 15px;
    }
    .setting_info .client input {
        height: 40px;
    }
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 300px!important;
    }
    .person_text_wrap .person_text .person_title { 
        gap: 0px;
    }
    #yeoui .apply_room_type p,
    #eunpyeong .apply_room_type p {
        font-size: 12px;
    }
    #yeoui .apply_room_type p span,
    #eunpyeong .apply_room_type p span{
        font-size: 11px;
    }

    #yeoui .apply_room_type .type_wrap div,
    #eunpyeong .apply_room_type .type_wrap div {
        font-size: 12px;
    }
}
@media (max-width: 280px) {
    #eunpyeong .main-text p:first-child {
        letter-spacing: 5px;
    }
    .main-content p {
        font-size: 10px;
    }
    .text-half1 h4 {
        font-size: 24px;
    }
    .text-half2 p {
        font-size: 11px;
    }
    #eunpyeong .room-type-wrap .text1, #yeoui .room-type-wrap .text1 {
        font-size: 20px;
    }
    #kondae .room-type-wrap .text1 span.sub {
        font-size: 18px;
        color: #AEAEAE;
    }
    #eunpyeong .room-type-wrap .text2, #yeoui .room-type-wrap .text2 {
        font-size: 12px;
    }
    #yeoui .floor-guide .floor-wrap {
        height: 345px;
    }
    .text-half2 span {
        padding-top: 5px;
        font-size: 10px;
        line-height: 16px;
    }
    .floor-guide .floor-wrap {
        height: 397px;
    }
    .room-type-wrap {
        padding-bottom: 10px; 
    }
    #soonra .floor-wrap .floor-text {
        background-position: left 40px;
    }
    .floor-wrap .floor-img {
        background-position: right 36px;
    }
    #eunpyeong .floor-guide .floor-wrap {
        height: 303px;
    }

    #sectionBottom .inner,
    .bottomBtn {
        max-width: 250px!important;
    }
    .person_text_wrap .person_text .person_title h3 {
        font-size: 12px;
    }
}

.text-ar{
    text-align: right;
}

/* FAQ SECTION STYLE START */
.faq-section {
    margin: 0 0 60px 0;
    /* background: #fcf9f4; */
    max-width: 100%;
}
.faq-title {
    padding-top: 60px;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: #222;
    border-top: 2px solid #000;
    padding-bottom: 16px;
}
.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d6d1c7;
    border-top: 1px solid #d6d1c7;
}
.faq-item + .faq-item {
    border-top: 1px solid #d6d1c7;
}
.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 0 20px 0;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s;
    word-break: keep-all;
    word-wrap: break-word;
}
.faq-question:focus {
    outline: none;
}
.faq-question:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-left: 8px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    transition: transform 0.3s;
}
.faq-item.open .faq-question:after {
    transform: rotate(-135deg);
}
.faq-answer {
    display: none;
    font-size: 1.15rem;
    color: #a09c96;
    padding: 0 0 24px 0;
    line-height: 1.7;
    background: none;
    transition: all 0.3s;
    word-break: keep-all;
    word-wrap: break-word;
}
.faq-item.open .faq-answer {
    display: block;
    animation: fadeIn 0.3s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@media (max-width: 820px) {

    .faq-title {
        font-size: 1.4rem;
        padding-bottom: 10px;
    }
    .faq-question {
        font-size: 0.9rem;
        padding: 14px 0 14px 0;
    }
    .faq-question:after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        margin-left: 8px;
        border-right: 2px solid #222;
        border-bottom: 2px solid #222;
        transform: rotate(45deg);
        transition: transform 0.3s;
    }
    .faq-answer {
        font-size: 0.8rem;
        padding-bottom: 16px;
    }
}
/* FAQ SECTION STYLE END */

.room-type-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tour360-btn {
    display: inline-block;
    background: #f28c28;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: background 0.2s;
    margin-left: 16px;
    /* margin-top: 0; // 혹시 margin-top이 있으면 제거 */
}

.tour360-btn:hover {
    background: #d97706;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 820px) {
    .room-type h3 {
        font-size: 32px;
        padding-bottom: 0px;
    }

    .tour360-btn {
        margin-left: 0;
        font-size: 12px;
        padding: 5px 12px;
    }
}

/* 채널톡 버튼 스타일 (투어/계약관리 페이지용) */
#sectionBottom {
    display: block !important;
}

.bottom-buttons-container {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bottom-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.consultation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 48px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    background-color: #FFF5E9;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.consultation-btn:hover {
    background-color: rgba(243, 231, 216, 0.949);
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

/* 모바일용 채널톡 버튼 */
@media (max-width: 768px) {
    .bottom-buttons-container {
        position: fixed;
        bottom: 8px;
        right: 10px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .bottom-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    
    .consultation-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        cursor: pointer;
        transition: 0.3s ease;
        background-color: #FFF5E9;
        color: #000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    }
    
    .consultation-btn:hover {
        background-color: rgba(243, 231, 216, 0.949);
        color: #000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        text-decoration: none;
    }
}