@import url(https://fonts.googleapis.com/css?family=Roboto:500);

.google-btn {
    width: 13vw;
    height: 1.8vw;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin-left: 1.5vw;
    text-align: left;
    margin-top: 2vw;
}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 3vw;
    height: 2.65vw;
    border-radius: 2px;
    background-color: #fff;
}


.google-icon {
    width:25px;
}

.google-btn .btn-text {
    float: right;
    margin: 0.7vw 5vw 0 0;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: "Roboto";
    font-weight: 100;
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
    background: #1669F2;
}

/*Ä«Ä«¿À ·Î±×ÀÎ ¹öÆ°*/
.login-box-kakao {
    margin-left: 1.5vw;
    margin-top: 0.5vw;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    width: 21vw;
}

.login-box-kakao button img {
    width: 1vw;
    margin-right: 0.5vw;
}

.login-box-kakao button {
    display: flex;
    width: 21vw;
    height: 2.8vw;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #FEE500;
    cursor: pointer;
    color: #000000;
    background-color: #FEE500;
}

/*³×ÀÌ¹ö ·Î±×ÀÎ ¹öÆ°*/
.login-box-naver {
    margin: 0.5vw 1.5vw 1.5vw;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    width: 21vw;
}

.login-box-naver button img {
    width: 1.7vw;
    height: 1.7vw;
    margin-right: 0.2vw;
}

.login-box-naver button {
    display: flex;
    width: 21vw;
    height: 2.8vw;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #03C75A;
    cursor: pointer;
    color: white;
    background-color: #03C75A;
}
