.msignup .title .logo img {
    width: 130px;
    height: auto;
}

#wrap {
    min-width: 100%;
    padding: 0;
}

.btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: #fff;
    z-index: 10;
}

.landing .btn-info-session {
    margin: 0;
}

.landing .btn-info-session,
.landing .btn-apply {
    width: 100%;
}

/* 회원가입 폼 모바일 스타일 */
.msignup {
    width: 100%;
    /* height: 100%; */
    border-radius: 0;
    padding: 20px;
}

.msignup .title {
    text-align: center; /* 중앙 정렬 추가 */
}

.msignup .title .tit {
    font-size: 20px;
}

.msignup .mStep1 {
    margin-top: 10px;
}

.mForm1 dl {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.mForm1 dt {
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 25px;
}

.mForm1 dd {
    margin: 0 0 16px 0 !important;
    width: 100%;
}

.mForm1 dd .gCheck2 {
    display: flex;
    margin-top: 10px;
    gap: 8px;
}
.gCheck2 .mFlex1 + .mFlex1 {
    margin: 0;
}
.mFlex1 .flex + .mCheckbox1 {
    margin: 0;
}

.mForm1 .it {
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding: 0 12px;
    margin-top: 4px;
    -webkit-text-size-adjust: 100%;
}

.mForm1 .mFlex1 {
    flex-direction: column;
    gap: 8px;
}

.mForm1 .mFlex1 .it {
    width: 100% !important;
}

.mFlex1 .flex {
    width: 100%;
}

.mForm1 .mFlex1 .mBtn1 {
    width: 100%;
    margin-left: 0;
}

.mForm1 .alert {
    font-size: 12px;
    margin-top: 4px;
}

.mForm1 .mCheckbox1 {
    font-size: 14px;
}

.mForm1 .mRadio1 {
    font-size: 14px;
    margin-left: 0;
}

.mForm1 .school {
    display: table;
}

.mForm1 .school .mRadio1 {
    width: 50%;
    margin-top: 10px;
}

.mForm1 .major {
    display: table;
}

.mForm1 .major .mRadio1 {
    width: 50%;
    margin-top: 10px;
}

.button.next-step {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: #fff;
    z-index: 10;
}

.button.next-step .mBtn1 {
    width: 100%;
    height: 48px;
    font-size: 16px;
}

.close {
    top: 20px;
    right: 20px;
}

/* 약관 팝업 모바일 스타일 */
.lAlert1 {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#jsPopup-050.lAlert1.w600 .popupBg {
    padding: 40px 0;
}

.lAlert1 .popupBg .title {
    padding: 40px 0 0 40px;
}

.lAlert1 .popupBg {
    padding: 0;
    margin: 0;
    width: 100%;
    /* left: 0; */
}
#privacyPolicyPopup-law .popupBg {
    left: 0;
}

/* 회원가입 단계 표시 스타일 */
.mStepBar {
    margin-left: -20px;
    border: 3px solid #4497ff;
    transition: width 0.3s ease-in-out;
}

@media (max-height: 840px) {
    .join-step {
        margin-bottom: 25%;
        overflow-y: auto;
    }
    .msignup .scroll {
        height: calc(100vh - 160px) !important;
        width: calc(100vw - 20px);
        padding-right: 20px;
    }
}


.logo-container {
    display: none;
}

@media (max-width: 1200px) {
    .login__visual {
        display: none;
    }
    
    .login__form {
        width: 100%;
        min-width: auto;
        padding: 0 20px;
        justify-content: center;
    }
    
    .login {
        justify-content: center;
    }

    .login #footer {
        display: none;
    }

    .login__form .mLogin2 {
        width: 100%;
        text-align: center;
    }

    .logo-container {
        display: block;
        position: absolute;
        top: 5vh;
    }

    .logo-container img.logo {
        width: 130px;
        height: auto;
    }

    .mLogin2 .uti {
        display: none;
    }
}

/* iOS 자동 확대 방지를 위한 추가 스타일 */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
}