@charset "utf-8";
@import url("header.css");

/* CSS Document */


/** 清除內外邊距 **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    /* for Firefox Google Chrome  */
    behavior: expression(this.onFocus=this.blur());
    /* for IE */
    text-decoration: none;
    border: none;
}

html {
    -webkit-text-size-adjust: none;
    height: 100%;
}


/*清除apple行動裝置文字的bug*/

html,
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial !important;
    font-size: 16px;
}

input,
select,
textarea {
    border-radius: 0;
    /*-webkit-appearance:none;*/
}

.displayTable {
    display: table;
}

.clear {
    clear: both;
    overflow: hidden;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.arial {
    font-family: Arial, sans-serif;
}

.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.padd60 {
    padding-bottom: 60px;
}

body {
    margin: 0 auto;
    position: relative;
}

.banner {
    background: url(../images/bg_banner.jpg) repeat;
    padding: 126px 0 0;
}

.bg_bannerImg {
    width: 100%;
    height: 0;
    padding-bottom: 28.65%;
    background: url(../images/banner.jpg) no-repeat center top;
    margin: 0 auto;
    background-size: 100%;
}

main {
    width: 100%;
    position: relative;
}

.banner,
.introduction,
.serviceItems,
.mediaReport,
.contact {
    width: 100%;
}

.margeMenu {
    padding-top: 126px;
}

.anchorPoint01 {
    width: 100%;
    height: 259px;
    color: rgba(255, 255, 255, 1);
}


/*簡介錨點*/

.btn-reservation {
    width: 220px;
    height: 220px;
    border-radius: 220px;
    background: #000;
    position: fixed;
    right: 0;
    top: 150px;
    text-align: center;
    z-index: 9;
    border: 3px double #fae9cc;
}

.btn-reservation a {}

.btn-reservation p {
    color: #bc9c76;
    margin: 0;
    padding: 0;
    text-align: center;
}

.btn-reservation p.res_txt1 {
    font-size: 1.5em;
    height: 1em;
    font-weight: bold;
}

.btn-reservation p.res_txt2 {
    font-size: 0.87em;
    color: #bc9c76;
    height: 1.5em;
    font-weight: bold;
}

.btn-reservation p.res_txt3 {
    font-size: 1.06em;
    color: #bc9c76;
    height: 1.5em;
    font-weight: bold;
}

.btn-reservation p.res_txt4 {
    color: #ebdbbe;
    font-family: Arial, serif;
    font-size: 1.25em;
}

.btn-reservation p.res_txt5 {
    color: #6b563f;
    font-family: "Century Gothic", Arial, serif;
    font-size: 0.8em;
}

.sectionBox {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.subject {
    width: 240px;
    margin: 0 auto;
    padding: 33px 0;
    text-align: center;
}

.subject h2 {
    color: #694a28;
    font-size: 1.8em;
    height: 30px;
}

.subject h3 {
    color: #bc9c76;
    font-size: 1.3em;
    font-family: "Century Gothic", Arial, serif;
    font-weight: normal;
}


/*---簡介---*/

.introduction {
    background: #fff;
}

.introduction_con {
    width: 100%;
    display: table;
    font-size: 0;
}

.bg_mo {
    background: none;
}

.lawyer_img {
    width: 290px;
    height: 330px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/img-pc_lawyer.jpg) no-repeat;
}

.lawyer_infor {
    width: 690px;
    /*height:330px;*/
    padding: 35px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    background: #fff8ef;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.name {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.name span {
    font-size: 0.6em;
}

.lawyer_infor-list {
    line-height: 1.5em;
    color: #5d5d5d;
    padding-left: 8px;
    text-indent: -8px;
    margin: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.lawyer_infor-list:before {
    content: "|";
    margin-right: 5px;
    color: #5d5d5d;
}


/*兩張證書格式*/

.width50 {
    width: 49%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
}


/*.width50:last-child{ margin-right:0;}
.width_licence{ width:80%; display:inline-block; vertical-align:top; margin-right:0;}*/

.width50 a {
    display: inline;
    padding: 0;
    margin: 0;
}

.width50 img {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cab195;
    margin-top: 5px;
}


/*三張證書格式*/

.width33 {
    width: 30%;
    margin-right: 3%;
    vertical-align: top;
    display: inline-block;
}

.width33:last-child {
    margin-right: 0;
}

.width_licence {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
}

.width33 a {
    display: inline;
    padding: 0;
    margin: 0;
}

.width33 img {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cab195;
    margin-top: 5px;
}

.introduction_con_list {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 0;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
}

.introduction_con_list:last-child {
    margin-right: 0;
}

.marTop_intr {
    margin-top: 20px;
}

.introduction-title {
    width: 100%;
    height: 58px;
    background: #fff8ef;
}

.icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url(../images/icon.png) no-repeat;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.introduction-title .icon {
    margin: 4px 5px 4px 10px;
}

.serviceItems-title .icon {
    margin: 4px 0;
}

.icon01 {
    background-position: 0 0;
}


/*學歷*/

.icon02 {
    background-position: 0 -50px;
}


/*經歷*/

.icon03 {
    background-position: 0 -100px;
}


/*專案經驗*/

.icon04 {
    background-position: 0 -150px;
}


/*刑事案件*/

.icon05 {
    background-position: 0 -200px;
}


/*民事案件*/

.icon06 {
    background-position: 0 -250px;
}


/*金融法規 / 民刑事案件*/

.icon07 {
    background-position: 0 -300px;
}


/*勞動法 / 民刑事案件*/

.icon08 {
    background-position: 0 -350px;
}


/*link_連絡電話*/

.icon09 {
    background-position: 0 -400px;
}


/*link_傳真*/

.icon10 {
    background-position: 0 -450px;
}


/*link_FB*/

.icon11 {
    background-position: 0 -500px;
}


/*map*/

.icon12 {
    background-position: 0 -550px;
}


/*ART*/

.icon13 {
    background-position: 0 -600px;
}


/*BUS*/

.icon14 {
    background-position: 0 -650px;
}


/*PARKING*/

.icon15 {
    background-position: 0 -700px;
}


/*諮詢*/

.icon16 {
    background-position: 0 -760px;
}


/*fb小*/

.title-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.title-txt h4 {
    font-size: 1.2em;
    color: #694a28;
}

.title-txt p {
    font-size: 0.9em;
    color: #bc9c76;
}

.title-txt p a {
    color: #bc9c76;
    text-decoration: none;
    border-bottom: 1px solid #bc9c76;
}

.title-txt p a:hover {
    color: #694a28;
    border-bottom: 1px solid #694a28;
}

.title-txt h5 {
    font-size: 0.9em;
    color: #694a28;
}

.introduction_con_list ul,
.serviceItems_con_list ul {
    margin: 5px 0 0;
    list-style: none;
    font-size: 16px;
}

.introduction_con_list li {
    width: 100%;
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #dedede;
    font-size: 0.93em;
    text-indent: -15px;
    color: #858585;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
}

.introduction_con_list li:last-child {
    border-bottom: none;
}

.introduction_con_list li span {
    width: 5px;
    height: 5px;
    background: #cbcbcb;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.introduction_con_list li strong {
    color: #6b563f;
    font-weight: 800;
}


/*----服務項目---*/

.serviceItems {
    background: #fff url(../images/bg-service.png) no-repeat center bottom;
}

.serviceItems_con {
    width: 100%;
    display: table;
    font-size: 0;
}

.serviceItems_con_list {
    width: 21%;
    margin-right: 5.3%;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.serviceItems_con_list:last-child {
    margin-right: 0;
}

.serviceItems-title {
    border-bottom: 1px solid #bc9c76;
}

.serviceItems_img01,
.serviceItems_img02,
.serviceItems_img03,
.serviceItems_img04 {
    width: 210px;
    height: 125px;
    font-size: 0;
    display: block;
}

.serviceItems_img01 {
    background: url(../images/img-title_01.jpg);
}

.serviceItems_img02 {
    background: url(../images/img-title_02.jpg);
}

.serviceItems_img03 {
    background: url(../images/img-title_03.jpg);
}

.serviceItems_img04 {
    width: 100%;
    background: url(../images/img-title_04.jpg);
}

.serviceItems_info {
    display: block;
}

.serviceItems_con_list li {
    width: 100%;
    padding: 8px 0 8px 15px;
    font-size: 0.93em;
    text-indent: -10px;
    color: #5d5d5d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
}

.serviceItems_con_list li:before {
    content: "-";
    margin-right: 5px;
    color: #5d5d5d;
}

.color-ser {
    color: #858585;
}


/*---媒體報導---*/

.mediaReport {
    min-height: 463px;
    background: #fae9cd url(../images/bg_news-pc.jpg) no-repeat center bottom;
}

.mediaReport_item {
    width: 100%;
}

.mediaReport_item ul {
    list-style: none;
}

.mediaReport_item li {
    width: 100%;
    margin: 0 0 10px 0;
    display: table;
    font-size: 0;
    border-bottom: none;
}

.med01,
.med02 {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.med01 {
    width: 35%;
    position: relative;
}

.med02 {
    width: 65%;
    position: relative;
    background: url(../images/bg_point.jpg) repeat-x left center;
}
.med02.no-line {
    background: none;
}
.med02.no-line .mediaSubject {
    display: block;
}

.mediaDownload_mo {
    display: none;
}

.mediaDate {
    background: #bc9c76;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.82em;
}

.mediaSource {
    color: #694a28;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    font-size: 0.94em;
}

.mediaSource:before {
    content: "";
    padding-right: 0;
}

.mediaSubject {
    width: 98%;
    background: #fae9cc;
    color: #000;
    display: inline;
    padding: 0 1%;
    font-weight: bold;
    font-size: 0.94em;
}

.mediaSubject:before {
    display: inline-block;
    content: "|";
    color: #bc9c76;
    margin-left: -.5em;
    padding-right: .25em;
}

.mediaDownload {
    width: 110px;
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 1px;
    top: 0;
    padding: 5px 10px;
    background: #f7ebd6;
    border: 1px solid #bc9c76;
    font-size: 0.82em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
}

.mediaDownload a {
    color: #694a28;
    text-decoration: none;
}


/*聯絡資訊*/

.contact {
    background: #000;
}

.contact_con {
    width: 100%;
    display: table;
    font-size: 0;
}

.contact_01,
.contact_02 {
    border-bottom: 1px solid #694a28;
    text-align: center;
}

.link_infor {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.link_infor h4 {
    color: #694a28;
}

.link_infor p {
    color: #bc9c76;
}

.addreInfo {
    clear: both;
    overflow: hidden;
    padding-top: 40px;
}

.addreArea {
    width: 53%;
    float: right;
    margin-bottom: 0;
    position: relative;
}

.go-pc {
    display: block;
}

.go-mo {
    display: none;
}

.goTop {
    width: 50px;
    height: 50px;
    border: 2px solid #694a28;
    background: #000;
    border-radius: 50px;
    color: #f5e4c6;
    font-size: 0.75em;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: -40px;
    text-align: center;
}

.goTop a {
    display: block;
    text-decoration: none;
    color: #f5e4c6;
    font-family: "Century Gothic", Arial, serif;
    font-weight: normal;
}

.goTop a span {
    position: relative;
    line-height: 70px;
}

.goTop a span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #bc9c76;
    border-top: 2px solid #bc9c76;
    transform-origin: center;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: -15px;
    left: 5px;
}

.addreList {
    width: 100%;
    display: table;
    font-size: 0;
    margin-bottom: 15px;
}

.addreList .icon {
    display: inline-block;
}

.addreList .title-txt {
    width: 85%;
    padding-left: 10px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.title-txt h4 {
    color: #694a28;
    font-size: 1em;
}

.title-txt h4 .icon {
    display: none;
}

.title-txt p {
    color: #bc9c76;
    font-size: 1em;
}

.title-txt p span {
    width: 5px;
    height: 5px;
    background: #bc9c76;
    display: inline-block;
    vertical-align: middle;
}

.addreMap {
    width: 43%;
    float: left;
    margin-bottom: 0;
}


/*---footer---*/

footer {
    width: 100%;
    background: #000;
    position: relative;
    padding-bottom: 0;
}

.copyright {
    width: 100%;
    background: #000;
    text-align: center;
    color: #694a28;
    font-size: 0.875em;
    line-height: 60px;
    font-weight: bold;
}

.reservation {
    display: none;
}

@media screen and (max-width:1024px) {
    .btn-reservation {
        display: none;
    }
}

@media screen and (max-width:1023px) {
    .banner {
        background: none;
        padding: 63px 0 0;
    }
    .bg_bannerImg {
        width: 100%;
        height: 0;
        padding-bottom: 48.125%;
        background: url(../images/banner_mb.jpg) no-repeat center top;
        margin: 0 auto;
        background-size: cover;
    }
    .margeMenu {
        padding-top: 63px;
    }
    .sectionBox {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .subject {
        width: 240px;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
    }
    .subject h2 {
        color: #694a28;
        font-size: 1.6em;
        height: 30px;
    }
    .subject img {
        width: 90%;
        height: auto;
    }
    .subject h3 {
        color: #bc9c76;
        font-size: 1.15em;
        font-family: "Century Gothic", Arial, serif;
        font-weight: normal;
    }
    /*---簡介---*/
    /*.lawyer_img{ width:30%; height:0; padding-bottom:38.25%; margin-right:3%; display:inline-block; vertical-align:top;  background:url(../images/img-mo_lawyer.jpg) no-repeat; background-size:100%;}*/
    /*三張證書的律師照*/
    .lawyer_img {
        width: 30%;
        height: 0;
        padding-bottom: 34.24%;
        margin-right: 3%;
        display: inline-block;
        vertical-align: top;
        background: url(../images/img-pad_lawyer.jpg) no-repeat;
        background-size: 100%;
    }
    /*兩張證書的律師照*/
    .lawyer_infor-list {
        line-height: 1.4em;
        color: #5d5d5d;
        padding-left: 8px;
        text-indent: -8px;
        margin: 5px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .lawyer_infor {
        width: 67%;
        height: auto;
        padding: 10px 2% 0;
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        background: #fff8ef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    /*兩張證書格式*/
    .width50 {
        width: 100%;
        margin: 0;
        vertical-align: top;
        display: block;
    }
    /*.width_licence{ width:92%; display:inline-block; vertical-align:top; margin-right:1%;}*/
    .width50 img {
        width: 5%;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #cab195;
        margin-top: 5px;
    }
    /*三張證書格式*/
    .width33 {
        width: 100%;
        margin-right: 0;
        vertical-align: top;
        display: block;
    }
    .width_licence {
        width: 80%;
        display: inline-block;
        vertical-align: top;
        margin-right: 4%;
    }
    .width33 img {
        width: 5%;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #cab195;
        margin-top: 5px;
    }
    .title-txt p {
        color: #bc9c76;
        font-size: 0.6em;
    }
    /*----服務項目---*/
    .serviceItems_con_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .serviceItems_img01,
    .serviceItems_img02,
    .serviceItems_img03,
    .serviceItems_img04 {
        width: 30%;
        height: 0;
        margin-right: 3%;
        padding-bottom: 19.8%;
        font-size: 0;
        display: inline-block;
        vertical-align: top;
    }
    .serviceItems_img01 {
        background: url(../images/img-title_01-pad.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_img02 {
        background: url(../images/img-title_02-pad.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_img03 {
        background: url(../images/img-title_03-pad.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_img04 {
        background: url(../images/img-title_04-pad.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_info {
        width: 67%;
        display: inline-block;
        vertical-align: top;
    }
    .serviceItems-title .icon {
        width: 40px;
        height: 40px;
        overflow: hidden;
        background: url(../images/icon.png) no-repeat;
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .serviceItems-title .icon {
        margin: 0 10px 0 0;
    }
    .serviceItems-title .icon04 {
        background-position: -5px -155px;
    }
    /*刑事案件*/
    .serviceItems-title .icon05 {
        background-position: -5px -205px;
    }
    /*民事案件*/
    .serviceItems-title .icon06 {
        background-position: -5px -255px;
    }
    /*金融法規 / 民刑事案件*/
    .serviceItems-title .icon07 {
        background-position: -5px -305px;
    }
    /*勞動法 / 民刑事案件*/
    .title-txt h4 {
        font-size: 1.2em;
        color: #694a28;
    }
    .title-txt h5 {
        font-size: 1.2em;
        color: #694a28;
    }
    .serviceItems_con_list li {
        width: 100%;
        padding: 0 0 0 15px;
        font-size: 0.93em;
        text-indent: -10px;
        color: #5d5d5d;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        display: inline-block;
    }
    /*---媒體報導---*/
    .mediaReport {
        min-height: auto;
        background: #fae9cd;
    }
    .mediaReport_item li {
        width: 100%;
        margin: 0 0 20px 0;
        display: table;
        font-size: 0;
    }
    .med01,
    .med02 {
        display: block;
        font-size: 16px;
        vertical-align: middle;
    }
    .med01 {
        width: 100%;
        position: relative;
    }
    .med02 {
        width: 100%;
        position: relative;
        background: url(../images/bg_point.jpg) repeat-x left center;
    }
    .mediaSubject {
        width: 98%;
        background: #fae9cc;
        color: #000;
        display: inline;
        padding: 0;
        font-weight: bold;
        font-size: 0.94em;
    }
    /*聯絡資訊*/
    .addreArea {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        position: relative;
    }
    .addreMap {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
    .addreList .title-txt p {
        color: #bc9c76;
        font-size: 1em;
    }
    .goTop {
        width: 50px;
        height: 50px;
        border: 2px solid #694a28;
        background: #000;
        border-radius: 50px;
        color: #f5e4c6;
        font-size: 0.75em;
        font-weight: bold;
        position: absolute;
        right: 0;
        bottom: 10px;
        text-align: center;
    }
    /*---footer---*/
    footer {
        width: 100%;
        background: #000;
        position: relative;
        padding-bottom: 71px;
    }
    /*---預約諮詢---*/
    .reservation {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #694a28;
        display: block;
        background: #000;
        text-align: center;
        position: fixed;
        bottom: 0;
    }
    .res-mo {
        display: none;
    }
    .res-pad {
        width: 100%;
        text-align: center;
        display: block;
    }
    .res-pad div {
        margin: 0 5px 0 0;
    }
    .res-pad a {
        text-decoration: none;
    }
    .res-pad .icon15 {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
    }
    .res-pad .res_txt1 {
        font-size: 1.4em;
        color: #bc9c76;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }
    .res-pad .res_txt3 {
        font-size: 1.06em;
        color: #bc9c76;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }
    .res-pad .res_txt4 {
        color: #ebdbbe;
        font-family: Arial, serif;
        font-size: 1.25em;
        display: inline-block;
        vertical-align: middle;
    }
    .res-pad .res_txt5 {
        color: #6b563f;
        font-family: "Century Gothic", Arial, serif;
        font-size: 1em;
        display: inline-block;
        vertical-align: middle;
    }
    .res-pad a .res_txt1 {
        color: #bc9c76;
    }
    .res-pad a .res_txt3 {
        color: #bc9c76;
    }
    .res-pad a .res_txt4 {
        color: #ebdbbe;
    }
    .res-pad a .res_txt5 {
        color: #6b563f;
    }
}

@media screen and (max-width:767px) {
    /*---簡介---*/
    /*.introduction{ background:#fff8ef}*/
    .introduction_con {
        width: 100%;
        display: table;
        font-size: 0;
    }
    .bg_mo {
        width: 100%;
        background: #fff8ef;
    }
    .lawyer_img {
        width: 80%;
        height: 0;
        padding-bottom: 102%;
        margin-right: 0;
        display: block;
        vertical-align: top;
        background: url(../images/img-mo_lawyer.jpg) no-repeat center top;
        background-size: 100%;
        margin: 0 auto;
    }
    .lawyer_infor {
        width: 100%;
        height: auto;
        padding: 10px 2%;
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        background: #fff8ef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .name {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }
    /*兩張證書格式*/
    /*.width_licence{ width:80%; display:inline-block; vertical-align:top; margin-right:4%;}*/
    .width50 img {
        width: 10%;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #cab195;
        margin-top: 5px;
    }
    /*三張證書格式*/
    .width_licence {
        width: 80%;
        display: inline-block;
        vertical-align: top;
        margin-right: 4%;
    }
    .width33 img {
        width: 10%;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #cab195;
        margin-top: 5px;
    }
    .introduction_con_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        vertical-align: top;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        display: inline-block;
    }
    /*----服務項目---*/
    .serviceItems_img01,
    .serviceItems_img02,
    .serviceItems_img03,
    .serviceItems_img04 {
        width: 100%;
        height: 0;
        margin-right: 0;
        padding-bottom: 40%;
        font-size: 0;
        display: inline-block;
        vertical-align: top;
    }
    .serviceItems_img01 {
        background: url(../images/img-title_01-mo.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_img02 {
        background: url(../images/img-title_02-mo.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_img03 {
        background: url(../images/img-title_03-mo.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_img04 {
        background: url(../images/img-title_04-mo.jpg) no-repeat;
        background-size: 100%;
    }
    .serviceItems_info {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    /*---媒體報導---*/
    .mediaReport_item li {
        width: 100%;
        margin: 0 0 10px 0;
        padding-bottom: 10px;
        display: table;
        font-size: 0;
        border-bottom: 1px dotted #694a28;
    }
    .mediaDownload {
        display: none;
    }
    .mediaDownload_mo {
        position: absolute;
        top: 0;
        right: 5px;
        padding: 5px 10px;
        background: #f7ebd6;
        border: 1px solid #bc9c76;
        font-size: 0.82em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        display: inline-block;
    }
    .mediaDownload_mo a {
        color: #694a28;
        text-decoration: none;
    }
    .mediaDate {
        display: none;
        background: #bc9c76;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 0.82em;
    }
    .mediaSource {
        color: #694a28;
        display: block;
        vertical-align: middle;
        padding-left: 0;
        font-weight: bold;
        font-size: 0.94em;
    }
    .mediaSource:before {
        content: "|";
        color: #694a28;
        padding-right: 10px;
    }
    .mediaSubject:before {
        content: "";
        padding-right: 0;
    }
    .med01 {
        width: 100%;
        position: relative;
    }
    .med02 {
        width: 100%;
        position: relative;
        background: none;
    }
    /*聯絡資訊*/
    .link_infor {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        line-height: 24px;
        display: block;
        vertical-align: middle;
        margin: 0 0 30px;
    }
    .addreList {
        width: 100%;
        display: table;
        font-size: 0;
        margin-bottom: 15px;
    }
    .addreList .icon {
        display: none;
    }
    .addreList .title-txt {
        width: 90%;
        padding-left: 0;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
    }
    .title-txt h4 {
        color: #694a28;
        font-size: 1.3em;
    }
    .title-txt h4 .icon {
        display: inline-block;
        width: 40px;
        height: 50px;
        overflow: hidden;
        background: url(../images/icon.png) no-repeat;
        font-size: 0;
        vertical-align: middle;
    }
    .title-txt h4 .icon11 {
        background-position: -5px -500px;
    }
    /*map*/
    .title-txt h4 .icon12 {
        background-position: -5px -550px;
    }
    /*ART*/
    .title-txt h4 .icon13 {
        background-position: -5px -600px;
    }
    /*BUS*/
    .title-txt h4 .icon14 {
        background-position: -5px -650px;
    }
    /*PARKING*/
    .addreList .title-txt p {
        color: #bc9c76;
        font-size: 1em;
        line-height: 26px;
    }
    .addreMap {
        width: 100%;
        float: none;
        margin-bottom: 90px;
    }
    .go-mo {
        display: block;
    }
    .go-pc {
        display: none;
    }
    .goTop {
        width: 50px;
        height: 50px;
        border: 2px solid #694a28;
        background: #000;
        border-radius: 50px;
        color: #f5e4c6;
        font-size: 0.75em;
        font-weight: bold;
        position: absolute;
        right: 50%;
        margin-right: -25px;
        bottom: 15px;
        text-align: center;
    }
    /*---footer---*/
    footer {
        width: 100%;
        background: #000;
        position: relative;
        padding-bottom: 71px;
    }
    .copyright {
        width: 100%;
        background: #000;
        text-align: center;
        color: #694a28;
        font-size: 0.7em;
        line-height: 60px;
        font-weight: bold;
    }
    /*---預約諮詢---*/
    .res-pad {
        display: none;
    }
    .res-mo {
        width: 100%;
        text-align: center;
        display: block;
    }
    .res_rap {
        width: 100%;
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    .res01,
    .res02,
    .res03 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px;
    }
    .res01 .icon15 {
        width: 40px;
    }
    .res02 h4 {
        color: #694a28;
        font-weight: bold;
        height: 26px;
        font-size: 18px;
        letter-spacing: 4px;
    }
    .res02 p {
        color: #bc9c76;
        font-size: 0.75em;
    }
    .res03 .res_txt3 {
        font-size: 0.8em;
        color: #bc9c76;
        height: 1.5em;
        font-weight: bold;
    }
    .res03 .res_txt4 {
        color: #ebdbbe;
        font-family: Arial, serif;
        font-size: 1.25em;
    }
}

@media screen and (max-width:567px) {}


/*iphone5以下*/

@media screen and (max-width:370px) {}