@charset "utf-8";

/* 효예원 아웃로그인 스킨 */
.ol {
    width: 100%;
    max-width: 220px;
    border: 1px solid #c9b98a;
    border-radius: 4px;
    background: #fffdf7;
    margin-bottom: 15px;
    font-size: 13px;
    box-sizing: border-box;
}

/* === 로그인 전 (File 1) === */
.ol_title {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #5a4a2f;
    border-bottom: 1px solid #e0d5b8;
    background: linear-gradient(to bottom, #faf5e8, #f5edd6);
    letter-spacing: 1px;
}

#ol_before form {
    padding: 12px;
}

.ol_input_group {
    margin-bottom: 8px;
}

#ol_id,
#ol_pw {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 8px;
    margin-bottom: 6px;
    border: 1px solid #d4c9a8;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}

#ol_id:focus,
#ol_pw:focus {
    border-color: #b8a36e;
    box-shadow: 0 0 3px rgba(184, 163, 110, 0.3);
}

#ol_submit {
    display: block;
    width: 100%;
    height: 34px;
    background: #8b7345;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.2s;
}

#ol_submit:hover {
    background: #6d5a35;
}

.ol_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 6px;
}

.ol_auto_label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #888;
    cursor: pointer;
}

.ol_auto_label input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 0;
    accent-color: #8b7345;
}

.ol_auto_label span {
    line-height: 1;
}

.ol_find {
    font-size: 11px;
    color: #8b7345;
    text-decoration: none;
}

.ol_find:hover {
    color: #5a4a2f;
    text-decoration: underline;
}


/* === 로그인 후 (File 2) === */
.ol_welcome {
    padding: 14px 12px;
    text-align: center;
    color: #5a4a2f;
    font-size: 13px;
    border-bottom: 1px solid #e0d5b8;
    background: linear-gradient(to bottom, #faf5e8, #f5edd6);
    line-height: 1.5;
}

.ol_welcome strong {
    color: #6d5a35;
    font-weight: 700;
}

.ol_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ol_menu li {
    border-bottom: 1px solid #efe8d5;
}

.ol_menu li:last-child {
    border-bottom: none;
}

.ol_menu a {
    display: block;
    padding: 9px 12px;
    color: #5a4a2f;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.15s, color 0.15s;
}

.ol_menu a:hover {
    background: #f5edd6;
    color: #3d3018;
}

.ol_logout {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #8b7345;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 3px 3px;
    letter-spacing: 1px;
    transition: background 0.2s;
}

.ol_logout:hover {
    background: #6d5a35;
    color: #fff;
}

/* 접근성 */
.sound_only {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
