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

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/



/* 공통 */
/* 프로알라 오류 숨김처리 */
.main_scb6 .widget_froala .fr-counter {
    display: none !important;
}
/* 게시판 / 배너 / 고객센터 3등분 flex */
.main_scb6 .container_fix {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.main_scb6 .container_fix > div {
    width: calc((100% - 120px) / 3);
}
.main_scb6 .container_fix .board_wrap {
    width: calc((100% - 0px) / 3 * 2);
}
.main_scb6 .container_fix .swiper-container.imgbanner {
    overflow: hidden;
}

/* 게시판 */
/* 게시판 탭 */
.main_scb6 .board_title_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--main-point-color);
    padding-right:3px;
}
.main_scb6 .board_title_container ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.main_scb6 .board_title_container ul li + li {
    display: flex;
    align-items: center;
}
.main_scb6 .board_title_container ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #e1e1e1;
    margin-right: 15px;
}
.main_scb6 .board_title_container ul li span {
    font-size: 21px;
    font-weight: 700;
    color: var(--main-point-color);
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.main_scb6 .board_title_container ul li.active span {
    color: var(--main-point-color);
}

/* 게시판 리스트 */
.main_scb6 .board_list_box {
    position: relative;
}
.main_scb6 .board_list_box .list-box {
    border-bottom: 1px solid #ededed;
}

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

/* 게시판 로드된 게시글과 스켈레톤 UI와 height값 동일하게 맞추기 */
.main_scb6 .list-box .move_link.skeleton_ani {
    padding: 18px 0;
}

/* 게시판 new 스티커 */
.main_scb6 .list-box .new_label {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
}
.main_scb6 .list-box .new_label span {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 36px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: var(--main-point-bg-soft-color-active);
}

/* 게시판 타이틀 */
.main_scb6 .list-box .move_link span {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-point-color);
    word-spacing:2px;
}
.main_scb6 .list-box .move_link p{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 게시판 날짜 */
.main_scb6 .list-box .list-box-right span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #999999;
    margin:2px 9px;
}


/* 이벤트 배너 */
/* 이벤트 배너 타이틀 */
.main_scb6 .event_wrap .event_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.main_scb6 .event_wrap .event_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-point-color);
}

/* 이벤트 배너 페이지네이션 */
.main_scb6 .event_wrap .event_title .swiper-pagination {
    position: static;
    display: flex;
    gap: 10px;
}
.main_scb6 .event_wrap .event_title .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e1e1e1;
    opacity: 1;
}
.main_scb6 .event_wrap .event_title .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
}

/* 이벤트 배너 슬라이드 */
.main_scb6 .event_wrap .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}
.main_scb6 .event_wrap .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 고객센터 */
/* 고객센터 타이틀 */
.main_scb6 .notice_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 30px;
    border: 1px solid #ededed;
    border-radius: 5px;
    transform: translateY(4px);
}
.main_scb6 .notice_wrap .notice_title {
    margin-bottom: 21px;
}
.main_scb6 .notice_wrap .notice_title h2 {
    font-size: 21px;
    font-weight: 700;
    color: var(--main-point-color);
    text-align: center;
}

/* 고객센터 URL */
.main_scb6 .notice_wrap .notice_url {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 18px;
}
.main_scb6 .notice_wrap .notice_url li {
    width: calc((100% - 5px) / 2);
}
.main_scb6 .notice_wrap .notice_url li:hover a {
    background-color: var(--main-point-color-hover);
    border: 1px solid var(--main-point-color-hover);
    color: #fff;
    transition: .3s;
}
.main_scb6 .notice_wrap .notice_url li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
    transition: .3s;
    font-weight: 500;
}

/* 고객센터 영업시간 */
.main_scb6 .notice_wrap .notice_time {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.main_scb6 .notice_wrap .notice_time li {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    text-align: center;
}


@media (max-width: 991px) {
    /* 공통 */
    /* 게시판 / 배너 / 고객센터 3등분 flex */
    .main_scb6 .container_fix {
        flex-direction: column;
        gap: 35px;
    }
    .main_scb6 .container_fix > div {
        width: 100%;
    }

    .main_scb6 .container_fix .board_wrap {
        width: 100%;
    }
    

    /* 게시판 */
    /* 게시판 탭 */
    .main_scb6 .board_title_container {
        padding: 0 0 17px;
    }
    .main_scb6 .board_title_container ul {
        gap: 10px;
    }
    .main_scb6 .board_title_container ul li + li::before {
        height: 15px;
        margin-right: 10px;
    }
    .main_scb6 .board_title_container ul li span {
        font-size: 21px;
    }

    /* 게시판 전체보기 */
    .main_scb6 .more_container img {
        width: 7px;
    }

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

    /* 게시판 로드된 게시글과 스켈레톤 UI와 height값 동일하게 맞추기 */
    .main_scb6 .list-box .move_link.skeleton_ani {
        padding: 15px 0;
    }

    /* 게시판 타이틀 */
    .main_scb6 .list-box .move_link span {
        font-size: 13px;
        margin-right: 12px;
    }
    .main_scb6 .list-box .move_link p {
        font-size: 13px;
    }
    
    /* 게시판 날짜 */
    .main_scb6 .list-box .list-box-right span {
        font-size: 13px;
    }


    /* 이벤트 배너 */
    /* 이벤트 배너 타이틀 */
    .main_scb6 .event_wrap .event_title {
        margin-bottom: 19px;
    }
    .main_scb6 .event_wrap .event_title h2 {
        font-size: 18.5px;
    }


    /* 고객센터 */
    .main_scb6 .notice_wrap {
        padding: 25px;
    }
    
    /* 고객센터 타이틀 */
    .main_scb6 .notice_wrap .notice_title h2 {
        font-size: 18px;
    }

    /* 고객센터 URL */
    .main_scb6 .notice_wrap .notice_url li a {
        height: 48px;
        font-size: 14.5px;
        border-radius: 4px;
    }

    /* 고객센터 영업시간 */
    .main_scb6 .notice_wrap .notice_time {
        gap: 10px;
    }
    .main_scb6 .notice_wrap .notice_time li {
        font-size: 14.5px;
    }
}