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;
}

.s61-btn-simple {
    cursor: pointer;
    background: #133529;
    border: none;
    padding: 18px 25px;
    font-family: "rigSans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    display: flex;
    width: fit-content;
    text-decoration: none;
    color: #ffffff;
    transition: scale 0.3s ease;
}

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

.s61-btn-simple:hover {
    scale: 1.1;
}

/* 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;
}


.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;
    position: relative;
    transition: color 0.3s ease;
    width: fit-content;
}

.s61-image-legend .container .legend:hover {
    color: #E1E1DC;
}

.s61-image-legend .container .legend::after {
    content: '';
    position: absolute;
    right: -28px;
    top: 63%;
    width: 20px;
    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-image-legend .container .legend:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

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

.s61-fixed-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
}

.s61-fixed-contact .container {}

.s61-fixed-contact .container .cta {
    display: block;
    background-color: #133529;
    color: #fff;
    font-family: "RigSans", Sans-serif;
    font-size: 18px;
    padding: 18px 25px;
    cursor: pointer;
}

.s61-fixed-form {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #f5f5ed;
    padding: 40px 30px 30px 30px;
    width: 400px;
    font-family: "Rig Sans", sans-serif;
    z-index: 9998;
}

.s61-fixed-form .container {}

.s61-fixed-form .container .input-group {
    display: flex;
}

.s61-fixed-form .container .input-group+.input-group {
    margin-top: 10px;
}

.s61-fixed-form .container .input-group input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #133529;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Rig Sans", sans-serif;
}

.s61-fixed-form .container .input-group input::placeholder {
    color: #133529;
}

.s61-fixed-form .container .info-send {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.s61-fixed-form .container .info-send .info {
    flex: 0 1 80%;
    min-width: 0;
    font-size: 10px;
    text-transform: uppercase;
}

.s61-fixed-form .container .info-send .send {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    flex-shrink: 0;
}

.s61-fixed-form .container .info-send .send button {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #133529;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    text-transform: uppercase;
}

.s61-fixed-form .container .info-send .send button svg {
    width: 15px;
}

/* header */

.s61-header {
    font-family: "RigSans", Sans-serif;
}

.s61-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 4%;
    border-bottom: 1px solid #ffffff22;
}

.s61-header .container .logo {}

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

.s61-header .container .menu-desktop {
    font-size: 16px;
    text-transform: uppercase;
}

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

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

.s61-header .container .menu-desktop>ul>li:has(.submenu)::after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #851E31;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.s61-header .container .menu-desktop>ul>li:hover:has(.submenu)::after {
    opacity: 1;
}

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

.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 .submenu {
    position: absolute;
    top: calc(100% + 27px);
    left: 50%;
    transform: translate(-50%);
    background-color: #EEEEEE;
    min-width: 185px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.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;
    display: flex;
    justify-content: center;
}

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

.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;
}

@media only screen and (max-width: 1024px) {
    .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: #000;
        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: #fff;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 9999;
    }

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

    .s61-header .container .menu-mobile .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 1000;
    }

    .s61-header .close::before,
    .s61-header .close::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 1px;
        background-color: #333;
        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: 60px 4% 28px 4%;
        display: flex;
        flex-direction: column;
        gap: 28px;
        height: 100%;
    }

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

    .s61-header .container .menu-mobile>ul>li a.has-submenu::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    .s61-header .container .menu-mobile>ul>li a.has-submenu.active::after {
        transform: translateY(-50%) rotate(-135deg);
    }

    .s61-header .container .menu-mobile>ul>li .submenu {
        list-style: none;

        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease-in-out;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

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

    .s61-header .container .menu-mobile>ul>li .submenu.active {
        max-height: 500px;
    }

    .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);
    }


}

.s61-text-line {
    font-family: "RigSans", Sans-serif;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
}

.s61-text-line .container {
    padding-left: 100px;
    position: relative;
}

.s61-text-line .container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 1px;
    background-color: #000;
}

@media only screen and (max-width: 1024px) {
    .s61-text-line {
        font-size: 16px;
        line-height: 27px;
    }

    .s61-text-line .container {
        padding-left: 80px;
    }

    .s61-text-line .container::before {
        width: 60px;
    }
}

.s61-box-images .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.s61-box-images .container .left,
.s61-box-images .container .right .right-top,
.s61-box-images .container .right .right-bottom {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.s61-box-images .container .left {
    aspect-ratio: 4 / 7;
}

.s61-box-images .container .right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

.s61-box-images .container .right .right-top,
.s61-box-images .container .right .right-bottom {
    aspect-ratio: 4 / 3.5;
}

.s61-box-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.s61-box-images .container .left .image-title,
.s61-box-images .container .right .right-top .image-title,
.s61-box-images .container .right .right-bottom .image-title {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    pointer-events: none;
    font-family: "RigSans", Sans-serif;
    font-size: 16px;
    line-height: 27px;
}

@media (max-width: 768px) {
    .s61-box-images .container {
        grid-template-columns: 1fr;
    }

    .s61-box-images .container .right {
        grid-template-rows: none;
    }

    .s61-box-images .container .left,
    .s61-box-images .container .right .right-top,
    .s61-box-images .container .right .right-bottom {
        aspect-ratio: 4 / 5;
    }
}

.s61-simple-slide {}

.s61-simple-slide .container {
    position: relative;
}

.s61-simple-slide .container .swiper {
    width: 100%;
    height: 100%;
}

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

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

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

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .title {
    position: absolute;
    top: 10px;
    left: 2%;
    color: #fff;
    font-family: "RigSans", Sans-serif;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 6%;
    text-transform: uppercase;
}

.s61-simple-slide .container .swiper .button-next,
.s61-simple-slide .container .swiper .button-prev {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
}


.s61-simple-slide .container .swiper .button-next {
    right: 2%;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.s61-simple-slide .container .swiper .button-prev {
    left: 2%;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}


.s61-simple-slide .container .swiper .button-next svg,
.s61-simple-slide .container .swiper .button-prev svg {
    width: 30px;
    height: 30px;
}

.s61-simple-slide .container .swiper .button-next {}

.s61-simple-slide .container .swiper .button-prev {}

.s61-simple-slide .container .swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 16px;
}

.s61-simple-slide .container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: unset;
    border: 1px solid #000;
    opacity: 1;
}

.s61-simple-slide .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

@media (max-width: 1024px) {
    .s61-simple-slide .container .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

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

@media (max-width: 767px) {
    .s61-simple-slide .container .swiper .swiper-wrapper .swiper-slide .title {
        font-size: 16px;
        line-height: 27px;
    }
}

.s61-simple-plant {}

.s61-simple-plant .container {
    position: relative;
}

.s61-simple-plant .container .swiper {
    width: 100%;
    height: 100%;
}

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

.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 56px;
    font-family: "RigSans", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 6%;
}

.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .title::before,
.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .title::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #000;
}

.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .title::after {
    margin-left: 0;
}

.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .bg {
    margin-top: 60px;
}

.s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.s61-simple-plant .container .swiper .button-next,
.s61-simple-plant .container .swiper .button-prev {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.s61-simple-plant .container .swiper .button-next {
    left: 2%;
}

.s61-simple-plant .container .swiper .button-prev {
    right: 2%;
}


.s61-simple-plant .container .swiper .button-next svg,
.s61-simple-plant .container .swiper .button-prev svg {
    width: 30px;
    height: 30px;
    transition: scale 0.3s ease;
}

.s61-simple-plant .container .swiper .button-next:hover svg,
.s61-simple-plant .container .swiper .button-prev:hover svg {
    scale: 1.2;
}

.s61-simple-plant .container .swiper .button-next {}

.s61-simple-plant .container .swiper .button-prev {}

.s61-simple-plant .container .swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 16px;
    display: none;
}

.s61-simple-plant .container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: unset;
    border: 1px solid #000;
    opacity: 1;
}

.s61-simple-plant .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

@media (max-width: 1024px) {
    .s61-simple-plant .container .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .s61-simple-plant .container .swiper .button-next,
    .s61-simple-plant .container .swiper .button-prev {
        display: none;
    }

    .s61-simple-plant .container .swiper-pagination {
        display: block;
    }
}

@media (max-width: 767px) {
    .s61-simple-plant .container .swiper .swiper-wrapper .swiper-slide .title {
        font-size: 16px;
        line-height: 34px;
        text-align: center;
    }
}