#header_pc {
    border-bottom: 2px solid #21398a;
    padding: 15px 0px;
}


.on a span {
    color: #21398a!important;
}


.widget-box {
    border: 1px solid #e1e1e1;
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.widget-title {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    padding: 5px 14px 5px 11px;
    background-color: #ffffff;
}

.widget-title b,
.widget-title a {
    font-size: 16px;
    color: #5d5d5d;
}

.widget-title .widget-title-icon {
    color: #21398a;
    position: relative;
    top: -1px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 2px solid #21398a;
}



#frame {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgb(0 0 0 / 10%), inset 0 0 1px rgb(255 255 255 / 60%);


}

.frame-slide-wrapper {
    border-radius: 4px 4px 0px 0px;
    background: #21398a;
}

.slidee {
    white-space: nowrap;
    overflow-x: hidden;
    border-radius: 4px 4px 0px 0px;
    overflow-y: hidden;
    height: 49.5px;
}

.pc-device {
    display: block;
}


.mobile-device {
    display: none;
}


.slidee li {
    min-width: 157px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: #ffffffb3;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 5px;
    color: #ccc;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid transparent;



}

.active-sly {
    border-bottom: 5px solid #fff !important;
    color: #fff !important;
}

.slidee li .ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: scale(0);
    animation: ripple 0.8s linear;
    left: 0 !important;
    top: -140px !important;
}

@media only screen and (max-width: 700px) {

    .pc-device {
        display: none;
    }
    
    
    .mobile-device {
        display: block;
    }

    .slidee li {
        min-width: 80px!important;
    }
}