@font-face{
    font-family: Rajdhani;
    src: url("/typeface/ROBOTO-REGULAR_1.TTF");
}

* {
    font-family: Rajdhani !important;
}

/* /en/index.html */
.blur_title {
    font-family: "Rajdhani" !important;
}

/* /en/bank.html */
.banner_content {
    font-family: Rajdhani !important;
}

/* /en/stock_investment.html  /en/private_equity.html  /en/sales.html */
.service_content_title {
    width: 400px;
}
.stock_detail_title {
    font-size: 1.3em;
    font-family: Rajdhani !important;
}
.stock_detail_content p {
    font-size: 1em;
    line-height: 30px;
}
.stock_detail_list {
    margin-top: 30px;
}
.stock_detail_list p {
    font-size: 1em;
    line-height: 25px;
    font-family: Rajdhani !important;
}

/* /en/market_research.html */

/* /en/company_news.html */
.list_one_content_title p {
    font-family: Rajdhani !important;
}
.list_one_content_detail p {
    font-family: Rajdhani !important;
}

/* /en/about_us.html */
.company_profile_title {
    width: 200px;
}
.company_profile_detail p {
    font-family: Rajdhani !important;
}
.work_position_header span {
    font-family: Rajdhani !important;
}
.work_company_name {
    font-family: Rajdhani !important;
}
.work_company_addr {
    font-family: Rajdhani !important;
}
.work_description_title span {
    font-family: Rajdhani !important;
}
.work_description_list p {
    font-family: Rajdhani !important;
}
.contract_company_name {
    font-family: Rajdhani !important;
}

/* /en/terms_use.html */
.term_content_en_box p {
    font-family: Rajdhani !important;
}