html.lenis,
html.lenis body {
    height: auto;
}

html {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

/* Fixed contact */
.s61-fixed-contact {
    position: fixed;
    right: 4%;
    bottom: 4%;
    z-index: 99;
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3.9px;
    color: #fff;
}

.s61-fixed-contact .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.s61-fixed-contact .container .item {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3A322D;
    border: 1px solid #A49B98;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.s61-fixed-contact .container .item:hover {
    border-color: #FF5500;
    scale: 1.1;
}

.s61-fixed-contact .container .item svg {
    fill: #A49B98;
    transition: fill 0.3s ease;
}

.s61-fixed-contact .container .item:hover svg {
    fill: #E1E1DC;
}

.s61-fixed-contact .container .title {
    max-width: 0;
    text-wrap: nowrap;
    overflow: hidden;
    margin-left: 0;
    transition: max-width 0.5s ease-in-out, margin-left 0.5s 0.3s;
}

.s61-fixed-contact .container .icon {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .s61-fixed-contact .container {
        flex-direction: column;
        gap: 10px;
    }
}

.s61-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 38, 34, .6);
    -webkit-backdrop-filter: blur(7px) brightness(0.7);
    backdrop-filter: blur(7px) brightness(0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
    cursor: pointer;
    pointer-events: none;
}

.s61-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.s61-fixed-contact-popup {
    font-family: 'Pretendard', sans-serif;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 600px;
    height: 100vh;
    background-color: #2C2622;
    border-left: 1px solid #FF5500;
    z-index: 1002;
    overflow-y: auto;
    transition: right 0.8s ease-in-out;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.s61-fixed-contact-popup.active {
    right: 0;
}

.s61-fixed-contact-popup .close {
    position: absolute;
    top: 2%;
    right: 2.5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #A49B98;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.s61-fixed-contact-popup .close:hover{
    border-color: #FF5500;
    scale: 1.1;
}

.s61-fixed-contact-popup .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.s61-fixed-contact-popup .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.s61-fixed-contact-popup .close:hover::before,
.s61-fixed-contact-popup .close:hover::after {
    background-color: #E1E1DC;
}

.s61-fixed-contact-popup .close::before,
.s61-fixed-contact-popup .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background-color: #A49B98;
    transition: background-color 0.3s;
}

.s61-fixed-contact-popup .content {
    padding: 60px;
    box-sizing: border-box;
}

.s61-fixed-contact-popup .content .s61-form {
    margin-top: 60px;
}

.s61-fixed-contact-popup .content .title {
    font-size: 29px;
    line-height: 36px;
    font-weight: 300;
    color: #786E6B;
}

.s61-fixed-contact-popup .content .form-message {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 300;
    color: #A49B98;
}

.s61-fixed-contact-popup .content .s61-form {
    font-family: "Pretendard", Sans-serif;
    color: #A49B98;
}

.s61-fixed-contact-popup .content .s61-form .container {

}

.s61-fixed-contact-popup .content .s61-form .container .col {
    flex: 1;
    width: 50%;
}

.s61-fixed-contact-popup .content .s61-form .container .col:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s61-fixed-contact-popup .content .s61-form .container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.s61-fixed-contact-popup .content .s61-form .container .col .title {
    font-size: 29px;
    font-weight: 300;
    line-height: 36px;
    color: #786E6B;
}

.s61-fixed-contact-popup .content .s61-form .container .col .info {
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
}

.s61-fixed-contact-popup .content .s61-form .container form {}

.s61-fixed-contact-popup .content .s61-form .container form .input-group {
    display: flex;
    flex: 1;
    width: 100%;
    gap: 55px;
}

.s61-fixed-contact-popup .content .s61-form .container form .input-group+.input-group {
    margin-top: 30px;
}

.s61-fixed-contact-popup .content .s61-form .container form .input-group input {
    flex: 1;
    min-width: 0;
}

.s61-fixed-contact-popup .content .s61-form .container form .input-group button {
    flex-shrink: 0;
}

.s61-fixed-contact-popup .content .s61-form .container form .radio-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
}

.s61-fixed-contact-popup .content .s61-form .container form .radio-group label {
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.s61-fixed-contact-popup .content .s61-form .container form .radio-group span {
    width: 100%;
}

.s61-fixed-contact-popup .content .s61-form .container form .checkbox-group {
    width: 50%;
}

.s61-fixed-contact-popup .content .s61-form .container form .checkbox-group label {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    display: flex;
    gap: 15px;
}

@media only screen and (max-width: 1024px) {
    .s61-fixed-contact-popup .content .s61-form .container {
        flex-direction: column;
    }

    .s61-fixed-contact-popup .content .s61-form .container .col {
        width: 100%;
    }

    .s61-fixed-contact-popup .content .s61-form .container .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .s61-fixed-contact-popup .content .s61-form .container .col .info {
        display: none;
    }

    .s61-fixed-contact-popup .content .s61-form .container .content .title {
        width: 100%;
    }

    .s61-fixed-contact-popup .content .s61-form .container form .radio-group {
        margin-top: 50px;
        gap: 15px;
    }

    .s61-fixed-contact-popup .content .s61-form .container form .input-group {
        flex-direction: column;
        gap: 30px;
    }

    .s61-fixed-contact-popup .content .s61-form .container form .checkbox-group {
        width: 100%;
    }

    .s61-fixed-contact-popup .content .s61-form .container .row {
        margin-top: 50px;
    }
}

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

    .s61-fixed-contact-popup .content .s61-form .container form .radio-group span {
        width: 100%;
    }

    .s61-fixed-contact-popup .content .s61-form .container .col .title {
        font-size: 20px;
        line-height: 25px;
        width: 100%;
    }

    .s61-fixed-contact-popup .content .s61-form .container form .radio-group,
    .s61-fixed-contact-popup .content .s61-form .container form .radio-group label {
        font-size: 15px;
        line-height: 22px;
    }

    .s61-fixed-contact-popup .content .s61-form .container form .checkbox-group label {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 768px) {
    .s61-fixed-contact-popup {
        max-width: 100%;
    }

    .s61-fixed-contact-popup .content {
        padding: 40px 4% 40px 4%;
    }
}

/* Button v2 */
.elementor-widget-button_simple {
    overflow: hidden;
}

/* Emp item */
.emp-item {
    font-family: 'Pretendard', sans-serif;
    flex: 0 0 calc((100% - 55px) / 2);
}

.emp-item .container {}

.emp-item .container .image {
    position: relative;
    overflow: hidden;
}

.emp-item .container .image img {
    width: 100%;
    height: auto;
    display: block;
}

.emp-item .container .image img:first-of-type {}

.emp-item .container .image img:last-of-type {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.emp-item:hover .container .image img:last-of-type {
    opacity: 1;
    transform: scale(1.05);
}

.emp-item .container .content {
    margin-top: 40px;
    position: relative;
}

.emp-item .container .content .arrow {
    position: absolute;
    top: -20px;
    right: 0;
    color: #FF5500;
    font-size: 45px;
    font-weight: 200;
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.emp-item:hover .container .content .arrow {
    opacity: 1;
}

.emp-item .container .content .status {
    color: #A49B98;
    transition: color 0.3s ease;
    font-size: 21px;
    font-weight: 300;
}

.emp-item .container .content .title {
    color: #786E6B;
    margin-top: 10px;
    font-size: 45px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.emp-item .container .content .infos {
    color: #A49B98;
    margin-top: 40px;
    font-size: 21px;
    line-height: 32px;
    border-left: 1px solid #FF5500;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: color 0.3s ease;
}

.emp-item:hover .container .content .status,
.emp-item:hover .container .content .title,
.emp-item:hover .container .content .infos {
    color: #E1E1DC;
}

.emp-item .container .content .infos .address {
    font-weight: 700;
}

.emp-item .container .content .infos .type {}

.emp-item .container .content .infos .meters {}

.emp-item .container .content .infos .suites {}

@media only screen and (max-width: 1024px) {
    .emp-item .container .content .infos {
        font-size: 16px;
        line-height: 21px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .emp-item .container .content .status {
        font-size: 15px;
    }

    .emp-item .container .content .title {
        font-size: 33px;
        line-height: 40px;
    }

    .emp-item .container .content .infos {
        font-size: 15px;
        line-height: 23px;
        margin-top: 25px;
    }

    .emp-item:hover .container .content .status,
    .emp-item:hover .container .content .infos {
        color: #A49B98;
    }

    .emp-item:hover .container .content .title {
        color: #786E6B;
    }

    .emp-item:hover .container .content .arrow {
        opacity: 0;
    }

    .emp-item:hover .container .image img:last-of-type {
        opacity: 0;
    }
}

.s61-btn-simple {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-family: "Pretendard", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    width: fit-content;
    text-decoration: none;
    color: #A49B98;
}

.s61-btn-simple span {
    display: block;
}

.s61-btn-simple.has-hover-arrow {
    padding-right: 24px;
}

.s61-btn-simple.has-hover-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 64%;
    width: 20px;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2225%22 viewBox=%220 0 20 25%22%3E%3Ctext id=%22_%22 data-name=%22%E2%86%97%22 transform=%22translate(0 20)%22 fill=%22%23f50%22 font-size=%2221%22 font-family=%22Pretendard-Regular%2C%20Pretendard%22%3E%3Ctspan x=%220%22 y=%220%22%3E%E2%86%97%3C/tspan%3E%3C/text%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) translateX(-6px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.s61-btn-simple.has-hover-arrow:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.s61-btn-simple:hover {
    color: #E1E1DC;
}

.s61-btn-border {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background-color: transparent;
    outline: none;
    border: 1px solid #A49B98;
    border-radius: 50px;
    color: #A49B98;
    font-family: "Pretendard", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
    padding: 13px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.s61-btn-border .icon {
    display: flex;
    align-items: center;
}

.s61-btn-border .icon svg {
    fill: #A49B98;
    transition: all 0.3s ease;
}

.s61-btn-border:hover {
    border-color: #FF5500;
    color: #E1E1DC;
}

.s61-btn-border:hover .icon svg {
    fill: #FF5500;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .s61-btn-border {
        font-size: 15px;
        padding: 6px 18px;
    }
}

/* Image */

.s61-img {
    display: block;
}

.s61-img img {
    display: block;
}

/* Widget Inline SVG */
.s61-inline-svg,
.s61-inline-svg a {
    display: flex;
    outline: none;
    justify-content: center;
}

/* Header */

.s61-header {
    background-color: #3A322D;
    box-sizing: border-box;
    padding: 0 4%;
    font-family: "Pretendard", Sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.s61-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: auto;
    padding: 27px 0;
    border-bottom: 1px solid #786E6B;
}

.s61-header .container .logo {}

.s61-header .container .logo img {
    display: block;
    width: 100%;
    max-width: 139px;
    height: 100%;
}

.s61-header .container .menu-desktop {}

.s61-header .container .menu-desktop>ul {
    display: flex;
    list-style: none;
    gap: 48px;
}

.s61-header .container .menu-desktop>ul>li {
    position: relative;
    display: flex;
    color: #A49B98;
}

.s61-header .container .menu-desktop>ul>li>a {
    text-decoration: none;
    position: relative;
    color: inherit;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
}

.s61-header .container .menu-desktop>ul>li>a:not(.has-children)::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 64%;
    width: 20px;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2225%22 viewBox=%220 0 20 25%22%3E%3Ctext id=%22_%22 data-name=%22%E2%86%97%22 transform=%22translate(0 20)%22 fill=%22%23f50%22 font-size=%2221%22 font-family=%22Pretendard-Regular%2C%20Pretendard%22%3E%3Ctspan x=%220%22 y=%220%22%3E%E2%86%97%3C/tspan%3E%3C/text%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) translateX(-6px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.s61-header .container .menu-desktop>ul>li>a:not(.has-children):hover::after,
.s61-header .container .menu-desktop>ul>li:hover>a:not(.has-children)::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.s61-header .container .menu-desktop>ul>li>.icon-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: transform 0.4s ease;
}

.s61-header .container .menu-desktop>ul>li:hover>.icon-submenu {
    transform: rotate(180deg);
}

.s61-header .container .menu-desktop>ul>li>a.has-children {
    padding-right: 20px;
    position: relative;
}

.s61-header .container .menu-desktop>ul>li>a.has-children::before {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2225%22 viewBox=%220 0 20 25%22%3E%3Ctext id=%22_%22 data-name=%22%E2%86%98%22 transform=%22translate(10 20)%22 fill=%22%23a49b98%22 font-size=%2221%22 font-family=%22Pretendard-Regular%2C%20Pretendard%22%3E%3Ctspan x=%22-9.587%22 y=%220%22%3E%E2%86%98%3C/tspan%3E%3C/text%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.4s ease;
}

.s61-header .container .menu-desktop>ul>li>a.has-children:hover::before,
.s61-header .container .menu-desktop>ul>li:hover>a.has-children::before {
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2225%22 viewBox=%220 0 20 25%22%3E%3Ctext transform=%22translate(10 20)%22 fill=%22%23FF5500%22 font-size=%2221%22 font-family=%22Pretendard-Regular%2C%20Pretendard%22%3E%3Ctspan x=%22-9.587%22 y=%220%22%3E%E2%86%98%3C/tspan%3E%3C/text%3E%3C/svg%3E');
    transform: translateY(-50%) translateX(6%) rotate(45deg);
}

.s61-header .container .menu-desktop .submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(44, 38, 34, .6);
    -webkit-backdrop-filter: blur(7px) brightness(0.7);
    backdrop-filter: blur(7px) brightness(0.7);
    min-width: 211px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 15px;
    z-index: 1;
}

.s61-header .container .menu-desktop>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.s61-header .container .menu-desktop>ul>li .submenu li {
    padding: 0;
    position: relative;
}

.s61-header .container .menu-desktop>ul>li .submenu li>a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.s61-header .container .menu-desktop>ul>li .submenu li>a::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 63%;
    width: 17px;
    height: 21px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2225%22 viewBox=%220 0 20 25%22%3E%3Ctext id=%22_%22 data-name=%22%E2%86%97%22 transform=%22translate(0 20)%22 fill=%22%23f50%22 font-size=%2221%22 font-family=%22Pretendard-Regular%2C%20Pretendard%22%3E%3Ctspan x=%220%22 y=%220%22%3E%E2%86%97%3C/tspan%3E%3C/text%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) translateX(-6px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.s61-header .container .menu-desktop>ul>li .submenu li>a:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.s61-header .container .menu-desktop>ul>li .submenu a {
    text-decoration: none;
}

.s61-header .container .menu-desktop>ul>li .submenu a:hover {}

.s61-header .container .menu-mobile {
    display: none;
    font-family: "Pretendard", Sans-serif;
}

@media only screen and (max-width: 1024px) {
    .s61-header {
        padding: 0 8%;
    }

    .s61-header .container .menu-desktop ul {
        display: none;
    }

    .s61-header .container .menu-desktop .toggle-menu {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
    }

    .s61-header .container .menu-desktop .toggle-menu span {
        display: block;
        width: 25px;
        height: 1px;
        background-color: #E1E1DC;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .s61-header .container .menu-mobile {
        display: block;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        background-color: #2C2622;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 99999999;
    }

    .s61-header .container .menu-mobile.active {
        transform: translateX(0);
    }

    .s61-header .container .menu-mobile .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 1000;
        border: 1px solid #A49B98;
        border-radius: 50px;
    }

    .s61-header .close::before,
    .s61-header .close::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 1px;
        background-color: #A49B98;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .s61-header .close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .s61-header .close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .s61-header .container .menu-mobile>ul {
        list-style: none;
        padding: 77px 4% 28px 4%;
        display: flex;
        flex-direction: column;
        gap: 33px;
        height: 100%;
    }

    .s61-header .container .menu-mobile>ul>li a {
        text-decoration: none;
        color: #A49B98;
        font-size: 18px;
        font-weight: 300;
        display: block;
        position: relative;
        width: fit-content;
    }

    .s61-header .container .menu-mobile>ul>li a.has-submenu {
        color: #786E6B;
    }

    .s61-header .container .menu-mobile>ul>li .submenu {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .s61-header .container .menu-mobile>ul>li .submenu a {
        font-size: 18px;
    }

    .s61-header .container .menu-mobile>ul>li .submenu>ul {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        list-style: none;
    }

    .s61-header .container .menu-mobile>ul>li .submenu>ul.active {}

    .s61-header .container .menu-desktop .toggle-menu.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .s61-header .container .menu-desktop .toggle-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .s61-header .container .menu-desktop .toggle-menu.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

@media only screen and (max-width: 1200px) {
    .elementor-footer [class*="col-"] {
        width: 23% !important;
    }

    .elementor-footer .container {
        row-gap: 50px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-footer .e-con-inner {
        gap: 50px !important;
    }

    .elementor-footer .col-7,
    .elementor-footer .col-8 {
        width: 100% !important;
    }

    .elementor-footer .col-8 {
        justify-content: start !important;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .elementor-footer [class*="col-"] {
        width: 48% !important;
    }

    .elementor-footer .col-1,
    .elementor-footer .col-7,
    .elementor-footer .col-8 {
        width: 100% !important;
    }

    .elementor-footer .col-7 .elementor-container-address {
        flex-direction: column !important;
    }

    .elementor-footer .col-8 {
        justify-content: space-between !important;
    }

    .elementor-footer .s61-btn-simple {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {}

.elementor-widget-line {
    flex: 1;
}

.s61-line {
    width: 100%;
    height: 1px;
    background-color: #786E6B;
}


.s61-image-legend {}

.s61-image-legend .container {}

.s61-image-legend .container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.s61-image-legend .container .legend {
    color: #A49B98;
    margin-top: 7px;
    font-family: "Pretendard", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
}

@media only screen and (max-width: 1024px) {
    .s61-image-legend .container .legend {
        margin-top: 10px;
        font-size: 12px;
        line-height: 23px;
    }
}

.s61-form-newsletter {
    font-family: "Pretendard", Sans-serif;
}

.s61-form-newsletter .container {
    background-color: #2C2622;
    border-top: 1px solid #FF5500;
    padding: 50px;
}

.s61-form-newsletter .container .content {}

.s61-form-newsletter .container .content .title {
    font-size: 29px;
    font-weight: 300;
    line-height: 36px;
    color: #786E6B;
    width: 50%;
}

.s61-form-newsletter .container .input-group {
    margin-top: 60px;
}

.s61-form-newsletter .container form {
    display: flex;
    width: 100%;
}

.s61-form-newsletter .container form .input-group {
    display: flex;
    flex: 1;
    width: 100%;
    gap: 55px;
}

.s61-form-newsletter .container form .input-group input {
    flex: 1;
    min-width: 0;
}

.s61-form-newsletter .container form .input-group button {
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .s61-form-newsletter .container {
        padding: 28px;
    }

    .s61-form-newsletter .container .content .title {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
    }

    .s61-form-newsletter .container form .input-group {
        flex-direction: column;
        gap: 20px;
        margin-top: 32px;
    }

    .s61-form-newsletter .container form .input-group button[type=submit] {
        margin-top: 30px;
    }
}

form input[type=text],
form input[type=email],
form textarea {
    display: block;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #A49B98;
    color: #A49B98;
    padding: 15px 0 15px 0;
    font-size: 21px;
    font-weight: 300;
}

form input[type=radio],
form input[type=checkbox] {
    position: relative;
    top: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    margin: 0;
}

form input[type=radio]::before,
form input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 5.92px;
    top: 7px;
    z-index: 1;
    width: 6px;
    height: 3px;
    border: 1px solid #A49B98;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

form input[type=radio]::after,
form input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #A49B98;
    background-color: #2C2622;
    cursor: pointer;
}

form input[type=radio]:checked::before,
form input[type=checkbox]:checked::before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

form input::placeholder {
    color: #A49B98;
}

form button[type=submit] {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    outline: none;
    border: 1px solid #A49B98;
    border-radius: 50px;
    color: #A49B98;
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
    padding: 13px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

form button .icon svg {
    fill: #A49B98;
    transition: all 0.3s ease;
}

form button:hover {
    border-color: #FF5500;
    color: #E1E1DC;
}

form button:hover .icon svg {
    fill: #FF5500;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    form input {
        font-size: 15px;
    }

    form button[type=submit] {
        font-size: 15px;
        padding: 6px 18px;
    }
}

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

    form input[type=text],
    form input[type=email] {
        font-size: 15px;
    }
}

.s61-single-banner {
    font-family: "Pretendard", Sans-serif;
    position: relative;
    padding: 50px 4% 50px 4%;
    box-sizing: border-box;
}

.s61-single-banner .container {
    position: relative;
    height: calc(100svh - 171px);
}

.s61-single-banner .container .banner-wrapper {}

.s61-single-banner .container .banner-wrapper .banner-slide {}

.s61-single-banner .container .banner-wrapper .banner-slide .background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.s61-single-banner .container .banner-wrapper .banner-slide .background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.s61-single-banner .container .banner-wrapper .banner-slide .background img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: relative;
}

.s61-single-banner .container .banner-wrapper .banner-slide .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 80px 4% 50px 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 60%;
}

.s61-single-banner .container .banner-wrapper .banner-slide .content .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3.9px;
    text-transform: uppercase;
}

.s61-single-banner .container .banner-wrapper .banner-slide .content .subtitle {
    font-size: 65px;
    font-weight: 200;
    line-height: 64px;
    margin-left: -4px;
    margin-top: 19px;
}

@media only screen and (max-width: 1024px) {
    .s61-single-banner {
        padding: 0;
    }

    .s61-single-banner .container {
        height: auto;
        min-height: calc(100svh - 71px);
    }

    .s61-single-banner .container .banner-wrapper .banner-slide .content {
        padding: 50px 4% 26px 4%;
        width: 100%;
    }

    .s61-single-banner .container .banner-wrapper .banner-slide .content .subtitle {
        font-size: 52px;
        line-height: 49px;
    }
}

.s61-listing-more-emp>.container {
    position: relative;
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .s61-listing-more-emp>.container {
        gap: 0px;
    }
}

.s61-simple-slide {}

.s61-simple-slide .container {
    display: flex;
    gap: 30px;
}

.s61-simple-slide .container .swiper {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.s61-simple-slide .container .swiper .swiper-wrapper {}

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide {}

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .image {}

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .image img {
    display: block;
    width: 100%;
    height: auto;
}

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .legend {
    font-size: 16px;
    line-height: 31px;
    color: #A49B98;
    font-family: "Pretendard", Sans-serif;
}

.s61-simple-slide .container .controls {
    flex: 0 0 auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s61-simple-slide .container .controls .button-prev,
.s61-simple-slide .container .controls .button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #3A322D;
    border: 1px solid #A49B98;
    border-radius: 50px;
}

.s61-simple-slide .container .controls .button-prev,
.s61-simple-slide .container .controls .button-next {}

.s61-simple-slide .container .controls .button-prev svg,
.s61-simple-slide .container .controls .button-next svg {
    fill: #A49B98;
    width: 15px;
}

.s61-simple-slide .container .controls .button-next #arrow {}

.s61-simple-slide .container .controls .button-prev svg {
    rotate: -90deg;
}

.s61-simple-slide .container .controls .button-next svg {
    rotate: 90deg;
}

.s61-simple-slide .container .controls .button-prev #arrow {}

.s61-simple-slide .container .controls .pagination {
    rotate: 90deg;
    position: relative;
    width: 8px;
    height: 112px;
}

.s61-simple-slide .container .controls .pagination .pagination-wrapper {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s61-simple-slide .container .controls .swiper-pagination {
    position: relative;
    bottom: 0;
}

.s61-simple-slide .container .controls .swiper-pagination .swiper-pagination-bullet {}

.s61-simple-slide .container .controls .swiper-pagination .swiper-pagination-bullet {
    background-color: #A49B98;
    opacity: 1;
}

.s61-simple-slide .container .controls .swiper-pagination .swiper-pagination-bullet-active {
    background-color: unset;
    border: 2px solid #FF5500;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .s61-simple-slide .container {
        flex-direction: column;
    }

    .s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .legend {
        font-size: 14px;
        line-height: 25px;
        padding: 0 4%;
        box-sizing: border-box;
    }

    .s61-simple-slide .container .controls {
        flex-direction: row;
        justify-content: center;
    }

    .s61-simple-slide .container .controls .pagination {
        rotate: unset;
        width: unset;
        height: unset;

    }

    .s61-simple-slide .container .controls .pagination .pagination-wrapper {
        top: unset;
        left: unset;
        transform: unset;
        position: relative;
    }

    .s61-simple-slide .container .controls .button-prev,
    .s61-simple-slide .container .controls .button-next {
        display: none;
    }
}