.top {
    position: relative;
}

.isFixed {
    width: 348px;
    position: fixed;
    top: 66px;
}

.isFixed .popularPost,
.isFixed .writerBox {
    display: none;
}

.isAbsolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

