| 1234567891011121314151617181920212223242526 |
- // 비밀번호 인증
- #accountCertify {
- position: relative;
- > dl {
- margin-bottom: 1.5rem;
- dt {
- font-size: 17px;
- margin-bottom: 10px;
- }
- dd {
- font-size: 13px;
- }
- }
- form {
- max-width: 420px;
- margin: 0 auto;
- table {
- border: none;
- }
- }
- }
|