@charset "UTF-8";
@import "reset.css";
@import "leftNavi.css";
@import "header.css";
@import "main.css";
@import "pref.css";
@import "order.css";
@import "service.css";
@import "member.css";
@import "sms.css";
@import "voc.css";
@import "modal.css";
@import "error.css";
@import "sales.css";
@import "meta.css";


/* 로그인 시 스크롤 생성 X */
body.no-scroll {
    overflow: hidden!important;
}

#content {
    width: calc(100% - 240px);
    min-width: 1680px;
    height: 100%;
    margin-left: 240px;
}

.content-area {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.content-area-short{
    height: calc(100% - 60px);
}

/* ---------- search top css ---------- */
.search-top {
    height: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.search-top p {
    font-size: 14px;
}

.search-top p img {
    margin-right: 8px;
}

.search-top ul {
    display: flex;
    flex-direction: row;
}

.search-top ul li:not(:last-child)::after {
    content: "/";
    margin: 0 4px;
}

.search-top ul li span {
    color: #ed1b23;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2.5px;
    margin-left: 4px;
    cursor: pointer;
}

.search-top ul li span.cursor_none {
    text-decoration: none;
    cursor: inherit;
}

.excel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-color: #508F00;
}

.excel-btn:hover {
    background-color: #5E9618;
}

.excel-btn img {
    margin-right: 6px;
}

.content-top {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
}

.content-top2 {
    margin-bottom: 0;
}

.ct-btns {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.content-top-delete-btn {
    width: 100px;
    height: 36px;
    color: #ed1b23;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ed1b23;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-top-btn {
    min-width: 100px;
    width: max-content;
    padding: 0 10px;
    box-sizing: border-box;
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #ed1b23;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-top-btn.disabled {
    background-color: #F5F5F5;
    color: #CACACA;
    pointer-events: none;
    cursor: default;
}

.content-top-delete-btn.disabled {
    background-color: #F5F5F5;
    color: #CACACA;
    border: none;
    pointer-events: none;
    cursor: default;
}

.content-top-btn:hover {
    background-color: #FF1F27;
}

.content-top-delete-btn:hover {
    color: #BB0007;
    border: 1px solid #BB0007;
}

.reg-status {
    height: 36px;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
}

.reg-status span {
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

.reg-status-n span {
    background-color: #ED1B23;
}

.reg-status-y span {
    background-color: #508F00;
}
/* 24-05-28 수정 */
.back-btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 36px;
}

.back-btn a {
    display: flex;
    flex-direction: row;
    gap: 19px;
    width: 115px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

/* ---------- // search top css ---------- */


/* ---------- filter css ---------- */
/* 24-05-28 수정 */
.filter table {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #23282D;
    margin-top: 10px;
}

.filter table tr {
    display: flex;
    flex-direction: row;
    /*height: 50px;*/
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}

.filter table tr td {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-select-margin {
    margin-left: 20px;
}

.filter table tr td span {
    color: #ed1b23;
}

.filter table tr td > p {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #F5F5F5;
    padding-left: 20px;
    box-sizing: border-box;
}

.filter table tr td > input {
    width: 550px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding-left: 12px;
    margin-left: 20px;
}

.filter table tr td > input::placeholder {
    color: #cacaca;
}

.filter table tr td > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 0 12px;
    margin-left: 20px;
}

.half {
    width: 50%;
}

.date-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-control input {
    width: 228px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding-left: 12px;
}

.date-control input::placeholder {
    color: #cacaca;
}

.date-control:first-child input {
    margin-left: 20px;
}

.checkbox,
.radio {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.filter .checkbox {
    margin-left: 20px;
}

.filter .radio {
    margin-left: 20px;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    display: none;
}

.checkbox label,
.radio label {
    display: flex;
    align-items: center;
    gap: 0 6px;
    cursor: pointer;
}

.checkbox label::before,
.radio label::before {
    content: "";
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.checkbox input[type=checkbox]:checked + label::before,
.radio input[type=checkbox]:checked + label::before {
    width: 14px;
    height: 14px;
    background: url(../img/check.png) no-repeat;
    border: 0;
}

.radio label::before {
    border-radius: 50%;
}

.radio input[type=radio]:checked + label::before {
    width: 14px;
    height: 14px;
    background: url(../img/radio.png) no-repeat;
    border: 0;
}

.content-area .search-main-btn {
    width: 200px;
}

.content-area .search-main-btn button {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.content-area .search-select {
    top: 35px;
    width: 200px;
}

.search-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
}

.search-btn button {
    width: 80px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
}

.search-btn button:first-child {
    color: #ed1b23;
    border: 1px solid #ed1b23;
    background-color: #fff;
}

.search-btn button:first-child:hover {
    color: #BB0007;
    border: 1px solid #BB0007;
}

.search-btn button:last-child {
    color: #999999;
    border: 1px solid #999999;
    margin-left: 10px;
    background-color: #fff;
}

.search-btn button:last-child:hover {
    color: #5F5F5F;
    border: 1px solid #5F5F5F;
}

/* ---------- // filter css ---------- */


/* ---------- calendar css ---------- */
.calendar {
    position: absolute;
    width: 310px;
    top: 35px;
    left: 20px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.05);
    padding: 25px;
    z-index: 10;
}

.down-arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 26px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-left: 0;
    padding-left: 6px;
}

.select button:hover {
    background-color: #F5F5F5;
}

.select button.active {
    color: #ed1b23;
    font-weight: 700;
}

.select button.inactive {
    color: #CACACA !important;
    font-weight: 400 !important;
    pointer-events: none !important;
}

.date-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}

.date-header > div {
    display: flex;
}

.date-header > div:nth-child(2) {
    padding-left: 20px;
}

.date-header > div:nth-child(3) {
    padding-right: 20px;
}

.date-header > div > button {
    width: 54px;
    height: 30px;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-right: 0;
    padding-left: 10px;
}

.date-header .select {
    display: none;
    position: absolute;
    top: 58px;
    left: 71px;
    flex-direction: column;
    width: 80px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 2;
}

/*.date-header .select.show {*/
/*    display: block;*/
/*}*/

.date-header > div:nth-child(3) .select {
    left: 157px;
}

.date-header .select button {
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
}

.date-body > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 11.5px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.date-body > ul > li {
    width: 27px;
    position: relative;
}

.date-body > ul:first-child {
    line-height: 25px;
    background-color: #f5f5f5;
}

.date-body > ul:last-child {
    margin-top: 5px;
}

.date-body > ul:last-child li {
    cursor: pointer;
    z-index: 1;
}

.date-body > ul:last-child li::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    z-index: -1;
}

.date-body > ul:last-child li:hover::before {
    background-color: #f5f5f5;
}

.date-body > ul:last-child li.active {
    color: #ffffff;
    font-weight: 300;
}

.date-body > ul:last-child li.inactive {
    color: #CACACA !important;
    font-weight: 400 !important;
    pointer-events: none !important;
}

.date-body > ul:last-child li.active::before {
    background-color: #BCBCBC;
}

.date-body > ul > li:nth-child(7n+1) {
    color: #F64848;
}

.date-body > ul > li:nth-child(7n) {
    color: #4073F8;
}

.date-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    padding-top: 15px;
}

.date-footer > p {
    margin-right: 4px;
}

.date-footer > div {
    display: flex;
    position: relative;
}

.date-footer > div > button {
    width: 43px;
    height: 30px;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-right: 0;
    padding-left: 10px;
}

.date-footer .select {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    width: 69px;
    height: 140px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    z-index: 2;
}

.date-footer .select > button {
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    overflow-x: hidden;
}

.select.show {
    display: block;
}

.date-submit {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 15px;
}

.date-submit button {
    width: 128px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 700;
}

.date-submit button:nth-child(1) {
    color: #ffffff;
    background-color: #ed1b23;
}

.date-submit button:nth-child(1):hover {
    background-color: #FF1F27;
}

.date-submit button:nth-child(2) {
    color: #999999;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #999999;
}

.date-submit button:nth-child(2):hover {
    color: #5F5F5F;
    border: 1px solid #5F5F5F;
}

/* ---------- // calendar css ---------- */


/* ---------- table bottom css ---------- */
.table-bottom {
    position: relative;
}

.page-arrow {
    display: flex;
    /*visibility: hidden;*/
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.first-arrow {
    background: url(../img/left.png) no-repeat center;
}
.first-arrow:hover {
    background: url(../img/left-hover.png) no-repeat center;
}
.prev-arrow {
    background: url(../img/left2.png) no-repeat center;
}
.prev-arrow:hover {
    background: url(../img/left2-hover.png) no-repeat center;
}
.next-arrow {
    background: url(../img/right2.png) no-repeat center;
}
.next-arrow:hover {
    background: url(../img/right2-hover.png) no-repeat center;
}
.last-arrow {
    background: url(../img/right.png) no-repeat center;
}
.last-arrow:hover {
    background: url(../img/right-hover.png) no-repeat center;
}

/*.prev-arrow button:first-child {*/
/*    background: url(../img/left.png) no-repeat center;*/
/*}*/

/*.prev-arrow button:first-child:hover {*/
/*    background: url(../img/left-hover.png) no-repeat center;*/
/*}*/

/*.prev-arrow button:last-child {*/
/*    background: url(../img/left2.png) no-repeat center;*/
/*}*/

/*.prev-arrow button:last-child:hover {*/
/*    background: url(../img/left2-hover.png) no-repeat center;*/
/*}*/

/*.next-arrow button:first-child {*/
/*    background: url(../img/right2.png) no-repeat center;*/
/*}*/

/*.next-arrow button:first-child:hover {*/
/*    background: url(../img/right2-hover.png) no-repeat center;*/
/*}*/

/*.next-arrow button:last-child {*/
/*    background: url(../img/right.png) no-repeat center;*/
/*}*/

/*.next-arrow button:last-child:hover {*/
/*    background: url(../img/right-hover.png) no-repeat center;*/
/*}*/

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
}

.table-page-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
    padding: 30px 0 40px 0;
}

.table-page-wrap button {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 14px;
}

.table-page-wrap button span {
    display: none;
}

.table-page-wrap button:hover {
    color: #5F5F5F;
}

.table-page-wrap button.active {
    color: #ed1b23;
    font-weight: 700;
}

.table-select-wrap {
    position: absolute;
    top: 18px;
    right: 0;
    cursor: pointer;
}

.table-main-btn {
    display: flex;
    align-items: center;
    width: 110px;
}

.table-main-btn button {
    width: 80px;
    height: 32px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-right: 0;
    padding-left: 10px;
    font-size: 12px;
}

.table-main-btn p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-left: 0;
    padding-right: 10px;
}

.table-select.show {
    display: block;
}

.table-select {
    display: none;
    position: absolute;
    top: -95px;
    right: 0;
    width: 110px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.table-select button {
    width: 100%;
    height: 30px;
    text-align: left;
    padding: 0 10px;
    font-size: 12px;
}

.table-select button:hover {
    background-color: #F5F5F5;
}

.table-select button.active {
    color: #ed1b23;
    font-weight: 700;
}

.rotate-img.rotate {
    transform: rotate(180deg);
}

/* ---------- // table bottom css ---------- */


/* ---------- table modules css ---------- */
/* table 옵션 css */
thead.th-height1 {
    height: 50px;
}

thead.th-height2 {
    height: 35px;
}

tfoot.tf-height1 {
    height: 60px;
}

tfoot td{
    font-size: 14px !important;
}

.left-border {
    border-left: 0 !important;
}

.txt-bold {
    color: #232323;
    font-weight: 700;
}

.txt-green {
    color: #508f00;
    font-weight: 700;
}

.txt-bold-blue {
    color: #589cdf;
    font-weight: 700;
}

.txt-bold-red {
    color: #ed1b23;
    font-weight: 700;
}

.txt-red {
    color: #ed1b23;
}

tbody.bg-gray1 tr:nth-child(4n-1),
tbody.bg-gray1 tr:nth-child(4n) {
    background-color: #F8F8F8;
}

tbody.bg-gray2 tr:nth-child(2n) {
    background-color: #F8F8F8;
}

.bg-pink {
    background-color: #FFF2F3 !important;
}

/* table 공통 css */
.order-table {
    width: 100%;
}

table.default-table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #D9D9D9;
}

table.default-table thead,
table.default-table tfoot {
    background-color: #EBEBEB;
    width: 100%;
}

table.default-table tbody {
    width: 100%;
}

table.default-table tfoot {
    font-size: 14px;
}

table.default-table tr {
    border-bottom: 1px solid #D9D9D9;
}

table.default-table th {
    border-left: 1px solid #D9D9D9;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.array-th {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.array-th button {
    display: flex;
    align-items: center;
    justify-content: center;
}

table.default-table td {
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #D9D9D9;
    font-size: 12px;
    line-height: 16px;
    height: 47px;
    max-height: max-content;
    word-break: break-all;
}

.hover-icon, .calendar-icon, .search-icon, .end-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-icon:hover {
    content: url("../img/calender_hover.png");
}

.after-icon {
    display: none;
}

.hover-icon:hover .before-icon {
    display: none;
}

.hover-icon:hover .after-icon {
    display: block;
}

/* 이미지 url 변경 */
.search-icon:hover {
    content: url(../img/search2.png);
}
.receipt-icon:hover {
    content: url(../img/receipt2.png);
}
.calendar-icon:hover {
    content: url(../img/calender2.png);
}
.edit-icon:hover {
    content: url(../img/edit2.png);
}
.more-icon:hover {
    content: url(../img/more2.png);
}
.delete-icon:hover {
    content: url(../img/delete2.png);
}
.close-icon {
    content: url(../img/close.png);
}
.close-icon:hover {
    content: url(../img/close2.png);
}

.check-icon {
    content: url(../img/ok3.png);
}
.check-icon:hover {
    content: url(../img/ok4.png);
}


.more-change-icon {
    content: url(../img/more3.png);
}


/*.hover-icon:hover .before-icon {*/
/*    display: none;*/
/*}*/

/*.hover-icon:hover .after-icon {*/
/*    display: block;*/
/*}*/

/* ---------- // table modules css ---------- */


/* ---------- table data none css ---------- */
.data-none {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px 0;
    height: 480px;
}

.data-none.show {
    display: flex;
}

.data-none p:nth-child(2) {
    color: #cacaca;
    font-size: 13px;
    font-weight: 500;
}
/* ---------- // table data none css ---------- */


/* ---------- spinner html css ---------- */
.table-spinner {
    gap: 23px 0;
}

.loading {
    background: transparent;
    width: 55px;
    height: 55px;
    position: relative;
}

.loading:after {
    display: block;
    content: "";
    border-radius: 50%;
    height: 2px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 22px 0 0 2.5px #ed1b23, 22px 0 0 2.5px #ed1b23, 16px 16px 0 2.5px #d9d9d9, 0 22.5px 0 2.5px #d9d9d9, -16px 16px 0 2.5px #d9d9d9, -22.5px 0 0 2.5px #d9d9d9, -16px -16px 0 2.5px #d9d9d9, 0 -22.5px 0 2.5px #d9d9d9, 16px -16px 0 2.5px #d9d9d9;
    animation: rotate 1s steps(8) infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* ---------- // spinner html css ---------- */


/* ---------- active modules css ---------- */
/* leftNavi */
.menu-btn-active {
    font-weight: 600;
    background-color: #ed1b23;
}

.menu-sub-btn-active {
    font-weight: 700;
    background-color: #424952;
}

/* all arrow rotate */
.menu-btn-arrow,
.select-arrow {
    transform: rotate(180deg);
}

/* search / table / page-nav / modal active */
/* 모든 선택박스 초기 상태 -> 선택하지 않았을 때 기본 active 상태를 basic-active 라고 명칭한다. */
.select-basic-active,
.page-nav-basic-active,
.select-active,
.page-nav-active {
    font-weight: 700;
    color: #ed1b23;
}

/* 잘못된 값 입력 시 테두리 효과 */
.input-check-red {
    border: 1px solid #ED1B23 !important;
}

/* disable 효과 */
.input-disable {
    background-color: #F5F5F5;
    pointer-events : none;
}

/* 24-06-05 추가 */
.cancel-btn:disabled {
    color: #CACACA;
    background-color: #F5F5F5;
    border: 0;
    pointer-events : none;
}

.cancel-btn-disable {
    color: #CACACA;
    background-color: #F5F5F5;
    border: 0;
    pointer-events : none;
}
.cancel-btn-disable:hover {
    color: #CACACA;
    background-color: #F5F5F5;
    border: 0;
    pointer-events : none;
}

/* 부분 취소 및 종료 아이콘 커서 X */
.cursor-none {
    pointer-events: none;
}

/* visibility 효과 */
.visibility {
    visibility: hidden;
    display: none;
}

/* ---------- // active common css ---------- */

/* ---------- toast css ---------- */
.form-toast {
    opacity: 0;
    transition: opacity 0.3s;
}

.form-toast.show {
    opacity: 1;
}

/* ---------- // toast css ---------- */

.hide {
    display: none;
}


/* 포인트 미사용 input disable  */
.disable{
    background-color: #F5F5F5;
    color: #CACACA;
}