@media screen and (min-width: 1100px) {
    .jlocker-seat-chart-popup{
        height: 490px;
        width: 641px;
        top: calc(50% - 240px);
        left: calc(50% - 320px);
    }
    .jlocker-seat-chart-popup .popup-top{
        height: 12%;
    }
    .jlocker-seat-chart-popup .popup-body{
        height: 88%;
    }
    .jlocker-seat-chart-popup .popup-top .seat{
        display: block;
    }
    .jlocker-seat-chart-popup .popup-top .seat-index-select{
        width: 120px;
    }
    .jlocker-seat-chart-popup .popup-top Button{
        margin: 8px 13px 0 0;
    }
}
@media screen and (max-width: 1099px) and (min-width: 601px) {
    .jlocker-seat-chart-popup{
        height: 490px;
        width: 641px;
        top: calc(50% - 240px);
        left: calc(50% - 320px);
    }
    .jlocker-seat-chart-popup .popup-top{
        height: 12%;
    }
    .jlocker-seat-chart-popup .popup-body{
        height: 88%;
    }
    .jlocker-seat-chart-popup .popup-top .seat{
        display: block;
    }
    .jlocker-seat-chart-popup .popup-top .seat-index-select{
        width: 120px;
    }
    .jlocker-seat-chart-popup .popup-top Button{
        margin: 8px 13px 0 0;
    }
}
@media screen and (max-width: 600px) {
    .jlocker-seat-chart-popup{
        height: 490px;
        width: 313px;
        top: calc(50% - 240px);
        left: calc(50% - 158px);
    }
    .jlocker-seat-chart-popup .popup-top{
        height: 20%;
    }
    .jlocker-seat-chart-popup .popup-body{
        height: 80%;
        overflow: scroll;
    }
    .jlocker-seat-chart-popup .popup-top .seat{
        display: none;
    }
    .jlocker-seat-chart-popup .popup-top .seat-index-select{
        width: 265px;
    }
    .jlocker-seat-chart-popup .popup-top Button{
        margin: 8px 24px 0 0;
    }
}

.locker-top {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #0e0e0e;
    white-space: nowrap;
    text-align: right;
}

.locker-top a {
    margin-left: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin-top: 24px;
    letter-spacing: normal;
    float: left;
    color: #ff6600;
}

.locker-top select {
    width: 150px;
    outline: none;
    font-size: 10pt;
    float: left;
    color: white;
    height: 36px;
    background: #2e2e2e;
    margin-top: 18px;
    margin-left: 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding-left: 5px;
}

.locker-top button {
    outline: none;
    background: none;
    margin-right: 5px;
    margin-top: 12px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    float: right;
}

.locker-top button a {
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    float: none;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: auto;
}

.locker-top img {
    height: 26px;
    margin-bottom: 5px;
}

.locker-body {
    position: relative;
    overflow: hidden;
    background: #0e0e0e;
    width: 100%;
}

.locker-body .locker-body-content {
    height: calc(100% - 20px);
    margin: 10px;
    border-radius: 2px;
    float: left;
}

.locker-body .locker-body-content .locker-pagemanager {
    width: calc(100% - 200px);
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: white;
    font-size: 14pt;
    font-weight: 500;
}

.locker-body .locker-body-content .locker-pagemanager button {
    border-radius: 100%;
    background-color: rgb(46, 46, 46);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 11pt;
    font-weight: 900;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.locker-body .locker-top-rightbar {
    border-radius: 2px;
    position: absolute;
    right: 25px;
    height: calc(100% - 20px);
    width: 180px;
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    overflow: auto;
    color: #696969;
}

.locker-body .locker-top-rightbar h2 {
    display: inline-block;
    font-family: sans-serif;
    font-size: 15pt;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.locker-body .locker-top-rightbar h1 {
    font-size: 12pt;
    font-weight: 500;
    margin-bottom: 5px;
}

.locker-body .locker-top-rightbar h3 {
    position: absolute;
    top: 8px;
    right: 10px;
    width: auto;
    font-weight: 400;
    font-size: 11pt;
    color: whitesmoke;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
}

.locker-body .locker-top-rightbar .active {
    width: 100%;
    background-color: #ff6200;
}

.locker-body .locker-top-rightbar button {
    width: 100%;
    border: none;
    outline: none;
    background-color: #1e88e5;
    margin: 5px 0px;
    color: white;
    height: 30px;
    box-shadow: 4px 4px 6px 0 rgba(17, 51, 80, 0.5);
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.locker-body .locker-top-rightbar button:hover {
    background-color: #ff6200;
}

.locker-body .locker-top-rightbar input {
    background-color: rgb(46, 46, 46);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 27px;
    margin-bottom: 25px;
    outline: none;
    padding: 5px;
    font-size: 10pt;
    font-weight: 300;
    color: white;
    box-sizing: border-box;
}

.locker-body .locker-top-rightbar .members {
    background-color: rgb(46, 46, 46);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: none;
    width: 100%;
    min-height: 30px;
    height: auto;
    margin-bottom: 25px;
    outline: none;
    padding: 10px;
    font-size: 10pt;
    font-weight: 300;
    color: white;
    box-sizing: border-box;
}

.locker-body .locker-top-rightbar .members .member {
    cursor: pointer;
    border: 1px solid white;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin: 4px;
}

.locker-body .locker-top-rightbar .members .member:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.locker-body .locker-top-rightbar .members button {
    box-shadow: none;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
    padding: 3px;
    color: white;
    font-size: 8pt;
    font-weight: 300;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 1px solid white;
    background-color: #2e2e2e;
}

.locker-body .locker-top-rightbar textarea {
    background-color: rgb(46, 46, 46);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    outline: none;
    resize: none;
    padding: 5px;
    font-size: 11pt;
    color: white;
    box-sizing: border-box;
}

.locker-body .locker-top-rightbar .locker-top-search {
    overflow-x: auto;
    white-space: nowrap;
    height: 35px;
    line-height: 30px;
}

.locker-body .locker-top-rightbar .locker-top-search h1 {
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.locker-body .locker-top-rightbar .locker-top-search .search {
    width: 95px;
    height: 26px;
    float: right;
    border-bottom: 1px solid #696969;
}

.locker-body .locker-top-rightbar .locker-top-search .search img {
    width: 15px;
}

.locker-body .locker-top-rightbar .locker-top-search .search input {
    width: 70px;
    color: rgb(242, 240, 208);
    box-shadow: none;
    margin-top: 2px;
    height: 20px;
    border: none;
    background: none;
    float: right;
    outline: none;
    font-size: 8pt;
}

.locker-body .locker-top-rightbar .locker-top-search .search input::placeholder {
    color: #f2e8e7;
}

.locker-popup {
    width: 70%;
    position: absolute;
    height: 70%;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    left: 15%;
    top: 10%;
    z-index: 5;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    background: #fcfcfc;
}

.locker-popup .locker-popup-top {
    width: 100%;
    height: 50px;
}

.locker-popup .locker-popup-top h3 {
    margin-top: 10px;
    text-align: center;
    color: #000000;
}

.locker-popup .locker-popup-body {
    width: 100%;
    height: 85%;
    overflow: auto;
}

.locker-popup .off {
    font-size: 14pt;
    font-weight: 700;
    color: #616366;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.locker-popup .off:hover {
    color: #ff6200;
}

.locker-window {
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
}

.locker-window .locker-window-parent {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
    background-color: rgb(46, 46, 46);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.locker-window .locker-window-parent:hover {
    border: 2px solid #ff6200 !important;
}

.locker-window .locker-window-parent .btn-jwindow-selected {
    position: absolute;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    top: 5px;
    left: 5px;
}

.locker-window .locker-window-parent .btn-jwindow-selected:hover {
    top: 3px;
}

.locker-window .locker-window-parent .locker-window-profile {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    height: 60%;
    overflow: hidden;
}

.locker-window .locker-window-parent img {
    width: 20px;
    height: 20px;
}

.locker-window .locker-window-parent .locker-window-content {
    font-family: sans-serif;
    text-align: center;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e1e6ef;
    padding-top: 10px;
    box-sizing: border-box;
}

.locker-window .locker-window-parent .locker-window-content h1 {
    position: absolute;
    font-size: 12pt;
    top: 5px;
    left: 6px;
    font-weight: 400;
}

.locker-window .locker-window-parent .locker-window-content h2 {
    position: absolute;
    top: 5px;
    right: 3px;
    width: auto;
    font-weight: 300;
    font-size: 8pt;
    color: whitesmoke;
    padding: 3px;
    border-radius: 2px;
}

.locker-window .locker-window-parent .locker-window-content h3 {
    margin-bottom: 3px;
    font-size: 10pt;
    font-weight: 300;
}

.locker-window .locker-window-parent .locker-window-content h4 {
    font-size: 8pt;
    font-weight: 300;
}

.locker-window .locker-window-parent .locker-window-content h5 {
    font-size: 8pt;
    font-weight: 300;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10%;
}

.locker-body .open {
    background-color: #1e88e5;
}

.locker-body .none {
    background-color: #524d4d;
}

.locker-body .down {
    background-color: transparent;
}

.locker-body .book {
    background-color: #20a464;
}

.locker-body .over {
    background-color: #ff6200;
}

.locker-body .soon {
    background-color: #cc9d1c;
}

.locker-body .free {
    background-color: #E33969;
}

.locker-jscrollbar {
    float: right;
    padding-top: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.locker-jscrollbtn {
    cursor: pointer;
}

.locker-search {
    position: absolute;
    right: 237px;
    bottom: 12px;
    background: #061a2b;
    font-size: 10pt;
    color: white;
    border-radius: 5px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    text-align: center;
}

/*.locker-search:hover {*/
/*    opacity: 0.2;*/
/*}*/

.locker-search input {
    padding-left: 10px;
    font-size: 10pt;
    height: 30px;
    width: 100%;
    border: none;
    border-radius: 4px;
    outline: none;
}

.register-jglocker-btn {
    background: #1e88e5;
    color: white;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 9pt;
}

.register-jglocker-btn:hover {
    background: #ff6200;
}

.register-jglocker-ipt {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 27px;
    text-align: center;
    outline: none;
    padding: 5px;
    font-size: 10pt;
    font-weight: 300;
    color: white;
    box-sizing: border-box;
}

#jlocker-popup-background{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.jlocker-seat-chart-popup{
    position: absolute;
    margin: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: rgb(29, 29, 29);
    padding: 10px;
    color: rgb(189, 189, 189);
    border-radius: 3px;
    z-index: 105;
}

.jlocker-seat-chart-popup .off {
    font-size: 17pt;
    font-weight: 400;
    position: absolute;
    cursor: pointer;
    color: white;
    right: 10px;
    top: 11px;
    z-index: 101;
}

.jlocker-seat-chart-popup .popup-top{
    width: 100%;
    border-bottom: 1px solid white;
}
.jlocker-seat-chart-popup .popup-top Button{
     width: 70px;
     height: 30px;
     float: right;
     font-size: 20px;
     color: white;
     background: rgb(46, 46, 46);
     margin: 8px 13px 0 0;
     line-height: 26px;
     text-align: center;
     padding: 2px;
     outline: 0;
 }

.jlocker-seat-chart-popup .popup-body{
    width: 100%;
    padding: 15px 3px 0 3px;
    position:relative;
    left: 0;
}
.jlocker-seat-chart-popup .popup-body .seat{
    width: 37px;
    height: 35px;
    float: left;
    font-size: 13px;
    color: white;
    background: rgb(46, 46, 46);
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    border: 1px solid #797979;
}
.jlocker-seat-chart-popup .popup-body .seat:hover{
    border: 1px solid rgb(255, 98, 0);
}

.jlocker-seat-chart-popup .popup-body .seat.sold-out{
     background: #1e88e5 ;
     cursor: default;
    border: none !important;
 }
.jlocker-seat-chart-popup .popup-body .seat.none-seat{
    background: rgb(29, 29, 29);
    cursor: default;
    border: none;
}
.jlocker-seat-chart-popup .popup-top .seat.initial-value{
    background: rgb(255, 98, 0);
    cursor: default;
    border: none !important;
}
.jlocker-seat-chart-popup .popup-body .seat.initial-value{
    background: rgb(255, 98, 0);
    cursor: default;
    border: none !important;
}
.jlocker-seat-chart-popup .popup-top .seat{
    width: 35px;
    height: 30px;
    float: left;
    font-size: 10px;
    color: white;
    background: rgb(46, 46, 46);
    margin: 8px 0px 0 12px;
    line-height: 26px;
    text-align: center;
    padding: 2px;
    cursor: default;
    border: 1px solid #797979;
}

.jlocker-seat-chart-popup .popup-top .seat.sold-out{
    background: #1e88e5 ;
    cursor: default;
    border: none !important;
}

.jlocker-seat-chart-popup .popup-top .seat-index-select{
    outline: none;
    font-size: 10pt;
    float: left;
    color: white;
    height: 28px;
    background: #2e2e2e;
    margin-top: 10px;
    border: 1px solid #ffffff;
    margin-left: 5px;
}

.locker-top .page-brother-leftbtn{
    float: right;
    height: 36px;
    width: auto;
    min-width: 108px;
    border-radius: 4px;
    color: black;
    margin: 18px 10px 0px 7px;
    border: 1px solid black;
    padding: 10px 7px;
    background: rgb(46, 46, 46);
    position: relative;
}

.locker-top .page-brother-leftbtn a{
    color: #a4a4a4;
    font-size: 12px;
}

.locker-top .page-brother-leftbtn a img{
    height: 20px;
    position: relative;
    top: -4px;
    right: 5px;
    float: right;
}


.jlocker-tob-submenu {
    font-family: sans-serif;
    width: 90px;
    height: auto;
    overflow: auto;
    border-radius: 3px;
    max-height: 150px;
    position: absolute;
    border: 1px solid #ffffff;
    background: #000000;
    z-index: 3;
}

.jlocker-tob-submenu div {
    font-size: 10pt;
    font-weight: 300;
    cursor: pointer;
    color: white;
    padding: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e5e2;
}

.jlocker-tob-submenu div:hover {
    color: #ff6600;
}

#selecte-locker-zone{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    height: 100%;
    background: #414141;
    padding: 12px;
    font-family: NotoSansKR,sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

#selecte-locker-zone .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

#selecte-locker-zone > div:nth-child(1){
    height: 30px;
    /*padding-bottom: 9px;*/
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

#selecte-locker-zone > div:nth-child(2){
    width: 100%;
    height: calc(100% - 51px);
}

#selecte-locker-zone > div:nth-child(2)>.select-locker-unit{
    width: 30px;
    height: 30px;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: inline-flex;
    cursor: pointer;
    border-radius: 3px;
    background: #65b49f;
}

#selecte-locker-zone > div:nth-child(2)>.select-locker-unit+.select-locker-unit{
    margin-left: 12px;
    margin-top: 12px;
}

#selecte-locker-zone > div:nth-child(2)>.select-locker-unit>img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 11px;
}

#selecte-locker-zone > div:nth-child(3){
    width: 100%;
    height: 30px;
    flex-direction: row;
}

#selecte-locker-zone > div:nth-child(3)>img{
    width: 30px;
    cursor: pointer;
}

#selecte-locker-zone > div:nth-child(2)>.select-locker-unit:hover,#selecte-locker-zone > div:nth-child(3)>img:hover{
    /*transform: scale(0.98);*/
    font-weight: bold;
}

#selecte-locker-zone > div:nth-child(2)>.select-locker-unit:active {
    transform: scale(0.98);
}

#locker-page-count {
    font-size: 16px;
    font-weight: bold;
}

.locker-history-popup-box {
    width: 90%;
    height: 90%;
    min-width: 900px;
    max-width: 1600px;
    background: #363636;
    border-radius: 12px;
    user-select: none;
}

.locker-history-xbutton {
    width: 18px;
    height: 18px;
    filter: brightness(100);
    cursor: pointer;
}

.locker-history-popup-top {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 22px;
    padding: 16px 20px;
}

#locker-history-button {
    background-color: #E33969;
}

.locker-history-title {
    font-weight: 700;
}

.colored-locker-history-text {
    color: #fa943d;
}

.locker-history-popup-body {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

.locker-memo-title-box {
    display: flex;
    justify-content: space-between;
}

.locker-save-btn {
    text-decoration: underline;
    color: #696969;
    cursor: auto;
}

.locker-save-btn.text-active {
    cursor: pointer;
    color: #cccccc;
}

.description-locker-history-text {
    color: #696969;
    font-size: 18px;
}

.page-notice-box-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: calc(100% - 40px);
    height: 45px;
    padding: 10px;
    margin: 0 20px;
    border: 2px solid #FA6400;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #FA640080;
    font-size: 14px;
    font-weight: 600;
}