.site_button {
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-radius: 120px;
    letter-spacing: -1px;
    text-shadow: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.site_tw_btn {
    display: flex;
    /* flex-wrap: wrap; */
}

.site_tw_btn a:nth-child(even) {
    margin-left: 15px;
}

.btn_border a {
    border: 1px solid rgba(6, 44, 68, 1);
}

.site_button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #222222;
    z-index: -1;
    border: 1px solid #fff;
    left: auto;
    right: 0;
    margin: auto;
    transition: 0.6s !important;
    transform: rotate(360deg);
}

.site_button:hover:after {
    width: 100%;
    transform: rotate(0deg);
    left: 0;
    right: auto;
}

.site_button:hover {
    color: #fff;
    border: 1px solid #fff;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 130px;
        height: 38px;
        font-size: 14px;
    }

    .site_tw_btn a:nth-child(even) {
        margin-left: 10px;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 140px;
        height: 40px;
        font-size: 15px;
    }

    .site_tw_btn a:nth-child(even) {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 140px;
        height: 40px;
        font-size: 15px;
    }

    .site_tw_btn a:nth-child(even) {
        margin-left: 10px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 140px;
        height: 40px;
        font-size: 15px;
    }

    .site_tw_btn a:nth-child(even) {
        margin-left: 10px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 140px;
        height: 40px;
        font-size: 15px;

    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button {
        width: 150px;
        height: 40px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}