@import url('https://fonts.google.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

.body {
    font-family: 'Noto Sans KR', sans-serif !important;
}

.bodyText {
    width: 100vw;
    height: 100vh;
    background: url(/img/BG_2022-07-25/BG@3x.png) center;
    background-size: auto;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.middlealign {
    white-space: nowrap;
    padding-top: 10vh;
    width: 100vw;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 2.6em;
    font-weight: 500;
}

.middleWord {
    white-space: nowrap;
    padding-top: 8px;
    width: 100vw;
    margin: auto;
    text-align: center;
    color: #152b25;
    font-size: 1.1em;
    font-weight: 500;
}

.inputnamecolor {
    color: #FFF;
    font-size: 0.9em;
    padding-bottom: 10px;
}

.no-border {
    border: none;
    background-color: transparent;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(28, 55, 49, 0.5);
    color: #fff;
    box-sizing: border-box;
    font-size: 1.2em;
    width: 50vw;
}

.no-border:focus {
    border-bottom: 1px solid #fff;
}

input:focus {
    outline: none;
}

input::placeholder {
    color: rgba(28, 55, 49, 0.5);
}

.codeinput {
    padding-top: 7.5vh;
    width: 50vw;
    margin: auto;
    text-align: left;
}

.login_buttons {
    padding-top: 8vh;
    width: 18em;
    margin: auto;
}

.login_buttons_click {
    width: 15em;
    cursor: pointer;
}

.register_ok_word_title {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 1.2em;
    font-weight: 800;
}

.register_ok_word {
    padding-top: 1em;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 0.95em;
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.register_ok.btn {
    width: 20%;
    cursor: pointer;
    margin: auto;
    padding-bottom: 2.5em;
}

.registration {
    padding-top: 20px;
    width: 50vw;
}

.registrationword {
    text-align: center;
    margin-left: -3em;
    padding-top: 4em;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 500;
    font-size: 0.9em;
    color: #152b25;
}

.registrationwordlink {
    cursor: pointer;
    font-weight: 600;
    color: #FFF;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.progressBarSize {
    padding-top: 20px;
    width: 50vw;
    margin: auto;
    visibility: hidden;
}

.Flexcil_Inc {
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #FFF;
    text-align: center;
    margin: auto;
    padding-top: 1em;
}

.registermodalword {
    padding-left: 10px;
    font-weight: 700;
}

.registeralertword {
    padding-top: 1em;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 0.8em;
    width: 95%;
    margin: auto;
    text-align: center;
    color: #000;
    font-weight: 900;
}

.registerfelid {
    margin: auto;
    width: 95%;
}

.registerfelid_word {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 0.8em;
    font-weight: 600;
    color: #484848;
}

.registerchoicegroup {
    float: left;
    padding-top: 1.5em;
    padding-bottom: 2.5em;
    width: auto;
    margin: auto;
}

.registerchoiceitem_ok {
    float: left;
}

.registerchoiceitem_cancle {
    float: left;
}

.registerchoiceitem_ok_img {
    width: 8em;
    height: 3em;
    cursor: pointer;
    padding-left: 1em;
    border: none;
}

.registerchoiceitem_ok_img_2 {
    width: 7em;
    height: 3em;
    cursor: pointer;
    padding-left: 1em;
}

.registerchoiceitem_cancle_img {
    width: 6em;
    height: 3em;
    cursor: pointer;
}

.modal-content {
    border-radius: 15px !important;
}

.registerModal {
    position: absolute;
    width: 550px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.temp-border {
    padding-top: 8px;
    padding-bottom: 8px;
}

.registerchoiceitem_group {
    text-align: center;
    margin-bottom: 2.5em;
}

.registerchoiceitem_ok_img_inline {
    display: inline-block;
    width: 6em;
    height: 3em;
    cursor: pointer;
    margin-left: 1em;
}

.registerchoiceitem_cancle_img_inline {
    display: inline-block;
    width: 6em;
    height: 3em;
    cursor: pointer;
}

.register.btn_class {
    font-size: 1em;
}

.register.btn_class:focus {
    box-shadow: none;
    border-color: #FFF;
    outline: 2px solid #3b796a;
    color: #000;
}



@keyframes spin 
{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#spinner 
{
    animation: spin 1s linear infinite;
}
#spinner 
{
    margin: 0 auto;
    width: 4em;
    height: 4em;
    
    border: 1em solid rgba(220, 220, 220, 1.0);
    border-top: 1em solid rgba(38, 133, 112, 1.0);
    border-radius: 50%;
}
#wrapper_spin 
{
    margin: 0 auto;
    max-width: 1170px;

    padding-top:1em;
    padding-bottom: 2.5em;
}





.adminfield_reg {
    color: black;
}

.adminfield_reg:focus {
    box-shadow: none;
    border-color: #FFF;
    outline: 2px solid #3b796a;
    color: #000;
}

.register_ok_word_title
{
    font-family: 'Noto Sans KR', sans-serif!important;
    font-size:1.2em;
    font-weight: 800;    
}

.register_ok_word
{
    padding-top:1em;
    font-family: 'Noto Sans KR', sans-serif!important;
    font-size:0.95em;
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.register_ok_btn
{
    width: 20%;
    cursor:pointer;
    margin: auto;
    padding-bottom: 2.5em;
}
