@charset "utf-8";

/* 로그인 버턴 시작 */
.k-button.psr-login-button {
    color: #fff;
    border-color: #161616;
    background-color: #161616;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}
.k-button.psr-login-button.k-state-hover,
.k-button.psr-login-button:hover {
    color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}
.k-button.psr-login-button.k-state-focused,
.k-button.psr-login-button.k-state-focused.k-state-disabled,
.k-button.psr-login-button:focus,
.k-button.psr-login-button:focus:hover,
.k-state-disabled .k-button.psr-login-button.k-state-focused {
    border-color: #000000;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
}
.k-button.psr-login-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: 0 6px 17px 0 rgba(0,0,0,.3);
}
.k-button.psr-login-button.k-state-active,
.k-button.psr-login-button:active {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
/* 로그인 버턴 종료 */

/* 이용약관 버턴 시작 */
.k-button.psr-agree1-button {
    color: #fff;
    border-color: #161616;
    background-color: #161616;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}
.k-button.psr-agree1-button.k-state-hover,
.k-button.psr-agree1-button:hover {
    color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}
.k-button.psr-agree1-button.k-state-focused,
.k-button.psr-agree1-button.k-state-focused.k-state-disabled,
.k-button.psr-agree1-button:focus,
.k-button.psr-agree1-button:focus:hover,
.k-state-disabled .k-button.psr-agree1-button.k-state-focused {
    border-color: #000000;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
}
.k-button.psr-agree1-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: 0 6px 17px 0 rgba(0,0,0,.3);
}
.k-button.psr-agree1-button.k-state-active,
.k-button.psr-agree1-button:active {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
/* 이용약관 버턴 종료 */

/* 개인정보취급방침 버턴 시작 */
.k-button.psr-agree2-button {
    color: #fff;
    border-color: #161616;
    background-color: #161616;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}
.k-button.psr-agree2-button.k-state-hover,
.k-button.psr-agree2-button:hover {
    color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}
.k-button.psr-agree2-button.k-state-focused,
.k-button.psr-agree2-button.k-state-focused.k-state-disabled,
.k-button.psr-agree2-button:focus,
.k-button.psr-agree2-button:focus:hover,
.k-state-disabled .k-button.psr-agree2-button.k-state-focused {
    border-color: #000000;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
}
.k-button.psr-agree2-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: 0 6px 17px 0 rgba(0,0,0,.3);
}
.k-button.psr-agree2-button.k-state-active,
.k-button.psr-agree2-button:active {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
/* 개인정보취급방침 버턴 종료 */