@charset "utf-8";
/*
2024-04-04 (주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/
/* 프로알라 오류 숨김처리 */
.main_sblb1 .widget_froala .fr-counter {
    display: none !important;
}
/* 타이틀 컨테이너 */
.main_sblb1 .title_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

/* 타이틀 */
.main_sblb1 .main_cont_title {
    margin-bottom: 0px;
}

.main_sblb1 .main_cont_title h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-point-color);
    display: inline-block;
    width: auto;
}

/* 전체보기 */
.main_sblb1 .more_container .more_link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    min-width: 147px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.6s ease;
    padding: 0 20px;
    margin-bottom: 6px;
}

/* 전체보기 배경 */
.main_sblb1 .more_container .more_link::after {
    content:"";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--main-point-btn-bg-color-hover);
    transition: all 0.6s ease;
}

.main_sblb1 .more_container .more_link.on::after {
    right: 0;
}

/* 전체보기 텍스트가 hover 배경보다 위로 */
.main_sblb1 .more_container .more_link span {
    position: relative;
    z-index: 1;
}

/* 전체보기 텍스트 */
.main_sblb1 .more_container .more_link .more_txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    display: inline-block;
    width: auto;
}
.main_sblb1 .more_container .more_link.on .more_txt {
    color: #fff;
}

/* 전체보기 아이콘 hover 액션 */
.main_sblb1 .more_container .more_link .more_icon .more_b {display: block;}
.main_sblb1 .more_container .more_link.on .more_icon .more_b {display: none;}
.main_sblb1 .more_container .more_link .more_icon .more_w {display: none;}
.main_sblb1 .more_container .more_link.on .more_icon .more_w {display: block;}

/* 게시판 리스트 */
.main_sblb1 .list-box {
    position: relative;
    border-top: 1px solid #e1e1e1;
}

.main_sblb1 .list-box:last-child {
    border-bottom: 1px solid #e1e1e1;
}

/* 게시판 스켈레톤 UI */
.main_sblb1 .list-box .move_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16.5px 12px 16.5px 63px;
}

/* 게시판 new 스티커 */
.main_sblb1 .list-box .new_label {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
}

.main_sblb1 .list-box .new_label span {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    width: 36px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #f36f20;
}

/* 게시판 타이틀 */
.main_sblb1 .list-box .move_link p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 게시판 날짜 & 아이콘 */
.main_sblb1 .list-box .list-box-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* 게시판 날짜 */
.main_sblb1 .list-box .list-box-right span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #999;
}

/* 게시판 아이콘 */
.main_sblb1 .list-box .move_link .circle_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    /* background: #fff;
    border: 1px solid #e1e1e1; */
    transition: 0.6s ease;
}

.main_sblb1 .list-box.on .circle_more {
    /* background: #1b1b1b; */
}

/* 게시판 아이콘 hover 액션 */
.main_sblb1 .list-box .move_link .more_b {display: block;}
.main_sblb1 .list-box .move_link.on .more_b {display: none;}
.main_sblb1 .list-box .move_link .more_w {display: none;}
.main_sblb1 .list-box .move_link.on .more_w {display: block;}

@media (max-width: 991px) {
    /* 타이틀 컨테이너 */
    .main_sblb1 .title_container {
        justify-content: left;
        margin-bottom: 32px;
    }

    /* 타이틀 */
    .main_sblb1 .main_cont_title h2 {
        font-size: 21px;
        width: 100%;
        text-align: left;
    }

    /* 게시판 스켈레톤 UI */
    .main_sblb1 .list-box .move_link {
        padding: 18px 0 16px 0;
    }

    /* 게시판 new 스티커 */
    .main_sblb1 .list-box .new_label {
        position: relative;
        transform: translateY(0);
        top: 0;
        left: 0;
    }

    .main_sblb1 .list-box .new_label span {
        width: 39px;
        height: 20px;
        border-radius: 1.5px;
        font-size: 11px;
        font-weight: 500;
    }

    /* 게시판 타이틀 */
    .main_sblb1 .list-box .move_link p {
        font-size: 14.5px;
    }

    /* 게시판 날짜 & 아이콘 */
    .main_sblb1 .list-box .list-box-right {
        gap: 10px;
    }

    /* 게시판 날짜 */
    .main_sblb1 .list-box .list-box-right span {
        font-size: 13px;
    }

    /* 게시판 아이콘 */
    .main_sblb1 .list-box .move_link .circle_more {
        width: 30px;
        height: 30px;
    }

    /* 전체보기 */
    .main_sblb1 .more_container {
        margin-top: 35px;
        text-align: center;
    }

    .main_sblb1 .more_container .more_link {
        display: inline-flex;
        min-width: 159px;
        padding: 0 25px;
        background-color: transparent;
        height: 47px;
        border-radius: 23px;
        
    }

    /* 전체보기 텍스트 */
    .main_sblb1 .more_container .more_link .more_txt {
        font-size: 14px;
        font-weight: 500;
        color: #5d5d5d;
    }
}