
/* stdBtn */
.stdBtn{
    width: 100%;
    height: 50px;
    background: #00b0ff;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
}
.stdBtn.kakaoBtn{
    margin-top: 10px;
    background: #FAE301;
    color: #391B1B;
}
.stdBtn.noneBgBtn{
    margin-bottom: 10px;
    background: rgba(0,0,0,0);
    color: #999;
    font-size: 14px;
}
.stdBtn.backBtn{
	margin-top: 10px;
    background: #f1f1f1;
    border: 1px solid #eee;
    color: #333;
}
/* stdBtn */


/* BtnBo */
.BtnBox{
    width: 100%;
    padding: 20px;
}
.BtnBox.positionAbsolute{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
/* BtnBox End */
