﻿.body .hint-block {
    width: 50%;
    margin: 0 auto;
    margin-top: 154px;
}

    .body .hint-block p {
        font-family: 'Noto Sans TC';
        font-style: normal;
    }

        .body .hint-block p.main-title {
            font-weight: 500;
            font-size: 28px;
        }

.body .img {
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*margin-top: 100px;*/
}

@media (max-width: 767px) {
    .body .img {
        margin-top: 50px;
        height: 300px;
    }
}
