body * {
    font-family: "Microsoft JhengHei", "Arial", "sans-serif";
}

.mainVisualContainer {
    display: none;
}

.activity {
    background-image: url("https://image.card.tw.r10s.com/images/corp/campaign/2449/bg.jpg");
    background-position: top center;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 0;
}

.activity p {
    margin: 0;
}

.activity.sp p,
.activity.sp p strong,
.activity.sp p a {
    font-size: 16px;
}

.activity p strong {
    font-weight: bold;
}

.activity.sp table p {
    gap: 5px;
}

.activity_title {
    text-align: center;
    margin: 0px 20px 20px;
}

.activity_title img {
    max-width: 450px;
}

.sp .activity_title img {
    max-width: 350px;
}

.activityContent table th,
td {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #6e1311;
    vertical-align: middle;
}

.activityContent table th {
    background-color: #d20b16;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.activityContent table {
    max-width: 950px;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: white;
    overflow-x: auto;
}

.activityContent table a {
    text-decoration: none;
    font-weight: bold;
    color: #6e1311;
}

.activityContent table a:hover {
    color: #bf0000;
}

.activityContent table .date {
    font-weight: bold;
}

.btnApply {
    float: none;
}

.activityContent table .badge {
    background-color: #e1e1e1;
    font-size: 13px;
}