@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}
*/
li.tp_links { display: none;}

.main_header_area .container {
    max-width: 1600px;
    padding: 0 20px;
    margin: auto;
}

/*電腦LOGO
.nav-brand {}
*/
.nav-brand {    max-width: 280px;}
.nav-header {
    max-width: unset;
    z-index: 12;
    top: 12px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
    background-color: #444;
    color: #fff;
  }
  ::selection{
    background-color: #444;
    color: #fff;
  }  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex .main_part { border-top: none;}
.contact_page #content, .album_page #content, .album_info_page #content, .services_page #content  {
    background-repeat: no-repeat;
    /* background-color: #000000;
    background-position: center bottom;
    background: url(https://pic03.eapple.com.tw/highline/bg.jpg) center bottom; */
}
#content ,#content_main {
    background-color: #181818;
}
.path { display: none;}
.tp_links {
    display: none;
}
.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
}

.shop_search_btn {
    background: #FF4000;
    color: #fff;
}

.me_tp_features {
    padding-right: 10px;
}
.box_search {
    margin-bottom: 0;
}
.stellarnav > ul > li > a {
    padding: 0 5px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.stellarnav.mobile ul {
    background: #292929;}
    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav li li {
        background: #181818;
    }

    .stellarnav li li:hover a {
        background: #0c0c0c;
        color: #fff;
    } 
.stellarnav li li.has-sub > a:after {
    opacity: 0;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 16px 10px;}
    .stellarnav > ul > li { padding:12px 0 7px;}
    .navigation{    grid-template-columns: 300px 1fr;padding: 10px 0;}

    body.pageIndex .header_area:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 15vw;
        background: linear-gradient(180deg, #000000 0%, #00000000 100%);
        mix-blend-mode: color-burn;
        transition: all 0.3s ease-in-out;
        opacity: 0.33;
    }
    
    body.pageIndex header.header_area.sticky:before {
        height: 0;
        transition: all 0.3s ease-in-out;
    
    }

    .stellarnav > ul > li::after {
        content: "";
        position: absolute;
        bottom: 16px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #aaaaa9;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    .stellarnav > ul > li:hover::after { width: 80%; background: #FF4000; transition: all 0.3s;}

/*首頁+聯絡按鈕*/
.animated-arrow {  background: #ada17e00;  border: 1px solid;}
.animated-arrow:hover {
    background: #937c5d;
    border: 1px solid #937c5d;
}
/* .swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);} */
.header_area{padding: 0;}
.pageIndex .header_area {position: fixed;width: 100%;background: transparent;}
.pageIndex .main_header_area {
  -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / 12%);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 12%);
  background: transparent;
  transition: 0.8s ease-in-out;
}
.pageIndex .header_area.sticky .main_header_area {background: #000;transition: 0.8s ease-in-out;box-shadow: 0 0 0 1px rgb(0 0 0 / 12%);}

.main_header_area {  background: #000;}
.nav-menu { margin: 0;}
.nav-menu > li > a {
    padding: 30px 20px;
    color: #ffffff;
    position: relative;
    letter-spacing: 0.15em;
    font-size: 16px;
}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {  color: #FF4000;}

.nav-menu > li > a:not(.tp_links a):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    width: 1px;
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF4000), color-stop(0, #FF4000)) 50% 0/1px 200% no-repeat;
    background: -webkit-linear-gradient(top, #fff 50%, #FF4000 0) 50% 0/1px 200% no-repeat;
    background: -o-linear-gradient(top, #fff 50%, #FF4000 0) 50% 0/1px 200% no-repeat;
    background: linear-gradient(to bottom, #fff 50%, #FF4000 0) 50% 0/1px 200% no-repeat;
    border-top: 0 solid #fff;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.nav-menu > li:not(.tp_links)> a:hover:before {
    height: 90px;
    background-position-y: -44px;
    -webkit-transition: height .5s ease-out, background-position .3s ease-out .7s;
    -o-transition: height .5s ease-out, background-position .3s ease-out .7s;
    transition: height .4s ease-out, background-position .2s ease-out .4s;
}

.nav-menu > li:not(.tp_links)> a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    width: 1px;
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF4000), color-stop(0, #FF4000)) 50% 0/1px 200% no-repeat;
    background: -webkit-linear-gradient(top, #FF4000 50%, #fff 0) 50% 0/1px 200% no-repeat;
    background: -o-linear-gradient(top, #FF4000 50%, #fff 0) 50% 0/1px 200% no-repeat;
    background: linear-gradient(to bottom, #FF4000 50%, #fff 0) 50% 0/1px 200% no-repeat; border-top: 0 solid #fff;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.nav-menu > li:not(.tp_links)> a:hover:after {
    height: 81px;
    background-position-y: -44px;
    -webkit-transition: height .5s ease-out, background-position .3s ease-out .7s;
    -o-transition: height .5s ease-out, background-position .3s ease-out .7s;
    transition: height .4s ease-out, background-position .2s ease-out .4s;
}
/*首頁商品*/
.prod_part {
    max-width: 100%;
    /* margin: auto; */
    padding: 50px 10%;
    background: #000000;
    /* text-align: center; */
}

/*下拉*/
.nav-menu>li>.nav-dropdown {  border: none;}
.nav-dropdown {background: #f0f0f000;}
.nav-dropdown > li > a { background-color: #FF4000;  color: #fff;transition: .5s;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {  background: #ffffff;}


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/highline/ban.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.banner:after {
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    content: "";
    -webkit-animation: color-change-3x 4s linear infinite alternate both;
    animation: color-change-3x 4s linear infinite alternate both;
    mask-image: linear-gradient(transparent, #0000003f 100%);
    /* -webkit-mask-image: linear-gradient(to top right, #00000080 0%, #35008957 70%, #FF4000cc 100%); */
}
@-webkit-keyframes color-change-3x {
    0% {
      background: #000000c5;
    }
    50% {
      background: #0303036b;
    }
    100% {
      background: #e5000f1f;
    }
  }
  @keyframes color-change-3x {
    0% {
      background: #000000c5;
    }
    50% {
      background: #0303036b;
    }
    100% {
      background: #e5000f1f;
    }
  }

  @media screen and (max-width: 1024px) {
    .nav-header {
        max-width: 200px;
        position: relative;
        top: 0px;
    }
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

  .banner h5 {
    color: #fff;
    z-index: 5;
    position: relative;
    letter-spacing: 10px;
    text-shadow: 1px 0px 4px #000000b5;
    font-size: 28px;
    line-height: 0;
}
.banner h5:before {
    content: "";
    display: block;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 60px;
    line-height: 100%;
    background: -moz-linear-gradient(107deg, #FF4000, #000000);
    background: -webkit-linear-gradient(180deg, #FF4000, #000000);
    background: linear-gradient(179deg, #FF4000, #000000cc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* .services_page .banner h5:before { content: "service";}
.contact_page .banner h5:before { content: "contact us";}
.album_page .banner h5:before { content: "Projects";}
.banblog h5:before { content: "blog";}
.album_info_page .banner h5:before { content: "Projects";} */

/*footer*/
.footer {  padding-top: 50px;  background: #050505;}
.footer_info li p, .footer_info li p > a {   color: #ffffff;  font-weight: 200;}
/* .footer_menu a:hover {
  background: #c1c1c157;
}
.footer_menu a {
  background: transparent;
  border: 1px #c1c1c157 solid;
  transition: all .5s; 
}*/

.footer_logo img {
    width: 250px;
}
.footer_info {
    padding: 0 20px 50px 20px;
}
.box_link a {
    display: block;
    border: 1px #3f3f3f solid;
    border-radius: 5px;
    padding: 2px;
    font-size: 24px;
    text-align: center;
    margin: 0 3px 3px 0;
}
.copy{border-top: 1px #FF4000 solid;}
@media screen and (max-width: 768px) {
    .me_tp_features {
        padding-right: 0;
    }
    .box_link {
        /* display: flex; */
        width: 100%;
        position: static;
        padding-top: 10px;
    }
    .box_link a {
        display: block;
        width: 12%;
        border: 1px #3f3f3f solid;
        border-radius: 5px;
        padding: 2px;
        font-size: 24px;
        text-align: center;
        margin: 0 3px 3px 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{
    font-size: 28px;
    color: #f4f4f4;
    font-weight: 500;
}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    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%);}
    .blog_list_le:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.blog_list_ri h5, .blog_list_ri p {color: #f0f0f0;}
.blog_list_ri em {
    color: #c6c6c6;}
h5.blog_le_t span {
    display: block;
    color: #FF4000;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
}
.blog_le .accordion {border: 1px #4b4b4b solid;}
.accordion li .link a {
    color: #fff;
    border-bottom: 1px solid #333;
}
.blog_page #content, .blog_in_page #content {
    background: #111;}

h5.blog_le_t em {
    font-size: 30px;
    color: #f1f1f1;}
.blog_search input[type=search] {
    color: #fff !important;
    border: solid 1px #FF4000;
    background: #111;
}    
.accordion li .link {border-bottom: 1px solid #444;}
.submenu {background: #333;}
.submenu a {color: #e1e1e1;}
.subbox_item a:after {
    background: rgb(0 0 0 / 60%);
    border: 1px #111 solid;
}
.subbox_item a:before {color: #FF4000;}
.submenu li {border-bottom: 1px solid #4f4f4f;}
.blog_box_edit {
    color: #fff;
}
h4.blog_category_title {border-bottom: 1px #FF4000 solid;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #373737 !important;}
.submenu a:hover {    background: #FF4000;}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back{width: 100%;}
.blog_back a.article_btn_back{background: #1f1f1f;}

.blog_back a.article_btn_next,
.blog_back a.article_btn_back,
.blog_back a.article_btn_prev,
.lastPage
{ transition:all 0.3s;}

.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_prev:hover,
.lastPage:hover
{  background: #FF4000; letter-spacing: 2px;}

.news_related {
    background: #f3f3f305;}
    .news_related_list li a{background: #ffffff2b;}
    .news_related_list li a p {color: #ddd;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #b1b1b1;}
.contact_form li.last cite {background: #b1b1b1;}
.contact_le_map {
    display: inline-block;
    max-width: 250px;
    width: 100%;
}
.list_before.info li {
    padding-left: 32px;
    border-right: 1px solid #FF4000;
    padding-right: 11px;
    color: #fff;
}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    margin-right: 8px;
}

.contact_content{padding: 20px 4%;}
.contact_content .information_left {
    width: 100%;display: none;
}
.list_before {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
.information_left .blank_letter::after {
    content: "INFORMATION";
    color: #FF4000;
    font-size: 16px;
    /* font-family: "Lexend", sans-serif; */
    display: block;
}
.contact_content .information_right .blank_letter::after {
    content: "FORM";
    color: #FF4000;
    font-size: 16px;
    /* font-family: "Lexend", sans-serif; */
    display: block;
}
.blank_letter {
    font-size: 32px;
    color: #ebebeb;
}
.contact_form li .form__label {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 17px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
    grid-template-columns: repeat(auto-fill, minmax(13px, 13px) minmax(130px, 1fr));
}
.contact_form li {padding-left: 0;    grid-template-columns: 1fr;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_form {color: #fff;    grid-gap: 30px;}
.contact_page #content {
    background: #141414;}
.list_before.info li:last-child {
    border: none;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: none;
    border-bottom: 1px #636363 solid;
    background: transparent;
    color: #fff;    
}
.contact_form li.last blockquote {border: 1px #343434 solid; color: #fff;}
.contact_form li.last cite {
    background: #111111;
    border: 1px solid #FF4000;
    color: #FF4000;
}
.list_before.info li a {color: #fff;}

@media screen and (max-width: 1024px) {
.contact_page .main_part{padding: 0 20px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.album_page .main_part, .album_info_page .main_part {  padding: 60px 0;}
.album_page .show_content, .album_info_page .show_content {  padding: 60px 0;}
.show-list .item {
  background: transparent;
  position: relative;
  width: calc((100% - 18px)/3);
  overflow: hidden;
  padding: 0;
  margin: 3px auto;
}

.show-list .show_name {  color: #fff;  text-align: center;}
.show-list .item:hover .overlay {  left: 130%;  opacity: 1;  z-index: 3;}
.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
  -webkit-transform: skewX( -50deg ) translateX(-50%);
  -ms-transform: skewX(-50deg) translateX(-50%);
  transform: skewX( -50deg ) translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
}

.show-list .show_name {  position: relative;height: 30px;}
.show-list .item:hover .show_name {  color: #FF4000;}
.show-list .item:hover .show_name:after {  width: 100%;}
.show-list .show_name:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transition: all .3s ease;
  background: #FF4000;
  bottom: 0;
  transform: translate(-50% , 0);
}

body.blog_page:before, body.blog_in_page:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/highline/bg.jpg) center no-repeat;
}
h4.blog_category_title,
h5.blog_le_t em,
.blog_list_ri h5,
.accordion li .link a,
h5.blog_le_t span,
.subbox_item a:before{
    color: white;
}
h4.blog_category_title {
    padding: 0;
    margin: 0 0 18px 0;
    font-weight: 300;
    font-size: 20px;
}
h5.blog_le_t span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-left: 8px;
}
h5.blog_le_t {letter-spacing: 0;}

.blog_search input[type=search] {border-radius: 0;}
.blog_le .accordion {border-radius: 0;border: none;}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #666;
    transition: all 0.2s ease;
}
.blog_le .accordion > li:hover,
.blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #FF4000 !important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li:hover .link i,
.blog_le .accordion > li.open:hover .link i,
.blog_le .accordion > li.on_this_category.open:hover .link a,
.blog_le .accordion > li.on_this_category:hover .link a,
.blog_le .accordion > li.on_this_category:hover .link i,
.blog_le .accordion li i,
.blog_le .accordion > li.open .link i,
.blog_le .accordion > li.on_this_category .link a,
.blog_le .accordion > li.on_this_category .link i {
    color: #fff !important;
}
.blog_le .accordion > li.open,
.blog_le .accordion > li.on_this_category {
    background: #444 !important;
}
.submenu {background: #191919;}
.submenu a {
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #333 0 solid;
    transition: all .15s;
}
.submenu a:before {font-weight: var(--fa-style, 900);}
.submenu a:hover {background: #333;border-left: #333 4px solid;}
.submenu a:before {left: 12px;}
.blog_ri {padding: 0 0 0 60px;}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.blog_subbox:before, .blog_subbox:after, .subbox_item a:before, .subbox_item a:after {content: none;}
.subbox_item {
    width: 100%;
    margin: 0;
    /* border: 3px solid #fff; */
    background: #222222;
}
.subbox_item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.blog_list_le {
    width: 290px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 10px;
    /* width: calc(100% - 305px);
    position: relative;
    align-content: center;
    justify-content: center; */
}
.blog_list_ri h5 {
    font-weight: 300;
    font-size: 18px;
}

.blog_list_ri p {display: none;}
.blog_back a.article_btn_back {background: #FF4000;}
.blog_in_page h4.blog_category_title {
    font-size: 24px;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.album_info_page .pic-list .item {
  background: transparent;
  position: relative;
  /* width: calc((100% - 36px)/3); */
  overflow: hidden;
  padding: 0;
  margin: 3px auto;
  margin-right: 9px;
}


.album_fixed_title {  background: transparent;  color: #fff;}
.other_album:before {  width: 80%;  left: 18%;}
.album_fixed_title embed {  display: none;}
.pic-list .item a{position: relative;}
.pic-list .item a:after, .pic-list .item a:before, .pic-list .show_pic:before, .pic-list .show_pic:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid #FF40005e;
  z-index: 5;
}
.pic-list .item a:before {  top: 0;  left: 0;  border-top-width: 1px;  border-left-width: 1px;}
.pic-list .item a:after {  bottom: 0;  left: 0;  border-bottom-width: 1px;  border-left-width: 1px;}
.show_pic:before {  top: 0;  right: 0;  border-top-width: 1px ;  border-right-width: 1px ;  color: #fff;}
.show_pic:after {  bottom: 0;  right: 0;  border-bottom-width: 1px !important;  border-right-width: 1px !important;}

.pic-list .item a:hover:after, 
.pic-list .item a:hover:before, 
.pic-list .item a:hover .show_pic:before,
.pic-list .item a:hover .show_pic:after {
  border-color: #FF4000;
  width: 100%;
  height: 100%;
  transition: all.8s;
}

.pic-list .item a:hover .show_pic img {  transform: scale(1.1);left: 0%;
    top: 0%;}
.pic-list .show_pic img {  transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);}

/*相本列表
.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; } 取消連結被點擊效果
*/

/*首頁商品顯示*/
.video-layer-two li a {
    background: #f3f3f312;
    border: 0;
    color: #ddd;
    transition: all 0.3s ease;
}
.video-layer-two li:hover a {
    background: #FF4000;
    color: #fff;
    letter-spacing: 2px;
}
.video-list .vidTitle{color: #ddd;}
.product_page .show_content,.product_info_page .show_content{
    gap: 40px;
    display: flex
;
    flex-wrap: wrap;
}
.products-list,.product-wrapper {
        padding: 3px 30px;
    width: calc(100% - 280px);}
	.product_menu_list {
    width: 200px;
}
/*產品介紹頁面*/

.sidebarBtn {
    border: 0px #ddd solid;
    background: rgba(0, 0, 0, .15); }
.sidebarBtn h2 {
    color: #fcb779; }
.product_info li span {
    color: #c6c6c6;
    margin-bottom: 3px; }



/*按鈕與字體*/

.contact_le_map a {
	display: block; 
    background: #454545; 
    color: #fff; }
.contact_form li.last cite { 
    background: #454545; 
	color: #dddddd; }
.contact_form li.last cite { 
    border: 1px #848484 solid; }
h5.blog_le_t { 
    font-size: 18px; 
	font-family: "微軟正黑體"; 
	letter-spacing: 1px; 
	color: #FF4000; 
	font-weight: bold; }
.blog_back a.article_btn_back { 
    background: #333333; }
.blog_back a { 
    color: #ddd; }
.blog_le .accordion > li.on_this_category { 
    background: #333 !important; }
.other_album_choice li { 
    background: #333333; }
.products-list .more { 
    border: 1px solid #848484; 
	color: #333333; 
	font-size: 15px; }
.products-list .item a:hover .more { 
    background: #333333; }
.i_prod_tit h2 {
    font-size: 30px; 
	font-family: Montserrat; 
	line-height: 45px; 
	line-height: 35px; }
.i_prod_tit span { 
    font-size: 18px; }
.products-list .more { 
    border: 1px solid #848484; 
	color: #dddddd; 
	font-size: 15px; 
	font-weight: normal; }
.products-list .item a:hover .more { 
    background: #333333; }
	
/* .stellarnav ul ul ul {
	overflow-y:scroll;
	height:30vh;
} */

/* 選單滾動 */
.stellarnav ul ul{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 32vh;
}

.stellarnav ul ul::-webkit-scrollbar {
  background: #0000000e;
  width: 7px;
}

.stellarnav ul ul::-webkit-scrollbar-button {
  display: none;
  background: #0000000e;
  border-radius: 0;
}

.stellarnav ul ul::-webkit-scrollbar-track-piece {
  background: #0000000e;
}

.stellarnav ul ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #FF4000;
}

.stellarnav ul ul::-webkit-scrollbar-track {
  box-shadow: transparent;
}
/*  */
.stellarnav.mobile li.open {
    background: #181818;
    padding: 0px;
}
.stellarnav.mobile li.open li.open {
    background: #0c0c0c;
    padding: 0px;
}
/*  */
.animated-arrow { 
    background: #333333; 
	color: #ddd; }
.products-list .name { 
    color: #ddd; }
.i_prod_tit { 
    display: none; }
.show-list .show_name { 
    color: #ddd; }
.path p, .path p a { 
    color: #ddd; }
h4.blog_category_title { 
    color: #ddd; }
.blog_list_ri h5 { 
    color: #ddd; }
.pic-list .item h6 { 
    color: #ddd; }
.list_before { 
    color: #ddd; 
	font-family: Montserrat; 
	letter-spacing: 1px; }
.contact_form { 
    color: #ddd; }
.contact_form li.last blockquote, .contact_form li.last cite { 
    border: 1px #dddddd solid; }
.contact_form li.last blockquote { 
    color: #ddd; }
.product_pic #bx-pager { 
    color: #dddddd; }
.block { 
    background: #ddd; }
ul.prod li h3.prod-thumb { 
    background: rgb(255 255 255 / 0%); 
	color: #FF4000; text-align: left; 
	padding: 0px; }
ul.prod li .prod-panel { 
    color: #ddd; }
.qaform { 
    color: #dddddd; }
.nextaction { 
    color: #ddd; 
	background-color: #454545; }
.lastaction { 
    color: #454545; 
	background-color: #ddd; }
.lastPage { 
    color: #ddd; 
	background: #454545; }
.inquiry_a1 { 
    background: #FF4000; }
.inquiry_a2 { 
    background: #8d8d8d; }
.inquiry_a1, .inquiry_a2, .inquiry_a3 { 
    color: #000; }
/* .blog_box_edit * { 
    color: #dddddd; } */
.album_fixed_title { 
    background: #fff0; 
	color: #FF4000 }
.page strong, .page a {
    min-width: 50px;
}
.page{width: 100%;}
.prod_related {
    background: #121212;
    padding: 25px 15px;
}
.shopping-cart .cart_content .row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.show_content a {
    color: #fff;
}

.formbox_form li .form__label {
    color: #fff;
}

.product-layer-two {
    text-align: center;
}

.product-layer-two li a {
    position: relative;
    border: 1px #ffffff1c solid;
    background: #3d3d3d36;
    padding: 10px 16px;
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.fa-circle-plus::before,.product-layer-two li.active li a {
    color: #fff;
}
.product-layer-two li.active li a {
    background: #3f3f3f;
}
.product-layer-two ul{    grid-gap: 1px;    background: #ff7a68;}

.product-layer-two li li:hover > a{background: #cc3b0a;}
.product-layer-two li.active li {display:block;}
.product-layer-two li ul {
    position: static;
    /* margin: 10px 0; */
    display: block !important;
    width: 100%;
}
.product-layer-two li:hover ul {
    border: none !important;
    display: block !important;
}
.product-layer-two li:hover a {
    background: #FF4000;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    background: #FF4000;
}

.products-list .item a {
    height: unset;
}
.total_amount li {
    margin: 10px 0;
    color: #fff;
}
.red {
    color: #FF4000 !important;
}
.form label.Bigcheck {
    float: none;
    display: inline-block;
    color: #858585;
    font-size: 15px;
    margin-left: 20px;
    top: 5px;
}
.order_list_tab td {
    font-size: 15px;
    color: #666;
    padding: 10px;
    border-top: 5px #fff solid;
    background: #fafafa;
    
}

.order_list_head p {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border-bottom: 2px #FF4000 solid;
    padding: 10px;
    margin: 20px;
}

.order_list_pro td {
    padding: 10px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.last_box_money p, .last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
.banner {  padding: 95px 0;}
.blog_list_le {width: 180px;}
.blog_list_ri {width: calc(100% - 195px);}
}

@media screen and (max-width: 768px) {
    .blog_ri {padding: 0;}
    #bottom_menu {
        display: none;
    }
    #bottom_menu a {
        background: #e86a22;
        color: #fff;
    }
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode { padding:30px 0 70px; }
    #to_top { bottom:60px;}
    
    /* 符合行動裝置調整-大圖調整 */
    .swiper-slide img {
        animation-fill-mode: none;
        -webkit-animation-fill-mode: none;}
    
    /* 符合行動裝置調整-新版最新消息內頁 */
    .blog_back {display: flex; justify-content: space-between; align-items: center; align-content: center;}
    .blog_back a {width:31.5%;}
    
    /*手機版選單*/
    .nav-brand-m {      display: block;      padding: 33px 15px 15px;  }
    .nav-toggle:before { background-color: #ffffff; box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;  }
    .nav-toggle:after {      color: #fff;  }
    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open { background: #000;  }
    .nav-menus-wrapper-close-button {    color: #ffffff87;}
    
    .pageIndex .header_area {  position: sticky; }
    .pageIndex .main_header_area {  background: #000}


    /*相簿*/
    .album_page .show_content, .album_info_page .show_content {  padding: 60px 15px;  }
    /* .album_info_page .pic-list .item {  width: 47%;  } */
    .show-list .item {  width: 47%;  }
    .other_album:before {      width: 70%;      left: 30%;  }

    .list_before.info li a {      color: #fff;  }
    /* 購物車 */
    .products-list, .product-wrapper{width: 100%;}
    }

@media screen and (max-width: 600px) { 
  .album_fixed_title {    background: #090909;}
  .show-list .item {    width: 100%;}
  /* .album_info_page .pic-list .item {      width: 46%;  } */
  .blog_list_le, .blog_list_ri {width: 100%;}
  .blog_list_ri em {
    position: static;
    margin: 4px 0;
}
  .blog_list_ri {padding: 0px;}

.stellarnav .menu-toggle{padding:15px 10px ;}
}

/*相簿/＝＝＝＝＝*/
/* 首頁相簿 */
.module_i_album .title_i_box h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}
.module_i_album .title_i_box h6:before {
    content: 'CASE';
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    color: #FF4000;
}
.module_i_album {
    background: #111;
    padding: 30px 20px 60px 20px;}
.animated-arrow:hover {
        background: #FF4000;
        border: 1px solid #FF4000;
}
.i_album_list li a p {
    height: 50px;
    background: rgb(0 0 0 / 60%);
    color: #ffffff;
}
.i_album_list li:nth-child(n+5) {
    display: none;
}
.module_i_album section {
    max-width: 1800px;
}
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 100%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    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%);}
    .album_descrip{color: #ccc;}
.show-list .item:hover .show_name {    color: #8C8C8C;}
.other_album_choice li {    background: #8C8C8C;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
.pic-list .item h6 {
    font-size: 16px;
    color: #ccc;
    padding: 5px;
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {

    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    
    /*購物車/＝＝＝＝＝*/
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}
    
    }

    .sidebarBtn .price {
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 3px solid #e6e6e6;
        letter-spacing: 1px;
    }

    .product_info li .txt_box {
        display: inline-block;
        vertical-align: top;
        color: #f8bc75;
    }
    
    /*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    @media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{grid-template-columns:1fr 1fr;}
    
    
    /*相簿/＝＝＝＝＝*/
    ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
    
    }
    
    /*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    @media screen and (max-width: 768px) {
        .stellarnav.mobile > ul > li {
            display: block;
            border-bottom: 1px #ddd solid;
        }

        .stellarnav li li {
            background: #181818;
            border: 1px #2b2b2b solid;
        }

        .pageIndex .products-list .item {
            width: 47%;
        }

    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two {    width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    /*順序*/
    .product_page .products-list {    order: -1;}
    
    /*文章管理/＝＝＝＝＝*/
    h4.blog_category_title{font-size: 24px;}
    h4.blog_category_title span{font-size: 20px;}
    
    /*相簿/＝＝＝＝＝*/
    .mobile_product_name{font-size: 20px;color: #ccc;}
    .subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
    
    }
    
/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {

    /*購物車/＝＝＝＝＝*/
    .prod_related h6 span:before{font-size: 20px;}
    
    /*相簿/＝＝＝＝＝*/
    ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
    .mobile_product_name{font-size: 18px;}
    .subalbum-menu h2{    font-size: 18px;}
    }

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
    /*購物車/＝＝＝＝＝*/
    .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
    }