body {
    overflow-x: hidden;
}

p {
    line-height: 1.75
}

a {
    color: #3F403F
}


.containera {
    display: flex;
    justify-content: center;
    margin: auto;
}

.busdown {
    display: flex;
    text-align: center;
    margin: 50px 20px 30px;
}

.busdowns {
    display: flex;
    text-align: center;
    margin: 50px 20px 30px;
}

    .busdown .bus-link {
        position: relative;
        display: block;
        cursor: pointer;
        height: 150px;
        color: #fff;
    }

.bus-div {
    width: 200px;
    height: 100%;
    text-align: center;
    padding-top: 6%;
    background-color: #3F403F;
}

.busdown .bus-div:hover {
    border: 2px solid #3F403F;
    background: #fff;
    padding-top: 5%;
    color: #3F403F;
    text-decoration: none;
}

@media(max-width: 830px) {
    .containera {
        flex-direction: column; /* ��ҵ��� ���η� ���� */
        align-items: center; /* ��� ���� */
        margin: 0 auto;
        padding: 40px 0;
    }

    .busdown {
        margin: 10px 0; /* ���Ʒ� ���� ���� */
    }
    .busdowns {
        margin: 10px 0; /* ���Ʒ� ���� ���� */
    }
}

.bus-divs {
    width: 200px;
    height: 49px;
    text-align: center;
    padding-top: 6%;
    background-color: #4a87ff;
}

.busdown .bus-divs:hover {
    border: 2px solid #4a87ff;
    background: #fff;
    padding-top: 5%;
    color: #4a87ff;
    text-decoration: none;
}

.bus-diva {
    width: 200px;
    height: 49px;
    text-align: center;
    padding-top: 6%;
    background-color: #5bbe62;
}

.busdown .bus-diva:hover {
    border: 2px solid #5bbe62;
    background: #fff;
    padding-top: 5%;
    color: #5bbe62;
    text-decoration: none;
}

.busdowns .bus-links {
    position: relative;
    display: block;
    cursor: pointer;
    height: 49px;
    color: #fff;
}

.busdowns .bus-divs:hover {
    border: 2px solid #4a87ff;
    background: #fff;
    padding-top: 5%;
    color: #4a87ff;
    text-decoration: none;
}

.busdowns .bus-diva:hover {
    border: 2px solid #5bbe62;
    background: #fff;
    padding-top: 5%;
    color: #5bbe62;
    text-decoration: none;
}