/*placeholder*/
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    color: #c8cacc;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder {
    color: #c8cacc;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
    color: #c8cacc;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder {
    color: #c8cacc;
}

/* Input Text Box */
input[type="text"],
input[type="password"] {
    /*width: 356px;
    height: 42px;
    border: solid 1px #ced4da;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
    color: #2b3851;
    margin-top: 20px;
    text-indent: 14px;
*/

    height: 32px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #a5a7ad;
    background-color: #fff

}

input[type="text"]:hover,
input[type="password"]:hover {
    border: 1px solid #5583ea;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #5583ea;
}
input::-ms-clear, input::-ms-reveal {
    display: none; }

.Container-signIn {
    /*padding: 74px 0px 116px;*/
    width:1204px;
    min-height:800px;
    padding:0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.Panel-signIn, .Panel-signOut, .Panel-knoxSSO, .Panel-error {
    padding: 0;
    min-height: 600px;
    border-radius: 20px;
}

.Panel-signOut, .Panel-error div {
    text-align: center;
}

.LoginBox-left {
    float: left;
    /*background-color: #f0f2f5;*/
    /*padding: 66px 10px 45px 60px;*/
}

.LoginBox-left-logo {
    object-fit: contain;
    /*width: 277px;
    height: 42px;
    font-family: NotoSansCJKKR;*/
}

.LoginBox-right {
    position: relative;
    float: right;
    width: 365px;
    min-height: 508px;
    margin: 48px 45px 45px 0;
    padding-left: 60px;
    border-left: 1px solid #e3e5e5;
}
.LoginBox-right-twostep {
    position: relative;
    float: right;
    width: 520px;
    min-height: 720px;
    /*margin: 72px 74px 72px 74px;*/
    /*border-left: 1px solid #e3e5e5;*/
}

.LoginBox-right-twostep-wrap {
    padding: 72px 74px;
}


.LoginBox-notice {
    width: 385px;
    height: 22px;
    opacity: 0.9;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    text-align: left;
    color: #2b3851;
    padding-top: 10%;
}

.LoginBox-welcome {
    width: 385px;
    height: 22px;
    opacity: 0.9;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    text-align: left;
    color: #2b3851;
    padding-top: 84%;
}

.LoginBox-welcome span {
    opacity: 0.9;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.47;
    text-align: left;
    color: #2b3851;
}

.LoginBox-welcome label {
    opacity: 0.9;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.47;
    text-align: left;
    color: #2b3851;
}

.LoginBox-client-name {
    height: 100px;
    font-family: NotoSansCJKKR;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    user-select: none;
    color: #2b3851;
}

.LoginBox-signinTitle {
    width: 160px;
    height: 62px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.48;
    text-align: left;
    color: #2b3851;
}

.LoginBox-signinTitleTwostep {
   /* height: 84px;*/
    flex-grow: 1;
    /*font-family: Roboto;*/
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.26px;
    text-align: left;
    color: #4b505b;
    padding-bottom:32px;
}

.idPwTitle {
    width: 100%;
    height: 24px;
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.14px;
    text-align: left;
    color: #1f2533;
    display:block;
    padding-top:8px;
    padding-bottom:8px;
}

.LoginBox-signin-button-div {
    margin-top: 14%;
}

.LoginBox-signin-button-twoStep-div {
    /*position: absolute;*/
    padding-top:32px;
}

.LoginBox-blue-button {
    width: 372px;
    height: 44px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    background-color: #545dd4;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.LoginBox-blue-button:hover,focus {
    background-color: #4b54be;
}


.LoginBox-white-button {
    width: 372px;
    height: 44px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    border: solid 1px #545dd4;
    color: #545dd4;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.LoginBox-white-button:hover,focus{
    border: solid 1px #545dd4;
    background-color: #edeefb;
}
.Sign-in-with-Knox {
    width: 300px;
    height: 19px;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #545dd4;
}


.LoginBox-knoxSignin-div {
    margin-top: 31px;
    padding-left: 50px;
    display: none;
}

.LoginBox-knoxNewEpTraySignin-div {
    margin-top: 36px;
    display: none;
}

.LoginBox-knoxSignin {
    width: 156px;
    height: 24px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #2b3851;
    margin-top: 27px;
}

.LoginBox-knoxSignin-bold {
    width: 156px;
    height: 24px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #2b3851;
    font-weight: bold;
}

.LoginBox-adSSOSignin-div {
    margin-top: 31px;
    /*padding-left: 50px;*/
    display: none;
}

.LoginBox-knoxSamlSignin-div {
    margin-top: 31px;
    padding-left: 50px;
    display: none;
}

.LoginBox-oAuth2Signin-div {
    margin-top: 31px;
    padding-left: 50px;
    display: none;
}

.LoginBox-link {
    margin-top: 8px;
    text-align: center;
}

.LoginBox-link-div {
    border-top: 1px solid #c8cacc;
    margin-top: 50px;
    margin-left: 50px;
    width: 356px;
    position: absolute;
    bottom: 0px;
}

.LoginBox-findPWSignup {
    text-align: right;
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}

.LoginBox-findPWSignup span{
    font-size: 15px;
}

.LoginBox-verticalLine-small {
    margin-left: 22px;
    margin-right: 19px;
    display: inline;
    color: #e8e9ea;
}

.LoginBox-or {
    background: #fff;
    padding: 0 10px;
    display: inline;
}

.LoginBox-orLine {
    /*width: 372px;*/
    border-bottom: 1px solid #e8e8ea;
    line-height: 0.1em;
    margin-top: 30px;
    text-align: center;
    color: #a5a7ad;
}

.LoginBox-saveEmail-div {
    margin-top: 18px;
    padding-left: 50px;
    text-align: left;
}

.LoginBox-saveEmail-twoStep-div {
    margin-top: 8px;
    text-align: left;
    /*position: absolute;*/
    bottom: 42px;
    /*width: 350px;*/
    flex-grow: 0;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.LoginBox-saveEmail {
    width: 82px;
    height: 20px;
    text-align: left;
    overflow: inherit;
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}

.LoginBox-signOutMsg {
    width: 450px;
    height: 37px;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.48;
    text-align: center;
    color: #2b3851;
}

.LoginBox-signOutMsg-div {
    padding-top: 36px;
}

.LoginBox-logo-signout-div {
    padding-top: 180px;
}

.One-Platform {
    width: 237px;
    height: 36px;
    margin: 0 117px 33px 85px;
    object-fit: contain;
    font-family: NotoSansCJKKR;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #2b3851;
}

.LoginBox-signInLink-div {
    padding-top: 113px;
}

.LoginBox-noticePopup-title {
    border: 0px;
    border-bottom: 1px solid #bec2cb;
    background: #fff;
    color: #333;
    padding: 25px 0 10px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    position: relative;
    cursor: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: content-box;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    line-height: 1.45;
}

.LoginBox-noticePopup-title--text {
    width: 88px;
    height: 36px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: #2b3851;
}

.LoginBox-noticePopup-contents {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #c7c7c7;
    background: #fff;
    outline: none;
    overflow: auto;
    text-align: left;
    padding: 0 !important;
}

.LoginBox-noticePopup-contents--title {
    width: 416px;
    height: 198px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    text-align: left;
    color: #2b3851;
}

.LoginBox-noticePopup-never {
    position: absolute;
    padding-bottom: 10px;
    border-width: 1px 0 0 0;
    bottom: 20px;
    left: 30px;
}

.LoginBox-noticePopup-never-text {
    width: 92px;
    height: 22px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    text-align: center;
    color: #2b3851;
}

.LoginBox-noticePopup-buttonArea {
    position: absolute;
    padding-top: 21px;
    border-width: 1px 0 0 0;
    bottom: 20px;
    right: 30px;
}

.LoginBox-noticePopup-buttonArea Button {
    width: 142px;
    height: 45px;
    font-size: 16px;
}

.LoginBox-noticePopup {
    box-shadow: 2px 2px 0 0 rgba(208, 208, 208, .4);
    outline: none;
    z-index: 1801;
    box-shadow: 2px 2px 0 0 rgba(208, 208, 208, .4);
    position: absolute;
    font-size: 12px;
    padding: 0 30px;
    background: #fff;
    border: 1px solid #bec2cb
}

.loginBox-2step-input:hover{
    border: 1px solid #5583ea;
}

input[type="text"].LoginBox-2step-input {
    height: 32px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border-radius: 4px;
    background-color: #fff
}

input[type="password"].LoginBox-2step-input {
    height: 32px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border-radius: 4px;
    background-color: #fff
}


input[type="text"].LoginBox-2step-otp {
    width:370px;
    height: 32px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border-radius: 4px;
    /*border: solid 1px #a5a7ad;*/
    background-color: #fff;
}

.otpErrorBox {
   /* float: left;
    margin-bottom: 10px;*/
    width: 100%;
    height: 25px;
}

.otpBox {
    width:370px;
    height: 32px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #a5a7ad;
    background-color: #fff;
    margin-top:8px;
}

.otpBox:hover, .otpBox:focus {
    border: 1px solid #5583ea;
    outline: none;
}

.otpBox input {
    border: none;
    margin-top: 0px;
    height: 42px
}

.LoginBox-2step-RadioBtn-box {
    margin-top: 3px;
    height:29px;
}

.LoginBox-2step-otp-submit {
    float:right;
    width: 182px;
    height: 30px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #545dd4;
    background-color: #fff;
    /*font-family: Inter;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #545dd4;
}

.LoginBox-2step-otp-submit:hover {
    border: 1px solid #5583ea;
}

.LoginBox-2step-otp-submit:disabled {
    color: #b3adcc;
    border: 1px solid #ced4da;
}

.LoginBox-2step-otp#otp {
    margin-top: 0px;
    position: absolute;
}

.LoginBox-2step-otp#otp:hover, .LoginBox-2step-otp#otp:focus {
    border: none;
}

.LoginBox-2step-otp#otpTimer {
    float: right;
    width: 75px;
    color: #ff7257;
    border: none;
    margin-top: 0px;
    position: relative;
}

.LoginBox-2step-signin-wrap {
    /*width: 295px;*/
}

.LoginBox-account-2step-signin-wrap {
    width: 295px;
    float: right;
    margin-right: 70px;
    margin-top: 36px;
}

.LoginBox-2step-RadioBtn-text{
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color:#1f2533;
}


.Radio {
    position: relative;
    display: inline-block;
    outline: none;
}

.Radio > input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    vertical-align: middle;
}


.Radio > input[type="radio"] + label {
    margin: 0 0 0 0;
    padding: 0 0 2px 24px;
    display: inline-block;
    background: url('../../sts/images/radiobox.png') no-repeat left top;
    height: 18px;
    line-height: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    /*color: #3f51b5;*/
}

.Radio > input[type="radio"] + label {
    /*background-position: left -31px;*/
    background: url('../../sep/images/radio_normal.png') no-repeat left top;
}


.Radio > input[type="radio"]:checked + label {
    /*background-position: left -0px;*/
    /*color: #3f51b5; */
    background: url('../../sep/images/radio_selected.png') no-repeat left top;
}

.Radio > input[type="radio"]:checked:hover + label {
    /*background-position: left -0px;*/
    background: url('../../sep/images/radio_selected.png') no-repeat left top;
}

.Radio > input[type="radio"]:hover + label {
    background: url('../../sep/images/radio_hover.png') no-repeat left top;
}

.Radio > input[type="radio"]:disabled + label {
    /*background-position: left -322px;*/
    color: #b2b2b2;
    background: url('../../sep/images/radio_disabled.png') no-repeat left top;
}

.Radio > input[type="radio"]:disabled:checked + label {
    /*background-position: left -372px;*/
    background: url('../../sep/images/radio_selected.png') no-repeat left top;
    color:#b2b2b2;
}

.Radio > input[type="radio"]:disabled:checked:hover + label {
    background: url('../../sep/images/radio_selected.png') no-repeat left top;
    color:#b2b2b2;
}

.KnoxSSO-title {
    margin-top: 191px;
    text-align: center;
}

.KnoxSSO-title span {
    font-weight: 300;
    font-size: 42px;
    line-height: 1.48;
}

.KnoxSSO-title #title-knoxSSO {
    font-weight: bold;
}

.KnoxSSO-plzWait {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.46;
    margin-top: 22px;
    text-align: center;
}

.KnoxSSO-timer {
    color: #51596c;
    position: relative;
}

.KnoxSSO-timer #countdown {
    position: relative;
    margin: auto;
    margin-top: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.KnoxSSO-timer #countdown-number {
    color: #51596c;
    display: inline-block;
    line-height: 40px;
}

.KnoxSSO-timer svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.KnoxSSO-timer svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 1px;
    stroke: #51596c;
    fill: none;
    animation: countdown 3s linear infinite forwards;
}

.Panel-error-image {
    margin-top: 128px;
}

.Panel-error-title {
    margin-top: 28px;
}

.Panel-error-title-message {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.46;
}

.Panel-error-comment {
    margin-top: 15px;
}

.Panel-error-comment-message {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
}

.Panel-error-signInLink-div {
    margin-top: 65px;
}

.passwordView {
    position: relative;
    width: 16px;
    height: 16px;
    right: 12px;
    margin-top: -8px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    float: right;
}
.passwordViewTwostep {
    position: relative;
    width: 16px;
    height: 16px;
    right: 12px;
    margin-top: -28px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    float: right;
}


.passwordView.off {
    top: 161px;
}

.passwordView.on {
    top: 162px;
}

.comeback {
    width: 100%;
    height: 22px;
    opacity: 0.9;
    font-family: NotoSansCJKkr, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    margin: 22px 0px 0px;
    position: absolute;
    bottom: 22px;
}
.toast {
    width: 600px;
    height: 34px;
    line-height: 34px;
    justify-content: center;
    text-align: left;
    border-radius: 6px;
    background-color: #353535;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: fixed;
    bottom: 0px;
    left: 35%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
}

.toast.reveal {
    opacity: 1;
    visibility: visible;
}