html,body {
    margin: 0;
    padding: 0;
}

.pagebox {
    position: relative;
}

.e_FlowCommonStyleBox-001 .stylebox_top {
    background-color: #178fc3 !important;
    height: 60px !important;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
    height: 60px !important;
    background-color: #178fc3 !important;
}

.p_categoryBox .p_linkBox.click {
    background-color: #178fc3;
    color: #ffffff;
}

.p_categoryBox .p_linkBox.click .color_assist, .p_categoryBox .p_linkBox.click a {
    color: #ffffff;
}

.mouse_bac:hover {
    background-color: #178fc3;
    color: #ffffff;
}

.mouse_bac:hover a {
    color: #ffffff;
}

.e_FlowCommonStyleBox-001 .title_main {
    font-size: 24px !important;
    line-height: 60px !important;
}

.btn-primary {
    color: #fff;
    background-color: #178fc3;
    border-color: #178fc3;
    width: 100%;
    line-height: 50px;
    border-radius: 0px;
}

@media only screen and (max-width: 768px) {
    .stylebox_top {
        display:none;
    }
}
