@charset "utf-8";

body {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

a {
    list-style: none;
    text-decoration: none;
}

.main-bg {
    width: 100%;
}

.main-bg > img {
    width: 100%;
    height: 100%;
}

.logo {
    margin: 10%;
    width: 80%;
    height: 70px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #aaa; */
}

.logo > img {
    width: 40%;
    height: 50%;
}

.logo > a > img {
    width: 40px;
    height: 40px;
}

.direct {
    margin-top: 35%;
    padding-left: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    /* background: #aaa; */
}

.direct-btn {
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 80%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 10px;
    background: #fff;
    opacity: 0.8;
    color: #528035;
    font-weight: 500;
    box-shadow: 0px 1px 10px gray;
}

.direct-btn > a > img {
    margin-top: 5px;
    width: 30px;
    height: 30px;
}