@import url('https://fonts.googleapis.com/css2?family=Jua&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

body {
    background: #262626;
    overflow-x: hidden;
}

.top-overlay-box {
    width: 136%;
    height: 600px;
    background: #000000;
    transform: rotate(-7deg);
    border-bottom: 2px solid #0bd699;
    position: absolute;
    left: -86px;
    top: -420px;
    z-index: 0;
}

.logo {
    position: relative;
    z-index: 20;
    transform: rotate(-7deg);
    position: absolute;
    left: 100px;
    top: 50px;

}

.content-holder {
    padding-top: 245px;
    text-align: center;
}

.content-holder h2 {
    font-size: 80px;
    font-weight: 900;
    background-image: linear-gradient(#0bd699 5%, #7bffd7 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-description {
    padding: 50px 20px;
    padding-top: 60px;
    max-width: 800px;
    background: #3333;
    font-size: 35px;
    font-weight: 600;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #ffffff;
    margin-top: 80px;
    background-image: linear-gradient(#1e1e1f, rgb(11 214 153 / 35%));
    color: #fff;
    position: relative;
}

.box-description span {
    color: #0bd699;
    cursor: pointer;
}

.top-desc-overlay {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-image: linear-gradient(#3c3e46, #000000);
    padding: 10px 20px;
    border-radius: 5px;
    width: 566px;
    max-width: 80%;
    font-size: 50px;
}

.content-holder a {
    font-size: 50px;
    display: block;
    font-weight: 600;
    cursor: pointer;
    color: #0bd699;

}


.content-holder label {
    font-size: 20px;
    padding-top: 20px;
    display: block;
    font-weight: 600;
}

.cog img {
    opacity: 0.02;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

.modal-overlay {
    background: #00000059;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
}

.modal-content {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 800px;
    max-width: 80%;
    height: 600px;
    background: #fff;
    z-index: 51;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-content {
    width: 400px !important;
    height: 300px !important;
}

.modal-content .inner-content {
    text-align: left;
    width: 300px;
    max-width: 80%;
}


.modal-content .inner-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.modal-content .inner-content input,
select {
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-weight: 600;
}

.modal-content .inner-content button {
    width: 100%;
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
}


.main-wrapper {
    display: none;
}

.group-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-box input {
    width: 80%;
}

.group-box select {
    width: 20%;
    margin-left: 10px;
}

.form-content {
    width: 100% !important;
}

@media only screen and (max-width: 1200px) {
    .logo {
        width: 200px;
        z-index: 20;
        transform: rotate(-7deg);
        position: fixed;
        left: 26px;
        top: 35px;
    }

    .top-overlay-box {
        width: 130%;
        height: 520px;
    }

    .content-holder h2 {
        font-size: 45px;
    }

    .top-desc-overlay {

        max-width: 65%;
        font-size: 25px;
    }

    .box-description {
        padding: 35px 26px;
        padding-top: 46px;
        max-width: 80%;
        background: #3333;
        font-size: 16px;
        font-weight: 600;
        margin: auto;
        border-radius: 10px;
        border: 2px solid #ffffff;
        margin-top: 43px;
        background-image: linear-gradient(#1e1e1f, rgb(11 214 153 / 35%));
        color: #fff;
        position: relative;
    }

    .content-holder a {
        font-size: 30px;
        display: block;
        font-weight: 600;
        color: #0bd699;
    }

    .content-holder label {
        font-size: 13px;
        padding-top: 20px;
        display: block;
        font-weight: 600;
    }

    .content-holder {
        padding-top: 180px;
        text-align: center;
    }

}