.line-button {
    background: linear-gradient(to bottom, #00b300 5%, #00c300 100%);
    background-image: url(/assets/img/remote/line_login_base.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00c300;
    border-radius: 25px;
    /*border: 1px solid #00c300;*/
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    margin-left: 5px;
    font-family: auto;
    font-size: 15px;
    font-weight: 800;
    padding: 11px 20px 10px 30px;
    text-decoration: none;
    width: 245px; 
    height: 16px;
    z-index: 10;
}

.line-button:hover {
    background: linear-gradient(to bottom, #009800 5%, #009800 100%);
    background-color: #009800;
}

.line-button:active {
    position: relative;
    top: 1px;
}

.kakao-button {
    box-shadow: inset 0px 1px 3px 0px #FFEB00;
    background: linear-gradient(to bottom, #FFEB00 5%, #FFEB00 100%);
    background-image: url(/assets/img/remote/kakao_login_btn_pure.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFEB00;
    border-radius: 25px;
    border: 1px solid #FFEB00;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 23px;
    text-decoration: none;
    width: 250px;
    height: 16px;
    margin-left:-5px;
    /*text-shadow: 0px -1px 0px #ffffff;*/
}

.kakao-button:hover {
    background: linear-gradient(to bottom, #FFEB00 5%, #FFEB00 100%);
    background-color: #FFEB00;
}

.kakao-button:active {
    position: relative;
    top: 1px;
}


.btn-list {
    margin: 40% auto auto 16%;
}

.fb-btn-loading {
    background: #1878F3;
    border-radius: 5px;
    color: white;
    height: 40px;
    text-align: center;
    width: 250px;
    line-height: 2;
    font-weight: bold;
}

.line-btn-box {
    padding-top: 10%;
    padding-bottom: 20%;
    width: 235px;
    height: 30px;
}

.line-btn-text {
    margin-left: 20%;
    text-align: center;
    line-height: 0.68;
    font-size: 17px;
    font-family: -webkit-body;
}

.kakao-btn-box {
    padding-top: 15%;
    width: 235px;
    height: 30px;
}

.topbox {
    margin-bottom: 50px;
    height: 20px;
}