.header-view {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-view .nav-line {
    width: 80%;
    height: 2px;
    margin-top: 12px;
}

.header-view .nav-line_active {
    width: 80%;
    height: 2px;
    background: #B1001E;
    margin-top: 12px;
}

.main-view {
    margin-top: 167px;
}

.footer-view {
    background: #000;
}