#ui-datepicker-div {
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    color: white;
    z-index: 10007 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    color: white;
    background: none;
    border: none;
    text-align: center;
    border-radius: 5px;
}

.ui-state-default:hover {
    transform: scale(0.98);
}

.ui-datepicker .ui-datepicker-header {
    background: white;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40%;
    margin: 0px 3px;
    border: none;
    background: none;
    cursor: pointer;
}

.product-background .scroll-bar {
    overflow: scroll;
}

.product-background .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

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

.product-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #12121260;
    z-index: 10006;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-background .product-set-popup {
    max-width: 900px;
    max-height: 671px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #2c2c2c;
    width: 100%;
    height: 100%;
}

.product-background .product-set-popup > div:nth-child(1) {
    width: 100%;
    height: calc(100% - 56px);
    padding: 24px;
}

.product-set-popup > div:nth-child(1) .product-select-zone {
    width: 100%;
    height: 50px;
    position: relative;
    flex-direction: row;
}

.product-set-popup > div:nth-child(1) .product-select-zone > ul {
    width: 580px;
    padding-right: 24px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.product-set-popup > div:nth-child(1) .product-select-zone > ul > li {
    max-width: 223px;
    height: 50px;
    border-radius: 3px;
    background-color: #383838;
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    /*justify-content: flex-start;*/
    padding: 0px 12px;
    display: inline-flex;
    cursor: pointer;
}

.product-set-popup > div:nth-child(1) .product-select-zone > h5 {
    height: 100%;
    width: calc(100% - 580px);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    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;
    box-sizing: border-box;
    padding-top: 6px;
}

.product-set-popup > div:nth-child(1) > h3 {
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-bottom: 23px;
}

.product-background .product-set-popup > div:nth-child(2) {
    width: 100%;
    height: 56px;
}

.product-background .product-set-popup > div:nth-child(2) button {
    width: 50%;
    height: 100%;
    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;
    display: inline-flex;
    cursor: pointer;
}

.product-background .product-set-popup > div:nth-child(2) button:hover {
    opacity: 0.9;
    transform: scale(1);
    -webkit-transform: scale(1);
}
#sale-info-zone .scroll-bar.none-active-scroll::-webkit-scrollbar-thumb {
    background: none;
    border-radius: 3px;
}

ol, ul {
    list-style: none;
}

#product-management-parent button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
}

#product-management-parent button:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}

#product-management-parent select option {
    color: white;
}

#product-management-parent {
    width: 100%;
    height: 100%;
    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;
    padding-bottom: 24px;
}

#product-management-parent .mini-popup {
    position: absolute;
    margin: 20px;
    width: auto;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    z-index: 100;
    padding: 5px 0px;
    flex-direction: column;
}

#product-management-parent .mini-popup:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 28px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #979797 transparent;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #979797;
    display: block;
    width: 0;
}

#product-management-parent .mini-popup .mini-popup-row {
    width: max-content;
    height: auto;
    padding: 5px 20px;
    text-align: center;
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: white;
    cursor: pointer;
}

#product-management-parent .mini-popup .mini-popup-row:hover {
    color: #fa943d;
}

#product-management-parent .product-date-box {
    background: none;
    outline: none;
    display: inline-block;
}

#product-management-parent .text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

#product-management-parent img {
    box-sizing: border-box;
    cursor: pointer;
}

#product-management-parent .product-search-zone, #sale-info-zone > div:nth-child(1) .product-search-zone {
    border-radius: 3px;
    background-color: #4a4a4a;
    padding: 7px 40px 7px 12px;
    width: 208px;
    height: 32px;
    box-sizing: border-box;
    position: relative;
}

#product-management-parent .product-search-zone > input, #sale-info-zone > div:nth-child(1) .product-search-zone > input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    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;
    background: none;
}

#product-management-parent .product-search-zone > img, #sale-info-zone > div:nth-child(1) .product-search-zone > img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
}

#product-management-parent .product-search-zone .product-search-list {
    width: 260px;
    border-radius: 3px;
    background-color: #4a4a4a;
    height: 137px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 38px;
    padding: 12px;
}

#product-management-parent .product-search-zone .product-search-list > label {
    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;
    width: 100%;
    height: 18px;
    justify-content: flex-start;
    cursor: pointer;
}

#product-management-parent .product-search-zone .product-search-list > label:hover {
    transform: scale(0.98);
}

#product-management-parent .product-search-zone .product-search-list > label + label {
    margin-top: 12px;
}

#product-management-parent .product-search-zone .product-search-list > label > div {
    width: 60px;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#product-management-parent .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#product-management-parent .product-info-box {
    padding-right: 12px;
    cursor: pointer;
    gap: 4px;
}

#product-management-parent .question-mark-icon {
    width: 18px;
    height: 18px;
}

#product-management-parent .product-info-txt {
    font-size: 14px;
    color: #fa943d;
    text-decoration: underline;
}

#product-management-parent > div:nth-child(1) {
    height: 52px;
    width: 100%;
    padding-bottom: 20px;
    justify-content: space-between;
    flex-direction: row;
}

#product-management-parent > div:nth-child(1) > h3 {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    display: inline-block;
}

#product-management-parent > div:nth-child(1) > div {
    width: max-content;
    height: 100%;
    position: relative;
    flex-direction: row;
}

#product-management-parent > div:nth-child(1) > div button {
    width: max-content;
    height: 32px;
    padding: 0px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    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;
}

#product-management-parent > div:nth-child(1) > div select {
    width: max-content;
    height: 32px;
    padding: 0px 24px 0px 18px;
    border-radius: 3px;
    background-color: #4a4a4a;
    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: none;
}

#product-management-parent > div:nth-child(2) {
    height: calc(100% - 52px);
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

.product-list-view-select {
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
    background-position: calc(100% - 14px) calc(1em + 3px), calc(100% - 9px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

#product-list-zone {
    width: calc(100% - 308px);
    height: 100%;
    background: #222222;
    padding: 12px;
    border-radius: 6px;
}

#product-list-zone > div:nth-child(1) {
    height: 36px;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}

.product-list-sort-btn-wrap,
.category-product-select-popup-box-body-product-list-sort-wrap {
    display: flex;
    align-items: end;
    cursor: pointer;
    gap: 6px;
    width: max-content;
    font-size: 14px;
    color: #8f8f8f;
}

.product-list-sort-btn,
.category-product-list-sort-btn {

}

.product-list-sort-btn:hover,
.category-product-list-sort-btn:hover {
    text-decoration: underline;
}

.product-list-sort-btn.active,
.category-product-list-sort-btn.active {
    font-weight: bold;
    color: #FFFFFF;
}

#product-list-zone ul, #product-list-zone li {
    float: left;
    height: 100%;
}

#product-list-zone .list-nav .nav-item + .nav-item {
    margin-left: 16px;
}

#product-list-zone .nav-item {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    cursor: pointer;
    padding: 0px 4px;
}

#product-list-zone .nav-item.active {
    color: #ffffff;
    border-bottom: 2px solid #fa943d;
    font-weight: bold;
    font-size: 18px;
}

#product-list-zone > div:nth-child(2):not(.product-list-middle-btn-wrap) {
    padding-top: 24px;
    height: calc(100% - 36px);
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#product-list-zone > .product-card-list-body {
    height: calc(100% - 108px);
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#product-list-zone .product-box,
.category-product-select-popup-box-body .product-box {
    width: 220px;
    height: 250px;
    /*height: max-content;*/
    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;
    /*display: inline-flex;*/
    flex-direction: column;
    justify-content: space-between;
    /*gap: 3px;*/
}

#product-list-zone .product-box.active,
.category-product-select-popup-box-body .product-box.active {
    border: #fa943d 1px solid;
    background: #414141;
}

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

/*#product-list-zone*/
#product-list-zone .product-box .product-edit-btn,
.category-product-select-popup-box-body .product-box .product-edit-btn{
    height: 36px;
    box-sizing: border-box;
    padding: 16px 12px;
    top: -10px;
    right: -10px;
    position: absolute;
}

#product-list-zone .product-box .product-edit-btn:hover,
.category-product-select-popup-box-body .product-box .product-edit-btn:hover {
    transform: scale(0.98);
}

/* 종목 + edit btn*/
#product-list-zone .product-box > div:nth-child(1),
.category-product-select-popup-box-body .product-box > div:nth-child(1) {
    /*height: 19px;*/
    width: 100%;
    position: relative;
    margin-bottom: 6px;
    color: #FFFFFF;
}
/* 수강권 */
#product-list-zone .product-box > div:nth-child(2),
.category-product-select-popup-box-body .product-box > div:nth-child(2) {
    /*height: 110px;*/
    display: flex;
    gap: 6px;
    height: 30px;
    /*padding: 5px 0px;*/
    width: 100%;
    /*border-bottom: 3px solid #383838;*/
}

#product-list-zone .product-box > div:nth-child(3),
.category-product-select-popup-box-body .product-box > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: 100px;
    /*height: 90px;*/
    /*padding-top: 20px;*/
    /*padding: 6px 0px;*/
    width: 100%;
    border-bottom: 3px solid #383838;
}

.product-box-data-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
    /*height: 110px;*/
    height: 90px;
    /*padding-top: 20px;*/
    padding: 6px 0px;
    width: 100%;
}

#product-list-zone .product-box > div:nth-child(3) > h5,
.category-product-select-popup-box-body .product-box > div:nth-child(3) > h5 {
    width: 100%;
    /*height: 32px;*/
    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-zone .product-box > div:nth-child(3) > div,
.category-product-select-popup-box-body .product-box div:nth-child(3) > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 6px;*/
    box-sizing: border-box;
}

#product-list-zone .product-box > div:nth-child(3) > div > span,
.category-product-select-popup-box-body .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-zone .product-box > div:nth-child(4),
.category-product-select-popup-box-body .product-box > div:nth-child(4) {
    height: 60px;
    padding-top: 6px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#product-list-zone .product-box > div:nth-child(4) > div,
.category-product-select-popup-box-body .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-zone .product-box > div:nth-child(4) > div > h5,
.category-product-select-popup-box-body .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-zone .product-box > div:nth-child(4) > div > h5 > span,
.category-product-select-popup-box-body .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-zone .product-box .kiosk-onoff-img,
.category-product-select-popup-box-body .product-box .kiosk-onoff-img {
    position: absolute;
    top: 0;
    left: -18px;
    width: 12px;
}

#product-list-zone .product-box .kiosk-onoff-img:hover+.kiosk-mark-popup,
.category-product-select-popup-box-body .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-zone .product-box .kiosk-onoff-img:hover+.kiosk-mark-popup::after,
.category-product-select-popup-box-body .product-box .kiosk-onoff-img:hover+.kiosk-mark-popup::after {
    content: "무인키오스크에 노출 중인 상품입니다."
}

#sale-info-zone {
    width: 284px;
    height: 100%;
    flex-direction: column;
}

#sale-info-zone > div:nth-child(1) {
    width: 100%;
    height: 201px;
    background: #222222;
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 6px;
}

#sale-info-zone > div:nth-child(1) > h5 {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    padding-bottom: 12px;
}

#sale-info-zone > div:nth-child(1) > .customer-info {
    padding-top: 24px;
    height: 80px;
    box-sizing: border-box;
    width: 100%;
    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;
}

#sale-info-zone > div:nth-child(1) > .customer-info > div:nth-child(1) {
    height: 39px;
    width: 100%;
    padding-bottom: 15px;
    box-sizing: border-box;
}

#sale-info-zone > div:nth-child(1) > .customer-info > div:nth-child(1) img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 5px;
}

#sale-info-zone > div:nth-child(1) > .customer-info > div:nth-child(1) div {
    line-height: 24px;
    width: calc(100% - 60px);
    height: 100%;
}

#sale-info-zone > div:nth-child(1) > .customer-info > div:nth-child(2) {
    width: 100%;
    height: calc(100% - 39px);
}

#sale-info-zone > div:nth-child(1) > .customer-info > div:nth-child(2) > img {
    width: 13px;
    height: 13px;
    margin-right: 7px;
}

#sale-info-zone > div:nth-child(1) > .customer-info > div:nth-child(2) > div {
    height: 18px;
    line-height: 18px;
    text-align: left;
}

#sale-info-zone > div:nth-child(2) {
    width: 100%;
    height: calc(100% - 265px);
    background: #222222;
    padding: 12px;
    position: relative;
    border-radius: 6px 6px 0;
}

#sale-info-zone > div:nth-child(2) > div:nth-child(1) {
    width: 100%;
    height: 44px;
    padding: 12px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #2c2c2c;
    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: relative;
}

#sale-info-zone > div:nth-child(2) > div:nth-child(1) button {
    width: 72px;
    height: 20px;
    font-family: NotoSansKR, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: solid 1px #fa943d;
    background: none;
    position: absolute;
    right: 0px;
    top: 12px;
}

#sale-info-zone > div:nth-child(2) > div:nth-child(2) {
    width: calc(100% - 19px);
    position: absolute;
    height: calc(100% - 48px);
}

#sale-info-zone > div:nth-child(2) > div:nth-child(2) .product-basket-unit {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #2c2c2c;
    padding: 12px 0px;
}

#sale-info-zone > div:nth-child(3) {
    width: 100%;
    height: 36px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #fa943d;
    cursor: pointer;
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.product-basket-unit > .basket-unit-header {
    width: 100%;
    height: 38px;
    position: relative;
    padding-bottom: 18px;
}

.ticket-mini-detail-popup {
    padding: 10px;
    height: auto;
    z-index: 5;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    color: white;
    font-size: 9pt;
    font-weight: 300;
    width: 210px;
    position: absolute;
}

.product-basket-unit > .basket-unit-header > h5 {
    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;
    margin-left: 24px;
    width: min-content;
    display: inline-block;
    max-width: 140px;
}

.product-basket-unit > .basket-unit-header img:nth-child(2) {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
}

.product-basket-unit > .basket-unit-header img:nth-child(4) {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 1px;
}

.product-basket-unit > .basket-unit-header > button {
    position: absolute;
    width: 55px;
    height: 20px;
    right: 28px;
    border-radius: 10px;
    background-color: #4a4a4a;
    font-family: NotoSansKR, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 10px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.product-basket-unit > .basket-unit-available {
    width: 100%;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-basket-unit > .basket-unit-available > h5, .product-basket-unit > .payment-type-zone > h5 {
    width: 47px;
    padding-right: 2px;
    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;
    display: inline-block;
    text-align: left;
    padding-bottom: 4px;
}

.product-basket-unit > .basket-unit-available > .product-date-box {
    height: 24px;
    width: 86px;
    padding: 0px 20px 6px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
}

.product-basket-unit > .basket-unit-available > .product-date-box input {
    color: white;
    font-size: 12px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    font-weight: normal;
}

.product-basket-unit > .basket-unit-available > .product-date-box img {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 14px;
}

.product-basket-header span{
    font-weight: 800;
}

.product-basket-unit > .basket-count-zone {
    width: 100%;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.basket-count-zone .product-count-input {
    width: 90px;
    display: flex;
    align-items: center;
    height: inherit;
    background: #4a4a4a;
    border-radius: 3px;
}

.count-btn {
    height: 13px;
    width: 13px;
    filter: invert(0.9);
}

.count-btn-wrap {
    cursor: pointer;
    height: inherit;
    line-height: 24px;
}

.up-btn-wrap {
    padding-right: 5px;
}

.down-btn-wrap {
    padding-left: 5px;
}

#normal-product-count {
    background: inherit;
    border: none;
    color: white;
    text-align: center;
    padding: 0 5px;
    width: calc(100% - 26px);
}

.product-basket-unit > .payment-type-zone {
    height: 30px;
    width: 100%;
    position: relative;
    margin-top: 8px;
    justify-content: space-between !important;
}

.product-basket-unit > .payment-type-zone > div {
    border-bottom: 2px solid #4a4a4a;
    padding-bottom: 4px;
    position: absolute;
    bottom: 0px;
    width: 90px;
    height: 22px;
}

.product-basket-unit > .payment-type-zone > div.none-active {
    opacity: 0.3;
    pointer-events: none;
}

.product-basket-unit > .payment-type-zone > div > input {
    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;
    background: none;
    outline: none;
    border: none;
    width: 60px;
    display: inline-block;
    padding: 0px 2px;
}

.product-basket-unit > .payment-type-zone > select {
    width: 203px;
    height: 26px;
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    color: white;
    outline: none;
    border: none;
}

.product-basket-unit > .payment-type-zone > label {
    height: 18px;
    padding-bottom: 3px;
    font-family: NotoSansKR, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    border-bottom: 1px solid #4a4a4a;
    position: absolute;
    bottom: 0px;
    left: 51px;
    box-sizing: border-box;
}

.product-basket-unit > .payment-type-zone > label:hover {
    transform: scale(0.98);
    cursor: pointer;
}

.product-basket-unit > .payment-plus-set-zone {
    display: flex;
    justify-content: end;
    gap: 12px;
    height: 20px;
    width: 100%;
    margin-top: 12px;
    position: relative;
}

.product-basket-unit > .payment-plus-set-zone > h3 {
    border-bottom: 1px solid #fa943d;
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    height: 100%;
    padding-bottom: 5px;
    box-sizing: border-box;
    float: right;
    cursor: pointer;
}

.product-basket-unit > .payment-amount-zone {
    width: 100%;
    height: 48px;
    justify-items: flex-end;
}

.product-basket-unit > .payment-amount-zone > h4 {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    height: 100%;
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#product-setting-zone {
    width: 100%;
    height: calc(100% - 94px);
    border-radius: 3px;
}

#product-setting-zone > div:nth-child(1) {
    width: 556px;
    height: 100%;
    margin-right: 24px;
    background: #383838;
    display: inline-block;
    border-radius: 3px;
    padding: 24px;
}

#product-setting-zone > textarea {
    width: calc(100% - 580px);
    height: 100%;
    background: #383838;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    resize: none;
    padding: 15px 24px;
    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: white;
}

#product-setting-zone .product-setting-box {
    width: 100%;
    height: max-content;
    margin-bottom: 36px;
}

#product-setting-zone .product-setting-box > div:nth-child(1) {
    width: 100%;
    height: 20px;
    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;
    margin-bottom: 12px;
    display: flex;
}

#product-setting-zone .product-setting-box > div:nth-child(1) label {
    margin-right: 12px;
    font-size: 16px;
    width: 19px;
    color: #fa943d;
    display: inline-block;
}

#product-setting-zone .product-setting-box > div:nth-child(1) label > img {
    width: 10px;
    height: 5px;
}

#product-setting-zone .product-setting-box .product-setting-trainer {
    width: 100%;
    height: 41px;
    padding: 0px 0px 0px 24px;
}

.product-setting-box .product-setting-trainer > select, .product-setting-box .product-setting-locker > select {
    width: 100%;
    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;
}

.product-setting-box .product-setting-trainer > select > option, .product-setting-box .product-setting-locker > select > option {
    color: white;
    background: #4a4a4a;
}

#product-setting-zone .product-setting-box .product-setting-category {
    width: 100%;
    height: max-content;
    padding: 0px 0px 31px 24px;
    position: relative;
}

#product-setting-zone .product-setting-box .product-setting-category > div:nth-child(1) {
    width: 100%;
    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;
}

#product-setting-zone .product-setting-box .product-setting-category > div:nth-child(3) {
    background: #383838;
    width: calc(100% - 24px);
    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 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1;
    max-height: 250px;
}

#product-setting-zone .product-setting-box .product-setting-category > div:nth-child(3) > div {
    width: 100%;
    padding: 6px 12px;
    height: 34px;
    background: #383838;
}

#product-setting-zone .product-setting-box .product-setting-category > div:nth-child(3) > div:hover {
    background: #4a4a4a;
    cursor: pointer;
}

#product-setting-zone .product-setting-box .product-setting-category > span {
    position: absolute;
    bottom: 7px;
    left: 25px;
    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;
}

#product-setting-zone .product-setting-box .product-setting-category .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;
}

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

.product-setting-category .category-add-box, .addproduct-setting-basic .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;
}

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

#product-setting-zone .product-setting-box .product-setting-preiod {
    width: 100%;
    padding: 0px 0px 31px 24px;
    height: 57px;
    box-sizing: border-box;
    position: relative;
}

.product-setting-preiod .product-date-box {
    background: none;
    outline: none;
    display: inline-block;
    height: 24px;
    width: 86px;
    padding: 0px 20px 6px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
}

.product-setting-preiod .product-date-box input {
    color: white;
    font-size: 12px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    font-weight: normal;
}

.product-setting-preiod .product-date-box img {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 15px;
    height: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

#product-setting-zone .product-setting-box .product-setting-service {
    width: 100%;
    padding: 0px 0px 31px 24px;
    height: 83px;
    box-sizing: border-box;
    position: relative;
}

/*#product-setting-zone .product-setting-box .product-setting-service > div {*/
/*    display: inline-flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    position: relative;*/
/*}*/


#product-setting-zone .product-setting-box .product-setting-locker-zone {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: 12px;
}

#product-setting-zone .product-setting-box .product-setting-locker {
    width: 100%;
    padding: 0px 0px 0px 24px;
    height: 36px;
    box-sizing: border-box;
    position: relative;
}

#product-setting-zone .product-setting-box .product-setting-locker > div {
    width: 187px;
    height: 36px;
    margin: 0 0 0 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    outline: none;
    border: none;
    display: inline-flex;
    position: relative;
    padding: 6px 30px 6px 12px;
}

#product-setting-zone .product-setting-box .product-setting-locker > div > input{
    outline: none;
    border: none;
    background: none;
    color: white;
    width: 145px;
    height: 100%;
}
#product-setting-zone .product-setting-box .product-setting-locker > div > button{
    display: inline-flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    background: #4a4a4a;
}

#product-setting-zone .product-setting-box .product-setting-locker > h3 {
    display: inline-flex;
    color: rgb(250, 100, 0);
    border-bottom: 1px solid #4a4a4a;
    font-weight: 400;
    margin-left: 12px;
}

#product-setting-zone .product-setting-box .count-input-zone > label {
    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;
    margin-bottom: 6px;
}

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

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

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

.product-setting-box .product-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;
}

.product-setting-box .product-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;
}

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

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

.normal-count-wrap {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
}

.normal-count-wrap .product-count-input {
    padding: 0px 0px 8px 0px;
}

.normal-count-wrap input {
    font-size: 14px
}

.normal-count-wrap span {
    padding-bottom: 2px;
}

#product-setting-zone .product-setting-box .count-input-zone {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

#product-setting-zone .product-setting-box .count-input-zone > span {
    position: absolute;
    bottom: -20px;
    left: 0px;
    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;
    width: max-content;
}

#product-setting-zone .product-setting-box .product-holding-limit {
    height: 121px;
    width: 100%;
    margin-bottom: 36px;
    padding-left: 32px;
    position: relative;
    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;
}

#product-setting-zone .product-setting-box .product-holding-limit > span, #product-setting-zone .product-setting-box .product-mileage-zone > span {
    position: absolute;
    bottom: 12px;
    left: 56px;
    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;
}

.product-holding-limit > label, .product-mileage-zone > label {
    height: 20px;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

.product-holding-limit > label > span, .product-mileage-zone > label > span {
    font-size: 14px;
    margin-right: 12px;
}

#product-setting-zone .product-setting-box .product-setting-description {
    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;
    position: absolute;
}

#product-setting-zone .product-setting-box .product-mileage-zone {
    height: 91px;
    width: 100%;
    padding-left: 32px;
    position: relative;
    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;
}


.product-setting-box .service-toggle-box {
    width: 60px;
    height: max-content;
    display: inline-flex;
    justify-content: space-between;
}

.product-setting-box .service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

.product-setting-box .service-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

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

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

.product-setting-box .service-toggle-box .switch .slider.active {
    background: #5697ee;
}


.product-setting-box .service-toggle-box p.toggle-label {
    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;
    padding: 5px 0;
}

#payment-detail-background .scroll-bar {
    overflow: scroll;
}

#payment-detail-background .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

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

#payment-detail-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10006;
    display: flex;
    justify-content: center;
    align-items: center;
}

#payment-detail-background > div {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 672px;
    border-radius: 24px;
    background: #2c2c2c;
    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: relative;
}

#payment-detail-background > div > div:nth-child(1) {
    /*height: 44px;*/
    height: 56px;
    width: 100%;
    padding: 24px 24px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#payment-detail-background > div > div:nth-child(1) > div > img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#payment-detail-background > div > div:nth-child(1) > div > button{
    outline: none;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin: 0 12px 0 0;
    padding: 4px 12px;
    border-radius: 12px;
    border: solid 1px #fa6400;
    font-family: NotoSansKR,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

#payment-detail-background > div > div:nth-child(1) > h4 {
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

#payment-detail-background > div > div:nth-child(2) {
    height: 112px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box {
    width: 104px;
    height: max-content;
    display: inline-flex;
    justify-content: space-between;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch .slider.round {
    border-radius: 34px;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch .slider.round:before {
    border-radius: 50%;
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

#payment-detail-background > div > div:nth-child(2) .service-toggle-box .switch .slider.active {
    background: #5697ee;
}

#payment-detail-background > div > div:nth-child(2) .service-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;
}

#payment-detail-background > div > div:nth-child(3) {
    height: calc(100% - 212px);
    width: 100%;
    padding: 0px 24px 24px;
}

#payment-detail-background > div > div:nth-child(3) > div > h5 {
    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;
    width: 100%;
    text-align: left;
    padding-bottom: 24px;
    display: flex;
    cursor: pointer;
}

#payment-detail-background > div > div:nth-child(4) {
    height: 56px;
    width: 100%;
    display: flex;
    position: relative;
}

#payment-detail-background > div > div:nth-child(4) > button {
    outline: none;
    border: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #7c7c7c;
    font-family: NotoSansKR, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    flex: 1;
}

#payment-detail-background .product-detail-box {
    width: 100%;
    height: fit-content; /*202px;*/
    border: 2px solid #7c7c7c;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    position: relative;
}

#payment-detail-background .product-detail-box > div {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

#payment-detail-background .product-detail-box > div:nth-child(1){
    width: 361px;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > img {
    width: 100px;
    height: 100px;
    margin-right: 24px;
    border-radius: 15px;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > input[type=checkbox]{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card {
    width: calc(100% - 94px);
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card .memo-mini-popup{
    width: 300px;
    height: 300px;
    position: absolute;
    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: #ffffff;
    border-radius: 4px;
    background-color: #414141;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card .memo-mini-popup > textarea{
    width: calc(100% - 18px);
    height: calc(100% - 89px);
    border: 2px solid #7c7c7c;
    background: none;
    outline: none;
    resize: none;
    color: white;
    padding: 6px;
    margin-bottom: 12px;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card .memo-mini-popup > img{
    width: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
}
#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card .memo-mini-popup > div{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    display: flex;
    left: 0px;
}
#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card .memo-mini-popup > div > button{
    outline: none;
    border: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #7c7c7c;
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    flex: 1;
}
.product-name-card > label {
    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;
    max-width: 140px;
}

.product-name-card > label + label {
    padding: 12px 0px;
}
#payment-popup-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

#payment-popup-background > div{
    width: 90%;
    height: 90%;
    max-width: 1200px;
    max-height: 800px;
    background: rgb(17, 17, 17);
    padding: 24px;
    border: 2px solid #414141;
    border-radius: 8px;
    position: relative;
}

#payment-popup-background > div > img{
    position: absolute;
    right: -25px;
    top: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card > p {
    max-width: 205px;
    padding-bottom: 5px;
}

#payment-detail-background .product-detail-box > div:nth-child(1) > .product-name-card > 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: #fff;
    text-decoration: underline;
    position: absolute;
    right: 24px;
    top: 0px;
    cursor: pointer;
}

#payment-detail-background .product-detail-box > div:nth-child(2){
    display: flex;
    padding-right: 36px;
    position: relative;
    width: calc(100% - 361px);
    height: 100%;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: calc(100% - 170px);
    box-sizing: border-box;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div:nth-child(1) {
    padding-right: 24px;
    width: 200px;
    position: relative;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > p {
    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;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > div {
    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;
    padding-top: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > button{
    width: 149px;
    height: 36px;
    border-radius: 3px;
    background-color: #414141;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 0px 12px;
    margin-top: 24px;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > button:hover{
    border: solid 1px #fa6400;
}

#payment-detail-background .product-detail-box + .product-detail-box {
    margin-top: 24px;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > div .product-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;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > div .product-input-box > input {
    background: none;
    outline: none;
    border: none;
    width: 100%;
    color: white;
    font-size: 16px;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > div .product-input-box > input.none-active{
    pointer-events: none;
    color: #a4a4a4;
}
#payment-detail-background .product-detail-box > div:nth-child(2) > div > div .product-input-box > input.fix-none-active{
    pointer-events: none;
    color: #a4a4a4;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > div .product-input-box > span {
    position: absolute;
    right: 0px;
    top: 0px;
}
#payment-detail-background .product-detail-box > div:nth-child(2) > div > div .product-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;
}
#payment-detail-background #total-payment-zone {
    width: 100%;
    height: auto;
    padding-top: 24px;
    display: flex;
}

#payment-detail-background #total-payment-zone > div:nth-child(1) {
    width: calc(100% - 370px);
    box-sizing: border-box;
}

#total-payment-zone > div:nth-child(1) > h5, #total-payment-zone > div:nth-child(2) > h5 {
    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;
    padding-bottom: 12px;
}

#payment-detail-background #total-payment-zone > div:nth-child(2) {
    width: 370px;
    box-sizing: border-box;
    padding-left: 24px;
}

#payment-detail-background #total-payment-zone > div:nth-child(2) > #result-payment-zone {
    width: 100%;
    height: max-content;
    padding-left: 24px;
}

#total-payment-zone > div:nth-child(2) > #result-payment-zone > div:nth-child(1) {
    padding: 24px 0px;
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
}

#result-payment-zone > div:nth-child(1) > div {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#result-payment-zone > div:nth-child(1) > div+div{
    padding-top: 24px;
}

#total-payment-zone > div:nth-child(2) > #result-payment-zone > div:nth-child(2) {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
}

#total-payment-zone #payment-type-box,#total-payment-zone #refund-data-box {
    width: 100%;
    min-height: max-content;
    height: calc(100% - 29px);
    padding: 24px 0px;
    border-radius: 3px;
}

#total-payment-zone #payment-type-box > div:nth-child(1) {
    width: 100%;
    height: 25px;
    margin-bottom: 24px;
}

#total-payment-zone #payment-type-box 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;
}

#total-payment-zone #payment-type-box .product-date-box {
    background: none;
    outline: none;
    display: inline-block;
    height: 24px;
    width: 111px;
    padding: 0px 20px 6px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
}

#total-payment-zone #payment-type-box .product-date-box input {
    color: white;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    font-weight: normal;
}
#total-payment-zone #payment-type-box .product-date-box input.none-active{
    pointer-events: none;
    color: #a4a4a4;
}

#payment-type-box .product-date-box img {
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 15px;
    height: 14px;
}

#payment-type-box .payment-custom-select,
#refund-data-box .payment-custom-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    padding: 8px 0px 8px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 24px;
}

#payment-type-box .payment-custom-option-wrap {
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-color: #4a4a4a;
    padding: 8px;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#refund-data-box .refund-payment-box {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 24px;
}

#refund-data-box .payment-custom-option-wrap {
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-color: #4a4a4a;
    padding: 8px;
    position: absolute;
    top: 42px;
    left: 124px;
    width: 288px;
    z-index: 1;
}

#payment-type-box .payment-option-box,
#refund-data-box .payment-option-box {
    max-height: 207px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#payment-type-box .payment-option-box::-webkit-scrollbar-thumb,
#refund-data-box .payment-option-box::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

#payment-type-box .payment-option-box::-webkit-scrollbar,
#refund-data-box .payment-option-box::-webkit-scrollbar {
    width: 10px;
}

#payment-type-box .payment-option,
#refund-data-box .payment-option {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    padding: 5px 5px 5px 15px;
}

#payment-type-box .option-box,
#refund-data-box .option-box {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#payment-type-box .check-img,
#refund-data-box .check-img {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
}

#payment-type-box .option-box:hover,
#refund-data-box .option-box:hover {
    background: #545454;
}

#payment-detail-background .payment-management-header {
    display: flex;
    gap: 8px;
    align-items: center;
}

.payment-management-popup h4 {
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: #fff; */
    cursor: default;
}

.payment-management-popup button {
    color: #fff;
}

.payment-management-popup .broj-tooltipbox {
    width: fit-content;
    background: #fff;
    color: #000000;
    padding: 7px;
    border-radius: 12px;
    line-height: 1.5;
    z-index: 1;
}

.payment-management-popup .payment-management-xbutton {
    width: 18px;
    height: 18px;
    filter: brightness(100);
}

.payment-management-popup .payment-method-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    margin-top: 10px;
}

.payment-management-popup .payment-add-btn {
    width: 84px;
    background: #E86E2C;
    height: 100%;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
}

.payment-management-popup #payment-management-table {
    width: 100% !important;
}

.payment-management-popup .payment-management-table-box {
    height: 470px !important;
}

.payment-management-popup .payment-management-table-box::-webkit-scrollbar {
    width: 10px;
}

.payment-management-popup .payment-management-table-box::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

.payment-management-popup input {
    background: #383838;
    border: none;
    width: calc(100% - 84px);
    padding: 10px;
    color: #fff;
    border-radius: 3px 0 0 3px;
}

.payment-management-popup .payment-method-message {
    font-size: 14px;
    color: #E86E2C;
    position: absolute;
    top: 42px;
}

.payment-management-popup .payment-method-delete-btn {
    width: max-content;
    height: max-content;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 6px 12px;
    border: none;
    outline: none;
    background: #E37161;
}

#payment-type-box select {
    height: 36px;
    padding: 8px 6px 8px 10px;
    border-radius: 3px;
    background-color: #4a4a4a;
    width: 100%;
    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;
    margin-bottom: 24px;
    border: none;
    outline: none;
}

#payment-type-box .payment-custom-select.none-active {
    pointer-events: none;
    color: #a4a4a4;
}

#payment-type-box .payment-custom-select.none-active img {
    filter: brightness(0.6);
}

#payment-type-box select.none-active{
    pointer-events: none;
    color: #a4a4a4;
}

#payment-type-box select option{
    color: white;
}

#payment-type-box option {
    color: black;
}


#payment-type-box .service-toggle-box,#refund-data-box .service-toggle-box{
    width: 115px;
    height: max-content;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
}

#payment-type-box .service-toggle-box .switch,#refund-data-box .service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

#payment-type-box .service-toggle-box .switch input,#refund-data-box .service-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#payment-type-box .service-toggle-box .switch .slider.round,#refund-data-box .service-toggle-box .switch .slider.round {
    border-radius: 34px;
}

#payment-type-box .service-toggle-box .switch .slider:before,#refund-data-box .service-toggle-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#payment-type-box .service-toggle-box .switch .slider.round:before,#refund-data-box .service-toggle-box .switch .slider.round:before {
    border-radius: 50%;
}

#payment-type-box .service-toggle-box .switch input.active + .slider:before,#refund-data-box .service-toggle-box .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

#payment-type-box .service-toggle-box .switch .slider.active,#refund-data-box .service-toggle-box .switch .slider.active {
    background: #5697ee;
}

#payment-type-box .service-toggle-box p.toggle-label,#refund-data-box .service-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;
}

#payment-type-box h5 {
    width: 80px;
    height: 20px;
    text-align: left;
    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;
    display: inline-block;
}

#payment-type-box input {
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #7c7c7c;
    height: 100%;
    padding-bottom: 3px;
    color: white;
    text-align: center;
}

#add-product-popup {
    position: relative;
    width: 100%;
    min-width: 1024px;
    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;
}

#add-product-popup .scroll-bar {
    overflow: scroll;
}

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

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


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

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

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

#add-product-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;
}

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

#add-product-popup ul, #add-product-popup li {
    display: flex;
    flex: 1;
}

#add-product-popup li.addproduct-nav-item {
    border-bottom: 1px solid #a4a4a4;
    color: #a4a4a4;
}

#add-product-popup li.addproduct-nav-item.active {
    border-bottom: 2px solid #dd8739;
    color: #f2933c;
}

#add-product-popup li.addproduct-nav-item.none-active {
    pointer-events: none;
}

#add-product-popup .addproduct-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;
}

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

#add-product-popup > div:nth-child(2) .product-setting-box > div:nth-child(1) {
    margin-bottom: 24px;
    position: relative;
    display: flex;
}

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

#add-product-popup > div:nth-child(2) .product-setting-box > .addproduct-setting-basic {
    width: 100%;
    padding: 0px 0px 0px 24px;
    height: max-content;
    box-sizing: border-box;
    position: relative;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row,
.inventory-setting-wrap > .addproduct-basic-row {
    width: calc(100% - 166px);
    height: 33px;
    position: relative;
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

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

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

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row .product-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: 64px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 5px;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row .service-toggle-box {
    width: 90px;
    height: max-content;
    flex-direction: row;
}

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

.product-setting-box > .addproduct-setting-basic > .addproduct-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;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-text-input > label,
.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row > label,
.product-setting-box > .addproduct-setting-basic > .inventory-setting-wrap > .addproduct-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;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-text-input > input {
    background: none;
    outline: none;
    border: none;
    height: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(73, 73, 73);
    width: calc(100% - 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;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row > .product-input-box,
#income-deduction-price-box .product-input-box,
.product-setting-box > .addproduct-setting-basic > .inventory-setting-wrap > .addproduct-basic-row > .product-input-box{
    width: 230px;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(74, 74, 74);
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.product-setting-box > .addproduct-setting-basic > .inventory-setting-wrap > .addproduct-basic-row > .product-input-box{
    justify-content: space-around;
    width: 150px;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row > .product-input-box > input,
#income-deduction-price-box input,
.product-setting-box > .addproduct-setting-basic > .inventory-setting-wrap > .addproduct-basic-row > .product-input-box > input {
    background: none;
    color: white;
    border: none;
    outline: none;
    width: 100px;
    text-align: right;
}
.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row > .product-input-box > span,
#income-deduction-price-box span{
    width: 20px;
    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;
    text-align: center;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row .day-unit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.54px;
    color: #fff;
    background: #666;
    margin-left: 12px;
    cursor: pointer;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row .day-unit.active {
    background: #3b99f5;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row .product-time-input {
    outline: none;
    border: none;
    background: none;
    width: 113px;
    height: 27px;
    padding-bottom: 3px;
    border-bottom: 1px solid #2c2c2c;
    color: white;
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row .product-inputbox {
    width: 100%;
    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: center;
    flex-wrap: wrap;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(1) {
    height: auto;
    column-gap: 48px;
    margin-bottom: 20px;
}

#addproduct-basic-row-id-first{
    height: 33px;
    column-gap: 0px;
    margin-bottom: 0px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(1) > div {
    display: flex;
    column-gap: 8px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(1) > div > input,
.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(1) > div > label {
    font-weight: 500;
    cursor: pointer;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) {
    width: auto;
    height: auto;
    overflow: inherit;
    flex-direction: column;
    align-items: flex-start;
}

#addproduct-basic-row-id{
    flex-direction: row;
    align-items: center;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) span {
    font-size: 12px;
    font-weight: normal;
}

#addproduct-basic-row-id span{
    font-size: 14px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr,
.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .reservation-attr {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .product-inputbox {
    width: calc(100% - 166px);
    height: 36px;
    margin: 6px 0 12px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr .attendance-wrap {
    display: flex;
    align-items: center;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr .attendance-wrap > img {
    width: 20px;
    height: 20px;
    margin: 0 22px 0 14px;
    cursor: pointer;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr .attendance-wrap > button {
    width: 123px;
    height: 33px;
    background: #7C7C7C;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr .attendance-counter {
    display: flex;
    column-gap: 36px;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr .attendance-counter span {
    font-weight: normal;
}

.product-setting-box:nth-child(4) > .addproduct-setting-basic > .addproduct-basic-row:nth-child(2) .attendance-attr .attendance-counter .counter-inputbox {
    display: flex;
    align-items: center;
}

.product-setting-box > .addproduct-setting-basic .product-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;
}

.product-setting-box > .addproduct-setting-basic .attendance-attr .product-searchlist-view {
    width: calc(100% - 166px);
}

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

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

.product-setting-box > .addproduct-setting-basic .category-box {
    padding: 2px 12px;
    margin: 0px 21px 0px 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;
}

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

.product-setting-box > .addproduct-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;
}

#payment-detail-background .product-contract-popup > div:nth-child(1) {
    height: 76px;
    width: 100%;
    padding: 24px 24px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#payment-detail-background .product-contract-popup > div:nth-child(1) > img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 24px;
}

#payment-detail-background .product-contract-popup > div:nth-child(2) {
    height: calc(100% - 132px);
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    flex-wrap: wrap;
}

#payment-detail-background .product-contract-popup > div:nth-child(2) .product-contract-box {
    position: relative;
    height: 256px;
    width: 189px;
    display: inline-block !important;
    cursor: pointer;
    margin: 12px;
    box-sizing: border-box;
    border: 1.5px solid #4a4a4a;
    border-radius: 3px;
}

.product-contract-popup > div:nth-child(2) .product-contract-box.active {
    border: 2px solid #e9b53f !important;
}

.product-contract-popup > div:nth-child(2) .product-contract-box > div:nth-child(1) {
    width: 100%;
    height: calc(100% - 41px);
}

.product-contract-popup > div:nth-child(2) .product-contract-box > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}

.product-contract-popup > div:nth-child(2) .product-contract-box > div:nth-child(2) {
    width: 100%;
    height: 41px;
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

#payment-detail-background .product-contract-popup > div:nth-child(3) {
    height: 56px;
    width: 100%;
    background-color: #e9b53f;
    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;
    cursor: pointer;
    padding: 0px;
}

#payment-detail-background .product-contract-popup > div:nth-child(1) > h4 {
    width: 100%;
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 12px;
}

#payment-detail-background .product-contract-popup > div:nth-child(1) > h5 {
    width: 100%;
    height: 24px;
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    color: #a4a4a4;
}

.product-mini-popup {
    width: 450px;
    height: 336px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #2c2c2c;
    position: relative;
}

.product-mini-popup > div:nth-child(1) {
    width: 100%;
    height: calc(100% - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-mini-popup > div:nth-child(1) h3 {
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.product-mini-popup > div:nth-child(2) {
    width: 100%;
    height: 56px;
}

.product-mini-popup > div:nth-child(2) > div {
    width: 50%;
    height: 100%;
    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;
    background: #7c7c7c;
}

.product-mini-popup > div:nth-child(2) > div:hover {
    font-size: 19px;
}

.product-mini-popup .product-mini-row {
    width: 100%;
    height: 30px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-mini-popup .product-mini-row > span {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    color: #a4a4a4;
    margin-right: 58px;
}

.product-mini-popup .product-date-box {
    background: none;
    outline: none;
    display: inline-block;
    height: 24px;
    width: 154px;
    padding: 0px 20px 6px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
}

.product-mini-popup .product-date-box input {
    color: white;
    font-size: 12px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0px 10px;
    font-weight: normal;
    box-sizing: border-box;
}

.product-mini-popup .product-date-box img {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.product-mini-popup select {
    width: 154px;
    height: 30px;
    border-radius: 3px;
    background-color: #4a4a4a;
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    color: #fff;
    outline: none;
    border: none;
    padding: 0px 12px;
    box-sizing: border-box;
}

/*.ui-widget.ui-widget-content {*/
/*    background: #2c2c2c;*/
/*    border: 1px solid #4a4a4a !important;*/
/*    border-radius: 3px;*/
/*    z-index: 10007;*/
/*}*/

.ui-autocomplete{
    z-index: 10007;
}

.ui-widget.ui-widget-content .ui-menu .ui-menu-item {
    padding: 5px 3px;
}

#payment-detail-background #refund-data-zone {
    width: 100%;
    padding-top: 24px;
    height: 166px;
    display: block;
    margin: 36px 0px;
}

#payment-detail-background #refund-data-zone > h5 {
    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;
    margin-bottom: 12px;
}

#payment-detail-background #refund-data-zone > div {
    width: 474px;
    height: 134px;
    padding: 24px;
    float: left;
    display: block;
    border-radius: 3px;
    background-color: #383838;
}

#refund-data-box .refund-text-input {
    width: 288px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid #4a4a4a;
    height: 25px;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: white;
    text-align: left;
}
#refund-data-box .refund-select-box{
    height: 36px;
    padding: 8px 6px 8px 10px;
    border-radius: 3px;
    background-color: #4a4a4a;
    width: 288px;
    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;
}

#refund-data-box h5 {
    width: 80px;
    height: 20px;
    text-align: left;
    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;
    display: inline-block;
}

#refund-data-box input {
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #7c7c7c;
    height: 100%;
    padding-bottom: 3px;
    color: white;
    text-align: center;
}

#payment-detail-background #refund-data-zone .product-date-box,#refund-data-box .product-date-box{
    background: none;
    outline: none;
    display: inline-block;
    height: 24px;
    width: 86px;
    padding: 0px 20px 6px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
}

#payment-detail-background #refund-data-zone .product-date-box input,#refund-data-box .product-date-box input{
    font-size: 12px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    font-weight: normal;
    color: white;
}

#payment-detail-background #refund-data-zone .product-date-box img,#refund-data-box .product-date-box img{
    position: absolute;
    right: 0px;
    width: 15px;
    height: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > #refund-history-popup {
    width: 638px;
    max-height: 200px;
    height: auto;
    padding: 0px;
    z-index: 1;
    left: -230px;
    position: absolute;
    top: 124px;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > #refund-history-popup table.type11 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.5;
}

#payment-detail-background .product-detail-box > div:nth-child(2) > div > #refund-history-popup table.type11 th {
    width: 78px;
    padding: 0px;
    height: 36px;
    font-weight: bold;
    vertical-align: top;
    color: #cccccc;
    background: #121212 ;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-collapse : collapse;
}
#payment-detail-background .product-detail-box > div:nth-child(2) > div > #refund-history-popup table.type11 td {
    width: 78px;
    padding: 0px;
    height: 36px;
    vertical-align: top;
    background: #414141;
    color: #cccccc;
    border: 1px solid #4a4a4a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-collapse : collapse;
}


#brand-product-parent button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
}

#brand-product-parent button:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}

#brand-product-parent select option {
    color: white;
}

#brand-product-parent {
    width: 100%;
    height: 100%;
    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;
}

#brand-product-parent .mini-popup {
    position: absolute;
    margin: 20px;
    width: auto;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    z-index: 100;
    padding: 5px 0px;
    flex-direction: column;
}

#brand-product-parent .mini-popup:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 28px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #979797 transparent;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #979797;
    display: block;
    width: 0;
}

#brand-product-parent .mini-popup .mini-popup-row {
    width: max-content;
    height: auto;
    padding: 5px 20px;
    text-align: center;
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: white;
    cursor: pointer;
}

#brand-product-parent .mini-popup .mini-popup-row:hover {
    color: #ff7398;
}

#brand-product-parent .product-date-box {
    background: none;
    outline: none;
    display: inline-block;
}

#brand-product-parent .text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

#brand-product-parent img {
    box-sizing: border-box;
    cursor: pointer;
}

#brand-product-parent .product-search-zone, #sale-info-zone > div:nth-child(1) .product-search-zone {
    border-radius: 3px;
    background-color: #4a4a4a;
    padding: 7px 40px 7px 12px;
    width: 208px;
    height: 32px;
    box-sizing: border-box;
    position: relative;
}

#brand-product-parent .product-search-zone > input, #sale-info-zone > div:nth-child(1) .product-search-zone > input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    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;
    background: none;
}

#brand-product-parent .product-search-zone > img, #sale-info-zone > div:nth-child(1) .product-search-zone > img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
}

#brand-product-parent .product-search-zone .product-search-list {
    width: 260px;
    border-radius: 3px;
    background-color: #4a4a4a;
    height: 137px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 38px;
    padding: 12px;
}

#brand-product-parent .product-search-zone .product-search-list > label {
    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;
    width: 100%;
    height: 18px;
    justify-content: flex-start;
    cursor: pointer;
}

#brand-product-parent .product-search-zone .product-search-list > label:hover {
    transform: scale(0.98);
}

#brand-product-parent .product-search-zone .product-search-list > label + label {
    margin-top: 12px;
}

#brand-product-parent .product-search-zone .product-search-list > label > div {
    width: 60px;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#brand-product-parent .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#brand-product-parent > div:nth-child(1) {
    height: 52px;
    width: 100%;
    padding-bottom: 20px;
    justify-content: space-between;
}

#brand-product-parent > div:nth-child(1) > h3 {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff7398;
    display: inline-block;
}

#brand-product-parent > div:nth-child(1) > div {
    width: max-content;
    height: 100%;
    position: relative;
}

#brand-product-parent > div:nth-child(1) > div button {
    width: max-content;
    height: 32px;
    padding: 0px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    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;
}

#brand-product-parent > div:nth-child(1) > div select {
    width: max-content;
    height: 32px;
    padding: 0px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    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: none;
}

#brand-product-parent > div:nth-child(2) {
    height: calc(100% - 52px);
    width: 100%;
    justify-content: space-between;
}

#brand-product-list-zone {
    width: 100%;
    height: 100%;
    background: #222222;
    padding: 6px 24px;
}

#brand-product-list-zone > div:nth-child(1) {
    height: 36px;
    width: 100%;
    justify-content: flex-start;
}

#brand-product-list-zone ul, #brand-product-list-zone li {
    float: left;
    height: 100%;
}

#brand-product-list-zone .list-nav .nav-item + .nav-item {
    margin-left: 16px;
}

#brand-product-list-zone .nav-item {
    font-family: NotoSansKR, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    cursor: pointer;
    padding: 0px 4px;
}

#brand-product-list-zone .nav-item.active {
    color: #ffffff;
    border-bottom: 2px solid #ff7398;
    font-weight: bold;
    font-size: 18px;
}

#brand-product-list-zone > div:nth-child(2) {
    padding-top: 24px;
    height: calc(100% - 36px);
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#brand-product-list-zone .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;
}

#brand-product-list-zone .product-box.active {
    border: #ff7398 1px solid;
    background: #414141;
}

#brand-product-list-zone .product-box .product-box-log {
    width: max-content;
    padding: 6px;
    height: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    /* background-color: #4a4a4a; */
    float: left;
    box-sizing: border-box;
    font-weight: 700;
}

#brand-product-list-zone .product-box .product-edit-btn {
    height: 36px;
    box-sizing: border-box;
    padding: 16px 12px;
    top: -10px;
    right: -10px;
    position: absolute;
}

#brand-product-list-zone .product-box .product-edit-btn:hover {
    transform: scale(0.98);
}

#brand-product-list-zone .product-box > div:nth-child(1) {
    /*height: 19px;*/
    width: 100%;
    position: relative;
    margin-bottom: 6px;
}

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

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

#brand-product-list-zone .product-box > div:nth-child(3) > h5 {
    width: 100%;
    /*height: 32px;*/
    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;
    /*padding-bottom: 12px;*/
    text-align: left;
}

#brand-product-list-zone .product-box > div:nth-child(3) > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 6px;*/
    box-sizing: border-box;
}

#brand-product-list-zone .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;
}

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

#brand-product-list-zone .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;
}

#brand-product-list-zone .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;
}

#brand-product-list-zone .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;
}

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

#brand-product-list-zone .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;
}
#brand-product-list-zone .product-box .kiosk-onoff-img:hover+.kiosk-mark-popup::after{
    content: "무인키오스크에 노출 중인 상품입니다."
}

.product-setting-box > .addproduct-setting-basic > .addproduct-basic-row > .product-category-inputbox,
.facility-category-inputbox {
    width: 100%;
    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;
}
.addproduct-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;
}
.addproduct-basic-row .grade-set-popup > div:nth-child(2) > ul {
    width: 100%;
    height: max-content;
}
.addproduct-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;
}
.addproduct-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;
}
.addproduct-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;
}
.addproduct-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;
}
.addproduct-basic-row > .grade-set-popup > div:nth-child(2) > ul > li:hover {
    background: #4a4a4a;
    cursor: pointer;
}
.addproduct-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;
}
.addproduct-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;
}
.addproduct-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;
}

.addproduct-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;
}
.addproduct-basic-row > .grade-set-popup .grade-edit-popup > div > .grade-color-list > div:hover {
    background: #4a4a4a;
    cursor: pointer;
}
.addproduct-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;
}
.addproduct-basic-row > .grade-set-popup .grade-edit-popup > div > .grade-color-list > div > span {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.create-product-block-zone{
    width: 100%;
    height: calc(100% - 110px);
}

.create-product-block-zone > .product-block{
    width: 100%;
    padding: 12px;
    height: max-content;
    background: #222222;
    border-radius: 5px;
    font-family: NotoSansKR sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    margin-bottom: 24px;
}

.create-product-block-zone > .product-block > h3{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.create-product-block-zone > .product-block > p{
    font-size: 12px;
    color: #A4A4A4;
}

.create-product-block-zone > .product-block > .product-block-contents, .create-product-block-zone > .product-block > .parcel-info-content{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    min-height: 46px;
    align-items: baseline;
}

.create-product-block-zone > .product-block > .product-block-contents > summary, .product-block > .parcel-info-content > summary{
    width: 160px;
}

.create-product-block-zone .scroll-bar {
    overflow: scroll;
}

.create-product-block-zone .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.create-product-block-zone .scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

.create-product-block-btnzone{
    width: 100%;
    height: 54px;
    display: flex;
}

.create-product-block-btnzone > button{
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: NotoSansKR sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #4A4A4A;
    outline: none;
    border: none;
}

.broj-deep-popup-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10007;
    background: #131313a3;
}

.deep-popup-container {
    width: 900px;
    min-width: 900px;
    height: 80vh;
    overflow: auto;
    background: #2C2C2C;
    z-index: 1111111;
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 19px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border: 2px solid #4A4A4A;
    border-radius: 8px;
    color: #ffffff;
    position: relative;
}

.market-product-preiod-btn.active{
    color: rgb(110, 189, 141);
    border: 1px solid rgb(110, 189, 141);
}

.membership-detail-row-wrap {
    display: flex;
    justify-content: space-between;
}

.membership-detail-row-wrap label{
    font-size: 12px;
    color: #A4A4A4;
}


.membership-detail-row-category-box {
    max-width: 110px;
    padding: 4px 12px;
    margin: 0px 12px 6px 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: inline-block;
    position: relative;
    overflow: hidden;
}

#product-category-btn-zone {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    align-items: flex-start;
    margin-top: 12px;
}

.product-category-btn {
    width: 140px;
    height: 40px;
    border: 1px solid;
    border-radius: 8px;
    margin-right: 12px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    opacity: 50%;
}

.product-category-btn.active {
    opacity: 100%;
}

#other-group-attendance-label.none-active {
    opacity: 0.3;
    pointer-events: none;
}

#other-group-attendance-tail-label.none-active {
    opacity: 0.3;
    pointer-events: none;
}

.fcfs-block-contents {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    min-height: 46px;
    align-items: baseline;
}

.fcfs-setting-box {
    padding-top: 6px;
    width: 160px;
}

.fcfs-question-icon {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.fcfs-hover-box {
    color: #000;
    background: #fff;
    width: 350px;
    height: 30px;
    border-radius: 2px;
    padding: 5px;
    z-index: 10500;
    display: none;
    position: absolute;
    left: 130px;
}

.quantity-block-contents {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    min-height: 46px;
    align-items: baseline;
}

.quantity-summaries {
    width: 160px;
}

.inventory-radio-wrap {
    display: flex;
    align-items: center;
}

.inventory-radio-wrap > input[type='radio'] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.inventory-radio-wrap + .inventory-radio-wrap {
    margin-left: 12px;
}

.inventory-setting-wrap.hide {
    display: none;
}

.product-card-inventory-wrap {
    min-width: 70px;
    width: max-content;
}

.product-card-inventory-btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #383838;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 8px;
}

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

#product-list-zone .product-box > div:nth-child(2) > .product-card-inventory-wrap > .product-inventory-quantity:hover {
    color : #FFFFFF;
}

#release-and-warehousing-btn {
    position: absolute;
    right: 0;
    background-color: #E86D2C;
    color: #FFFFFF;
    width: 115px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.product-inventory-quantity-list-body {
    width: 100%;
    height: calc(100% - 106px);
    color: #FFFFFF;
}

.product-inventory-quantity-list-body-header-wrap,
.product-inventory-quantity-list-body-body-wrap > .inventory-row {
    /*position: fixed;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    color: #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
}

.product-inventory-quantity-list-body-body-wrap > .inventory-row {
    border-bottom: 1px solid #7C7C7C;
    color: #FFFFFF;
}


.product-inventory-quantity-list-body-body-wrap {
    overflow: scroll;
    width: 100%;
    height: calc(100% - 40px);
}

.release-warehousing-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: max-content;
}

.release-warehousing-item-wrap + .release-warehousing-item-wrap {
    margin-top: 24px;
}

.release-warehousing-item-wrap > label {
    color: #CCCCCC;
}

.release-warehousing-item-wrap > select,
.release-warehousing-item-wrap > div {
    width: 286px;
    height: 34px;
    background-color: #4A4A4A;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
}

.release-warehousing-item-wrap > div {
    display: flex;
    align-items: center;
    padding: 10px;
}

.release-warehousing-item-wrap > div > input {
    width: 250px;
    height: 34px;
    background-color: #4A4A4A;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
}

.release-warehousing-item-wrap > div > .j-popup-number-input {
    padding: 0;
    min-height: 0;
    width: 100%;
}

.release-warehousing-item-wrap > textarea {
    width: 286px;
    height: 82px;
    background-color: #4A4A4A;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding: 10px;
    resize: none;
}

.product-list-body-category-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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 + .product-category-box {
    margin-left: 6px;
}

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

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

/* 종목 용 팝업 */
.item-popup {
    position: absolute;
    /*margin: 20px;*/
    /*width: 180px;*/
    background-color: #414141;
    z-index: 100;
    padding: 15px 10px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    font-size: 14px;
    border-radius: 3px;
    /*border-bottom: 1px solid #7C7C7C;*/
    /*cursor: pointer;*/
    height: auto;
}

.active-btn-count{
    gap: 6px;
    border: 1px solid #fa943d !important;
    color: #fa943d !important;
}

.checkbox-parent{
    max-height: 216px;
    height: auto;
    display: flex;
    width: 180px;
    flex-direction: column;
    gap: 6px;
}

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

.title-description-img{
    width: 13px;
    height: 13px;
    margin: 0 4px 4px 4px;
}

.checkbox-label, .item-checkbox{
    cursor: pointer;
}

.checkbox-label.disable {
    opacity: 0.6;
    pointer-events: none;
}

.item-popup-title{
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-popup-item-box{
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
    cursor: pointer;
}

.product-popup-item-box:hover{
    background: #545454;
}

.product-popup-title{
    padding-left: 10px;
    box-sizing: border-box;
}

.item-popup-create-width{
    width: calc(100% - 265px);
    max-height: 200px;
}

.item-popup-open-width{
    width: fit-content;
}

.item-popup .item-popup-column{
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 8px;
}

.item-popup .item-popup-column:nth-last-child(1){
    padding-bottom: 4px;
    box-sizing: border-box;
}

.item-popup-open{
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #7C7C7C;
    padding-top: 15px;
    box-sizing: border-box;
    color: #CCCCCC;
    cursor: pointer;
}

.addproduct-item-row{
    display: flex;
    align-items: center;
    width: calc(100% - 166px);
}

.open-page-img{
    height: 100%;
}
/* 종목관리 페이지 열기 팝업 */
.item-popup-title h3{
    font-size: 20px;
}

#items-popup-is-using.active b{
    font-size: 12pt !important;
}

#items-popup-is-stop.active b{
    font-size: 12pt !important;
}

.stop-using-btn{
    background: #E37161;
    color: white;
}

.using-btn{
    background: #815DF0;
    color: white;
}

.items-fix-btn{
    position: absolute;
    z-index: 3;
    font-weight: 400;
    width: 66px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #797979;
    top: 10%;
    right: 11%;
}

/* 종목추가 button */
.jitem-popup-top-category:nth-child(3){
    margin-left: auto;
    background: #E86E2C;
    border-radius: 3px;
    color: #FFFFFF;
    width: max-content;
    height: max-content;
    font-size: 14px;
    padding: 6px 12px;
}

.item-button{
    background: #414141;
    border-radius: 2px;
    flex-grow: 1;
    height: 32px;
    display: flex;
    align-items: center;
    color: #CCCCCC;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

/* 종목추가 popup */
.product-mini-item-popup {
    width: 80%;
    height: 386px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #2c2c2c;
    position: relative;
    box-sizing: border-box;
}

.product-mini-item-popup-title{
    padding: 20px 0 0 15px;
    font-size: 18px;
    color: #FFFFFF;
}

.product-mini-item-popup-row{
    padding: 20px 0 0 15px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #CCCCCC;
    padding-top: 15px;
}

.popup-input-box{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-input-box span{
    padding-right: 20px;
}

.popup-input-box input{
    height: 34px;
    border: none;
    width: 76%;
    background: #4A4A4A;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    color: white;
}

.button-box{
    color: #FFFFFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    position: absolute;
    width: 100%;
    bottom: 0%;
    cursor: pointer;
}

.cancel-button{
    bottom: 0;
    background: gray;
    background: #7C7C7C;
    border-radius: 3px 0px 0px 3px;
    height: 36px;
    width: 50%;
}

.okay-button{
    background: rgb(250, 100, 0);
    width: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 0px 3px 3px 0px;
    width: 50%;
}

.item-name-warning-text{
    position: absolute;
    width: 100%;
    top: 49%;
    left: 20%;
    font-size: 12px;
}

.brand-warning-text{
    color: #ff7398;
}

.crm-warning-text{
    color: #fa6400;
}

.crm-background-color{
    background-color: #fa6400;
}

.brand-background-color{
    background-color: #ff7398;
}


.enter-possible-day-and-time-row {
    display: flex;
    gap: 24px;
    align-items: center;
    line-height: 36px;
}

.enter-possible-day-and-time-row + .enter-possible-day-and-time-row {
    margin-top : 12px;

}

.enter-possible-day-and-time-row .day-unit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border-radius: 36px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    background: #666;
    cursor: pointer;
}

.enter-possible-day-and-time-row .product-time-input{
    outline: none;
    border: none;
    background: none;
    width: 100px;
    height: 36px;
    padding-bottom: 3px;
    border-bottom: 1px solid #2c2c2c;
    color: white;
}

.enter-possible-day-and-time-row .day-unit.active {
    background: #3b99f5;
}

.enter-possible-day-and-time-row .add-section-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 36px;
    padding: 0px 12px 0px 12px;
    border-radius: 12px;
    background-color: #FF944D;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.enter-possible-day-and-time-row .add-section-btn:hover {
    background-color: #FF751A;
}

.enter-possible-day-and-time-row .add-section-btn > img {
    width: 20px;
    height: 20px;
}

.enter-possible-day-and-time-row .remove-section-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 36px;
    padding: 0px 12px 0px 12px;
    border-radius: 12px;
    background-color: #949494;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.enter-possible-day-and-time-row .remove-section-btn:hover {
    /*background-color: #FF751A;*/
}

.enter-possible-day-and-time-row .remove-section-btn > img {
    width: 16px;
    height: 16px;
}

.normal-checkbox-label-btn {
    width: max-content;
    display: flex;
    gap: 6px;
    justify-content: space-between;
    border-radius: 12px;
    padding: 0 12px;
    cursor: pointer;
}

.broj-product-normal-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: 180px;
    height: 100%;
    text-align: center;
    padding: 2px 5px;
    border-radius: 5px;
}

.product-category-management-popup-box {
    user-select: none;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-width: 1100px;
    max-width: 1500px;
    width: 90%;
    height: calc(95% - 40px);
    max-height: 850px;
    box-shadow: 14px 14px 24px 24px rgb(0 0 0 / 50%);
    z-index: 100;
    box-sizing: border-box;
    background: #FFFFFF;
    font-family: sans-serif;
    border-radius: 12px;
    /*padding: 24px;*/
}

.product-category-management-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    background-color: #2E2E2E;
    /*background-color: #fa943d;*/
    /*background-color: #3E4B57;*/
}

.product-category-management-popup-header-title {
    font-size: 18px;
    font-weight: bold;
}

.product-category-management-popup-header-title-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-category-management-popup-header-title-box > img {
    filter: brightness(100);
    width: 18px;
    height: 18px;
}

.product-category-management-popup-close-button {
    cursor: pointer;
}

.product-category-management-popup-close-button > img {
    width : 18px;
    height: 18px;
    filter: brightness(100);
}

.product-category-management-popup-body {
    display: flex;
    width: 100%;
    height: calc(100% - 60px);
    /*padding: 24px;*/
}

.product-category-management-category-article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    /*background-color: #2E2E2E;*/
    /*background-color: #565656;*/
    background-color: #D9D9D9;
    /*padding: 12px;*/
}

.product-category-management-product-article {
    width: calc(100% - 300px);
}

.category-article-header {
    padding: 12px;
}

.category-add-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-add-wrap.hide {
    display: none;
}

.category-add-button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    /*background-color: #8f8f8f;*/
    background-color: #fa943d;
    color: #FFFFFF;
}

.category-popup-button {
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 1px 4px 0px #00000040;
}

.category-popup-button:hover {
    filter: brightness(0.95);
}

.category-popup-button:active {
    scale: 0.98;
}

/*.category-order-edit-button {*/
/*    cursor: pointer;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/

.category-delete-button {
    width: 64px;
    height: 40px;
    line-height: 40px;
    background-color: #ff3b2f;
    color: #FFFFFF;
}

.category-order-edit-button:hover {
    text-decoration: underline;
}

.category-article-body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 64px);
}

.category-article-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding: 0 12px 6px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: -3px 12px 12px 0px #00000040;
}

.kiosk-option-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.kiosk-option-wrap > img {
    filter: brightness(0.1);
    width: 18px;
    height: 18px;
}


/*카테고리*/
#product-list-zone > #product-list-zone-category-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding-top: 0;
}

#product-list-zone-category-header-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 36px;
    padding-top: 0;
    gap: 6px;
    user-select: none;
}

#product-list-zone-category-management-button,
#product-list-zone-category-management-inner-button {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #fa943d;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
}

#product-list-zone-category-management-button:hover,
#product-list-zone-category-management-inner-button:hover {
    filter: brightness(0.95);
}
#product-list-zone-category-management-button:active,
#product-list-zone-category-management-inner-button:active {
    scale: 0.98;
}

#product-list-zone-category-header-wrap > #product-list-zone-category-title-header-wrap {
    position: relative;
    width: calc(100% - 120px);
    height: 36px;
    white-space: nowrap;
    overflow-x: auto;
}

#product-list-zone-category-header-wrap > .category-title-arrow-icon {
    filter: brightness(100);
    width: 24px;
    height: 24px;
    display: none;
    cursor: pointer;
}

#product-list-zone-category-header-wrap > .category-title-arrow-icon.active {
    display: block;
}

#product-list-zone-category-header-wrap > .category-title-arrow-icon.active.fade-out {
    filter: brightness(1);
    cursor: default;
}

#product-list-zone-category-header-wrap > .category-title-left-arrow-icon {
    transform: rotate(180deg);
    /*position: absolute;*/
    /*left: 0px;*/
}
#product-list-zone-category-header-wrap > .category-title-right-arrow-icon {
    /*position: absolute;*/
    /*right: 0px;*/
}

#product-list-zone-category-header-wrap > #product-list-zone-category-title-header-wrap::-webkit-scrollbar {
    display: none;
}

#product-list-zone-category-title-header-wrap > .product-list-zone-category-title-box {
    display: inline-block;
    width: max-content;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 12px;
    cursor: pointer;
}

#product-list-zone-category-title-header-wrap > .product-list-zone-category-title-box.active {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fa943d;
}

#product-list-zone-category-list-wrap > #product-list-zone-category-product-list-wrap {
    /*background-color: #00C8FF;*/
    /*position: relative;*/
    width: 100%;
    height: calc(100% - 36px);
}


.category-add-input-box-wrap {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.category-add-input-box-wrap.hide {
    display: none;
}

.category-add-input-box,
.category-edit-input-box {
    width: 200px;
    height: 40px;
    border: 2px solid #E5E8EB;
    border-radius: 6px;
    padding: 0 12px;
}

.category-add-input-box:hover,
.category-edit-input-box:hover {
    border: 2px solid #fa943d;
}

.category-add-input-box:focus,
.category-edit-input-box:focus {
    border: 2px solid #fa6400;
}

.category-add-input-submit-button,
.category-edit-input-submit-button {
    width: 64px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF0E5;
    color: #FA6400;
}

.category-add-input-submit-button:hover,
.category-edit-input-submit-button:hover {
    background-color: #FFD1B3;
}

.category-list-wrap {
    overflow: auto;
    width: 100%;
    /*margin-top: 12px;*/
    padding-top: 6px;
}

.product-category-popup-category-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width : 100%;
    height: 50px;
    padding: 0 12px;
    cursor: pointer;
    /*border-radius: 6px;*/
    background-color: #D9D9D9;
    /*transition: box-shadow 0.3s ease;*/
}

.product-category-popup-category-box.active {
    font-weight: bolder;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 12px 0px #00000040;
}

.product-category-popup-category-box:hover {
    /*box-shadow: 0px 1px 12px 0px #00000040;*/
    box-shadow: 0px 1px 100px 0px #00000040;
    z-index: 1;
}

.product-category-popup-category-box + .product-category-popup-category-box {
    /*margin-top: 12px;*/
}

.product-category-edit-input-box-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    left: 0;
    /*background-color: #D9D9D9;*/
    background-color: inherit;
}

.product-category-title-wrap {
    display: flex;
    align-items: center;
    /*gap: 12px;*/
    font-size: 18px;
}

.product-category-title-wrap > .product-category-title {
    /*transition: opacity 0.3s ease, transform 0.3s ease;*/
    transform: translateX(-8px);
}

.product-category-title-wrap > .product-category-title.active {
    transform: translateX(22px);
}

.product-category-line-delete-icon {
    -webkit-user-drag: none;
    visibility: hidden;
    /*display: none;*/
    /*opacity: 0;*/
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-150px);
}

.product-category-line-delete-icon.active {
    /*display: block;*/
    visibility: visible;
    /*opacity: 1;*/
    transform: translateX(0);
}

.product-category-line-align-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: translateX(-20px);
    cursor: grab;
}

.product-category-line-align-wrap.disabled {
    display: none;
}

.product-category-line-align-icon {
    -webkit-user-drag: none;
    display: block;
    width: 16px;
    height: 16px;
    /*transform: translateX(-20px);*/
    /*cursor: grab;*/
}

.product-category-line-align-icon.disabled {
    display: none;
}

.product-category-line-delete-icon.active:hover {
    /*display: block;*/
    filter: brightness(0.95);
}

/*.product-category-title-wrap > img {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*}*/
.category-toggle-box {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(0);
}

.category-toggle-box.active {
    transform: translateX(150px);
}


.category-toggle-box.service-toggle-box .switch .slider.active {
    background: #fa943d;
}

.product-article-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 12px;
}

.product-article-header-title {
    font-size: 18px;
    font-weight: bold;
}

.product-article-header-button-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.product-article-header-button-wrap > p {
    cursor: pointer;
    font-size: 14px;
    color: #7C7C7C;
    text-decoration: underline;
}

.product-article-header-button-wrap.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.category-popup-button.product-add-button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #fa943d;
    color: #FFFFFF;
}

.category-popup-button.product-delete-button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #ff3b2f;
    color: #FFFFFF;
}

.product-article-body {
    width: 100%;
    height: calc(100% - 60px);
    padding: 0 12px 12px;
    /*background-color: #EEEEEE;*/
}

.none-select-category-notice-wrap,
.none-category-product-notice-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
}

.none-select-category-notice-wrap > img,
.none-category-product-notice-wrap > img {
    width: 150px;
    height: 150px;
}

.none-select-category-notice-wrap > p,
.none-category-product-notice-wrap > p {
    font-size: 24px;
    font-weight: bold;
}

.product-article-body-product-list-section {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*gap: 6px;*/
}

.product-article-body-product-control-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.product-article-body-product-count {

}

.product-article-body-product-name-sort {
    cursor: pointer;
}

.product-article-body-product-name-sort:hover {
    text-decoration: underline;
}

.product-article-body-product-table-wrap {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.product-article-body-product-table-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 6px;
    background-color: #2E2E2E;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.category-product-data-column-title {
    text-align: center;
}

.product-article-body-product-table-body {
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #D9D9D9;
    padding: 0 6px;
}

.category-product-data-row-wrap {
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #D9D9D9;
    /*border-bottom: 1px solid;*/
}

.category-product-data-row-wrap + .category-product-data-row-wrap {
    border-top: 1px solid #EEEEEE;
}

.category-product-data-row-wrap > div {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding: 0 6px;
}

.product-line-align-icon {
    -webkit-user-drag: none;
    display: block;
    width: 16px;
    height: 16px;
}

.product-line-delete-icon {
    cursor: pointer;
    -webkit-user-drag: none;
    display: block;
    width: 16px;
    height: 16px;
}

.product-line-delete-icon:hover {
    filter: brightness(0.95);
}

/* loading */
.circle-loading-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100005;
    width: 100%;
    height: 100%;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.circle-loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #fa6400;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}


/* product-category popup in add product popup */

.broj-cover.product-select-popup-cover {
    background: none;
}

.category-product-select-popup-box {
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*position: relative;*/
    overflow: hidden;
    width: 80%;
    min-width: 800px;
    max-width: 1200px;
    height: calc(100% - 100px);
    min-height: 600px;
    box-shadow: -3px 12px 12px 0px #00000040;
    z-index: 100;
    box-sizing: border-box;
    background: #222222;
    font-family: sans-serif;
    border-radius: 12px;
}

.category-product-select-popup-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    background-color: #3E4B57;
}

.category-product-select-popup-box-header-title {
    font-size: 18px;
    font-weight: bold;
}

.category-product-select-popup-box-header-close-button {
    cursor: pointer;
}

.category-product-select-popup-box-header-close-button > img {
    width: 18px;
    height: 18px;
    filter: brightness(100);
}

.category-product-select-popup-box-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: calc(100% - 156px);
    padding: 12px 24px 0;
    overflow-y: auto;
}

.category-product-select-popup-box-body-header {
    display: flex;
    justify-content: space-between;
    /*display: flex;*/
    /*gap: 12px;*/
    /*align-items: center;*/
    /*text-align: center;*/
}

.category-product-select-popup-product-type-box-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    text-align: center;
}

/*.category-product-select-popup-box-body-header > div {*/
/*    cursor: pointer;*/
/*    width: 60px;*/
/*}*/

.category-product-select-popup-product-type-box-wrap > div {
    cursor: pointer;
    width: 60px;
}

.category-product-select-popup-product-type-box {
    color : #FFFFFF;
}

.category-product-select-popup-product-type-box.active {
    font-weight: bolder;
    cursor: default;
    pointer-events: none;
    border-bottom: 2px solid #FA6400;
}

.category-product-select-popup-box-body-product-list-wrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 12px;
    background-color: #222222;
    border-radius: 4px;
    font-size: 12px;
}

.category-product-select-popup-box-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    width: 100%;
    height: 108px;
    padding: 24px;
}

.category-product-select-popup-box-footer-count-wrap {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.category-product-select-popup-box-footer-button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.category-add-product-cancel-button {
    width: 180px;
    height: 60px;
    line-height: 60px;
    background-color: #949494;
    color: #FFFFFF;
}

.category-add-product-submit-button {
    width: 180px;
    height: 60px;
    line-height: 60px;
    background-color: #FA6400;
    color: #FFFFFF;
}

/* 락커 상품 추가 설정 내 락커 설정 버튼 */
.locker-select-modal-open-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 36px;
    background-color: #E87130;
    transition: background-color 0.2s ease;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
}
.locker-select-modal-open-btn:active {
    background-color: #C76029;
}

.brand-market-tooltip-text-indent {
    margin-left: 10px;
    text-indent: -14px;
}

.brand-market-basic-number-input-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
    width: 100%;
    height: 40px;
    border: 2px solid #2E2E2E;
    border-radius: 5px;
    padding: 0 12px;
    background-color: #121212;
}

.brand-market-basic-number-input-box.inactive {
    display: none;
}

.brand-market-basic-number-input-box > input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    text-align: right;
    color: #FFFFFF;
}

/* BROJ PRODUCT MODULE CSS */
.broj-product-select {
    width: max-content;
    height: 32px;
    padding: 0px 24px 0px 18px;
    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;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border: none;

    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
    background-position: calc(100% - 14px) calc(1em), calc(100% - 9px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.income-deduction-box.hide {
    display: none !important;
}

.payment-flow-box-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    width: 500px;
    background-color: #2c2c2c;
    padding: 24px;
    border-radius: 24px;
}

.payment-flow-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    height: max-content;
    padding: 24px;
    opacity: 70%;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.payment-flow-box.active {
    opacity: 100%;
    /*background-color: #E8713080;*/
    background-color: #007bff;
    font-weight: bold;
    border-radius: 12px;
    pointer-events: auto;
}

.payment-flow-box-title-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.payment-flow-box-price {
    text-align: right;
    font-size: 36px;
    transition: transform 0.2s ease;
}

.payment-flow-btn-wrap {
    display: flex;
    gap: 12px;
    width: 100%;
}

.payment-flow-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.payment-flow-btn:hover {
    transform: scale(1.02);
}

.payment-complete-mini-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 250px;
    height: 150px;
    border-radius: 24px;
    background-color: #222222;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.payment-installment-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    color: #000;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 10px;
    border: none;
}
