﻿#Service_Detail {
    margin-bottom:60px;
}

    #Service_Detail .ServiceTitle {
        width: 100%;
        padding: 18px 10px;
        color: #583709;
        letter-spacing: 2px;
        border-bottom: 1px solid #ccc;
        font-size: 23px;
        font-weight: 500;
        box-sizing: border-box;
    }

    #Service_Detail > p {
        font-family: 'Noto Sans TC', sans-serif;
        letter-spacing: 1px;
        border: none;
        background: #F7F7F7;
        line-height: 26px;
    }
