/* 로그인 시작 인풋 */
.login-start-input{
    box-shadow: none !important;
    height: 50px;
    background-color: #ebebeb !important;
    border: none !important;
    font-size: 16px;
}

.login-start-input::placeholder{
    font-size: 16px;
    color: #9c9c9c;
}

.login-but{
    height: 50px;
    background-color: #13279f;
    color: #fff;
    font-weight: 500 !important;
}

.sign-but{
    height: 50px;
    background-color: #fff;
    color: #131415;
    font-weight: 500 !important;
    border: 1px solid #989898;
}

.sign-but:hover{
    height: 50px;
    background-color: #fff;
    color: #131415;
    font-weight: 500 !important;
    border: 1px solid #989898;
}

.login-but:hover{
    background-color: #13279f !important;
    color: #fff !important;
}

.login-find-a{
    font-size: 14px;
    color: #989898;
}

.login-find-bar{
    width: 1px;
    height: 14px;
    background-color: #aaaaaa;
    margin: 0 10px;
}

.link-a{
    font-size: 14px;
}

.link-a span{
    color: #13279f;
}

.login-check{
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
}
.login-check label{
    font-size: 14px;
    font-weight: 400;
}
.login-loginput{
    margin-top: 30px;
    position: relative;
}
.login-loginput label{
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.login-loginput input{
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    font-size: 16px;
    color: #bebebe;
    margin-top: 6px;
    padding-bottom: 7px;
    padding-left: 0;
    border-radius: 0;
}
.login-loginput input::placeholder{
    color: #bebebe;
    font-size: 16px;
}

.login-loginput .eyes {
    position: absolute;
    bottom: 9px;
    right: 0;
  }

  .login-loginput .form-select{
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    font-size: 16px;
    color: #bebebe;
    padding-bottom: 7px;
    padding-left: 0;
    border-radius: 0;
    background-position: right 0rem center;
  }
  

  .agreeform-but{
    position: relative;
    background-color: transparent;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #131415 !important;
  }
  
  .agreeform-but .arrowimg{
    position: absolute;
    right: 0;
  }

  .login-select{
    height: 50px;
    border: none;
    background-color: #ebebeb;
    color: #989898;
  }
  .login-select:focus{
    outline: none;
    box-shadow: none;
    border: none;
  }

  .login-choice-but01{
    width: 100%;
    display: block;
    background-color: #ffbb00;
    border-radius: 6px;
    padding: 15px;
    font-weight: 500;
    color: #131415;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 9px rgba(105, 114, 134, 0.3);
  }
  
  .login-choice-but02{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #dee2e6;
    background-color: #3a37c0;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    line-height: 20px;
  }

.find-idpass{
    border: 1px solid #dee2e6;
    box-shadow: none !important;
}
.find-idpass-tab li{
    width: 100%;
}
.find-idpass-tab li button{
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    color: #8d8d8d;
    padding: 20px 0;
}
.find-idpass-tab li:nth-child(1) button{
    border-top-left-radius: 10px;
}
.find-idpass-tab li:nth-child(2) button{
    border-top-right-radius: 10px;
}
.find-idpass-tab li button.idpass-tab-active{
    background-color: #fff;
    color: #131415;
}

.find-idpass .provebut{
    display: inline-block;
    width: 90px;
    height: 40px;
    background-color: #13279f;
    color: #fff;
    border-radius: 4px;
}

.find-idpass .disablebut{
    background-color: #cfcfda !important;
}

.app-back{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(5, 5, 5, 0.7);
    width: 100%;
    min-height: 100%;
    color: #fff;
}

.app-back-box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.app-back button{
    display: block;
    width: 340px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.login-choice-class{
    flex-wrap: wrap; 
    grid-gap: 5px; 
    gap: 5px; 
    margin-top: 15px;
    height: 240px;
    overflow-y: auto;
}

.login-choice-pore{
    position: relative;
}
.login-choice-pore:after{
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 61px;
    top: 0;
    right: -5px;
    background: url("/images/touch02.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* 이용약관 */
.use-p{
    text-align: center;
    font-weight: 500;
    word-break: keep-all;
    line-height: 22px;
    font-size: 15px;
}

.usebigbox{
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.use-overbox{

    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    border: 1px solid #e0e0e0;
    padding: 8px;
}

.use-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.usecheckbox{
    margin-top: 10px;
    display: flex;
    justify-content: end;
}

.usecheckbox label{
    font-size: 15px;
}

.usecheckbox .mlcheck{
    margin-left: 8px;
}

.use-allagree{
    display: flex;
    justify-content: end;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-top: 20px;
}