@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:#D3AE22 ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
.main_header_area .container {    max-width: 90%;}
.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: #D3AE22;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #D3AE22;}
.nav-dropdown>li {    text-align: center;}
.main_header_area {
    background: #11171C;
    background-image: url(https://pic03.eapple.com.tw/ddgai/header-13.jpg);
    box-shadow: 2px 2px 2px #000;
}
.tp_links {
    display: none;
}
.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 50px 0 50px 210px;
    transition: all 0.3s;
}
.header_area.sticky .navigation {
    width: 100%;
    position: relative;
    padding: 30px 0 30px 210px;
    transition: all 0.3s;

}

.stellarnav > ul > li > a {
    padding: 0;
    color: #E0B823;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    margin: 0px 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.stellarnav > ul > li::after {
    content: "";
    display: inline-block;
    height: 40px;
    width: 1px;
    background: #E0B823;
}
.stellarnav > ul > li:nth-last-child(1):after {
    content: "";
    display: none;
    height: 6px;
    width: 1px;
    background: #E0B823;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #E0B823;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}




@media screen and (max-width: 1024px) {
    .navigation {
        padding: 0;
    }
    .stellarnav ul {
        text-align: center;
        padding: 10px 0 10px 0;
    }
}













/*下拉*/
.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: #D3AE22;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}


.stellarnav li li {
    display: block;
    border: 1px #D3AE22 solid;
    margin-bottom: -1px;
}
.stellarnav li a {
    padding: 10px 10px;
    display: block;
    color: #D3AE22;
    text-align: center;
    transition: all 0.3s
}
.stellarnav li ul li a {
    padding: 10px 10px;
    display: block;
    color: #D3AE22;
    background-color: #11171C;
    text-align: center;
    transition: all 0.3s
}
.stellarnav li ul li a:hover {
    color: #fff;
    background: #D3AE22;
    transition: all 0.3s;
}
.me_tp_features {
    display: none;
}

  


@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #D3AE22;
    }
    .stellarnav .menu-toggle:after {
        color: #D3AE22;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        background: #11171C;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #D3AE22;
    }
    .stellarnav.mobile > ul > li > a {
        padding: 20px 0;
    }
    .stellarnav > ul > li::after {
        display: none;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #D3AE22;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #D3AE22;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #D3AE22;
        color: #fff;
    }
    .stellarnav.mobile li a {
        border-bottom: 0px solid rgba(255, 255, 255, .15);
    }
    .stellarnav.mobile li.open {
        background: #11171cd8;
        padding: 3px;
    }
    .stellarnav.mobile ul {
        background: #11171cd8;
    }
    .stellarnav li li {
        display: block;
        border: 0px #D3AE22 solid;
        margin-bottom: -1px;
        margin-left: 15%;
    }
    .stellarnav li ul li a {
        text-align: left
    }
    .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: 1px #D3AE22 solid;
    }
    .stellarnav ul {
        text-align: center;
        padding: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.header_area .nav-header {
    position: absolute;
    z-index: 123;
    top: 36px;
    left: 0;
    transition: all 0.3s;
}
.header_area.sticky .nav-header {
    position: absolute;
    z-index: 123;
    top: 30px;
    left: 0;
    transition: all 0.3s;
}
.header_area .nav-brand {
    display: inline-block;
    width: 250px;
    transition: all 0.3s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 160px;
    transition: all 0.3s;
}
.nav-brand img {
    margin-top: ;
    max-width: 100%;
}
.nav-brand {
    display: inline-block;
    width: 120px;
}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin: 5% 10px;
}
.footer_logo img {    width: 100%;    margin-top:;}

@media screen and (max-width: 1024px) {
    .header_area .nav-header {
        position: static;
        text-align: center;
    }
    .header_area.sticky .nav-header {
        position: static;
        text-align: center;
    }
    .header_area .nav-brand {
        display: inline-block;
        width: 180px;
        transition: all 0.3s;
        margin-top: 25px;
    }
    .header_area.sticky .nav-brand {
        display: inline-block;
        width: 120px;
        transition: all 0.3s;
    }
    .header_area .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        transition: all 0.3s;
    }
    .header_area.sticky .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        transition: all 0.3s;
    }
}



@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%;}
.header_area .nav-brand {
    display: inline-block;
    width: 170px;
    margin-top: 14px;
    transition: all 0.3s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 120px;
    transition: all 0.3s;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background-color: #020507;
}
.footer .box_link {
    display: none;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 5%;
    margin-left: 10%;
}
.footer_info li p {
    color: #fff;
}
.footer_info li p a{
    color: #fff;
}
.footer_info li:nth-child(2) {
    display: none;
}
.footer_menu { border-bottom: none !important;}
.copy {    
    background: transparent;    
    color: #fff;
    border: 0;
}
.copy a{    color: #fff;}
.footer_menu a:hover {    background: #D3AE22;}
.footer_menu a {    transition: all 0.3s;}

.footer .fix_ri {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99;
    text-align: center;
}


.sbsi7l-0,.evMtho{
    display: none !important;
}



@media screen and (max-width: 768px) {
    .footer_info ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 5%;
        margin-left: 0;
    }
    .footer .fix_ri {
        width: 50px;
        box-sizing: border-box;
        position: fixed;
        bottom: 70px;
        right: 10px;
        z-index: 99;
        text-align: center;
    }
    
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url("https://pic03.eapple.com.tw/ddgai/banner-04.jpg ");
    padding: 200px 0;
}
.banner h5 {
    color: #fff;
    text-align: right;
    margin-right: 10%;
    letter-spacing: 12px;
}
.banner.banA {}

.services_page .banner.banB h5::after{
    content: "｜ SERCIVE";
    display: inline-block;
}
.other_page .banner.banB h5::after{
    content: "｜ PROCESS";
    display: inline-block;
}

.banner.banC h5::after{
    content: "｜ CONTACT";
    display: inline-block;
}
.banner.banD {}
.banner.banE {}
.banner.banblog h5::after{
    content: "｜ CASE";
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .banner {
        background-image: url(https://pic03.eapple.com.tw/ddgai/banner-04.jpg);
        padding: 150px 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #11171C;
    }
    
}

@media  screen and (max-width: 768px) {
    .banner {
        padding: 100px 0;
    }
    
}

@media screen and (max-width: 480px) {
    .banner {
        padding: 40px
    }
    .banner h5 {
        color: #fff;
        text-align: right;
        letter-spacing: 5px;
        font-size: 20px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #D3AE22 !important;    color: #D3AE22;}
.products-list a:hover .more {    background: #D3AE22;    border-color: #D3AE22;	color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: #D3AE22;    border: 1px solid #D3AE22;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #D3AE22;    color: #fff;}
.product-layer-two li.active > a {background: #D3AE22;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #D3AE22;}
.nextaction {    background-color: #D3AE22;}
.lastaction {    color: #fff;    background-color: #D3AE22;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



#content {
    width: 100%;
    min-height: 80vh;
    background: #11171C;
}


.blank_letter {
    color: #D3AE22;
}
.list_before {
    color: #fff;
}
.blank_letter {
    color: #D3AE22;
}
.contact_form li {
    color: #fff;
}
.contact_form li input.noborder {
    border: 1px #D3AE22 solid;
}
.contact_le_map a {
    background: #D3AE22;
}
.contact_form li.last cite {
    background: #D3AE22;
    color: #fff;
}

.contact_content .information_right {
    display: none;
}

.information_left::before {
    content: "Line聯繫";
    display: inline-block;
    position: absolute;
    top: 0;
    transform: translate(360%, 110%);
    font-family: 'Josefin Sans','sans-serif','微軟正黑體';
    padding-top: 0px;
    font-size: 26px;
    color: #D3AE22;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-weight: bold;
}
.information_left::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    background-image: url(https://pic03.eapple.com.tw/ddgai/line-10.png);
    transform: translate(260%, -15px);
    background-repeat: no-repeat;
    background-size: cover;
}



@media screen and (max-width: 768px) {
    .main_part {
        padding: 30px 25px 440px 25px;
    }
    .information_left::before {
        top: 100%;
        bottom: 0;
        transform: translate(0%, 90px);
    }
    .information_left::after {
        content: "";
        display: inline-block;
        width: 200px;
        height: 200px;
        position: absolute;
        bottom: 0;
        background-image: url(https://pic03.eapple.com.tw/ddgai/line-10.png);
        transform: translate(0%, 365px);
        background-repeat: no-repeat;
        background-size: cover;
    }
}











/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #D3AE22;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #D3AE22 !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;}

h5.blog_le_t {
    color: #D3AE22;
}
h4.blog_category_title {
    color: #D3AE22;
}
.blog_list_ri h5 {
    color: #D3AE22;
}
.blog_le .accordion > li .link a{
    color: #D3AE22 !important;
}
.blog_list_ri em {
    color: #fff;
}

.blog_box_edit p {
    color: #fff;
}
.subbox_item a:after {
    background: #d3ae2287;
}
.subbox_item a:before {
    color: #fff;
}
.blog_box_edit * {
    line-height: 150%;
    color: #fff;
}
/*文章分享變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: #D3AE22;}
.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: #D3AE22;}
.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 .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 #D3AE22;}
.promotion_title {    border-bottom: 1px solid #D3AE22;}



@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% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center;display: block; }

}

@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;}
*/

}




