h3.tit {
    margin: 5px 0 0 0;
    padding: 0 0 10px 0;
    color: #333;
    font-size: 1.3077em;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.qlity .card {
    position: relative;
    padding: 15px;
    margin: 0px 0 30px 0;
    border-radius: 2px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}
.qlity .horizontal-line {
    width: 55px;
    border-top: 3px solid transparent;
    -moz-border-image: -moz-linear-gradient(-135deg, #3AC6D0 0%, #39C6D0 0%, #278FCF 100%);
    -webkit-border-image: -webkit-linear-gradient(-135deg, #3AC6D0 0%, #39C6D0 0%, #278FCF 100%);
    border-image: linear-gradient(-135deg, #3AC6D0 0%, #39C6D0 0%, #278FCF 100%);
    border-image-slice: 1;
    margin-bottom: 7px;
}
.qlity .card-content { padding: 10px 10px 0px 10px;  border-radius: 0 0 2px 2px; }
.qlity .card-content h4.card-sub-title { padding-bottom: 5px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.card-content .text-desc .institution-box { margin-top:20px; }
#qlity_evl .card-content .text-desc .institution-box .box { float: left; width: 360px; height: 360px; padding: 15px; margin-left: 17px; }
#qlity_evl .card-content .text-desc .institution-box .qlity-evl-box { height: 200px; }
.card-content .text-desc .qlity-img { text-align: center; padding-top: 10px; }
.qlity .evaluationIndex { margin-bottom: 20px; }
.qlity .evaluationIndex th { text-align: center; }
.qlity .evaluationIndex th.pointed-p { text-align: center; padding-left: 2px; padding-right: 2px;}
.qlity .evaluationIndex td { text-align: center; }
.qlity .evaluationIndex td:nth-last-child(1) { text-align: left; }
.qlity .evaluationInstt th { text-align: center; }
.qlity .evaluationInstt td { text-align: center; }
@media (min-width: 1024px) {
    #qlity_standard .qlity .language-info-box .box-gray-border {
        width: 520px;
        height: 270px;
        margin-top: 20px;
    }
    #qlity_evl .qlity .language-info-box .box-gray-border {
        width: 520px;
        height: 190px;
        margin-top: 20px;
    }
}
@media (max-width: 512px) {
    .language-info-box.short .box-gray-border { height: auto; }
    #qlity_evl .card-content .text-desc .institution-box .box { width: 100%; height: auto; margin-left: 0px; }
    .qlity .evaluationIndex { display: none; }
    .qlity .evaluationInstt { display: none; }
}
@media (min-width:513px) and (max-width:1024px) { #qlity_evl .card-content .text-desc .institution-box .box { height: auto;} }



