.tz-popup-body .jgrid-son-content {
    background-color: #34373a !important;
}

.jticket-popup-content .jgrid-son-content {
    background-image: linear-gradient(128deg, #b5b5b5, #e8e8e8 51%, #b5b5b5) !important;
}

.jticket-popup-content .jgrid-son-content h2 {
    color: black !important;
}

.jticket-popup-content .jgrid-bodyzone-son table td {
    color: black !important;
}

.jticket-popup-content .jgrid-son-content .son-content-title h3 {
    color: black !important;
}

.jticket-popup-content .jgrid-son-content table h4 {
    color: black !important;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-bottom #button-right {
    background: #ab4cbb;
}

.div-jhv-content {
    padding: 10%;
    box-sizing: border-box;
}

.div-jhv-content .content-div {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.div-jhv-content .content-div .content-top {
    height: 60px;
    color: white;
    font-size: 11pt;
    font-weight: 400;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    border-radius: 10px 10px 0px 0px;
}

.div-jhv-content .content-div .content-top .top-button {
    float: right;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #3b99f5;
    font-size: 10pt;
    outline: none;
    font-weight: 400;
}

.div-jhv-content .content-div .content-body {
    overflow: auto;
    height: 85%;
    color: white;
    width: 80%;
    padding: 5px;
    margin-left: 10%;
    box-sizing: border-box;
}

.div-jhv-content .content-div .content-body .content-body-son {
    position: relative;
    height: auto;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}

.div-jhv-content .content-div .content-body h2 {
    text-align: center;
    margin-top: 30%;
    font-size: 14pt;
    font-weight: 700;
    color: #a7a3a3;
}

.div-jhv-content .content-div .content-body .content-body-son:hover {
    border: 1px solid #3b99f5 !important;
}

.div-jhv-content .content-div .content-body .content-body-son .category-img {
    width: 20px;
    margin-right: 10px;
    margin-top: -1px;
    float: left;
}

.div-jhv-content .content-div .content-body .content-body-son .more-img {
    content : url('/images/index/more_icon_w.png');
    cursor: pointer;
    width: 24px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.div-jhv-content .content-div .content-body .content-body-son .more-img:hover {
    content : url('/images/index/more_icon.png');
}

.div-jhv-content .content-div .content-body .content-body-son a {
    font-size: 12pt;
    font-weight: 400;
}

.custom-menu {
    z-index: 100;
    position: absolute;
    overflow: hidden;
    background: #ab4cbb;
    padding: 0;
    width: 100px;
    cursor: pointer;
}

.custom-menu .custom-img {
    width: 25px;
    height: 30px;
    display: inline-block;
    text-align: center;
    float: left;
}

.custom-menu .custom-img:hover {
    background-color: #ff6200;
    color: #8f548e;
}

.jgrid-padding {
    padding: 30px;
    box-sizing: border-box;
}

.div-goodbye {
    background-color: #272c33;
    margin: 20px auto;
    width: 70%;
    height: auto;
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    position: relative;
    color: #808d97;
    position: relative;
}

.div-goodbye h2 {
    color: white;
    margin-bottom: 10px;
}

.div-goodbye button {
    width: 120px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    background-color: #1e88e5;
    right: 10px;
    bottom: 10px;
    position: absolute;
    outline: none;
    border: none;
}

.div-goodbye .btn-goodbye {
    background: #ff6200;
}

.div-goodbye button:hover {
    background: #979797;
    color: white;
}

.kind-normal {
    background: #1e88e5;
    padding: 4px;
    font-size: 9pt !important;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -2px;
    float: left;
}

.kind-reserve {
    background: #E91E63;
    padding: 4px;
    font-size: 9pt !important;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -2px;
    float: left;
}

.kind-first {
    background: #20a464;
    padding: 4px;
    font-size: 9pt !important;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -2px;
    float: left;
}

.account-parent {
    line-height: 70px;
    height: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.account-parent .account-input {
    width: auto;
    outline: none;
    font-size: 10pt;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    background: none;
    margin-right: 10px;
    margin-top: 5px;
}

.account-parent .account-button {
    width: 60px;
    margin-right: 6px !important;
    background-color: #E87130 !important;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

#account-button {
    background-color: #E87130 !important;
}

.lesson-start-btn {
    background: #757575;
    color: white;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 9pt;
}

.lesson-result-btn {
    background: #757575;
    color: white;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 9pt;
}

.result-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    margin: 5px;
    float: left;
    cursor: pointer;
}

.div-list-top {
    white-space: nowrap;
    overflow-x: auto;
    text-align: right;
    height: 50px;
    padding: 11px;
    box-sizing: border-box;
    background-color: #393f48;
}

.report-manager-top {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.report-manager-top .report-manager-tab {
    width: 44%;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #d5d5d5;
}

.report-manager-top .report-manager-tab:hover {
    color: #3ba3ff;
}

.report-manager-content {
    height: calc(100% - 40px);
}

.report-manager-content .manager-grid {
    background-color: #272c33;
    width: 90%;
    height: 90%;
    margin: 5%;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    font-family: sans-serif;
    border: none;
    overflow: auto;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.report-manager-content .manager-grid div {
    overflow: auto;
    width: 100%;
}

.report-manager-content ::-webkit-scrollbar {
    width: 15px;
}

.report-manager-content ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.report-manager-content h1 {
    text-align: center;
    color: white;
    font-size: 13pt;
    font-weight: 500;
    margin-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: -20px;
    box-sizing: border-box;
}

.report-manager-selected {
    color: #3ba3ff !important;
}

.div-window-top {
    height: 50px;
    background-color: #616368;
    padding-top: 7px;
    box-sizing: border-box;
}

.div-window-top .tab-parent {
    width: 90%;
    margin-left: 5%;
    background-color: #393f48;
    height: 36px;
    padding-top: 3px;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
}

.div-window-content {
    background-color: #616368;
}

.div-window-top .btn-window-menu {
    background-color: transparent;
    border: solid 1px #979797;
    border: none;
    width: 22%;
    min-width: 110px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    color: white;
    outline: none;
    font-size: 13px;
}

.div-window-top .btn-window-menu:hover {
    background-color: #ff6200;
}

.div-window-top .btn-window-menu img {
    height: 20px;
    float: left;
    margin-top: -2px;
    margin-left: 5px;
}

.div-list-top .btn-window-menu {
    background-color: #616368;
    border: none;
    width: auto;
    min-width: 110px;
    margin-right: 2%;
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    color: white;
    outline: none;
    font-size: 12px;
}

.div-list-top .btn-window-menu:hover {
    background-color: #ff6200;
}

.div-list-top .btn-window-menu img {
    height: 18px;
    float: left;
    margin-left: 5px;
    margin-top: -2px;
}

.div-list-top .btn-window-matrix {
    float: left;
    background: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    color: white;
    outline: none;
    font-size: 12px;
    line-height: 25px;
}

.div-list-top .btn-window-matrix:hover {
    background-color: #616368;
}

.div-list-top .btn-window-matrix img {
    margin-right: 5px;
    height: 22px;
    float: left;
}

.div-list-content {
    overflow: auto;
    background-color: #393f48;
}

.selected {
    background-color: #1e88e5 !important;
}

.policy-parent-div {
    position: relative;
    margin-left: 10%;
    width: 80%;
    background: #272c33;
    float: left;
    margin-top: 15px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    height: calc(100% - 125px);
}

.policy-parent-div h3 {
    color: white;
    font-size: 18pt;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}

.label_parent {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: transparent;
    font-size: 10pt;
    color: white;
    border-radius: 5px;
    width: 250px;
    height: 30px;
    z-index: 2;
}

.label_parent .label-manager-btn {
    float: right;
    width: 105px;
    margin-left: 10px;
    background-color: #1e88e5;
    outline: none;
    color: white;
    font-size: 10pt;
    padding: 8px;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
}

.label_parent .label-manager-small {
    background-color: transparent;
    outline: none;
    color: white;
    font-size: 10pt;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
}


#create-lesson-popup {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #222;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

#create-lesson-popup .description-show-zone{
    position: absolute;
    width: max-content;
    height: max-content;
    padding: 12px;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    border-radius: 4px;
    background-color: #fff;
}


#create-lesson-popup .scroll-bar {
    overflow: scroll;
}

#create-lesson-popup .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#create-lesson-popup .scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

#create-lesson-popup > ul:nth-child(1) {
    width: 100%;
    height: 72px;
}

#create-lesson-popup > div:nth-child(2) {
    width: 100%;
    height: calc(100% - 128px);
    padding: 24px;
}

#create-lesson-popup > div:nth-child(3) {
    width: 100%;
    height: 56px;
    display: flex;
}

#create-lesson-popup > div:nth-child(3) > div {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: NotoSansKR, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    background-color: #7c7c7c;
    cursor: pointer;
}

#create-lesson-popup .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

#create-lesson-popup ul, #create-lesson-popup li {
    display: flex;
    flex: 1;
}

#create-lesson-popup li.create-lesson-nav-item {
    border-bottom: 1px solid #414141;
    color: #a4a4a4;
}

#create-lesson-popup li.create-lesson-nav-item.active {
    border-bottom: 2px solid #414141;
    color: #FFFFFF;
}

#create-lesson-popup li.create-lesson-nav-item.none-active {
    pointer-events: none;
}

#create-lesson-popup .create-lesson-nav-item {
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer;
    padding: 0px 4px;
}

#create-lesson-popup > div:nth-child(2) .lesson-setting-box {
    width: 100%;
    height: max-content;
    margin-bottom: 36px;
}

#create-lesson-popup > div:nth-child(2) .lesson-setting-box > div:nth-child(1) {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

#create-lesson-popup > div:nth-child(2) .lesson-setting-box > div:nth-child(1) label {
    margin-right: 12px;
    font-size: 16px;
    width: 19px;
    color: #FFFFFF;
    display: inline-block;
}

#create-lesson-popup > div:nth-child(2) .lesson-setting-box > .lesson-setting-basic {
    width: 100%;
    padding: 0px 0px 0px 24px;
    height: max-content;
    box-sizing: border-box;
    position: relative;
    min-height: 56px;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > .lesson-text-input{
    width: calc(100% - 166px);
    height: 32px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-text-input {
    width: calc(100% - 166px);
    height: 32px;
    position: relative;
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-text-input button {
    width: 90px;
    height: 32px;
    border-radius: 3px;
    background-color: #4a4a4a;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-left: 12px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-text-input > label, .lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > label {
    width: 76px;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-text-input > input,.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row >.lesson-text-input > input {
    background: none;
    outline: none;
    border: none;
    height: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(73, 73, 73);
    width: calc(80% - 76px);
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.lesson-setting-box .lesson-count-input {
    width: 125px;
    height: 33px;
    border-radius: 3px;
    border-bottom: 1px solid #4a4a4a;
    display: inline-flex;
    padding: 0px 45px 6px 16px;
    position: relative;
}

.lesson-setting-box .lesson-count-input.none-active {
    opacity: 0.3;
    pointer-events: none;
}

.lesson-setting-box .lesson-count-input > input {
    color: white;
    font-size: 12px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    font-weight: normal;
    text-align: center;
    outline: none;
}

.lesson-setting-box .lesson-count-input > span {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    position: absolute;
    right: 0px;
    top: 6px;
}

.lesson-setting-box .lesson-count-input > select {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    position: absolute;
    right: 0px;
    top: 4px;
    border: none;
    background: #4a4a4a;
    width: 44px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 5px;
}

.lesson-setting-box .lesson-count-input > img {
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
}

.lesson-setting-box .lesson-count-input > img:hover {
    transform: scale(0.98);
}


.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row {
    width: calc(100% - 166px);
    height: 33px;
    position: relative;
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > .grade-set-popup {
    position: absolute;
    width: 200px;
    height: 208px;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%), 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-color: #383838;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .grade-set-popup > div:nth-child(2) > ul {
    width: 100%;
    height: max-content;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .grade-set-popup > div:nth-child(2) > ul > li {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 6px 12px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .grade-set-popup > div:nth-child(2) > ul > li > .grade-box {
    width: max-content;
    max-width: calc(100% - 30px);
    height: 22px;
    padding: 2px 12px;
    border-radius: 3px;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > .grade-set-popup > div:nth-child(3) > div {
    width: 114px;
    height: 26px;
    border-radius: 13px;
    border: solid 1px #7c7c7c;
    background: #4a4a4a;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    flex-direction: row;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > .grade-set-popup > div:nth-child(3) > div > input {
    outline: none;
    border: none;
    width: calc(100% - 20px);
    background: none;
    color: white;
    font-size: 10px;
}
.lesson-basic-row > .grade-set-popup > div:nth-child(2) > ul > li:hover {
    background: #4a4a4a;
    cursor: pointer;
}
.lesson-basic-row > .grade-set-popup .grade-edit-popup {
    width: 138px;
    height: 111px;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-color: #414141;
    position: absolute;
    right: -138px;
}
.lesson-basic-row > .grade-set-popup .grade-edit-popup > div {
    width: 100%;
    height: 27px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    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;
    cursor: pointer;
}
.lesson-basic-row > .grade-set-popup .grade-edit-popup > div > input {
    background: none;
    width: calc(100% - 25px);
    height: 100%;
    outline: none;
    border: none;
    color: white;
    align-items: center;
}

.lesson-basic-row > .grade-set-popup .grade-edit-popup > div > .grade-color-list {
    position: absolute;
    right: -140px;
    top: -100px;
    width: 138px;
    height: 282px;
    padding: 6px 0px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-color: #414141;
}
.lesson-basic-row > .grade-set-popup .grade-edit-popup > div > .grade-color-list > div:hover {
    background: #4a4a4a;
    cursor: pointer;
}
.lesson-basic-row > .grade-set-popup .grade-edit-popup > div > .grade-color-list > div {
    width: 100%;
    height: 24px;
    padding: 6px 12px;
    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;
}
.lesson-basic-row > .grade-set-popup .grade-edit-popup > div > .grade-color-list > div > span {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-basic-select{
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    border: none;
    background: #4a4a4a;
    width: 172px;
    text-align: left;
    padding: 3px 12px;
    border-radius: 2px;
    height: 24px;
    margin-right: 24px;
    cursor: pointer;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-basic-select:focus{
    background: #414141;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .seat-zone{
    width: 100%;
    flex-direction: row;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .seat-zone .sub-text-area {
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 10px 0px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .seat-zone .seat-view-screen {
    width: 100%;
    height: calc(100% - 56px);
    padding: 10px;
    overflow: scroll;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-select-child{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    height: 100%;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-time-input {
    outline: none;
    border: none;
    background: none;
    width: 113px;
    height: 27px;
    padding-bottom: 3px;
    border-bottom: 1px solid #2c2c2c;
    color: white;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row.none-active {
    opacity: 0.3;
    pointer-events: none;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-count-input {
    width: 180px;
    height: 33px;
    border-radius: 3px;
    border-bottom: 1px solid rgb(73, 73, 73);
    display: inline-flex;
    padding: 0px 96px 6px 16px;
    position: relative;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-count-input > select {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    position: absolute;
    right: 0px;
    top: 4px;
    border: none;
    background: #4a4a4a;
    width: 70px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 2px;
    cursor: pointer;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-count-input > select:focus{
    background: #414141;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > button{
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    background: #4a4a4a;
    text-align: center;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 12px;
    border: none;
    width: 53px;
    height: 24px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > button:focus{
    background: #414141;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > button.active{
    background: #E87130;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .service-toggle-box {
    width: 90px;
    height: max-content;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row > .lesson-category-inputbox {
    width: 80%;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #a4a4a4;
    border: none;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lesson-setting-category .category-add-box, .lesson-setting-category .category-add-box {
    display: flex;
    align-items: center;
    border: none;
    padding: 0px;
    width: auto;
    background: transparent;
    font-size: inherit;
    line-height: 20px;
    flex: 1 1 60px;
    min-width: 60px;
    margin: 0px 6px 6px 0px;
}

.lesson-setting-category .category-add-box > input {
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    width: 100%;
    display: block;
    resize: none;
    padding: 0px;
    height: 18px;
    color: white;
}

.lesson-setting-box > .lesson-setting-basic .category-box {
    padding: 2px 12px;
    margin: 0px 21px 5px 0px;
    height: 22px;
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    width: max-content;
    flex-shrink: 1;
    display: flex;
    position: relative;
    overflow: visible;
}

.lesson-setting-box > .lesson-setting-basic .category-box > img {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 5px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-searchlist-view {
    background: #383838;
    width: calc(100% - 190px);
    height: max-content;
    min-height: 10px;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #a4a4a4;
    position: absolute;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%), 0 2px 4px 0 rgb(0 0 0 / 50%);
    z-index: 1;
    max-height: 250px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-searchlist-view > div {
    width: 100%;
    padding: 6px 12px;
    height: 34px;
    background: #383838;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-searchlist-view > div:hover {
    background: #4a4a4a;
    cursor: pointer;
}

.lesson-setting-box > .lesson-setting-basic .category-add-box > input {
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    width: 100%;
    display: block;
    resize: none;
    padding: 0px;
    height: 18px;
    color: white;
    outline: none;
}


#create-lesson-popup .lesson-toggle-box {
    width: 104px;
    height: max-content;
    display: inline-flex;
    justify-content: space-between;
}

#create-lesson-popup .lesson-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 16px;
    margin: 0px;
}

#create-lesson-popup .lesson-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#create-lesson-popup .lesson-toggle-box .switch .slider.round {
    border-radius: 34px;
}

#create-lesson-popup .lesson-toggle-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#create-lesson-popup .lesson-toggle-box .switch .slider.round:before {
    border-radius: 50%;
}

#create-lesson-popup .lesson-toggle-box .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

#create-lesson-popup .lesson-toggle-box .switch .slider.active {
    background: #E87130;
}

#create-lesson-popup .lesson-toggle-box p.toggle-label {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-input-box {
    display: inline-block;
    padding: 0px 15px 0px 0px;
    height: 23px;
    box-sizing: border-box;
    margin-left: 17px;
    border-bottom: 1px solid #7c7c7c;
    width: 100px;
    position: relative;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-input-box > input {
    background: none;
    outline: none;
    border: none;
    width: 100%;
    color: white;
    font-size: 16px;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-input-box > input.none-active{
    pointer-events: none;
    color: #a4a4a4;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-input-box > input.fix-none-active{
    pointer-events: none;
    color: #a4a4a4;
}

.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-input-box > span {
    position: absolute;
    right: 0px;
    top: 0px;
}
.lesson-setting-box > .lesson-setting-basic > .lesson-basic-row .lesson-input-box > select{
    position: absolute;
    right: 0px;
    top: -2px;
    width: 45px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #4a4a4a;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #fff;
    border: none;
    outline: none;
    height: 20px;
}

#page-calendar-parent{
    display : flex;
    width : 100%;
    height : 100%;
    position: relative;
}

#page-calendar-parent > div:nth-child(1) {
    display: inline-block;
    width: 178px;
    height: 100%;
    padding: 12px;
}

#page-calendar-parent > div:nth-child(1) > .side-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    height: 36px;
    background: none;
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #616161;
    border-radius: 6px;
    margin-bottom: 14px;
    cursor: pointer;
}

#page-calendar-parent > div:nth-child(1) > .side-btn > div:nth-child(1) {
    width: 36px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #8cbcfa;
}

#page-calendar-parent > div:nth-child(1) > .side-btn > div:nth-child(1) > img {
    width: 18px;
    height: 18px;
}

#page-calendar-parent > div:nth-child(2) {
    display: inline-block;
    width: calc(100% - 178px);
    height: 100%;
}
.lesson-btn {
    background: #757575;
    color: white;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 9pt;
}

/*출석부 CSS*/
.jgrid-bodyzone-body {
    padding-bottom: 25px !important;
}

.reservation_wrap {
    position: relative;
    width: 100%;
    min-width: 980px;
    background: #222;
    color: #fff;
    border-radius: 3px;
}

.reservation_title {
    cursor: pointer;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    border-bottom: 2px solid #414141;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.reservation_wrap > .filter_wrap {
    padding: 25px;
    box-sizing: border-box;
}

.reservation_wrap > .filter_wrap th,
.reservation_wrap > .filter_wrap td {
    border: 2px solid #4a4a4a;
    border-collapse: collapse;
    box-sizing: border-box;
}

#filter_table {
    width: 100%;
}

#filter_table th {
    background: #121212;
    height: 40px;

}

.date_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.date_wrap > p {
    margin: 0 6px;
}

.date_wrap > img{
    width: 15px;
}

.date_wrap >.row-date-contents > input {
    border-bottom: none;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 14px;
}

.attendance_date {
    height: 30px;
    line-height: 30px;
    width: 110px;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.attendance_date > img{
    position: absolute;
    right: 4px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.attendance_select {
    box-sizing: border-box;
    border: none;
    background: #2c2c2c;
    height: 40px;
    color: #fff;
    padding: 10px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;

    background-image:
            linear-gradient(45deg, transparent 50%, white 50%),
            linear-gradient(135deg, white 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 4px),
            calc(100% - 15px) calc(1em + 4px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

.reservation_period_select,
.reservation_trainer_select,
.reservation_day_select,
.reservation_time_td {
    background: #2c2c2c;
}

.reservation_time_td {
    position: relative;
}

.select_time {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    min-height: 42px;
    position: relative;
    width: 100%;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.select_time::-webkit-scrollbar {
    display: none;
}

.active_x_icon {
    width: 12px;
    height: 12px;
    line-height: 11px;

}

.select_time_area {
    background-color: #414141;
    width: 100%;
    height: 250px;
    margin-top: 2px;
    position: absolute;
    top: auto;
    left: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    z-index: 9;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
}

.select_time_title_area {
    width: 100%;
    height: 40px;
    background-color: #414141;
    border-radius: 3px;
}

.select_time_title {
    padding-left: 12px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #a4a4a4;
}

.select_time_scroll_area {
    overflow: auto;
    height: 210px;
}

.time_list_all_div {
    color: white;
    width: 70px;
    height: 22px;
    background-color: #f39a28;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

.time_list_div {
    color: white;
    background-color: #E87130;
    width: 50px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

.time_list_active_item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.time_list_active_div {
    color: white;
    width: 50px;
    height: 22px;
    margin-right: 3px;
    background-color: #E87130;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
}

.time_list_active_all_div {
    color: white;
    width: 70px;
    height: 22px;
    background-color: #f39a28;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

.time_list_li {
    padding: 6px 12px;
}

.time_list_li:hover {
    background-color: #4a4a4a;
}

.attendance_info_wrap {
    padding-left: 25px;
    margin-bottom: 25px;

}

.reservation_table_zone {
    width: 100%;
    height: calc(100vh - 450px);
    min-height: 300px;
    padding: 25px;
    padding-top: 10px;
    overflow: auto;
}

.attendance_info_img {
    height: 20px;
}

.right-btn.search-area {
    right: 0px !important;
}

.attend_print_btn {
    position: absolute;
    right: 210px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.attend_print_btn:hover {
    background-color: #E87130;
}

.attend_print_btn > img {
    width: 15px;
    height: 15px;
    vertical-align: center;
}

.attend_table_tbody {
    overflow-y: unset !important;
    overflow-x: initial !important;
}

.brojlist-td-data{
    overflow: visible;
}

.reservation_footer {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #7c7c7c;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
}

.service-toggle-box .switch .slider.round {
    border-radius: 34px;
}

.service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 19.5px;
    margin: 0px;
    left: -1px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.service-toggle-box .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(15px);
    transform: translateX(14px);
}

.service-toggle-box .switch .slider.round:before {
    border-radius: 50%;
}

.service-toggle-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#customer-dashboard-popup {
    line-height: 1.5;
}

#customer-dashboard-popup img {
    vertical-align: middle;
    border-style: none;
}

#customer-dashboard-popup *, *::before, *::after {
    box-sizing: border-box;
}

#customer-dashboard-popup a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.sign-up-box-wrap label {
    display: inline-block;
}

.sign-up-box-wrap input {
    box-sizing: border-box;
}

input:checked + .slider {
    background-color: #F7931F;
}

.authority-category-top > .authority-category-tab.authority-category-selected {
    border-bottom: 3px solid #FA943D;
}

.setting-button {
    background-color: #FA943D;
}