.logo {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 4rem;
    text-align: center;
    margin-bottom: 2rem;
}

.logo img {
    width: 380px;
    height: auto;
}

.bannerBk {
    display: block;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.bannerBk .bannerText {
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
    text-align: center;
    z-index: 100;
    margin: auto;
    color: #fff;
    margin-top: 7rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

.bannerBk .bannerText h2 {
    font-size: 26px;
}

.bannerBk .bannerText p {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    .bannerBk .bannerText h2 {
        font-size: 18px;
    }
    .bannerBk .bannerText p {
        font-size: 14px;
    }
    .logo {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 4rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .logo img {
        width: 280px;
        height: auto;
    }
    .functionMenu {
        font-size: 12px;
    }
}