/* PC 회원가입 팝업: 2열 배치 (모바일 전용 페이지에는 로드되지 않음) */
@media screen and (min-width: 700px) {
    .memberLayer.layerJoin {
        position: fixed;
        /* inc.top.menu.php가 클릭 시 넣는 inline top 값을 덮어써 상단 잘림 방지 */
        top: 50% !important;
        width: 840px;
        max-width: calc(100vw - 32px);
        max-height: calc(100vh - 24px);
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        transform: translate(-50%, -50%);
    }

    .memberLayer.layerJoin .layerInner {
        padding: 22px 30px 28px;
    }

    .memberLayer.layerJoin .layerInner .popLogo {
        margin-bottom: 14px;
    }

    .memberLayer.layerJoin .layerInner .popLogo p {
        margin-top: 5px;
    }

    .memberLayer.layerJoin .layerInner .cont > ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 14px;
    }

    .memberLayer.layerJoin .layerInner .cont > ul > li {
        min-width: 0;
        margin-bottom: 0;
        overflow: visible;
    }

    .memberLayer.layerJoin .layerInner .cont li .first {
        margin-bottom: 6px;
    }

    .memberLayer.layerJoin .layerInner .cont li .second,
    .memberLayer.layerJoin .layerInner .repeat-box {
        min-width: 0;
    }

    .memberLayer.layerJoin .layerInner .repeat-box input.iptD,
    .memberLayer.layerJoin .layerInner .cont input.iptC {
        width: 100%;
    }

    .memberLayer.layerJoin .layerInner .repeat-box input.iptD {
        padding-right: 100px;
    }

    .memberLayer.layerJoin .layerInner .cont li .second > div:not(.repeat-box) {
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }

    .memberLayer.layerJoin #mb_hp_1 {
        flex: 0 0 30%;
        width: 30% !important;
    }

    .memberLayer.layerJoin #mb_hp_2,
    .memberLayer.layerJoin #mb_hp_3,
    .memberLayer.layerJoin #birth_y,
    .memberLayer.layerJoin #birth_m,
    .memberLayer.layerJoin #birth_d {
        flex: 1 1 0;
        width: 0;
        min-width: 0;
    }

    .memberLayer.layerJoin select[name="bankName"] {
        width: calc(44% - 4px);
    }

    .memberLayer.layerJoin #mb_4 {
        float: none !important;
        width: calc(56% - 4px);
        margin-right: 0 !important;
    }

    .memberLayer.layerJoin #mb_3 {
        width: 100%;
    }

    .memberLayer.layerJoin .signupCaptchaBlock {
        display: block !important;
        margin-top: 7px;
        white-space: normal !important;
    }

    .memberLayer.layerJoin .signupCaptchaLabel {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .memberLayer.layerJoin .signupCaptchaFields {
        display: flex;
        align-items: center;
        gap: 7px;
        min-width: 0;
    }

    .memberLayer.layerJoin .signupCaptchaImg {
        display: block;
        flex: 0 0 120px;
        width: 120px;
        height: 40px !important;
        border-radius: 6px;
        cursor: pointer;
        user-select: none;
    }

    .memberLayer.layerJoin .signupCaptchaFields .signupCaptchaInput {
        flex: 1 1 0;
        width: 0 !important;
        min-width: 0;
        height: 40px !important;
        padding: 0 12px;
        text-align: center;
        box-sizing: border-box;
    }

    .memberLayer.layerJoin #register-form > .btnMember {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 7px);
        height: 45px;
        margin-top: 16px;
        line-height: normal;
        vertical-align: top;
        box-sizing: border-box;
    }

    .memberLayer.layerJoin #register-form > .btnMember.cancel {
        margin-top: 16px !important;
        margin-left: 10px;
    }
}
