.notice-board {
/*    height: 340px;*/
    overflow: hidden;
}
.brk-header__logo-1{
    width: 100px;
}
.brk-header_scroll .brk-header__logo-2{
    width: 100px;
}
.notice-ul {
    margin-left: 0px;
}
.info-box__wrapper-image{
    min-height:270px;
}
.notice-ul li {
    margin-bottom: 3px;
    display: flow-root;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
    padding-top: 1px;
}
.date-box {
    width: 10%;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0px;
}
.date {
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 0;
}
.date p {
    font-size: 21px;
    line-height: 12px;
    color: #585858;
    font-weight: 700;
}
.month {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0 10px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #de3025;
    position: relative;
    line-height: 0;
}
.date-box p {
    margin-bottom: 0px;
}
.month:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color:#585858;
}
.year {
    text-align: center;
    position: absolute;
    top: 7px;
    right: -26px;
    transform: rotate(-90deg);
    font-weight: 700;
    color: #de3025;
    font-size: 18px;
}
.notice-body-text {
    width: 90%;
    display: inline-block;
    padding-left: 28px;
    /* border-bottom: 1px dashed #ddd; */
    padding-bottom: 0px;
}
.notice-body-text a {
    color: #000;
}
.list_inherit ol li{
    list-style: auto;
}
.list_inherit ul li{
    list-style: auto;
}

.popup{
    background-color: #de3025;
    width: 700px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    z-index: 999;
}
.popup button{
    display: block;
    background-color: transparent;
    font-size: 30px;
    color: #de3025;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right:-20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
::-webkit-scrollbar{
    width:5px;
}
::-webkit-scrollbar-track{
    box-shadow:inset 0 0 5px gray;
    border-radius:10px;
}
::-webkit-scrollbar-thumb{
    background:#f00;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
    background: #331703;
}
.member_outer{
background-color:#202E4D;
color: #fff;
padding: 35px 13px;
min-height: 100%;
position: relative;
}
.member_outer .fig{
margin-bottom: 18px;
width: 108px;
height: 108px;
border-radius: 50%;
-webkit-border-radius: 50%;
position: relative;
overflow: hidden;
margin: 0 auto;
}
.member_outer .title_wr{
text-align: center;
}
.member_outer .title{
color:#fff;
}
.member_outer .display_content{
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 30px 30px 30px;
transition: \transform .4s;
transform: translateY(100%);
background:#343537;
height: 100%;
text-align: center;
}
.member_outer:hover .display_content{
transform: translateY(0);
z-index: 3;
overflow-y: auto;
}
.brk-base-bg-gradient-14 {
        background-image: linear-gradient(to right, #464243, #000000);
}
.modal-header>.after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: linear-gradient(to right,#d7c028,#de3025);
    z-index: 9;
    transition: all .4s ease;
    opacity: 1;
}
.modal{
    top:10em;
}
#exampleModal .modal-title{
    z-index: 10;
    color: #fff;
}
#exampleModal .modal-header .close{
    z-index: 99;
}
#exampleModal .list-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 21;
    transition: all .4s ease;
}
#exampleModal2 .modal-title{
    z-index: 10;
    color: #fff;
}
#exampleModal2 .modal-header .close{
    z-index: 99;
}
#exampleModal2 .list-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 21;
    transition: all .4s ease;
}
#exampleModal3 .modal-title{
    z-index: 10;
    color: #fff;
}
#exampleModal3 .modal-header .close{
    z-index: 99;
}
#exampleModal3 .list-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 21;
    transition: all .4s ease;
}
#exampleModal4 .modal-title{
    z-index: 10;
    color: #fff;
}
#exampleModal4 .modal-header .close{
    z-index: 99;
}
#exampleModal4 .list-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 21;
    transition: all .4s ease;
}
#exampleModal5 .modal-title{
    z-index: 10;
    color: #fff;
}
#exampleModal5 .modal-header .close{
    z-index: 99;
}
#exampleModal5 .list-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 21;
    transition: all .4s ease;
}
.list-inline-5>li.list-counter>.after{
    background: linear-gradient(to right,#000000,#161313) !important;
}
.brk-base-gradient-27 {
    background-color: #0a0a0a;
    background-image: none;
}

@media (min-width: 300px) and  (max-width: 576px) {
    .brk-header-mobile__logo-2{
        width: 90px;
    }
    
}