@import url("basic_css.css");

/* .login_wrap{
    height: 100%;
} */

   /*
*
* ==========================================
* PC
* ==========================================
*
*/

@media screen and (min-width: 911px) {

    .m_register_btn_wrap{
        display: none;
    }

    /* --------------------------------------------------------content----------------------------------------------------------- */
.login_content_wrap{
    width: 100%;
    height: 1200px;
    margin-top: 50px;
    position: relative;
}

.content_inner{
    width: 550px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.content_inner h1{
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

.content_inner p{
    display: none;
    text-align: center;
    margin-bottom: 15px;
}


.login_logo_img_wrap{
    width: 100%;
    margin-bottom: 50px;
}

.login_logo_img_wrap img{
    display: block;
    width: 216px;
    height: 209px;
    margin: 0 auto;
    animation-name: myAnimation;
    animation-duration: 1s;
}

.content_inner form{
    display: none;
}

.login_input_container{
    width: 320px;
    border: 1px solid #d6d6d6;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 45px;
    box-sizing: border-box;
}

.add_login_input_container{
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.mid0_label{
    display: block;
    width: calc(100%);
    padding-left: 10px;
    font-size: 16px;
    color: black;
    cursor: text;
    transition: all 0.2s ease;
    pointer-events: none;
    height: 21px;
    margin-bottom: 10px;
    /* font-weight: bold; */
  }

  .mid0_input_rows{
    display: block;
    width: calc(100%);
    height: 40px;
    padding-left: 10px;
    outline: none;
    font-size: 1em;
    color: #909090;
    border: none;
    background-color: white;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 30px;
  }

  .login_input_container:nth-child(3){
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.login_input_container:nth-child(2){
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.login_input_container_active{
    border-color: #0070c9;
    border-width: 1px;
    box-shadow: 0 0 0 1px #0070c9;
}



.login_input_id_label{
    position: absolute;
    top: calc(50% - 12.5px);
    left: 17px;
    font-size: 16px;
    color: #909090;
    cursor: text;
    transition:all 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 99;
}

.login_input_password_label{
    position: absolute;
    top: calc(50% - 12.5px);
    left: 17px;
    font-size: 16px;
    color: #909090;
    cursor: text;
    transition:all 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 99;
}

.label_active{
    font-size: 12px;
    top: 4px;
}

.login_input_id{
display: block;
position: absolute;
width: calc(100% - 20px);
height: 25px;
border: none;
bottom: 0px;
right: 0px;
padding-top: 36px;
outline: none;
margin: 0 auto;
z-index: 98;
font-size: 1.1em;
color: #909090;
}

.login_input_password{
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 25px;
    border: none;
    bottom: 0px;
    right: 0px;
    padding-top: 36px;
    outline: none;
    margin: 0 auto;
    z-index: 98;
    font-size: 1.1em;
    color: #909090;
}

.remember_id_container{
    position: absolute;
    width: 110px;
    height: 25px;
    margin: 0 auto;
    font-size: 14px;
    left: calc(50% - 55px);
    bottom: 600px;
}

.remember_id{
    width: 16px;
    height: 16px;
}



.forgot_id_wrap{
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 292px;
    font-size: 14px;
    left: calc(50% - 146px);
    bottom: 520px;
    border-top: 1px solid #d6d6d6;
    padding-top: 25px;
    text-align: center;
}

.forgot_id{
    color: #0070c9;
}

.btn_regAgree {
    position: absolute;
    display: block;
    border: none;
    width: 280px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    font-weight: bold;
    /* margin: 0 auto; */
    bottom: 430px;
    left: calc(50% - 140px);
    background-color: #0072de;
    color: white;
    opacity: 0.4;
    display: none;
}


.id_wrong{
    display: none;
    width: 300px;
    height: 70px;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 580px;
    background-color: #ffc96c;
    border-radius: 5px;
    border: 1px solid #ffa200;
    box-sizing: border-box;
    z-index: 100;
}

.id_wrong::after, .id_wrong::before{
    display: block;
    border-style: solid;
    left: calc(50% - 15px);
    content: ' ';
    position: absolute;
  }

  .id_wrong::after {
    top: -29px;
    border-color: transparent transparent #ffc96c;
    border-width: 15px;
}

.id_wrong::before {
    top: -30px;
    border-color: transparent transparent #ffa200;
    border-width: 15px;
}

.id_wrong p{
    font-size: 14px;
    height: 35px;
    line-height: 40px;
    margin-bottom: 0px;
    letter-spacing: -1px;
    font-weight: bold;
}

.id_wrong div a{
    display: block;
    font-size: 14px;
    height: 35px;
    color: black;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    letter-spacing: -1px;
    text-decoration: underline;
}






/* 애니메이션 테스트 */

@keyframes myAnimation {
    from {
        /* background-color: red; */
        width: 86px;
        height: 79px;
    }
    to {
        /* background-color: blue; */
        width: 216px;
        height: 209px;
    }
}




}

/*
* ==========================================
* 모바일 (스마트폰 + 태블릿 포함)
* ==========================================
*/

@media screen and (min-width: 0px) and (max-width: 910px) {

    /* --------------------------------------------------------content----------------------------------------------------------- */
.login_content_wrap{
    width: 100%;
    height: 800px;
    margin-top: 100px;
    position: relative;
}

.content_inner{
    width: calc(100% - 50px);
    padding: 0px 25px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.content_inner h1{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -1px;
}

.content_inner p{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -1px;
}


.login_logo_img_wrap{
    width: 100%;
    margin-bottom: 50px;
}

.login_logo_img_wrap img{
    display: block;
    width: 166px;
    height: 159px;
    margin: 0 auto;
    /* animation-name: myAnimation; */
    /* animation-duration: 1s; */
}

.content_inner form{
    display: block;
}

.add_login_input_container{
    width: calc(100%);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.mid0_label{
    display: block;
    width: calc(100%);
    padding-left: 10px;
    font-size: 15px;
    color: black;
    cursor: text;
    transition: all 0.2s ease;
    pointer-events: none;
    height: 21px;
    margin-bottom: 10px;
    /* font-weight: bold; */
  }

  .mid0_input_rows{
    display: block;
    width: calc(100%);
    height: 40px;
    padding-left: 10px;
    outline: none;
    font-size: 1em;
    color: #909090;
    border: none;
    background-color: white;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 30px;
  }

.login_input_container{
    width: 100%;
    border: 1px solid #d6d6d6;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 45px;
    box-sizing: border-box;
}
.login_input_container:nth-child(3){
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.login_input_container:nth-child(2){
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.login_input_container_active{
    border-color: #0070c9;
    border-width: 1px;
    box-shadow: 0 0 0 1px #0070c9;
}



.login_input_id_label{
    position: absolute;
    top: calc(50% - 12.5px);
    left: 17px;
    font-size: 16px;
    color: #909090;
    cursor: text;
    transition:all 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 99;
}

.login_input_password_label{
    position: absolute;
    top: calc(50% - 12.5px);
    left: 17px;
    font-size: 16px;
    color: #909090;
    cursor: text;
    transition:all 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 99;
}

.label_active{
    font-size: 12px;
    top: 4px;
}

.login_input_id{
display: block;
position: absolute;
width: calc(100% - 20px);
height: 25px;
border: none;
bottom: 0px;
right: 0px;
padding-top: 36px;
outline: none;
margin: 0 auto;
z-index: 98;
font-size: 1.1em;
color: #909090;
}

.login_input_password{
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 25px;
    border: none;
    bottom: 0px;
    right: 0px;
    padding-top: 36px;
    outline: none;
    margin: 0 auto;
    z-index: 98;
    font-size: 1.1em;
    color: #909090;
}

.remember_id_container{
    position: absolute;
    width: 110px;
    height: 25px;
    margin: 0 auto;
    font-size: 14px;
    left: calc(50% - 55px);
    bottom: 240px;
}

.remember_id{
    width: 16px;
    height: 16px;
}



.forgot_id_wrap{
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 292px;
    font-size: 14px;
    left: calc(50% - 146px);
    bottom: 160px;
    border-top: 1px solid #d6d6d6;
    padding-top: 25px;
}

.forgot_id{
    color: #0070c9;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
}

.btn_regAgree {
    position: absolute;
    display: block;
    border: none;
    width: 280px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    font-weight: bold;
    /* margin: 0 auto; */
    bottom: 60px;
    left: calc(50% - 140px);
    background-color: #0072de;
    color: white;
    opacity: 0.4;
}


.id_wrong{
    display: none;
    width: 300px;
    height: 70px;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 230px;
    background-color: #ffc96c;
    border-radius: 5px;
    border: 1px solid #ffa200;
    box-sizing: border-box;
    z-index: 100;
    letter-spacing: -1px;
}

.id_wrong::after, .id_wrong::before{
    display: block;
    border-style: solid;
    left: calc(50% - 15px);
    content: ' ';
    position: absolute;
  }

  .id_wrong::after {
    top: -29px;
    border-color: transparent transparent #ffc96c;
    border-width: 15px;
}

.id_wrong::before {
    top: -30px;
    border-color: transparent transparent #ffa200;
    border-width: 15px;
}

.id_wrong p{
    font-size: 14px;
    height: 35px;
    line-height: 40px;
    margin-bottom: 0px;
    letter-spacing: -1px;
    font-weight: bold;
}

.id_wrong div a{
    display: block;
    font-size: 14px;
    height: 35px;
    color: black;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    letter-spacing: -1px;
    text-decoration: underline;
}

.m_register_btn_wrap{
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 292px;
    font-size: 14px;
    left: calc(50% - 146px);
    bottom: 130px;
}

.m_register_btn{
    color: #0070c9;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
}



/* 애니메이션 테스트 */

/* @keyframes myAnimation {
    from {
        width: 86px;
        height: 79px;
    }
    to {
        width: 216px;
        height: 209px;
    }
} */



}