@charset "utf-8";

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: #10182b;
    color: #e7e9f2;
    font-family: var(--ez-font, "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", "Yu Gothic", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
}

#intro-wraper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 92px 20px 56px;
    box-sizing: border-box;
    overflow: hidden auto;
}

#intro-wraper:before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, #101b29, #121c30);
    opacity: 1;
    pointer-events: none;
}

#intro-wraper:after {
    content: "";
    position: fixed;
    left: 50%;
    bottom: -120px;
    width: 1040px;
    height: 420px;
    transform: translateX(-50%);
    background: url('../img/bet38/slot-game.png') center bottom / contain no-repeat;
    opacity: .14;
    pointer-events: none;
}

.polygon_box,
.login_polygon1,
.login_polygon2 {
    display: none;
}

.intro-box,
.join-box {
    position: relative;
    z-index: 1;
    width: 520px;
    max-width: 100%;
    padding: 36px 42px 42px;
    border: 1px solid #18233e;
    border-radius: 12px;
    background: rgba(19,22,32,.96);
    box-shadow: 0 24px 70px rgba(70, 94, 150, .22);
    box-sizing: border-box;
}

h1.intro-logo {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}

h1.intro-logo > img {
    display: inline-block;
    width: 176px;
    max-width: 62%;
    cursor: pointer;
}

.intro-form,
.join-form,
.recom-box {
    position: relative;
}

.intro-form,
.join-form {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.intro-input,
ul.join-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.intro-input > li,
ul.join-list > li {
    margin: 0 0 12px;
    padding: 0;
}

ul.intro-input > li > label {
    display: block;
    margin: 0 0 7px;
    color: #dcdfe9;
    font-size: 13px;
    font-weight: 900;
}

ul.intro-input input,
ul.join-list input,
ul.join-list select,
.recom-input > input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #1a2645;
    border-radius: 7px;
    background: #131620;
    color: #e7e9f2;
    font-size: 14px;
    font-weight: 800;
    box-sizing: border-box;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

ul.intro-input input:focus,
ul.join-list input:focus,
ul.join-list select:focus,
.recom-input > input:focus {
    border-color: #567cff;
    box-shadow: 0 0 0 4px rgba(86,124,255,.12);
}

ul.intro-input input::placeholder,
ul.join-list input::placeholder,
.recom-input > input::placeholder {
    color: #98a3bb;
}

.intro-btns {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.intro-btns > button,
ul.join-list > li.check-list > .btn_check {
    height: 58px;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.intro-btns > button {
    flex: 1;
    border: 1px solid transparent;
}

.intro-login,
.intro-ok {
    background: #567cff;
    border-color: #567cff;
    color: #fff;
    box-shadow: 0 12px 24px rgba(86,124,255,.28);
}

.intro-join,
.intro-guest,
.intro-back,
ul.join-list > li.check-list > .btn_check {
    background: #121c2f;
    border: 1px solid #1a2645;
    color: #dcdfe9;
}

.intro-login:hover,
.intro-ok:hover {
    background: #436cf3;
}

.intro-join:hover,
.intro-guest:hover,
.intro-back:hover,
ul.join-list > li.check-list > .btn_check:hover {
    background: #152136;
}

.recom-box {
    display: none;
}

.recom-inner {
    padding: 0;
}

.recom-input > p {
    margin: 0 0 16px;
    color: #e7e9f2;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

ul.join-list > li.check-list {
    display: flex;
    gap: 10px;
}

ul.join-list > li.check-list > .input-2 {
    flex: 1;
    min-width: 0;
}

ul.join-list > li.check-list > .btn_check {
    flex: 0 0 118px;
    padding: 0;
}

@media (max-width: 640px) {
    #intro-wraper {
        padding: 76px 14px 28px;
        align-items: flex-start;
    }

    #intro-wraper:after {
        width: 720px;
        height: 300px;
        bottom: -90px;
    }

    .intro-box,
    .join-box {
        padding: 30px 20px 26px;
        border-radius: 10px;
    }

    h1.intro-logo {
        margin-bottom: 24px;
    }

    h1.intro-logo > img {
        width: 150px;
    }

    .intro-btns {
        flex-direction: column;
        gap: 12px;
    }

    .intro-btns > button {
        height: 58px;
        font-size: 17px;
    }

    ul.join-list > li.check-list {
        gap: 8px;
    }

    ul.join-list > li.check-list > .btn_check {
        flex-basis: 108px;
        height: 58px;
        font-size: 15px;
    }
}
