// 로그인 기록 #accountLoginLog { box-sizing: border-box; table { caption { caption-side: top; color: #bbbbbb; } tr { th, td { text-align: center; } } thead { tr { th { background: #133a46; } } } } }