.j-main-background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #131313a3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.j-main-background .scroll-bar{
    overflow: scroll;
}

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

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

.j-main-background > .j-main-popup{
    width: 80%;
    height: max-content;
    max-width: 100%;
    max-height: calc(100% - 100px);
    border-radius: 3px;
    background-color: #2C2C2C;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.j-main-background > .j-main-popup .market-cancel-info-box{
    display: flex;
    align-items: center;
    padding: 12px 12px;
    height: max-content;
}

.j-main-background > .j-main-popup .market-cancel-info-box-title{
    font-size: 14px;
    width: 90px;
}

.j-main-background > .j-main-popup .cancle-input-box{
    background: #414141;
    border: none;
    padding: 6px;
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    color: #cccccc;
    box-sizing: content-box;
}

.j-main-background > .j-main-popup .cancle-text-box{
    color: #cccccc;
    height: 35px;
    line-height: 35px;
    background: #414141;
    padding: 0 6px;
}

.j-main-background > .j-main-popup .j-popup-row{
    width: 100%;
    min-height: 36px;
    height: max-content;
    margin-top: 24px;
    display: flex;
}
.j-main-background > .j-config-popup .j-popup-row-unit > h5{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 12px;
}

.j-main-background > .j-config-popup > div:nth-child(2){
    width: 100%;
    height: calc(100% - 62px);
    padding: 0px 24px 24px 24px;
    overflow: scroll;

}
.j-main-background > .j-config-popup > h3{
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 12px 24px;
}

.j-main-background > .j-config-popup > div:nth-child(2) > h5{
    width: 100%;
    padding-top: 12px;
}

.j-main-background > .j-config-popup > div:nth-child(2) > h5 > label{
    display: inline-block;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.j-main-background > .j-config-popup > div:nth-child(3){
    width: 100%;
    height: 55px;
    display: flex;
}

.j-main-background > .j-config-popup > div:nth-child(3) > button{
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.670707px;
    color: #FFFFFF;
    background: #7C7C7C;
    cursor: pointer;
}

.j-main-background > .j-config-popup .j-popup-row-unit{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24px;
    box-sizing: border-box;
    min-height: 36px;
    height: max-content;
    position: relative;
}
.j-main-background > .j-config-popup .j-popup-row-unit > span {
    position: absolute;
    left: 0;
    top: -16px;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    align-items: center;
    letter-spacing: -0.603637px;
    color: #A4A4A4;
}
.j-sub-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #131313a3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.j-sub-background > .j-sub-popup {
    width: 80%;
    height: max-content;
    max-width: 80%;
    max-height: calc(100% - 100px);
    border-radius: 3px;
    background-color: #2C2C2C;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.j-sub-background > .j-sub-popup label {
    display: inline-block;
}

.j-sub-background > .j-sub-popup h5 {
    font-size: 1.25rem;
}

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

.j-sub-background > .j-sub-popup textarea,
.j-main-background input,
.j-main-background textarea {
    box-sizing: border-box;
}

.j-sub-background > .j-sub-popup .select-appearance {
    cursor: pointer;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    appearance: none !important;
    padding-right: 2rem !important;
    background-color: #4a4a4a;
}
.j-popup-checkbox{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.j-popup-checkbox > input{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.j-popup-checkbox > label{
    color: white;
    cursor: pointer;
}
.j-popup-select {
    background: #4A4A4A;
    border-radius: 3px;
    outline: none;
    color: white;
    width: 100%;
    height: 36px;
    border: none;
    padding: 0px 12px;
}
.j-popup-select.arrow-select {
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgb(148, 148, 148) 50%), linear-gradient(135deg, rgb(148, 148, 148) 50%, transparent 50%);
    background-position: calc(100% - 14px) calc(1em), calc(100% - 9px) calc(1em), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #4A4A4A;
    cursor: pointer;
}

.j-popup-number-input,.j-popup-input{
    background: #4A4A4A;
    border-radius: 3px;
    outline: none;
    color: white;
    width: 100%;
    min-height: 36px;
    height: max-content;
    border: none;
    text-align: left;
    padding: 0px 6px;
}

.j-popup-row-unit .j-setting-list-view {
    background: #383838;
    width: calc(100% - 245px);
    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;
}

.j-popup-row-unit .j-setting-list-view.position-none {
    position: initial;
    width: calc(100% - 35px);
}

.j-popup-row-unit .j-setting-list-view.position-none div{
    display: flex;
    align-items: center;
}

.j-popup-row-unit .j-setting-list-view > div {
    width: 100%;
    padding: 6px 12px;
    height: 34px;
    background: #383838;
}

.j-popup-row-unit .j-setting-list-view > div:hover {
    background: #4a4a4a;
    cursor: pointer;
}

.j-popup-row-unit .category-box {
    /*max-width: 110px;*/
    padding: 4px 12px;
    margin: 6px 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;
    background: #A875FF;
    cursor: pointer;
}
.j-popup-row-unit .category-box > img{
    width: 10px;
    height: 10px;
    margin-left: 6px;
}
.j-util-normal-input-zone{
    position: relative;
    display: inline-block;
}
.j-util-normal-input-zone > h5{
    padding-bottom: 6px;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.j-util-normal-input, .j-util-normal-select{
    position: relative;
    background: #4A4A4A;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 6px 12px;
    box-sizing: border-box;
    border: none;
    color: white;
    outline: none;
}

.j-util-normal-input > input{
    color: white;
    background: none;
    border: none;
    width: calc(100% - 20px);
}

.j-util-normal-input > span{
    position: absolute;
    right: 12px;
    top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
}
.j-util-select-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    box-sizing: border-box;
    border: none;
    color: white;
}
.j-util-select-input > input {
    height: 100%;
    width: calc(100% - 174px);
    background: #4A4A4A;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 6px 12px;
    box-sizing: border-box;
}

.j-util-select-input > select {
    width: max-content;
    max-width: 100px;
    margin-left: 12px;
    background: #4A4A4A;
    border-radius: 3px;
    border: none;
    color: #A4A4A4;
    height: 100%;
    text-align: center;
    padding: 0px 12px;
}

.j-util-select-input > span{
    margin-left: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
}

.j-util-normal-radiobox{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.j-util-normal-radiobox > input[type=radio]{
    margin-right: 6px;
    cursor: pointer;
}
.j-util-normal-radiobox > label{
    margin-right: 12px;
    cursor: pointer;
}

.j-util-normal-checkbox{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.j-util-normal-checkbox > input[type=checkbox]{
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.j-util-normal-checkbox > label{
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
.j-util-normal-btn{
    width: max-content;
    height: 34px;
    background: #4A4A4A;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    padding: 6px 12px;
    border: none;
    outline: none;
}

.j-util-datetime-local{
    width: 243px;
    height: 34px;
    background: #4A4A4A;
    border-radius: 3px;
    color: #ffffff;
    padding: 6px 12px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.j-util-normal-toggle {
    width: max-content;
    height: max-content;
    flex-direction: row !important;
    display: inline-flex;
}

.j-util-normal-toggle p.toggle-label {
    font-family: NotoSansKR, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 5px 0;
}

.j-util-normal-toggle .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

.j-util-normal-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.j-util-normal-toggle .switch .slider.round {
    border-radius: 34px;
}

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

.j-util-normal-toggle .switch .slider.round:before {
    border-radius: 50%;
}

.j-util-normal-toggle .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.j-util-normal-toggle .switch .slider.active {
    background: #5697ee;
}

.j-util-image-box{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 1px solid #7c7c7c;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.j-util-image-box:hover{
    transform: scale(0.98);
}

.j-util-image-box > img {
    width: 100%;
    height: 100%;
}

.j-util-image-box .delete-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -9px;
    right: -9px;
}

.j-util-image-box .plus-icon {
    width: 18px;
    height: 18px;
}

.j-util-texteitor-zone {
    position: relative;
    background: #4A4A4A;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    border: none;
    color: white;
}

.j-util-texteitor-zone > .j-util-editor-tool-box {
    width: 100%;
    height: 30px;
    background: #feffff;
    border-radius: 3px;
    justify-content: flex-start !important;
    justify-items: center;
    border: 1px solid #a4a4a4;
    color: black;
    min-width: 200px;
    flex-direction: row;
}

.j-util-texteitor-zone > .j-util-editor-tool-box select{
    margin-right: 6px;
}

.j-util-texteitor-zone > .j-util-editor-tool-box a{
    color: black;
    padding: 0 6px;
}
.j-util-texteitor-zone > .j-util-editor-text-area{
    height: calc(100% - 30px);
    width: 100%;
    padding: 6px;
    display: inline-block;
    float: left;
}

.j-util-menu-zone-bottomline {
    width: 100%;
    height: 100%;
}
.j-util-menu-zone-bottomline > div:nth-child(1) {
    height: 35px;
    width: 100%;
    margin-bottom: 12px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.j-util-menu-zone-bottomline > div:nth-child(1) > button{
    width: max-content;
    height: 34px;
    background: none;
    cursor: pointer;
    color: #797979;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    min-width: 100px;
}

.j-util-menu-zone-bottomline > div:nth-child(1) > button.active{
    font-weight: 500;
    pointer-events: none;
    color: #ffffff;
    border: none;
    padding: 0px;
    width: auto;
    border-bottom: 2px solid rgb(250, 148, 61);
}

.j-util-menu-zone-bottomline > div:nth-child(1) > button.contract.active{
    border-bottom: 2px solid #FFBA01;
}

.j-util-menu-zone-bottomline > div:nth-child(2) {
    height: calc(100% - 47px);
    width: 100%;
}

.j-util-popup-v1{
    width: 100%;
    height: 100%;
}

.j-util-popup-v1 > h3{
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgb(242, 147, 60);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FA943D;
}

.j-util-popup-v1 > .j-util-popup-body{
    width: 100%;
    height: calc(100% - 112px);
    padding: 24px;
}

.j-util-popup-v1 > .j-util-popup-bottom{
    width: 100%;
    height: 56px;
    display: flex;
}

.j-util-popup-v1 > .j-util-popup-bottom > button{
    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;
}
.j-util-popup-v1 .scroll-bar{
    overflow: scroll;
}

.j-util-popup-v1 .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.j-util-popup-v1 .scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}
.j-util-row-box-v1{
    width: 100%;
    height: max-content;
}

.j-util-row-box-v1 > div:nth-child(1){
    margin-bottom: 24px;
    position: relative;
    display: flex;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.j-util-row-box-v1 > div:nth-child(1) > label{
    margin-right: 24px;
    font-size: 16px;
    width: 19px;
    color: #fa943d;
    display: inline-block;
}
.j-util-row-box-v1 > .j-util-row-contents{
    width: 100%;
    padding: 0px 0px 0px 0px;
    height: max-content;
    box-sizing: border-box;
    position: relative;
}
.j-util-question-mark{
    position: absolute;
    width: max-content;
    height: max-content;
    padding: 12px;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    border-radius: 4px;
    background-color: #fff;
}
.j-util-days-select-row{
    width: 100%;
    height: 34px;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.47px;
    color: #fff;
}
.j-util-days-select-row > .j-util-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-right: 12px;
    cursor: pointer;
    border: 1px solid #7C7C7C;
}
.j-util-days-select-row > .j-util-day-unit.active{
    color: #fff;
    background: #3b99f5;
}
.j-util-tiwn-time-row, .j-util-custom-select-row{
    width: 100%;
    height: 34px;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.47px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.j-util-tiwn-time-row > input{
    outline: none;
    border: none;
    background: none;
    width: 113px;
    height: 27px;
    padding-bottom: 3px;
    border-bottom: 1px solid #7c7c7c;
    color: white;
}

.j-util-tiwn-time-row > img{
    width: 22px;
    right: 22px;
    padding: 6px;
    margin-left: 12px;
    cursor: pointer;
}
.j-util-custom-select-row > .j-util-custom-options-box {
    position: absolute;
    top: 36px;
    right: 0px;
    width: 100%;
    height: max-content;
    z-index: 1;
    background: #414141;
    border: 1px solid #7C7C7C;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    max-height: 220px;
}
.j-util-custom-select-row > .j-util-custom-options-box li {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0px 12px
}
.j-util-custom-select-row > .j-util-custom-select{
    background: #4A4A4A;
    border-radius: 3px;
    color: white;
    width: 100%;
    height: 32px;
    padding: 0px 4px;
    min-height: 36px;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    border: none;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.j-util-custom-select-row > .j-util-custom-select > .options-add-box {
    display: flex;
    align-items: center;
    border: none;
    padding: 0px;
    width: auto;
    background: none;
    font-size: inherit;
    line-height: 20px;
    flex: 1 1 60px;
    min-width: 60px;
    margin-left: 12px;
}
.j-util-custom-select-row > .j-util-custom-select > .options-add-box > input{
    color: white;
    background: none;
    border: none;
    outline: none;
}
.j-util-custom-select-row > .j-util-custom-select > .option-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;
}

.j-util-search-box{
    border-radius: 3px;
    display: inline-flex;
    justify-content: flex-start;
    cursor: pointer;
    background: #4A4A4A;
    position: relative;
}

.j-util-search-box > input{
    width: 100%;
    height: 100%;
    color: white;
    background: none;
    border: none;
    outline: none;
}

.j-util-search-box > img{
    position: absolute;
    right: 12px;
    width: 22px;
    height: 22px;
}

.j-util-label-box{
    border-radius: 3px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.j-util-normal-profile{
    width: 100%;
    height: 100%;
    max-height: 42px;
    max-width: 214px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.j-util-normal-profile > img{
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.j-util-normal-profile > div{
    padding-left: 12px;
    width: calc(100% - 32px);
    height: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.j-util-normal-profile > div > label{
    text-align: left;
}

summary.j-util-table-summary{
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding-top: 12px;
}

summary.j-util-none-line-table-summary{
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding : 12px 0 12px 12px;
    color: #A4A4A4;
}

table.j-util-normal-table{
    width: 100%;
    height: max-content;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #2C2C2C;
    border-left: 1px solid #2C2C2C;
    margin: 12px 0px;
}

table.j-util-none-line-table{
    width: 100%;
    height: max-content;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    /*margin: 12px 0px;*/
    border-top: 1px solid #4A4A4A;
}

table.j-util-normal-table td {
    padding: 12px;
    vertical-align: top;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
}

table.j-util-none-line-table td {
    padding: 15px;
    vertical-align: top;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
}

table.j-util-normal-table td.gray41{
    background: #414141;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

table.j-util-normal-table td.gray38{
    background: #383838;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

table.j-util-normal-table td.gray-none{
    background: none;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    border: none;
    width: 15%;
}

table.j-util-normal-table td.white-none{
    background: #383838;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    width: 35%;
}

table.j-util-none-line-table td.gray-none{
    background: none;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    border: none;
    width: 20%;
}

table.j-util-none-line-table td.white-none{
    background: none;
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    width: 30%;
}

#branch-list-zone {
    padding-left : 24px;
    width : 250px;
    height : 500px;
    float : left;
}

#membership-list-brand-title {
    width: 100%;
    display: inline-block;
    height: 16px;
    font-size: 16px;
    cursor : pointer;
    pointer-events: auto;
    color: #A4A4A4;
}

#membership-list-brand-title.active {
    pointer-events: none;
    color: #6EBD8D;
}

.membership-branch-title {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size : 16px;
    color : #A4A4A4;
    cursor : pointer;
}

.membership-branch-title:hover {
    color: #6EBD8D;
}

.membership-branch-title.active {
    color : #6EBD8D;
}

#membership-branch-list-wrap {
    width: 220px;
    height : 385px;
    padding : 16px;
    background : #222222;
    padding : 16px;
    border-radius : 5px;
}

#membership-branch-list-wrap::-webkit-scrollbar {
    display: none;
}

#membership-list-zone {
    width: 100%;
    height: 450px;
    padding-top: 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: white;
}

#membership-list-zone .mini-popup .mini-popup-row:hover {
    color: #6EBD8D;
}

#membership-list-zone > .product-box {
    width: 220px;
    height: 220px;
    padding: 16px;
    border: #2c2c2c 1px solid;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-color: #2c2c2c;
    margin: 0px 24px 24px 0px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

#membership-list-zone > .product-box.active {
    border: #6EBD8D 1px solid;
    background: #414141;
}

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

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

#membership-list-zone .product-box > div:nth-child(2) {
    padding: 5px 0px;
    width: 100%;
}

#membership-list-zone .product-box > div:nth-child(3) {
    height: 110px;
    padding-top: 20px;
    width: 100%;
    border-bottom: 3px solid #383838;
}

#membership-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;
}

#membership-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;
}

#membership-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;
}

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

#membership-list-zone .product-box > div:nth-child(4) > div {
    height: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#membership-list-zone .product-box > div:nth-child(4) > div > h5 {
    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;
}

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

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

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

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

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

.membership-type-title {
    box-sizing: border-box;
    display : inline-block;
    margin-top : 16px;
    margin-right : 16px;
    height : 26px;
    border-bottom : 0px;
    font-size : 16px;
    color : #A4A4A4;
    cursor : pointer;
    pointer-events: auto;
}

.membership-type-title.active {
    border-bottom : 2px solid #6EBD8D;
    color : #FFFFFF;
    pointer-events: none;
}

#membership-product-wrap {
    width : 100%;
    height : 500px;
    padding-left : 18px;
    margin-left: 18px;
    margin-right : 24px;
    background-color: #222222;
    border-radius: 5px;
}

.choose-membership-wrap {
    position: relative;
    display : inline-block;
    width : 238px;
    height : 52px;
    margin-top : 12px;
    margin-right : 12px;
    border : 1px solid #7C7C7C;
    border-radius : 27px;
    cursor: pointer;
    padding: 5px 18px;
    color: #CCCCCC;
    background: #414141;
}

.choose-membership-wrap:hover {
    border : 1px solid #FFFFFF;
    color : #FFFFFF;
}

.choose-membership-wrap:hover .chosen-membership-close {
    background-image : url("/submodules/common/jlib/BroJUtil/images/x_thin_white.png");
    transform: scale(1.2);;
}

.chosen-membership-branch-title {
    font-size: 12px;
}

.chosen-membership-title {
    font-size: 14px;
    display: block;
    max-width : 170px;
    margin-top : 4px;
}

.chosen-membership-close {
    background-image : url("/submodules/common/jlib/BroJUtil/images/x_thin_grey.png");
    background-size : cover;
    position : absolute;
    width : 12px;
    height : 12px;
    top : 19px;
    right : 18px;
}

#membership-submit-btn {
    width : 200px;
    height : 50px;
    outline : none;
    border : none;
    border-radius : 4px;
    font-size : 16px;
    color : #FFFFFF;
    float : right;
    margin : 10px 24px 24px 0;
    cursor: pointer;
}

.j-util-popup-background{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #11111140;
    z-index: 10;
}

.j-util-public-popup{
    width: 900px;
    height: 671px;
    background: #2C2C2C;
    border-radius: 5px;
    position: relative;
    padding: 24px;
}

.j-util-public-popup .flex-box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.j-util-public-popup .public-popup-title{
    width: 100%;
    height: 30px;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    box-sizing: border-box;
}
.public-popup-content{
    height: calc(100% - 30px);
    width: 100%;
}

.j-util-row{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.j-util-row > .title{
    width: 20%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}

.j-utill-text-editor{
    width: 100%;
    height: 100%;
    color: black;
    -webkit-user-drag: none;
}

.j-utill-text-editor > .j-util-editor-text-area{
    color: black;
    width: 100%;
    min-height: 100%;
    height: max-content;
    resize: none;
    background: #EAEAEA;
    -webkit-user-drag: none;
}

.j-util-editor-menu-area{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: #feffff;
}

.j-util-editor-menu-area a{
    color: white;
    padding: 0px 8px;
}

.j-util-editor-menu-area select{
    color: white;
    background: #4A4A4A;
    border: none;
    min-width: 32px;
}

.j-util-editor-menu-area select > option{
    color: white;
    background: #4A4A4A;
}

.j-util-normal-line{
    width: 100%;
    height: 1px;
    background: #7C7C7C;
    margin: 24px 0px;
}
.j-util-scroll-zone{
    width: 100%;
    height: max-content;
    min-height: 100%;
}
.j-util-summary{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: rgb(204, 204, 204);
    font-weight: 400;
}

.j-util-normal-dropdown{
    position: absolute;
    background: white;
    border-radius: 5px;
    border: #979797 1px solid;
    z-index: 2;
}

.j-util-normal-dropdown > label{
    width: 100%;
    height: 30px;
    color: black;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
}

.j-util-normal-dropdown > label:hover{
    transform: scale(0.98);
    cursor: pointer;
}
#sign-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(56, 56, 56, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign-background .contract-sign-pad {
    height: 70%;
    background: rgb(255, 255, 255);
    border: 1px solid;
    border-radius: 5px;
    cursor: crosshair;
    width: 100%;
    max-height: 450px;
    max-width: 600px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
}

.contract-sign-pad{
    z-index: 10007;
}

#sign-background .contract-sign-pad .contract-sign-label{
    background-color: #000000;
    width: 100%;
    height: 37px;
    position: absolute;
    line-height: 15px;
    color: white;
    top: 35px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 10px;
}

#sign-background .contract-sign-pad .contract-sign-label>div{
    right: 10px;
    background: rgb(214 214 214);
    cursor: pointer;
    position: absolute;
    top: 5px;
    font-weight: 600;
    font-size: 14px;
    height: 26px;
    width: 110px;
    border-radius: 15px;
    color: #6b6b6b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#sign-background .contract-sign-pad .contract-sign-label2 {
    border-radius: 5px 5px 0 0;
    background-color: #4d4d4d;
    width: 100%;
    height: 35px;
    position: absolute;
    text-align: left;
    line-height: 15px;
    color: white;
    top: 0;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 10px;
}
#j-utill-sign-background{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10006;
    background: rgba(56, 56, 56, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
#j-utill-sign-background .contract-sign-pad {
    height: 70%;
    background: rgb(255, 255, 255);
    border: 1px solid;
    border-radius: 5px;
    cursor: crosshair;
    width: 100%;
    max-height: 450px;
    max-width: 600px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
}
#j-utill-sign-background .contract-sign-pad .contract-sign-form {
    background-color: #000000;
    width: 5px;
    height: 80%;
    position: absolute;
    top: 60px;
}

#j-utill-sign-background .contract-sign-pad .contract-sign-form2 {
    background-color: #000000;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 40px;
}

#j-utill-sign-background .contract-sign-pad .contract-check-btn {
    width: 50%;
    height: 40px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: dimgrey;
    color: white;
    bottom: 0;
    cursor: pointer;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 18px;
    font-weight: 800;
}

#j-utill-sign-background .contract-sign-pad .contract-sign-label>div {
    right: 10px;
    background: rgb(214 214 214);
    cursor: pointer;
    position: absolute;
    top: 5px;
    font-weight: 600;
    font-size: 14px;
    height: 26px;
    width: 110px;
    border-radius: 15px;
    color: #6b6b6b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.j-util-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;
}

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

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

.j-util-mini-popup .mini-popup-row:hover {
    color: #fa943d;
}

.j-util-focus-component{
    border: 1px solid #fa6400 !important;
}


.config-sub-popup-title-zone {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 12px 24px;
}

.config-sub-popup-body-zone {
    width: 100%;
    height: calc(100% - 62px);
    padding: 0px 24px 24px 24px;
    overflow: scroll;
}

.config-sub-popup-bottom-zone {
    width: 100%;
    height: 55px;
    display: flex;
}

.config-sub-popup-bottom-zone > button {
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.670707px;
    color: #FFFFFF;
    background: #7C7C7C;
    cursor: pointer;
}

#door_list_container {
    display: flex;
    overflow-x: overlay;
    height: 36px;
    padding: 0 6px;
}

#door_list_container > div {
    flex-shrink: 0;
}

.j-popup-row-unit .counter-wrap {
    display: flex;
    margin-top: 20px;
}

.j-popup-row-unit .attendance-counter {
    width: calc(100% / 4);
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.j-popup-row-unit .attendance-counter .attendance-counter-txt {
    font-size: 12px;
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    align-items: center;
    letter-spacing: -0.603637px;
    color: #A4A4A4;
}

.j-popup-row-unit .attendance-counter .attendance-counter-txt.counter-next-txt {
    color: #a4a4a4;
    position: absolute;
    right: 0px;
    top: 6px;
}

.j-popup-row-unit .attendance-counter .counter-inputbox {
    display: flex;
    align-items: center;
}

.j-popup-row-unit .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;
}

.j-popup-row-unit .product-count-input > img {
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
}

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

.j-popup-row-unit .product-count-input.none-active {
    opacity: 0.3;
    pointer-events: none;
}

.j-popup-row-unit .service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

.j-popup-row-unit .service-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.j-popup-row-unit .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;
}

.j-popup-row-unit .service-toggle-box .switch .slider.active {
    background: #5697ee;
}

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

.j-popup-row-unit .service-toggle-box.flex-box{
    margin: 0 0 7px 18px;
}

.j-popup-row-unit .service-toggle-box .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.j-popup-row-unit .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;
}

.j-popup-row-unit #product-grade-inputbox+.cancel-btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}

.j-popup-row-unit .attendance-attr button {
    width: 123px;
    height: 33px;
    background: #7C7C7C;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
}

.j-popup-row-unit .select-category-txt {
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    align-items: center;
    letter-spacing: -0.603637px;
    color: #A4A4A4;
}


.broj-primary-color-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #FA6400 !important;
}

/* 정기구독 관련 상품 tooltip */
.product-edit-subscribe-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-edit-subscribe-wrap img {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
}

.product-title-tooltip-box {
    color: #FAE2D5;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: default;
}

.product-title-tooltip-text {
    height: max-content;
    position: absolute;
    width: 500px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    line-height: 1.2;
    font-size: 14px;
    color: black;
    margin-left: 5px;
    font-weight: normal;
    visibility: hidden;
    top: 28px;
    left: 0;
    z-index: 1;
}

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

