.mainVisualContainer {
    display: none;
}

.newFixedBtn {
    display: none;
}

body * {
    font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

/*area5*/
.area05_box {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0 0 0px 0;
    background: #eee;
    padding: 0 0 40px 0;
    box-sizing: border-box;
}

.new_title {
    color: #333;
    font-weight: 800 !important;
    line-height: 36px;
}


.card_group {
    display: flex;
    flex-wrap: wrap;

}


.my_card {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.my_card:hover {
    transform: scale(1.02);
    transition: all 0.2s ease;
}

.card_title {
    text-align: center;
    padding: 10px 0;
    font-size: 18px !important;
    background: #bf0000;
    color: white;
    border-radius: 10px 10px 0 0;
    font-weight: 600 !important;
}

.card_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    flex-grow: 1;
}

.icon {
    width: 100%;
}

.card_content {
    width: 80%;
    text-align: justify;

}

.card_content h3 {
    line-height: 2;
    font-size: 18px;
    font-weight: 600;
}

.card_content p {
    font-size: 16px;
    line-height: 1.8;
}