.nav-item.active3 {
    font-weight: 900 !important;
}
#customerSupportWrap {
    padding: 3rem 20px;

}

#customerSupportWrap .notice-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#customerSupportWrap .notice-item {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0;
    cursor: pointer;
}
#customerSupportWrap .notice-date {
    font-size: 14px;
    color: #9E9E9E;
    line-height: 22px;
}
#customerSupportWrap .notice-detail {
    display: none; /* 처음에는 상세 내용 숨김 */
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #ffffff;
}
#customerSupportWrap .pagination {
    justify-content: space-around;
}

#customerSupportWrap .titleText {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #212121;
    margin-bottom: 43px;
}

#customerSupportWrap .pageNavTab1 {
    font-size: 18px;
    line-height: 27px;
    color: #212121;
    font-weight: 700;
    border: none;
    text-align: center;
}

#customerSupportWrap .pageNavTab2 {
    font-size: 18px;
    line-height: 27px;
    color: #bdbdbd;
    font-weight: 400;
    border: none !important;
    text-align: center;
}

#customerSupportWrap .nav.nav-tabs .nav-item {
    width: 50%;
}

#customerSupportWrap .bg_972FFF {
    background-color: #972FFF;
}

#customerSupportWrap .notice {
    background-color: #b54bd5;
}

#customerSupportWrap .default {
    background-color: #8f8e8f;
}

#customerSupportWrap .badge {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding: 2px 12px;
    border-radius: 900px;
}

#customerSupportWrap .smallTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #212121;
}

#customerSupportWrap .noticeItemTitleWrap {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 8px;
}

#customerSupportWrap .page-item .page-link {
    z-index: 3;
    color: #9e9e9e;
    border: none;
	padding: 11px 19.5px;
    font-size: 16px;
    line-height: 26px;

}

#customerSupportWrap .page-item.active .page-link {
    background-color: #ebebeb;
    border-radius: 57px;
    color: #212121;
    border: none;
    box-shadow: none !important;
}


/* 태블릿 (768px ~ 1024px) */
@media (min-width: 768px){

}

.listViewPage {
    background: #424242;
    width: max-content;
    padding: 4px 14px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
}

.notice-textWrap {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 26px;
    color: #424242;
}