body {
    padding-top: 0 !important;
    overflow-x: hidden;
}

.s61-header {
    background-color: var(--s61-background-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.s61-header .container .menu-desktop>ul>li {
    color: #E1E1DC;
}

.s61-header .container .menu-desktop>ul>li>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%23e1e1dc%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');
}

.b6web-text-content strong {
    color: #E1E1DC;
}

.s61-banner-single-emp {
    position: relative;
}

.s61-banner-single-emp .background img {
    display: block;
    width: 100%;
    height: 100svh;
}

.s61-banner-single-emp .background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=1);
}

.s61-banner-single-emp .content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    font-family: 'Pretendard', sans-serif;
    color: #E1E1DC;
    padding: 0 4%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s61-banner-single-emp .content .content-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.s61-banner-single-emp .content .content-wrapper .content-inner {
    width: 60%;
}

.s61-banner-single-emp .content .content-wrapper .status {
    font-size: 21px;
    line-height: 32px;
    font-weight: 300;
}

.s61-banner-single-emp .content .content-wrapper .title {
    font-size: 58px;
    font-weight: 700;
    line-height: 63px;
}

.s61-banner-single-emp .content .content-wrapper .sub-title {
    margin-top: 20px;
    font-size: 29px;
    font-weight: 300;
    line-height: 36px;
}

.s61-banner-single-emp .content .content-wrapper .infos {
    width: fit-content;
    position: relative;
    background-color: #2C2622;
    border-radius: 15px;
    margin-top: 60px;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    padding: 30px 30px 30px 60px;
}

.s61-banner-single-emp .content .content-wrapper .infos::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 60px);
    background-color: #FF5500;
}

.s61-banner-single-emp .content .content-wrapper .infos .address,
.s61-banner-single-emp .content .content-wrapper .infos .sold-out {
    font-weight: 700;
}

.s61-banner-single-emp .content .content-wrapper .infos .address{
    margin-top: 15px;
}

@media only screen and (max-width: 1024px) {

    .s61-banner-single-emp .content {
        padding: 0 8%;
    }

    .s61-banner-single-emp .content .content-wrapper .content-inner {
        width: 80%;
    }

    .s61-banner-single-emp .content .content-wrapper .status {
        font-size: 21px;
        line-height: 32px;
    }

    .s61-banner-single-emp .content .content-wrapper .title {
        font-size: 50px;
        line-height: 63px;
    }

    .s61-banner-single-emp .content .content-wrapper .sub-title {
        font-size: 21px;
        line-height: 36px;
    }

    .s61-banner-single-emp .content .content-wrapper .infos {
        margin-top: 60px;
        font-size: 16px;
        line-height: 23px;
        padding: 20px 20px 20px 40px;
    }

    .s61-banner-single-emp .content .content-wrapper .infos::before {
        left: 20px;
        height: calc(100% - 40px);
    }
}

@media only screen and (max-width: 767px) {
    .s61-banner-single-emp .content .content-wrapper .content-inner {
        width: 85%;
    }

    .s61-banner-single-emp .content .content-wrapper .status {
        font-size: 15px;
        line-height: 23px;
    }

    .s61-banner-single-emp .content .content-wrapper .title {
        font-size: 48px;
        line-height: 58px;
    }

    .s61-banner-single-emp .content .content-wrapper .sub-title {
        font-size: 20px;
        line-height: 25px;
    }

    .s61-banner-single-emp .content .content-wrapper .infos {
        margin-top: 45px;
        font-size: 15px;
        line-height: 23px;
        padding: 20px 20px 20px 40px;
    }
}

.s61-details {
    font-family: 'Pretendard', sans-serif;
}

.s61-details .container {}

.s61-details .container .details {}

.s61-details .container .line {
    width: 100%;
    height: 1px;
    background-color: #786E6B;
    margin: 80px 0;
}

.s61-details .container .details .content {
    display: flex;
    gap: 4%;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

@media only screen and (max-width: 1024px) {
    .s61-details .container .details .content {
        flex-direction: column;
        gap: 30px;
    }
}

.s61-details .container .details .content .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .s61-details .container .details .content .col {
        overflow: visible;
        max-height: none !important;
    }
}

.s61-details .container .details .content .col .detail {}

.s61-details .container .details .content .col .detail .title,
.s61-details .container .details .content .col .detail .description {
    font-size: 21px;
    font-weight: 200;
    line-height: 32px;
    color: #786E6B;
}

.s61-details .container .details .content .col .detail .description {
    color: #A49B98;
}

.s61-details .container .details .more {
    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;
    margin-top: 80px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.s61-details .container .details .more .icon {
    display: flex;
    align-items: center;
}

.s61-details .container .details.is-open .more .icon svg{
    rotate: -90deg;
}

.s61-details .container .details.is-open .more:hover .icon svg{
    rotate: -135deg;
}

.s61-details .container .details.is-closed .more:hover .icon svg{
    rotate: 45deg;
}

.s61-details .container .details .more .icon svg {
    fill: #A49B98;
    transition: all 0.3s ease;
}

.s61-details .container .details .more:hover {
    border-color: #FF5500;
    color: #E1E1DC;
}

.s61-details .container .details .more:hover .icon svg {
    fill: #FF5500;
}

@media only screen and (max-width: 1024px) {

    .s61-details .container .details .content .col .detail .title,
    .s61-details .container .details .content .col .detail .description {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .s61-details .container .details .content {
        flex-direction: column;
    }

    .s61-details .container .details .content .col .detail .title,
    .s61-details .container .details .content .col .detail .description {
        font-size: 15px;
        line-height: 23px;
    }

    .s61-details .container .details .more {
        font-size: 15px;
        padding: 6px 18px;
        margin-top: 30px;
    }

    .s61-details .container .line {
        margin: 40px 0;
    }
}

.s61-plant-accordion {
    font-family: 'Pretendard', sans-serif;
}

.s61-plant-accordion .container .meters-type {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 30px 20px;
    color: #A49B98;
    background-color: #3A322D;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
}

.s61-plant-accordion .container .meters-type:hover {
    background-color: #2C2622;
}

.s61-plant-accordion .container .meters-type:hover,
.s61-plant-accordion .container .meters-type.active {
    color: #E1E1DC;
    background-color: #2C2622;
}

.s61-plant-accordion .container .meters-type .meters {
    position: relative;
    padding-left: 40px;
}

.s61-plant-accordion .container .meters-type .meters::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-60%);
    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 transform=%22translate(10 20)%22 fill=%22%23e1e1dc%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-plant-accordion .container .meters-type:hover .meters::before,
.s61-plant-accordion .container .meters-type.active .meters::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");
}

.s61-plant-accordion .container .meters-type.active .meters::before {
    transform: translateY(-60%) rotate(45deg);
}

.s61-plant-accordion .container .item+.item {
    border-top: 1px solid #786E6B;
}

.s61-plant-accordion .container .tab {
    display: none;
    margin-left: auto;
    background-color: #2C2622;
}

.s61-plant-accordion .container .tab .plant {
    position: relative;
    cursor: pointer;
}

.s61-plant-accordion .container .tab .plant img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.s61-plant-accordion .container .tab .plant .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background-color: #3A322D;
    border-radius: 50%;
    opacity: 0.8;
    border: 1px solid #A49B98;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s61-plant-accordion .container .tab .plant:hover .zoom-icon {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .s61-plant-accordion .container .meters-type {
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        line-height: 19px;
        padding: 20px 10px;
    }

    .s61-plant-accordion .container .tab {
        width: 100%;
    }
}

.s61-plant-popup {
    font-family: 'Pretendard', sans-serif;
    background-color: #2C2622;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99999;
}

.s61-plant-popup .container {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.s61-plant-popup .container .wrapper {
    display: flex;
    gap: 4%;
    padding: 4%;
    max-width: 1500px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.s61-plant-popup .container .wrapper .close {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #A49B98;
    border-radius: 50%;
    transition: border-color 0.3s;
}

.s61-plant-popup .container .wrapper .close:hover {
    border-color: #FF5500;
}

.s61-plant-popup .container .wrapper .close::before,
.s61-plant-popup .container .wrapper .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: #A49B98;
    transition: background-color 0.3s;
}

.s61-plant-popup .container .wrapper .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.s61-plant-popup .container .wrapper .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.s61-plant-popup .container .wrapper .plant {
    width: 60%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.s61-plant-popup .container .wrapper .plant.zoomed {
    cursor: grab;
}

.s61-plant-popup .container .wrapper .plant.zoomed.dragging {
    cursor: grabbing;
}

.s61-plant-popup .container .wrapper .plant img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.s61-plant-popup .container .wrapper .plant.dragging img {
    transition: none;
}

.s61-plant-popup .container .wrapper .details {
    width: 40%;
}

.s61-plant-popup .container .wrapper .details .meters-type {
    font-size: 29px;
    font-weight: 300;
    line-height: 36px;
    padding-left: 30px;
    border-left: 1px solid #FF5500;
    color: #E1E1DC;
}

.s61-plant-popup .container .wrapper .details .infos {
    padding-left: 30px;
    margin-top: 50px;
    display: flex;
    gap: 25px;
    font-size: 16px;
    line-height: 21px;
}

.s61-plant-popup .container .wrapper .details .infos .col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}

.s61-plant-popup .container .wrapper .details .infos .col .info {
    display: flex;
    gap: 10px;
}

.s61-plant-popup .container .wrapper .details .infos .col .info .number {
    color: #786E6B;
}

.s61-plant-popup .container .wrapper .details .infos .col .info .title {
    color: #A49B98;
}

@media only screen and (max-width: 1024px) {
    .s61-plant-popup .container .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .s61-plant-popup .container .wrapper .plant {
        margin-top: 100px;
    }

    .s61-plant-popup .container .wrapper .details {
        margin-bottom: 100px;
    }

    .s61-plant-popup .container .wrapper .plant,
    .s61-plant-popup .container .wrapper .details {
        width: 100%;
    }

    .s61-plant-popup .container .wrapper .details {
        margin-top: 30px;
    }

    .s61-plant-popup .container .wrapper .details .meters-title {
        margin-left: 8%;
        padding-right: 8%;
        font-size: 20px;
        line-height: 25px;
    }

    .s61-plant-popup .container .wrapper .details .infos {
        padding: 0 8%;
        font-size: 14px;
        line-height: 21px;
    }

    .s61-plant-popup .container .wrapper .details .infos .col {
        gap: 15px;
    }
}

.s61-status {
    font-family: 'Pretendard', sans-serif;
}

.s61-status .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.s61-status .container .status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.s61-status .container .status .title {
    font-size: 21px;
    font-weight: 200;
    line-height: 32px;
    color: #A49B98;
}

.s61-status .container .status .progress-item {
    display: flex;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    font-size: 0;
    animation: .4s ease-out reverse;
}

.s61-status .container .status .progress-item::after {
    content: attr(data-value) '%';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 115px;
    margin: 2px;
    border-radius: 50%;
    background: #3A322D;
    font-size: 21px;
    font-weight: 200;
    line-height: 32px;
    color: #A49B98;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .s61-status .container {
        gap: 20px;
    }

    .s61-status .container .status .title,
    .s61-status .container .status .progress-item::after {
        font-size: 15px;
        line-height: 23px;
    }

    .s61-status .container .status .progress-item {
        width: 86px;
        height: 86px;
    }

    .s61-status .container .status .progress-item::after {
        width: 86px;
    }

}

.s61-form-emp {
    font-family: "Pretendard", Sans-serif;
    color: #A49B98;
}

.s61-form-emp .container {
    background-color: #2C2622;
    border-top: 1px solid #FF5500;
    padding: 50px;
    display: flex;
    gap: 8%;
}

.s61-form-emp .container .col {
    flex: 1;
    width: 50%;
}

.s61-form-emp .container .col:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s61-form-emp .container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.s61-form-emp .container .col .title {
    font-size: 29px;
    font-weight: 300;
    line-height: 36px;
    color: #786E6B;
}

.s61-form-emp .container .col .info {
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
}

.s61-form-emp .container form {}

.s61-form-emp .container form .input-group {
    display: flex;
    flex: 1;
    width: 100%;
    gap: 55px;
}

.s61-form-emp .container form .input-group+.input-group {
    margin-top: 30px;
}

.s61-form-emp .container form .input-group input {
    flex: 1;
    min-width: 0;
}

.s61-form-emp .container form .input-group button {
    flex-shrink: 0;
}

.s61-form-emp .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-form-emp .container form .radio-group label {
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.s61-form-emp .container form .radio-group span {}

.s61-form-emp .container form .checkbox-group {
    width: 50%;
}

.s61-form-emp .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-form-emp .container {
        flex-direction: column;
        padding: 30px;
    }

    .s61-form-emp .container .col {
        width: 100%;
    }

    .s61-form-emp .container .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .s61-form-emp .container .col .info {
        display: none;
    }

    .s61-form-emp .container .content .title {
        width: 100%;
    }

    .s61-form-emp .container form .radio-group {
        margin-top: 50px;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .s61-form-emp .container form .input-group {
        flex-direction: column;
        gap: 30px;
    }

    .s61-form-emp .container form .checkbox-group {
        width: 100%;
    }

    .s61-form-emp .container .row {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {

    .s61-form-emp .container form .radio-group span {
        width: 100%;
    }

    .s61-form-emp .container .col .title {
        font-size: 20px;
        line-height: 25px;
        width: 100%;
    }

    .s61-form-emp .container form .radio-group,
    .s61-form-emp .container form .radio-group label {
        font-size: 15px;
        line-height: 22px;
    }

    .s61-form-emp .container form .checkbox-group label {
        font-size: 12px;
        line-height: 16px;
    }
}