@charset "UTF-8";

@import url("/css/pages/mypage/reset.css");
@import url("/css/pages/mypage/layout.css");
@import url("/css/pages/mypage/style.css");
@import url("/css/pages/mypage/responsive.css");

.mypage.mp-intro .mypage-check-email-display {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mypage.mp-intro .mypage-check-login-link {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.mypage.mp-intro #sms_send_btn.sms-send-btn-disabled {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
    cursor: not-allowed;
}

/* mypage uses the mobile header markup; disable legacy background logo to avoid duplicate CI display. */
#header .company-logo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    flex: 0 0 auto;
}

#header .company-logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    height: auto;
    line-height: 1.2;
    background: none !important;
}

#header .company-logo .logo-text,
#header .company-logo .logo-subtitle {
    display: block;
}

/* Let mobile nav expand header height on mypage (avoid overlap when hamburger is open). */
#header .header-inner {
    height: auto !important;
    min-height: 80px;
}

#header .header-top {
    min-height: 80px;
}

@media screen and (max-width: 480px) {
    #header .header-inner {
        min-height: 70px;
    }

    #header .header-top {
        min-height: 70px;
    }
}

/* Keep mypage form input widths consistent (phone/name/working-name/recommend-code/password). */
.mypage.mp-intro .form-item dd > input[type='text'],
.mypage.mp-intro .form-item dd > input[type='password'] {
    width: 300px;
    max-width: 100%;
}

/* login.passro.co.kr 마이페이지: 버튼 안 글자를 수직/수평 중앙에 맞춘다. */
.mypage.mp-intro .button-wrap .btn,
.mypage.mp-intro .button-wrap button.btn,
.mypage.mp-intro .button-wrap a.btn,
.mypage.mp-intro #verify_code {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
    min-height: 45px;
    box-sizing: border-box;
}

/* login.passro.co.kr 마이페이지: 관심분야(t_member.mb_main) 선택 영역 */
.mypage.mp-intro .mypage-main-select-row dl {
    min-height: 46px;
}

.mypage.mp-intro .mypage-main-select-options {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 40px;
}

.mypage.mp-intro .mypage-main-select-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
}

.mypage.mp-intro .mypage-main-select-option input[type='radio'] {
    appearance: auto !important;
    -webkit-appearance: radio !important;
    display: inline-block !important;
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 480px) {
    .mypage.mp-intro .mypage-main-select-options {
        gap: 18px;
        flex-wrap: wrap;
    }
}
