feat: 로그인 퍼블리싱
This commit is contained in:
@@ -1421,7 +1421,7 @@ hr {
|
||||
.nav-menu {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
gap: 28px;
|
||||
gap: 24px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -1431,6 +1431,7 @@ hr {
|
||||
.nav-menu > li.submenu-open > .nav-link {
|
||||
background: var(--light-bg);
|
||||
color: var(--primary-blue);
|
||||
border-radius: 9px;
|
||||
}
|
||||
.nav-menu > li.submenu-open .sub-menu {
|
||||
visibility: visible;
|
||||
@@ -1476,7 +1477,7 @@ hr {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: var(--text-gray);
|
||||
padding: 8px;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
transition: var(--transition-smooth);
|
||||
}
|
||||
@@ -4319,7 +4320,7 @@ select.form-control {
|
||||
box-shadow: 0 0 0 3px rgba(0, 73, 180, 0.1);
|
||||
}
|
||||
.form-input:disabled, .form-input.input-readonly {
|
||||
background: #F8FAFC;
|
||||
background: #e9ecef !important;
|
||||
color: #64748B;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
@@ -12133,26 +12134,27 @@ body.index-page-body {
|
||||
}
|
||||
.account-recovery-page {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
padding: 100px 20px;
|
||||
position: relative;
|
||||
min-height: auto;
|
||||
margin: 0;
|
||||
border-radius: 12px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.account-recovery-container {
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
max-width: 650px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.account-recovery-card {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
background: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
|
||||
padding: 36px 36px 28px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
@@ -12160,7 +12162,8 @@ body.index-page-body {
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.account-recovery-card {
|
||||
padding: 0 20px;
|
||||
padding: 24px 20px 20px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12175,10 +12178,9 @@ body.index-page-body {
|
||||
.account-recovery-tabs {
|
||||
display: flex;
|
||||
gap: 0;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 28px;
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.account-recovery-tabs .tab-link {
|
||||
@@ -12186,36 +12188,37 @@ body.index-page-body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 14px 24px;
|
||||
padding: 14px 20px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #8c959f;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #adb5bd;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
background: #eceff4;
|
||||
background: #FFFFFF;
|
||||
border: 1.5px solid transparent;
|
||||
border-bottom: 1.5px solid #dee2e6;
|
||||
border-radius: 0;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.account-recovery-tabs .tab-link:first-child {
|
||||
border-radius: 30px 0 0 0;
|
||||
}
|
||||
.account-recovery-tabs .tab-link:last-child {
|
||||
border-radius: 0 30px 0 0;
|
||||
transition: all 0.2s ease;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
.account-recovery-tabs .tab-link:hover {
|
||||
color: #3ba4ed;
|
||||
background: #e4e8ed;
|
||||
color: #0049b4;
|
||||
}
|
||||
.account-recovery-tabs .tab-link.active {
|
||||
color: #FFFFFF;
|
||||
background: #3ba4ed;
|
||||
color: #0049b4;
|
||||
font-weight: 700;
|
||||
border-top: 1.5px solid #0049b4;
|
||||
border-left: 1.5px solid #0049b4;
|
||||
border-right: 1.5px solid #0049b4;
|
||||
border-bottom: 2px solid #FFFFFF;
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.account-recovery-tabs .tab-link {
|
||||
padding: 12px 16px;
|
||||
font-size: 14px;
|
||||
padding: 12px 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12254,75 +12257,44 @@ body.index-page-body {
|
||||
.account-recovery-form {
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
background: #F6F9FB;
|
||||
padding: 40px;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.account-recovery-form {
|
||||
padding: 24px 16px;
|
||||
}
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
.account-recovery-form .form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
margin-bottom: 20px;
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.account-recovery-form .form-group:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.account-recovery-form .form-group {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
.account-recovery-form .form-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
width: 170px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #212529;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.account-recovery-form .form-label .required {
|
||||
color: #ed5b5b;
|
||||
margin-left: 2px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.account-recovery-form .form-label {
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
}
|
||||
display: none;
|
||||
}
|
||||
.account-recovery-form .form-input {
|
||||
flex: 1;
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
padding: 0 16px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #212529;
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #dadada;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #E2E8F0;
|
||||
border-radius: 10px;
|
||||
outline: none;
|
||||
transition: all 0.3s ease;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
.account-recovery-form .form-input::placeholder {
|
||||
color: #dadada;
|
||||
color: #B0B8C1;
|
||||
}
|
||||
.account-recovery-form .form-input:hover {
|
||||
border-color: #3ba4ed;
|
||||
}
|
||||
.account-recovery-form .form-input:focus {
|
||||
border-color: #3ba4ed;
|
||||
box-shadow: 0 0 0 2px rgba(59, 164, 237, 0.1);
|
||||
box-shadow: 0 0 0 3px rgba(59, 164, 237, 0.12);
|
||||
}
|
||||
.account-recovery-form .form-input:disabled {
|
||||
background: #F8F9FA;
|
||||
@@ -12334,24 +12306,24 @@ body.index-page-body {
|
||||
border-color: #ed5b5b;
|
||||
}
|
||||
.account-recovery-form .form-select {
|
||||
height: 40px;
|
||||
padding: 0 32px 0 16px;
|
||||
height: 48px;
|
||||
padding: 0 24px 0 12px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #515151;
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #dadada;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #E2E8F0;
|
||||
border-radius: 10px;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
transition: all 0.25s ease;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath fill='%231D1B20' d='M5 5L0 0h10z'/%3E%3C/svg%3E");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 12px center;
|
||||
background-position: right 8px center;
|
||||
background-size: 10px 5px;
|
||||
}
|
||||
.account-recovery-form .form-select:hover {
|
||||
@@ -12359,7 +12331,7 @@ body.index-page-body {
|
||||
}
|
||||
.account-recovery-form .form-select:focus {
|
||||
border-color: #3ba4ed;
|
||||
box-shadow: 0 0 0 2px rgba(59, 164, 237, 0.1);
|
||||
box-shadow: 0 0 0 3px rgba(59, 164, 237, 0.12);
|
||||
}
|
||||
.account-recovery-form .form-select:disabled {
|
||||
background-color: #F8F9FA;
|
||||
@@ -12373,50 +12345,89 @@ body.index-page-body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.reset-method-group {
|
||||
margin-bottom: 16px !important;
|
||||
}
|
||||
|
||||
.reset-method-tabs {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
background: #f0f2f5;
|
||||
border-radius: 10px;
|
||||
padding: 4px;
|
||||
}
|
||||
.reset-method-tabs .reset-method-tab {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
}
|
||||
.reset-method-tabs .reset-method-tab input[type=radio] {
|
||||
display: none;
|
||||
}
|
||||
.reset-method-tabs .reset-method-tab span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding: 9px 12px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #8c959f;
|
||||
border-radius: 7px;
|
||||
transition: all 0.2s ease;
|
||||
text-align: center;
|
||||
}
|
||||
.reset-method-tabs .reset-method-tab input[type=radio]:checked + span {
|
||||
background: #FFFFFF;
|
||||
color: #212529;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
|
||||
}
|
||||
.reset-method-tabs .reset-method-tab:hover span {
|
||||
color: #3ba4ed;
|
||||
}
|
||||
|
||||
.phone-input-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex: 1;
|
||||
gap: 6px;
|
||||
width: 100%;
|
||||
}
|
||||
.phone-input-group .phone-prefix {
|
||||
width: 100px;
|
||||
width: 90px;
|
||||
min-width: 90px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.phone-input-group .phone-middle,
|
||||
.phone-input-group .phone-last {
|
||||
width: 100px;
|
||||
flex-shrink: 0;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.phone-input-group .phone-separator {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 8px;
|
||||
height: 1px;
|
||||
background: #515151;
|
||||
color: #B0B8C1;
|
||||
font-size: 14px;
|
||||
flex-shrink: 0;
|
||||
width: 10px;
|
||||
height: auto;
|
||||
background: transparent;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.phone-input-group .phone-separator::before {
|
||||
content: "-";
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.phone-input-group {
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
}
|
||||
.phone-input-group .phone-prefix,
|
||||
.phone-input-group .phone-middle,
|
||||
.phone-input-group .phone-last {
|
||||
.phone-input-group .phone-prefix {
|
||||
flex: 1;
|
||||
min-width: 60px;
|
||||
}
|
||||
.phone-input-group .phone-separator {
|
||||
width: 6px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.phone-input-group .phone-prefix,
|
||||
.phone-input-group .phone-middle,
|
||||
.phone-input-group .phone-last {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
.phone-input-group .phone-separator {
|
||||
display: none;
|
||||
@@ -12431,92 +12442,97 @@ body.index-page-body {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
gap: 8px;
|
||||
}
|
||||
.auth-input-group.mg-y {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.auth-input-group .auth-input {
|
||||
flex: 1;
|
||||
padding-right: 60px;
|
||||
min-width: 0;
|
||||
}
|
||||
.auth-input-group .auth-timer {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
right: 20px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
color: #ed5b5b;
|
||||
pointer-events: none;
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.auth-input-group .auth-timer {
|
||||
font-size: 12px;
|
||||
right: 12px;
|
||||
right: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-request-button,
|
||||
.auth-verify-button {
|
||||
width: 140px;
|
||||
height: 40px;
|
||||
padding: 8px;
|
||||
height: 48px;
|
||||
padding: 0 16px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #FFFFFF;
|
||||
background: #a4d6ea;
|
||||
background: #3ba4ed;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
margin: 0;
|
||||
transition: all 0.25s ease;
|
||||
flex-shrink: 0;
|
||||
white-space: nowrap;
|
||||
line-height: 1;
|
||||
}
|
||||
.auth-request-button:hover,
|
||||
.auth-verify-button:hover {
|
||||
background: rgb(147.83125, 206.7151785714, 230.26875);
|
||||
background: rgb(37.3117757009, 153.9304672897, 235.0082242991);
|
||||
transform: none !important;
|
||||
}
|
||||
.auth-request-button:active,
|
||||
.auth-verify-button:active {
|
||||
background: rgb(131.6625, 199.4303571429, 226.5375);
|
||||
background: rgb(21.411588785, 146.3125233645, 233.148411215);
|
||||
}
|
||||
.auth-request-button:disabled,
|
||||
.auth-verify-button:disabled {
|
||||
opacity: 0.6;
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.auth-request-button,
|
||||
.auth-verify-button {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 44px;
|
||||
font-size: 13px;
|
||||
margin-top: 8px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.account-recovery-card .form-actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
margin-top: 32px;
|
||||
padding: 32px 0;
|
||||
gap: 12px;
|
||||
margin-top: 28px;
|
||||
padding: 0;
|
||||
border-top: none;
|
||||
background: transparent;
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button,
|
||||
.account-recovery-card .form-actions .submit-button {
|
||||
width: 160px;
|
||||
height: 40px;
|
||||
padding: 8px;
|
||||
flex: 1;
|
||||
height: 48px;
|
||||
padding: 0 8px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
transition: all 0.25s ease;
|
||||
line-height: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -12525,20 +12541,20 @@ body.index-page-body {
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button {
|
||||
color: #5f666c;
|
||||
background: #e5e7eb;
|
||||
background: #f0f2f5;
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button:hover {
|
||||
background: rgb(215.8869565217, 218.8956521739, 224.9130434783);
|
||||
background: rgb(225.45, 229.39, 235.3);
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button:active {
|
||||
background: rgb(202.7739130435, 206.7913043478, 214.8260869565);
|
||||
background: rgb(210.9, 216.78, 225.6);
|
||||
}
|
||||
.account-recovery-card .form-actions .submit-button {
|
||||
color: #FFFFFF;
|
||||
background: #0049B4;
|
||||
}
|
||||
.account-recovery-card .form-actions .submit-button:hover {
|
||||
background: rgb(0, 69.35, 171);
|
||||
background: rgb(6, 54, 125);
|
||||
}
|
||||
.account-recovery-card .form-actions .submit-button:active {
|
||||
background: rgb(0, 65.7, 162);
|
||||
@@ -12549,15 +12565,12 @@ body.index-page-body {
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.account-recovery-card .form-actions {
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
padding: 20px 0;
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button,
|
||||
.account-recovery-card .form-actions .submit-button {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
font-size: 13px;
|
||||
height: 44px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12613,7 +12626,6 @@ body.index-page-body {
|
||||
}
|
||||
.account-recovery-result {
|
||||
width: 100%;
|
||||
background: #F6F9FB;
|
||||
padding: 60px 40px;
|
||||
border-radius: 0 0 12px 12px;
|
||||
text-align: center;
|
||||
@@ -12765,128 +12777,62 @@ body.index-page-body {
|
||||
margin: 0;
|
||||
}
|
||||
.account-recovery-container {
|
||||
padding: 20px;
|
||||
padding: 16px;
|
||||
}
|
||||
.account-recovery-card {
|
||||
padding: 0;
|
||||
padding: 24px 16px 20px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
.account-recovery-tabs {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.account-recovery-tabs .tab-link {
|
||||
height: 40px;
|
||||
padding: 10px 16px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.account-recovery-tabs .tab-link:first-child {
|
||||
border-radius: 8px 0 0 0;
|
||||
}
|
||||
.account-recovery-tabs .tab-link:last-child {
|
||||
border-radius: 0 8px 0 0;
|
||||
}
|
||||
.account-recovery-form {
|
||||
padding: 20px;
|
||||
border-radius: 0 0 8px 8px;
|
||||
padding: 9px 12px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.account-recovery-form .form-group {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 8px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.account-recovery-form .form-label {
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.account-recovery-form .form-input {
|
||||
flex: none;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
padding: 0 16px;
|
||||
font-size: 12px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.account-recovery-form .form-input::placeholder {
|
||||
color: #8c959f;
|
||||
height: 44px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.account-recovery-form .form-select {
|
||||
height: 40px;
|
||||
padding: 0 32px 0 12px;
|
||||
font-size: 12px;
|
||||
border-radius: 8px;
|
||||
background-position: right 10px center;
|
||||
height: 44px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.phone-input-group {
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
gap: 6px;
|
||||
}
|
||||
.phone-input-group .phone-prefix {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
width: auto;
|
||||
}
|
||||
.phone-input-group .phone-middle,
|
||||
.phone-input-group .phone-last {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
width: auto;
|
||||
}
|
||||
.phone-input-group .phone-separator {
|
||||
display: flex;
|
||||
width: auto;
|
||||
height: auto;
|
||||
background: transparent;
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
}
|
||||
.phone-input-group .phone-separator::before {
|
||||
content: "-";
|
||||
}
|
||||
.auth-input-group {
|
||||
width: 100%;
|
||||
}
|
||||
.auth-input-group .auth-input {
|
||||
width: 100%;
|
||||
padding-right: 60px;
|
||||
display: none;
|
||||
}
|
||||
.auth-input-group .auth-timer {
|
||||
font-size: 12px;
|
||||
right: 12px;
|
||||
right: 100px;
|
||||
}
|
||||
.auth-request-button,
|
||||
.auth-verify-button {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
border-radius: 8px;
|
||||
margin-top: 8px;
|
||||
height: 44px;
|
||||
font-size: 13px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.account-recovery-card .form-actions {
|
||||
flex-direction: row;
|
||||
gap: 21px;
|
||||
margin-top: 24px;
|
||||
padding: 24px 0;
|
||||
gap: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button,
|
||||
.account-recovery-card .form-actions .submit-button {
|
||||
flex: 1;
|
||||
min-width: 144px;
|
||||
height: 40px;
|
||||
height: 44px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.account-recovery-card .form-actions .cancel-button {
|
||||
background: #e5e7eb;
|
||||
color: #5f666c;
|
||||
}
|
||||
.account-recovery-card .form-actions .submit-button {
|
||||
background: #0049b4;
|
||||
color: #ffffff;
|
||||
}
|
||||
.account-recovery-result {
|
||||
padding: 30px 20px;
|
||||
@@ -13376,7 +13322,7 @@ body.index-page-body {
|
||||
.corp-manager-wrapper .input-readonly,
|
||||
.password-change-wrapper .form-input:disabled,
|
||||
.password-change-wrapper .input-readonly {
|
||||
background: #ededed;
|
||||
background: #e9ecef !important;
|
||||
}
|
||||
.corp-manager-wrapper .compound-input,
|
||||
.password-change-wrapper .compound-input {
|
||||
@@ -21429,7 +21375,6 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
}
|
||||
.org-compound-input .org-form-input,
|
||||
.org-compound-input .org-form-select {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.org-compound-input .org-form-input.phone-number {
|
||||
@@ -21571,16 +21516,15 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
padding: 10px 20px;
|
||||
width: auto;
|
||||
min-width: 100px;
|
||||
background: #00A1D7;
|
||||
color: #FFFFFF;
|
||||
border: 1px solid #00A1D7;
|
||||
border-radius: 8px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
transition: all 0.2s ease;
|
||||
background: #3BA4ED;
|
||||
border: 1px solid #3BA4ED;
|
||||
}
|
||||
.org-btn-check:not(:disabled):hover, .org-file-label:not(:disabled):hover {
|
||||
background: #008BC0;
|
||||
@@ -21806,6 +21750,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
margin-bottom: 90px;
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
.agreement-all-section {
|
||||
|
||||
Reference in New Issue
Block a user