/* boradm */

.mod-page-intro {
    box-shadow: none;
}
.mod-page-intro.has-text {
    background-color: #f7f7f9;
}
.mod-page-intro_content {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 5px;
}
.boradm .boradm-row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.boradm .boradm-col {
    width: calc((100% - 10px) / 3);
    width: 32%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.boradm .boradm-row:after {
    content: "";
    display: block;
    width: calc((100% - 10px) / 3); 
    width: 32%;
    height: 0;
}
.boradm .mod-page-intro .img-box {
    
}
.boradm .mod-page-intro .img-box img {
    margin: 10px;
    width: 200px;
    height:200px;
}
.boradm .mod-page-intro_content {

}
.boradm .mod-page-intro_content p {
    font-size: 1.4em;
    margin-top: 6px;
}
.boradm .mod-page-intro_content .name-alph {
    font-size: 1.3em;
    color: #ababab;
}
.boradm .mod-page-intro_content .name {
    font-weight: bold;
    font-size: 2.0em;
}


