
body.overflow-hidden{
    overflow:hidden;
    padding-right:15px;
}

.text-link{
    color:var(--bs-dark);
    text-decoration: underline;
    text-underline-offset: .125em !important
}

.ellipse_1line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipse_2line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipse_3line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 로딩 중 스크롤 방지 */
.loading-noscroll {
    overflow: hidden !important;
    
    touch-action: none;
}

/* 전면 로더 스타일 */
#full-screen-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* 약간 어두운 배경 */
    z-index: 99999;
    backdrop-filter: blur(3px); /* 배경 블러 처리 */
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}

.tag-area{
    width:100%;

    border: 1px solid #D6D6D6;
    background:#fff;
    /*font-size: 14px;
    font-weight: 400;*/
    /*line-height:24px;*/
    letter-spacing: -0.01em;
    color: #000;
    border-radius: 5px;
    padding: 10px 15px;
    overflow-y:auto;
}
.contents-inner.posting .tag-area{
    width: 100%;
    overflow-x:hidden;;
    min-height: 70px;
}
.tag-area:focus,
.tag-area:hover{
    border-color:#2FA254;
}
.tag-area:focus:hover,
.tag-area:hover:focus{
    border-width:2px;
}

.tag-area .tag-input-wrap{
    position:relative;
    display: inline-block;
    margin: 0 2px 10px 0;
    width:100%;
}
.tag-area .tag-input-wrap:before{
    display: none;
    position:absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content:'#';
    font-weight:400;
    color: var(--bs-gray-500);
}

.tag-area .tag-input-wrap:focus-within:before,
.tag-area .tag-input-wrap:has(.tag-input:not(:placeholder-shown)):before
{

    color: #000;
}


.tag-area .tag-input-wrap .tag-input{
    width:100%;
    border: none;
    color: #000;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    min-height: 16px;
    outline: none;
    overflow-y: hidden;
    /*padding:0 0 0 10px;*/
    padding:0 0 0 2px;
}
.tag-area .tag-input-wrap .tag-input::placeholder{
    /*font-size:14px;
    font-weight:400;*/
    /*color:#000;*/
}

.tag-box-wrap {
    display: flex;
    gap: 10px 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.tag-area .tag-box{
    background-color: #eee;
    border-radius: 5px;
    display: inline-block;
    /*margin: 0 5px;*/
    padding: 5px 7px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.tag-area .tag-box.active{
    background: #2FA254;
    color:#fff;
}

.chart-tooltip .tooltip-inner {
    width: 300px !important;
    max-width: unset !important;
}
.custom-tooltip .tooltip-inner {
    max-width: none !important;
    width: auto !important; /* 내용에 맞게 가로로 늘어남 */
    white-space: nowrap;    /* 줄바꿈을 방지하고 싶을 때 추가 */
}

.blog_score_arrow_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_score_arrow{
    display: block;
    background: url() no-repeat center center/contain;
    min-width: 14px;
    min-height: 16px;
    white-space: nowrap;

}

.blog_score_arrow.up{
    background-image: url("/images/icon-arrow-red.svg");
    transform: rotate(180deg);
}
.blog_score_arrow.down{
    background-image: url("/images/icon-arrow-blue.svg");

}



.sticky-wrap {
    max-height: 500px; /* 원하는 높이로 조절 */
    overflow-y: auto !important;
    position: relative;
}


.sticky-wrap .table thead {
    position: sticky;
    top: -1px; /* 테두리 겹침 방지 */
    z-index: 10;
    background-color: #fff !important; /* 부트스트랩 bg-lighten 색상 유지 */
}



/* 2. 해당 영역 내의 테이블 헤더를 sticky로 고정 */
.sticky-wrap table thead td,
.sticky-wrap table thead th {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background-color: #f5f8fa !important; /* 배경색이 없으면 본문과 겹쳐 보임 */
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6 !important;
}

.input-wrap{
    position: relative;
}
input[type=text]:read-only{
    background: var(--bs-light-active) !important;
}
.input-wrap .input-notify.input-notify-right{
    content: '';
    position: absolute;
    left: calc(100% + 5px) ;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
}

.input-wrap .input-notify.input-notify-bottom{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
}
.input-section .timer{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: var(--bs-primary);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color:  color-mix(in srgb, var(--bs-primary), var(--swal2-action-button-hover));
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--bs-primary);
}




.swal2-icon.swal2-success {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.swal2-icon.swal2-success .swal2-success-ring{
    border-color: rgba(var(--bs-primary-rgb), .3);
}

.swal2-icon.swal2-info {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.header-fixed[data-kt-sticky-header=on] .header .header-menu-container, .header-fixed[data-kt-sticky-header=on] .header .separator {
    display: block !important;
}
