li {
    list-style-type: none;
    list-style: none;
}

.preview_hidden {
    /* transform: translate(9999px); */
    opacity: 0;
    display: none;
    position: absolute;
}

.preview_views {
    transition: opacity 2s linear;
    transform: translate(0);
    opacity: 1;
    display: block;
}

.preview_size {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

.list_preview_size {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

#thumbnail_video_upload {
    width: 200px;
}

.cus_radio01 {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

.cus_radio01 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.cus_radio01:hover input ~ .checkmark {
    background-color: #ccc;
}

.cus_radio01 input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cus_radio01 input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.input-group input,
.input-group textarea {
    margin-right: 10px;
}

.dropzone .dz-preview .dz-image img {
    object-fit: contain;
    width: 120px;
    height: 120px;
}

/* CTS */
.cus_img_box01 {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    border-radius: 5px;
    box-shadow: 0 0 0.15rem 0.05rem rgba(2, 82, 151, 0.3);
    margin: 0 10px 10px 0;
}

.cus_img_box01 .top_area {
    display: flex;
    justify-content: space-between;
}

.cus_img_box01 .top_area .thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    /*height: 80px;*/
    padding: 0;
    margin: 0;
    border-top-left-radius: 5px;
    background: #fafafa;
    word-break: break-all;
}

.cus_img_box01 .top_area .thumb .icon_new {
    position: absolute;
    width: 32px;
    left: 0px;
    top: 0px;
}

.cus_img_box01 .top_area .thumb .icon_new img {
    width: 100%;
    height: 100%
}

.cus_img_box01 .top_area .thumb img {
    object-fit: contain;
    width: 185px;
    height: 80px;
}

.cus_img_box01 .top_area .right_mnu {
    width: 40px;
    text-align: right;
    margin: 5px 5px 0 0;
}

.cus_img_box01 .top_area .right_mnu button {
    margin: 0 0 5px 0;
}

.cus_img_box01 .info_area {
    padding: 10px 0 3px 0;
    margin: 0;
    width: 100%;
}

.cus_img_box01 .info_area .info {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.cus_img_box01 .info_area .info .title {
    text-align: right;
    width: 60px;
    padding: 0 8px 2px 0;
}

.cus_img_box01 .info_area .info .desc {
    width: 155px;
}

/*ksb*/
.cus_img_box_ksb {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    border-radius: 5px;
    box-shadow: 0 0 0.15rem 0.05rem rgba(2, 82, 151, 0.3);
    margin: 0 10px 10px 0;
}

.cus_img_box_ksb .top_area {
    display: flex;
    justify-content: space-between;
}

.cus_img_box_ksb .top_area .thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 80px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 5px;
    background: #fafafa;
    word-break: break-all;
}

.cus_img_box_ksb .top_area .thumb .icon_new {
    position: absolute;
    width: 32px;
    left: -5px;
    top: -5px;
}

.cus_img_box_ksb .top_area .thumb .icon_new img {
    width: 100%;
    height: 100%
}

.cus_img_box_ksb .top_area .thumb img {
    object-fit: contain;
    width: 130px;
    height: 80px;
}

.cus_img_box_ksb .top_area .right_mnu {
    width: 40px;
    text-align: right;
    margin: 5px 5px 0 0;
}

.cus_img_box_ksb .top_area .right_mnu button {
    margin: 0 0 5px 0;
}

.cus_img_box_ksb .info_area {
    padding: 5px 0 3px 0;
    margin: 0;
    width: 100%;
}

.cus_img_box_ksb .info_area .info {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.cus_img_box_ksb .info_area .info .title {
    text-align: right;
    width: 60px;
    padding: 0 5px 2px 0;
}

.cus_img_box_ksb .info_area .info .desc {
    width: 80px;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    border: 6px solid #f3f3f3; /* 회색 */
    border-top: 6px solid #3498db; /* 파란색 */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

p {
    margin-top: 10px;
    font-size: 16px;
    color: #3498db;
}

/*
!* SEARCH *!
.cus_search_box{text-align:right; vertical-align:top;}
.cus_search_box .search_info{display:inline-block; vertical-align:top;}
.cus_search_box .search_info .search_label{text-align:right; margin:0 5px 0 20px; }
.cus_search_box .btn_search{margin:0 0 0 10px; }*/

.cts_list_left {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}

/* PAGE SEARCH CTS */
.cus_img_box03 {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border-radius: 5px;
    margin: 0 5px 10px 0;
}

.cus_img_box03 .top_area {
}

.cus_img_box03 .top_area .thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 60px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 5px;
    background: #fafafa;
    overflow: hidden;
}

.cus_img_box03 .top_area .thumb .icon_new {
    position: absolute;
    width: 28px;
    left: 0px;
    top: -3px;
}

.cus_img_box03 .top_area .thumb .icon_new img {
    width: 100%;
    height: 100%
}

.cus_img_box03 .top_area .thumb img {
    object-fit: contain;
    width: 100px;
    height: 60px;
}

.cus_img_box03 .top_area .rect {
    width: 120px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}

.cus_img_box03 .top_area .rect .inner {
    background: #000000;
}

.cus_img_box03 .info_area {
    padding: 5px;
    margin: 0;
    width: 100%;
}

.cus_img_box03 .info_area .desc {
    font-size: 11px;
}

.cus_img_box03 .bx {
    font-size: 1rem;
}


/* RADIO BOX */
.cus_radio01 {
    position: relative;
    display: inline-block;
    padding: 1px 0 0 20px;
    margin: 1px 10px 0 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cus_radio01 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.cus_radio01 .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    border-radius: 16px;
    top: 0;
    left: 0;
    background: #ffffff;
    background: url("/assets/images/icons/c-check-gray.svg") no-repeat center;
    background-size: 10px 10px;
}

.cus_radio01:hover input ~ .checkmark {
}

.cus_radio01 input:checked ~ .checkmark {
}

.cus_radio01 input:checked ~ .checkmark:after {
    display: block;
}

.cus_radio01 input:disabled ~ .checkmark {
    background: #fafafa;
}

.cus_radio01 .checkmark:after {
    display: none;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 0;
    top: -1px;
    left: -1px;
    background: url("/assets/images/icons/c-check-wh.svg") no-repeat center #025297;
    background-size: 10px 10px;
}

.cus_radio01.disabled {
    color: #aaaaaa;
}

.cus_radio01.disabled .checkmark {
    background: #fafafa;
}


/* 기본 드랍존 스타일 */
.dropzone {
    border: 2px dashed #6c63ff;
    border-radius: 10px;
    background: #f8f9fa;
    padding: 20px;
    text-align: center;
    transition: background 0.3s ease, border-color 0.3s ease;
}

/* 드래그 중 스타일 */
.dropzone.dz-drag-hover {
    background: #e2e6ff;
    border-color: #5a55ff;
}

/* 업로드 영역 스타일 */
.dropzone .dz-message {
    font-size: 18px;
    font-weight: bold;
    color: #6c63ff;
}

.dropzone .dz-message span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}

/* 썸네일 이미지 스타일 */
.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-remove {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ff6b6b;
    text-decoration: underline;
    cursor: pointer;
}

.accordion-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
}

/*
.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
*/
/*
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
*/
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.accordion-body {
    padding: 0.79rem 1.125rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.cus_play_box01 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    border: 1px solid #d9dee3;
}

.cus_play_box01 .number {
    position: absolute;
    top: 0px;
    left: -5px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
}

.cus_play_box01 .close {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

.cus_play_box01 .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 70px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 5px;
    background: #fafafa;
    overflow: hidden;
}

.cus_play_box01 .thumb .rect {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}

.cus_play_box01 .thumb .rect .inner {
    background: #000000;
}

.cus_play_box01 .thumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.cus_play_box01 .txt {
    height: 20px;
    overflow: hidden;
    padding: 0 5px;
}

/* 키오스크용*/
.cus_play_box02 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    border: 1px solid #d9dee3;
}

.cus_play_box02 .close {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

.cus_play_box02 .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 5px;
    background: #fafafa;
    overflow: hidden;
}

.cus_play_box02 .inner {
    background: #000000;
}

.cus_play_box02 .txt {
    width: 110px;
    font-size: 11px;
}

.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* 적절한 높이 설정 */
    background-color: #f9f9f9; /* 부드러운 배경색 */
    border: 2px dashed #ccc; /* 점선 스타일 */
    border-radius: 8px; /* 둥근 모서리 */
    font-size: 1.2rem; /* 글자 크기 */
    color: #666; /* 텍스트 색상 */
    text-align: center; /* 텍스트 정렬 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 부드러운 그림자 */
}

.no-data span {
    font-weight: bold; /* 강조 */
    color: #444; /* 강조된 텍스트 색상 */
}

.no-data:hover {
    background-color: #e9e9e9; /* 호버 시 약간 어두운 배경 */
    border-color: #aaa; /* 호버 시 테두리 색상 변경 */
}