/*==================================================================
| Designer: UTRUST Technology Co.                                  |
| Auther Email: service(a)utrust.com.tw                            |
| Author Web: http://www.utrust.com.tw/                            |
==================================================================*/

@charset "utf-8";

.inlineFlag {
    display: inline;
    height: 30px;
    vertical-align: top;
    margin-left: 5px;
}
.titlePic + .post-content h3:first-child {
    margin-top: 20px;
}
ul .fa-check {
    color: #2d75e0;
    margin-right: 5px;
}
.foreword-author {
    text-align: right;
    display: block;
    font-size: 0.8em;

}
.post-content table td > ul {
    margin-bottom: 0;
    margin-top: 16px;
}
.post-content table td > img {
    margin: 0;
}

/*chien*/

.post-header .post-title{
    font-size: 1.4375em;
    color: #2c75e0;
    font-weight: 600;
    margin: 20px 0;
    letter-spacing: 1px;
    padding-left: 19px;
    position: relative;
}
.post-header .post-title:after{
    font-family: "Font Awesome 5 free";
    content: "\f0da";
    position: absolute;
    left: 0px;
    color: #2c75e0;
}
.regulations{
    padding: 0 14px;
}
.regulations table{
    margin-bottom: 22px;
}
.regulations table th{
    font-size: 0.9375em;
    font-weight: bold;
    background: #eb5f56;
    padding: 13px;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    width: 164px;
    border: 0px solid #e6e6e6;
}
.regulations table:nth-child(2) th{
    background: #52c2dc;
}
.table-box .main-th{
    text-align: center;
    font-size: 1.0625em;
    padding: 15px;
    letter-spacing: 1px;
    position: relative;
}
/*橘色*/
.table-box .main-th.orange{
    border: 1px solid #FCB030;
    color: #e39614;
    background-color: #fff3de;
    border-style: dashed;
}
/*藍色*/
.table-box .main-th.blue{
    color: #1397b5;
    border: 1px solid #33afcb;
    background: #dcf5fa;
    border-style: dashed;
}

.regulations table:nth-child(2) tr:first-child th.main-th{
    text-align: center;
    font-size: 1em;
    padding: 14px;
    letter-spacing: 1px;
    border-style: dashed;
    position: relative;
}
.regulations table:nth-child(2) tr:first-child th.i-down:before{
    font-family: "Font Awesome 5 free";
    content: "\f358";
    position: absolute;
    right: 11px;
    color: #32afca;
    bottom: -11px;
    font-size: 1.6875em;
    background: #fff;
    border-radius: 50%;
}

.regulations table th .munber {
    font-size: 0.9375em;
    font-weight: bold;
    color: #fff;
    margin-right: 16px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}
.regulations table td{
    font-size: 0.9375em;
    padding: 16px;
}
.regulations table:nth-child(2) td{
    border: 2px solid #51c2dc;
}
.regulations .table-box {
    border-spacing: 0px 7px;
    border-collapse: separate;
}
