@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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#53a0fc ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex {
    position:relative;
    height:auto;
}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 0;}
.header_area .main_header_area {
    width: 100%;
    background: none;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
}
.services_page .header_area .main_header_area{
    background: #fff;
}
.other_page .header_area .main_header_area{
    background: #fff;
}
.album_page .header_area .main_header_area{
    background: #fff;
}
.blog_page .header_area .main_header_area{
    background: #fff;
}
.contact_page .header_area .main_header_area{
    background: #fff;
}
.album_info_page .header_area .main_header_area{
    background: #fff;
}

.header_area.sticky .main_header_area{
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.main_header_area .container {    max-width: 95%;}
.main_header_area .navigation{
    padding: 20px 0 10px 210px;
}

.main_header_area .me_tp_features{
    display: none;
}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #53a0fc;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #53a0fc;}
.nav-dropdown>li {    text-align: center;}
.stellarnav>ul>li{
    margin-right: 50px;
}
.stellarnav>ul>li:nth-child(7){
    margin-right: 0px;
}
.header_area.sticky .stellarnav > ul > li > a b:nth-child(2) {
    color: #53a0fc;
}
.header_area .stellarnav > ul > li > a {
    color: #fff;
}
.services_page .header_area .stellarnav > ul > li > a b:nth-child(2){
    color: #53a0fc;
}
.album_page .header_area .stellarnav > ul > li > a b:nth-child(2){
    color: #53a0fc;
}
.album_info_page .header_area .stellarnav > ul > li > a b:nth-child(2){
    color: #53a0fc;
}
.other_page .header_area .stellarnav > ul > li > a b:nth-child(2){
    color: #53a0fc;
}
.contact_page .header_area .stellarnav > ul > li > a b:nth-child(2){
    color: #53a0fc;
}
.blog_page .header_area .stellarnav > ul > li > a b:nth-child(2){
    color: #53a0fc;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #343a40;
}
.services_page .header_area .stellarnav > ul > li > a{
    color: #343a40;
}
.other_page .header_area .stellarnav > ul > li > a{
    color: #343a40;
}
.album_page .header_area .stellarnav > ul > li > a{
    color: #343a40;
}
.blog_page .header_area .stellarnav > ul > li > a{
    color: #343a40;
}
.contact_page .header_area .stellarnav > ul > li > a{
    color: #343a40;
}
.album_info_page .header_area .stellarnav > ul > li > a{
    color: #343a40;
}
.stellarnav li.has-sub > a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #53a0fc;
}
@media screen and (max-width:1024px) {
    .main_header_area .navigation{
        padding: 20px 0 10px 0px;
    }
}

@media (max-width: 768px){
    .stellarnav.mobile > ul > li > a {
        color: #343a40;
    }
    .header_area .stellarnav > ul > li > a b:nth-child(2) {
        color: #53a0fc;
    }
    .stellarnav>ul>li{
        margin-right: 0px;
    }
}
/*下拉*/
.nav-dropdown{
    transition: all 0.3s;
}
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #53a0fc;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}

.header_area.sticky .stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #777;
    display: block;
    transform: scale(0.9);
}
.pageIndex .stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #fff;
    display: block;
    transform: scale(0.9);
}
.header_area.sticky .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #777;
    margin: 0 auto 4px;
}
.pageIndex .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #fff;
    margin: 0 auto 4px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {    margin-top: -14px;    max-width: 250px;}
.footer_logo img {    width: 290px;    margin-top:;}
.footer_logo a.footer_logo_text {    display: inline-block;    color: #ffffff;    font-size: 36px;    font-weight: 700;    line-height: 1.2;    text-decoration: none;}

@media screen and (max-width:1024px) {
    .nav-brand img {
        margin-top: -14px;
        max-width: 200px;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
    .nav-brand-m img {    max-width: 200px;    width: 100%;}
    .footer_logo a.footer_logo_text {    font-size: 28px;}
    .pageIndex .nav-brand{display: none;}
    .pageIndex .header_area.sticky .nav-brand{display: inline-block;}


}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer{
    background: #2C516F;
}
.footer{ border-top: none !important;padding: 50px 0 0;}
.footer_menu { border-bottom: none !important;}
.copy a{    color: #fff;}
.footer_menu a:hover {    background: #53a0fc;}
.footer_menu a {    transition: all 0.3s;}
.footer_info li:nth-child(1) p ,.footer_info li:nth-child(1) a{
    color: #fff;
}
.footer_info li:nth-child(1) .fax {
    display: none;
}
.footer_info li:nth-child(2) {
    display: none;
}
.footer_info .box_link{
    display: none;
}
.copy{
    background: none;
    border: 0px;
    color: #fff;
    margin-top: 40px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_info > ul {
    display: flex;
    justify-content: end;
}
.fix_ri a {
    transition: all 0.3s;
}
.fix_ri a img{
    transition: all 0.3s;
}
.fix_ri a:hover img{
    transform: scale(1.2);
}
.footer .double_key{
    display: block;
}
.footer_info .footer_logo a img {
    width: 100%;
    filter: contrast(0) brightness(100);
}

@media screen and (max-width:768px) {
    .footer .fix_ri {
        width: 50px;
        box-sizing: border-box;
        position: fixed;
        bottom: 60px;
        right: 20px;
        z-index: 99;
        text-align: center;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url("https://pic03.eapple.com.tw/guanneng/banner.jpg");
    padding: 100px 0;
}
.services_page .banner h5,.album_page .banner h5,.contact_page .banner h5,.album_info_page .banner h5,.other_page .banner h5,.blog_page .banner h5{
    color: #fff;
    letter-spacing: 18px;
    font-size: 48px;
}
.services_page .banner h5::after {
    content: "SERVICE";
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 18px;
    line-height: 38px;
}
.other_page .banner h5::after {
    content: "PROCESS";
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 18px;
    line-height: 38px;
}
.album_page .banner h5::after {
    content: "CASE";
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 18px;
    line-height: 38px;
}
.contact_page .banner h5::after {
    content: "CONTACT";
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 18px;
    line-height: 38px;
}
.album_info_page .banner h5::after{
    content: "CASE";
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 18px;
    line-height: 38px;
}
.blog_page .banner h5::after{
    content: "NEWS";
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 18px;
    line-height: 38px;
}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width:768px) {
    .banner {
        padding: 150px 0px 50px 0px;
    }
    .services_page .banner h5, .album_page .banner h5, .contact_page .banner h5, .album_info_page .banner h5, .other_page .banner h5, .blog_page .banner h5 {
        font-size: 24px;
    }
    .services_page .banner h5::after,.other_page .banner h5::after,.album_page .banner h5::after,.album_info_page .banner h5::after,.blog_page .banner h5::after,.contact_page .banner h5::after {
        font-size: 12px;
    }
    
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #53a0fc !important;    color: #53a0fc;}
.products-list a:hover .more {    background: #53a0fc;    border-color: #53a0fc;	color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: #53a0fc;    border: 1px solid #53a0fc;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #53a0fc;    color: #fff;}
.product-layer-two li.active > a {background: #53a0fc;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #53a0fc;}
.nextaction {    background-color: #53a0fc;}
.lastaction {    color: #fff;    background-color: #53a0fc;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #53a0fc;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #53a0fc !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}



/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: calc(100% / 3);    padding: 5px;}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #53a0fc;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #53a0fc;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .item a::before{
    width: 0%;
    height: 1px;
}
.pic-list .item a:hover{
    width: 100%;
}
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #53a0fc;}
.promotion_title {    border-bottom: 1px solid #53a0fc;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100%);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}




