/********** 인증 DIV **********/ .certi_process { width: 100%; /*height: 100dvh;*/ 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 { position: relative; } .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", "맑은 고딕", Dotum, "돋움", sans-serif; cursor: pointer; } .certi_process .footer .excute:hover { background: transparent linear-gradient(180deg, #2E4FEC 0%, #1D3CD4 100%) 0% 0% no-repeat; } div.MtxStepProgress { box-sizing: border-box; background-color: #F9F9FB; border: 0px; border-radius: 2px; opacity: 1; } div.MtxStepProgress > div.Bar { box-sizing: border-box; background-color: #F9F9FB; border: 0px; 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: 0px; display: none; width: 300px; height: auto; background-color: #ffffff; z-index: 3; } .text-align-left { text-align: left; } .overflowShow { overflow: visible; } path.svgPathCheckColor_Y { stroke: #22ab61; } path.svgPathCheckColor_N { stroke: #dc3545; }