/* announcement */
#annModal .modal-dialog {
    background-color: transparent;
    margin: 10px auto 0 auto;
    max-width: 700px;
    width: 90%;
}
.annbox {
    border-radius: 20px;
    padding: 30px 15px 30px 15px;
    background-color: #000;
    z-index: 0;
}
.ann-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    padding: 0 30px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.modal-ann {
    max-width: 700px;
}
.modal-ann .modal-content {
    border: 0;
    background: transparent;
}
.ann .icon {
    padding-right: 10px;
    display: inline-block;
}
.ann .text {
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    width: calc(100% - 55px);
}
.annbox .cclose {
    position: absolute;
    max-width: 8%;
    right: -5px;
    top: -20px;
    cursor: pointer;
    font-size: 30px;
}
.anncon {
    height: 100%;
    display: block;
}
.anncon .nav {
    display: block;
}
.ann-tab-wrapper .nav {
    max-width: 20%;
    width: 20%;
    margin-right: 12px;
    height: 100%;
}
.anncon .nav .nav-link {
    color:#fff;
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin: 0 5px;
}
.anncon .nav .nav-link p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
.anncon .tab-content {
    width: 100%;
    display: block;
    margin-top: 20px;
}
.anncon .tab-content h5,
.anncon .tab-content h5 p{
    font-weight: 700;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    width: 90%;
    font-size: 18px !important;
}
.anncon .tab-content p{
    font-size: 12px;
    line-height: normal;
}
.annbox .annimg {
    border-radius: 8px;
    width: 100%;
}
.annpagi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.annpagi .pitem {
    background-color: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ann-tab-wrapper {
    width: 100%;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.ann-tab-wrapper::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1200px) {
        /* announcement */
        .anncon {
            height: 100%;
        }
        .anncon .tab-content {
            margin-top: 0;
            width: 100%;
        }
        .anncon .tab-content h5 {
            font-size: 18px;
        }
        .anncon .tab-content p{
            font-size: 14px;
        }
        .annbox {
            padding: 50px 30px 30px 30px;
        }
        .ann-title {
            font-size: 28px;
        }
        .modal-ann {
            max-width: 1090px;
        }
}