@charset "utf-8"; /* =========================================================================================== SIDEBAR =========================================================================================== */ #sidebar { width: 25%; position: relative; &.floatLeft { float: left; } &.floatRight { float: right; } .clearfix(); .sideContent { margin: 0 0 20px; font-size: 14px; h2 { font-size: 18px; padding: 0 0 10px; margin: 0 0 10px; border-bottom: 3px solid #ffd200; } .sideNavi { li { position: relative; border-bottom: 1px dotted @colorBorder; a { padding: 15px 20px; display: block; &:hover {background: #ffd200;} } } } .newsNavi { ul { margin-bottom: 20px; li { padding: 10px 0; border-bottom: 1px dotted @colorBorder; .date { font-size: 90%; } } } .moreBtn { text-align: right; } } } /* sideContent END */ .bannerContent { li { margin: 0 0 20px; &:lasy-of-type { margin: 0; } } } }