문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. .libre .libre-tab .libre-tab-btns { display: flex; flex-wrap: wrap; list-style: none; margin: 1rem auto 2.5em; justify-content: center !important; } .libre .libre-tab .libre-tab-btn { position: relative; display: grid; flex: 1 auto; padding: 0.4rem; text-align: center; word-break: keep-all; align-items: center; max-width: 14rem; cursor: pointer; border-bottom: 2px solid #e1e8ed; transition: 0.2s; } @media (min-width: 544px) { .libre .libre-tab .libre-tab-btns { max-width: 90%; } } .libre .libre-tab .libre-tab-btn-active, .libre .libre-tab .libre-tab-btn:hover { font-weight: bold; } @media (hover: hover) and (pointer: fine) { .libre .libre-tab .libre-tab-btn:hover { background: rgba(213,225,230,0.35); } } .libre .libre-tab .libre-tab-btn-active::before, .libre .libre-tab .libre-tab-btn:hover::before { position: absolute; left: 0; bottom: 0; content: ' '; width: 100%; display: block; border-bottom: 2px solid #4188F1; margin-bottom: -2px; } .libre .libre-tab .libre-tab-main { border: 1px solid #e1e8ed; padding: 1.5rem; } .libre .libre-tab .libre-tab-main-content { display: none; } .libre .libre-tab .libre-tab-main-content-active { display: block; } 틀:탭/styles.css 문서로 돌아갑니다.