/* 20251003 參考舊版本的樣式 */

.about .title {
    font-size: 24px;
    color: #de0017;
    margin: 50px 0 20px;
    font-weight: 500;
}
.about .title:first-child {
    margin-top: 10px;
}
.about p {
    font-weight: 400;
}
.about2 .title {
    font-size: 18px;
    color: #de0017;
    margin: 30px 0 10px;
    font-weight: 600;
    line-height: 24px;
}
.line {
    height: 1px;
    background: #efa7a7;
}
.about_group .title {
    font-size: 24px;
    color: #de0017;
    margin: 0px 0 20px;
    font-weight: 500;
}
.about_group> div {
    padding: 20px 0;
    clear: both;
    border-bottom: 1px dotted #afa3a5;
}
.about2 ol {
    list-style-type: decimal;
}
.about2 ul {
    list-style-type: inherit;
;
}
.about_group ol {
    list-style-type: decimal;
}
.about2 li {
    margin: 15px 0 15px 20px;
    font-size: 14px;
    line-height: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
}
.about_group li {
    margin: 15px 0 15px 20px;
    font-size: 14px;
    line-height: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
}
.about_group> div> div, .about_group img {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
}
.about_group> div> div {
    margin: 0 10px;
}

table.certifications {
    min-width: 400px;
    width: 100%;
}
table.certifications tr {
    border-bottom: 20px solid #FFF;
}
table.certifications th {
    color: #545252;
    width: 99px;
    border-right: 3px solid #d21a1a;
}
table.certifications td {
    padding: 2px 13px;
    font-size: 15px;
    color: #787b7a;
    font-weight: 500;
}

