/* ----- FONT SIZE & WEIGHT ----- */

.sect_title {
    font-size: 28px;
    font-weight: 700;
}

.sub_title {
    font-size: 16px;
    font-weight: 500;
}

.sub_title_v2 {
    font-size: 20px;
    font-weight: 500;
}

.sub_title_v3 {
    font-size: 20px;
    font-weight: 500;
}

.cont_title {
    font-size: 20px;
    font-weight: 700;
}

.cont_sub_title {
    font-size: 16px;
    font-weight: 400;
}

.accord_sub {
    font-size: 14px;
    font-weight: 500;
}

.cust_txt {
    font-size: 16px;
    font-weight: 700;
}

.cust_txt_v2 {
    font-size: 18px;
    font-weight: 500;
}

.cust_txt_v3 {
    font-size: 16px;
    font-weight: 500;
}

.ft_txt {
    font-size: 16px;
    font-weight: 400;
}

.butt_txt {
    font-size: 18px;
    font-weight: 400;
}

.butt_txt_v2 {
    font-size: 18px;
    font-weight: 700;
}

.butt_txt_v3 {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 915px) {

    .prim_nav_txt {
        font-size: 14px;
    }

    .butt_txt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 435px) {

    .sect_title {
        font-size: 20px;
    }

    .sub_title {
        font-size: 14px;
    }
    
    .sub_title_v2 {
        font-size: 14px;
    }

    .sub_title_v3 {
        font-size: 16px;
    }

    .cont_title {
        font-size: 16px;
    }

    .cont_sub_title {
        font-size: 14px;
    }

    .cust_txt {
        font-size: 14px;
    }

    .cust_txt_v2 {
        font-size: 14px;
    }

    .ft_txt {
        font-size: 12px;
    }

    .butt_txt_v2 {
        font-size: 14px;
    }

    .butt_txt_v3 {
        font-size: 16px;
    }

}

/* ----- FONT COLOR ----- */

.fcolor_1e1 {
    color: #1E1E1E;
}

.fcolor_2d4 {
    color: #2d4153;
}

.fcolor_d51 {
    color: #D51968;
}

.fcolor_fff {
    color: #ffffff;
}

.fcolor_15b {
    color: #15b8cd;
}

.fcolor_848 {
    color: #848484;
}

.fcolor_dc0 {
    color: #DC0104;
}

.fcolor_000 {
    color: #000000;
}