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

input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder {
    color: #a5a7ad;
}

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

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

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

/*input[type="text"]:focus::placeholder {*/
/*    color: #a5a7ad;*/
/*}*/

/* Input Text Box */
input[type="text"],
input[type="password"] {
    width: 420px;
    height: 32px;
    border: none;
    border-bottom: 1px solid #a5a7ad;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #1f2533;
    text-indent: 12px;
    padding: 0px 10px 0px 0px;
}

input[type="text"]:hover,
input[type="password"]:hover {
    border-bottom: 1px solid #364fc7;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-bottom: 1px solid #364fc7;
}

.Container-signIn {
    padding: 0 0px 0;
}

.Panel {
    width: 1219px;
    box-sizing: border-box;
    background: #ffffff;

    border-radius: 0px;
}

.Panel-signIn, .Panel-signOut, .Panel-knoxSSO, .Panel-error {
    padding: 0;
    min-height: 656px;
}

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

.LoginBox-left {
    float: left;
    /*padding: 66px 10px 45px 60px;*/
    width: 639px; height: 656px;
    padding:0 0 0px 0;
    background-image: url('../images/img_signin.png');
}

.LoginBox-left-logo {
    width: 359px;
    height: 282px;
    margin: 187px 137px 187px 143px;
}

.LoginBox-input {
    padding-left: 12px;
    padding-right: 10px;
}

.LoginBox-right {
    position: relative;
    float: right;
    width: 580px;
    min-height: 656px;
    padding: 60px 80px;
    box-sizing: border-box;
}

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

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

.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-signinTitle {
    height: 45px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #1f2533;
    margin-bottom: 42px;
    text-align: center;
}

.LoginBox-signin-button-div {
    margin-top: 46px;
}

.bottom-box {position: absolute; bottom: 40px; }
.LoginBox-signin-button-twoStep-div {
   margin-bottom: 18px;
}

.idpwsave-box {position: relative; height:20px;}
.idpwsave-box .LoginBox-findPWSignup {position: absolute; right: 0;  font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #364fc7;}
.idpwsave-box .LoginBox-findPWSignup:hover {text-decoration: none}

.LoginBox-blue-button {
    width: 420px;
    height: 44px;
    border-radius: 4px;
    background-color: #364fc7;
    font-size: 16px;
    font-weight: bold;

    color: #ffffff;
}
.LoginBox-blue-button:hover {background: #3147b3;}
.LoginBox-blue-button:active {background: #2b3f9f; }

.LoginBox-white-button {
    width: 306px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-family: NotoSansCJKkr;
    border: solid 1px #364fc7;
    margin: 27px 0px 0px 24px;
}

.LoginBox-knoxSignin-div {
    margin-top: 46px;
    display: none;
}

.LoginBox-knoxNewEpTraySignin-div {
    margin-top: 46px;
    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;
    display: none;
}

.LoginBox-knoxSamlSignin-div {
    margin-top: 27px;
    display: none;
}

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

.LoginBox-link-div {
    text-align: center;
}
.signup-txt {margin-left: 8px; color: #364fc7;}
.signup-txt:hover {text-decoration: none;}

.LoginBox-verticalLine-small {
    margin-left: 16px;
    margin-right: 16px;
    display: inline;
}

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

.LoginBox-orLine {
    width: 356px;
    border-bottom: 1px solid #e3e5e5;
    line-height: 0.1em;
    margin-top: 30px;
    text-align: center;
    color: #e3e5e5;
}

.LoginBox-saveEmail-div {
    margin: 12px 0px 36px 24px;
    text-align: left;
}

.LoginBox-saveEmail-twoStep-div {
    margin-bottom: 42px;
}

.LoginBox-saveEmail {
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #1f2533;
    overflow: inherit;
}

.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: 187px;
}

.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
}

input[type="text"].LoginBox-2step-input {
    margin-bottom: 12px;
    width: 420px;
}

input[type="password"].LoginBox-2step-input {
    width: 420px;
    padding: 0;
}

input[type="text"].LoginBox-2step-otp {
    width: 420px;
    border-bottom: 1px solid #a5a7ad;
}

.otpBox-area {
    overflow: hidden;
    position: relative;
    width: 420px;
    margin-top: 12px;
}
.otpBox {
    position: relative;
    width: 420px;
}

.otpErrorBox {

}
.otpBox:hover, .otpBox:focus {
    outline: none;
}

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

.otpBox .timer {
    position: absolute;
    right: 0;
    top: -1px;
    width: 54px;
    border-bottom: none !important;
    padding: unset;
    color: #ff0000;
}

.otpBox .timer:hover {border-bottom:none;}
.submit-box {position:relative; margin: 32px 0 12px; overflow: hidden;}
.submit-button {position:absolute; right: 0;}
.LoginBox-2step-RadioBtn-box {
    float: left;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
}

.LoginBox-2step-otp-submit {
    background: #ffffff;
    width: 230px;
    height: 32px;
    padding: 6px 12px;
    cursor: pointer;
    color: #364fc7;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #364fc7;
    box-sizing: border-box;
}

.LoginBox-2step-otp-submit:hover {
    background:#eaedf9; color: #364fc7; border: 1px solid #364fc7;
}

.LoginBox-2step-otp-submit:active {
    background:#d6dcf4; color: #364fc7; border: 1px solid #364fc7;
}

.LoginBox-2step-otp-submit:disabled {
    color: #bbbdc1;
    border: 1px solid #bbbdc1;
    cursor: default;
}

.LoginBox-2step-otp-submit:hover:disabled {
    color: #bbbdc1;
    border: 1px solid #bbbdc1;
    background: #fff !important;
}

.LoginBox-2step-otp#otp:disabled  {
    cursor: default;
    border-bottom: 1px solid #a5a7ad !important;
}

.LoginBox-2step-otp#otp:hover:disabled {
    background: #fff !important;
    border-bottom: 1px solid #a5a7ad !important;
}

.LoginBox-2step-otp#otp:focus {
    border-bottom: 1px solid #364fc7 !important;
}
.LoginBox-2step-otp#otp:hover {
    border-bottom: 1px solid #364fc7 !important;
}

.LoginBox-2step-otp#otpTimer {
    position: absolute;
   right: 0; top: -1px; width: 54px ;
}

.LoginBox-2step-signin-wrap {
}

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

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

.Radio > input[type="radio"] {
    cursor: pointer;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    appearance: none;
    border: 1px solid #bbbdc1;
    border-radius: 8px;
}

.Radio > input[type="radio"] + label {
    margin: 0 0 0 0;
    padding: 0 0 2px 8px;
    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: #1f2533;
}

.Radio > input[type="radio"] + label {
    background-position: left -31px;
}

.Radio > input[type="radio"]:checked {
    background: #364fc7;
    border: solid 1px #364fc7;
    box-shadow: inset 0 0 0 2px #FFFFFF
}

.Radio > input[type="radio"]:checked + label {
    background-position: left -0px;
}

.Radio > input[type="radio"]:checked:hover + label {
    background-position: left -0px;
}

.Radio > input[type="radio"]:hover {
}

.Radio > input[type="radio"]:hover + label {
    background-position: left -275px;
}

.Radio > input[type="radio"]:disabled + label {
    background-position: left -322px;
    color: #b2b2b2;
}

.Radio > input[type="radio"]:disabled:checked + label {
    background-position: left -372px;
}

.Radio > input[type="radio"]:disabled:checked:hover + label {
    background-position: left -372px;
}

.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;
}
