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

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

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

.background {
    display: flex;
    align-items: center;
    min-height: 700px;
    background-color: #ffffff;
    flex-direction: column;
    height: 100%;
    /* justify-content: center; */
    position: relative;
    overflow-y: auto;
}

.logincontainer {
    height: 50%;
    width: 400px;
}

.outcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 중앙 정렬 */
    max-width: 400px;
    position: relative;
    top: 27.5vh;
}

.incontainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* 내부 요소를 위아래로 정렬 */
    justify-content: center;
}

.incontainergrey {
    margin-bottom: 1rem;
    background-color: #D9D9D9;
    padding: 4px 16px;
    width: 328px;
    height: 56px;
    display: flex;
    flex-direction: column;
    /* 내부 요소를 위아래로 정렬 */
    justify-content: center;
}

.incontainergrey>label {
    color: rgba(29, 27, 32, 1);
    font-size: 14px;
    margin-bottom: 2px;
}

.idpwcontainer {
    background-color: rgba(230, 224, 233, 1);
    padding: 4px 16px;
    width: 328px;
    height: 56px;
}

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

.autoLogin {
    display: flex;
    padding: 10px 10px;
}

#autoLogin {
    width: 24px;
    height: 24px;
    accent-color: #65558F;
    /* 체크박스 색상 변경 */
    cursor: pointer;
}

.autoLogin>label {
    margin-top: 9px;
    padding: 0px 10px;
}

#autoLogin:checked {
    background-color: #65558F;
    border: 2px solid #65558F;
}

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

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

input:focus {
    outline: none;
    border: 2px solid #6a65f3;
}

input {
    border-radius: 0.75rem;
    border: 2px;
    width: 96%;
    height: 10%;
    min-height: 35px;
    max-height: 46px;
    /* max-width: 380px; */
    align-self: center;
    color: black;
    text-align: center;
    background-color: #f7f8f9;
    /* margin-top: 3%; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000000 !important;
    /* border: 2px solid #6a65f3 !important; */
    border-radius: 0.75rem !important;
    transition: background-color 5000s ease-in-out 0s;
}


input::placeholder {
    color: #888888;
    /* color: white; */
}

input:focus::placeholder {
    color: transparent;

}

.incontainer label {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #212121;
    margin-bottom: 0.25rem;
}

.text_err {
    color: #cb030a;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: "Noto Sans KR";
    display: none;
    /* right: 6rem; */
    position: relative;
    width: 100%;
}

.id_result_box {
    margin-top: 5px;
}

.span_id {
    font-weight: bold;
    font-size: large;
}

.span_date {
    font-size: small;
}

input.secure-font {
    -webkit-text-security: disc;
}

img#secureeye {
    cursor: pointer;
    width: 20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    right: 14px;
}

.asmAlarm {
    height: 62px;
}

.asmAlarm.sizeLong>.contentsArea {
    width: 24rem;
}

#logid {
    color: rgba(29, 27, 32, 1);
    width: calc(100% - 6px);
    position: relative;
    height: 64px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #ffffff;
    text-align: left;
    text-indent: 10px;
    font-family: Nanum Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    border: 1px solid var(--Greyscale-400, #DADDE1);
    border-radius: 6px !important;
}

#logid:focus,
#logpw:focus {
    outline: 1px solid #6A65F3;
    /* 원하는 색상으로 변경 */
    outline-offset: 0px;
}

.infoSearch {
    width: 96%;
    position: relative;
    height: 1px;
    text-align: left;
    margin-top: 7%;
    text-indent: 10px;
    font-family: Nanum Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    padding-top: 30px;
    padding-bottom: 30px;
}

.log_input {
    width: 94%;
    position: relative;
    height: 46px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #f7f8f9;
    border-radius: 0 12px 12px 0;
    text-align: left;
    text-indent: 10px;
    font-family: Nanum Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
}

#logidimg {
    position: relative;
    height: 48px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #f7f8f9;
    border-radius: 12px 0 0 12px;
    background-image: url("/image/user.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#logpw {
    color: rgba(29, 27, 32, 1);
    width: calc(100% - 6px);
    position: relative;
    height: 64px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #ffffff;
    text-align: left;
    text-indent: 10px;
    font-family: Nanum Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    border: 1px solid var(--Greyscale-400, #DADDE1);
    border-radius: 6px !important;
}

#logpw>.input {
    background: red !important;
    border-radius: 0 12px 12px 0;
    text-align: left;
    text-indent: 10px;
    font-family: Nanum Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
}


#logpwimg {
    position: relative;
    height: 48px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #f7f8f9;
    border-radius: 12px 0 0 12px;
    background-image: url("/image/pw.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#logemailimg {
    position: relative;
    height: 48px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #f7f8f9;
    border-radius: 12px 0 0 12px;
    background-image: url("/image/email.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#lognameimg {
    position: relative;
    height: 48px;
    left: 0px;
    top: calc(50% - 46px / 2);
    background: #f7f8f9;
    border-radius: 12px 0 0 12px;
    background-image: url("/image/name.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.loginBtn {
    -moz-appearance: none;
    appearance: none;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    /* 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; */
    color: #949494;
    white-space: nowrap;
    margin-top: 1rem;
    background: #F2F2F2;
    width: 400px;
    max-width: 386px;
    height: 50px;
    border-radius: 4px;
}

.loginBtn.active {
    background: #6a65f3 !important;
    color: #ffffff !important;
}

.clickBtn {
    -moz-appearance: none;
    appearance: none;
    max-width: 380px;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    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: #65558F;
    white-space: nowrap;
    margin-top: 1rem;
    background: #F7F2FA;
    width: 160px;
    height: 40px;
    border-radius: 200px;
}

/* 
.loginBtn:hover {
    background: var(--Gradation-180, linear-gradient(90deg, #7428CB 0%, #4C49CF 100%));
    outline: 0;
} */

.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: #743dff;
    border: #743dff;
    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: #4800ff;
    outline: 0;
}

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

.infoFind>a {
    color: #65558F;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0.75rem;
}

.infoFind>span {
    margin: 0 0.75rem;
}

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

}

.infoFind_sub>a {
    font-size: 0.75rem;
    color: #65558F;
}

.text_label {
    margin-top: 1%;
    margin-left: 3%;
    text-align: left;
    font-weight: bold;
    color: #797e86;
    letter-spacing: -0.03em;
    /*margin-bottom: 0.5rem*/
}

.Welcome {
    cursor: pointer;
    color: #4C49CF !important;
    font-weight: 700;
    position: static;
    width: 100%;
    height: 40px;
    left: 0px;
    top: 0px;
    font-size: 2rem;
    margin-bottom: 1rem !important;

    /* H1/Bold */

    font-family: Nanum Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */

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

    /* Grayscale/Black */

    color: #06060a;

    /* Inside Auto Layout */
    margin: 4px 0px;
}

.WelcomeInfo {
    cursor: pointer;
    color: #1D1B20;
    position: static;
    width: 100%;
    height: 27px;
    left: 0px;
    top: 44px;
    font-size: 20px !important;
    font-weight: 400;
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.03em;
    /* color: #9ea4ae; */

    /* Inside Auto Layout */
    margin: 4px 0px;
}

.logoInfo {
    padding: 10px 10px;
    width: 188px;
    /* height: 100px; */
}

/* @media (max-width: 700px) {
    #setLanguage {
        display: none;
    }
}
@media (max-height: 700px) {
    #setLanguage {
        display: none;
    }
} */
#setLanguage {
    position: absolute;
    top: 1em;
    right: 1em;
}

#setLanguage>select {
    background: #ffffff61;
    font-weight: bold;
    border-radius: 0.3rem;
    padding: 0.5em 0.8em 0.5em 0.5em;
    border: 0.5px #4c0386 solid;
}

#setLanguage>select:after {
    margin-right: 0.5em;
}

#setLanguage>select::-ms-expand {
    display: none;
}

.row {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.bottom-text {
    color: var(--base-gray-color);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    font-size: 10px;
    font-weight: 400;
}