@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 {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*大圖-設計老爹 想直接等比例縮放 不想要背景輪播被裁圖*/
/*背景輪播*/
.bannerindex {
    position: relative;
    height: auto;
}

.bannerindex .swiper-banner {
    position: relative;
}

.bannerindex~#content_main {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0 0;
    }
}

@media (max-width:1400px) {
    .BannerHome02 {
        height: auto;
    }
}

@media (max-width:1024px) {
    .BannerHome02 {
        height: auto;
    }
}

@media (max-width:768px) {
    .BannerHome02 {
        height: auto;
    }
}

/*縮圖輪播*/
.BannerHome03 .thumbs03 .swiper-slide img {
    height: 100%;
}

@media (max-width:1400px) {
    .BannerHome03 .swiperBan03 .swiper-slide img {
        height: 100%;
    }
}

@media (max-width:1024px) {
    .BannerHome03 .swiperBan03 .swiper-slide img {
        height: 100%;
    }
}

@media (max-width:768px) {
    .BannerHome03 .swiperBan03 .swiper-slide img {
        height: 100%;
    }
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part {
    max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

ul.page {
    width: 100%;
}

.ProdFilter_Item_Show {
    width: 100%;
}

.Prods_Menulists {
    width: 100%;
    padding: 0;
}

.Prods_Wrap {
    width: calc(100% - 270px);
}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ {
    order: 1;
    margin-bottom: 25px;
}

.Prods_Menulists {
    order: 2;
}

.Prods_Wrap {
    order: 3;
}

.Prods_Menulists {
    width: 250px;
    letter-spacing: 1px;
}

.Prods_Menulists ul {}

.Prods_Menulists>ul>li {
    width: 100%;
    flex-wrap: wrap;
}

.Prods_Menulists ul ul {
    position: static;
    border: none;
}

.Prods_Menulists ul li ul li {}

.Prods_Menulists li.has-sub.open>a {
    background: #f0f0f0;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .product_main {
        display: block;
        width: 100%;
    }

    .sidebarBtn {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    /* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

    .Prods_Wrap {
        width: 100%;
        margin-top: 20px;
    }

    .ProdFilter_ {
        width: 100%;
    }

    .Prods_Menulists {
        opacity: 0;
        display: none;
    }

}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.bannerindex {
    position: relative;
    height: auto;
}

.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

#content {
    background: #010f40;
    position: relative;
}

#content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 250px;
    width: 1px;
    height: 100%;
    z-index: 5;
    background: linear-gradient(180deg,
            #002049 0%,
            #0055ff 25%,
            #00ffff 50%,
            #0055ff 75%,
            #002049 100%);
    background-size: 100% 200%;
    animation: verticalBlueFlow 3s linear infinite;

    pointer-events: none;
}

@keyframes verticalBlueFlow {
    0% {
        background-position: 0% 200%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@media screen and (max-width: 1024px) {
    #content::after {
        left: 0px;
    }
}

.path p,
.path p a {
    color: #1b3baa;
    display: none;
}

.edit_part {
    background: #010f40;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .bannerindex .swiper-banner {
        position: static;
        margin: 0;
        height: auto;
    }

}

/*hrader*/
.header_area {
    position: fixed;
    width: 100%;
    background: none;
}

.header_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -1;
    pointer-events: none;
}

.main_header_area {
    position: relative;
    z-index: 1;
}

.header_area.sticky {
    background: #010f40d4;
}

.tp_links a {
    display: none;
}

/*首頁-hrader*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: none;
}

.pageIndex .header_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(32, 44, 73, 0.95) 0%,
            rgba(32, 44, 73, 0.6) 40%,
            rgba(32, 44, 73, 0) 80%);
    filter: contrast(1.4) brightness(1.2);
    z-index: -1;
    pointer-events: none;
}

.pageIndex .main_header_area {
    position: relative;
    z-index: 1;
}

.pageIndex .header_area.sticky {
    background: #010f40d4;
}

@media screen and (max-width: 1024px) {
    .me_tp_features {
        display: none;
    }
}

/*主選單*/
.stellarnav>ul>li>a b {
    color: #ffffff;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 5px;
    margin: 0 10px;
}

.stellarnav>ul>li>a:hover b {
    font-weight: 500;
    color: #ebc963;
}

.stellarnav li.has-sub>a:after {
    border-top: 6px solid #ebc963;
}


/*下拉選單*/
.stellarnav ul ul {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    background: #000825b8;
}

.stellarnav li li {
    padding: 3px 0;
    border: 0px;
}

.stellarnav li li a {
    color: #ebc963;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200% 200%;
}

.stellarnav li li a:hover {
    background: linear-gradient(180deg, #032f77 0%, #02104100 100%);
}

/*選單下拉超過八個項目顯示滾輪*/
.stellarnav ul ul {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.stellarnav ul ul::-webkit-scrollbar {
    width: 6px;
}

.stellarnav ul ul::-webkit-scrollbar-track {
    background: #032f77;
    border-radius: 3px;
}

.stellarnav ul ul::-webkit-scrollbar-thumb {
    background: #2f76e8;
    border-radius: 3px;
}

.stellarnav ul ul::-webkit-scrollbar-thumb:hover {
    background: #011f4f;
}

/*MENU*/
.stellarnav .menu-toggle span.bars span {
    width: 32px;
    height: 1px;
    background: #ebc963;
    transform-origin: center center
}

.stellarnav .menu-toggle:after {
    color: #ebc963;
}

.stellarnav .menu-toggle span.bars span:first-child {
    display: none;
}

.stellarnav.mobile.left .close-menu {
    background: linear-gradient(180deg, #f5d56c 0%, #c59e50 100%);
    color: #010f40;
}

.stellarnav .icon-close:after {
    border-bottom: solid 1px #010f40;
}

.stellarnav .icon-close:before {
    border-bottom: solid 1px #010f40;
}

.stellarnav.mobile ul {
    background: #010f40f5;
}

.stellarnav.mobile>ul {
    border-top: 0px;
}

.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
    border-right: 0px;
}

.stellarnav.mobile li a {
    border-bottom: 0px;
}

.stellarnav.mobile>ul>li {
    border-bottom: 1px #0a1f6a solid;
}

.stellarnav.mobile li.open {
    padding: 10px;
    background: #0e236d;
}

.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 1px #dfc065;
}

.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 1px #dfc065;
}

.stellarnav.mobile ul ul {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.stellarnav.mobile ul ul::-webkit-scrollbar {
    width: 6px;
}

.stellarnav.mobile ul ul::-webkit-scrollbar-track {
    background: #032f77;
    border-radius: 3px;
}

.stellarnav.mobile ul ul::-webkit-scrollbar-thumb {
    background: #2f76e8;
    border-radius: 3px;
}

.stellarnav.mobile ul ul::-webkit-scrollbar-thumb:hover {
    background: #011f4f;
}

@media screen and (max-width: 768px) {
    .stellarnav li li {
        background: #1f3788;
    }

    .stellarnav li li a {
        text-align: left;
        padding-left: 25px;
    }

    .stellarnav li li a:hover {
        background: #001354;
    }

    .stellarnav.mobile>ul>li>a.mob_main_link b:nth-of-type(2) {
        display: none;
    }

    .stellarnav.mobile {
        right: 0;
        left: auto;
    }

    .stellarnav.active .menu-toggle span.bars {
        margin-bottom: 12px;
        transition: margin 0.3s ease-in-out;
    }

    .stellarnav .menu-toggle span.bars span {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .stellarnav.active .menu-toggle span.bars span:nth-child(2) {
        transform: translateY(6px) rotate(20deg);
    }

    .stellarnav.active .menu-toggle span.bars span:nth-child(3) {
        transform: translateY(0px) rotate(-20deg);
    }

    #bottom_menu {
        background: #00071e;
    }

    #bottom_menu li {
        border-right: 1px solid #4c94d5;
    }

    #bottom_menu li a {
        color: #4c94d5;
    }
}

/*工程實績-相簿*/
.show-list {
    grid-template-columns: repeat(3, 1fr);
}

.show-list .show_pic {
    aspect-ratio: 1 / 1;
}

.subalbum-menu h2 {
    display: none;
}

.other_subalbum li {
    background: none;
}

.other_subalbum li a p {
    color: #fff7dd;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 3px;
    border-bottom: 1px solid #1b3baa;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .show-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*工程實績-相簿內頁*/
.pic-list {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
    .pic-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .pic-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*最新消息-文章*/
h5.blog_le_t {display: none;}
h4.blog_category_title {display: none;}
.blog_subbox {
    grid-template-columns: repeat(1, 1fr);
}

.blog_list_ri h5 {
    font-weight: 200;
    color: #fff7dd;
    letter-spacing: 3px;
}
.blog_list_ri em {color: #ada692;}

/*聯絡我們-表單*/


/*footer*/
.box_link {
    display: none;
}

.footer .center {
    max-width: 1200px;
}

.footer {
    background: #010f40;
}

.footer_logo img {
    width: 100px;
}

.footer_menu a {
    color: #fff7dd;
    font-weight: 200;
    border: 0px #ccc solid;
    background: none;
    padding: 0rem .75rem;
    margin: 0;
    border-left: 1px solid #fff7dd;
}

.footer_menu a:hover {
    background: none;
    color: #fff7dd;
}

.footer_menu a:last-of-type {
    border-left: 1px solid #fff7dd;
}

.footer_info {
    display: flex;
    padding-right: 0;
}

.footer_info ul {
    display: flex;
    gap: 20px;
}

.footer_info li p {
    color: #fff7dd;
    font-weight: 200;
}


.footer_info li:nth-child(2) {
    display: flex;
    align-items: flex-end;
}

.footer_info li p a {
    color: #fff7dd;
    font-weight: 200;
}

.copy {
    color: #5979e8;
    border-top: 1px #1b3baa solid;
    font-weight: 200;
}

.copy a {
    color: #5979e8;
}

.privacyLinks a+a {
    border-left: 1px #5979e8 solid;
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        display: block;
    }

    .copy {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .footer_info {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 0 20px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    min-height: 450px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #010f40;
    position: relative;
    overflow: hidden;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    z-index: 5;
    background: linear-gradient(90deg,
            #002049 0%,
            #0055ff 25%,
            #00ffff 50%,
            #0055ff 75%,
            #002049 100%);
    background-size: 200% 100%;
    animation: blueFlow 3s linear infinite;

    pointer-events: none;
}

@keyframes blueFlow {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: 0% 0;
    }
}

.banner h5 {
    color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 5px;
    text-shadow: 0 0 12px #000000;
    filter: drop-shadow(0 0 24px black);
    position: absolute;
    z-index: 2;
    left: calc((100% - 1200px) / 2);
    bottom: 60px;
    margin: 0;
}

.banner h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(https://pic03.eapple.com.tw/yongshengwall/F-03.png) no-repeat left bottom;
    background-size: contain;
    width: 800px;
    height: 100px;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .banner h5 {
        left: 50px;
    }
}

@media screen and (max-width: 768px) {
    .banner h5::after {
        width: 600px;
    }
}

@media screen and (max-width: 650px) {
    .banner h5::after {
        width: 500px;
    }
}

@media screen and (max-width: 450px) {
    .banner h5::after {
        bottom: 30px;
        width: 300px;
    }
}

@media screen and (max-width: 300px) {
    .banner h5::after {
        width: 200px;
    }
}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {
    background: url(https://pic03.eapple.com.tw/yongshengwall/BANNER-01.jpg) center top;
}

.banner.banblog {
    background: url(https://pic03.eapple.com.tw/yongshengwall/BANNER-04.jpg) center top;
}

.banner.banDesign {
    background-color: #070606;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {}

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}