* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    background: #050607;
    color: #fff;
}

.mn-login-page {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding: 20px 0;
    /*background:*/
    /*        radial-gradient(circle at 20% 30%, rgba(217, 158, 55, .12), transparent 32%),*/
    /*        radial-gradient(circle at 72% 25%, rgba(255, 210, 105, .12), transparent 30%),*/
    /*        linear-gradient(135deg, #050607 0%, #0a0b0c 45%, #070707 100%);*/
    background: #05070B;
    background: linear-gradient(
            90deg,
            #05070B 0%,
            #05070B 16.66%,

            #0F1317 33.33%,

            #05070B 50%,
            #05070B 66.66%,

            #0F1317 83.33%,

            #05070B 100%
    );
}


.mn-login-page::before {
    left: -120px;
    top: 120px;
}

.mn-login-page::after {
    right: 310px;
    top: 70px;
}

.mn-bg-line {
    position: absolute;
    width: 900px;
    height: 280px;
    border: 2px solid rgba(242, 185, 76, .9);
    border-color: transparent transparent rgba(242, 185, 76, .9) transparent;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(242, 185, 76, .8));
    pointer-events: none;
}

.mn-bg-line.line1 {
    left: -130px;
    top: 170px;
    transform: rotate(8deg);
}

.mn-bg-line.line2 {
    right: 260px;
    top: 180px;
    transform: rotate(-16deg);
}

.mn-hero {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 445px;
    grid-template-rows: 58% 42%;
    gap: 16px;
    max-width: 1380px;
    margin: 0 auto;
}

.mn-left {
    height: 100%;
    /*min-height: calc(100vh - 48px);*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    gap: 20px;
    /*padding-top: 20px;*/
}

.mn-logo {
    text-align: center;
    /*margin-bottom: 36px;*/
    /*height: 600px;*/
    position: relative;
    height: 535px;
}

.mn-logo .mn-img-box {
    width: 100%;
    margin: 0 auto;
}
.mn-logo .mn-img-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: none;
}

.mn-symbol {
    font-size: 110px;
    line-height: .7;
    font-weight: 900;
    color: #d6a64a;
    letter-spacing: -14px;
    text-shadow: 0 0 20px rgba(255, 198, 82, .45);
}

.mn-brand {
    margin-top: 18px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 5px;
}

.mn-brand span {
    color: #e0b85d;
}

.mn-logo p {
    margin: 10px 0 0;
    font-size: 24px;
    color: #f2d57d;
    font-weight: 700;
}
.mn-logo img {width: 100%}
.mn-logo img.pc-logo {display: block}
.mn-logo img.mo-logo {display: none}

.mn-left h1 {
    margin: 0;
    text-align: center;
    font-size: clamp(72px, 8vw, 112px);
    font-weight: 900;
    letter-spacing: 7px;
    line-height: 1;
    text-shadow: 0 4px 8px rgba(0,0,0,.45);
    color: #fff;
}

.mn-left h1 span {
    color: #e7be57;
}

.mn-sub {
    margin: 30px 0 84px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.mn-card-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr 1fr;
    gap: 12px;
}

.mn-card,
.mn-login-box,
.mn-reason-box {
    background: linear-gradient(180deg, rgba(20,22,22,.88), rgba(8,9,9,.94));
    border: 1px solid rgba(232, 176, 80, .65);
    box-shadow:
            inset 0 0 25px rgba(255,255,255,.025),
            0 0 18px rgba(0,0,0,.45);
}

.mn-card {
    height: 330px;
    border-radius: 16px;
    padding: 30px 5px 20px;
    text-align: center;
}

.mn-icon {
    height: 88px;
    /*font-size: 82px;*/
    /*line-height: 1;*/
    /*color: #f1c96b;*/
    /*font-weight: 800;*/
    display: flex;
    justify-content: center;
}
.mn-icon img {
    height: 100%;
}

.mn-card h3 {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 700;

    background: linear-gradient(
            180deg,
            #fff8df 0%,
            #f7dd9a 45%,
            #d6a84d 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    text-shadow:
            0 1px 0 rgba(255,255,255,0.15),
            0 2px 4px rgba(0,0,0,0.35);
}

.mn-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: #f3f0e7;
    transform: scaleX(0.9);
    white-space: pre;
}

.mn-sns {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.mn-sns span {
    width: 48px;
    height: 48px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 26px;
    color: #fff;
}

.mn-sns .naver { background: #03c75a; }
.mn-sns .google { background: #111; color: #fff; }
.mn-sns .insta { background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); }
.mn-sns .youtube { background: #f00; }

.mn-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mn-login-box {
    border-radius: 20px;
    /*padding: 36px 30px 26px;*/
    padding: 32px 30px 20px;
    height: 535px;
}

.mn-login-box h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 700;

    /*background: linear-gradient(*/
    /*        180deg,*/
    /*        #fff3b0 0%,*/
    /*        #f6d475 35%,*/
    /*        #e0a84b 65%,*/
    /*        #b86d1f 100%*/
    /*);*/

    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/

    /*text-shadow:*/
    /*        0 1px 0 rgba(255,255,255,0.15),*/
    /*        0 2px 4px rgba(0,0,0,0.35);*/


    background: linear-gradient(
            180deg,
            #fff9d8 0%,
            #ffe89a 30%,
            #f5cf6a 62%,
            #d99a3e 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
            0 1px 0 rgba(255,255,255,0.08),
            0 2px 5px rgba(0,0,0,0.18);
}
.mn-login-box h2+h2 {margin: 0 0 10px;}

.mn-input {
    height: 50px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 14px;
    margin-bottom: 12px;
    background: rgba(0,0,0,.22);
}

.mn-input span {
    font-size: 26px;
    color: #fff;
}

.mn-input input {
    width: 100%;
    border: 0;
    outline: 0 !important;
    background: transparent;
    color: #fff;
    font-size: 19px;
}
.mn-input input:focus {
    outline: none;
}

.mn-input input::placeholder {
    color: #999;
}

.mn-login-util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 17px;
}

.mn-login-util label {
    display: flex;
    align-items: center;
    gap: 8px;
}

/*.mn-login-util input {*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    accent-color: #dca84a;*/
/*}*/
.mn-login-util input[type=checkbox]{
    appearance: none;
    -webkit-appearance: none;

    width: 20px;
    height: 20px;

    background: #000;
    border: 1.5px solid #fff;
    border-radius: 4px;

    cursor: pointer;
    position: relative;

    transition: all .15s ease;
}

/* 체크 표시 */
.mn-login-util input[type=checkbox]:checked::after{
    content: '';
    position: absolute;

    left: 50%;
    top: 2px;

    width: 6px;
    height: 10px;

    border: solid #f5d26a; /* 밝은 금색 */
    border-width: 0 2px 2px 0;

    transform: translate(-50%, 0) rotate(45deg);
}

/* hover */
.mn-login-util input[type=checkbox]:hover{
    border-color: #f5d26a;
}

/* 포커스 */
.mn-login-util input[type=checkbox]:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(245,210,106,.2);
}
.mn-login-util span {color: #fff}

.mn-login-util a,
.mn-links a {
    color: #fff;
    text-decoration: none;
}

.mn-login-btn {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 8px;
    /*background: linear-gradient(180deg, #f6d475, #c8852b);*/
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,.4);*/
    background:
            linear-gradient(
                    180deg,
                    #ddb566 0%,
                    #E2B669 15%,
                    #E0B05C 30%,
                    #B2803A 70%,
                    #A57531 100%
            );

    box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.25),
            inset 0 -3px 6px rgba(0,0,0,0.2),
            0 2px 4px rgba(0,0,0,0.35);
}

.mn-or {
    position: relative;
    text-align: center;
    margin: 10px 0;
    color: #fff;
}

.mn-or::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(255,255,255,.28);
}

.mn-or span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 16px;
    background: #0d0e0e;
}

.mn-join-btn {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    border: 1px solid #dba54c;
    background: transparent;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    line-height: 53px;
}

.mn-links {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    font-size: 18px;
}

.mn-links i {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,.5);
}

.mn-reason-box {
    border-radius: 14px;
    padding: 8px 16px 0px;
    /*height: 330px;*/
}

.mn-reason-box h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;

    /* 기본 색상 fallback */
    color: #f2c86c;

    /* 텍스트 그라데이션 */
    background: linear-gradient(
            180deg,
            #fff9d8 0%,
            #ffe89a 30%,
            #f5cf6a 62%,
            #d99a3e 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
            0 1px 0 rgba(255,255,255,0.08),
            0 2px 5px rgba(0,0,0,0.18);
}

.mn-reason-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mn-reason-box li {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px;
    align-items: center;
    min-height: 55px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.mn-reason-box li:first-child {
    border-top: 0;
}

.mn-reason-box b {
    font-size: 24px;

    /* 기본 색상 fallback */
    color: #f2c86c;

    /* 텍스트 그라데이션 */
    background: linear-gradient(
            180deg,
            #fff9d8 0%,
            #ffe89a 30%,
            #f5cf6a 62%,
            #d99a3e 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
            0 1px 0 rgba(255,255,255,0.08),
            0 2px 5px rgba(0,0,0,0.18);
}
.mn-reason-box b img {height: 40px}

.mn-reason-box span {
    color: #f3f0e7;
    font-size: 16px;
    display:inline-block;
    transform: scaleX(0.9);
}

@media (max-width: 1200px) {
    .mn-login-page {
        height: auto;
        padding: 18px 0px;
    }


    .mn-logo img.pc-logo {display: none}
    .mn-logo img.mo-logo {display: block}
    .mn-logo img.mo-logo {width:auto;margin: 0 auto;max-height: 160px}
    .mn-logo {height: auto}

    .mn-hero {
        max-width: 500px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .mn-left {
        min-height: auto;
    }

    .mn-right {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }


    .mn-hero {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* 부모 껍데기 제거 */
    .mn-left,
    .mn-right {
        display: contents;
    }

    /* 순서 지정 */
    .mn-logo {
        order: 1;
    }

    .mn-login-box {
        order: 2;
    }

    .mn-card-grid {
        order: 3;
    }

    .mn-reason-box {
        order: 4;
    }

    .mn-symbol {
        font-size: 72px;
    }

    .mn-brand {
        font-size: 30px;
    }

    .mn-logo p {
        font-size: 17px;
    }

    .mn-left h1 {
        font-size: 52px;
        letter-spacing: -4px;
    }

    .mn-sub {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .mn-card-grid {
        grid-template-columns: 1fr;
    }

    .mn-card {
        min-height: auto;
    }

    .mn-login-box h2 {
        font-size: 27px;
    }

    .mn-reason-box li {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 0;
    }
}

@media (max-width: 768px) {



}