@font-face {
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo';
    src: url('https://fonts.gstatic.com/s/notosans/v15/o-0NIpQlx3QUlC5A4PNjXhampu5_7CjHW5spxoeN3Vs.woff2') format('woff2');
    src: url('https://example.com/apple-sd-gothic-neo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Noto Sans', sans-serif;
}

/* Popup Module */
.popupModule {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popupModule-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popupModuleClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popupModuleClose:hover,
.popupModuleClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.dayCountText {
    color: #0079D7;
    font-size: 50px;
    margin: 0 auto;
}

.megalodevgoarray {
    display: flex;
    float: left;
    width: 50%;
    height: 100vh;
}

@media (max-width: 1200px) {

    .megalodevgoarray img,
    .megalodevgoarray p,
    .megalodevgoarray div {
        display: none;
        width: none;
        height: none;
    }
}

input::placeholder {
    display: flex;
    font-size: 18px;
}

.logoarray {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    width: 100%;
}

.logoContentSet {
    position: relative;
    text-align: center;
    width: fit-content;
    height: 450px;
}

.lgooMainTextOp {
    position: relative;
    top: -60px;
    font-size: 74px;
    font-weight: bold;
    color: #0079DE;
}

.lgooSubTextOp {
    position: relative;
    top: -140px;
    font-size: 50px;
    font-weight: bold;
    color: #0079DE;
}


.loginarray {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    /* 새로 추가한 속성 */
}

.loginBackground {
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    /* 새로 추가한 속성 */
    top: 0;
    /* 새로 추가한 속성 */
    left: 0;
    /* 새로 추가한 속성 */
}

@media (max-width: 1200px) {
    .loginarray {
        display: block;
        float: none;
        width: 100%;
        height: 100vh;
        float: center;
    }
}

.loginMainTextFont {
    margin-top: 60px;
    font-size: 60px;
    font-weight: bold;
    color: #0079DE;
}

.loginSubTextFont {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #464646;
}

.loginFiText {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: normal;
    float: right;
    color: #0079D7;
    cursor: pointer;
    font-weight: bold;
}

.loginButton {
    font-size: 18px;
    width: 516px;
    height: 78px;
    background-color: #FAFAFA;
    border: 1px solid #9D9D9D;
    border-radius: 15px;
    padding-left: 10px;
}

.dropDownButton {
    font-size: 18px;
    width: 526px;
    height: 78px;
    background-color: #FAFAFA;
    border: 1px solid #9D9D9D;
    border-radius: 15px;

    padding-left: 10px;
}

.loginButton input[type=text] {
    font-size: 18px;
    /* 크기 변경 */
}

.dropDownButton input[type=text] {
    font-size: 18px;
    /* 크기 변경 */
}

.inputBoxText {
    display: flex;
    margin-left: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #464646;
}

.mainButton {
    cursor: pointer;
    width: 526px;
    height: 78px;
    background-color: #0079D7;
    color: #FAFAFA;
    font-size: 21px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
}

.subButton {
    cursor: pointer;
    width: 526px;
    height: 78px;
    background-color: #FAFAFA;
    color: #0079D7;
    font-size: 21px;
    font-weight: bold;
    border-radius: 15px;
    border: 1px solid #0079D7;
}

.inputCenter {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.idFinding {
    margin: 0px;
    position: flex;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.hexbutton {
    width: 260px;
    height: 260px;
    color: #FAFAFA;
    font-size: 32px;
    font-weight: bold;
    border-radius: 15px;
    background-color: #0079D7;
    border: none;
}

.hexInfo {
    width: 260px;
    height: 260px;
    color: #0079D7;
    font-size: 32px;
    font-weight: bold;
    border-radius: 15px;
    background-color: #ffffff;
    border: none;
    position: relative;
}

.infoCenter {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mCenter {
    display: flex;
    float: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    width: 100%;

}

.divAutoSize {
    margin: auto;
    width: auto;
    height: auto;
}

.Checkbox {
    margin: auto;
    width: auto;
    height: auto;
    position: relative;
    text-align: right;
    font-size: 21px;
    font-weight: bold;
}

.subBox {
    cursor: default;
    align-items: center;
    display: flex;
    float: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    min-height: 100vh;
    height: 100%;
    width: 797px;
    border-radius: 20px;
    background-color: #FAFAFA;
}

.text-button {
    cursor: pointer;
    position: flex;
    text-align: center;
    background: none;
    border: none;
    color: #0079D7;
    text-decoration: underline;
    cursor: pointer;
    font-size: 21px;
    font-family: sans-serif;
}

.text-button:hover {
    color: darkblue;
}

.text-button:focus {
    outline: none;
}

.mainMenuBt {
    cursor: pointer;
    width: 260px;
    height: 260px;
    font-size: 32px;
    font-weight: bold;
    border-radius: 15px;
}

.btCenter {
    width: 524px;
    height: 524px;
    margin: 0 auto;
}

.input-container {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    .loginMainTextFont {
        margin-top: 30px;
        font-size: 30px;
    }

    .mainMenuBt {
        font-size: 20px;
        width: 150px;
        height: 150px;
    }

    .dayCountText {
        font-size: 23px;
    }

    .btCenter {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .loginFiText {
        float: none;
        text-align: right;
        width: 300px;
        margin-top: 0px;
        font-size: 18px;
        padding: 5px;
    }

    .loginSubTextFont {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: normal;
        color: #464646;
    }

    .mainButton {
        font-size: 18px;
        width: 300px;
        height: 50px;
        border-radius: 8px;
    }

    .subButton {
        font-size: 18px;
        width: 300px;
        height: 50px;
        border-radius: 8px;
    }

    .loginButton {
        font-size: 18px;
        width: 285px;
        height: 50px;
        border-radius: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .dropDownButton {
        font-size: 18px;
        width: 295px;
        height: 50px;
        border-radius: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .inputBoxText {
        font-size: 18px;
        width: 285px;
        border-radius: 8px;
    }

    .inputCenter {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .mCenter {
        display: flex;
        float: none;
        justify-content: none;
        align-items: center;
        min-height: 100vh;
        height: auto;
        width: 100%;
    }

    .subBox {
        align-items: center;
        display: flex;
        text-align: center;
        min-height: 100vh;
        height: auto;
        width: auto;
        border-radius: 20px;
        background-color: #FAFAFA;
    }
}