body * {
    font-family: "Microsoft JhengHei", sans-serif;
}
.mainVisualContainer{
    display: none;
}
#sec01 {
    background-image: url(/corp/campaign/2181/top_bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
}

.cam_topBox {
    width: 950px;
    margin: 0 auto;
}

.first-notice {
    width: 950px;
    margin: 0 auto 40px;
}

.first-notice ol li {
    list-style-type: decimal;
    font-size: 14px;
    margin-left: 2em;
}

.first-notice h3 {
    text-align: center;
    border-right: 2px solid #ff1100;
    height: 100%;
    color: #ff1100;
    font-size: 18px;
    font-weight: bold;
    padding-top: 40px;
    width: 150px;
}

/*applyBtn*/
.applyBtn_box {
    padding: 0;
    margin: 0 auto;
}

.applyBtn {
    width: 400px;
    padding: 10px;
    font-size: 24px;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "微軟正黑體";
    font-weight: bold;
    margin: 0 auto 10px;
    border-radius: 30em;
    clear: both;
    background: #CC1313;
    border:2px solid #bf0000;
    box-sizing: border-box;
}


 .applyBtn:hover,.applyBtn:active {
        text-decoration: none;
        background: #fff;color: #bf0000;
        border:2px solid #bf0000;
        box-shadow: none;
        position: relative;
    }

.information2 h2 {
    padding: 8px 20px;
    letter-spacing: 1px;
    line-height: 2;
    display: block;
    background: #555555;
    color: #ffffff;
    letter-spacing: 0.26rem;
    font-weight: bold !important;
    border-radius: 5px;
}