.jgrid-bodyzone-div .jgrid-bodyzone-top a {
    color: #E91E63;
    // color: #CCCCCC;
}

.jgrid-bodyzone-top .select-jgroup {
    margin-top: 20px;
    margin-right: 25px;
}

.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: #E91E63;
}

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

.div-jhv-content .content-div {
    width: 100%;
    height: 100%;
    background: #272c33;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.div-jhv-content .content-div .content-top {
    height: 50px;
    line-height: 60px;
    color: white;
    font-size: 12pt;
    font-weight: 600;
    padding: 5px;
    width: 80%;
    margin-left: 10%;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

.div-jhv-content .content-div .content-top .top-button {
    float: right;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    color: white;
    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;
}

.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 {
    background-color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5) !important;
}

.div-jhv-content .content-div .content-body .content-body-son .category-img {
    width: 20px;
    margin-right: 10px;
    margin-top: -3px;
    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: #E91E63;
    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: #1e88e5;
    color: #E91E63;
}

.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;
}

.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: 85%;
}

.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;
}

.div-list-top .btn-window-menu {
    background-color: #616368;
    border: none;
    width: 24%;
    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-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 {
    height: 22px;
    float: left;
}

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

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

#div-window-report {
    position: relative;
    overflow: auto;
}

.register-select {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    border: none;
    font-size: 10pt;
    font-weight: 400;
    background: #0a0a0a;
    height: 30px;
    padding-left: 10px;
}

.register-button {
    position: absolute;
    top: 22px;
    left: 140px;
    width: 100px;
    height: 28px;
    outline: none;
    cursor: pointer;
    background-color: #E91E63;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 9pt;
    font-weight: 400;
}

.attendance-top {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    height: 40px;
    text-align: right;
}

.attendance-top .attendance-input {
    width: 35%;
    outline: none;
    font-size: 10pt;
    color: white;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    background: none;
    border: 1px solid #ffffff;
    margin-right: 10px;
    margin-top: 5px;
}

.attendance-top .attendance-button {
    width: 15%;
    margin-right: 20px !important;
    background-color: #ff6200 !important;
    height: 33px;
    border-radius: 2px;
    font-size: 9pt;
    font-weight: 300;
    border: none;
    color: white;
}

.attendance-top .attendance-button:hover {
    background-color: #1e88e5 !important;
}

.attendance-body {
    width: 100%;
    height: 70%;
}

.attendance-foot {
    width: 96%;
    margin-left: 2%;
    background-color: transparent;
    height: 20%;
    box-sizing: border-box;
}

.attendance-foot .attendance-table {
    float: right;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    background-color: #272c33;
    min-width: 300px;
    color: #747d8a;
    cursor: pointer;
    font-size: 12pt;
    font-weight: 500;
    text-align: center;
}

.attendance-foot .attendance-table td {
    padding: 15px;
}

.attendance-foot .attendance-table td a {
    color: #ff6200;
    font-weight: 500;
    font-size: 14pt;
}

.attendance-foot .attendance-table tr.odd {
    background-color:rgb(50, 56, 64);
}

.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;
}

.jpay-history-table {min-width: 1400px;}

.brand-branche-btn{
    height: 22px;
    line-height: 22px;
    padding: 2px 12px;
    border-radius: 3px;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.67px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: max-content;
    display: inline-block;
}

.grade-set-popup {
    position: absolute;
    width: 200px;
    height: 208px;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #939393;
    margin-top: 5px;
    background-color: #383838;
    z-index: 2;
}

.grade-set-popup .off {
    width: 25px;
    color: #9f9f9f;
    background: none;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 0px;
}

.grade-set-popup .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grade-set-popup .scroll-bar {
    overflow: scroll;
}

.grade-set-popup .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.grade-set-popup .scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}
.grade-set-popup > div:nth-child(2) > ul {
    width: 100%;
    height: max-content;
}

.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;
}

.grade-set-popup > div:nth-child(2) > ul > li:hover{
    background: #4a4a4a;
}

.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;
}

.grade-set-popup > div:nth-child(3) > div{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #7c7c7c;
    background: #4a4a4a;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    justify-content: flex-start;
    padding-left: 10px;
}

.grade-set-popup > div:nth-child(3) > div > img{
    margin-right: 8px;
}

.grade-set-popup > div:nth-child(3) > div > input {
    outline: none;
    border: none;
    width: calc(100% - 20px);
    background: none;
    color: white;
    font-size: 10px;
}

.grade-set-popup .grade-edit-popup{
    width: 138px;
    height: 111px;
    padding: 12px;
    border-radius: 3px;
    background-color: #414141;
    position: absolute;
    right: -140px;
    margin-top: -210px;
    border: 1px solid #939393;
}

.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;
}

.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;
}

.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 rgba(0, 0, 0, 0.5);
    background-color: #414141;
}
.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;
}
.grade-color-list > div:hover{
    background: #4a4a4a;
}
.grade-color-list > div > span{
    width: 18px;
    height: 18px;
    border-radius: 3px;
}
.brand-body-standard{
    background: #222222;
    width: calc(100% - 48px);
    height: calc(100% - 78px);
    border-radius: 3px;
    padding: 24px;
    margin: 24px 24px 0px 24px;
}

.brand-body-standard > h1{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    justify-content: flex-start !important;
    padding-bottom: 24px;
}

.brand-body-standard > .content-body{
    background: #222222C;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 56px);
}

.brand-body-standard > .content-body > .head-row{
    width: 100%;
    height: 80px;
    display: flex;
}
.brand-body-standard > .content-bottom{
    height: 50px;
    width: 100%;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-top: 14px;
}

.brand-body-standard > .content-bottom > button{
    background: #383838;
    border-radius: 3px;
    outline: none;
    border: none;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #7C7C7C;
    padding: 0px 24px;
    height: 36px;
}
.brand-body-standard > .content-bottom > button:hover{
    color: white;
    cursor: pointer;
}

#electronic-approval-table{
    width: 100%;
    height: max-content;
}

#electronic-approval-table thead{
    border-bottom: 1px solid #414141;
}

#electronic-approval-table td{
    height: 80px;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    width: 40%;
    text-align: center;
    position: relative;
}

#electronic-approval-table td .brand-select-box{
    background: #4A4A4A;
    border-radius: 3px;
    color: white;
    min-width: 232px;
    width: 80%;
    height: 32px;
    border: none;
    outline: none;
    padding: 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px auto;
}

#electronic-approval-table td .brand-select-box.none-active{
    pointer-events: none;
    opacity: 0.6;
}
#electronic-approval-table td .brand-options-box{
    position: absolute;
    top: 60px;
    left: calc(50% - 116px);
    width: 232px;
    height: max-content;
    background: #383838;
    border: 1px solid #4A4A4A;
    border-radius: 3px;
    z-index: 1;
}

#electronic-approval-table td .brand-options-box li{
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#electronic-approval-table td .brand-options-box li:hover{
    background: #4A4A4A;
}

#electronic-approval-table th{
    height: 53px;
    font-family: Noto Sans KR sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #CCCCCC;
}
/*
    only Brand CSS
 */

.broj-package-board .broj-package-body {
    background-color: #101010;
}

.broj-package-board .broj-package-top .broj-package-main-btn.active {
    background-color: #101010;
}
.jgrid-bodyzone-body {
    padding: 24px 24px 0;
}

.event_button {
    background: rgb(78, 78, 78);
    margin: 0px 12px 0px 0px;
    padding: 5px;
    width: 95px;
    height: 35px;
    color: white;
    border-radius: 3px;
}

.event_button img {
    margin-right: 5px;
    float: left;
    margin-top: -3px;
}

.brojlist-td-data .td-inner-container {
    width: initial !important;
}

.cr-ticket-status {
    background-color: rgba(212, 232, 226, 1.0);
    height: 19px;
    width: 56px;
    border-radius: 3px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cr-ticket-status-span {
    font-family: "AppleSDGothicNeo-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 13.0px;
    color: rgba(39, 39, 39, 1.0);
    font-weight: 600;
    padding-right: 6px;
}

.customer-open-btn{
    position: absolute;
    z-index: 3;
    font-weight: 800;
    width: 66px;
    height: 26px;
    border-radius: 5px;
    background: url("../images/open_btn.png");
    background-size: 100% 100%;
}

.brojlist-top .brojlist-category-area .active {
    border-bottom: 2px solid rgb(233, 30, 99);
}

#tz-table-jattendance {
    color: white;
    width: 60%;
    margin: 25px;
}

.sort-list-area{
    position: absolute;
    display: flex;
    width: auto;
    height: auto;
    border: 1px #737373 solid;
    background: #2E2E2E;
    color: white;
    border-radius: 5px;
    flex-direction: column;
}

.sort-list-area .filter-list-item, #filter-list-reset-item{
    display: flex;
    width: 90px;
    height: 25px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    background: rgb(46, 46, 46);
    padding: 3px 0;
    cursor: pointer;
}

.sort-list-area .filter-list-item:hover,#filter-list-reset-item:hover{
    background: rgb(92, 92, 92);
}

.jgrid-bodyzone-div .select-jgroup {
    font-size: 12px;
    background-color: #101010;
    color: white;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    /* margin-top: 5px; */
    /* margin-right: 15px; */
    /* position: absolute; */
    z-index: 1;
}

.jgrid-bodyzone-div .global-button {
    width: max-content;
    height: 36px;
    padding: 0px 12px;
    background-color: inherit;
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    cursor: pointer;
    border: 1px solid #767676;
    border-radius: 5px;
    z-index: 1;
}

/* Authority Configuration */
.setting-title {
    text-align: center;
    color: #ffffff;
    font-size: 14pt;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #808f97;
}

.setting-table {
    width: 100%;
    color: #ffffff;
    text-align: center;
    border: 10px solid #3c3c3c;
}

.setting-table th {
    padding: 10px;
    font-weight: 700;
    font-size: 24px;
}

.setting-table td {
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}

.setting-button {
    width: 100%;
    height: 50px;
    background-color: #e91e63;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin-top: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

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

input:focus + .slider {
    box-shadow: 0 0 1px #e91e63;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.tz-popup-body .branch-div {
    width: calc(50% - 30px);
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    margin-left: 15px;
}

.tz-popup-body .branch-a {
    color: white !important;
    font-size: 18px;
    font-weight: 300;
    width: 200px;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
    overflow: scroll;
    text-overflow: ellipsis;
    white-space:nowrap;

}

.tz-popup-body .branch-select {
    background-color: #1d1d1d;
    color: white;
    padding: 3px;
    width: 100px;
    border-radius: 5px;
    margin-left: 30px;
    float: right;
    margin-top: 10px;
}

.top-zone-button-wrap {
    display: flex;
    width: fit-content;
    position: absolute;
    right: 40px;
    top: 100px;
}

.branches-save {
    /*float: right;*/
    /*margin-right: 45px;*/
    /*margin-top: -20px;*/
    width: 100px;
    height: 30px;
    background: #e91e63;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.branches-save-wrap {
    display: inline-flex;
    position: absolute;
    right: 10px;
    gap: 10px;
    top: 38px;
}

.all-branch-select {
    background-color: #1d1d1d;
    color: white;
    padding: 3px;
    width: 100px;
    border-radius: 5px;
    margin-left: 30px;
    height: 30px;
}

.select-appearance {
    cursor: pointer;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.page-product-branch-select {
    min-width: 160px;
    width: max-content;
    height: 36px;
    background-color: #4A4A4A;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
    /*margin-bottom: 10px;*/
}

.product-list-page-content-wrap {
    background-color: #222222;
    height: calc(100% - 84px);
    padding: 18px;
}

.product-list-page-content-header {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.product-list-page-content-header > div {
    width: max-content;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #A4A4A4;
    cursor: pointer;
    border: none;
}

.product-list-page-content-header > div.active {
    color: #FFFFFF;
    font-size: 18px;
    border-bottom: 2px solid #D63864;

}

.product-list-page-content-product-box + .product-list-page-content-product-box {
    margin-left: 24px;
}

.product-list-header-wrap {
    display: flex;
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
}

.product-type-box {
    height: 36px;
    line-height: 36px;
    color: #A4A4A4;
    font-size: 16px;
    cursor: pointer;
}

.product-type-box.active {
    color: #FFFFFF;
    font-size: 18px;
    border-bottom: 2px solid #D63864;
}

.product-list-header-wrap .product-type-box + .product-type-box {
    margin-left: 16px;
}

.product-list-body-wrap {
    width: 100%;
    height: calc(100% - 48px);
}

.product-list-body-category-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
}

.product-category-box {
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #383838;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.3;
}

.product-category-box.active {
    opacity: 1;
    color: #fa943d;
    border: 1px solid #fa943d;
}

.product-category-box.brand-ticket.active,
.product-category-box.brand-lesson.active {
    color: #ff7398;
    border: 1px solid #ff7398;
}

.product-category-box + .product-category-box {
    margin-left: 6px;
}

.product-list-card-wrap {
    overflow: auto;
    height: calc(100% - 60px);
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

.product-list-card-wrap .product-box {
    width: 220px;
    height: 250px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #2c2c2c;
    margin: 0px 24px 12px 0px;
    cursor: pointer;
    display: inline-block;
}

.product-list-card-wrap .product-box .product-box-log {
    width: max-content;
    padding: 6px;
    height: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    float: left;
    box-sizing: border-box;
    font-weight: 700;
    color: #FFFFFF;
}

.product-list-card-wrap .product-box > div:nth-child(1) {
    /*height: 19px;*/
    width: 100%;
    position: relative;
    color: #FFFFFF;
}

.product-list-card-wrap .product-box > div:nth-child(2) {
    display: flex;
    gap: 6px;
    width: 100%;
    height: 30px;
}

.product-list-card-wrap .product-box > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: 110px;
    padding: 6px 0px;
    width: 100%;
    border-bottom: 3px solid #383838;
}

.product-list-card-wrap .product-box > div:nth-child(3) > h5 {
    width: 100%;
    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;
    box-sizing: border-box;
    margin-bottom: 5px;
    text-align: left;
}

.product-list-card-wrap .product-box > div:nth-child(3) > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.product-list-card-wrap .product-box > div:nth-child(3) > div > span {
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    box-sizing: border-box;
}

.product-list-card-wrap .product-box > div:nth-child(3) > .product-card-inventory-wrap > .product-inventory-quantity {
    color: #A4A4A4;
    font-size: 16px;
    margin-left: 6px;
    text-decoration: underline;
}

.product-list-card-wrap .product-box > div:nth-child(4) {
    height: 60px;
    padding-top: 6px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-list-card-wrap .product-box > div:nth-child(4) > div {
    height: 100%;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.product-list-card-wrap .product-box > div:nth-child(4) > div > h5 {
    display: flex;
    align-items: center;
    width: max-content;
    height: 24px;
    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;
    float: right;
    position: relative;

}

.product-list-card-wrap .product-box > div:nth-child(4) > div > h5 > span {
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.product-list-card-wrap .product-box .kiosk-onoff-img{
    position: absolute;
    top: 0;
    left: -18px;
    width: 12px;
}

.product-list-card-wrap .product-box .kiosk-onoff-img:hover+.kiosk-mark-popup{
    position: absolute;
    top: 100%;
    left: -18px;
    width: max-content;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
}

.product-list-card-wrap .product-box .kiosk-onoff-img:hover+.kiosk-mark-popup::after{
    content: "무인키오스크에 노출 중인 상품입니다."
}


/*
css 구조 -> crm에서 가져온 내용
*/

@media screen and (min-width: 1100px) {
    .tz-tab {
        color: black;
        border-radius: 0px !important;
        line-height: 30px;
        width: 25%;
        cursor: pointer;
        background-color: #cccccc;
    }

    #tz-register-popup {
        width: 500px;
    }

    .account-parent {
        padding-right: 20px;
        line-height: 70px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-top .page-top-path{
        display: block;
    }

    .account-area{
        height: 60px;
        width: fit-content;
        display: inline-block;
    }
    .account-parent .account-input{
        width: auto;
    }

    .account-area .account-input{
        width: auto;
    }

    #account-year,#account-month{
        width: 150px;
    }

    .sales-history-body{
        height: calc(80% - 60px);
    }

    .page-body .customer-list-category-btn,.account-top .customer-list-category-btn{
        width: auto;
        min-width: 110px;
        font-size: 15px;
    }
    .sales-history-foot .account-table{
        font-size: 12px;
    }
    .sales-history-foot .account-table td a{
        font-size: 14px;
    }
    .sales-history-foot .credit-table{
        font-size: 12px;
    }
    .sales-history-foot .credit-table td a{
        font-size: 14px;
        color: #0e99ff !important;
    }
}

/* Pad */
@media screen and (max-width: 1099px) and (min-width: 601px) {
    .tz-tab{
        color: black;
        border-radius: 0px !important;
        line-height: 30px;
        width: 40%;
        cursor: pointer;
        background-color: #cccccc;
    }

    #tz-register-popup{
        width: 500px;
    }

    .account-parent {
        padding-right: 20px;
        line-height: 70px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-top .page-top-path{
        display: block;
    }

    .account-area{
        height: 60px;
        width: fit-content;
        display: inline-block;
    }

    .account-parent .account-input{
        width: auto;
    }

    .account-area .account-input{
        width: auto;
    }

    #account-year,#account-month{
        width: 150px;
    }

    .account-body{
        height: calc(80% - 60px);
    }
    .page-body .customer-list-category-btn,.account-top .customer-list-category-btn{
        width: auto;
        min-width: 110px;
        font-size: 15px;
    }
    .sales-history-foot .account-table{
        font-size: 12px;
    }
    .sales-history-foot .account-table td a{
        font-size: 14px;
    }
    .sales-history-foot .credit-table{
        font-size: 12px;
    }
    .sales-history-foot .credit-table td a{
        font-size: 14px;
    }
}


/* Phone*/
@media screen and (max-width: 600px) {
    .tz-tab{
        color: black;
        border-radius: 0px !important;
        line-height: 30px;
        width: 40%;
        cursor: pointer;
        background-color: #cccccc;
    }

    #tz-register-popup{
        width: 320px;
    }

    #tz-table-main-jattendance{
        zoom : 80%;
    }

    .account-parent {
        line-height: 70px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-top .page-top-path{
        display: none;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-top{
        height: 130px;
        overflow: hidden;
    }

    .account-area{
        width: 80%;
        margin: 0 auto;
        height: 72px;
        display: block;
    }

    .account-parent .account-input{
        width: auto;
    }

    .account-area .account-input{
        float: left;
        width: 100%;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-top button{
        margin: 0 2px !important;
    }

    #account-year,#account-month{
        width: 100%;
    }
    .sales-history-body{
        height: auto;
        max-height: 400px;
        overflow-y: scroll;
    }
    .page-body .customer-list-category-btn,.account-top .customer-list-category-btn{
        width: 78px;
        font-size: 13px;
    }

    .jgrid-bodyzone-div{
        overflow: scroll;
    }
    .jgrid-bodyzone-body{
        overflow: visible;
    }
    .broj-sticker{
        display: none;
    }
    .sales-history-foot .account-table{
        font-size: 10px;
    }
    .sales-history-foot .account-table td a{
        font-size: 10px;
    }
    .sales-history-foot .credit-table{
        font-size: 10px;
    }
    .sales-history-foot .credit-table td a{
        font-size: 10px;
    }
    .jpay-history-table{
        min-width: 600px;
    }
}

.sales-history-foot {
    width: 98%;
    margin: 0 1%;
    background-color: transparent;
    height: 18%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.sales-history-foot .account-table {
    float: right;
    /*margin-top: 2%;*/
    min-width: 300px;
    color: #747d8a;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}

.sales-history-foot .account-table td {
    color : #FFFFFF;
    padding: 15px;
}

.sales-history-foot .account-table td a {
    color: #FFFFFF;
    font-weight: 500;
}

.sales-history-foot .account-table tr.odd {
    background-color:rgb(50, 56, 64);
}

.sales-history-foot .credit-table {
    float: right;
    margin-top: 2%;
    color: #747d8a;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    margin-right: 6px;
}

.sales-history-foot .credit-table td {
    padding: 15px;
}

.sales-history-foot .credit-table td a {
    color: #ff6200;
    font-weight: 500;
}

.sales-history-foot .credit-table tr.odd {
    background-color:rgb(50, 56, 64);
}

#account-footer-card-wrap {
    width : 600px;
    height : 100%;
    float: right;
    margin-top: 18px;
    background-color: #1d1d1d;
    border-radius: 3px;
}

.sales-history-body {
    margin: 0 1%;
    padding: 1% 1%;
    position: relative;
    width: 98%;
    box-sizing: border-box;
    background: #1d1d1d;
}

.account-parent .account-button {
    width: 60px;
    margin-right: 10px !important;
    background-color: #494949 !important;
    height: 33px;
    border-radius: 2px;
    font-size: 10pt;
    font-weight: 300;
}

.account-parent .account-button:hover {
    background-color: #6c6c6c !important;
}


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

#account-button:hover {
    background-color: #6c6c6c /*#222222*/ !important;
    color: #FFFFFF /*#7c7c7c*/;
}

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

#account-today-button:hover {
    background-color: #6c6c6c !important;
    color: #FFFFFF;
}

#account-today-button:disabled {
    background-color: #222222 !important;
    color: #7c7c7c;
}

#account-tomonth-button:disabled {
    background-color: #222222 !important;
    color: #7c7c7c;
}

#account-aweek-button:disabled {
    background-color: #222222 !important;
    color: #7c7c7c;
}


/* 1165 page-product-branch-select 박스 참고 */
.page-sales-branch-select {
    min-width: 160px;
    width: max-content;
    height: 36px;
    background-color: #4A4A4A;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
}

.account-area .account-input {
    outline: none;
    font-size: 10pt;
    color: white;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    background: none;
    border: 1px solid #ffffff;
    margin-right: 10px;
    margin-top: 5px;
}

/*툴팁관련*/

/* 스타일링을 위한 CSS */
/*.page-product-branch-select {*/
/*    !* select 요소의 스타일 *!*/
/*    margin-left: 15px;*/
/*}*/

.question-mark {
    /* 이미지 스타일 */
    width: 18px;
    height: 18px;
    /*margin-left: 12px;*/
    /*margin-bottom: -4px;*/
    cursor: pointer; /* 마우스 커서를 포인터로 변경하여 클릭 가능한 것처럼 보이게 함 */
}

.brand-account-list-tooltip {
    /* 툴팁 스타일 */
    /*display: block inline-block none*/
    background-color: #2F0614;
    color: #FFEAF1;
    padding: 0 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    top: 15px;
    width: 411px;
    height: 50px;
    line-height: 50px;
    flex-shrink: 0;
}

.tooltip-text {
    display: none;
    position: absolute;
    max-width: 200px;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    color: #FFEAF1;
    background: #2F0614;
}

/* 마우스 hover 상태일 때 툴팁 표시 */
.question-mark:hover + .brand-account-list-tooltip {
    display: block;
    opacity: 1;
}

.tooltip-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-wrap {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 15px;
}

.jgrid-bodyzone-div button {
    font-size: 14px;
}

.popup-title-tooltip {
    position: relative;
}

.popup-title-tooltip-text {
    visibility: hidden;
    height: max-content;
    position: absolute;
    width: 358px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    line-height: 1.2;
    font-size: 14px;
    color: black;
    margin-left: 5px;
    font-weight: normal;
}

.popup-title-tooltip-img {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.popup-title-tooltip:hover .popup-title-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.display-horizontal {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.display-horizontal span{
    font-size: 12px;
    color: #fff;
}

.sales-sum-box {
    display: flex;
    flex-direction: column;
}

.account-table-box {
    height: 100px;
    margin: 10px 10px 0 0;
}

.sales-method-box {
    position: relative;
}

.sales-method-box img {
    width: 17px;
    height: 17px;
    margin-left: 4px;
}

.sales-sum-title {
    height: 18px;
}

.sales-method-box img:hover + .popup-title-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.sales-method-box .popup-title-tooltip-text {
    width: 500px;
    bottom: 126px;
    left: 126px;
    line-height: 1.3;
}

#account-year option, #account-month option {
    color: #1b1b1b;
}