@charset "utf-8";
/* *********************************** */
/* header 右上方 icon  (灰-預設 vs 白) */
/*
.round_link a .Gray {
    display: none;
}
.round_link a .White {
    display: inline-block;
}*/


/* *********************************** */
/* footer 右上方 icon  (黑-預設 vs 灰) */
/*
.box_link li a object.Black {
    display: none;
}
.box_link li a object.Gray {
    display: inline-block;
}*/

#header {
    background: rgba(255,255,255,0.8);
	box-shadow:0px 4px 12px rgba(80,80,80,0.4);
    position: absolute;
	background-image:url(http://pic02.eapple.com.tw/xiangjudesign/01_header.png);
	padding: 8px 0;
    height: 80px;
}
#content {
    padding-top: 80px;
}
.animated-arrow {
    background: #0F3D88;
}

.parallax_box {
    top: 0px;
    left: 0;
}

#menuTop ul:before {
	display:none;
}
#menuTop ul {
    position: relative;
   	margin-top:0px;
}
#menuTop li ul {
    background-color: #668BA6;
    color:#FFF;
}

.footer, #bottom_menu {
    border-top: 1px solid #FFF !important;
}
.copy {
    color: #222 !important;
}

.banner {
    padding: 180px 0 35px !important;
	background-image: url(http://pic02.eapple.com.tw/xiangjudesign/01_banner_bg.png) !important;
	color:#FFF;
}

.show-list .show_pic {
    height: 200px;
}
#header .logo img {
    width: 90px;
    margin-top: -15px;
}
.footer_logo a img {
    width: 140px;
}
@media screen and (max-width: 980px) {
    #header {
        height: inherit;
    }
}
@media screen and (max-width: 768px) {
    /*手機版大圖*/
    /*.classy {display: none;} 
    .mobile_WP {display: block;line-height: 0;}
    .parallax_box { height: auto;}*/
    .footer.with_shopping_mode {
        padding: 50px 0 90px; 
    }

    #bottom_menu.with_shopping_mode {
        display: block;
    }
    #bottom_menu.with_shopping_mode li {
        width: 50%;
    }
    #bottom_menu li a {
        color: #444!important;
        padding: 3px;
    }
    #to_top {display: none!important;}
    #header .logo img {
    margin-top: 0px;
}

}
/********************* quick float link **************/
.fixed_button {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 8%;
}
.fixed_button li {
    width: 35px;
    height: 35px;
    margin: 3px;
}
.fixed_button li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.fixed_button li a.fb {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/fix_link_01.png);background-color: #0a6cbd;}
.fixed_button li a.ln {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/fix_link_02.png);background-color: #45a00d;}
.fixed_button li a.pn {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/fix_link_03.png);background-color: #faa54d;}
@media (min-width: 768px) {
    .fixed_button {
        right: 40px;
    }
    .fixed_button li { 
        width: 50px;
        height: 50px;
    }
    .fixed_button li a {
        background-size: 30px;
    }
}

/*********************edit style*******************/
#index__edit, #service__edit ,#process__edit {
    background: url(http://pic02.eapple.com.tw/xiangjudesign/marble_bg.png) center top repeat;
}
.full_border {
    width: 100%;
    max-width: initial;
    padding: 0;
}
.shadow {
    -moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.new_center {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    color: #323232;
    padding: 2%;
}
img.mw-100 {
    max-width: 100%;
    margin: auto;
    display: block;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#service__edit .new_banner {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/service_banner.jpg);
}
#process__edit .new_banner {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_banner.jpg);
}
.new_banner {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 250px;
    margin-bottom: 40px;
}
.new_banner h5 {
    font-size: 20px;
    color: #fff;
    width: 250px;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%);
}

.common_title {
    text-align: center;
    letter-spacing: 3px;
    color: #000;
    font-size: 22px;
    padding: 20px 0;
    position: relative;
}
.common_title:before {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background-color: #5F6163;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}  
.common_title.align_left {
    color: #CCC;
    font-size: 30px;
    letter-spacing: 4px;
    padding: 25px 0;
}
.common_title.align_left:before {
    left: 16px;
}
.common_title h3 {
    font-weight: 400;
}
.common_title.align_left h3 {
    font-weight: 500;
}
.common_title h3 .cht {
    color: #AAA;
    font-size: 18px;
    display: block;
    margin: 15px 0;
}

.part_a__a, .part_a__b,.part_a__c {
    padding: 30px 0;
}
.part_a__a .slogon {
    color: #222;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}
.part_a__a .case-txt-img {
    width: 95%;
    margin: 20px auto 40px;
}
.part_a__a.case-txt-txt {
    width: 100%;
    padding: 20px;
}
.part_a__b .focus_list {
    text-align: center;
    margin: 40px 0;
}
.part_a__b .focus_list li {
    display: inline-block;
    width: 47%;
    margin: 10px 1%;
    max-width: 210px;
    box-shadow: 3px 3px 8px 3px rgba(20%,20%,40%,0.5);
}
.part_a__b .focus_list li a {
    display: block;
}
.part_a__c .work_list {
    text-align: center;
    margin: 40px 0;
}
.part_a__c .work_list li {
    display: block;
    float: none;
    margin: 1.3% auto; 
    width: 98%;
    max-width: 570px;
    position: relative;
}
.part_a__c .work_list li:first-child {
    width: 98%;
    padding-right: 0%;
}
.more_album {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9%;
    height: 49.5%;
    border: #bbb 1px solid;
}
.more_album img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.part_a__d p {
    margin: 40px 0;
    text-align: center;
}
.contact_list {
    display: block;
    text-align: center;
    position: relative;
}
.contact_list:before, .contact_list:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    width: 15%;
    height: 1px;
    background-color: #ccc;
}
.contact_list:before {
    left: 0;
}
.contact_list:after {
    right: 0;
}
.contact_list li {
    display: inline-block;
    position: relative;
    height: 56px;
    width: 56px;
    border-radius: 28px;
    overflow: hidden;
    margin: 10px;
}
.btn_contact {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    background-color: #096BBD;
}
.contact_list li a span {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.contact_list li a.t span {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_01.png);}
.contact_list li a.f span {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_02.png);}
.contact_list li a.l span {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_03.png);}
.contact_list li a.m span {background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_04.png);}
.part_b {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/index_blue_sofa_bg.png), url(http://pic02.eapple.com.tw/xiangjudesign/marble_bg.png);
    background-position: center bottom, center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 35vh;
}
.part_b .new_center {
    padding: 2% 0;
}
.part_b .fb_pg, .part_b .map {
    padding: 0;
    height: 350px;
    display: block;
    margin: 20px auto 0;   
}
.part_b .fb_pg {
    width: 100%;
    max-width: 500px;
}
.fb_mgauto {
    max-width: 350px;
    margin: 0 auto 0;
}
.part_b .map {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.part_b iframe {
    line-height: 0;
}
.part_c .txt h4 {
    font-size: 16px;
    color: #595757;
}
.part_c .all_service, .part_c .all_service ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    margin: 3% 0;
}
.part_c .all_service:before, .part_c .all_service ul:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}
.part_c .all_service li {
    width: 98%;
    margin: 0 auto 30px auto;
    max-width: 545px;
    height: auto;
}
.part_c .all_service li img {
    margin-bottom: 20px;
}
.part_c .all_service li li {
    width: 96%;
    padding: 0 2%;
    font-size: 16px;
    color: #888;
}
.part_c .service_box {
    background-color: #eee;
    text-align: center;
}
.part_c .service_box .txt {
    padding: 3%;
}
.part_c .service_box .txt h4 b {
    font-size: 18px;
    color: #212121;
    display: block;
}
.part_c .all_service li li .service_order {
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-top: 30px;
    height: 58px;
    margin: 20px 0;
    color: #595757;
}
.part_c .all_service li li.Sone .service_order {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/service_step01.png);
}
.part_c .all_service li li.Stwo .service_order {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/service_step02.png);
}
.part_c .all_service li li {
    text-align: left;
}
.part_d {
    text-align: center;
}
.part_d p {
    padding: 10px;
    position: relative;
}
.part_d p:before {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: -5px;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #888 transparent transparent transparent;
}
.part_e .process_list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.part_e .process_list li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 70px;
    position: relative;
    border: solid 3px #096BBD;
    border-top: none;
    background-repeat: no-repeat;
    background-position: 85% 85%;
}
.part_e .process_list li .process_box {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 6%;
}
.part_e .process_list li .process_box:before,
.part_e .process_list li .process_box:after {
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    background-color: #096BBD;
    top: 0; 
}
.part_e .process_list li .process_box:before {
    left: 0;
    width: 59%;
}
.part_e .process_list li .process_box:after {
    right: 0;
    width: 9%;
}
.part_e .process_list li .step_icon {
    position: absolute;
    content: '';
    display: block;
    width: 32%;
    height: 100px;
    top: -60px;
    right: 9%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.part_e .process_list li .process_box h4 {
    color: #727171;
    font-size: 18px;
    position: relative;
    padding: 20px 0;
}
.part_e .process_list li .process_box h4:before {
    position: absolute;
    display: block;
    content: '';
    left: -12px;
    bottom: 0;
    background-color: #5F6163;
    width: 33px;
    height: 4px;
}
.part_e .process_list li .process_box p {
    color: #888;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
}
.part_e .process_list li.p_one {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_01.png);
}
.part_e .process_list li.p_one .step_icon {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_01_I.png);
}
.part_e .process_list li.p_two {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_02.png);
}
.part_e .process_list li.p_two .step_icon {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_02_I.png);
}
.part_e .process_list li.p_three {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_03.png);
}
.part_e .process_list li.p_three .step_icon {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_03_I.png);
}
.part_e .process_list li.p_four {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_04.png);
}
.part_e .process_list li.p_four .step_icon {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_04_I.png);
}
.part_e .process_list li.p_five {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_05.png);
}
.part_e .process_list li.p_five .step_icon {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_05_I.png);
}
.part_e .process_list li.p_six {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_06.png);
}
.part_e .process_list li.p_six .step_icon {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/process_06_I.png);
}
.part_f .note {
    background-color: #e6e6e6;
    color: #333;
    padding: 15px;
    font-size: 17px;
    text-align: center;
    position: relative;
}
.part_f .note:before {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: -20px;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 17px 0 17px;
    border-color: #e6e6e6 transparent transparent transparent;
}
.part_f .process_contact {
    background-color: #93ACBF;
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/f_bg_01.jpg),url(http://pic02.eapple.com.tw/xiangjudesign/f_bg_02.jpg);
    background-position: left top, right top;
    background-repeat: repeat-y;
    background-size: contain;
    text-align: center;
    padding: 30px 0;
}
.part_f .process_contact .new_center {
    max-width: 1440px;
}
.part_f .process_contact .half_w {
    color: #fff;
    display: block;
    width: 100%;
    margin: 15px 0;
}
.part_f .process_contact .half_w p {
    display: inline-block;
    width: 300px;
    border-bottom: 2px solid #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 10px;
    background: url(http://pic02.eapple.com.tw/xiangjudesign/f_bg_03.png) left 60% no-repeat;
}
.part_f .process_contact .half_w span {
    display: block;
    width: 300px;
    margin: auto;
    font-size: 14px;
}
.btn_link_list {
    margin: 20px 0;
    text-align: center;
}
.btn_link_list li {
    display: inline-block;
    width: 150px;
    margin: 8px;
}
.btn_link_list li a {
    display: block;
    padding: 12px;
    padding-left: 20px;
    background-color: #0583C9;
    background-position: 11% center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.btn_link_list li a.main_B_color {
    background-color: #0F3D88;
}
.part_f .process_contact .btn_link_list {
    margin: 0;
}
.icon_mail {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_m.png);
}
.icon_plus {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_p.png);
}
.icon_estimate {
    background-image: url(http://pic02.eapple.com.tw/xiangjudesign/icon_link_h.png);
}

@media (min-width: 568px){
    .new_banner h5 {
        width: 100%;
    }
    .part_b {
        padding-bottom: 50vh;
    }
    .part_c .all_service ul:before {
        border-right: #9E9F9F 1px dashed;
    }
    .part_c .all_service li li {
        width: 46%;
    }
    .btn_link_list li {
        width: 280px;
        margin: 15px;
    }
    .btn_link_list li a {
        padding: 15px;
        padding-left: 20px;
        background-position: 5% center;
    }
    .part_f .process_contact .btn_link_list li {
        margin: 8px;
    }
    .part_e .process_list li {
        width: 48%;
    }

    @media (min-width: 768px){
        .new_center {
            letter-spacing: 2px;
            font-size: 17px;
            line-height: 28px;
        }
        .new_banner {
            height: 520px;
        }
        .new_banner h5 {
            top: 40%;
        }

        .part_a__a, .part_a__b,.part_a__c {
            padding: 50px 0;
        }
        .part_a__a .case-txt-img {
            width: 55%;
            margin: 0 auto;
        }
        .part_a__a .case-txt-txt {
            width: 45%;
            padding-left: 4%;
            padding-top: 0;
        }
        .part_a__b .focus_list li .imgbox{
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .part_a__b .focus_list li:hover .imgbox img {
            transition: 2s;
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
        }
        .part_a__c .work_list li {
            width: 48.2%;
            float: left;
            max-width: initial;
        }
        .part_a__c .work_list li:first-child {
            width: 51.8%;
            padding-right: 0.35%;
        }
        .contact_list:before, .contact_list:after {
            width: 28%;
        }
        .btn_contact {
            background-color: #DBDCDC;
        }
        .btn_contact:hover {
            background-color: #096BBD;
        }
        .btn_contact:before,
        .btn_contact:after {
            transition: .3s ease;
        }
        .btn_contact:before {
            content: '';
            width: 56px;
            height: 56px;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -2;
            transform: translate(-50%,-50%);
            background-color: #DBDCDC;
        }
        .btn_contact:hover:before {
            width: 56px;
            height: 0px;
        }
        .part_c .all_service li { 
            width: 46%;
        }
        .part_c .all_service:before {
            border-right: #9E9F9F 1px solid;
        }
        .part_c .all_service:after {
            position: absolute;
            content: '';
            display: block;  
            width: 9px;
            height: 9px;
            background-color: #9E9F9F;
            transform: rotate(45deg) translate(-100%,-50%);
            left: 50%;
            top: 50%;
        }
        .part_c .all_service li {
            margin: 0 auto;
        }
        .part_c .service_box .txt {
            padding: 3% 0;
        }
        .part_c .all_service li li .service_order {
            background-size: 45px;
            padding-left: 45px;
            padding-top: 20px;
            height: 50px;
        }
        .part_e .process_list li .process_box {
            padding: 10%;
        }
        .part_f .process_contact .half_w {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
            margin: 0 -2px;
        }

        .btn_link_list li a:after {
            background: #fff;
            content: "";
            height: 155px;
            left: -75px;
            opacity: .2;
            position: absolute;
            top: -50px;
            -webkit-transform: rotate(35deg);
                  transform: rotate(35deg);
            -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            width: 50px;
            z-index: 30;
        }
        .btn_link_list li a:hover:after {
            left: 120%;
            -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        }

        @media (min-width: 940px){
            .part_b {
                background-size: auto;
                padding-bottom: 70vh;
            }
            .part_b .fb_pg, .part_b .map {
                float: right;  
                padding: 0 2%;
            }
            .part_b .fb_pg {
                width: 35%;
            }
            .part_b .map {
                width: 65%;
            }
            .part_e .process_list li {
                width: 32%;
            }

            @media (min-width: 1200px){
                .part_c .all_service li li .service_order {
                    background-size: auto;
                    padding-left: 80px;
                    height: 58px;
                    padding-top: 30px;
                }
                .part_f .process_contact {
                    background-size: auto;
                }
            }/* 1200 */
        }/* 940 */
    }/* 768 */ 
}/* 568 */