.main {
    background: url(../img/index-banner-bg.svg) #ededed;
    background-repeat: no-repeat;
    background-position: 85% 0%;
    background-size: contain;
}

@media (max-width: 1920px) {
    .main {background-size: auto;}
}

.ground {
    height: 50px;
}

/* banner */
.banner {
    height: 300px;
}

.banner img {
    max-width: 95%;
    margin-left: 5%;
    margin-right: 5%;
}

/*--info_page--*/

.info_page {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    background-color: white;
}

.info_page h1 {
    padding: 5% 0%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
}

/* info_deatil */

.info_deatil h2 {
    color: #95711e;
    font-size: 16px;
}

.info_deatil li {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

/* check */

.check {
    padding: 3% 1% 3% 6%;
}

@media (min-width: 768px) {
    .banner img {
        max-width: 90%;
        margin-left: 10%;
        margin-right: 10%;
    }
}


.notice {
    box-shadow: 0px -4px 12px rgba(174, 174, 174, 0.267);
    color: rgb(78, 78, 78);
    font-size: 0.9rem;
}