@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.stellarnav>ul>li:nth-last-of-type(2)>ul>li:first-of-type {
    display: none;
}

body {
    font-family: "Noto Sans TC", sans-serif;
}

.path {
    display: none;
}

.show_content,
.contact_content,
.blog_box {
    padding: 0;
}

.main_part {
    width: 90%;
    max-width: 1400px;
    padding: 80px 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


.navigation {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0;
}

.nav-header {
    max-width: 250px;
    padding: 16px 0;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 20px rgba(0 0 0 / 8%);
    transition: all ease 0.3s;
}

.main_header_area .container {
    max-width: 2000px;
    padding: 0 5%;
}

.stellarnav>ul {
    font-family: "Noto Sans TC", sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    height: auto;
    color: #444;
    letter-spacing: .5px;
    display: block;
    font-weight: 500;
    margin: 0 12px;
    text-transform: none;
    transition: all ease 0.5s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #2358a3;
}

.me_tp_features {
    display: none;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
}

.stellarnav>ul>li.drop-left>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    background: #f7fafe;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 0;
    text-align: center;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #2358a3;
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #444;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #fff;
}

/*大圖*/
#content_main {
    margin: 0;
    min-height: 80vh;
}

.bannerindex {
    position: relative;
    height: auto;
}

.bannerindex .swiper-banner {
    height: auto;
    overflow: hidden;
    position: static;
    margin-left: 0;
}

/* 商品下拉超過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;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img {
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide img {
    transition: transform 5s ease-out;
    will-change: transform;
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
    transform: scale(1.06);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 400px;
    position: relative;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://pic03.eapple.com.tw/fuguo/banner.jpg) center/cover no-repeat;
}

.banner h5 {
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, .25));
    letter-spacing: 4px;
    max-width: 1400px;
    display: flex;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    font-family: 'Noto Sans TC';
    align-items: flex-start;
    flex-flow: column wrap;
    margin: 0 auto;
    width: 90%;
    position: absolute;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    line-height: 160%;
}

.banner h5:after {
    display: block;
    content: "FUGUO ENGINEERING";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 11px;
    font-family: 'Anton';
    margin-left: 2px;
    opacity: .5;
}

.banner h5:before {
    display: block;
    content: "";
    height: 8px;
    width: 60px;
    background: #fff;
    margin: 0 0 30px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章*/
h5.blog_le_t,
.article_a .subbox_item a:after,
.blog_page h4.blog_category_title,
.subbox_item a:before {
    display: none;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 0;
    position: relative;
}

.blog_subbox {
    grid-template-columns: 1fr;
    gap: 30px;
}

.subbox_item {
    border: none;
}

.subbox_item a {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 0;
    background: #f7fafe;
}

.blog_list_le {
    aspect-ratio: 4/3;
    height: auto;
    overflow: hidden;
}

.blog_le {
    margin-bottom: 60px;
}

.blog_list_le img {
    transition: all ease 1.2s;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    padding: 0 3.5vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    letter-spacing: .5px;
}

.blog_list_ri>*+* {
    margin-top: 0;
}

.blog_list_ri h5 {
    font-size: 20px;
    font-weight: 800;
    color: #080e33;
    letter-spacing: 1px;
}

.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #aaa;
    position: relative;
}

.subbox_item a:hover em:after {
    letter-spacing: 2.2px;
}

.blog_list_ri em:after {
    content: '＋ 繼續閱讀';
    letter-spacing: 0.4px;
    color: #3486e8;
    font-weight: 800;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.6s;
}

.blog_list_ri p {
    font-size: 15px;
    line-height: 180%;
    font-weight: 400;
    -webkit-line-clamp: 2;
    color: #666;
    margin: 20px 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.blog_page .page li.activeN {
    display: flex;
    width: 25px;
    height: 25px;
    line-height: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-weight: normal;
    transition: .3s;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover,
.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #2358a3 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.blog_le .submenu {
    background: #fff;
    font-size: 15px;
}

.blog_le .submenu a {
    font-family: 'Noto Sans TC', serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #fff 0 solid;
    transition: all .15s;
}

.blog_le .submenu li.on_this_category a,
.blog_le .submenu a:hover {
    background: #f7fafe;
    color: #222;
}

.blog_le .submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.blog_le .submenu a:hover {
    border-left: #f7fafe 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

.blog_page .page li.activeN {
    background: #2358a3;
}

.page a:hover {
    background: #3486e8;
}


/*內頁*/
.blog_in_page .main_part {
    max-width: 1000px;
}

.blog_in_page .blog_le,
.articel_mainPic {
    display: none;
}

h4.blog_category_title {
    display: block;
    font-size: 24px;
    color: #080e33;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-right: 120px;
    line-height: 1.7;
}

.blog_box_edit {
    font-weight: 400;
    color: #444;
    font-size: 16px;
    letter-spacing: .5px;
}

.blog_box_edit * {
    line-height: 2;
}

.blog_back a.article_btn_back,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: linear-gradient(to top, #2358a3, #3486e8);
}

.blog_back a {
    border-radius: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 0;
    height: 36px;
    transition: all ease .6s;
}

.blog_back a:hover {
    transform: translate(4px, 4px);
}

/*
.blog_back a.article_btn_back {
    background: #f0b2b2;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #44a9aa;
}*/

.blog_back {
    margin-top: 40px;
    gap: 10px;
}

.blog_in_page .blog_shareData {
    position: absolute;
    top: 5px;
    right: 0;
    width: max-content;
}

.toShareNews b {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #555;
}

.blog_in_page .edit {
    padding: 40px 0 0;
}

.news_related {
    padding: 60px 0;
    background: #f7fafe;
}

.news_related_list {
    max-width: 1000px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 40px auto 60px;
    gap: 30px
}

.news_related h6 {
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
}

.news_related_list li {
    width: calc((100% - 30px) / 2);
}

.news_related_list li:nth-of-type(n+3) {
    display: none;
}

.news_related_list li>a {
    padding: 15px;
    background: transparent;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    border: 1px dotted #ccc;
    transition: all ease .6s;
}

.news_related_list li>a:hover {
    background: #fff;
}

.news_related h6 span:before {
    color: #080e33;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.news_related_list li figure {
    aspect-ratio: 4/3;
    width: 50%;
}

.news_related_list li>a p {
    margin: 0 auto;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444;
    font-weight: 500;
    width: 50%;
    font-size: 16px;
    padding: 0 15px 0 30px;
    text-align: left;
}

.news_related_b_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.lastPage {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    width: fit-content;
    background: transparent;
    color: #444;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    letter-spacing: 1px;
    transition: all ease .6s;
}

.lastPage:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #444;
    margin-left: 15px;
}

.lastPage:hover {
    color: #3486e8;
    padding-right: 15px;
}

.lastPage:hover:after {
    background: #3486e8;
}

.blog_in_page .blog_ri {
    padding: 0;
    width: 100%;
}

.Wish_Click a:hover svg {
    fill: #3486e8;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.show-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 80px;
}

.album_class_page .show-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
}

.show-list .show_name {
    font-size: 17px;
    color: #444;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    height: auto;
}

.show-list .item:hover .show_name {
    color: #2358a3;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.1);
}

.show-list .show_pic img {
    transition: all 0.6s ease;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}

.subalbum-menu h2 {
    display: none;
}

.album_fixed_title {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    background: transparent;
}

.other_album_choice li {
    background: linear-gradient(to top, #2358a3, #3486e8);
}

.other_subalbum li {
    background: transparent;
}

.other_subalbum li a p {
    font-size: 17px;
    color: #444;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
    transition: all 0.6s ease;
}

.other_subalbum li:hover a p {
    color: #2358a3;
}

.album_descrip {
    display: none;
}

.page {
    margin: 60px auto 40px;
}

.page li a {
    color: #444;
}

.page li.next_page {
    width: max-content;
    padding: 0 10px;
}

.page li.next_page a {
    padding: 0 10px;
}

/*相片*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {
    background: linear-gradient(to top, #080e33, #3486e8);
    padding: 60px 0 0;
}

.footer_logo {
    margin: 5px 0 0;
    max-width: 250px;
    filter: grayscale(1) brightness(50);
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 2000px;
    padding: 0 5%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    grid-gap: 0;
    letter-spacing: 1px;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: calc(100% - 20vw);
    padding: 0 0 36px;
    letter-spacing: 1px;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li p,
.footer_info li p a {
    color: #fff;
    letter-spacing: 1px;
}

.footer_info li p {
    display: inline-block;
    width: 100%;
    line-height: 200%;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 12px;
    border: none;
    color: #fff;
    background: transparent;
    border-radius: 30px;
    margin: 0;
    margin-left: 6px;
    transition: all 0.5s;
}

.footer_menu a:hover {
    color: #2358a3;
    background: #fff;
}

.copy,
.copy a,
.copy a:hover {
    color: #fff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}

.copy {
    text-align: right;
    justify-content: flex-end;
    padding: 5px 5% 60px;
    border-top: none;
    max-width: 2000px;
    margin: 0 auto;
    letter-spacing: 1px;
    filter: opacity(0.25);
}

.box_link {
    display: none;
}

.footer_info li p.phone:after {
    content: '（莊先生）';
}


@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) {}