@charset "UTF-8";
/* page_assemble-custom 內頁總成-自定義 */
.page_assemble-custom a {
    color:#666;
    line-height:1.6;
}
.page_assemble-custom a:hover  {
    color:#d9c27d;
}
.page_assemble-custom svg {
    margin-right:5px;
}

/* page_banner 內頁單元視覺 -- */
.page_assemble-custom .page_banner {
    position:relative;
    line-height:0;
    overflow:hidden;
}

.page_assemble-custom .page_banner .title {
    position:absolute;
    bottom:-8px;
    left:15%;
   /* width:100%;*/
    line-height:1;
    color:#fff;
    font-size:5rem;
    font-weight:600;
    font-family: Noto Sans TC;
    text-align:left;
}

.reconstruction .page_assemble-custom .page_banner .title {
    bottom:-3px;
}
/* breadcrumb 麵包屑導航 -- */
.page_assemble-custom .breadcrumb {
    padding:10px 8%;
    background:#fff;
    color:#666;
    margin-bottom:20px;
}
.page_assemble-custom .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    font-weight: normal;
}
.page_assemble-custom .breadcrumb>.active {
    color:#999;
}

/* toolbar -- */
.page_assemble-custom .toolbar {
    padding:10px 8%;
    overflow:hidden;
    border-bottom:1px solid #ccc;
    line-height:24px;
}
.page_assemble-custom .toolbar .left {
    float:left;
}
.page_assemble-custom .toolbar .right {
    float:right;
}

/* tool 工具列 -- */
.page_assemble-custom .toolbar .tool li {
    display:inline-block;
    margin-right:20px;
}
.page_assemble-custom .toolbar .tool li i {
    font-size:1.5rem;
}

/* fontsize 字級 -- */
.page_assemble-custom .toolbar .fontsize,
.page_assemble-custom .toolbar .fontsize dt,
.page_assemble-custom .toolbar .fontsize dd {
    display:inline-block;
}
.page_assemble-custom .toolbar .fontsize dt,
.page_assemble-custom .toolbar .fontsize dd {
    display:inline-block;
    margin-right:10px;
}

/* share 社群分享 -- */
.page_assemble-custom .toolbar .share,
.page_assemble-custom .toolbar .share li {
    display:inline-block;
    font-size:1.5rem;
}
.page_assemble-custom .toolbar .share li {
    margin-right:5px;
}
.page_assemble-custom .toolbar .share li:last-child {
    margin-right:0;
}
.page_assemble-custom .toolbar .share li span {
    display:none;
}
.page_assemble-custom .toolbar .share li .fa-facebook-f {
    color:#3b4b96;
}
.page_assemble-custom .toolbar .share li .fa-line {
    color:#40c005;
}
.page_assemble-custom .toolbar .share li .fa-google-plus-g {
    color:#d74a37;
}
.page_assemble-custom .toolbar .share li .fa-twitter {
    color:#01b1f4;
}
.page_assemble-custom .toolbar .share li:hover {
    opacity:0.5;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

/* page_content -- */
.page_assemble-custom .page_content {
    padding:50px 8% 80px;
    overflow:hidden;
    min-height:800px;
}

.page_assemble-custom h1 {
    padding-bottom:10px;
}
/*副標英文*/
/*標題*/
.about .page_assemble-custom .page_banner .title:after {
    content:"ABOUT";
    display:flex;
    color:#fff;
    font-size:4rem;
    font-weight:600;
    font-family:sans-serif;
}
.cases .page_assemble-custom .page_banner .title:after {
    content:"CASES";
    display:flex;
    color:#fff;
    font-size:4rem;
    font-weight:600;
    font-family:sans-serif;
}
.reconstruction .page_assemble-custom .page_banner .title:after {
    content:"RENEW";
    display:flex;
    color:#fff;
    font-size:4rem;
    font-weight:600;
    font-family:sans-serif;
}
.assets .page_assemble-custom .page_banner .title:after {
    content:"ASSETS";
    display:flex;
    color:#fff;
    font-size:4rem;
    font-weight:600;
    font-family:sans-serif;
}
.news .page_assemble-custom .page_banner .title:after {
    content:"NEWS";
    display:flex;
    color:#fff;
    font-size:4rem;
    font-weight:600;
    font-family:sans-serif;
}
.contact .page_assemble-custom .page_banner .title:after {
    content:"CONTACT";
    display:flex;
    color:#fff;
    font-size:4rem;
    font-weight:600;
    font-family:sans-serif;
}
#top_banner_pc{display:block;}
#top_banner_mobile{display:none;}
/*banner*/
    /*歷史*/
.history .banner_pc{display:none !important;}
.history .banner_mobile {display:none !important;}
.history .page_banner_pc{
    background:url(/upload/files/enjoylife/about_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.history .page_banner_mobile{
    display:none;
}
    /*工法*/
.material .banner_pc{display:none !important;}
.material .banner_mobile {display:none !important;}
.material .page_banner_pc{
    background:url(/upload/files/enjoylife/material_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.material .page_banner_mobile{
    display:none;
}
    /*飯店*/
.group .banner_pc{display:none !important;}
.group .banner_mobile {display:none !important;}
.group .page_banner_pc{
    background:url(/upload/files/enjoylife/group_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.group .page_banner_mobile{
    display:none;
}
    /*合作*/
.cooperate .banner_pc{display:none !important;}
.cooperate .banner_mobile {display:none !important;}
.cooperate .page_banner_pc{
    background:url(/upload/files/enjoylife/partner_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.cooperate .page_banner_mobile{
    display:none;
}
    /*建案*/
.cases .banner_pc{display:none !important;}
.cases .banner_mobile {display:none !important;}
.cases .page_banner_pc{
    background:url(/upload/files/enjoylife/case_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.cases .page_banner_mobile{
    display:none;
}
    /*都市*/
.urban_renewal .banner_pc{display:none !important;}
.urban_renewal .banner_mobile {display:none !important;}
.urban_renewal .page_banner_pc{
    background:url(/upload/files/enjoylife/renew_banner.jpg)  !important;
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: bottom !important;
}
.urban_renewal .page_banner_mobile{
    display:none;
}

.reconstruction .banner_pc{display:none !important;}
.reconstruction .banner_mobile {display:none !important;}
.reconstruction .page_banner_pc{
    background:url(/upload/files/enjoylife/reconstruction_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.reconstruction .page_banner_mobile{
    display:none;
}
    /*危老*/
.old_building .banner_pc{display:none !important;}
.old_building .banner_mobile {display:none !important;}
.old_building .page_banner_pc{
    background:url(/upload/files/enjoylife/oldbd_banner.jpg)no-repeat  !important;
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.old_building .page_banner_mobile{
    display:none;
}
/*租賃*/
.assets .banner_pc{display:none !important;}
.assets .banner_mobile {display:none !important;}
.assets .page_banner_pc{
    background:url(/upload/files/enjoylife/property_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.assets .page_banner_mobile{
    display:none;
}
 /*新聞*/
.news .banner_pc{display:none !important;}
.news .banner_mobile {display:none !important;}
.news .page_banner_pc{
    background:url(/upload/files/enjoylife/news_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.news .page_banner_mobile{
    display:none;
}
/*聯絡*/
.contact .banner_pc{display:none !important;}
.contact .banner_mobile {display:none !important;}
.contact .page_banner_pc{
    background:url(/upload/files/enjoylife/contact_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:61vh;
    display:block;
    background-position: center;
}
.contact .page_banner_mobile{
    display:none;
}
/*都市更新 危老文字*/
.reconstruction .editor hr{
    width: 100px;
    opacity: 0.4;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 2px solid #000;
}
.reconstruction .editor h2{
    font-size:24px;
    font-weight: 600;
    margin:40px 0;
    color: #333;
    line-height: 1.4;
    text-align:center;
}
.reconstruction .editor h3{
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    color: #757575;
}
.reconstruction .editor a{
    transition: .3s;
}
.reconstruction .editor a:hover{
    color: #ffffff !important;
    box-shadow: inset 0 -22px 0 0 #707070;
}
.reconstruction .editor li{
    list-style: auto;
    margin-left: 40px;
}
.reconstruction .editor ul{
    margin-bottom: 40px;
}
.reconstruction .date{
    display:none !important;
}
@media only screen and (max-width: 991px) {
    .page_assemble-custom .page_banner .title {
        /*top:30%;*/
        font-size:4rem;
    }
    .page_assemble-custom .breadcrumb {
        padding: 10px 6%;
    }
    .page_assemble-custom .toolbar {
        padding:10px 6%;
    }
    .page_assemble-custom .toolbar .left {
        display:none;
    }
    .page_assemble-custom .toolbar .right {
        float:left;
    }
    .page_assemble-custom .page_content {
        padding:40px 6% 50px;
        overflow:hidden;
    }
}
@media only screen and (max-width: 600px) {
    .page_assemble-custom .page_banner .title {
        /*top:30%;*/
        font-size:3rem;
    }
   .reconstruction  .page_assemble-custom .page_banner .title {
        font-size:1.8rem;
    }
       .reconstruction  .page_assemble-custom .page_banner .title:after {
        font-size:2rem !important;
    }
    .page_assemble-custom .page_banner .title:after {
        font-size:3rem !important;
    }
    #top_banner_pc{display:none;}
    #top_banner_mobile{display:block;}
     .history .page_banner_pc{
        display:none;
    }
    .history .page_banner_mobile{
        background:url(/upload/files/enjoylife/about_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
     .material .page_banner_pc{
        display:none;
    }
    .material .page_banner_mobile{
        background:url(/upload/files/enjoylife/material_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
     .group .page_banner_pc{
        display:none;
    }
    .group .page_banner_mobile{
        background:url(/upload/files/enjoylife/group_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
     .cooperate .page_banner_pc{
        display:none;
    }
    .cooperate .page_banner_mobile{
        background:url(/upload/files/enjoylife/partner_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }    
    .cases .page_banner_pc{
        display:none;
    }
    .cases .page_banner_mobile{
        background:url(/upload/files/enjoylife/case_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
    .reconstruction .page_banner_pc{
        display:none;
    }
    .reconstruction .page_banner_mobile{
        background:url(/upload/files/enjoylife/reconstruction_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
    .urban_renewal .page_banner_pc{
        display:none;
    }
    .urban_renewal .page_banner_mobile{
        background:url(/upload/files/enjoylife/renew_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
        .old_building .page_banner_pc{
        display:none;
    }
    .old_building .page_banner_mobile{
        background:url(/upload/files/enjoylife/oldbd_banner.jpg) !important;
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
    .assets .page_banner_pc{
        display:none;
    }
    .assets .page_banner_mobile{
        background:url(/upload/files/enjoylife/property_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
    .news .page_banner_pc{
        display:none;
    }
    .news .page_banner_mobile{
        background:url(/upload/files/enjoylife/news_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
   .contact .page_banner_pc{
        display:none;
    }
    .contact .page_banner_mobile{
        background:url(/upload/files/enjoylife/contact_banner.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        height:35vh;
        display:block;
        background-position:center;
    }
}