|
|
| Linha 61: |
Linha 61: |
| } | | } |
|
| |
|
| | /* 모바일 메뉴 푸터 삭제*/ |
| | #mw-mf-page-left .hlist { |
| | display: none; |
| | } |
|
| |
|
| /* 모바일 메뉴 열기/닫기 */ | | /* 모바일 메뉴 열기/닫기 */ |
| Linha 242: |
Linha 246: |
| max-width: calc(100% - 111px); | | max-width: calc(100% - 111px); |
| } | | } |
| }
| |
|
| |
|
| |
| /* 왼쪽메뉴 스타일 */
| |
| #mw-mf-page-left ul:first-child li:first-child {
| |
| border-top: 0
| |
| }
| |
|
| |
| #mw-mf-page-left ul li {
| |
| background-color: #ffffff;
| |
| position: relative;
| |
| border-top: 1px solid #eaecf0;
| |
| margin-top: -1px
| |
| }
| |
|
| |
| #mw-mf-page-left ul li:first-child {
| |
| border-top: 0
| |
| }
| |
|
| |
| #mw-mf-page-left ul li a {
| |
| color: #54595d;
| |
| display: flex;
| |
| align-items: center;
| |
| line-height: inherit;
| |
| max-width: 100%;
| |
| padding: 12px 10px 12px 15px
| |
| }
| |
|
| |
| #mw-mf-page-left ul li a:hover {
| |
| box-shadow: inset 4px 0 0 0 #3366cc;
| |
| text-decoration: none
| |
| }
| |
|
| |
| #mw-mf-page-left ul li a span {
| |
| overflow: hidden;
| |
| text-overflow: ellipsis;
| |
| white-space: nowrap;
| |
| font-size: 0.875rem;
| |
| font-weight: bold
| |
| }
| |
|
| |
| #mw-mf-page-left ul.hlist {
| |
| display: flex;
| |
| flex-wrap: wrap
| |
| }
| |
|
| |
| #mw-mf-page-left ul.hlist li {
| |
| background-color: transparent;
| |
| border: 0;
| |
| margin: 0;
| |
| font-size: 0.75em
| |
| }
| |
|
| |
| #mw-mf-page-left ul.hlist li:after {
| |
| content: none
| |
| }
| |
|
| |
| #mw-mf-page-left ul.hlist li a {
| |
| color: #3366cc;
| |
| padding: 0.7em 12px
| |
| }
| |
|
| |
| #mw-mf-page-left ul.hlist li a:hover {
| |
| background-color: transparent;
| |
| box-shadow: none
| |
| }
| |
|
| |
| #mw-mf-page-left ul.hlist li a span {
| |
| font-weight: normal
| |
| } | | } |