/* 기본 폰트 */
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

* {
    font-family: 'GMarketSans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    scrollbar-color: #8a6d5c #f5eada;
    scrollbar-width: thin;
}

.inputonbas {
    background: rgba(231, 231, 231, 0.4) !important;
    overflow-x: auto!important;
    font-size: 1.3rem !important;
}

.inputonbas::-webkit-outer-spin-button,
.inputonbas::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stock-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 200, 130, 0.22);
    transition: background .15s ease, transform .1s ease;
}

.stock-btn:active {
    transform: scale(0.92);
}

/* 판매중: 체크 아이콘 */
.stock-icon {
    width: 12px;
    height: 7px;
    border-left: 2.5px solid #4fce7e;
    border-bottom: 2.5px solid #4fce7e;
    transform: rotate(-45deg);
    margin-top: -2px;
}

/* 품절: 원 + 사선 (금지 아이콘) */
.stock-btn.sold-out {
    background: rgba(255, 100, 90, 0.22);
}

.stock-btn.sold-out .stock-icon {
    width: 16px;
    height: 16px;
    border: 2.5px solid #ff6a5a;
    border-radius: 50%;
    margin-top: 0;
    transform: none;
    position: relative;
}

.stock-btn.sold-out .stock-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2.5px;
    background: #ff6a5a;
    transform: translate(-50%, -50%) rotate(45deg);
}

.desc_numLimit {
    color: rgba(var(--black-color), .4) !important;
}

.photo-card {
    width: 100%;
    height: 7rem;
    background-color: rgba(var(--sdMain-color-rgb), .6);
    border-radius: 1rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    gap: 0.5rem;
}

.move-btns {
    display:flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
}

.mvBt {
    border: none;
    height: 50%;
    aspect-ratio: 1;
    border-radius: 0.5rem;
    background-color: rgba(var(--white-color), 0.9);

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#typewrite_boothDesc {
    height: 10rem;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

:root {
    --window-color: rgba(255, 255, 255, 0.503);

    --black-color: 38, 26, 0;
    --white-color: 255, 232, 199;
    --orgngeblackC: 73, 48, 28;
    --confirmBt-color: 255, 136, 0;

    --close-btn-color: #333
}

html {
    font-size: 12px;
}

html,
body {
    margin: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
    background-color: rgba(255, 136, 0, 0.2) !important;
}

.chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(var(--black-color), 1);
    border-bottom: 2px solid rgba(var(--black-color), 1);
}

.chevron-up {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.chevron-down {
    transform: rotate(45deg);
    margin-bottom: 3px;
}

/* 글자같은 버튼 */
.likeTxtBt {
    border: none;
    background: none;
    cursor: pointer;

    text-decoration: none;

    font-size: 1.2rem;
    color: rgba(var(--black-color), .5);
}

.likeTxtBt:hover {
    text-decoration: underline;
}

.txth_semi {
    color: rgba(var(--black-color), 0.4);
}

.txt_error {
    color: rgb(225, 90, 90);
    margin: 0 auto;
    display: none;
}

:root {
    --sdMain-color-rgb: 76, 48, 29;
    --sdMain-color: rgb(var(--sdMain-color-rgb));
    --sdSemi-color: rgba(var(--black-color), 0.4);
    --topBar-color: rgba(255, 255, 255, 0.24);
}

.frameofFestival {
    background: linear-gradient(to bottom, black 0%, rgb(34, 30, 28) 55%, transparent 100%);
}

.cat-btn {
    transition: all 0.15s ease;
    cursor: pointer;
}

.cat-btn.active {
    background: #c5e88c;
    color: #25301a;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.topbar-dark-bg #main_top {
    color: rgba(255, 255, 255, 0.772);
    transition: color 0.3s ease;
}

.topbar-dark-bg .txth_semi {
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.3s ease;
}

.topbar-dark-bg .username {
    color: rgba(255, 255, 255, 0.772);
    transition: color 0.3s ease;
}

#top:not(.topbar-dark-bg) #top {
    background-color: var(--topBar-color);
    transition: background-color 0.3s ease;
}

#top:not(.topbar-dark-bg) #main_top {
    color: var(--sdMain-color);
    transition: color 0.3s ease;
}

#photoScreen.open {
    display: flex !important;
}

.lightbox-img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
}

.lightbox-nav {
    /* position: absolute; */
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #f2ede1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-nav.prev {
    left: 16px;
}

.lightbox-nav.next {
    right: 16px;
}

.lightbox-nav .chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.lightbox-nav.prev .chevron {
    transform: rotate(135deg);
    margin-left: 3px;
}

.lightbox-nav.next .chevron {
    transform: rotate(-45deg);
    margin-right: 3px;
}

.lightbox-counter {
    font-size: 13px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 12px;
    border-radius: 999px;
}

.thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.thumb {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    border: none;
    padding: 0;
    position: relative;
}

.thumb:active {
    transform: scale(0.96);
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    flex-shrink: 0;
}

.info-icon::before {
    content: "i";
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2rem;
    color: #ffffffd7;
    transform: translateY(-1px);
    /* 세리프 i가 살짝 위로 치우쳐 보이는 것 보정 */
}

#top:not(.topbar-dark-bg) #top .username {
    color: var(--sdMain-color);
    transition: color 0.3s ease;
}

#top:not(.topbar-dark-bg) .txth_semi {
    color: var(--sdSemi-color);
    transition: color 0.3s ease;
}

#main_top {
    color: rgb(76, 48, 29);
}

/* --홈 html*/
/* 탑바 */
#top {
    position: fixed;
    width: calc(100% - 80px);
    height: 50px;
    top: 20px;
    /* 위쪽 여백 */
    left: 50%;
    /* 가운데 정렬 */
    transform: translateX(-50%);
    /* background: rgba(255, 255, 255, 0.24); */
    border-radius: 50px;
    z-index: 1000;
    /* 다른 요소 위로 */
}

.boxOfBoothInfo {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    margin: 0 auto 0 auto;
    border-radius: 1.5rem;
}

.boxOfServces.soldout {
    opacity: 0.5;
}

.boxOfServces.soldout .botthInfoRow:last-child {
    color: rgb(255, 186, 186)
}

.boxOfServces.soldout .botthInfoRow:first-child {
    text-decoration: line-through;
}

.botthInfoRow {
    color: white;
    font-size: 1.5rem
}

.infoOfIndx {
    color: rgba(var(--white-color), 0.9);
}

.boxOfServces {
    display: flex;
    justify-content: space-between;
}

.price {
    color: rgb(205, 255, 130);
}

#continueMenu {
    display: none;
    position: fixed;
    width: 600px;
    height: 20rem;
    /* 위쪽 여백 */
    left: 50%;
    /* 가운데 정렬 */
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    z-index: 1000;
    /* 다른 요소 위로 */

    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 20px;

    transition: transform 0.15s ease-out, box-shadow 0.3s ease, bottom 0.3s ease, top 0.3s ease;
}

#left_top {
    position: absolute;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

#right_top {
    position: absolute;
    height: 100%;
    right: 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 5px 10px 10px;
    gap: 0px;
}

.maxTG {
    width: 580px;
}

.boxStyle {
    width: 580px;
    margin: 0 auto 0 auto;
    background: rgba(192, 192, 192, 0.9);
    border-radius: 25px;
    /* 원래는 25 25 35 35 */
    padding: 10px;
}

.textBoxFF {
    margin: 0.5rem;
}

.boxId {
    padding-bottom: 1rem;

    font-size: 1.3rem;
    color: rgba(var(--black-color), .5);
}

/* 로딩 */
.spinner {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#qr-reader {
    width: 300px;
    height: 300px;
    /* width와 동일하게 고정 */
    overflow: hidden;
    /* 넘치는 부분 잘라내기 */
}

#qr-reader video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    /* 비율 유지하며 정사각형 프레임에 꽉 채움 */
}

#booth_mainRoom {
    /* background: rgba(0, 255, 255, 0.491); */
    width: calc(100% - 80px);
    height: 20rem;
    margin: 0 auto 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;

    color: rgba(255, 255, 255, .9);
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    z-index: 2;
}

.butt {
    border-radius: 8px;
    height: 100%;
    border: none;
    padding: 1rem;
    color: rgba(255, 255, 255, .8);
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

#cont_ryul div {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(var(--black-color), .7)
}

#cont_ryul span {
    font-size: 1.4rem;
    color: rgba(var(--black-color), 1)
}

.bigBt {
    font-style: normal;
    width: 100%;
    height: 4.2rem;
    border-radius: 1rem;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.row-label {
    font-size: 12px;
    color: rgba(var(--black-color), .8);
    text-align: left !important;
    height: 4rem;
    padding-left: 1rem;
}

.cell {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    border: 0.2rem solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.cell_b {
    border: 0.2rem solid rgba(var(--black-color), 0.2);
}

.cell.applied {
    background: rgba(255, 136, 0, .4);
}

.cell_b.applied {
    background: rgba(255, 136, 0, .9);
}

.cell.applied::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 7px;
    border-left: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    transform: translate(-50%, -65%) rotate(-45deg);
}

/* --로그인 창 */
/* 메인 div */
#main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swal2-container {
    height: var(--real-vh) !important;
    min-height: var(--real-vh) !important;
    top: 0 !important;
}

/* 가운데 메인 창 */
#container {
    width: 500px;
    background: var(--window-color);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 520px) {
    #container {
        width: calc(100% - 20px);
    }

    html {
        font-size: 10px;
    }

    #popUp #popUpWindow {
        width: calc(100% - 40px) !important;
    }
}

/* 홈 창*/
@media (max-width: 650px) {
    #top {
        width: calc(100% - 40px);
    }

    #booth_mainRoom {
        width: calc(100% - 40px);
    }

    #continueMenu {
        width: calc(100% - 60px);
    }

    .boxStyle,
    .maxTG,
    .fest_post {
        width: calc(100% - 40px) !important;
    }

    #admin_container {
        margin: 95px 20px 0 20px !important;
        flex-direction: column;
    }

    #top .username {
        display: none;
    }

    #top #txt_log {
        display: none;
    }

    #admin_container #wrappperr {
        flex-direction: column;
    }

    #panel {
        width: 100% !important;
        border-radius: 15px 15px 10px 10px !important;
        flex-direction: row !important;
        overflow-x: auto;
        gap: 7px !important;
        padding: 7px !important;
        /* position: sticky; */
        top: 0;
        z-index: 10;
    }

    #baseFrame {
        border-radius: 10px !important;
    }

    #baseFrame #main__home {
        border-radius: 8px !important;
    }

    #seatFrame {
        border-radius: 8px !important;
    }

    #panel #morebt {
        flex-direction: row !important;
        padding-right: 20px;
    }

    #panel button {
        width: auto;
        border-radius: 1rem;
        flex-shrink: 0;
        min-width: 110px;
    }
}

.circebox {
    border-radius: 10rem;
    font-size: 1.2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-bottom: .7rem;
    flex-shrink: 0;
}

.backdrop {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.glass {
    /* backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px); */
    box-shadow:
        0 4px 16px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 20px 0px rgba(255, 255, 255, .5);
    /* 원래는 1.7 */
    position: relative;
    overflow: hidden;
}

.fest_post {
    width: 580px;
    margin: 0 auto 0 auto;
    background: rgba(192, 192, 192, 0.9);
    border-radius: 1.5rem;
    /* 원래는 25 25 35 35 */
}

.imgFrame {
    position: relative;
    width: 100%;
    background-color: #a0a09f7d;
}

#frameoflist {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.imgOverlay #boothName {
    font-size: 2.5rem
}

.imgofPhotoCard {
    height: 100%;
    border-radius: 0.5rem;
}

.imgFrame::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* 그라데이션이 차지할 높이, 취향껏 조절 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.702), rgba(0, 0, 0, 0));
    pointer-events: none;
    /* 클릭 방해 안 하도록 */
}

.imgOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: flex-end;
    color: rgba(255, 255, 255, .9);
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    z-index: 2;
    padding: 0 1.2rem 1rem 1.2rem;
}

.artistHero {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    flex-shrink: 0;
}

.hero-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 사진 위에 겹치는 블러+그라데이션 레이어 */
.hero-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    /* 블러 자체가 위(0%)에서 안 보이다가 아래(100%)로 갈수록 서서히 진해지게 */
    mask-image: linear-gradient(to top, black 0%, black 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 0%, black 20%, transparent 100%);
}

:root {
    /* 기본값(추출 전 fallback) */
    --hero-bg-r: 0;
    --hero-bg-g: 0;
    --hero-bg-b: 0;
}

.hero-fade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgb(var(--hero-bg-r), var(--hero-bg-g), var(--hero-bg-b)) 0%,
            rgba(var(--hero-bg-r), var(--hero-bg-g), var(--hero-bg-b), 0.55) 45%,
            transparent 100%);
    transition: background 0.4s ease;
    /* 색 전환 부드럽게 */
}

.hero-content {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.hero-content h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.below-content {
    padding: 3rem 1.5rem;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-left: auto;
}

.rating-score {
    font-size: 1rem;
    color: #e8c03c;
}

.star-rating {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
}

/* 배경 별: 항상 회색으로 5개 다 표시 */
.star-bg {
    color: #d9d9d963;
    letter-spacing: 2px;
}

/* 전경 별: 주황색, --rating 값만큼만 보이도록 잘라냄 */
.star-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--rating);
    overflow: hidden;
    white-space: nowrap;
    color: #e8c03c;
    letter-spacing: 2px;
}

.bt_heart {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.bt_heart svg {
    width: 24px;
    height: 24px;
    stroke: rgba(var(--black-color), .5);
    fill: none;
    stroke-width: 2;
    transition: transform 0.15s ease;
}

.bt_heart.liked svg {
    fill: #ef4444;
    stroke: #ef4444;
}

.bt_heart.pop svg {
    transform: scale(1.35);
}

.count {
    font-size: 14px;
    color: rgba(var(--black-color), .7);
}

.searchBoxx {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.txt1 {
    color: rgba(var(--black-color), .5);
    font-size: 1.2rem;
}

.active_glass {
    /* cursor: pointer; */
    /* backdrop-filter: blur(12px); */
    /* -webkit-backdrop-filter: blur(12px); */
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15),
        inset 0 0 0px 3px rgba(255, 255, 255, 0.25);
    /* -webkit-mask-image: -webkit-radial-gradient(white, black); */
}

.theBt {
    font-style: normal;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.bt_pan {
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    background-color: #472b00;
    border-radius: 17px 10px 10px 17px;
}

img {
    -webkit-touch-callout: none;
    /* iOS Safari의 롱프레스 메뉴 차단 (핵심) */
    -webkit-user-select: none;
    /* 텍스트/이미지 선택 방지 */
    user-select: none;
    -webkit-user-drag: none;
    /* 드래그로 저장되는 것도 방지 */
    /* user-drag: none; */
}


.notice-section {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.badge-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2.5px solid;
}

.badge-icon svg {
    width: 24px;
    height: 24px;
}

.badge-blue {
    border-color: #3b7de8;
    background-color: #3b7de8;
    color: white;
}

.badge-orange {
    border-color: #e8c03c;
    background-color: #e8c03c;
    color: white;
}

.badge-text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.badge-label {
    font-weight: 800;
    font-size: 1.2rem;
}

.badge-desc {
    color: rgba(var(--black-color), 0.55);
    font-size: 1.1rem;
    line-height: 1.4;
}

/* 엔터 버튼 */
.logBt {
    font-style: normal;
    background: rgba(var(--confirmBt-color), .9);
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.topButton {
    height: 140%;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 30px;
    background: rgba(255, 10, 10, 0.9);
    gap: 8px;
    padding: 0 10px;
    cursor: pointer;
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.bt__ {
    display: flex;
    align-items: center;
    border: none;
    gap: 8px;
    padding: 0 10px;
    cursor: pointer;
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

/* 인풋 */
.input_ {
    font-family: 'GMarketSans', sans-serif;
    background: rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;

    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.input_::placeholder {
    color: rgba(0, 0, 0, 0.1);
}

::selection {
    color: white;
    background-color: rgba(255, 136, 0, .7);
}

.input_:focus {
    outline: none;
}

button:disabled {
    background: rgba(110, 110, 110, 0.493);
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;

    transition: transform 0.15s ease-out, box-shadow 0.3s ease, opacity 0.5s ease;

    user-select: none;
}

.boxStyle .box_frameNameTxt {
    font-size: 1.5rem;
    margin: 5px 0 5px 10px;
}

.boxStyle #seatFrame {
    width: 100%;
    height: auto;
    padding: 10px;

    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 10px 10px 25px 25px;
    /* overflow: visible; */
}

.seatListBtn {
    /* line-height: .8; */
    font-size: .8rem !important;
    color: rgba(255, 255, 255, 0.744) !important;
}

.statusBt {
    color: white;
    padding: 10px 1rem;
    border-radius: 10px;
    border: none;
}

.boxStyle #seatFrame .row {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
    gap: 2rem;
    /* max-width: 600px; */
}

.boxStyle #seatFrame .seat {
    background-color: rgba(123, 114, 92, 0.979);
    border-radius: 0px;
    border: 3px solid rgba(99, 91, 81, 0.877);
    margin: 2px;
    color: rgba(255, 251, 243, 0.98);
    padding: 5px;
    font-size: 1.2rem;

    cursor: pointer;
    transition: transform 0.15s ease-out, box-shadow 0.3s ease, opacity 0.2s ease, scale 0.3s ease, border-radius 0.3s ease;

    user-select: none;
}

#nowYourSeatInfo {
    display: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 18px;
    width: 100%;
    height: auto;
    padding: 10px 15px;
}

.adminRyuBT {
    background-color: rgba(76,
            48,
            29, 1);
    height: 3.5rem;
    color: rgba(255, 255, 255, .8);
    font-size: 1.25rem;
    border-radius: 1rem;
}

.home-icon {
    position: relative;
    width: 60px;
    height: 50px;
}

/* 지붕 (삼각형) */
.home-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 26px solid #5f5e5a;
}

/* 몸통 */
.home-body {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 44px;
    height: 30px;
    background: #5f5e5a;
}

/* 문 */
.home-door {
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 12px;
    height: 18px;
    background: white;
}

.adminRyuCON {
    font-size: 1.25rem;
    border-radius: 1rem;
    height: 3.5rem;
    width: auto;

}

.theTable {
    min-width: 600px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.th1 {
    border-radius: 5px 0 0 0;
}

.th2 {
    border-radius: 0 5px 0 0;
}

.dropDown.glass {
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 32px 8px 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='rgba(255%2C255%2C255%2C.7)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
}

.tfBt.glass {
    padding: 8px 15px 8px 15px;
}

.dropDown {
    border: none;
    height: 100%;
    font-size: 1.2rem;
    padding: 1rem;
    outline: none;
    background-color: rgba(76, 48, 29, 0.5);
    cursor: pointer;
    color: white;
    border-radius: 1rem;
}

.tfBt {
    border: none;
    height: 100%;
    font-size: 1.2rem;
    padding: 1rem;
    outline: none;
    background-color: rgba(12, 179, 197, 0.5);
    cursor: pointer;
    color: white;
    border-radius: 1rem;
}

th {
    background-color: rgb(76, 48, 29);
    height: 30px;
    color: white;
    text-align: center !important;
}

td {
    height: 30px;
    background-color: rgb(255, 237, 226);
    color: rgb(54, 18, 0);
    text-align: center !important;
    border-top: 1px solid #e5d9c3 !important;
}

#absentList>.absentCard {
    flex-shrink: 0;
}

.applyT td {
    background: rgba(255, 237, 226, 0.7);
}

.applyT button {
    cursor: pointer;
}

.applyT tr th:first-child {
    border-radius: 8px 0 0 0;
}

.applyT tr th:last-child {
    border-radius: 0 8px 0 0;
}

.applyT td:first-child {
    border-bottom: 1px solid rgba(var(--black-color), .2);
}

.applyT tr:last-child td {
    border-bottom: none;
}

.applyT th {
    background-color: rgba(var(--black-color), .5);
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

.applyT tr:last-child td:first-child {
    border-radius: 0 0 0 8px
}

.applyT tr:last-child td:last-child {
    border-radius: 0 0 8px 0
}

.shadow {
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.24);
}

.mainPage {
    flex: 1;
}

.pagination button {
    padding: 7px 12px;
}

.eff_pop {
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.dd {
    border-radius: 99px;
    border: none;
    background-color: rgba(255, 233, 208, 0.8);
}

#popUp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: background 0.25s ease;
}

.inputpwWin {
    border-radius: 0.8rem;
}

.confirmWin {
    font-style: normal;
    width: 100%;
    height: 4rem;
    border-radius: 0.8rem;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;

    user-select: none;
}

.inputcon {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.desc_window {
    color: rgba(var(--black-color), 0.8);
    font-size: 1.2rem;
}

#popUp.show {
    background: rgba(0, 0, 0, 0.5);
}

#popUp #popUpWindow {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 12px;
    padding: 1rem;
    width: 30rem;
    /* width: 40rem; */

    display: flex;
    flex-direction: column;
    gap: 1rem;

    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

#popUp.show #popUpWindow {
    transform: translateY(0);
    opacity: 1;
}

#popUpWindow_top {
    /* background: cyan; */
    width: 100%;
    height: 3rem;
    display: flex;
}

#popUpWindow_container {
    /* background: rgb(255, 157, 0); */
    width: 100%;
}

.close-btn {
    position: relative;
    width: 3rem;
    height: 2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 2px;
    background: var(--close-btn-color);
}

.dbtPd::before,.dbtPd::after {
    background: rgba(var(--white-color), 0.9);
}

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

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