.login_box {width: 100%; max-width: 400px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px;}
.login_box p {text-align: center;}
.login_btn {font-size: 0; position: relative; width: 100%; height: 60px; margin-top: 10px;}
.login_btn::after {
    display: flex; content: "·Î±×ÀÎ"; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--mainColor); color: #fff; font-size: 18px;
    align-items: center; justify-content: center; text-align: center;
}
.login_btn input {position: relative; z-index: 1; width: 100%; height: 100%; opacity: 0;}



.logout_btn {
    font-size: 18px; color: #fff; background: #222; position: relative; width: 100%; height: 60px; margin-top: 10px;
    display: flex; align-items: center; justify-content: center; text-align: center; color:
}