.d-none-temp {
    display: none;
}

.pre-scrollable {
    max-height: 640px;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
}
::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}
::-webkit-scrollbar-button {
    display: none;
}
.image_del {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
    width: 2.8rem;
    height: 2.8rem;
    background-color: rgba(47, 52, 65, 90%);
    font-size: 1.1rem;
    border-radius: 50rem;
    z-index: 900;
    transition: all 0s ease-in;
    align-items: center;
    justify-content: center;
}
.inx-chip {
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-sizing: border-box;
    padding: 0 0.5rem 0 0.75rem;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    cursor: default;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
}

.inx-chip:focus,
.inx-chip:hover {
    background-color: #c7c6c6;
    border-color: #c7c6c6;
}

.inx-chip-action i {
    margin-left: 5px;
    font-size: 1.5rem;
    color: #fff;
}

.inx-chip-action .material-icons:hover {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-contact {
    width: 2.25rem;
    margin-right: 5px;
    margin-left: -0.75rem;
    border-radius: 50%;
}

.inx-chip-primary {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
}

.inx-chip-primary:focus,
.inx-chip-primary:hover {
    color: #fff;
    background-color: #1266f1;
    border-color: #1266f1;
}

.inx-chip-secondary {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
}

.inx-chip-secondary:focus,
.inx-chip-secondary:hover {
    color: #fff;
    background-color: #199d76;
    border-color: #199d76;
}

.inx-chip-success {
    color: #fff;
    background-color: #259b24;
    border-color: #259b24;
}

.inx-chip-success:focus,
.inx-chip-success:hover {
    color: #fff;
    background-color: #1b721a;
    border-color: #1b721a;
}

.inx-chip-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.inx-chip-info:focus,
.inx-chip-info:hover {
    color: #fff;
    background-color: #0286c2;
    border-color: #0286c2;
}

.inx-chip-warning {
    color: #333;
    background-color: #ffc107;
    border-color: #ffc107;
}

.inx-chip-warning:focus,
.inx-chip-warning:hover {
    color: #333;
    background-color: #d39e00;
    border-color: #d39e00;
}

.inx-chip-danger {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

.inx-chip-danger:focus,
.inx-chip-danger:hover {
    color: #fff;
    background-color: #ee3900;
    border-color: #ee3900;
}

.inx-chip-light {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.inx-chip-light:focus,
.inx-chip-light:hover {
    color: #333;
    background-color: #dae0e5;
    border-color: #dae0e5;
}

.inx-chip-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.inx-chip-dark:focus,
.inx-chip-dark:hover {
    color: #fff;
    background-color: #1d2124;
    border-color: #1d2124;
}

.inx-chip-outline-primary {
    color: #4285f4;
    background-color: transparent;
    border-color: #4285f4;
}

.inx-chip-outline-primary .inx-chip-action i {
    background-color: rgba(66, 133, 244, 0.38);
}

.inx-chip-outline-primary:focus,
.inx-chip-outline-primary:hover {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
}

.inx-chip-outline-primary:focus .inx-chip-action i,
.inx-chip-outline-primary:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-secondary {
    color: #20c997;
    background-color: transparent;
    border-color: #20c997;
}

.inx-chip-outline-secondary .inx-chip-action i {
    background-color: rgba(32, 201, 151, 0.38);
}

.inx-chip-outline-secondary:focus,
.inx-chip-outline-secondary:hover {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
}

.inx-chip-outline-secondary:focus .inx-chip-action i,
.inx-chip-outline-secondary:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-success {
    color: #259b24;
    background-color: transparent;
    border-color: #259b24;
}

.inx-chip-outline-success .inx-chip-action i {
    background-color: rgba(37, 155, 36, 0.38);
}

.inx-chip-outline-success:focus,
.inx-chip-outline-success:hover {
    color: #fff;
    background-color: #259b24;
    border-color: #259b24;
}

.inx-chip-outline-success:focus .inx-chip-action i,
.inx-chip-outline-success:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-info {
    color: #03a9f4;
    background-color: transparent;
    border-color: #03a9f4;
}

.inx-chip-outline-info .inx-chip-action i {
    background-color: rgba(3, 169, 244, 0.38);
}

.inx-chip-outline-info:focus,
.inx-chip-outline-info:hover {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.inx-chip-outline-info:focus .inx-chip-action i,
.inx-chip-outline-info:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107;
}

.inx-chip-outline-warning .inx-chip-action i {
    background-color: rgba(255, 193, 7, 0.38);
}

.inx-chip-outline-warning:focus,
.inx-chip-outline-warning:hover {
    color: #333;
    background-color: #ffc107;
    border-color: #ffc107;
}

.inx-chip-outline-warning:focus .inx-chip-action i,
.inx-chip-outline-warning:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-danger {
    color: #ff5722;
    background-color: transparent;
    border-color: #ff5722;
}

.inx-chip-outline-danger .inx-chip-action i {
    background-color: rgba(255, 87, 34, 0.38);
}

.inx-chip-outline-danger:focus,
.inx-chip-outline-danger:hover {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

.inx-chip-outline-danger:focus .inx-chip-action i,
.inx-chip-outline-danger:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa;
}

.inx-chip-outline-light .inx-chip-action i {
    background-color: rgba(248, 249, 250, 0.38);
}

.inx-chip-outline-light:focus,
.inx-chip-outline-light:hover {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.inx-chip-outline-light:focus .inx-chip-action i,
.inx-chip-outline-light:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.inx-chip-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

.inx-chip-outline-dark .inx-chip-action i {
    background-color: rgba(52, 58, 64, 0.38);
}

.inx-chip-outline-dark:focus,
.inx-chip-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.inx-chip-outline-dark:focus .inx-chip-action i,
.inx-chip-outline-dark:hover .inx-chip-action i {
    background-color: rgba(0, 0, 0, 0.38);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden;
}

.plus-input-warp {
    width: 140px;
    height: 140px;
}

.plus-input {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 140px;
    height: 140px;
    font-size: 2rem !important;
    color: #c0c6d1;
    border: 1px dashed #ddd;
}
.plus-input i {
    line-height: 136px;
    font-size: 3rem;
}
.plus-input img {
    object-fit: cover;
    width: 140px;
    height: 140px;
}
.image_one_del {
    text-align: center;
    padding: 8px;
    background: #000;
    opacity: 0.3;
    color: #fff;
    position: absolute;
    display: none;
}

.inx-table.table {
    margin-bottom: 0;
    background-color: transparent;
}

.inx-table.table td,
.inx-table.table th {
    padding: 0.75rem;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out;
}

.inx-table.table thead th {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table tbody + tbody {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table .table {
    margin-bottom: 0;
}

.inx-table.table.table-reflow {
    display: block;
    overflow-x: scroll;
}

.inx-table.table.table-reflow thead {
    position: absolute;
}

.inx-table.table.table-reflow tbody {
    margin-left: 130px;
}

.inx-table.table.table-reflow tr {
    display: table-cell;
    float: none;
    width: 130px;
    vertical-align: top;
    background-color: #fff;
}

.inx-table.table.table-reflow th {
    width: 131px;
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inx-table.table.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.inx-table.table.table-reflow td,
.inx-table.table.table-reflow th {
    display: block !important;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table.table-reflow td:last-child,
.inx-table.table.table-reflow th:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table.table-reflow td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table .thead-dark th {
    color: rgba(255, 255, 255, 0.7);
    background-color: #343a40;
}

.inx-table.table .thead-light th {
    color: rgba(0, 0, 0, 0.54);
    background-color: #f8f9fa;
}

.inx-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.inx-table.table-sm td,
.inx-table.table-sm th {
    padding: 0.25rem;
}

.inx-table.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table-bordered td,
.inx-table.table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.inx-table.table-bordered thead td,
.inx-table.table-bordered thead th {
    border-bottom-width: 1px;
}

.inx-table.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.inx-table.table-borderless td,
.inx-table.table-borderless th {
    border: 0;
}

.inx-table.table-borderless thead th {
    border: 0;
}

.inx-table.table-dark {
    color: #f8f9fa;
    background-color: #343a40;
}

.inx-table.table-dark td,
.inx-table.table-dark th,
.inx-table.table-dark thead th {
    border-color: rgba(255, 255, 255, 0.12);
}

.inx-table.table-dark thead th {
    color: rgba(255, 255, 255, 0.7);
}

.inx-table.table-dark.table-bordered {
    border: 0;
}

.inx-table.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.02);
}

.inx-table.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.38);
}

.inx-table .child-table {
    background-color: #fff;
}

.inx-table .child-table > td {
    padding: 0 !important;
    border-top: none;
}

.inx-table .child-table > td .table > thead > tr {
    background-color: #fff;
}

.inx-table .child-table .table-sm td,
.inx-table .child-table .table-sm th {
    padding: 0.25rem 0.75rem;
}

@media (max-width: 767.98px) {
    .inx-table .child-table {
        margin-top: -20px;
    }
}

.inx-table.inx-table-card {
    background-color: #fff;
    border-radius: 0.125rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 767.98px) {
    .inx-table-card.inx-table {
        background-color: transparent;
        box-shadow: none;
    }

    .inx-table-card.inx-table .table {
        margin-bottom: 0;
    }

    .inx-table-card.inx-card-main {
        background-color: transparent;
        box-shadow: none;
    }

    .inx-table-card.table.inx-table thead {
        display: none;
    }

    .inx-table-card.table.inx-table tbody {
        display: block;
    }

    .inx-table-card.table.inx-table tr {
        display: block;
        margin-bottom: 1.25rem;
        background-color: #fff;
        border-radius: 0.125rem;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .inx-table-card.table.inx-table td {
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .inx-table-card.table.inx-table td[data-title]:before {
        float: left;
        font-size: inherit;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.54);
        content: attr(data-title);
    }

    .inx-table-card.inx-table.table-striped td,
    .inx-table-card.inx-table.table-striped tr:nth-child(odd) {
        background-color: #fff;
    }

    .inx-table-card.inx-table.table-striped td:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .inx-table-card.inx-table.table-dark {
        background-color: transparent;
    }

    .inx-table-card.inx-table.table-dark tr {
        background-color: #343a40;
    }

    .inx-table-card.inx-table.table-dark td[data-title]:before {
        color: rgba(255, 255, 255, 0.7);
    }

    .inx-table-card.inx-table.table-hover tr:hover {
        background-color: #fff;
    }

    .inx-table-card.inx-table.table-hover td:hover {
        background-color: rgba(0, 0, 0, 0.075);
    }

    .inx-table-card.inx-table.table-hover.table-dark tr:hover {
        background-color: #343a40;
    }

    .inx-table-card.inx-table.table-hover.table-dark td:hover {
        background-color: rgba(255, 255, 255, 0.38);
    }

    .inx-table-card.inx-table.table-striped.table-dark td,
    .inx-table-card.inx-table.table-striped.table-dark tr:nth-child(odd) {
        background-color: #343a40;
    }

    .inx-table-card.inx-table.table-striped.table-dark td:nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.02);
    }

    .inx-table-card.inx-z-depth {
        background-color: transparent;
        box-shadow: none;
    }
}

.inx-card .inx-table caption {
    padding: 0.75rem;
}


.inx-table.inx-table-card {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.table_style_inx th,
.table_style_inx td {
    font-size: 1.5rem !important;
    padding: 1.6rem !important;
}

.table_style_inx {
    text-align: center !important;
    min-width: 100% !important;
}
.table_style_inx th {
    color: #22272b !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #e8ecf5 !important;
    border-top: 1px solid #e8ecf5 !important;
}
.table_style_inx th,
.table_style_inx td {
    padding: 2.4rem 2rem !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    transition: background-color 0.1s ease-in-out !important;
}
.table_style_inx th:first-child {
    border-top-left-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
}
.table_style_inx tbody tr:hover td {
    background-color: #f6f8fb !important;
}
.table_style_inx th small {
    color: var(--textgray) !important;
}
.table_style_inx td {
    border-top: none !important;
    border-bottom: 1px solid var(--border) !important;
}
/*추가*/
.n_detail_body ul, dl, dt, dd {
    list-style: revert-layer;
    padding: revert;
}

.text-break-p P{
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.vimeo_div {
    position:relative;
}
.vimeo_ifram {
    position:absolute; 
    width:100%; 
    height:100%;
}
.text_break {
    word-break: break-word;
}
.text_ws_unsge{
    white-space: unset;
}
#loading_box .swiper-slide-visible{
    opacity: 0.5;
}
#loading_box .swiper-slide-active{
   opacity: 1;
}
#loading_box .img_txt{
    overflow: hidden;  		
    text-overflow: ellipsis;  	
    white-space: nowrap; 		
    word-break:break-all;
    width: 100%;
    height: 50px;
}