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