* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 0
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 150%;
    background-color: transparent;
    height: 100%;
    -webkit-text-size-adjust: none
}

li,
ul {
    float: left;
    list-style-type: none
}

a {
    cursor: pointer;
    text-decoration: none
}

input {
    font-family: inherit
}

input:focus {
    outline: 0
}

input:-ms-input-placeholder {
    color: #aaaaac
}

input::-webkit-input-placeholder {
    color: #aaaaac
}

input::-moz-placeholder {
    color: #aaaaac
}

input:-moz-placeholder {
    color: #aaaaac
}

#loginbg {
    background: url(../../images/theme1/login/introbg.png) no-repeat;
    background-size: cover
}

#login_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh
}

#login_logo {
    float: left;
    position: absolute;
    top: 0;
    left: 0
}

.login_logo {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 120px;
    height: 38px
}

#login_box_webportal {
    width: 430px;
    height: 440px;
    background: #fff;
    border: 1px solid #aaaaac;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 2px 4px #aaaaac;
    position: relative
}

#login_box_webportal input {
    position: relative;
    width: 300px;
    height: 36px;
    border: 1px solid #aaaaac;
    border-radius: 2px
}

#login_box_webportal input:focus {
    border: 1px solid #4261f2
}

.logo_area {
    background: url(../../images/theme1/login/aud7_logo.png) no-repeat;
    width: 273px;
    height: 43px;
    margin-top: 40px
}

.version_area {
    position: absolute;
    top: 8px;
    right: 10px;
    font-family: 'Malgun Gothic';
    font-size: 10px;
    color: #c2c2c5
}

.login_con {
    margin-top: 20px;
    width: 300px
}

.login_con ul {
    margin-bottom: 4px
}

.login_con ul .hideOption {
    display: none
}

.login_inputidbg {
    position: relative
}

.login_inputidbg #uid {
    background: url(../../images/theme1/login/login_id.png) 18px center no-repeat
}

.login_inputidbg #uid:focus {
    background: url(../../images/theme1/login/login_ld_focus.png) 18px center no-repeat
}

.login_inputpwbg {
    position: relative
}

.login_inputpwbg #pwd {
    background: url(../../images/theme1/login/login_pw.png) 18px center no-repeat
}

.login_inputpwbg #pwd:focus {
    background: url(../../images/theme1/login/login_pw_focus.png) 18px center no-repeat
}

.login_inputlanbg {
    position: relative
}

.login_inputlanbg #lang {
    background: url(../../images/theme1/login/login_lang.png) 18px center no-repeat
}

.login_inputlanbg #lang:focus {
    background: url(../../images/theme1/login/login_lang_focus.png) 18px center no-repeat
}

.login_input {
    float: left;
    border: 0;
    color: #303031;
    font-size: 14px;
    padding-left: 53px
}

.login_btnarea {
    margin-top: 32px
}

.login_btnarea a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    background: linear-gradient(180deg, #4965e6 0, #2e4fec 100%) no-repeat;
    border: 1px solid #0c2bbe;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Malgun Gothic'
}

.login_btnarea a:hover {
    background: linear-gradient(180deg, #2e4fec 0, #1d3cd4 100%) no-repeat
}

.login_copyright {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 11px;
    font-family: 'Malgun Gothic';
    font-size: 10px;
    color: #c2c2c5;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 6px
}

select::-ms-expand {
    display: none
}

select:focus {
    outline: 0
}

.select_area {
    position: absolute;
    width: 100%;
    padding-left: 53px
}

.selectbox .combo_select {
    width: 100%;
    height: 36px;
    border: 0;
    font-family: 'Malgun Gothic';
    font-size: 14px;
    color: #555;
    background: url(../../images/theme1/login/combo_arrow4.png) 96% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.selectbox .combo_select option {
    color: #555555
}

.login_saveid {
    position: relative;
    display: inline-flex;
    margin-top: 5px;
    width: 300px;
    color: #737377
}

.login_saveid #chkSaveUid {
    width: 12px;
    height: 12px;
    margin-right: 6px
}

.check_position {
    display: inline-flex;
    align-items: center;
    font-family: 'Malgun Gothic'
}

/********** Ãß°¡ ¶óÀÎ **********/

i.pw_eye {
    position: absolute;
    background: url("../../images/theme1/login/pw_eye_default.png") no-repeat center center;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: filter 0.2s ease;
}
i.pw_eye:hover {
    filter: brightness(0.9);
}
i.pw_eye.active {
    background: url("../../images/theme1/login/pw_eye_active.png") no-repeat
    center center;
}

/********** ÀÎÁõ DIV **********/

.certi_process {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.certi_process .dim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.certi_process .modal {
    width: 430px;
    height: 440px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

/********** Çì´õ¿µ¿ª **********/

.certi_process .header {
    height: 48px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding: 0 16px;
}

.certi_process .header .close {
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.certi_process .header .close:hover {
    background-color: #f3f3f7;
}

/********** ÄÜÅÙÃ÷ ¿µ¿ª **********/

.certi_process .contents {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 0 0 0;
    align-items: center;
    gap: 16px;
}

.certi_process .contents .title {
    font-size: 20px;
    padding-bottom: 12px;
}

.certi_process .contents .subtitle {
    font-size: 13px;
}

.certi_process .contents .subtitle.error {
    color: #dc3545;
}

.certi_process .contents .middle {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 65px;
    gap: 10px;
}

.certi_process .contents .theme_box {
    background-color: #f3f3f7;
    width: 100%;
    padding: 20px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.certi_process .input_wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 9px;
}

.certi_process .user_info {
    font-size: 14px;
    font-weight: bold;
}

.certi_process .time {
    font-size: 13px;
    color: #737377;
}

.certi_process .re-sand {
    align-self: flex-end;
    background: transparent;
    outline: none;
    border: none;
    text-decoration: underline;
    color: #737377;
    font-size: 12px;
    margin-bottom: 2px;
    cursor: pointer;
}

/* ÀÎÁõ ÄÚµå ¹ß¼Û ¹öÆ° Ãß°¡ -- 20251127 LKR */
button#sendAuthCode {
    padding: 4px 20px;
    border: 1px solid #c2c2c5;
    background-color: #ffffff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

button#sendAuthCode:disabled {
    display: none;
}

/* input ½ºÅ¸ÀÏ¸µ */

.certi_process .contents div:has(> input) {
    width: 100%;
}

.certi_process input {
    position: relative;
    width: inherit;
    height: 36px;
    border: 1px solid #c2c2c5;
    border-radius: 4px;
    font-size: 14px;
    padding-left: 53px;
    transition: border 0.2s;
}

.certi_process input:focus {
    border: 1px solid #4261f2;
}

.certi_process #uid {
    background: url("../../images/theme1/login/login_id.png") no-repeat 18px center;
}
.certi_process #uid:focus {
    background: url("../../images/theme1/login/login_ld_focus.png") no-repeat 18px center;
}

.certi_process #newPassword,
.certi_process #confirmPassword {
    background: url("../../images/theme1/login/login_pw.png") no-repeat 18px center;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
.certi_process #newPassword:focus,
.certi_process #confirmPassword:focus {
    background: url("../../images/theme1/login/login_pw_focus.png") no-repeat 18px center;
}

.certi_process #authCodeNum {
    background: url("../../images/theme1/login/certi.png") no-repeat 18px center;
}
.certi_process #authCodeNum:focus {
    background: url("../../images/theme1/login/certi_focus.png") no-repeat 18px center;
}

/********** ÇÏ´Ü ¿µ¿ª **********/

.certi_process .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 65px 40px;
}

.certi_process .footer .excute {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(180deg, #4965e6 0%, #2e4fec 100%) 0%
    0% no-repeat;
    border: 1px solid #0c2bbe;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Malgun Gothic", sans-serif;
    cursor: pointer;
}

.certi_process .footer .excute:hover {
    background: transparent linear-gradient(180deg, #2e4fec 0%, #1d3cd4 100%) 0%
    0% no-repeat;
}

div.MtxStepProgress,
div.MtxStepProgress>div.Bar {
    box-sizing: border-box;
    background-color: #F9F9FB;
    border: 0;
    border-radius: 2px;
    opacity: 1
}

div.MtxStepProgress>div.BarStep1 {
    background-color: #DC3545
}

div.MtxStepProgress>div.BarStep2 {
    background-color: #FBA700
}

div.MtxStepProgress>div.BarStep3 {
    background-color: #22AB61
}

#passwordStepInfo {
    max-height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 6px;
}

/* ½ºÅ©·Ñ¹Ù ÀüÃ¼ */
#passwordStepInfo::-webkit-scrollbar {
    width: 6px;              /* ½ºÅ©·Ñ¹Ù ³Êºñ */
}

/* ½ºÅ©·Ñ¹Ù Æ®·¢ (¹è°æ) */
#passwordStepInfo::-webkit-scrollbar-track {
    background: #f1f1f1;     /* ¹è°æ»ö */
    border-radius: 3px;
}

/* ½ºÅ©·Ñ¹Ù ÇÚµé (¿òÁ÷ÀÌ´Â ºÎºÐ) */
#passwordStepInfo::-webkit-scrollbar-thumb {
    background: #c1c1c1;     /* ÇÚµé »ö»ó */
    border-radius: 3px;
}

/* ½ºÅ©·Ñ¹Ù ÇÚµé È£¹ö */
#passwordStepInfo::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;     /* È£¹ö ½Ã »ö»ó */
}

#passwordStepInfo>div {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex
}

#passwordStepInfo>div>.errorIcon {
    margin-right: 5px
}

div.MtxStepProgressViewBox {
    border: 1px solid #c2c2c5;
    position: absolute;
    top: 37px;
    left: 0;
    display: none;
    width: 300px;
    height: auto;
    background-color: #fff;
    z-index: 3
}

.text-align-left {
    text-align: left
}

.overflowShow {
    overflow: visible
}

path.svgPathCheckColor_Y {
    stroke: #22ab61
}

path.svgPathCheckColor_N {
    stroke: #dc3545
}