@charset "utf-8";
/* ************工聚室內裝修工程************************ */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/*隱藏頁頭上方圖示*/

.tp_links a.me_tp_call:before {
    display: none;
}

.tp_links a.me_tp_mail:before {
    display: none;
}


.tp_links a.me_tp_line:before{background-image:url(../images/ig.svg);}

/*header頁頭滿版*/
.pageIndex .header_area {
    position: absolute;
    width: 100%;}
    
@media screen and (max-width: 768px) {
.pageIndex .header_area {
    position: relative;}
}

.main_header_area {
    background: #957b5fcf;
}

.nav-menu {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    padding: 0 10px 0 220px;
    text-align: right;
}

.nav-menu > li > a {
    color: #ffffff;
    text-transform: uppercase;
}

.nav-menu>li>a {
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
}

/*選單跟LOGO的左右位置*/
.main_header_area .container {
    max-width: 90%;
}


/*選單滑鼠滑過顏色*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #eee;
}

/*下拉選單顏色*/
.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 16px;
    background: #e5e2d85e;
}


/*下拉選單顏色(滑到)*/
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    color: #eee;
	background-color:#957b5fcf;
}



/*下拉箭頭隱藏*/
.submenu-indicator-chevron {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    display: none;
}


/*下拉選單隱藏*/

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    display: none;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    background: rgb(255 255 255 / 0%);
    display: none;
}

.nav-menu>li>.nav-dropdown {
    border: solid 1px rgb(255 255 255 / 0%);
}

/*footer*/
#page{padding-bottom: 54px;}
.pageIndex #page{padding: 0;}
#bottom_menu{z-index: 99999;}
.footer{background-color: #000;padding: 70px 20px;position: relative;}
#to_top{z-index: 99999;}
footer .center{max-width: 1440px; margin: 0; width: calc(100% - 100px);}
.footer_info{display: flex; justify-content: space-between; align-items: center; align-content: center; flex-wrap: wrap; padding: 0;}
.footer_info li p {line-height: 175%; letter-spacing: 1px; color: #fff;}
.footer_menu a:hover {background: #957b5f; color: #fff;}




/* .footer_menu a {display: inline-block; padding: 5px 7px; border: 1px #fff0 solid; margin: 0 4px 4px 0; font-size: 14px; line-height: 100%; color: #fff; background: rgb(255 255 255 / 0%);} */

.footer_info ul{width: calc(100% - 240px); max-width: 1100px; display: block;}

/*1021增*/
.footer_info li:first-child {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin: 0px 0px 0 245px;
}

.footer_info li:first-child p{display: flex; flex-wrap: wrap; align-items: center; align-content: center; font-size: 14px; font-weight: 300; font-family: "微軟正黑體"; max-width: 33.333%;}
.footer_info li:first-child p::before{flex-basis: 24px;}
.footer_info li:first-child p span{flex:1;}
.footer_info li p.phone{order: 2;}
.footer_info li p.phone:before{content: ''; width: 24px; height: 24px; background: url(https://pic03.eapple.com.tw/gongjiudesign/gj_f_icon02.png) center no-repeat;}
.footer_info li p.phone:before{}
.footer_info li p.mail{order: 3;}
.footer_info li p.mail:before{content: ''; width: 24px; height: 24px; background: url(https://pic03.eapple.com.tw/gongjiudesign/gj_f_icon03.png) center no-repeat;}
.footer_info li p.add{order: 1;}
.footer_info li p.add:before{content: ''; width: 24px; height: 24px; background: url(https://pic03.eapple.com.tw/gongjiudesign/gj_f_icon01.png) center no-repeat;}

.footer_info li:nth-child(2) {
    width: 100%;
    margin: 15px;
}
.footer_info li:nth-child(2){display: none;}




/*首頁尷尬的空白處*/
.edit {
    width: 100%;
    padding: 0px 0;
    margin-bottom: -4px;
}


/*相簿*/

.path {
    display: none;
}

.main_part {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}




/*相簿調整*/
.show-list .item {
    width: 50%;
    display: inline-block;
    padding: 15px 7px 0px 8px;
    margin: 0;
}

.show_content {
    width: 100%;
    margin: auto;
    padding: 0px;
}

.album_page .clearfix {
    display: flex;
    zoom: 1;
    flex-wrap: wrap;
    width: 100%;
}

/*相簿展示大小*/
.show-list .show_pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.01);
    margin: 0;
}

/*相簿名稱*/
.show-list .show_name {
    font-size: 22px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 48.5%;
    left: 50%;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*滑過*/
.show-list .item:hover .show_name {
    color: #ffffff;
    background: rgb(0 0 0 / 45%);
}

/*內頁*/
.pic-list .show_pic img {
    max-width: 50%;
    display: inline-block;
    width: 100%;
}

.pic-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px;
    margin: 1px 0%;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    padding-bottom: 0%;
    padding-top: 2%;
}

.pic-list .item h6 {
    font-size: 16px;
    color: #666;
    padding: 0;
}

/*其他相簿隱藏*/
.other_album {
    position: relative;
}


/*相簿的尾巴間距*/
#page {
    padding-bottom: 25px;
}

/*連絡我們*/

.contact_content {
    width: 70%;
    margin: auto;
    padding: 50px 0;
}

/*地圖*/
.list_before.info li:last-child {
    padding-left: 0;
}

/*哀鳳連結不變色*/
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a { color: #fff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { display: block;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    display: none;
}
.banner.banA {}
.banner.banB {}
.banner.banC {
	display: none;
}
.banner.banD {}
.banner.banE {
    display: none;
}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1800px) {
.footer_info li:first-child {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin: 0 0px 0 100px;
}
}

@media screen and (max-width: 1600px) {
.footer_info li:first-child {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin: 0 0px 0 25px;
}
}

@media screen and (max-width: 1500px) {
.footer_info ul {
    width: calc(100% - 330px);
    max-width: 860px;
    display: block;
}
}

@media screen and (max-width: 1200px) {
.swiper-slide img { display: block;  margin: 0 auto;}
.footer_logo a h4{display: none;}
footer .center{width: calc(100% - 50px);}
.footer_info li:first-child p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 14px;
    font-weight: 300;
    font-family: "微軟正黑體";
    max-width: 34.333%;
}
}

@media screen and (max-width: 1100px) {
.footer_logo a{width: auto;}
.footer_info ul{width: calc(100% - 100px);}
footer .center{width: 100%;}
}
@media screen and (max-width: 990px) {
#page{padding: 0;}
.footer{position: relative; padding: 40px 20px 20px 20px;overflow: hidden;}
footer .center{max-width: 500px; margin: 0 auto; width: 100%;}
.footer_info li:first-child{flex-direction: column; align-items: flex-start; align-content: flex-start;}
.footer_info li:first-child p{max-width: 100%; text-align: center; justify-content: center;}
.footer_info li:first-child p span{flex: unset;}
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

/*左右選單*/
.swiper-button-next, .swiper-button-prev {}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 90px; }
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;}

/*選單*/
.navigation-portrait .nav-menu {
    width: 100%;
    background-color: #000;
}

.nav-menu {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    padding: 0px 10px 0 10px;
    text-align: right;
}

.navigation-portrait .nav-menus-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    background-color: #000;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px rgb(0 0 0 / 0%);
}

/*漢堡*/
.nav-toggle:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 3px;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}

.nav-toggle:after {
    content: "MENU";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    top: 35px;
}

.nav-toggle {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 12px;
    right: 10px;
    display: none;
    cursor: pointer;
}


/*相簿大小*/
.show-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px 0px 0px;
    margin: 0;
}

/*相簿名稱*/
.show-list .show_name {
    font-size: 18px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 47%;
    left: 50%;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    letter-spacing: 1px;
}

/*內頁圖片大小*/
.pic-list .show_pic img {
    max-width: 80%;
    display: inline-block;
    width: 100%;
}

.pageIndex .footer.with_shopping_mode {
    display: none;
}

/*頁尾logo置中*/
.footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
}

/*最底下回首頁*/
.pageIndex #bottom_menu li a {
    line-height: 26px;
    display: block;
    font-size: 13px;
    padding: 9px 5px;
    display: none;
}

/*照片輪播三點點*/
.swiper-pagination {
    bottom: 15px;
    left: 20px;
    right: 20px;
    margin-left: 0px;
}

/*logo靠左*/
.nav-header {
    position: static;
    text-align: left;
}

/*大圖背景色*/
body.pageIndex {
    background: #957b5fcf;
}

.pageIndex .main_header_area {
    background: #957b5f1a;
}

/*頁首LOGO置中*/
.nav-brand img {
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: -4px;
}


}

@media screen and (max-width: 600px){




}

@media screen and (max-width: 450px) { 
footer .center {max-width: 300px;}
.footer_info ul {width: 100%; margin-top: 20px;}
.copy{position: unset; text-align: right; display: block; width: calc(100% - 20px); margin: 0 auto;}

/*logo靠左*/
.nav-header {
    position: static;
    text-align: left;
}

.main_header_area .container {
    max-width: 95%;
}

/*聯絡我們與上方的間隙*/
.contact_content {
    width: 70%;
    margin: auto;
    padding: 20px 0;
}


#content_main {
    background-color: #957b5fcf;
}
}




