@charset "utf-8";

/**
 * 아이디/비밀번호 찾기 (bbs/password_lost.php) — 상단 비주얼·배너 이미지 미사용
 * (이 CSS는 해당 페이지에서만 로드됨)
 */
body.syou-layout .colgroup .sub_head,
body.syou-layout #contents .sub_head,
body.syou-layout:has(.syou-pw-lost) .sub_head,
body.syou-layout:has(#find_info.syou-pw-lost) .sub_head {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

body.syou-layout .colgroup .sub_head::before,
body.syou-layout #contents .sub_head::before,
body.syou-layout:has(.syou-pw-lost) .sub_head::before,
body.syou-layout:has(#find_info.syou-pw-lost) .sub_head::before {
    display: none !important;
    background: none !important;
    content: none !important;
}

body.syou-layout .colgroup .sub_title,
body.syou-layout:has(.syou-pw-lost) .sub_title,
body.syou-layout:has(#find_info.syou-pw-lost) .sub_title {
    margin-bottom: 0 !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
}

body.syou-layout .colgroup .sub_head img,
body.syou-layout:has(.syou-pw-lost) .sub_head img {
    display: none !important;
}

.syou-pw-lost {
    box-sizing: border-box;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 24px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

.syou-pw-lost .new_win_con {
    background: #fff !important;
    border: 1px solid #ddd;
    padding: 24px 20px !important;
    margin-bottom: 16px;
}

.syou-pw-lost h3 {
    display: block !important;
    margin: 0 0 16px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-align: left !important;
    color: #111;
}

.syou-pw-lost #info_fs p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.syou-pw-lost .frm_input.full_input {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid #d0d0d0 !important;
    background: #eef2f8 !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
}

.syou-pw-lost .win_btn {
    margin-top: 16px !important;
    text-align: center !important;
}

.syou-pw-lost .btn_submit {
    display: block !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    background: #222 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.syou-pw-lost .btn_submit:hover,
.syou-pw-lost .btn_submit:focus {
    background: #000 !important;
}

.syou-pw-lost.cert .new_win_con {
    width: 100% !important;
    float: none !important;
}

.syou-pw-lost.cert .new_win_con:nth-child(2) {
    margin-left: 0 !important;
}

.syou-pw-lost .find_btn .btn_submit {
    width: 100% !important;
    margin-bottom: 8px;
}

.syou-pw-lost #captcha {
    margin-top: 12px;
}
