﻿/* ================================================
   business_philosophy.css - 經營理念頁專用樣式
   ================================================ */

/* 內容區上下間距 */
.bp-content {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.bp-content .container {
    margin-bottom: 100px;
}

/* 內文文字 */
.bp-text {
    font-size: 14pt;
    line-height: 1.8;
}

.bp-text p {
    margin-bottom: 1em;
}
.dynamic_page_header{
    margin-top: 60px;
}

.dynamic_page_header p {
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.dynamic_page_header p:nth-child(4) {
    text-align: left;
    margin: 0 0 0px 0;
    line-height: 1.6;
}

nav .menu li:first-child {
    background: #f6f6f6;
    border-bottom: 4px solid #009dcd;
}