/* =========================================================
   Network pages
========================================================= */

/* Common */

.network-page h2 {
    font-size: 20px;
    padding: .8em;
    font-weight: bold;
    position: relative;
    color: #12438A;
    margin-bottom: 50px;
}

.network-page h3 {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: static;
    color: inherit;
}

.network-page h3::before,
.network-page h3::after {
    content: none;
}

.network-page h4 {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: static;
    color: inherit;
}

.network-page h4::before,
.network-page h4::after {
    content: none;
}

.network-page .lan_top_des h2 {
    display: block;
    width: auto;
    color: #000;
    font-size: 36px;
    margin: 50px auto;
    text-align: center;
}

.network-page .lan_top_des h2::before,
.network-page .lan_top_des h2::after {
    display: none;
}

.network-page .lan_con_wrap h2 {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

.network-page .lan_con_wrap h2::before,
.network-page .lan_con_wrap h2::after {
    display: none;
}

.network-page .item_con_wrap h2 {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    color: #12438A;
}

.network-page .item_con_wrap h2::before,
.network-page .item_con_wrap h2::after {
    display: none;
}

.network-page .device_con_wrap h2 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #12438A;
    background-color: #fff;
}

.network-page .device_con_wrap h2::before,
.network-page .device_con_wrap h2::after {
    display: none;
}

.network-page .buffalo_con_title h2 {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
    color: #333;
}

.network-page .buffalo_con_title h2::before,
.network-page .buffalo_con_title h2::after {
    display: none;
}

.network-page .qa_con_wrap h2 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
    background-color: #fff;
}

.network-page .qa_con_wrap h2::before,
.network-page .qa_con_wrap h2::after {
    display: none;
}

.network-page .lan_maint_plan_wrap h2 {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: transparent;
    font-size: 36px;
    margin-bottom: 50px;
}

.network-page .lan_maint_plan_wrap h2::before,
.network-page .lan_maint_plan_wrap h2::after {
    display: none;
}

.network-page .lan_maint_flow_wrap h2 {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

.network-page .lan_maint_flow_wrap h2::before,
.network-page .lan_maint_flow_wrap h2::after {
    display: none;
}

/* Hero */

/* Layout */

/* Network index */

.network-page .problem_list_child_box h3 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    background-color: #fff;
}

.network-page .solution_list_child_box h3 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #12438A;
    padding: 0;
    background-color: #fff;
}

.network-page .item_con_list_child_box h3 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #12438A;
    padding: 0;
    background-color: #f7f7f7;
}

.network-page .device_con_list_child_box h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0c578b;
    margin-bottom: 10px;
    padding: 0;
    background-color: #f0f4f8;
}

/* Maintenance */

.network-page .lan_maint_sub {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    color: #333;
    padding: 60px 20px;
    margin-bottom: 10px;
    background-color: transparent;
}

.network-page .lan_maint_sub::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-color: #E0ECF8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.network-page .lan_maint_top_h3 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #12438a;
    color: #12438a;
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

.network-page .lan_maint_top_h3::before,
.network-page .lan_maint_top_h3::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 15px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.network-page .lan_maint_top_h3::before {
    background-color: #12438a;
}

.network-page .lan_maint_top_h3::after {
    bottom: -11px;
    background-color: #fff;
}

.network-page .lan_maint_b_title {
    font-size: 18px;
    font-weight: bold;
    color: #12438A;
    margin-bottom: 10px;
    background-color: transparent;
}

.network-page .lan_plan_title {
    font-size: 22px;
    font-weight: bold;
    color: #12438A;
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
}

/* Devices */

/* FAQ */

.network-page .network-faq-title {
    font-weight: bold;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    background-color: #DDEEFF;
    color: #3c3c3c;
}

/* Contact */

.network-page .contact_con_wrap h3 {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 36px;
    margin: 0 auto 20px auto;
    color: #12438A;
    padding: 20px 0;
}

.network-page .contact_con_wrap h3::before,
.network-page .contact_con_wrap h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
}

.network-page .contact_con_wrap h3::before {
    left: 20px;
    background-image:
        radial-gradient(circle, #12438A 5px, transparent 5px),
        radial-gradient(circle, #12438A 8px, transparent 8px),
        radial-gradient(circle, #12438A 11px, transparent 11px);
    background-position: 0 50%, 30px 50%, 60px 50%;
    background-size: 10px 10px, 16px 16px, 22px 22px;
}

.network-page .contact_con_wrap h3::after {
    right: 20px;
    background-image:
        radial-gradient(circle, #12438A 11px, transparent 11px),
        radial-gradient(circle, #12438A 8px, transparent 8px),
        radial-gradient(circle, #12438A 5px, transparent 5px);
    background-position: 0 50%, 30px 50%, 60px 50%;
    background-size: 22px 22px, 16px 16px, 10px 10px;
}

/* Responsive */
