body,
html {
    height: 100%;
    margin: 0;
}

body::-webkit-scrollbar {
    display: none;
}

input,
button,
a {
    font-family: "Noto Sans KR";
    outline:none;
    border:none;
}

.background {
    width: 100%;
    height: 100%;
    
}

.outcontainer,
.incontainer,
.incontainer > div  {
    display:flex;
    flex-direction:column;
    width:100%;
}

.incontainer {
    gap: 46px;
}

.incontainer > div {
    gap:20px;
}

.idpwcontainer {
    display: flex;
    position:relative;
    width:100%;
    height:46px;
}

.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:40px;
    padding: 70px 60px 60px;
    position: absolute;
    width: 400px;
    min-height: 460px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 20px 40px rgba(17, 17, 17, 0.2);
    border-radius: 12px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #9c9a99;
    cursor: pointer;
}

input:focus {
    outline: none;
}

/* login input custom */
.idpwcontainer > input {
    width: 100%;
    height:20px;
    padding:13px 20px 13px 56px; 
    border-radius:12px;
    background-color: #f2f4f7;
    font-size:14px;
    font-weight:500;
    color: #21212D; 
}

.idpwcontainer > div {
    position:absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height:24px;
    transform: translateY(-50%);
    z-index:9;
}
.idpwcontainer > #secureeye {
    position:absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
    width:24px;
    height:24px;
    z-index:9;
}
.idpwcontainer > #secureeye_pwck {
    position:absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
    width:24px;
    height:24px;
    z-index:9;
}

.idpwcontainer > .text_err {
    position:absolute;
    top: 52px;
    left:20px;
}


#logpw {
    width:unset;
    padding: 13px 60px 13px 56px;
}

#logidimg {
    background-image: url("/img/user.png");
    background-repeat: no-repeat;
}

#logpwimg {
    background-image: url("/img/pw.png");
    background-repeat: no-repeat;
}
#logemailimg {
    background-image: url("/img/email.png");
    background-repeat: no-repeat;
}
#lognameimg {
    background-image: url("/img/name.png");
    background-repeat: no-repeat;
}
.loginBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-self: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.loginBtn.disabled{
    background:#ffdddd;
    cursor: not-allowed;
}/*여기만 추가함*/

.loginBtn_sub {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-self: center;
    width: 96%;
    height: 100%;
    max-width: 380px;
    max-height: 46px;

    margin: 0;
    padding: 0.3rem 1rem;

    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;

    background: #ffdddd;
    border: red;
    border-radius: 12px;

    margin-top: 5%;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    cursor: pointer;

    transition: 0.5s;
    color: #ffffff;
}

.loginBtn_sub:hover {
    background: #1d1f22;
    outline: 0;
}

.asmButton.loginBtn {
    width: 100%;
}

.infoFind {
    position: relative;
    color:#4D5157;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height:17px;
}

.infoFind > a {
    font-size: 0.75rem;
    color:#4D5157;
}
.infoFind > span {
    margin:0 0.75rem;
}

.infoFind_sub {
    position: absolute;
    bottom: 5%;
    
}

.infoFind_sub > a {
    font-size: 0.75rem;
}

.infoFind > span{
    margin-top: 0 2.5rem;
}

.Welcome {
    /* Welcome! */

    position: static;
    height: 40px;
    left: 0px;
    top: 0px;

    /* H1/Bold */

    font-family: "Noto Sans KR";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */

    text-align: center;
    letter-spacing: -0.03em;

    /* Grayscale/Black */

    color: #000;
}

.WelcomeInfo {
    /* Enter your login to continue… */

    position: static;
    font-size: 14px;

    /* Body/Large/Regular */

    font-family: "Noto Sans KR";
    font-weight: 400;
    line-height: 20px;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.03em;

    /* Grayscale/Gray */

    color:#A4A9B1;
}
.idpwcontainer > input::placeholder {
    color: #A4A9B1;
    font-size:14px;
    font-weight:500;
  }
.text_err{
    color: #F34040;
    font-size:12px;
    font-weight: 500;
    font-family: "Noto Sans KR";

}
#accpetDiv {
    display: none;/*버튼 누르면 사라짐*/
    position: absolute;
    top: 40%;
    left: calc(50% - 206px);
    height: max-content;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 36px 0px rgba(17, 17, 17, 0.20);
    /* display: flex; */
    width: 372px;
    padding: 40px 20px 24px 20px;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.accpet {
    color: var(--Grayscale-Black, #06060A);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
}
.accpetInfo {
    color: var(--Grayscale-Gray, #9EA4AE);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-top: 8px;
}
#okbtn {
    height: 46px;
    padding: 12px 24px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--Grayscale-Dark, #3A3B41);
    color: white;
    margin-top: 32px;
    width: 100%;
    cursor: pointer;
}
