#header {
    background: transparent;
    box-shadow: none !important;
}

#header .hd-sel-btn > span,
.hd-ico-item span,
.rd-fill-btn > span {
    color: #fff;
}

#header .nav-icon > span {
    background: #fff;
}

.hd-sel-btn svg circle,
.hd-sel-btn svg path {
    stroke: #fff;
}

.hd-sel-btn.on svg circle,
.hd-sel-btn.on svg path {
    stroke: #dc98fe;
}

#meetingroom .mtr-bg {
    background: url(../images/main/meetingroom.png) no-repeat;
    width: 100%;
    height: 70vh;
    top: 0;
    background-size: cover;
    background-position: center;
    position: absolute;
}

#meetingroom .exh-bg {
    background: url(../images/main/rent.png);
}

#meetingroom .mtr-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 24px;
}

#meetingroom .mtr-tit > div {
    color: #fff;
    text-align: center;
}

#meetingroom .mtr-tit1 {
    font-size: 2.75rem;
    font-weight: 400;
}

#meetingroom .mtr-tit2 {
    font-size: 3.25rem;
    font-weight: 600;
    word-break: keep-all;
    transition: all .2s;
}

#meetingroom .res-wrap {
    display: flex;
    padding: 80px 24px;
    margin: 0 auto;
    margin-top: calc(70vh - 149px);
    justify-content: center;
    max-width: 1280px;
}

#meetingroom .res-wrap > .res-item {
    width: 100%;
}

#meetingroom .res-rt {
    display: flex;
    gap: 24px;
    position: relative;
    padding-left: 5rem;
}

#meetingroom .res-rt::before {
    content: "";
    width: 1px;
    height: 56px;
    background: var(--gray-500);
    position: absolute;
    left: 0;
    bottom: 0;
}

#meetingroom .res-lt {
    padding-right: 5rem;
}

.res-item span {
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

#meetingroom .se-date {
    display: flex;
    align-items: center;
    gap: 8px;
}

#meetingroom .se-date .custom-date {
    background: url(../images/icon/meetingroom-calendar.svg) no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    background-color: var(--gray-300);
    border: none;
    border-radius: 0;
}

#meetingroom .res-inr {
    display: flex;
}

#meetingroom .mtr-btn {
    max-width: 240px;
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    min-height: 54px;
}

#meetingroom .res-sel-wrap > select {
    width: 300px;
    background-color: var(--gray-300);
    border: none;
    border-radius: 0;
}

.mtr-sub-bg {
    background: url(../images/main/meetingroom.png) no-repeat;
    width: 100%;
    height: 180px;
    top: 0;
    background-position: center;
    background-size: cover;
    position: absolute;
}

.container {
    margin-top: 30px;
}

.container > .mtr-subtit {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}

#reservation .gray-box {
    width: 100%;
    background: var(--gray-300);
    padding: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

#reservation .gray-box > .box-inr {
    display: flex;
    gap: 8px;
}

#reservation .gray-box > .box-inr select {
    width: 400px;
}

#reservation .gray-box > .box-inr > button {
    padding: 0 24px;
    border-radius: 8px;
}

#reservation .res-con {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 12px;
}

.res-con > .sticky {
    max-width: 490px;
    min-width: 400px;
    width: 100%;
    position: relative;
}

.res-con > .sticky .sticky-inr {
    position: sticky;
    top: 40px;
    left: 0;
}

.res-con > .sticky .next-btn {
    text-align: center;
    padding: 20px 0;
    font-size: 1.25rem;
    margin-top: 40px;
}

#reservation .sticky-inr > h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.res-con > .sticky .hori-tb {
    min-width: auto;
}

#reservation .mtr-setting {
    position: relative;
}

#reservation .mtr-setting .select-btn {
    border: 1px solid var(--gray-500);
    width: 100%;
    padding: 12px 16px;
    text-align: left;
    border-radius: 5px;
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-position: right 16px center;
    background-color: #fff;
}

#reservation .mob-selbg {
    position: fixed;
    z-index: 100;
    display: none;
}

#reservation .select-wrap {
    display: grid;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 16px;
    background: #fff;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    flex-wrap: wrap;
    border-radius: 8px;
}

#reservation .mtr-setting.active .mob-selbg {
    display: block;
}

#reservation .select-wrap .option {
    border: 1px solid var(--gray-500);
    padding: 8px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    max-width: 108px;
}

#reservation .select-wrap .option:hover {
    border: 1px solid var(--p-color);
    box-shadow: 0 0 8px rgba(198, 84, 255, 0.25);
}

#reservation .select-wrap .option > span {
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
}

#reservation .select-wrap .option:hover > span {
    color: var(--p-color);
}

#reservation .prd-list-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 64px;
    margin-top: 0;
}

#reservation .prd-list-table .item .pd-img {
    max-width: 337px;
    max-height: 337px;
    min-height: auto;
}

.img-view-btn {
    cursor: pointer;
}

.img-view-btn > img {
    transition: transform .4s;
}

.img-view-btn:hover > img {
    transform: scale(1.1);
}

#reservation .prd-list-table .item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

#reservation .sel-table {
    position: relative;
    padding-bottom: 42px;
}

#reservation .table-delete {
    position: absolute;
    bottom: 0;
    right: 0;
}

#reservation .prd-list-table .pd-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    font-size: 1.5rem;
    font-weight: 700;
}

.img-slide-modal .modal-head {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    padding: 0 32px;
}

.img-slide-modal .modal-body {
    text-align: center;
    height: 100%;
    max-height: calc(100vh - 80px);
    padding: 40px 16px;
}

.mtr-img-item > p {
    font-size: 1.25rem;
    padding: 16px 0;
}

.img-slide-modal .slide-explan {
    background: #222;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 120px;
    overflow: auto;
    text-align: left;
    padding: 16px;
}

.img-slide-modal .slide-explan > p {
    font-size: 14px;
    color: #fff;
}

.img-slide-modal .mtr-simg {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.img-slide-modal .mtr-simg > img {
    max-width: 520px;
    max-height: 520px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-slide-modal .modal-position {
    height: 100%;
    background: #fff;
    border-radius: 12px;
}

.img-slide-modal .swiper-button-next {
    background: url(../images/main/bk-aw-next.svg) no-repeat;
    right: 32px;

}

.img-slide-modal .swiper-button-prev {
    background: url(../images/main/bk-aw-prev.svg) no-repeat;
    left: 32px;
}

.img-slide-modal .swiper-button-next,
.img-slide-modal .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
    background-position: center;
    background-color: #fff;
    border: 1px solid #000;

}

.img-slide-modal .mtr-explan {
    max-width: 520px;
    margin: 56px auto 0;
    min-height: 120px;
    text-align: left;
}

.img-slide-modal .mtr-explan > li {
    margin-bottom: 8px;
    font-weight: 400;
}

.mtr-sel-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.mtr-sel-wrap .gray-btn {
    height: 40px;
    padding: 0 24px;
}

.pds-t-wrap {
    margin-top: 24px;
}

.pds-t-wrap > span {
    color: var(--gray-t600);
}

.pds-t-wrap > .pd-date {
    position: relative;
    padding-left: 24px;
}

.pds-t-wrap > .pd-date::before {
    content: "";
    position: absolute;
    background: url(../images/icon/calendar.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pds-t-wrap > .pd-info {
    font-size: 0.875rem;
}

.pds-t-wrap > .pd-price {
    margin-top: 12px;
    color: var(--gray-t600);
}

.pds-t-wrap > p {
    font-size: 1.5rem;
    font-weight: 700;
}

/* �꾩떆�� ��愿� */
.rent-wrap {
    padding: 40px 24px 80px;
    max-width: 1610px;
    width: 100%;
    margin: 0 auto;
}

.dw-card-wrap {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: calc(70vh - 149px);
}

.dw-card-wrap > .download-card {
    width: 100%;
    border: 1px solid var(--gray-500);
    border-radius: 8px;
    padding: 24px 32px;
    cursor: pointer;
    position: relative;
    transition: all .2s;
}

.download-card .dlownload-icon {
    position: absolute;
    right: 32px;
    top: 24px;
}

.download-card .icon-coin {
    width: 40px;
    height: 40px;
    background: var(--gray-t700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.download-card > span {
    font-weight: bold;
    color: var(--gray-t700);
    word-break: keep-all;
}

.download-card:hover {
    border-color: var(--p-color);
    box-shadow: 0 0 8px rgba(198, 84, 255, 0.25);
}

.download-card:hover .dlownload-icon path {
    stroke: var(--p-color);
}

.download-card:hover > span {
    color: var(--p-color);
}

.download-card:hover .icon-coin {
    background: var(--p-color);
}

.link-btn-wrap {
    display: flex;
    column-gap: 16px;
    row-gap: 10px;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

.link-btn-wrap > a {
    padding: 12px;
    max-width: 240px;
    width: 100%;
    border: 1px solid #fff;
}

#reservation .hori-tb tr > th {
    width: 160px;
}

@media (max-width: 1280px) {
    #header {
        position: relative;
        height: 80px;
    }

    .dw-card-wrap {
        margin-top: calc(70vh - 60px);
    }

    #meetingroom .res-wrap {
        margin-top: calc(70vh - 79px);
        padding: 40px 24px 80px;
    }

    #reservation .prd-list-table .item .pd-img {
        max-height: 100%;
        max-width: 100%;
    }

    .container {
        padding: 100px 24px 120px;
    }

    .container > .mtr-subtit {
        display: none;
    }

    #reservation .res-con {
        flex-direction: column;
        margin-top: 24px;
        gap: 60px;
    }

    .res-con > .sticky {
        max-width: 100%;
        min-width: auto;
    }

    .mob-selbg {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .mtr-setting .select-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mob-tb-scr {
        overflow-x: auto;
    }
}

@media (max-width: 1024px) {
    .dw-card-wrap {
        flex-wrap: wrap;
        gap: 12px;

    }

    .dw-card-wrap > .download-card {
        width: calc(50% - 6px);
    }

    #meetingroom .res-wrap {
        flex-direction: column;
        row-gap: 40px;
    }

    #meetingroom .res-wrap > .res-item {
        padding: 0;
    }

    #meetingroom .res-rt::before {
        display: none;
    }

    #meetingroom .res-rt {
        display: block;
    }

    #meetingroom .res-sel-wrap > select {
        width: 100%;
    }

    #meetingroom .mtr-btn {
        max-width: 100%;
        margin-top: 24px;
    }

    #reservation .gray-box {
        flex-direction: column;
        padding: 20px;
    }

    #reservation .gray-box > .box-inr select {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #meetingroom .mtr-tit1 {
        font-size: 2rem;
    }

    #meetingroom .mtr-tit2 {
        font-size: 2.5rem;
    }

    .dw-card-wrap > .download-card {
        padding: 16px 20px;
    }

    .download-card .dlownload-icon {
        right: 20px;
        top: 16px;
    }

    #reservation .hori-tb tr > th {
        width: 100px !important;
    }

    #reservation .mtr-setting .select-btn {
        padding: 10px;
        background-position: right 10px center;
    }

    #reservation .custom-date {
        padding: 12px 10px;
    }

    #reservation .list-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    #reservation .list-top .sib-wrap {
        width: 100%;
        flex-direction: column;
    }

    #reservation .sib-wrap .si-2dep {
        width: 100%;
    }

    #reservation .sib-wrap input[type="text"] {
        width: 100%;
    }

    #reservation .sib-wrap select {
        width: 100%;
        min-width: 120px;
        max-width: 120px;
    }

    #reservation .list-top .sib-wrap .sh-btn {
        padding: 12px;
        justify-content: center;
    }

    .mtr-sel-wrap .gray-btn {
        height: 32px;
        padding: 0 16px;
    }

    #reservation .prd-list-table .pd-name {
        font-size: 1.25rem;
    }

    .img-slide-modal .modal-head {
        padding: 0 16px;
        height: 64px;
    }

    .img-slide-modal .modal-body {
        max-height: calc(100% - 64px);
    }

    .img-slide-modal .mtr-simg > img {
        max-height: 400px;
        max-width: 400px;
    }

    .img-slide-modal .mtr-swiper {
        height: auto;
    }

    .img-slide-modal .swiper-button-next,
    .img-slide-modal .swiper-button-prev {
        width: 32px;
        height: 32px;
        top: calc(var(--swiper-navigation-top-offset, 50%) - 56px);
    }
}
