@charset "utf-8";
@import url('reset.css');
@import url('font/pretendard/stylesheet.css');
@import url('font/scotch/stylesheet.css');
@import url('font/EastSeaDokdo/stylesheet.css');


html,
body {
    font-size: 62.5%;
}

body {
    font-family: 'Pretendard';
    font-weight: 400;
    line-height: 1;
    color: #333;
    overflow-x: hidden;
}

body.scroll {
    overflow: hidden;
}

/* 인트로 시작 */
#frame {
    width: 100%;
    height: 100vh;
    /* background-color: #000; */
    background: url('../img/main_img2.jpg') center top / cover no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}

#text_anime {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

#text_anime span {
    position: relative;
    display: inline-block;
}

#text_anime span._ {
    color: #fff;
}

#text_mask {
    width: 100%;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#text_top,
#text_bottom {
    position: absolute;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 0;
    background: #fff;
}

#text_top {
    top: 0;
}

#text_bottom {
    top: auto;
    bottom: 0;
}

#text_bottom div {
    right: 0;
}

#top_sq,
#bottom_sq {
    width: 5px;
    height: 5px;
    background: #ffffff;
    position: absolute;
}

#top_sq {
    bottom: -2px;
}

#bottom_sq {
    top: -2px;
}

#top_line,
#bottom_line {
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
}

#top_line {
    bottom: 0;
}

#bottom_line {
    top: 0;
}

#v_left,
#v_right {
    width: 50%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
}

#v_left {
    left: -1px;
    border-right: 1px solid #ffffff;
}

#v_right {
    left: auto;
    right: -1px;
    border-left: 1px solid #ffffff;
}

#main_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    overflow: hidden;
    background-image: url('../img/main_img2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    transition: all, 1.0s 0s, background 7s 0.2s;
}

#main_content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/intro_bg.png') center bottom / 100% no-repeat;
}
 
#main_content .text {
    width: 100%;
    transition: 0.7s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 99;
}


#main_content .text>div {
    opacity: 0;
    color: #fff;

}

#main_content .text .text1 {
    font-size: 32px;
    transition: font-size 0.8s 1s, transform 0.5s 1.5s, opacity 0.3s;
    transform: translateY(50px);
}

#main_content .text .text1.active {
    opacity: 1;
    transform: translateY(0);
    font-size: 20px;
}

#main_content .text .text-image {
    transition: 0.7s 3.8s;
    transform: scale(4);
}

#main_content .text .text-image.active {

    opacity: 1;
    transform: scale(1);
}

#main_content .text .text2 {
    transition: 0.5s 0.8s;
    font-size: 60px;
    margin-top: 36px;
    font-family: 'EastSeaDokdo';
}

#main_content .text .text2.active {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    #frame {
        background-image: url('../img/m_main_img2.jpg');
        height: 91vh;
    }
    .cont-call.mobile {
        width: 100%;
        display: block;
        height: 9vh; 
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        background-color: #151539;
        padding: 20px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        color: #fff;
        font-size: 18px;
    }
    .cont-call::before {
        content: '';
        width: 28px;
        height: 28px;
        background: url(../img/icon-call-dark.svg) center center / 14px no-repeat #ffffff;
        border-radius: 50%;
    }
    .cont-call a {
        font-weight: 600;
    }
    
    #text_anime {
        font-size: 24px;
    }
    #main_content {
        background-image: url('../img/m_main_img2.jpg');
    }
    #main_content .text .text1 {
        font-size: 20px;
    }
    #main_content .text .text1.active {
        font-size: 17px;
    }
    #main_content .text .text2 {
        font-size: 40px;
        margin-bottom: 16px;
    }
    #main_content .text .text-image img {
        width: 100%;
    }
    #main_content .text .text-image.active {
        transform: scale(1.2);
    }

    #main_content::before {
        background-size: auto 100%;
    }
   
}

/* 인트로 끝 */



#wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background: url('../img/main_visual.jpg') center center / cover no-repeat;
}



.modal::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal.active {
    display: none;
}

.modal .modal_inner {
    position: relative;
}

.modal .modal_close {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);

    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.modal .modal_close img {
    width: 80px;
}

.mobile {
    display: none;
}

#main {
    /* padding-top: 100vh; */
    position: relative;
    top: 100vh;
    z-index: 99;
    font-size: 16px; 
     
    background-color: #fff;
}

.inner {
    max-width: 1400px;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.section .inner {
    margin: 20rem auto;
}

.section .title {
    margin-bottom: 6rem;
}

.section .title h3 {
    font-family: 'Scotch-Display-Cond-Rm';
    font-size: 28px;
}

.section .title p {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}


.header {
    width: 100%;
    height: 80px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    /* background-color: rgba(21, 21, 57); */
    position: fixed;
    top: 0;
    left: 0;
    
    z-index: 9999;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(7px);

}

.header .inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner .call {
    color: #fff;
    font-size: 18px;
    position: relative;
}

.header .inner .call a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .inner .call .call-icon {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .inner .call img {

    width: 14px;

}

.header .inner .call strong {
    font-size: 20px;
    font-weight: 400;
}

.header .inner .call strong span {
    font-weight: 700;
}

.header.active .inner .call {
    color: #151539;
}

.header.active .inner .call .call-icon {
    background-color: #151539;
}

.header.active .inner .call .call-icon svg path {
    fill: #fff;
}

 
 
div.intro {
    border-bottom: 1px solid #ccc;
}

div.intro .emailup-info p {
    font-size: 36px;
    background-color: #151539;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
}

.form_wrap .inner {
    margin: 200px auto 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.form_wrap .inner p {}

.form_wrap .form-title {
    width: 329px;
    position: sticky;
    top: 100px;
}

.form_wrap .form-title h2 {
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 8rem;
}

.form_wrap .form-title .cont-call span {
    font-size: 3.4rem;
    color: #151539;
    font-weight: 500;
}

.form_wrap .form-title .cont-call a {
    display: block;
    margin-top: 10px;
    color: #CDA782;
    font-size: 4.8rem;
    font-weight: 700;
}

.form_wrap .form_inner {
    width: 57.57%;
}

.form_wrap .form_inner>p {
    margin: 8px 0;
    font-size: 17px;
    color: #555;
    line-height: 1.3;
}

.form_wrap .form .form-text>div {
    margin: 32px 0 40px;
}

.form_wrap .form .form-text--title {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.form_wrap .form input {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 24px;
    font-size: 17px;
}

.form_wrap .form input::placeholder {
    font-size: 14px;
    font-family: 'Pretendard';
    font-weight: 400;
    color: #555;
}

.form_wrap .form input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form_wrap .form input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    /* border: 1px solid rgba(21, 21, 57, 0.3);  */
    border: 1px solid rgba(204, 167, 130, 0.5);

    background: url('../img/icon-check-default.svg') center center / 8px no-repeat;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    padding: 0;
}

.form_wrap .form .form-text>div input[type="checkbox"]:checked {
    border: 1px solid hwb(30 51% 20% / 0.5);
    background: url('../img/icon-check-active.svg') center center / 8px no-repeat #CDA782;

}

.form_wrap .form .form-checked {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form_wrap .form .form-checked label {
    font-weight: 700;
    line-height: 1.3;
    color: #151539;
}

.form_wrap .form .check-radio_wrap {
    border-top: 1px solid #ccc;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_wrap .form .check-radio .form-checked .btn-down {
    width: 30px;
    height: 20px;
    background-color: transparent;
    border: 0;

    transition: transform 0.5s;
}

.form_wrap .form .check-radio .form-checked .btn-down.active {
    transform: rotate(180deg);

}

.form_wrap .form .check-radio .guide-01 {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 10px;
    margin-top: 12px;
    margin-left: 30px;
    display: none;
}

.form_wrap .form .check-radio .guide-02 {
    height: auto;
}

.form_wrap .form .check-radio .guide-02 ul {
    display: flex;

}

.form_wrap .form .check-radio .guide-02 ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 4px;
    text-align: center;
}

.form_wrap .form .check-radio .guide-02 ul li:first-child {
    border-right: 1px solid #ccc;
}

.form_wrap .form .check-radio .guide-02 ul:last-child li {
    border-bottom: 0;
}

.form_wrap .form .btn_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form_wrap .form .btn_wrap button {
    height: 60px;
    padding: 0 80px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.form_wrap .form .btn_wrap button.btn-reset {
    background-color: #E8E8E8;
    color: #464646;
}

.form_wrap .form .btn_wrap button.btn-submit {
    background-color: rgba(21, 21, 57, 0.5);
    color: #fff;
}

.form_wrap .form .btn_wrap button.btn-submit.active {
    background-color: #151539;
}


/* Location */

.location {
    /* padding-top: 20rem; */
}

.location .inner {
    margin-top: 0;
    padding-top: 20rem;
}

.location .location_wrap {
    /* max-width: 1660px; */

    white-space: nowrap;
}

.location .location_wrap .list {}

.location .location_wrap .locationSwiper {
    /* padding-left: 100px; */
    overflow: visible;
    max-width: 1400px;
    margin: 0 auto;
}


.location .location_wrap .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location .location_wrap .swiper-slide img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.location .location_wrap .swiper-slide .location-text {
    margin-bottom: 32px;
}

.location .location_wrap .swiper-slide .location-text span {
    font-size: 20px;
    font-weight: 500;
    color: #151539;
}

.location .location_wrap .swiper-slide .location-text h4 {
    font-size: 3.2rem;
    margin: 4px 0 12px;
    color: #151539;
    font-weight: 700;
}

.location .location_wrap .swiper-slide .location-text ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.location .location_wrap .swiper-slide .location-text ul li {
    font-size: 18px;
    line-height: 1.3;
    word-break: keep-all;
}

/* 평면도 2025.05.15 */
.floor_plan {}

.floor_plan .tab_menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.floor_plan .tab_menu li {
    width: calc(100% / 6);
    height: 46px;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor_plan .tab_menu li:nth-child(6n) {
    border-right: 1px solid #E8E8E8;
}

.floor_plan .tab_menu li:nth-child(6)~li {
    border-bottom: 1px solid #E8E8E8;
}

.floor_plan .tab_menu li.active {
    background-color: #151539;
    color: #fff;
}

.floor_plan .floor_plan_title {
    display: flex;
    align-items: flex-end;
}

.floor_plan .floor_plan_title h4 {
    font-size: 80px;
    font-weight: 700;
}

.floor_plan .floor_plan_title p {
    margin-bottom: 8px;
    font-size: 28px;
    margin-left: 20px;
    color: #464646;
}

.floor_plan_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
    display: none;
}

.floor_plan_wrap.active {
    display: flex;
}

.floor_plan_wrap .floor_info {
    width: 400px;
}

.floor_plan .floor_plan_wrap .floor {
    /* width: 40%; */
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    /* align-items: flex-start; */
    row-gap: 32px;
    margin-top: 60px;
}

.floor_plan .floor_plan_wrap .floor ul {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.floor_plan .floor_plan_wrap .floor ul li:first-child {
    width: 120px;
}

.floor_plan .floor_plan_wrap .floor ul li {
    font-size: 18px;
}

.floor_plan .floor_plan_wrap .floor ul li strong {
    width: 110px;
    display: inline-block;
    margin-right: 20px;
}

.floor_plan .floor_plan_wrap .floor ul li strong::after {
    content: ' m²';
}

.floor_plan .floor_plan_wrap .floor_pan_image {
    width: calc(100% - 600px);
    /* height: 80vh; */
    border: 1px solid #E8E8E8;
    margin: 0;
    text-align: center;
    padding: 50px 0;

}

.floor_plan .floor_plan_wrap .floor_pan_image .swiper-wrapper {

    align-items: center;

}

.floor_plan .floor_plan_wrap .floor_pan_image img {
    width: 80%;
    /* height: 100%; */
}

.floor_plan .swiper-pagination-bullet-active {
    background-color: #CDA782;
}

/* .premiun  */
.premiun .item_wrap .item {
    padding: 6rem 0;
    /* margin: 6rem 0; */
    position: relative;
    position: sticky;
    top: 80px;
    background-color: #fff;
}

.premiun .item_wrap .item::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #151539;
    position: absolute;
    top: 0;
    left: 0;
}

.premiun .item_wrap .item .item_inner {
    max-width: 1400px;
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 6.7rem;
}

.premiun .item_wrap .item .item_inner .image {
    width: 49%;
    max-height: 520px;
    height: 37.14vw;
    border-radius: 20px;
    overflow: hidden;
}

.premiun .item_wrap .item .item_inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premiun .item_wrap .item .item_inner .text_wrap {
    width: 46.21%;
    display: flex;
    justify-content: space-between;
}

.premiun .item_wrap .item .item_inner .text_wrap .text_info {
    width: calc(100% - 125px - 3rem);
}

.premiun .item_wrap .item .item_inner .text_wrap .text_info h4 {
    margin-bottom: 4rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.premiun .item_wrap .item .item_inner .text_wrap .text_info p {
    font-size: 20px;
    line-height: 1.5;
    word-break: keep-all;
}

.premiun .item_wrap .item .item_inner .text_wrap .text_page {
    width: 125px;
    font-size: 14px;
}

.premiun .item_wrap .item .item_inner .text_wrap .text_page strong {
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
}

/*     font-family: 'Scotch-Display-Cond-Rm'; */
/* .intro */

.intro {
    margin-top: 16rem;
    text-align: center;

}

.intro .image {
    /* height: 30.05vw;
    min-height: 340px;
    position: relative; */
}

/* .intro .image::before {
    content: '';
    width: 100%;
    height: 100%; 
    background: url('../img/city.jpg') left center / cover no-repeat fixed; 
    position: absolute;
    left: 0;
    bottom: 0;
} */
.intro>p {
    font-size: 20px;
}

.intro>p b {
    font-weight: 700;
}

.intro .intro-title {
    margin-top: 3rem;
    font-family: 'EastSeaDokdo';
}

.intro .intro-title p {
    font-size: 8rem;
    margin-bottom: -4rem;
}

.intro .intro-title h5 {
    font-size: 22rem;
}

.intro .emailup-btn {
    width: 228px;
    height: 228px;
    /* background-color: rgba(21, 21, 57, 0.3); */
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -114px;
    position: relative;
    z-index: 9;
}

.intro .emailup-btn a {
    width: 192px;
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background-color: #151539; */
    background-color: #539DAD;
    color: #fff;
    /* color: #151539; */
    box-shadow: 0 0 20px rgba(21, 21, 57, 0.438);
}

.intro .emailup-btn:hover a {
    text-decoration: underline;
}

.intro .emailup-btn a strong {
    display: block;
    font-size: 18px;
    line-height: 1.5;
}

.intro .emailup-btn a span {
    font-size: 18px;
    line-height: 1.5;
}

.intro .emailup-info {
    text-align: center;
    margin-bottom: 4rem;

}

.intro .emailup-info p {
    font-size: 16px;
    margin: 12px 0;
    line-height: 1.3;
    word-break: keep-all;
}

/* .intro .emailup-info p strong {font-weight: 700;} */
.mail_send_bottom {
    display: flex;
    justify-content: space-between;
}

.mail_send_bottom .image {
    width: 50%;
}

.mail_send_bottom .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mail_send_bottom .form {
    width: 50%;
    padding: 10rem 6rem;
}

.mail_send_bottom .form_wrap_title h2 {
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 8rem;
    text-align: left;
}

.mail_send_bottom .form .form-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mail_send_bottom .form .form-text>div {
    text-align: left;
    margin: 0;
}

.mail_send_bottom .form input {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.mail_send_bottom .form .btn_wrap {
    margin-top: 8rem;
}


.footer {
    position: relative;
    top: 100vh;
    padding: 8rem 0;
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 300;
}


.footer .inner .footer_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
    margin-bottom: 4rem;
}

.footer .inner .footer_menu li span {
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.footer .inner .footer_menu li img {
    vertical-align: middle;
    transform: translateY(-4px);
}

.footer .inner .address {
    font-style: normal;
}

.footer .inner .address ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.footer .inner p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 8px;
}

.footer .inner p.copy {
    margin-top: 4rem;
    color: rgba(255, 255, 255, 0.9);
}


.side_fixed {
    position: fixed;
    right: 40px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    z-index: 99;
}

.side_fixed>div {
    width: 120px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.side_fixed>div a {
    display: block;
}

.side_fixed .side_fixed_popup {
    background-color: #FFF;
    border: 2px solid #151539;
    color: #151539;
}

.side_fixed .side_fixed_popup .side_popup {
    position: absolute;
    right: 10px;
    bottom: 180px;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.4);
    display: none;
}

.side_fixed .side_fixed_popup .side_popup img {
    width: 380px;
}

.side_fixed .side_fixed_form {
    background-color: #151539;
    display: none;
}

.side_fixed .side_fixed_form.active {
    display: block;
}

.side_fixed .side_fixed_top {
    background-color: #CDA782;
    display: none;
}

.side_fixed .side_fixed_top.active {
    display: block;
}

.side_fixed .side_fixed_top img {
    width: 16px;
    margin-left: 10px;
}


@media screen and (max-width: 1399px) {
    .location .location_wrap {
        white-space: unset;
    }

    .location .location_wrap .locationSwiper {
        padding-left: 16px;
        overflow: hidden;
    }

}

@media screen and (max-width: 1200px) {
    html {
        font-size: 50%;
    }

    /* .main_visual {height: 56vw;} */
    .main_visual #vimeoPlayer {
        min-height: 100%;
    }

    .floor_plan .floor_plan_wrap .floor_pan_image {
        width: calc(100% - 480px);
    }
}

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

    /* .premiun */
    .premiun .item_wrap .item .item_inner .text_wrap {
        flex-direction: column;
        justify-content: flex-start;
    }

    .premiun .item_wrap .item .item_inner .text_wrap .text_info {
        width: 100%;
    }

    .premiun .item_wrap .item .item_inner .text_wrap .text_info h4 {
        margin-bottom: 2rem;
    }

    .premiun .item_wrap .item .item_inner .text_wrap .text_page {
        width: 100%;
        order: -1;
        display: flex;
        gap: 4px;
        margin-bottom: 16px;
    }

    /* .intro */
    .intro .image::before {
        background-attachment: scroll;
    }

    .intro .intro-title p {
        font-size: 6rem;
        margin-bottom: -3rem;
    }

    .intro .intro-title h5 {
        font-size: 20vw;
    }

    /* .form_wrap */
    .form_wrap .form-title {
        width: auto;
    }

    .form_wrap .form .btn_wrap {
        justify-content: space-between;
        gap: 10px;
    }

    .form_wrap .form .btn_wrap button {
        width: calc(100% / 2);
        padding: 0;
    }


    /* 평면도 */
    .floor_plan_wrap {
        align-items: flex-end;
    }

    .floor_plan_wrap .floor_info {
        width: 230px;
    }

    .floor_plan .floor_plan_title {
        display: block;
    }

    .floor_plan .floor_plan_title p {
        margin-left: 0;
    }

    .floor_plan .floor_plan_wrap .floor {
        row-gap: 20px;
    }

    .floor_plan .floor_plan_wrap .floor ul {
        flex-direction: column;
    }

    .floor_plan .floor_plan_wrap .floor ul li {
        font-size: 15px;
    }

    .floor_plan .floor_plan_wrap .floor_pan_image {
        width: calc(100% - 250px);
    }


}

@media screen and (max-width: 640px) {
    html {
        font-size: 37.5%;
    }
    #main {
        top: 90vh;
    }
    .header .inner .call strong {
        display: none;
    }
    .section .title h3 {
        font-size: 28px;
    }

    .section .title p {
        font-size: 16px;
        margin-top: 4px;
        line-height: 1.3;
    }

    .form_wrap .inner {
        width: 100%;
        flex-direction: column;
        margin: 0;
    }

    .form_wrap .form-title {
        width: 100%;
        position: static;
        display: flex;
        flex-direction: column;
    }

    .form_wrap .form-title h2 {
        width: calc(100% - 32px);
        margin: 13rem auto 12px;
    }

    .form_wrap .form-title .cont-call {
        order: -1;
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        background-color: #CDA782;
        padding: 20px 0;
        text-align: center;
        position: relative;
    }

    .form_wrap .form-title .cont-call::before {
        content: '';
        width: 32px;
        height: 32px;
        background: url('../img/icon-call.svg') center center / 14px no-repeat #151539;
        border-radius: 50%;
    }

    .form_wrap .form-title .cont-call a {
        font-size: 20px;
        margin-top: 0;
        color: #151539;
    }

    .form_wrap .form_inner {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .form_wrap .form_inner>p {
        margin: 4px 0;
        font-size: 15px;
    }

    .form_wrap .form .btn_wrap button.btn-reset {
        flex: 5 0;
    }

    .form_wrap .form .btn_wrap button.btn-submit {
        flex: 2 auto;
    }

    .location .location_wrap .swiper-slide img {
        min-height: 236px;
    }

    .location .location_wrap .swiper-slide .location-text span {
        font-size: 14px;
    }

    .location .location_wrap .swiper-slide .location-text h4 {
        font-size: 24px;
    }

    .location .location_wrap .swiper-slide .location-text ul li {
        font-size: 16px;
    }

    .premiun .item_wrap .item {
        top: 0;
    }

    .premiun .item_wrap .item .item_inner {
        flex-direction: column;
    }

    .premiun .item_wrap .item .item_inner .image {
        width: 100%;
        height: 70vw;
    }

    .premiun .item_wrap .item .item_inner .text_wrap {
        width: 100%;
    }

    .premiun .item_wrap .item .item_inner .text_wrap .text_info p {
        font-size: 18px;
    }

    .intro .emailup-info p {
        font-size: 16px;
    }

    .intro .emailup-btn {
        width: 190px;
        height: 190px;
    }

    .intro .emailup-btn a {
        width: 160px;
        height: 160px;
    }

    .intro .emailup-btn a strong {
        font-size: 14px;
    }

    .intro .emailup-btn a span {
        font-size: 14px;
    }


    .mail_send_bottom {
        flex-direction: column;
    }

    .mail_send_bottom .image {
        width: 100%;
        height: 280px;
    }

    .mail_send_bottom .form {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 10rem 0;
    }

    .mail_send_bottom .form .form-text>div {
        margin: 0;
    }

    /* .mail_send_bottom .form .form-text {gap: 0;} */

    .footer {
        font-size: 14px;
    }

    div.intro .emailup-info p {
        font-size: 20px;
    }

    .intro.pc {
        display: none;
    }

    .intro.mobile {
        display: block;
    }

    .form_wrap .form-title .intro .image {
        height: 280px;
    }

    .form_wrap .form-title .intro .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form_wrap .form-title h2 {
        order: 2;
    }


    /* 평면도 */
    .floor_plan .floor_plan_title {
        display: flex;
    }

    .floor_plan .floor_plan_title h4 {
        font-size: 36px;
    }

    .floor_plan .floor_plan_title p {
        font-size: 18px;
        margin-left: 16px;
    }

    .floor_plan_wrap {
        margin-top: 24px;
    }

    .floor_plan_wrap.active {
        display: block;
    }

    .floor_plan_wrap .floor_info {
        width: 100%;
    }

    .floor_plan .floor_plan_wrap .floor {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 18px;
        row-gap: 8px;
    }

    .floor_plan .floor_plan_wrap .floor ul {
        width: calc(100% / 3);
        border-bottom: 0;
        padding-bottom: 16px;
    }

    .floor_plan .floor_plan_wrap .floor ul li strong {
        display: block;
    }


    .floor_plan .floor_plan_wrap .floor_pan_image {
        width: 100%;
    }

    .floor_plan .floor_plan_wrap .floor_pan_image img {
        width: 90%;
    }

    .footer {
        top: 90vh;
    }

     .side_fixed {
        right: 20px;
        font-size: 14px;
        gap: 4px;
    }

    .side_fixed>div {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }

    .footer {
        padding-bottom: 12vh;
    }

}


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


    .section .inner {
        margin: 20rem auto;
    }
    /* .location .inner {padding-top: 0;} */
    .section .title {
        margin-bottom: 4rem;
    }
    

    .header {
        height: 60px;
        /* position: static; */
        /* background-color: #151539; */
    }

    .header.active {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .header .logo a img {
        height: 18px;
    }

    /* .header .inner .call {display: none;} */
    

    .form_wrap .form .form-text>div {
        margin: 24px 0;
    }

    .form_wrap .form .check-radio .guide-01 {
        height: 280px;
        overflow: auto;
    }

    .form_wrap .form .check-radio .guide-02 {
        height: auto;
    }

    .form_wrap .form input {
        padding: 0 12px;
    }

    .location .location_wrap .swiper-slide .location-text {
        margin-bottom: 20px;
    }

    .premiun .item_wrap .item .item_inner {
        gap: 20px;
    }

    .premiun .item_wrap .item .item_inner .text_wrap .text_info p br {
        display: none;
    }

    .intro>p {
        font-size: 14px;
    }

    .intro .intro-title p {
        font-size: 5rem;
        margin-bottom: 0;
    }

    .intro .image::before {
        background-position: left -130px center;
    }

    /* .side_fixed {
        font-size: 14px;
        right: 20px;
        bottom: 20px;
    }

    .side_fixed>div {
        width: 100px;
        height: 40px;
        line-height: 40px;
    } */

    .side_fixed .side_fixed_top img {
        width: 16px;
    }

    .side_fixed .side_fixed_popup .side_popup {
        right: 0;
    }

    .mail_send_bottom .form .form-text>div {
        margin: 0;
    }


    .modal .modal_inner {
        width: 90%;
    }

    .modal .modal_inner>img {
        width: 100%;
    }
}