// 로그인 #loginForm { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; a { text-decoration: none; } header { font-family: 'Open-Sans-Extrabold'; font-size: 37px; font-weight: bolder; margin-bottom: 0.7rem; a { color: #333; &:hover, &:focus { color: #18306c; } } } main { border-radius: 4px; padding: 20px; border: 1px solid #b5b5b5; background: #fff; h5 {font-weight: bold;margin-bottom: 0.9rem;} div:last-child { ul {margin-bottom: 0;} ul li span { display: inline-block; margin: 0; padding: 0; width: 1px; height: 11px; background: #2c2c2c; vertical-align: middle; } a { &:hover, &:focus { text-decoration: underline; } } } hr {margin: 0.5rem 0;border-color: #888;} footer {text-align: center;font-size: 11px;padding-top: 12px;color: #6c6c6c;} } }