html {
    min-height: 100%;
    background-color: #000;
    /* 최하단 배경색 */

    background-image:
        radial-gradient(circle 1800px at center,
            rgba(34, 34, 34, 0.35) 0%,
            /* 살짝 투명하게 */
            rgba(44, 44, 44, 0.7) 60%,
            rgba(0, 0, 0, 0.95) 100%),
        url('../image/digital-pattern.png');

    /* 위 레이어(그라데이션), 아래 레이어(이미지) 순서 */
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    background-size: cover, auto;
    /* 그라데이션은 화면 덮기, 이미지는 기본 반복 */
}

body {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    /* 전체 폭에 보더를 포함시키고 싶으면 아래 줄도 같이 */
    box-sizing: border-box;
    position: relative;
}

/* 뷰포트가 2450px 이상일 때만 오른쪽 보더 표시 */
@media (min-width: 1600px) {
    body {
        border-right: 2px solid #991e13;
        border-left: 2px solid #991e13;
    }
}


* {
    /* 기본 안티앨리어싱 비활성화 */
    -webkit-font-smoothing: none !important;
    -moz-osx-font-smoothing: unset !important;
    font-smooth: never !important;

    /* 텍스트 렌더링 최적화 */
    text-rendering: optimizeSpeed !important;


    /* 중요: 위치를 항상 정수 픽셀로 강제 */
    transform-style: flat;


}

[class*=" icon-"],[class^=icon-],
.fa,.fab,.fal,.far,.fas {
    top:0px !important;
}

/* 애니메이션이나 전환 효과가 있는 요소에 특별 처리 */
.animated,
.transitioned,
[style*="transition"],
[style*="animation"] {
    transform: translate3d(0, 0, 0);
    will-change: transform;

    /* 소수점 위치를 정수로 반올림하도록 강제 */
    shape-rendering: crispEdges;
}

/* Base Typography */
body,
button,
input,
select,
table,
textarea {
    font-family: Galmuri9, sans-serif;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    color: #c2c2c2;
    font-size: 10px;
    letter-spacing: 0 !important;
}


.bg-dark-grid
{
    background-color: rgba(0, 0, 0, 0.3);
    background-image:
        radial-gradient(circle 200px at center,
            rgba(0, 0, 0, 0.3) 0%,
            /* 살짝 투명하게 */
            rgba(0, 0, 0, 0.4) 60%,
            rgba(0, 0, 0, 0.6) 100%),
        url('../image/digital-pattern.png');

    /* 위 레이어(그라데이션), 아래 레이어(이미지) 순서 */
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    background-size: cover, auto;
}

.pl-35 {
    padding-left: 25px !important;
}

.pr-35 {
    padding-right: 25px !important;
}


.w-60 {
    width: 60% !important;
}




.border-none {
    border: none !important;
}

.bg-black-01 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-005 {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-black-03 {
    background-color: rgba(0, 0, 0, 0.3);
}

.border-top-03 {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.border-top-01 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top-02 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}


/* Font Sizes */
.font-size-xs {
    font-family: Galmuri7, sans-serif !important;
    font-size: 8px !important;
}

.font-size-sm {
    font-family: Galmuri9, sans-serif !important;
    font-size: 10px !important;
}

.font-size-sm.font-weight-bold {
    font-family: Galmuri11, sans-serif !important;
    font-size: 11px !important;
}



.font-size-base {
    font-size: 12px !important;
    font-family: Galmuri11, sans-serif !important;
}

.font-size-base.font-weight-bold {
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: Galmuri11, sans-serif !important;
}

.font-size-md {
    font-family: Galmuri11, sans-serif !important;
    font-size: 16px !important;

}

.font-size-lg {
    font-family: Galmuri11, sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

/* Text Effects */
.text-shadow-dark {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.font-size-lg.text-shadow-dark {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
}

/* Text Colors */
.text-green-100 {
    color: #70891e;
}

.text-danger-100 {
    color: #d8879e !important;
}

.text-light-200 {
    color: #7b838f;
}

.text-muted-100 {
    color: #b9b9b9;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* Transitions */
i,
a,
li,
span,
:after,
:before {
    transition: 0.2s;
}

/* Tooltips */
.tooltip-inner {
    font-size: 10px;
    font-family: Galmuri9, sans-serif;
    letter-spacing: 0;
}

/* Breadcrumbs */
.breadcrumb-item {
    padding: 0;
    white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e9c3";
    font-family: 'icomoon' !important;
    margin-top: 0;
}




/* Button Sidebar */
.btn-sidebar-close {
    width: 22px !important;
    height: 22px !important;
}




.btn {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;

    text-wrap: nowrap;
    font-size: 8px;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Galmuri7, sans-serif;

    height:32px;
    /* 또는 고정 높이값 */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);

    background-image: url('../image/plastic-paper.png') !important;
}



.btn.rounded-pill {
    max-height: none !important;
    line-height: normal !important;
    /* 또는 고정 높이값 */
}


.btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
}


.btn i {
    font-size: 10px;
    margin-top: 0px;
    display: inline-block;


}

.btn.font-size-sm i {
    margin-bottom: 2px;
}


.btn.btn-labeled-left {
    padding-left: 42px;
}

.btn.focus,
.btn:focus {
    outline: 0 !important;
}

.btn-labeled>b {
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-labeled-left>b {
    min-width: 32px;
    padding: 0px;
}

.btn-xs.btn-labeled-left>b {
    min-width: 28px;
    padding: 0px;
}


.btn-xs {
    font-size: 8px;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Galmuri7, sans-serif;
    max-height: 23px;

    height: 23px;
    /* 또는 고정 높이값 */
}

.btn-xs i {
    font-size: 9px;
    margin-top: 0px;
}

.btn-sm {
    font-size: 8px;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Galmuri7, sans-serif;
    max-height: 29px;

    /* 또는 고정 높이값 */

}

.btn-sm i {
    font-size: 9px;
    display: inline-block;
}

.btn-sm i[class*="mi-"] {
    font-size: 12px;
}

.btn-lg {
    font-family: Galmuri11, sans-serif;
    font-size: 12px;
}

.btn-xlg {
    font-family: Galmuri11, sans-serif;
    font-size: 14px;
    height: 40px;
}


.btn-sm.btn-labeled-left>b {
    min-width: 29px;
    padding: 0px;
}

.btn-labeled-left.btn-sm {
    padding-left: 2.6rem;
}

.btn-sm.rounded-circle {
    width: 29px;
    height: 29px;
}


.btn-danger {
    background-color: #cf3429;
    
}

.btn-dark-100.disabled,
.btn-dark-100:disabled {
    background-color: rgba(0, 0, 0, 0.5) !important;
}



.btn-danger-100
{
    border-color:rgba(119, 28, 26, 0.5) !important;
}

.btn-danger-100,
.btn-danger-100:focus {
    color: #fdfdd8;
    background: rgba(223, 75, 72, 0.8);
    background-image: url('../image/plastic-paper.png') !important;
}

.btn-danger-100:hover {
    color: #ffffff;
    background: rgba(223, 75, 72, 0.5);
}

.btn-danger-100:active,
.btn-danger-100.active,
.show>.btn-danger-100 {

    color: #fdfdd8 !important;
    background: rgba(223, 75, 72, 0.3) !important;
}

.btn-danger-100.disabled,
.btn-danger-100:disabled {

    color: #fdfdd8;
    background: rgba(223, 75, 72, 0.5);
}


.btn-teal {

    color: #e7e7e7;
    background-image: url('../image/plastic-paper.png') !important;
}


.btn-danger-pink {
    background: #d8879e;
    color: #fffffd;
}

.btn-dark:focus,
.btn-dark {
    color: #979797;
    background-color: rgb(36, 42, 51);
    background-image: url('../image/plastic-paper.png') !important;
}

.btn-dark:hover {
    color: #c0c0c0 !important;
}

.btn-dark.active {
    color: #ffffff !important;
}


.btn-dark-100,
.btn-dark-100:focus {
    background-color: #4d4447;
    color: #d1d1d1;
    background-image: url('../image/plastic-paper.png') !important;
}

.btn-dark-100:hover {
    color: #fffffd;
    background-color: #443c3e;
}

.btn-dark-100:active,
.btn-dark-100.active,
.show>.btn-dark-100 {
    color: #e2e2db !important;
    background-color: #3b3436 !important;
}

.btn-dark-200 {
    background-color: #4d4447;
    color: #fffffd;
    background-image: url('../image/plastic-paper.png') !important;
}


.btn-dark-500 {
    color: #969696;
    background: rgba(37, 37, 37, 0.2);
    border:1px solid rgba(255, 255, 255, 0.1);
}

.btn-dark-500:hover,
.btn-dark-500[aria-expanded="true"] {
    background: rgba(37, 37, 37, 0.9);
    color: #fffffd;
}


.btn-dark-600 {
    color: #969696;
    background: #252525;
}

.btn-dark-600:hover,
.btn-dark-600[aria-expanded="true"] {
    background: #141414;
    color: #fffffd;
}





.btn-teal-border
{
    background-color: rgba(0, 247, 255, 0.12);
    border: 1px solid rgba(0, 247, 255, 0.13);

    color: #c4c4c4;
}

.btn-teal-border:hover
{
    color:#ffffff;
    border-color: rgba(0, 247, 255, 0.25) !important;
}

.btn-teal-border.active
{
    color:#f3ff50 !important;
}

.btn-danger-border
{
    background: rgba(223, 75, 72, 0.35);
    border: 1px solid rgba(223, 75, 72, 0.5);
    color: #c4c4c4;
}

.btn-danger-border.active
{
    color:#ffffff !important;
}

.btn-danger-border:hover
{
    color:#ffffff;
    border-color: rgba(223, 75, 72, 0.7) !important;
}

.btn-secondary-border
{
    background: rgba(61, 102, 121, 0.35);
    border: 1px solid rgba(61, 102, 121, 0.7);
    color: #c4c4c4;
}

.btn-secondary-border.active
{
    color:#ffffff !important;
}

.btn-secondary-border:hover
{
    color:#ffffff;
    border-color: rgba(76, 124, 146, 0.7) !important;

}

.btn-primary-border
{
    background: rgba(0, 123, 255, 0.30);
    border: 1px solid rgba(0, 123, 255, 0.5);
    color: #c4c4c4;
}

.btn-primary-border.active
{
    color:#ffffff !important;
}

.btn-primary-border:hover
{
    color:#ffffff;
    border-color: rgba(0, 123, 255, 0.7) !important;
}

.btn-dark-border
{
    background: rgba(37, 43, 54, 0.35);
    border: 1px solid rgba(95, 95, 95, 0.5);
    color: #c4c4c4;
}
.btn-dark-border:hover
{
    color:#ffffff;
    border-color: rgba(95, 95, 95, 0.7) !important;
}

.btn-dark-border.active
{
    color:#ffffff !important;
}

.btn-success-border
{
    background: rgba(40, 167, 69, 0.35);
    border: 1px solid rgba(40, 167, 69, 0.5);
    color: #c4c4c4;
}

.btn-success-border:hover
{
    color:#ffffff;
    border-color: rgba(40, 167, 69, 0.8) !important;
}

.btn-success-border.active
{
    color:#ffffff !important;
}

.btn-purple-border
{
    background:rgba(142, 112, 193, 0.35);
    border: 1px solid rgba(142, 112, 193, 0.5);
    color: #c4c4c4;
}
.btn-purple-border:hover
{
    color:#ffffff;
    border-color: rgba(142, 112, 193, 0.8) !important;
}

.btn-pink-border
{
    background:rgba(243, 92, 134, 0.35);
    border: 1px solid rgba(243, 92, 134, 0.5);
    color: #c4c4c4;
}
.btn-pink-border:hover
{
    color:#ffffff;
    border-color: rgba(243, 92, 134, 0.8) !important;
}


.btn.invert.active
{
    color:#eeff00 !important;

    background-color: rgba(0, 247, 255, 0.12) !important;
    border-color:  rgba(0, 247, 255, 0.13) !important;

    background-image: url(../image/plastic-paper.png) !important;    
}

.form-control {
    border-radius: 3px;
    font-size: 10px;
    font-family: Galmuri9, sans-serif;
}

/* Form Control Sizes */
.form-control-xs {
    border-radius: 3px;
    font-family: Galmuri7, sans-serif;
    font-size: 8px;
}

.form-control-md {
    border-radius: 3px;
    font-size: 12px;
    font-family: Galmuri11, sans-serif;
}

.bg-firework {
    background-image: url(../image/firework.svg) !important;
}

.one-line .select2-selection__clear {

    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #cf3429;
    cursor: pointer;
    background-image: url('../image/plastic-paper.png') !important;
}

.select2-selection:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 2px;
    display: block;
    width: 2px;
    height: 29px;
    z-index: 3;
    background: #202020;
}

.select2-selection.select-sm:after {
    height: 25px;
}


.select2-results__message {
    text-transform: uppercase;
    padding-left: 15px !important;
    text-align: center !important;
    font-family: Galmuri7, sans-serif;
    font-size: 8px !important;
    color: #f1f1f1;
}

.select2-search__field,
.form-control-sm {
    border-radius: 3px;
    font-size: 10px !important;
    font-family: Galmuri9, sans-serif;
    min-width: 23px !important;
}

.one-line .select2-search__field {
    resize: none;
    height: 26px !important;
    margin-top: 10px;
    overflow: hidden;
    text-wrap: nowrap;
    /* 스크롤바도 안 보이고 스크롤도 안 됨 */
    resize: none;
    /* 사용자가 크기 조절 못 하게 (옵션) */
}

.one-line .select-sm .select2-search__field {
    resize: none;
    height: 23px !important;
    margin-top: 3px;
}



.one-line .select2-selection {
    height: 34px !important;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    /* 줄바꿈 안 되도록 설정 */
    align-items: center;
}

.one-line .select2-selection.select-sm {
    height: 29px !important;
}



.select2-search__field {
    margin-left: 5px !important;
}

.select2-selection__choice+.select2-search--inline .select2-search__field {
    margin-left: 5px !important;
}

.select2-selection__rendered {
    height: 100% !important;
    padding: 2px;
    padding-top: 0px;
    min-height: 27px !important;
}

.one-line .select2-selection__rendered {
    max-height: 27px !important;
    display: inline-flex;
    /* 컨테이너 너비가 자식 크기에 따라 증가하도록 */
    flex-wrap: nowrap;
    /* 줄바꿈 금지 */
    align-items: center;
    width: auto !important;
    /* select2 기본 width 무시 */
    max-height: 27px !important;
    overflow: visible !important;
    /* 스크롤 방지 */
}

.one-line.select2-container .btn-group .btn {
    border-left: 1px solid #222222 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.one-line.select2-container .btn-group .btn:not(:last-child) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.select2-results__option {
    padding: 0px;
}



.search-tags-container {
    position: absolute;
    left: 3px;
    right: 0px;
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    z-index: 5;
}

.search-tags-container .tag-wrapper {
    display: inline-flex;
    white-space: nowrap;
    width: auto;
    flex-wrap: nowrap;
    text-wrap: nowrap;
}






.search-tags-container .tag,
.select2-selection .select2-selection__choice {
    background-color: #4d4447;
    color: #fffffd;
    background-image: url('../image/plastic-paper.png') !important;
    border-radius: 2px;
    font-family: Galmuri7, sans-serif !important;
    font-size: 8px !important;
    height: 28px !important;
    text-wrap: nowrap;
    margin: 0px;
    margin-right: 2px;
    margin-top: 2px;
    height: 100%;
    line-height: 100%;
    /* 또는 부모 요소의 실제 높이 값 */
    padding: 0px !important;
    display: flex;
    align-items: center;
    /* 수직 중앙 정렬 */
    justify-content: center;
    /* 수평 중앙 정렬 (선택) */
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow: visible;
}

.select2-chain .select2-selection .select2-selection__choice {
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.select2-chain .select2-selection .select2-selection__choice:first-of-type {
    padding-left: 10px !important;
}

.select2-chain .select2-selection .select2-selection__choice:last-of-type {
    padding-right: 10px !important;
}



.select2-selection.select-sm .select2-selection__choice {
    height: 23px !important;
}




.search-tags-container .tag {
    margin-top: 3px;
    height: 26px !important;
    color: #dfdfdf;
    padding-right: 10px;
    background-color: #4d4447;
    cursor: pointer;
}



.search-tags-container .tag:hover {
    background-color: rgb(53, 69, 79);
    ;
}

.tag-in-tag.fixed-data-option,
.select2-selection__choice.fixed-data-option {
    pointer-events: none;
    background-color: rgba(143, 17, 59, 0.6) !important;
    color: #fffffd;
    background-image: url('../image/plastic-paper.png') !important;
}

.search-tags-container .tag span.tag-in-tag {
    background-color: #312c2e;
    padding: 5px;
    border-radius: 4px;

    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
}

.search-tags-container .tag .tag-in-tag:hover {
    background-color: #4b2833;
}

.search-tags-container .tag .tag-in-tag:not(:last-of-type) {
    margin-right: 5px;
}

.search-tags-container .tag:hover:after {
    display:flex;
    align-items: center;
    justify-content: center;
    color: #a7a7a7 !important;
}

.search-tags-container .use-chain .tag {
    padding-right: 13px !important;
    z-index: 1 !important;
}

.search-tags-container .use-chain .tag:last-of-type {
    padding-right: 5px !important;
}


.search-tags-container .tag.tag-in-tag-use-chain .tag-in-tag:not(:last-of-type) {
    margin-right: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.search-tags-container .tag.tag-in-tag-use-chain .tag-in-tag:not(:first-of-type) {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.search-tags-container .tag i,
.select2-selection .select2-selection__choice i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px !important;
    margin-left: -10px !important;
    margin-right: 5px !important;
    text-align: center;
    margin-top: 0px;
}


i>img,
.search-tags-container .tag i .tag-image-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.dropdown-item i>img {
    margin-left: 7px;
}




.search-tags-container .use-chain .tag:not(:first-of-type) i {
    padding-left: 7px;
    width: 40px;

}

.one-line .select2-selection__choice {

    position: relative;
    clear: both;
    float: none;
    flex-wrap: nowrap;
    overflow: initial;
}

.one-line .select2-search--inline {
    clear: both;
    float: none;
    flex-wrap: nowrap;
}

.search-tags-container .use-chain .tag:not(:first-of-type):after,
.select2-chain .select2-selection__choice:not(:first-of-type):after {
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    width: 26px;
    height: 26px;
    background-image: url('../image/icon-linkage.png') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 10px;
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.6);
    content: " ";
    font-family: 'icomoon' !important;
}


.select2-selection__choice .select2-selection__choice__remove {
    display: none;
    position: absolute;
    padding: 0px;
    right: 9px;
    font-size: 9px !important;
    top: 50%;
    background: none;
    border: none;
    color: #ffffff;
    transform: translateY(-6px);

}



.select2-container {
    margin-top: 0px;
}

.search-tags-container .btn-group,
.select2-container .btn-group {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
}

.one-line.select2-container .btn-group .btn {
    padding: 0px;
    height: 32px;
    width: 27px;
}

.one-line.select2-container .select-sm .btn-group .btn {
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-tags-container .btn-group .btn {
    height: 29px;
    width: 29px;
}

.one-line.select2-container .btn-group .btn i {
    font-size: 10px;
    margin-top: 1px;
}

.select2-container .btn-group .btn.select2-chain.active i:before {
    content: "\ec98";
}



.select2-dropdown,
.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.6) 4px 4px 0px -1px;
    background-color: rgb(77, 68, 71);
    background-image: url('../image/plastic-paper.png') !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(65, 65, 65);
    border-image: initial;
    border-radius: 3px !important;
    min-height:32px;
    padding: 0px;
    overflow: hidden;
    min-width: 150px;
}

.select2-dropdown
{
    background-color: rgb(68, 68, 68);
}


.select2-dropdown {
    z-index: 500;
    margin-top:3px;
    margin-bottom:3px;
    
    box-shadow: 0px 9px 10px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(92, 92, 92, 0.4) !important;
}

.dropdown-menu .dropdown-item i {
    margin-left: -15px !important;
    margin-right: 10px !important;
}


.select2-dropdown .select2-results__options[role="listbox"] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.select2-dropdown .select2-results__message {
    padding-top: 10px;
    padding-bottom: 10px;
}

.select2-dropdown .select2-results__option {
    width: 100%;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.select2-dropdown .select2-results__option,
.dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(39, 39, 39, 0.6);
}

.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted,
.dropdown-menu .dropdown-item:hover {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url('../image/plastic-paper.png') !important;
}


.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    background: rgba(223, 75, 72, 0.5);
    background-image: url('../image/plastic-paper.png') !important;
    color: #ffffff;
}



.select2-dropdown .select2-results__option[role="option"],
.dropdown-menu .dropdown-item {
    margin: 0px;
    font-family: Galmuri7, sans-serif;
    font-size: 8px;
    color: rgb(194, 194, 194);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 32px;
}

.select2-dropdown .select2-results__option[role="option"] {
    height: 38px;
    overflow: hidden;
}


.select2-dropdown .select2-results__option[role="option"] .autocomplateThumb {
    width: 39px;
    min-width: 39px;
    height: 100%;

    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.list-item .btn-autocomplete,
.select2-dropdown .btn-autocomplete {
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 29px !important;
    min-width: 29px !important;
    border-left: 1px solid rgba(41, 41, 41, 0.28);
}
.select2-dropdown .btn-autocomplete:hover {
    background: rgba(255, 255, 255, 0.199);
}

.select2-dropdown .btn-autocomplete.active {
    
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);

    color:#eeff00 !important;




    background-image: url('../image/plastic-paper.png') !important;
}

.select2-dropdown .btn-autocomplete > i
{
    margin:0px !important;
}

.select2-dropdown .btn-autocomplete:not(.active) > i
{
    opacity: 0.5;
    
}
.select2-dropdown .btn-autocomplete:hover > i
{
    opacity: 1;
    scale: 1 !important;
}

.select2-dropdown .btn-autocomplete:hover > i.fas
{
    scale: 1.5 !important;
}


.select2-results__option i
{
    margin-right: 0px !important; 
}



.dropdown-menu .dropdown-item.active {

    background: rgba(223, 75, 72, 0.3);
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    background-image: url('../image/plastic-paper.png') !important;
}

[class^="bg-dark-"] {
    color: rgb(255, 255, 253);
}

.select2-dropdown .select2-results__option[role="option"] > i:first-child,
.dropdown-menu .dropdown-item > i:first-child {
    display: grid;
    align-items: center;
    /* 수직 중앙 정렬 */
    text-align: center;
    height: 100% !important;
    width: 30px !important;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    font-size:11px;
}

.select2-dropdown .select2-results__option[role="option"] i.autocomplete-checkbox {
    width: 35px !important;
    min-width: 35px !important;

}

.select2-dropdown .select2-results__option[role="option"] i.autocomplete-checkbox:before {
    content: "\ee6c";
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 8px !important;
}

.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected i.autocomplete-checkbox:before {
    content: "\ee6b";
}




textarea {
    resize: none;
}

/* Select2 드롭다운 메뉴 스크롤바 스타일링 */
::-webkit-scrollbar {
    width: 5px !important;
    /* 스크롤바 너비 */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5) !important;
    /* 트랙 배경색을 약간 어둡게 (반투명) */
}

::-webkit-scrollbar-thumb {
    background: rgba(92, 92, 92, 0.6) !important;
    /* 스크롤바 색상을 어두운 톤으로 (반투명) */

    border-radius: 4px !important;
    /* 스크롤바 모서리 둥글게 */
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(204, 33, 33, 0.4) !important;
    /* 스크롤바 색상을 어두운 톤으로 (반투명) */
}

/* 🔥 코너 부분까지 스타일 지정 */
::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 1) !important;
    /* 트랙과 같은 색 또는 transparent */
}

/* Firefox용 스크롤바 스타일링 */


.select2-results__option--load-more,
.select2-results__option--disabled.loading-results {
    background-image: url('../image/loading_message.svg') !important;
    background-size: 60px auto !important; /* 가로만 고정, 세로는 자동 */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: rgba(0, 0, 0, 0) !important;
    text-shadow: none !important;
}

.select2-results__option--disabled.loading-results
{
    position:absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;


}


.select2-results__option--load-more {
    background-size: 45px auto !important; /* 가로만 고정, 세로는 자동 */
    background-image: url('../image/loading_type.svg') !important;
}

.tags-holder {

    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 5px;

    padding: 0px;
}

.tags-holder .tag-holder-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 8px;
}

.tags-holder .tag-holder-item:hover .font-size-base {
    color: #f5ff6a !important;
}


.tags-holder .tag-holder-item:hover .font-size-xs {
    color: #ffffff !important;
}

.tags-holder .tag-holder-item.fixed-data-option {
    background-color: rgba(143, 17, 59, 0.25) !important;
}

.tags-holder .btn-tag-remove {
    font-size: 12px;
    color: #888888;
    margin-right: 3px;
    cursor: pointer;
}

.tags-holder .tag-holder-item.fixed-data-option .btn-tag-remove {
    display: none;
}

.tags-holder .btn-tag-remove:hover {
    color: #ffffff;
}

.tags-holder .tag-holder-item:not(:last-child) {

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tags-holder .name-container {
    line-height: 1.2;
}

.tags-holder .tag-holder-thumb {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 3px;
}

.item-label {
    padding-left: 5px;
}

[class*="bg-dark"] .item-label {
    color: #c2c2c2;
}


/* Border Radius */
.border-radius-0 {
    border-radius: 0px !important;
}

/* Border Colors */
.border-right-1 {
    border-right: 1px solid #d1d5db;
}

.border-bottom-1 {
    border-bottom: 1px solid #d1d5db;
}

.border-t-1-dark-200 {
    border-top: 1px solid #2b2b2b;
}

.border-b-1-dark-200 {
    border-bottom: 1px solid #2b2b2b;
}

.border-b-1-dark-100 {
    border-bottom: 1px solid #4d4447;
}

.border-top-pink {
    border-top-color: #d72f19 !important;
}

.border-t-1-grey-200 {
    border-top: 1px solid #bdc0c4 !important;
}

.border-t-1-grey-300 {
    border-top: 1px solid #aaaeb4 !important;
}


.bg-dark-200 {
    background: rgb(64, 57, 59) !important;
}

.bg-dark-400 {
    background: rgb(65, 65, 65) !important;
}

.bg-dark-500 {
    background: rgb(57, 57, 57) !important;
}

.bg-dark-550 {
    background: rgb(46, 46, 46) !important;
}

.bg-plastic {
    background-image: url(../image/plastic-paper.png) !important;
}

.nav-pills.penijoy-pills .nav-link:not(.active):hover {
    color: #b4b4b4;
}

.nav-pills.penijoy-pills .nav-link.active,
.nav-pills.penijoy-pills .show>.nav-link {
    background: rgb(223, 75, 72);
    background-image: url(../image/plastic-paper.png) !important;
}




.rating-status.overwhelmingly-positive {
    color: rgb(38, 198, 218);
}

.rating-status.very-positive {
    color: rgb(102, 192, 244);
}

.rating-status.positive {
    color: rgb(102, 192, 244);
}

.rating-status.mostly-positive {
    color: rgb(102, 192, 244);
}

.rating-status.mixed {
    color: rgb(178, 178, 178);
}

.rating-status.mostly-negative {
    color: rgb(250, 72, 72);
}

.rating-status.negative {
    color: rgb(250, 72, 72);
}

.rating-status.very-negative {
    color: rgb(250, 72, 72);
}

.rating-status.overwhelmingly-negative {
    color: rgb(250, 72, 72);
}

.btn-toggle-popup {
    position: relative;
}

.popup-content {
    text-align: left;
    display: none;
    position: absolute;
    min-width: 200px;
    min-height: 150px;
    z-index: 1000;
    cursor: auto;
    margin-top: 4px;
    -webkit-box-shadow: 0px 9px 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 9px 10px 5px rgba(0, 0, 0, 0.5);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(187, 187, 187, 0.35);
    border-image: initial;
    border-radius: 3px;
    padding: 0px;
    overflow: hidden;
    will-change: transform;
}

.popup-content.right {
    right: 0;
}
.popup-content.top {
    top: 0;
}

.popup-modal-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.grid-container-220 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.grid-container-200 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

/* Grid Containers */
.grid-container-150 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 5px;
}

.grid-container-120 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 5px;
}

.grid-container-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 5px;
}


@media (min-width: 991px) {
    .grid-container-main {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 5px;
    }
}

@media (min-width: 1524px) {
    .grid-container-main {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 5px;
    }
}




.grid-content-container {
    grid-column: 1 / -1;
}


.virtual-scroll-container .loading-overlay {
    pointer-events: none;
    /* 👈 마우스 이벤트를 통과시킴 */
    /* 높이 0 → 흐름상 공간을 차지하지 않아 컨테이너 높이에 영향 없음(기존 absolute와 동일).
       위치 고정은 sticky가 담당하고, 실제 비주얼은 ::before로 위로 그린다. */
    height: 0;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: visible;

    transition: none !important;
}

.virtual-scroll-container .loading-overlay::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;

    /* 두 개의 백그라운드 레이어를 함께 사용 */
    background:
        url('../image/loading_message.svg'),
        linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.0) 100%);

    background-repeat: no-repeat;
    background-position: center 85%;
    background-size: auto;
    /* 필요시 contain, 50px auto 등으로 조절 가능 */
}


/* Card Styles */
.card {
    border-radius: 2px;
}

.card.in-virtual-scroll {
    max-height: 100%;
}

.popup-modal-container .card.in-virtual-scroll {
    max-height: 1100px !important;
}


.list-item,.thumb-item {
    contain: layout paint;
}

/* Grid Thumbnail Cards */
.grid-thumb .card {
    transition: 0.3s;

    box-shadow:none !important;

}



.grid-thumb .card:hover {
    border: 1px solid #b1b1b1 !important;
}


.grid-thumb .card-header {}

.grid-thumb .thumb-item.active .card {
    border: 1px solid rgba(224, 34, 31, 0.7) !important;
}

.grid-thumb .active .card-header {
    background-color: rgba(224, 34, 31, 0.7);

}



.grid-thumb.comment .card-header {
    height: 45px;
}

.grid-thumb.comment .card-status {
    height: 35px;
}


.grid-thumb .img-cover {
    background-color: rgba(0, 0, 0, 0.15);
}


.star-raiting-container {

    font-size: 10px;
    display: flex;
    align-items: center;

}

.star-raiting-container .rating-text {
    margin-left: 5px;
    font-size: 9px;
    font-style: italic;

    position: relative;
    color: #8b939e;
}

.star-raiting-container .rating-text:not(.rating-text-0) {
    color: #e1e5eb !important;
}

.star-raiting-container .rating-text.rating-text-0::after {
    position: absolute;
    display: block;
    content: ' ';
    width: 79px;
    height: 1px;
    top: 7px;
    left: -61px;
    background: #55585c;
}



.star-raiting {
    position: relative;
    color: #4b4b4b;
}

.star-raiting:after {
    content: '\f005\f005\f005\f005\f005';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';

}

.star-raiting.raiting-1:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f089';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-2:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-3:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f089';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-4:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-5:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005\f089';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-6:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-7:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005\f005\f089';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-8:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005\f005\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-9:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005\f005\f005\f089';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.star-raiting.raiting-10:before {
    position: absolute;
    top: 2px;
    color: #e03d32;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}



/* ==========================================================================
   Colors & Backgrounds
   ========================================================================== */

/* Background Colors */
.bg-danger {
    background: #e03d32 !important;
}

.bg-danger-100 {
    background: #571f1f !important;
}

.bg-grey-100 {
    background-color: #ebeff3;
}

.bg-grey-200 {
    background-color: #e4e8eb;
}

.bg-grey-300 {
    background-color: #dbdfe2;
}

.bg-grey-400 {
    background-color: #d2d7da;
}

.bg-grey-500 {
    background-color: #bdc2c5;
}

.bg-grey-600 {
    background-color: #b2b6b9;
}

/* Dark Theme Backgrounds */
[class^="bg-dark-"] {
    color: #fffffd;
}


.bg-main
{
    background: #3a3a3a !important;
}

.bg-dark-100 {
    background: #4d4447 !important;
}

.bg-dark-200 {
    background: #40393b !important;
}

.bg-dark-300 {
    background: #373135 !important;
}

.bg-dark-400 {
    background: #414141 !important;
}

.bg-dark-500 {
    background: #393939 !important;
}

.bg-dark-520 {
    background: #393939 !important;
}

.bg-dark-550 {
    background: #2e2e2e !important;
}

.bg-dark-600 {
    background: #252525 !important;
}


.dropdown-item:focus,.dropdown-item:hover
{
    background-color: rgba(0, 0, 0, 0.2) !important;
}


.custom-select[class*="bg-dark"] {
    font-size: 10px;
    font-family: Galmuri9, sans-serif;
    background-color: rgba(32, 32, 32, 0.8) !important;
    border: 1px solid #474747;
    color: #d4d4d4 !important;
    background: rgba(131, 131, 131, 1) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23838383' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .875rem center / 8px 10px no-repeat;
}

.select2-selection[class*="bg-dark"],
.bootstrap-touchspin[class*="bg-dark"] input[type="number"],
.form-control[class*="bg-dark"] {
    background-color: rgba(32, 32, 32, 0.8) !important;
    border: 1px solid #474747;
    color: #d4d4d4 !important;
    background-image: url('../image/plastic-paper.png') !important;
}

.bootstrap-touchspin[class*="bg-dark"] input[type="number"] {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 32px;
    
}

.custom-select[class*="bg-dark"]:hover,
.select2-selection[class*="bg-dark"]:hover,
.form-control[class*="bg-dark"]:not(.is-valid, .is-invalid):hover {
    border: 1px solid #616161 !important;
}

.bootstrap-touchspin[class*="bg-dark"] input[type="number"]:hover {
    border: 1px solid #616161 !important;
    z-index: 3;
}


.select2-container--open .select2-selection[class*="bg-dark"],
.custom-select[class*="bg-dark"]:focus,
.form-control[class*="bg-dark"]:not(.is-valid, .is-invalid):focus {
    border: 1px solid #929292 !important;
}

.bootstrap-touchspin[class*="bg-dark"] input[type="number"]:focus {
    border: 1px solid #929292 !important;
    z-index: 3;

}



.bootstrap-touchspin[class*="bg-dark"].focus .input-group-btn-vertical>.btn {

}



.bootstrap-touchspin .input-group-btn-vertical>.btn {
    width: 29px;
    height: 32px;
    border-top: 1px solid #474747 !important;
    border-bottom: 1px solid #474747 !important;
    border-right: 1px solid #474747 !important;
    border-left: none !important;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.3);
    /* ← 왼쪽선 대체 */
}

.bootstrap-touchspin[class*="bg-dark"]:hover:not(.focus) .input-group-btn-vertical>.btn {

}


.bootstrap-touchspin .input-group-btn-vertical i {
    margin-left: 0px !important;
    margin-top: 0px !important;
    left:0px !important;
    position: relative;
}

.form-control[class*="bg-dark"]:hover .form-control-feedback i {
    color: #ffffff !important;
}

[class*="bg-dark"] .form-control-feedback i {
    color: #555555;
}

.active>.form-control[class*="bg-dark"] {
    border: 1px solid #7a7a7a !important;
}

.active>.form-control-feedback i {
    color: #acacac !important;
}



/* Special Backgrounds */
.bg-firework {
    background-image: url('../image/firework.svg') !important;
}

.bg-plastic {
    background-image: url('../image/plastic-paper.png') !important;
}

.bg-plastic-v {
    background-image: url('../image/plastic-paper-v.png') !important;
}

.ui-slider-label {
    font-size: 9px;
    font-family: sans-serif;
}

[class*="bg-dark"] .ui-slider-label {
    color: #c2c2c2;
}

.ui-slider {
    margin-top: 5px;
}

.ui-slider:after {
    content: '';
    display: block;
    margin-bottom: 10px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 2px;
    height: 50%;
}

.ui-slider .ui-slider-handle {
    top: -3px;
    width: 0.8rem;
    height: 0.8rem;
}


.toggle-side-menu-container-right {
    position: absolute;
    top: 0;
    right: 0;

    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    border-left: 1px solid rgba(255, 255, 255, 0.2);

}

.toggle-menu-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.toggle-side-menu-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.toggle-side-menu-list li.nav-item {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 0px !important;
}




.toggle-side-menu-list li.nav-item a {
    display: flex;
    align-items: center;
    color: #bdbdbd;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    margin:5px;
    border-radius: 5px;
}

.toggle-side-menu-list li.nav-item a:active,
.toggle-side-menu-list li.nav-item a:hover
{
    background-color: rgba(0, 0, 0, 0.2);
}

.toggle-side-menu-list li.nav-item.active a
{
    background-color: rgba(223, 75, 72, 0.35);
    color: #ffffff;
    background-image: url(../image/plastic-paper.png) !important;
}


.search-option-container {
    width: 280px;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.search-option-container {

    border-right: 1px solid #292929;
}

.search-option-container:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}

.search-option-container:nth-child(even) {

    background-color: rgba(0, 0, 0, 0.05);
}

.search-option-container.search,
.search-option-container.category {}


.search-option-header {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;

    height: 53px;
    min-height: 53px;
    max-height: 53px;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.search-option-body {

    overflow-y: auto;
    overflow-x: hidden;
}



.search-option-body .form-item.form-group {
    margin-bottom: 0px;

    border-radius: 3px;

    transition: all 0.3s ease;

}



.form-group.tree-item {
    margin-bottom: 0px;
}



.search-option-body .form-item.form-group:not(:last-child) {
    margin-bottom: 10px;
}


.search-option-body .form-item.form-group:nth-child(odd) {}

.search-option-container .ui-slider {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    margin-left: 15px !important;
    margin-right: 10px !important;
}

.search-option-container .item-container {
    padding: 5px;

}

.search-option-container .item-label {

    display: flex;
    align-items: center;


    padding: 7px;
    padding-left: 15px;


    height:40px;


    margin-left: 0px !important;
    margin-bottom: 0px;

    font-size: 8px;
    font-family: Galmuri7, sans-serif !important;

    /*background-color: rgba(0, 123, 145, 0.12);*/

    background-color: rgba(0, 84, 99, 0.1);

    border-bottom: 1px solid rgba(0, 0, 0, 0.25);


    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.search-option-body .form-item.form-group:hover .item-label
{
    background-color: rgba(0, 84, 99, 0.23) !important;
}


.search-option-container .custom-checkbox {
    display: inline-block;
}


.fltr {
    display: inline-block;
    filter: url("#gooey");
    -webkit-filter: url("#gooey");
    -moz-filter: url("#gooey");
    position: relative;
    flex: 0 0 auto;
}

.paging-container {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.15);
}

.paging-container .wrapper {
    height: 66px;
}

.paging-container .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.paging-container .btn i {
    color: #c7c7c7;
    font-size: 13px;

}

.paging-container .btn:hover i {
    color: #ffffff;
}

.page-list {
    text-wrap: nowrap;
    margin: 0;
    border-radius: 30px;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
    z-index: 2;
}

.page-list li {
    transition: all 0.5s ease;
    background-color: #e03d32;
    border-radius: 50%;
    margin: 0px 7px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-indent: 1px;
    display: inline-block;
    text-align: center;
    font-size: 9px;
    background-image: url('../image/plastic-paper.png') !important;
}

.page-list li:hover {
    background-color: #912119;
}

.page-list li:active {
    background-color: #e2958f;
}

.page-list li.active {
    background-color: rgb(38, 198, 218);
}

.from-move {
    content: "";
    position: absolute;
    margin-left: 0px;
    top: -4px;
    border-radius: 50%;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: inline-block;
    transition: all 0.5s ease;
    background: #ffffff;
    background-color: rgb(56, 220, 241);
}

.svg-flt {
    position: absolute;
}

.from-move.animate {
    animation: page-move 0.5s ease 0s forwards;
}

@keyframes page-move {
    0% {
        transform: scale(1, 1);
    }

    20% {
        transform: scale(1, 0.5);
    }

    40% {
        transform: scale(1, 0.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

li.animate-right {
    animation: li-move-right 0.7s ease 0s forwards;
}

@keyframes li-move-right {
    0% {
        transform: translateX(0px);
    }

    20% {
        transform: translateX(20px);
    }

    40% {
        transform: translateX(-10px);
    }

    60% {
        transform: translateX(5px);
    }

    80% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(0px);
    }
}

li.animate-left {
    animation: li-move-left 0.7s ease 0s forwards;
}

@keyframes li-move-left {
    0% {
        transform: translateX(0px);
    }

    20% {
        transform: translateX(-20px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(0px);
    }
}

li.animate-top {
    animation: li-move-top 0.7s ease 0s forwards;
}

@keyframes li-move-top {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-20px);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(-5px);
    }

    80% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* 페이징 관련 새 스타일 */
.paging-viewport {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;

}

.paging-slider {
    display: flex;
    position: relative;
    transition: transform 0.5s ease;
    left: 0;
}

.page-set {
    display: flex;
    flex: 0 0 auto;
}

/* 기존 스타일은 유지하면서 몇 가지 수정 */
.fltr {
    display: inline-block;
    filter: url("#gooey");
    -webkit-filter: url("#gooey");
    -moz-filter: url("#gooey");
    position: relative;
    flex: 0 0 auto;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn-icon.rounded-pill.btn-sm {
    width: 20px !important;
    height: 20px !important;
    min-height: 10px;
}

.btn-icon.rounded-pill.btn-sm i {
    margin-top: 1px;
}

.btn-function {
    border-radius: 50% !important;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    padding: 0px;
    justify-content: center;
    border: none;
    background: none;
    color: #adadad;
    z-index: 2;
}

.btn-function:hover {
    color: #ffffff;
}

.btn-function[aria-expanded="true"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-function>i {
    margin-top: 1px;
    margin-left: 1px;
}

.mv-id-selector:hover {
    color: #ffffff;
    cursor: pointer;
}

.mv-id-selector:active {
    color: #bdbdbd;
}


.mv-id .open-contents-popup:hover {
    color: #ffffff !important;
}


.tag-wrapper {
    margin-right: 200px;
}

.tag-scroll-container {
    width: 99%;
}

.search-item-container {

    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%;

    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.search-item-container.popup {

    padding-top: 10px !important;
    padding-bottom: 10px !important;

    background-color: rgba(0, 0, 0, 0.2) !important;
    height: auto !important;
}




.main-grid-padding {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}




.cover-mobile.cover-mobile-panorama {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.cover-mobile.cover-mobile-panorama img:not(.basic-mask) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    object-fit: unset !important;
    transition: transform 0.25s ease;
    visibility: visible;
}

.card.bbs-view-card {
    border-radius: 7px;
    padding: 0px !important;



    box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    background-image: url('../image/plastic-paper.png') !important;
    background-color: rgba(65, 65, 65, 0.90) !important;
    backdrop-filter: blur(2px);
    /* 이게 핵심 */
    -webkit-backdrop-filter: blur(2px);
    /* Safari 지원 */
    will-change: transform;
}

.card.bbs-view-card>.card-header {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
    padding-top: 13px;
    padding-bottom: 13px;
}

.card.bbs-view-card .card-body {
    padding-top: 15px;
    padding-bottom: 40px;
}

.card.bbs-view-card .card-footer {
    background-color: rgba(0, 0, 0, 0.1);

    padding-top: 13px;
    padding-bottom: 13px;
}


.contents-popup {
    display: none;
}

.contents-popup {
    position: absolute;
    top: 50px;
    left: 45px;
    bottom: 45px;
    right: 0px;

    z-index: 1001;
}

@media (min-width: 992px) {
    .contents-popup
    {
        top:0px;
    }
}



.contents-popup .popup-scroll-container {
    position: absolute;
    /* fixed → absolute */
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    overflow-y: scroll;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
    justify-content: flex-start;
    /* ✅ 중앙 → 위 정렬로 변경 */

}

.back-drop {
    visibility: hidden;
    position: absolute;
    /* fixed → absolute */
    top: 0px;
    left: 45px;
    bottom: 45px;
    right: 0px;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    will-change: opacity;
}

.open-contents-popup {
    cursor: pointer;
}

.contents-popup,
.popup-contents {
    will-change: opacity, transform;
}



.contents-popup .contents-popup-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    width: 100%;
    z-index: 1;
    /* back-drop보다 위 */
}

/* 실제 콘텐츠 영역 — inner가 넓어져도 이 요소가 content-width로만 잡히면 효과 없음 */
.contents-popup .contents-popup-inner > .popup-contents {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;

    align-items: stretch;
}

/* popup 직속 — %/고정 너비 블록 가운데 정렬 */
.contents-popup .popup-contents > .post-container,
.contents-popup .popup-contents > .content-inner,
.contents-popup .popup-contents > .popup-modal-container {
    margin-left: auto;
    margin-right: auto;
}

.contents-popup .contents-popup-inner .popup-navi-container {
    display: none;
    position: fixed;
    top: 150px;
    right: 25px;
    z-index: 1;
    width: 50px;
    will-change: transform;
}

.contents-popup .contents-popup-inner .popup-navi-container.mobile {
    display: block;
    position: fixed;

    top:auto !important;



    bottom:40px;
    z-index: 1;
    width:auto !important;

    will-change: transform;
}


.contents-popup .contents-popup-inner .popup-navi {

    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.contents-popup .contents-popup-inner .popup-navi .btn {
    width: 50px;
    height: 50px;
    max-height: 50px;
    line-height: 47px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.contents-popup .contents-popup-inner .popup-navi .border-side .btn {
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
}



.contents-popup .contents-popup-inner .popup-navi .navi-shadow {
    box-shadow: 4px 4px 30px 6px rgba(0, 0, 0, 0.45);
}


.popup-prev.navi-shadow {
    box-shadow: -4px 4px 30px rgba(0, 0, 0, 0.45) !important;
}

.popup-next.navi-shadow {
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.45) !important;
}


.contents-popup .contents-popup-inner .popup-navi .btn i {
    font-size: 15px;
}




.contents-popup .contents-popup-inner .popup-navi .btn.minisize {
    position: absolute;
    top: 30px;
    right: -10px;
    padding: 0px;
    overflow: hidden;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
    line-height: 18px !important;
    border: 2px solid rgba(0, 0, 0, 0.9) !important;
}

.contents-popup .contents-popup-inner .popup-navi .btn.minisize i {
    margin-left: 1px;
}


.contents-popup .contents-popup-inner .popup-navi .btn.half-btn {
    height: 25px;
    max-height: 23px;
    line-height: 21px;
    border-radius: 5px;
}

.contents-popup .contents-popup-inner .popup-navi .border-side {
    width: 100%;
}

.contents-popup .contents-popup-inner .popup-navi .btn.half-btn.step-2 {
    padding: 0px;
}


.contents-popup .contents-popup-inner .popup-navi .btn.half-btn.btn-ladda[data-loading] .ladda-spinner {
    top: 14px;

}

.ladda-spinner {
    scale: 0.8;
}


.bg-btn {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
}


.thumb-group {
    display: contents;
}

.thumb-group.hide-image .thumb-item {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

}

.infinite-list-container {
    display: block;
    width: 100%;
    height: auto;

    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* % 너비 post-container — block 부모 기준 가운데 정렬 */
.infinite-list-container > .post-container {
    margin-left: auto;
    margin-right: auto;
}

.page-load-status {
    display: none;
}


.virtual-scroll-grid {
    position: relative;
    contain: content;

}

.virtual-scroll-top-spacer,
.virtual-scroll-bottom-spacer {
    grid-column: 1 / -1;
    width: 100%;
    contain: strict;
    content-visibility: hidden;
    min-height: 0 !important;
    max-height: none !important;
    will-change: height;
}

.virtual-scroll-grid {
    transition: all 0.2s ease-out;
}

.virtual-scroll-grid.no-transition {
    transition: none !important;
}



.thumb-item {
    contain: layout style paint;
    will-change: transform, opacity;
    cursor: pointer;
}


.rounded-2 {
    border-radius: 2px !important;
}

.rounded-3 {
    border-radius: 3px !important;
}


.post-container>.card {
    display: block;
}



.show-more-button {
    width: 100%;
    height: 45px;
    left: 0px;
    right: 0px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 123, 145, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

}

.show-more-button i {
    font-size: 25px;
}


.show-more-button:hover {
    background-color: rgba(0, 123, 145, 0.4);
}


.box-shadow {
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.2);
}


.penijoy-form .validation-invalid-label {
    margin-top: 5px;
    padding-left: 18px;
}

.penijoy-form .validation-invalid-label::before {
    font-size: 10px;
}

.penijoy-form .custom-control-label {
    margin-top: 0px;
    display: inline;
    padding-left: 24px;
    min-height: auto;
}

.penijoy-form .custom-control-label::before,
.penijoy-form .custom-control-label::after {
    width: 14px;
    height: 14px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.penijoy-form .custom-control-label.font-size-xs {
    padding-top: 2px !important;
}


.penijoy-form .custom-control-input {
    width: 14px;
    height: 14px;
}

.penijoy-form .ui-slider {
    background: rgba(0, 0, 0, 0.2);
}

.penijoy-form .ui-slider .ui-slider-handle {
    background: rgb(255, 255, 227)
}

.penijoy-form .ui-slider .ui-slider-tip {
    font-size: 8px;
    font-family: Galmuri7, sans-serif !important;
}



.swal2-container {
    z-index: 20000;
}

.swal2-popup.swal2-modal {
    padding: 0px !important;
    padding-top: 0px !important;
    box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    background-image: url('../image/plastic-paper.png') !important;
    background-color: rgba(65, 65, 65, 0.90) !important;
    backdrop-filter: blur(2px);
    /* 이게 핵심 */
    -webkit-backdrop-filter: blur(2px);
    /* Safari 지원 */
}

.swal2-header {
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.20) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.swal2-icon {
    margin-top: 35px;

}



.swal2-title {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-family: Galmuri11, sans-serif !important;
    font-size: 12px !important;
    color: #dddddd;
    font-weight: bold !important;
}

.swal2-backdrop-show {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.swal2-html-container {
    margin-top: 0px;
    padding: 10px ;
    font-size: 12px ;
    font-family: Galmuri11, sans-serif;
    color: #dddddd;
}

.swal2-actions {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.23) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.swal2-actions button {
    min-width: 80px;
    letter-spacing: 1px !important;
}


table.minimal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border: none;
}

table.minimal-table th {

    font-family: Galmuri7, sans-serif !important;
    font-size: 8px !important;
    font-weight: normal !important;
    background-color: rgba(0, 0, 0, 0.23);
    color: #ffffff;
    padding: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

table.minimal-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.10);
}

table.minimal-table td {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.07);
    font-family: Galmuri7, sans-serif !important;
    font-size: 8px;
    font-weight: normal !important;
}

.no-actor-container {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}


.category-item {

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.1);

    border-radius: 3px;
    text-align: right;
    margin: 1px;

    height:45px;

    cursor: pointer;
    font-size: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.category-item:hover
{
    background-color: rgba(0, 86, 92, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.tippy-content {
    font-size: 8px;
    font-family: Galmuri7, sans-serif !important;
    border-radius: 5px;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-item.tree-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.form-item.tree-item .tree-set {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.form-item.tree-item .item-container {
    flex: 1;
    overflow: hidden;
    padding: 0px;
}

.form-item.tree-item .tree-selector {
    overflow-y: auto;
    flex: 1;
}

.form-item.tree-item .item-container .tree-placeholder {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
}

.tree-selector .fancytree-title {
    line-height: 1.1;
    display: flex;
    align-items: center;
    width: 100%;
}

.form-item .item-container {
    background: rgba(0, 0, 0, 0.03);
}

.fancytree-container [role="treeitem"] 
{
    padding-top: 2px !important;
}




.fancytree-container>[role="treeitem"] .fancytree-node {
    padding: 0px;

    padding-right: 7px;

    height: 40px;

    cursor: pointer;

    font-size: 8px;
    font-family: Galmuri7, sans-serif !important;
    display: block;
    /* background-color: rgba(0, 123, 145, 0.12); */


    border: 1px solid rgba(216, 216, 216, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.fancytree-container>[role="treeitem"] .fancytree-node {
    background-color: rgba(0, 0, 0, 0.00);
}

.fancytree-container>[role="treeitem"] .fancytree-node:hover {
    background-color: rgba(0, 0, 0, 0.15);
}


.fancytree-container [role="treeitem"][aria-expanded="true"]>.fancytree-node {
     /*color: #ffffff;*/
}

.tree-user .fancytree-container .fancytree-selected,
.fancytree-container .fancytree-selected.fancytree-exp-nl.fancytree-ico-c,
.fancytree-container .fancytree-selected.fancytree-exp-n.fancytree-ico-c {
    background-color: rgba(0, 247, 255, 0.10) ;
    border: 1px solid rgba(0, 247, 255, 0.13) ;
}

.tree-user .fancytree-container .fancytree-selected:hover,
.fancytree-container .fancytree-selected:hover.fancytree-exp-nl.fancytree-ico-c,
.fancytree-container .fancytree-selected:hover.fancytree-exp-n.fancytree-ico-c {
    background-color: rgba(0, 247, 255, 0.07) ;
    border: 1px solid rgba(0, 247, 255, 0.16) ;
}


.fancytree-container .fancytree-selected.fancytree-exp-nl.fancytree-ico-c:not(.fixed-data-option):hover,
.fancytree-container .fancytree-selected.fancytree-exp-n.fancytree-ico-c:not(.fixed-data-option):hover {
    background-color: rgba(0, 247, 255, 0.07);
    border: 1px solid rgba(0, 247, 255, 0.16);
}


.fancytree-container .fancytree-selected.fancytree-exp-nl.fancytree-ico-c .fancytree-title .ct-text-2,
.fancytree-container .fancytree-selected.fancytree-exp-n.fancytree-ico-c .fancytree-title .ct-text-2 {
    color: #ffffff !important;
}

.tree-user .fancytree-container .fancytree-selected .fancytree-title .ct-text-1,
.fancytree-container .fancytree-selected.fancytree-exp-n.fancytree-ico-c .fancytree-title .ct-text-1,
.fancytree-container .fancytree-selected.fancytree-exp-nl.fancytree-ico-c .fancytree-title .ct-text-1 {
    color: #d3e200 !important;

}

.fancytree-container .fancytree-selected.fixed-data-option
{
    background-color: rgba(199, 0, 76, 0.15) !important;
    border: 1px solid rgba(255, 98, 150, 0.3) !important;
}


.fancytree-container [role="treeitem"] {
    position: relative;
}

.fancytree-container [role="treeitem"][aria-expanded="true"] [role="group"] {
    padding-left: 0px;
}

.tree-search-container {
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}






.fancytree-container>[role="treeitem"] [role="group"] {

    padding-left: 0px;
}


.fancytree-node:hover {
    color: #ffffff !important;
}


.fancytree-node.hidden-node {
    opacity: 0.5;
}

.fancytree-node .fancytree-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px !important;
    padding: 0px !important;
    background: none !important;

    padding-left: 7px !important;

}


.fancytree-active .fancytree-title {
    color: inherit !important;
}

.fancytree-selected .fancytree-title {
    color: inherit !important;
}

.fancytree-node .fancytree-expander {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.fancytree-ico-c .fancytree-expander:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.tree-user .fancytree-node .fancytree-expander {
    background-color: transparent;
}


.tree-selector:not(.tree-user) .fancytree-icon {
    display: none;
}

.fancytree-checkbox {
    margin-right: 0px !important;
}

.tree-selector:not(.tree-user) .fancytree-checkbox {
    pointer-events: none;
}

.fancytree-container [role="checkbox"] {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 12px;
    height: 12px;
}

.fancytree-container [role="checkbox"]:after {
    width: 12px;
    height: 12px;
}

.tree-user .fancytree-container [role="checkbox"] {
    display: none;
}



/* 선택된 노드 강조 */
.tree-user .fancytree-active:not(.fancytree-selected)  {
    background-color: rgba(255, 255, 255, 0.09) !important;    
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.tree-user .fancytree-selected .fancytree-icon,
.tree-user .fancytree-active .fancytree-icon,
.tree-user .fancytree-active .fancytree-title {
    color: #ffffff !important;
}



.fancytree-node .fancytree-checkbox {
    margin: 0px;
}

.fancytree-node .fancytree-icon {
    margin: 0px;
}

.fancytree-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 8px !important;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
}

.fancytree-checkbox:after {

    border: none;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}


.category-icon {
    width: 32px;
    height: 32px;
    margin-right: 7px;
}


.tree-category-counter {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 8px;
    font-family: Galmuri7, sans-serif !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    color:#c2c2c2;
}

.tree-category-counter:hover {
    background-color: rgba(1, 186, 192, 0.5);
    color:#ffffff;
}


/* 트리 전체 기본 indent */
.fancytree-container {
    padding-left: 0;
    margin-left: 0;
}

/* ul 들여쓰기만 살짝 */
.fancytree-container ul {
    margin-left: 18px;
    padding-left: 0;
}

/* 각 노드 li 기본 셋업 */

/* 세로 라인 (│) */
.fancytree-container li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    /* 세로선 x 위치 */
    width: 1px;
    background-color: rgba(255, 255, 255, 0.10);
}

/* 가로 라인 (├─ / └─ 의 ─ 부분) */
.fancytree-container li::after {
    content: "";
    position: absolute;
    top: 19px;
    /* 노드 텍스트 높이에 맞게 조정 */
    left: -7px;
    /* 세로선 시작점에서 오른쪽으로 */
    width: 8px;
    /* 가로선 길이 */
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}


.fancytree-container li:last-child::before {
    bottom: 0px;
    /* 위에서 가로선 위치랑 맞추기 */
}

/* 트리 전체에서 진짜 마지막 노드만 세로선 아래 끊기 → └ (JS에서 .fancytree-last-node 부여) */

.fancytree-container li:last-child:not(:has(ul))::before {
    bottom: 22px;
    /* 위에서 가로선 위치랑 맞추기 */
}

.fancytree-container>li::before,
.fancytree-container>li::after {
    content: none;
}

.fancytree-container li:nth-child(odd) {
   /* background-color: rgba(0, 0, 0, 0.04);*/
}




.sample-image-container:not(:last-of-type) {
    margin-bottom: 25px;
}

.validation-invalid-label,
.validation-valid-label {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
    color: #ef5350;
    position: relative;
    padding-left: 1.1rem;
}

.validation-invalid-label:before,
.validation-valid-label:before {
    font-family: icomoon;
    font-size: 0.71rem;
    position: absolute;
    top: .1875rem;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* 브라우저의 기본 배경색을 덮어쓰기 위해 투명한 박스 섀도우를 크게 지정 */
    -webkit-box-shadow: none;

    /* 자동 완성 시 텍스트 색상 지정 */
    -webkit-text-fill-color: #fffffd;

    /* 배경색 변경 트랜지션 시간 설정으로 배경색 변화 지연 */
    transition: background-color 5000s ease-in-out 0s;
}



.tippy-side .tippy-content {
    overflow: hidden;
    padding: 5px !important;
    width: auto;
    text-transform: none !important;
    background-color: rgba(36, 36, 41, 1) !important;

}

.tippy-side .tippy-arrow::before {
    border-right-color: rgba(36, 36, 41, 1) !important;
}


.member-thumb-big .nick-text {
    font-size: 40px !important;
}

.member-thumb-big .nick-placeholder {
    position: relative;
    border: 7px solid rgb(36, 42, 51);
}


.user-profile-container .nick-text {
    font-size: 30px !important;
}

.user-profile-header {
    height: 70px;
    margin-bottom: 20px;
}


.user-profile-header .nick-placeholder {
    top: 20px;
    left: 10px;
    position: absolute;
    border: 5px solid #242429;
}


.vertical-menu {
    background-color: #2c2d32;
    display: flex;
    flex-direction: column;
}

.vertical-menu .item {
    color: #aaaab1;
    padding: 7px;
    position: relative;
    overflow: hidden;
    display: block;
}


.vertical-menu .item>span:first-child {

    display: block;
    width: 100%;

    position: relative;
    border-radius: 3px;
    padding: 10px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.vertical-menu .item .ladda-spinner {
    zoom: 0.7 !important;
}


.vertical-menu .item>span i {
    font-size: 10px;
}

.vertical-menu .item:hover>span {
    background-color: rgba(255, 255, 255, 0.05);
}

.vertical-menu .item:not(:first-child)>span:before {
    position: absolute;
    top: -7px;
    left: 0px;
    width: 100%;
    content: '';
    display: block;

    height: 1px;

    background-color: rgba(255, 255, 255, 0.06);
}

.page-content {
    flex: 1;
    z-index: 0;
    width: 100%;
}

.content-wrapper {
    min-width: 270px !important;
}

.nav-pills {
    margin-bottom: 0px !important;
}

.nav-pills-xs .nav-link {
    padding: 0px !important;
    height: 32px;
}

.nav-pills-xs .nav-item {
    margin: 0px;
    overflow: hidden;
}

.nav-pills-bordered .nav-link {
    border: 1px solid rgba(255, 255, 255, 0.1);

}

.nav-pills-bordered .nav-link:not(.active):hover {
    background-color: rgba(0, 247, 255, 0.02) !important;
    color: #cecece !important;
}

.nav-pills-bordered .nav-link.active {
    background-color: rgba(0, 247, 255, 0.12);
    border: 1px solid rgba(0, 247, 255, 0.13);
    color: #ffffff;
}

#search-option-tab {
    border-right: 1px solid #292929;

}

.tab-content>.tab-pane {
    display: none !important;
    overflow: hidden;
}

.tab-content>.tab-pane.active {
    display: flex !important;
}



@media (min-width: 992px) {
    .search-option-container.tab-pane {
        display: flex !important;
    }
}


.btn-ladda[data-style=expand-left] .ladda-spinner
{
    left:10px !important;
}

.btn-ladda[data-style=expand-left][data-loading] {
    padding-left: 28px;
}



.library-list-container .list-item
{
    cursor: pointer;
    height:40px;
    grid-column: 1 / -1;
}

.library-list-container .list-item:not(:first-child)
{
    margin-top: 3px;
}

.list-item .invert:hover i
{
    scale: 1.3 !important;
}


/* flex: 텍스트는 내용 너비만 차지·말줄임, 카운트는 텍스트 오른쪽에 바로 붙음 */


.library-list-container .list-item .list-item-count {
    flex-shrink: 0;
    margin-left: 0.25rem;
}

.library-list-container .list-item > div
{
    border: 1px solid rgba(217, 217, 217, 0.1) !important;
}

.library-list-container .list-item:hover > div
{
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.library-list-container .list-item.active > div
{
background-color: rgba(0, 247, 255, 0.07) !important;
    border: 1px solid rgba(0, 247, 255, 0.16) !important;

}

.library-list-container .list-item.active .text-1
{
    color: #d3e200 !important;
}
.library-list-container .list-item.active .text-2
{
    color: #ffffff !important;
}

.list-item-checkbox-area
{
    width:25px; min-width:25px;
}

.list-item-checkbox-area:hover
{

    background-color: rgba(0, 247, 255, 0.1) !important;

}


.grid-content-container {
    grid-column: 1 / -1;
}

/* serCategory: 선택된 카테고리 placeholder */
.category-item-placeholder {
    padding:1px;
}
.category-placeholder-empty {
    display:flex;
}
.category-placeholder-chip {
    display: inline-flex !important;
    text-align: left !important;
    justify-content: flex-start !important;
    text-wrap: nowrap !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    clear: both;

    height:auto !important;
    max-height:none !important;
    margin:1px !important;
}

.category-placeholder-chip span:last-of-type {

}


.last-bridge-category-btn
{
    height:auto !important;
    max-height:none !important;
    padding:7px;

    border-radius:3px;

    line-height:1.2;
    text-align:left;
    justify-content:flex-start !important;
    margin:1px;
}


.last-bridge-category-btn.active
{
    border:1px solid rgba(0, 86, 92, 0.7);
    background-color: rgba(0, 86, 92, 0.1);
}

.last-bridge-category-btn.active .text-1
{
    color:#d3e200 !important;
}
.last-bridge-category-btn.active .text-2
{
    color:#ffffff !important;
}


.text-yellow-100 {
    color: #d3e200 !important;
}


.nav-tabs-bottom .nav-link:before
{

}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    color:#ffffff !important;
}


.nav-tabs .nav-link
{
    color:#a7a7a7 !important;
}

/* 검색어(stx) 목록 하이라이트 (itemActressSmall 등) */
.penijoy-stx-highlight {
    padding: 0;
    background-color: rgba(228, 38, 34, 0.6) !important;
    
    color: inherit;
    border-radius: 2px;
}



.history-tippy
{
    
}

/* fullScreenModal (blockUI overlay) — frosted blur */
.blockUI.blockOverlay.fullScreenModal {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.55) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.mobile-body .collector-status-container
{
    display:none !important;
}