@charset "utf-8";
body {
    width: 1920px;
    margin: 0 auto;
    /* background-color: #F1F3F7; */
    background-image: url('<?php echo G5_IMG_URL ?>/big_cwnu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 100vh;
}

/* ### 기본 스타일 커스터마이징 시작 ### */
/* 기본박스 */
.mbskin {
    position: relative;
    margin: 0px auto 0;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 0;
}
.mbskin:after {
    display: none;
}
.mbskin .mbskin_box {
    border: none;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 10px 100px rgba(0, 0, 0, 0.05);
    padding: 90px 60px;
    width: 700px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 100px;
}
.mbskin .frm_input {
    width: 100%;
    height: 70px;
    padding: 20px 24px;
    border: 1px solid #00317A;
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
}
.mbskin .frm_input::placeholder {
    color: #000000;
    opacity: 0.5;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.mbskin .btn_submit {
    width: 100%;
    margin: 0;
    height: 78px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 12px;
    border: none;
    background: linear-gradient(270deg, #003179 0%, #0046AC 50%, #005ADF 100%);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mbskin .btn_submit:hover {
    opacity: 0.9;
}

/* 로그인 헤더 */
.login-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 817px;
}
.login-logo {
    width: 91px;
    height: 128.519px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch-icon {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    filter: brightness(0) saturate(100%) invert(9%) sepia(95%) saturate(3844%) hue-rotate(213deg) brightness(95%) contrast(101%);
}
.login-main-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 817px;
    text-align: center;
}
.login-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 817px;
    text-align: center;
}

/* 로그인 폼 제목 */
.login-form-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    color: #003179;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* ### 기본 스타일 커스터마이징 끝 ### */

/* Title Container (서브타이틀 영역) - 회원가입 페이지용 */
.title-container {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 120px;
    overflow: hidden;
    background: #ffffff;
}

.title-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #ffffff;
}

.title-container-bg::before {
    display: none;
}

.title-container-bg::after {
    display: none;
}

.campaign-mark {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(2225%) hue-rotate(198deg) brightness(97%) contrast(105%);
}

.mark-main-img {
    width: 91px;
    height: 128px;
    display: block;
    object-fit: contain;
}

.title-container-content {
    position: relative;
    z-index: 3;
    max-width: 1420px;
    margin: 0 auto;
    padding: 120px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 180px;
    align-items: center;
}

.campaign-card {
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.campaign-card-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
}

.campaign-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    max-width: 1420px;
    text-align: center;
    color: #ffffff;
}

.campaign-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.3;
    color: #003179;
    width: 100%;
    max-width: 1420px;
    margin: 0;
    padding: 0;
}

.campaign-title-part1 {
    color: #000000;
}

.campaign-title-part2 {
    color: #003179;
}

.campaign-description {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
    color: #000000;
    width: 100%;
    max-width: 1420px;
}

.campaign-description p {
    margin: 0;
    padding: 0;
}

/* #register_head 내부 스타일 - register 페이지 전용 */
#register_head {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#register_head .title-container {
    position: relative;
    width: 100%;
    min-height: 1180px;
    margin-top: 0px;
    overflow: hidden;
}

#register_head .title-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#register_head .campaign-mark {
    /* 원래 색상(흰색) 유지: filter 제거 */
    filter: none;
}

#register_head .title-container-bg::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
        linear-gradient(135deg, #0046AC 0%, #0046AC 26.92%, #000 100%);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    z-index: 1;
    pointer-events: none;
}

#register_head .title-container-bg::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 745px;
    background-image: url(/img/big_back_cwnu.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0.1;
}

#register_head .campaign-info {
    color: #ffffff;
}

#register_head .campaign-title, #register_head .campaign-title-part1, #register_head .campaign-title-part2 {
    color: #ffffff;
}

#register_head .campaign-description {
    color: #ffffff;
}

/* 회원가입 약관 - Figma 디자인 적용 */
.register-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

#bo_w {
    position: relative;
    margin-top: -800px;
    z-index: 4;
}

/* 메인 컨테이너 */
.register-main-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0 180px;
    display: flex;
    justify-content: center;
}

.register-content-wrapper {
    width: 100%;
    max-width: 1420px;
    background: #f9f9f9;
    border-radius: 40px;
    padding: 116px 32px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

/* 약관동의 제목 박스 */
.register-title-box {
    background: #0046ac;
    border-radius: 12px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    margin: 0 auto;
}

.register-title-text {
    font-family: 'Paperlogy', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

/* 약관 섹션 */
.register-term-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1120px;
}

.register-term-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    margin: 0;
    padding: 0;
}

.register-term-content {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 40px 24px;
    height: 600px;
    overflow-y: auto;
    box-sizing: border-box;
}

/* 스크롤바 숨기기 */
.register-term-content {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.register-term-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.register-term-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

.register-term-text p {
    margin: 0 0 16px 0;
}

.register-term-text p:last-child {
    margin-bottom: 0;
}

.register-term-text strong {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    line-height: 1.5;
}

/* 개인정보 처리방침 테이블 스타일 */
.register-privacy-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.register-privacy-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.register-privacy-table thead {
    background: #f9f9f9;
}

.register-privacy-table th {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #000000;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.register-privacy-table td {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    padding: 20px 36px;
    text-align: center;
    border: 1px solid #ddd;
    background: #ffffff;
}

.register-privacy-table tbody tr {
    border: 1px solid #ddd;
}

.register-privacy-table a {
    color: #000000;
    text-decoration: underline;
    text-underline-position: from-font;
}

.register-privacy-table-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
}

.register-privacy-table-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.register-privacy-table-label {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 8px;
}

.register-privacy-table-value {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

.register-privacy-table-value a {
    color: #000000;
    text-decoration: underline;
    text-underline-position: from-font;
}

.register-term-agree {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

/* 체크박스 스타일 */
.register-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* 체크박스 focus 시 스크롤 방지 */
.register-checkbox:focus {
    outline: none;
}

.register-checkbox:focus-visible {
    outline: none;
}

.register-checkbox-label {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    color: #000000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.register-checkbox-custom {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border: 2px solid #003179;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.register-checkbox:checked + .register-checkbox-label .register-checkbox-custom {
    background: transparent;
    border: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><circle cx="13" cy="13" r="12.5" fill="%23003179" fill-opacity="0.5" stroke="%23003179"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.register-checkbox-text {
    flex: 1;
}

.register-term-link {
    color: #003179;
    text-decoration: underline;
    text-underline-position: from-font;
}

/* 전체 동의 박스 */
.register-all-agree {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 24px;
    height: 76px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    max-width: 1120px;
}

.register-all-agree-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.register-all-agree-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    margin: 0;
    padding: 0;
    flex: 1;
    white-space: nowrap;
}

.register-all-agree-checkbox {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* 버튼 컨테이너 */
.register-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.register-btn-submit {
    background: #003179;
    border: 1px solid #003179;
    border-radius: 1000px;
    padding: 8px 16px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.register-btn-submit:hover {
    opacity: 0.9;
}

/* 기존 스타일 유지 (다른 페이지에서 사용할 수 있음) */
.register {margin:0 auto}
.register:after {display:block;visibility:hidden;clear:both;content:""}

.chk_li {padding-left:20px}

#sns_register .login-sns,
#sns_register h2 {border:0 !important}

/* 회원가입 입력 */
#register_form {background:#fff;margin-bottom:20px;margin: 0 auto;}
#register_form h2 {padding:20px;border-bottom:1px solid #dde7e9}
.register_form_inner {background:#f7f7f7;border:1px solid #dde7e9;border-radius:3px}
.register_form_inner ul {padding:20px}
.register_form_inner label {display:block;margin-bottom:10px;line-height:24px}
.register_form_inner label.inline {display:inline}

#fregisterform .cert_desc {color:#3a8afd;}
#fregisterform .cert_req {margin-left:5px;line-height:35px;}
#fregisterform #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}
#fregisterform .btn_confirm {
    text-align: center;
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

#fregisterform .btn_confirm .btn_close {
    flex: 1;
    height: 78px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 12px;
    border: 1px solid #003179;
    background: #ffffff;
    color: #003179;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#fregisterform .btn_confirm .btn_close:hover {
    opacity: 0.9;
}

#fregisterform .btn_confirm .btn_submit {
    flex: 1;
    height: 78px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 12px;
    border: none;
    background: linear-gradient(270deg, #003179 0%, #0046AC 50%, #005ADF 100%);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fregisterform .btn_confirm .btn_submit:hover {
    opacity: 0.9;
}
#fregisterform .form_01 div {/* margin:0 0 20px; */}
#fregisterform .captcha {display:block;margin:5px 0 0}
#fregisterform .reg_mb_img_file img {max-width:100%;height:auto}
#reg_mb_icon, #reg_mb_img {float:right}
#fregisterform .consent-line {display: flex; margin: 0 !important;}
#fregisterform .consent-line .chk_li {padding-left: 0;}
#fregisterform .consent-date { margin: 5px 0 0 20px !important; }
#fregisterform .consent-group .sub-consents {padding: 0 20px 0px}
#fregisterform .js-open-consent {display: block; margin-left: 10px; font-size: 12px; color: #3f51b5; background: none; border: none; cursor: pointer; text-decoration: underline; }

/* 회원가입 완료 */
#reg_result {padding:40px 30px;text-align:center;background:#edf3fc;border:1px solid #d6e2f4;border-radius:5px}
#reg_result h2 {font-size:2em;margin:0 0 20px}
#reg_result h2 strong {color:#ed6478}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em}
#reg_result .result_txt {text-align:left}
#reg_result .btn_confirm {margin:50px 0}
#reg_result i {font-size:3em}
#reg_result .reg_result_p {font-size:1.25em;margin:0 0 10px;color:#3684fa}

.btn_confirm_reg {margin:20px 0;text-align:center}
.reg_btn_submit {display:inline-block;background:#3a8afd;color:#fff;text-align:center;border-radius:3px;width:280px;height:57px;line-height:57px;font-size:1.2em;margin:0 auto;font-weight:bold}

.mb_log_cate {
    display: flex;
    margin-bottom: 60px;
}
.mb_log_cate h2 {
    flex: 1;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}
.mb_log_cate .join {
    flex: 1;
    padding: 20px 0;
    text-align: center;
    background: #f7f7f7;
    color: #6e6e6e;
    text-decoration: none;
}
.mb_log_cate:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.tooltip_icon {display:inline-block;vertical-align:baseline;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:absolute;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;z-index:9;font-weight:normal;margin-left:15px;margin-top:10px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

/* 아이디/비밀번호 찾기 */
#find_info h3 {display:none;margin-bottom:30px;text-align:center;font-size:1.1em;}
#find_info .new_win_con {background:#f7f7f7;}
#find_info.cert .new_win_con {width:460px;float:left;}
#find_info.cert .new_win_con:nth-child(2) {margin-left:10px;}
#find_info.cert h3 {display:block;}
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email {margin:10px 0}
#find_info .find_btn .btn_submit {width:30%;word-break:keep-all;}

/* 비밀번호 재설정 */
#pw_reset #info_fs {margin-bottom: 10px}
#pw_reset .frm_input {margin:10px 0 0}

/* 기존 회원 본인인증 */
#member_cert_refresh p {position:relative;text-align:center;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;border-radius:5px;font-weight:bold}
#member_cert_refresh p:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
#member_cert_refresh p i {font-size:1.2em;vertical-align:middle}
#member_cert_refresh section {margin:10px auto 15px;border:1px solid #dde7e9;position:relative;border-radius:3px}
#member_cert_refresh_chkall {position:relative;text-align:center;background:#f5f7fa;line-height:50px;border:1px solid #e5e9f0;border-radius:3px;margin-bottom:15px}
#member_cert_refresh h2 {text-align:left;padding:20px;border-bottom:1px solid #dde7e9;font-size:1.2em}
#member_cert_refresh textarea {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
#member_cert_refresh_private {position:relative}
#member_cert_refresh_private div {padding:20px;background:#fff}
#member_cert_refresh_private table {width:100%;border-collapse:collapse;font-size:1em;}
#member_cert_refresh_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#member_cert_refresh_private table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf;font-weight:bold;}
#member_cert_refresh_private table td {border:1px solid #e7e9ec;padding:10px;border-top:0}

.member_cert_refresh_agree {position:absolute;top:0;right:0}
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
.member_cert_refresh_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px}
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}

#member_cert_refresh #find_info {margin:50px 0}
#member_cert_refresh #find_info .find_btn {padding:10px 20px;background:#fff}
#member_cert_refresh #find_info .find_btn > div {margin:10px 0}

/* 로그인 */

#login_fs {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
}
#login_fs legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}
#mb_login #login_fs .frm_input {
    margin: 0;
}
#mb_login #login_fs .btn_submit {
    margin: 0;
}

#login_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 60px 0;
    padding: 0;
}
#login_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.login-find-link {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #003179;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-style: solid;
    display: inline-block;
}

/* 소셜 로그인 버튼 */
.social-login-buttons {
    display: flex;
    gap: 20px;
    width: 100%;
}
.btn-social {
    flex: 1;
    height: 78px;
    border: 1px solid #00317A;
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.btn-social:hover {
    opacity: 0.9;
}

/* 회원가입 버튼 */
.btn-signup {
    width: 100%;
    height: 78px;
    border: 1px solid #00317A;
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.btn-signup:hover {
    opacity: 0.9;
}

#mb_login_notmb {margin:30px auto;padding:20px 30px;border: 1px solid #dde7e9}
#mb_login_notmb h2 {font-size:1.25em;margin:20px 0 10px}
#guest_privacy {border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit {display:block;text-align:center;line-height:45px}

#mb_login_od {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
}
#mb_login_od legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}
#mb_login #mb_login_od .frm_input {
    margin: 0;
}
#mb_login #mb_login_od .btn_submit {
    margin: 0;
}

form[name="forderinquiry"] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mb_login_odinfo {
    margin: 0;
    padding: 0;
}
#mb_login_odinfo p {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
}

#mb_login #sns_login {margin-top:0;border-color:#edeaea;padding:25px}
#mb_login #sns_login:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #sns_login h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #sns_login .sns-wrap {margin:0 !important}
#mb_login #sns_login .sns-icon {width:49% !important;float:left !important}
#mb_login #sns_login .sns-icon:nth-child(odd) {margin-right:2%}
#mb_login #sns_login .txt {font-size:0.95em;padding-left:5px !important;border-left:0 !important}

/* 쪽지 */
.memo_list {border-top:1px solid #ececec}
.memo_list li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.memo_list li:after {display:block;visibility:hidden;clear:both;content:""}
.memo_list li.read {background:#f6f6f6}
.memo_list li.empty_li {text-align:center;padding:20px 0;color:#666}

.memo_list .memo_li {float:left}
.memo_list .profile_big_img {position:relative;margin-right:15px}
.memo_list .profile_big_img img {border-radius:50%;width:52px;height:52px}
.memo_list .memo_li.memo_name {padding-top:5px;float:none}
.memo_list .memo_preview a{display:block;margin-right:30px;padding-top:10px;font-weight:normal !important;font-size:1.2em}
.memo_list .memo_preview a:hover{text-decoration:underline}
.memo_list .memo_name a,
.memo_list .memo_name .sv_wrap {font-weight:bold}
.memo_list .no_read {position:absolute;bottom:0;right:0;display:inline-block;background:#3a8afd;border:1px solid #e1edff;text-indent:-9999px;border-radius:10px;width:10px;height:10px;box-shadow:0 0 10px 3px #9ec3f9}
.memo_list .no_read {animation:blinker 1s linear infinite}

@keyframes blinker {
	50% {opacity:0}
	}

#memo_list h1#win_title {padding:10px 10px 10px 20px}
#memo_list .memo_datetime {font-size:0.92em;color:#888d92}
#memo_list .memo_del {position:absolute;right:15px;top:15px;padding:10px;color:#c7c9cb;font-size:1.4em}
#memo_list .memo_cnt {margin-top:5px;font-weight:normal;display:inline-block;font-size:1.2em}
#memo_list .pg_wrap {margin-top:10px;width:100%;float:inherit;text-align:center}

#memo_view_contents {margin-bottom:20px;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;list-style:none;background:#f6f6f6}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;/*padding:10px;float:left;width:50%*/}

.memo_view_li .profile_img img {display:none}
.memo_from {position:relative;background:#fff;border-bottom:1px solid #ececec;padding:15px 20px}
.memo_from li {float:left}
.memo_from li.memo_profile img {width:40px;height:40px;border-radius:50%}
.memo_from li:first-child {margin-right:10px}
.memo_from li.memo_view_nick {width:80%}
.memo_from li.memo_view_nick a {font-weight:bold !important}
.memo_from li.memo_view_date {display:block;color:#555;line-height:24px}
.memo_from li.memo_op_btn {position:absolute}
.memo_from li.list_btn {right:53px;}
.memo_from li.del_btn {right:15px;}
.memo_from:after {display:block;visibility:hidden;clear:both;content:""}

.memo_btn {width:100%}
.memo_btn a {display:inline-block;width:50%;font-size:1em;color:#888d92;padding:20px}
.memo_btn a.btn_right {float:right;text-align:right}
.memo_btn a i {font-size:1.2em;color:#acabab;vertical-align:bottom}

#memo_view p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}
#memo_view textarea {height:100px}

#memo_write .form_01 {padding:20px;border-top:1px solid #ececec}

.reply_btn {display:inline-block;width:150px;height:45px;line-height:50px;padding:0 10px;font-weight:bold;background:#3a8afd;color:#fff;border-radius:3px;vertical-align:bottom;margin-right:5px}
#memo_write .reply_btn {font-size:1em}

/* 스크랩 */
#scrap li:after {display:block;visibility:hidden;clear:both;content:""}
#scrap li {position:relative;padding:20px;border-bottom:1px solid #ececec}
#scrap .scrap_tit {font-weight:bold;display:block;font-size:1.083em;margin-bottom:10px;line-height:1.3em}
#scrap .scrap_cate {float:left;display:block;color:#ac92ec;background:#eeeaf8;padding:3px;border-radius:3px;font-size:0.92em;margin-right:10px}
#scrap .scrap_datetime {color:#777;line-height:18px}
#scrap .scrap_del {position:absolute;top:15px;right:15px;font-size:18px;color:#c7c9cb}
#scrap .scrap_del:hover {color:#3a8afd}

#scrap_do .new_win_con {padding:0 20px}
#scrap_do textarea {width:100%;height:100px}
#scrap_do .scrap_tit {margin-bottom:10px;background:#f3f3f3;padding:10px 15px;font-size:1.2em;font-weight:bold}
#scrap_do label {display:block;margin:0 0 5px;font-size:1em}
#scrap_do .win_btn:after {display:block;visibility:hidden;clear:both;content:""}
#scrap .win_btn, #scrap_do .win_btn {margin:20px 0;text-align:center}
#scrap_do .win_btn .btn_submit {float:inherit}
#scrap_do .win_desc {margin:0 20px}

/*포인트*/
#point {text-align:center}
#point h1 {text-align:left}
#point .point_all {margin:20px 20px 15px;border-radius:5px;background:#edf3fc;border:1px solid #d6e2f4;color:#485172;font-size:1.083em}
#point .point_all:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_all li {float:left;width:50%;padding:20px;text-align:left}
#point .point_all li span {float:right;color:#485172;font-weight:bold}
#point .point_all li:last-child {border-left:1px solid #d6e2f4}
#point .point_all .full_li {width:100%;border-bottom:1px solid #d6e2f4;text-align:left}
#point .point_all .full_li span {color:#000;font-weight:bold;font-size:1.2em}
#point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em;text-align:left}
#point .point_status:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_status span{margin-left:10px;float:right}

.point_list {}
.point_list li:first-child {border-top:1px solid #ececec}
.point_list li {border-bottom:1px solid #ececec;background:#fff;padding:15px;list-style:none;position:relative}
.point_list li:after {display:block;visibility:hidden;clear:both;content:""}

.point_list .point_use {background:#f6f6f6}
.point_list .point_use .point_num {font-size:1.25em;color:#ff4f76;font-weight:bold;float:right}
.point_list .point_num {font-size:1.25em;color:#3a8afd;font-weight:bold;position:absolute;right:15px;top:25px}
.point_list .point_top {line-height:15px;margin:0 0 5px}
.point_list .point_top:after {display:block;visibility:hidden;clear:both;content:""}
.point_list .point_tit {font-weight:bold;float:left;font-size:1.083em;display:block}
.point_list .point_date1 {float:left;color:#888d92}
.point_list .point_date {float:left;color:#888d92}
.point_list .txt_expired {color:red;margin-left:5px}

#point .pg_wrap {width:100%;float:inherit;text-align:center}
#point .btn_close {margin:20px auto}

/* 회원 비밀번호 확인 */

#mb_confirm #confirm_fs {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
}

#mb_confirm #confirm_fs legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

#mb_confirm #confirm_fs .frm_input {
    margin: 0;
    text-align: center;
}

#mb_confirm #confirm_fs .btn_submit {
    margin: 0;
}

.confirm-info-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.confirm-id-display {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    padding: 20px 24px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 0;
}

.confirm-warning-text {
    margin-top: 8px;
}

.confirm-warning-text p {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    margin: 0;
    padding: 0;
}

/* 비밀번호 찾기 페이지 헤더 스타일 */
#find_head {
    position: relative;
    width: 100%;
    height: 745px;
    margin-bottom: 0;
    z-index: 3;
}

#find_head .title-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#find_head .title-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#find_head .title-container-bg::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
        linear-gradient(135deg, #0046AC 0%, #0046AC 26.92%, #000 100%);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    z-index: 1;
    pointer-events: none;
}

#find_head .title-container-bg::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 745px;
    background-image: url(/img/big_back_cwnu.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0.1;
}

#find_head .campaign-info {
    color: #ffffff;
}

#find_head .campaign-title, #find_head .campaign-title-part1, #find_head .campaign-title-part2 {
    color: #ffffff;
}

#find_head .campaign-description {
    color: #ffffff;
}

/* 비밀번호 찾기 폼 스타일 */
.confirm-info-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
    width: 100%;
}

.confirm-info-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    color: #003179;
    margin: 0;
    padding: 0;
}

.email-input-container {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.email-prefix-input {
    flex: 1;
    min-width: 0;
}

.email-at-symbol {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    flex-shrink: 0;
}

.email-domain-select {
    flex: 1;
    min-width: 0;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M8.70248 15.2707L0.430093 3.54606C-0.546172 2.16656 0.247259 7.86433e-07 1.72891 7.86433e-07H18.2737C18.6053 -0.000351739 18.9299 0.11782 19.2087 0.340364C19.4876 0.562908 19.7087 0.880392 19.8458 1.25479C19.9828 1.6292 20.0299 2.04465 19.9815 2.4514C19.933 2.85814 19.791 3.23894 19.5725 3.5482L11.3001 15.2686C11.1382 15.4983 10.9385 15.6824 10.7145 15.8086C10.4905 15.9347 10.2473 16 10.0013 16C9.75525 16 9.51206 15.9347 9.28805 15.8086C9.06403 15.6824 8.86437 15.4983 8.70248 15.2686V15.2707Z' fill='%23003179'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 24px center !important;
    background-size: 20px 16px !important;
    padding-right: 50px;
    cursor: pointer;
}

.email-domain-input {
    flex: 1;
    min-width: 0;
}

.confirm-password-input {
    width: 100%;
    height: 76px;
    padding: 20px 24px;
    border: 1px solid #003179;
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    box-sizing: border-box;
}

.confirm-password-input::placeholder {
    color: #000000;
    opacity: 0.5;
}

.confirm-password-input:focus {
    outline: none;
    border-color: #003179;
}

.find-info-description {
    margin-bottom: 24px;
}

.find-info-description p {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    margin: 0 0 8px 0;
    padding: 0;
}

.find-info-description p:last-child {
    margin-bottom: 0;
}

.find-captcha-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.find-captcha-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    color: #003179;
    margin: 0;
    padding: 0;
}

.find-captcha-input-container {
    width: 100%;
}

.find-captcha-input-container #captcha {
    width: 100%;
    height: 76px;
    background: #ffffff;
    border: 1px solid #003179;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 20px 36px;
    box-sizing: border-box;
    margin: 0;
}

.find-captcha-input-container #captcha legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.find-captcha-input-container #captcha #captcha_img {
    width: 129px;
    height: 48px;
    display: block;
    flex-shrink: 0;
}

.find-captcha-input-container #captcha #captcha_key {
    flex: 1;
    border: none;
    background: transparent;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    opacity: 0.5;
    outline: none;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.find-captcha-input-container #captcha #captcha_key:focus {
    opacity: 1;
}

.find-captcha-input-container #captcha #captcha_key::placeholder {
    color: #000000;
    opacity: 0.5;
    text-align: left;
}

.find-captcha-input-container #captcha button {
    display: none;
}

.find-captcha-input-container #captcha #captcha_info {
    display: none;
}

.cert-btn-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.cert-btn-container .register-btn-submit {
    width: 100%;
    max-width: 400px;
    height: 78px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 12px;
    border: none;
    background: linear-gradient(270deg, #003179 0%, #0046AC 50%, #005ADF 100%);
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 0 auto;
}

.cert-btn-container .register-btn-submit:hover {
    opacity: 0.9;
}



#fpasswordlost .register-btn-submit {
    width: 360px;
    height: 78px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 12px;
    border: none;
    background: linear-gradient(270deg, #003179 0%, #0046AC 50%, #005ADF 100%);
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fpasswordlost .register-btn-submit:hover {
    opacity: 0.9;
}

/* 비밀글 비밀번호 확인 */
#pw_confirm h1 {margin:60px 20px 30px;font-size:2em}
#pw_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#pw_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#pw_confirm fieldset {padding:50px;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail textarea {height:100px}
#formmail .formmail_flie {position:relative}
#formmail .formmail_flie .file_wr {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#formmail .lb_icon {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#fff;text-align:center;color:#b2b2b2}
#formmail .frm_file {padding-left:50px}
#formmail .frm_info {color:#3497d9;font-size:0.92em}
.chk_box {position:relative}
.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#f7f8f9;border:1px solid #cdd6df;border-radius:50%}
.chk_box input[type="radio"]:checked + label {color:#3a8afd}
.chk_box input[type="radio"]:checked + label span {border-color:#3a8afd}
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:#3a8afd;content:'';position:absolute;top:3px;left:3px;border-radius:50%}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}

/* 자기소개 */
#profile h1 a {}
#profile table {margin-bottom:0}
#profile table th {text-align:left;padding:10px;width:100px}
#profile section {color:#6794d3;background:#fff;padding:10px;border:1px solid #eee;margin:10px 0}
#profile h2 {margin:0 0 5px}
#profile .profile_name {text-align:center;font-weight:bold}
#profile .my_profile_img {display:block;margin:20px 0 5px}
#profile .my_profile_img img {border-radius:50%}
#profile .profile_img img {border-radius:50%}
#profile .profile_name .sv_wrap {font-weight:bold;text-align:left}

/* 마이페이지 서브 섹션 */
.mypage-sub-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* 상단 서브 타이틀 섹션 */
.mypage-subtitle-section {
    background: #f9f9f9;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 60px 60px;
}

.mypage-subtitle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 945px;
}

.mypage-subtitle-logo {
    width: 91px;
    height: 128.518px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypage-subtitle-logo img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

.mypage-subtitle-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    max-width: 1087px;
    margin: 0;
    padding: 0;
}

.mypage-subtitle-description {
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    max-width: 817px;
    margin: 0;
    padding: 0;
}

/* Hero 섹션 */
.mypage-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
    width: 100%;
}

.register-hero {
    position: relative;
    height: 400px;
    width: 100%;
    max-width: 1423px;
    padding: 60px 0 60px 60px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.register-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 20px;
    overflow: hidden;
}

.register-hero-bg-inner {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 20px;
}

.register-hero-bg-inner img {
    position: absolute;
    left: 0;
    top: -53.7%;
    width: 100%;
    height: 158.13%;
    max-width: none;
    object-fit: cover;
    display: block;
}

.register-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.register-hero-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.register-hero-title p {
    margin: 0;
}

.register-hero-description {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.register-hero-description p {
    margin: 0;
}

/* 메인 콘텐츠 영역 */
.mypage-content-wrapper {
    display: flex;
    gap: 60px;
    max-width: 1423px;
    margin: 0 auto;
    padding: 0 20px 180px;
    align-items: flex-start;
}

/* 왼쪽 사이드바 */
.mypage-sidebar {
    width: 279px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}

.mypage-sidebar-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    margin: 0;
    padding: 0;
}

.mypage-sidebar-menu {
    background: #ffffff;
    border-top: 1px solid #003179;
    /* border-bottom: 1px solid #003179; */
    border-left: none;
    border-right: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}

.mypage-sidebar-menu-item {
    padding: 12px 20px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #000000;
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

.mypage-sidebar-menu-item:last-child {
    border-bottom: 1px solid #dddddd;
}

.mypage-sidebar-menu-item:hover {
    background: #f9f9f9;
}

.mypage-sidebar-menu-item.active {
    background: #f1f3f7;
    color: #003179;
    font-weight: 800;
    position: relative;
}

.mypage-sidebar-menu-item.active::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #003179;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/* 오른쪽 폼 영역 */
.mypage-form-area {
    flex: 1;
    min-width: 0;
}

/* 회원가입 폼 피그마 디자인 스타일 */
.register-form-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    justify-content: center;
    text-align: left;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.register-form-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #003179;
    margin: 0;
    padding: 0;
}

.register-form-description {
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
}

.register-form-figma {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1420px;
}

.register-form-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.register-form-row {
    display: flex;
    gap: 60px;
    width: 100%;
}

.register-form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.register-form-label {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    margin: 0;
    padding: 0;
}

.register-form-label-with-button {
    display: flex;
    gap: 20px;
    align-items: center;
}

.register-form-input {
    width: 100%;
    height: 70px;
    padding: 20px 24px;
    border: none;
    border-radius: 12px;
    background: #f9f9f9;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    box-sizing: border-box;
}

.register-form-input-readonly {
    opacity: 0.5;
    font-size: 20px;
}

.register-form-split-inputs {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.register-form-split-inputs .register-form-input {
    flex: 1;
    min-width: 0;
}

.register-form-dash {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    color: #000000;
    flex-shrink: 0;
}

.register-form-divider {
    width: 100%;
    height: 1px;
    background: #003179;
    margin: 0;
}

.register-form-change-btn {
    background: #003179;
    border: 1px solid #003179;
    border-radius: 1000px;
    padding: 8px 16px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.register-form-change-btn:hover {
    opacity: 0.9;
}

.register-form-contact-row {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.register-form-contact-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    color: #000000;
    width: 100px;
    flex-shrink: 0;
}

.register-form-contact-row .register-form-split-inputs {
    flex: 1;
    min-width: 0;
}

.register-form-radio-group {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.register-form-radio-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.register-form-radio-item input[type="radio"] {
    width: 26px;
    height: 26px;
    margin: 0;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.register-form-radio-item input[type="radio"]:checked {
    border-color: #003179;
    background: #003179;
}

.register-form-radio-item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.register-form-radio-item label {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.register-form-radio-item input[type="radio"]:checked + label {
    font-weight: 800;
}

.register-form-address-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.register-form-address-group .register-form-input {
    width: 100%;
}

.register-form-address-btn {
    width: 100%;
    height: 70px;
    padding: 20px 24px;
    border: 1px solid #003179;
    border-radius: 12px;
    background: #003179;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

.register-form-address-btn:hover {
    opacity: 0.9;
}

/* 회원탈퇴 버튼 스타일 */
.register-form-leave-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
}

.register-form-leave-btn {
    width: 100%;
    height: 70px;
    padding: 20px 24px;
    border: 1px solid #003179;
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #ff5858;
    cursor: pointer;
    border: 1px solid #ff5858;
    box-sizing: border-box;
    text-align: center;
    margin-top:100px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-form-leave-btn:hover {
    opacity: 0.9;
}

.register-form-input select {
    width: 100%;
    height: 70px;
    padding: 20px 24px;
    border: none;
    border-radius: 12px;
    background: #f9f9f9;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 50px;
}

.register-form-input select:focus {
    outline: none;
}

#captcha-section {
    margin-top: 40px;
}

#captcha-section .register-form-label {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    margin: 0;
    padding: 0;
}

.register-form-captcha {
    /* margin-top: 20px; */
}

.register-form-captcha .captcha {
    display: block;
    margin: 5px 0 0;
}

/* 주문 이력 목록 페이지 스타일 */
.orderinquiry-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.orderinquiry-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.orderinquiry-title-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.orderinquiry-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #003179;
    margin: 0;
    padding: 0;
}

.orderinquiry-title-name {
    font-weight: 700;
}

.orderinquiry-title-text {
    font-weight: 300;
    line-height: 1.1;
}

.orderinquiry-search-section {
    display: flex;
    align-items: center;
    gap: 0;
}

.orderinquiry-search-form {
    display: flex;
    align-items: center;
    gap: 0;
}

.orderinquiry-search-input-container {
    background: #f9f9f9;
    border: 1px solid #003179;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 20px 24px;
    height: 63px;
    display: flex;
    align-items: center;
    width: 297px;
    box-sizing: border-box;
}

.orderinquiry-search-input {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #000000;
    outline: none;
}

.orderinquiry-search-input::placeholder {
    color: #000000;
    opacity: 0.3;
    text-align: left;
}

.orderinquiry-search-input:not(:placeholder-shown) {
    opacity: 1;
}

.orderinquiry-search-button {
    background: #003179;
    border: 1px solid #003179;
    border-left: none;
    border-radius: 0 12px 12px 0;
    width: 70px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.orderinquiry-search-button img {
    width: 29px;
    height: 29px;
    display: block;
}

.orderinquiry-title-divider {
    width: 100%;
    height: 1.5px;
    background: #003179;
}

.orderinquiry-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.orderinquiry-card {
    background: #f9f9f9;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}

.orderinquiry-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    height: 76px;
    cursor: pointer;
    box-sizing: border-box;
}

.orderinquiry-card-title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 20px;
}

.orderinquiry-card-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    flex: 1;
}

.orderinquiry-card-date {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}

.orderinquiry-card-arrow {
    width: 16px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(270deg) scaleY(-1);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.orderinquiry-card.active .orderinquiry-card-arrow {
    transform: rotate(90deg) scaleY(-1);
}

.orderinquiry-card-arrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.orderinquiry-card-content {
    padding: 0 40px 32px;
    display: none;
}

.orderinquiry-detail-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.orderinquiry-detail-section:last-of-type {
    margin-bottom: 0;
}

.orderinquiry-detail-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
}

.orderinquiry-detail-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.orderinquiry-detail-item {
    display: flex;
    align-items: center;
    height: 60px;
    gap: 20px;
}

.orderinquiry-detail-label {
    width: 120px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    color: #000000;
    flex-shrink: 0;
}

.orderinquiry-detail-value {
    flex: 1;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.orderinquiry-detail-divider {
    width: 100%;
    height: 0.5px;
    background: #dcddde;
    margin: 0;
}

.orderinquiry-detail-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.orderinquiry-receipt-btn {
    background: #003179;
    border: 1px solid #003179;
    border-radius: 1000px;
    padding: 8px 16px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.orderinquiry-receipt-btn:hover {
    opacity: 0.9;
}

.orderinquiry-empty {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    color: #666666;
}

/* 기부 내역 스타일 */
.mypage-donation-history {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.donation-history-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.donation-history-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
    color: #003179;
    margin: 0;
    padding: 0;
}

.donation-history-name {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
}

.donation-history-divider {
    width: 100%;
    height: 1.5px;
    background: #003179;
    margin: 0;
}

.donation-history-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.donation-history-card {
    width: 100%;
}

.donation-history-card-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.donation-history-card-image {
    width: 100%;
    height: 326px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.donation-history-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-width: 100%;
    min-height: 326px;
}

.donation-history-card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.donation-history-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.donation-history-card-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
}

.donation-history-card-title a {
    color: #000000;
    text-decoration: none;
}

.donation-history-card-title a:hover {
    text-decoration: underline;
}

.donation-history-card-date {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

.donation-history-empty {
    text-align: center;
    padding: 120px 20px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #666666;
}

/* 변경하기 기능 관련 스타일 */
.register-form-save-btn {
    background: #003179;
    border: 1px solid #003179;
    border-radius: 1000px;
    padding: 8px 16px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.register-form-save-btn:hover {
    opacity: 0.9;
}

.register-form-cancel-btn {
    background: #ffffff;
    border: 1px solid #003179;
    border-radius: 1000px;
    padding: 8px 16px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #003179;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.register-form-cancel-btn:hover {
    opacity: 0.9;
}

.register-form-button-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* 편집 모드 시 숨김 처리 */
.register-form-section.hide-on-edit,
.btn_confirm.hide-on-edit {
    display: none !important;
}


/* 반응형 */
@media (max-width: 1024px) {
    body{
        width:100%;
    }
    /* 로그인 페이지 */
    .mbskin {
        gap: 40px;
        padding: 0 20px;
        overflow-x: hidden;
        padding-bottom:100px;
    }

    .mbskin .mbskin_box {
        width: 100%;
        max-width: 100%;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .login-header {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .login-main-title {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    .login-subtitle {
        font-size: 20px;
        width: 100%;
    }

    .login-form-title {
        font-size: 32px;
    }

    .mbskin .btn_submit {
        font-size: 24px;
        height: 60px;
    }

    .btn-social {
        font-size: 24px;
        height: 60px;
    }

    .btn-signup {
        font-size: 24px;
        height: 60px;
    }

    /* 회원가입 페이지 */
    #register_head .title-container {
        min-height: 600px;
    }

    #bo_w {
        margin-top: -400px;
    }

    .title-container-content {
        padding: 60px 20px 0;
        gap: 60px;
    }

    .campaign-title {
        font-size: 32px;
    }

    .campaign-description {
        font-size: 20px;
    }

    #find_head {
        height: 400px;
    }

    #find_head .title-container-bg::after {
        height: 400px;
    }

    .register-main-container {
        padding: 60px 20px 80px;
    }

    .register-content-wrapper {
        padding: 60px 20px;
        gap: 40px;
    }

    .register-title-text {
        font-size: 32px;
    }

    .register-title-box {
        width: 100%;
        max-width: 100%;
    }

    .register-term-content {
        height: 400px;
        padding: 24px 16px;
    }

    .register-term-title {
        font-size: 20px;
    }

    .register-term-text {
        font-size: 14px;
    }

    .register-form-figma {
        gap: 40px;
    }

    .register-form-row {
        flex-direction: column;
        gap: 20px;
    }

    .register-form-label {
        font-size: 18px;
    }

    .register-form-input {
        font-size: 18px;
        height: 60px;
        padding: 16px 20px;
    }

    .register-form-input select {
        font-size: 18px;
        height: 60px;
        padding: 16px 20px;
    }

    .register-form-contact-row {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .register-form-contact-label {
        width: 100%;
    }

    .register-form-radio-group {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .register-form-address-btn {
        font-size: 18px;
        height: 60px;
    }

    .register-all-agree {
        padding: 16px 20px;
        height: auto;
        min-height: 76px;
    }

    .register-all-agree-title {
        font-size: 20px;
    }

    .register-checkbox-label {
        font-size: 16px;
    }

    #fregisterform .btn_confirm .btn_close,
    #fregisterform .btn_confirm .btn_submit {
        font-size: 24px;
        height: 60px;
    }

    /* 마이페이지 */
    .mypage-subtitle-section {
        padding: 60px 20px;
    }

    .mypage-subtitle-title {
        font-size: 32px;
    }

    .mypage-subtitle-description {
        font-size: 20px;
    }

    .mypage-content-wrapper {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px 60px;
    }

    .mypage-sidebar {
        width: 100%;
    }

    .mypage-sidebar-title {
        font-size: 24px;
    }

    .mypage-sidebar-menu-item {
        font-size: 18px;
        padding: 10px 16px;
    }

    .register-hero {
        padding: 40px 24px;
        height: auto;
        min-height: 300px;
    }

    .register-hero-title {
        font-size: 24px;
    }

    .register-hero-description {
        font-size: 20px;
    }

    .register-form-header {
        gap: 16px;
    }

    .register-form-title {
        font-size: 32px;
    }

    .register-form-description {
        font-size: 20px;
    }

    .register-form-section {
        gap: 16px;
    }

    .register-form-field {
        gap: 16px;
    }

    .register-form-split-inputs {
        flex-direction: column;
        gap: 12px;
    }

    .register-form-dash {
        display: none;
    }

    .register-form-button-group {
        flex-direction: column;
        width: 100%;
    }

    .register-form-change-btn,
    .register-form-save-btn,
    .register-form-cancel-btn {
        width: 100%;
    }

    /* 주문 조회 */
    .orderinquiry-content {
        gap: 30px;
    }

    .orderinquiry-title {
        font-size: 32px;
    }

    .orderinquiry-title-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .orderinquiry-search-section {
        width: 100%;
    }

    .orderinquiry-search-form {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .orderinquiry-search-input-container {
        width: 100%;
        border-radius: 12px;
        border-right: 1px solid #003179;
    }

    .orderinquiry-search-button {
        width: 100%;
        border-radius: 12px;
        border-left: 1px solid #003179;
    }

    .orderinquiry-card-title {
        font-size: 20px;
    }

    .orderinquiry-card-header {
        padding: 16px 20px;
        height: auto;
        min-height: 76px;
        flex-wrap: wrap;
    }

    .orderinquiry-card-content {
        padding: 0 20px 24px;
    }

    .orderinquiry-detail-label {
        width: 100px;
        font-size: 16px;
    }

    .orderinquiry-detail-value {
        font-size: 14px;
    }

    /* 비밀번호 확인/찾기 */
    .confirm-id-display {
        font-size: 18px;
        padding: 16px 20px;
    }

    #fpasswordlost .register-btn-submit,
    .cert-btn-container .register-btn-submit {
        font-size: 24px;
        height: 60px;
        max-width: 100%;
    }

    .find-info-description {
        margin-bottom: 20px;
    }

    .find-info-description p {
        font-size: 14px;
    }

    /* confirm-info-box 반응형 */
    .confirm-info-box {
        gap: 30px;
        margin-bottom: 60px;
    }

    .confirm-info-label {
        font-size: 18px;
    }

    .email-input-container {
        flex-direction: column;
        gap: 12px;
    }

    .email-at-symbol {
        display: none;
    }

    .email-domain-select {
        font-size: 18px;
        padding: 16px 20px;
        background-position: right 20px center !important;
    }

    .confirm-password-input {
        font-size: 18px;
        height: 60px;
        padding: 16px 20px;
    }

    .find-captcha-label {
        font-size: 18px;
    }

    .find-captcha-input-container #captcha {
        height: auto;
        min-height: 76px;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        align-items: flex-start;
    }

    .find-captcha-input-container #captcha #captcha_img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    #fregister{
        width: 100%;
    }

    .find-captcha-input-container #captcha #captcha_key {
        font-size: 18px;
        padding: 20px;
        width: 100%;
        border: 1px solid #ddd;
    }

    .cert-btn-container {
        gap: 12px;
    }

    /* register-term-section 반응형 추가 */
    .register-term-section {
        gap: 16px;
    }

    .register-all-agree-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .register-all-agree-title {
        white-space: normal;
    }

    .register-btn-container {
        margin-top: 40px;
    }

    .register-btn-submit {
        font-size: 24px;
        height: 60px;
    }

    /* 기부 내역 */
    .donation-history-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .donation-history-title {
        font-size: 32px;
    }
    
    .donation-history-name {
        font-size: 32px;
    }
    
    .donation-history-card-image {
        height: 240px;
    }
    
    .donation-history-card-title {
        font-size: 20px;
    }

    .register-form-label-with-button{
        flex-direction: column;
        align-items: start;
    }
    .mypage-hero-container {
        padding: 0px 20px 60px;
    }
}

