@charset "UTF-8";
body {
    margin: 0;
}

.top-cnt {}
.top-cnt img {
    width: 80%;
    margin: 0 auto 50px;
    display: block;
}
.top-cnt .yellow-field {
    background: #FFFFD6;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    padding: 50px;
    width: 90%;
    font-family: serif;
    display: block;
    margin: 0 auto;
}

.top-txt {
    margin-bottom: 80px;
    padding: 0px 5%;
}

.support {
}

.support .inner {
    padding: 80px 5%;
}
.support-cnt {
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 2%;
}
.support-cnt-item {
    width: 32%;
    background-color: #E5F8C1;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support .tbl {

}
    

@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {
    .hero_catch_text {
        top: 7%;
        left: 34%;
    }
    .hero_detail {
        position: relative;
        left: 0%;
        top: 67%;
        background-color: rgba(255, 255, 255, 89%);
        padding: 25px 40px;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .link {
        width: 100%;
        margin: 0 auto;
    }
    .home-info {
        flex-direction: column;
    }
}

@media screen and (max-width:640px) {
    .top-txt {
        margin-bottom: 30px;
        padding: 0px 20px;
        font-size: 15px;
    }

    .top-cnt {}
    .top-cnt img {
        width: 90%;
        margin: 0 auto 40px;
        display: block;
    }
    .top-cnt .yellow-field {
        font-size: 18px;
        padding: 20px;
    }
    
    .support {
    }
    
    .support .inner {
        padding: 70px 20px;
    }
    .support-cnt {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        align-items: center;
        gap: 0;
    }
    .support-cnt-item {
        width: 100%;
        background-color: #E5F8C1;
        height: 100px;
        margin-bottom: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .support .tbl {
    
    }
}
