@charset "utf-8";


#load_time_2 {
    pointer-events: none;
}

/* 全設定 */
.main_part {
    padding-top: 4vw;
}


@media screen and (max-width: 1200px) {}

/* 白色背景 */
div#page:before {
    display: block;
    content: " ";
    position: fixed;
    z-index: 1000;
    left: -50%;
    top: -50%;
    width: 200vw;
    height: 200vh;
    background-image: url(https://pic03.eapple.com.tw/jianmin/bg_imp.png);
    pointer-events: none;
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;

}

/*開場*/

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #131f33;
    animation: fadein 7s forwards;
}

@keyframes fadein {
    50% {
        opacity: 1;
    }

    60% {
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

body.pageIndex:after {
    content: ' ';
    position: fixed;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: auto;
    aspect-ratio: 5/1;
    /* 根據圖檔實際比例調整 */
    background: url(https://pic03.eapple.com.tw/laibang/open_logo.svg) center / contain no-repeat;
    animation: fadeease 7s forwards;
}

@keyframes fadeease {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

/* 客戶編輯器文章管理 */
body.blog_in_page .blog_box_edit * {
    font-family: "" Poppins", " Noto Sans TC", sans-serif";
}

body.blog_in_page .blog_box_edit p {
    font-size: 16px;
    line-height: 2;
    color: #0a0a0a;
    font-weight: 400;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 1px;
}

body.blog_in_page .blog_box_edit a {
    color: #a78a6b;
    font-size: 0.875em;
    border-bottom: 1px solid;
    font-weight: 400;

}

body.blog_in_page .blog_box_edit h3 {
    border-radius: 100px;
    text-align: left;
    background: #d9cdbd70;
    color: #391911;
    padding: 5px 5%;
    font-size: 16px;
    letter-spacing: 2px;
}

body.blog_in_page .blog_box_edit h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    padding-left: 20px;
    margin: 0 0 20px 0px;
    border-left: 1px solid #371d16;
    color: #403b28;
}

body.blog_in_page .blog_box_edit h6 {
    color: #a78a6b;
    font-size: 18px;
    font-weight: 400;
}


body.blog_in_page .blog_box_edit>li {
    color: #0a0a0a;
    line-height: 1.8;
    margin-left: 17px;
}


@media screen and (max-width: 476px) {

    body.blog_in_page .blog_box_edit p,
    body.blog_in_page .blog_box_edit a,
    body.blog_in_page .blog_box_edit>li,
    body.blog_in_page .blog_box_edit h6 {
        font-size: 14px;
    }

    body.blog_in_page .blog_box_edit h5 {
        font-size: 16px;
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #656672;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* logo */
.nav-brand h1 {
    display: block;
    background-size: contain;
    width: 160px;
    height: 100px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    background-position: center;
    position: relative;
    transition: filter 0.3s ease-in-out;
}

.nav-brand:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

header.header_area.sticky .nav-brand:before {
    height: 0%;
    transition: all 0.3s ease-in-out;

}

body.pageIndex .nav-brand:before {
    background: transparent;
}

a.nav-brand {
    padding: 2px 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    margin-top: 13px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.header_area.sticky a.nav-brand {
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
    filter: none;
    -webkit-filter: none;
}

.navigation-portrait .nav-brand {
    justify-content: center;
}

.navigation {
    display: flex;
    padding: 0;
    justify-content: center;
}

.nav-header {
    position: relative;
}



@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
    .nav-header {
        padding: 2% 0;
        z-index: 0;
    }

    .nav-brand h1 {
        height: 40px;
        width: 63px;
    }

    a.nav-brand {
        justify-content: center;
    }

    /* .navigation {
        margin-top: 0;
        background: rgba(0, 0, 0, 0.55);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    } */

}

@media screen and (max-width: 476px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #391911;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    display: none;
}



.swiper-slide img {
    height: auto;
    position: relative;
    aspect-ratio: 2000 / 1000;
    object-fit: cover;
}

/* 大圖 */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: transparent;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}



@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .swiper-banner,
    .swiper-slide img {
        height: 45vh;
        object-fit: cover;
    }
}


/* 大圖文字 */
.swiper-wrapper {
    position: relative;
}

.swiper-slide.swiper-slide-active:before,
.swiper-slide.swiper-slide-active:after {
    position: absolute;
    z-index: 100;
    color: #fff;
    letter-spacing: 6px;
    text-shadow: 0 0 5px rgb(137 125 108);
    animation: ss 1.5s ease backwards;
}

.swiper-slide.swiper-slide-active:nth-child(1):before {
    content: "LAIBANG CONSTRUCTION ";
    position: absolute;
    font-size: 18px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    right: 11vw;
    bottom: 17.5vw;

}

.swiper-slide.swiper-slide-active:nth-child(1):after {
    content: "為公寓加一座電梯，為生活多一份安心";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    right: 11vw;
    bottom: 20vw;

}

.swiper-slide.swiper-slide-active:nth-child(2):before {
    content: "LAIBANG CONSTRUCTION ";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    left: 11vw;
    top: 15vw;
}

.swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "為公寓加一座電梯，為生活多一份安心";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    left: 11vw;
    top: 18vw;
}

.swiper-slide.swiper-slide-active:after {
    content: "為公寓加一座電梯，為生活多一份安心";
    animation-delay: 1s;
}



@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active:nth-child(1):before {
        bottom: 12vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(1):after {
        bottom: 16vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after {
        top: 19vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):before {
        top: 15vw;
    }
}

@media screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active:nth-child(1):before {
        bottom: 12vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(1):after {
        bottom: 16vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(1):before,
    .swiper-slide.swiper-slide-active:nth-child(1):after {
        font-size: 15px;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after {
        top: 19vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):before {
        top: 15vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after,
    .swiper-slide.swiper-slide-active:nth-child(2):before {
        font-size: 15px;
    }
}

@media screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active:nth-child(1):before {
        bottom: 46vw;
        right: 20px
    }

    .swiper-slide.swiper-slide-active:nth-child(1):after {
        bottom: 52vw;
        right: 10px
    }

    .swiper-slide.swiper-slide-active:nth-child(1):before,
    .swiper-slide.swiper-slide-active:nth-child(1):after {
        font-size: 14px;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after {
        top: 20vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):before {
        top: 14vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after,
    .swiper-slide.swiper-slide-active:nth-child(2):before {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .swiper-slide.swiper-slide-active:nth-child(1):before {
        bottom: 63vw;
        left: 28px
    }

    .swiper-slide.swiper-slide-active:nth-child(1):after {
        bottom: 70vw;
        left: 28px
    }

    .swiper-slide.swiper-slide-active:nth-child(1):before,
    .swiper-slide.swiper-slide-active:nth-child(1):after {
        font-size: 12px;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after {
        top: 22vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):before {
        top: 15vw;
    }

    .swiper-slide.swiper-slide-active:nth-child(2):after,
    .swiper-slide.swiper-slide-active:nth-child(2):before {
        font-size: 12px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

/* 字 動畫 */
/* header.header_area.sticky .stellarnav>ul>li>a:nth-child(1){
    opacity: 0;
}

header.header_area.sticky .stellarnav>ul>li:nth-child(1)>a:nth-child(1){
    animation: up 500ms forwards;
    animation-delay: 0s;
}
header.header_area.sticky .stellarnav>ul>li:nth-child(2)>a:nth-child(1) {
    animation: up 500ms forwards;
    animation-delay: 0.5s;
}
header.header_area.sticky .stellarnav>ul>li:nth-child(3)>a:nth-child(1) {
    animation: up 500ms forwards;
    animation-delay: 1.5s;
}
header.header_area.sticky .stellarnav>ul>li:nth-child(4)>a:nth-child(1) {
    animation: up 500ms forwards;
    animation-delay: 2s;
}
header.header_area.sticky .stellarnav>ul>li:nth-child(5)>a:nth-child(1) {
    animation: up 500ms forwards;
    animation-delay: 2.5s;
}
header.header_area.sticky .stellarnav>ul>li:nth-child(6)>a:nth-child(1) {
    animation: up 500ms forwards;
    animation-delay: 3s;
}
header.header_area.sticky .stellarnav>ul>li:nth-child(7)>a:nth-child(1){
    animation: up 500ms forwards;
    animation-delay: 3.5s;
}

header.header_area.sticky .stellarnav>ul>li:nth-child(8)>a:nth-child(1){
    animation: up 500ms forwards;
    animation-delay: 4s;
} */


@keyframes up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;

}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: none;
}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 33px;
    right: 5%;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000000000000000;
    pointer-events: all;

}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}


.stellarnav ul ul,
.stellarnav ul ul ul {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    transition: all 0.3s ease-in-out;

}

.stellarnav li li:hover a {
    color: #222;
    transition: all 0.3s ease-in-out;


}

.stellarnav.desktop.active::before {
    content: "";
    width: 100%;
    height: 101%;
    background-color: #ffffffad;
    border-radius: 0;
    backdrop-filter: blur(5px);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);


}

.stellarnav.desktop::before {
    content: "";
    position: fixed;
    width: 0%;
    height: 101%;
    top: 0%;
    left: 0%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(0%, 0%);
    transition: 1s;

}

.header_area.sticky .stellarnav.desktop::before,
.header_area.sticky .stellarnav.desktop.active {
    height: 0;

}

.header_area {
    padding: 0;

}

/* 1. 強制讓 sticky 狀態下的 header 本身與主要區域顯示背景 */
header.header_area.sticky,
header.header_area.sticky .main_header_area,
header.header_area.sticky .navbar,
header.header_area.sticky .navbar-collapse {
    background-color: #131f33 !important;
    /* 請替換為你想要的顏色，如 #131f33 */
    height: auto !important;
    min-height: 90px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 2. 避免定位問題導致背景跑掉 */
header.header_area.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* 漢堡 */

.stellarnav .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #ccc;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}

body.pageIndex .stellarnav .menu-toggle span.bars span {
    background: #ccc;
}

.stellarnav.left.desktop.active .menu-toggle span.bars span {
    background: #333;
}

.stellarnav .menu-toggle:active span.bars span:nth-child(1) {
    left: -10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}

.stellarnav .menu-toggle:active span.bars span:nth-child(3) {
    left: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* 漢堡關 */


.stellarnav.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transform: rotate(45deg);
    transition: all 1s;
}

.stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}

.stellarnav.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(315deg);
    left: 0;
    top: -16px;
    transition: all 1s;
}



.stellarnav.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-55deg);
    transition: all 1s;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
}


/* 未開啟 */

.stellarnav>ul {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    padding: 125px 30px 66px 60px;
    z-index: 99;
    display: flex !important;
    flex-direction: column;

    opacity: 0;
    pointer-events: none;
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right center;
    transform-origin: right center;

}


.stellarnav {
    position: fixed;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transition: 1s;
}

.stellarnav::before {
    content: "";
    position: fixed;
    width: 0%;
    height: 101%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.stellarnav>ul:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    top: 0;
    left: 0;
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #fff;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
}

/* 開啟 */

.stellarnav.active>ul:after {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
    z-index: -1;
}

.stellarnav.active>ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
}

.stellarnav.active {
    width: 100%;
    height: 100%;
    transition: 1s;
    position: relative;
}

/* 裝飾 */
header.header_area .stellarnav>ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: #ccc;
    opacity: 0.2;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

header.header_area .stellarnav>ul>li:hover:after {
    width: 100%;
}


/* 手機板rwd8清除 */
.stellarnav.mobile.left>ul {
    left: auto;
    border: none;
}

.stellarnav.mobile ul {
    background: transparent
}

.stellarnav.mobile.left .close-menu {
    display: none;
}

.stellarnav.mobile>ul>li,
.stellarnav.mobile li a {
    border: none;
}

.stellarnav.mobile.left>ul {
    padding-top: 80px;
}

.stellarnav.mobile li.open {
    background: transparent;
}



@media screen and (max-width: 768px) {

    body.pageIndex .stellarnav.active .menu-toggle span.bars span,
    .stellarnav.active .menu-toggle span.bars span {
        background: #ccc;
    }

    body.pageIndex .stellarnav .menu-toggle span.bars span,
    .stellarnav .menu-toggle span.bars span {
        background: #ccc;
    }


    .stellarnav.mobile.left>ul {
        max-width: 90%;
    }

    .stellarnav>ul:after {
        max-width: 100%;
    }

    .header_area .stellarnav .menu-toggle {
        top: 10px;
    }

    .navigation {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 476px) {
    .stellarnav.mobile.left>ul {
        max-width: 100%;
    }

}

/* 電腦版下滑模式 */

/* 下滑橫式 */
header.header_area.sticky .stellarnav.desktop>ul {
    max-width: 100%;
    background: transparent;
    transition: all 0.031s ease-in-out;
    /* background: #ffffffe8; */
}

header.header_area.sticky .stellarnav.desktop>ul {
    justify-content: end;
    flex-direction: column;
    flex-direction: row;
    height: auto;
    padding: 0;
    opacity: 1;
    -webkit-transform: perspective(0px) rotateY(0deg);
    transform: perspective(0px) rotateY(0deg);
    pointer-events: auto;
}

header.header_area.sticky .stellarnav .menu-toggle,
header.header_area.sticky .stellarnav .call-btn-mobile,
header.header_area.sticky .stellarnav .location-btn-mobile {
    display: none;
}

header.header_area.sticky .stellarnav.desktop.active>ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(0px) rotateY(0deg);
    transform: perspective(0px) rotateY(0deg);
}

header.header_area.sticky .stellarnav.desktop>ul:after {
    display: none;
}


header.header_area.sticky .stellarnav.desktop>ul>li>a:nth-child(1) {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    font-weight: 500;
    color: #dfaf46;
    padding: 20px 20px;
    font-size: 17px;
    margin: 0 0 0px 0;
    font-weight: bold;
    right: 50px;
}

header.header_area.sticky .stellarnav.desktop {
    width: auto;
    height: auto;
    position: relative;
}

header.header_area.sticky .stellarnav ul ul {
    position: absolute;
    min-width: 160px;

}

.stellarnav li li {
    transition: all 0.3s ease-in-out;

}

header.header_area.sticky .stellarnav li li:hover {
    color: #414042;
    background: #e6e7e8;
    transition: all 0.3s ease-in-out;
}

/* 裝飾 */
header.header_area.sticky .stellarnav.desktop>ul>li:after {
    content: "";
    position: absolute;
    left: -35px;
    bottom: 10px;
    height: 5px;
    width: 0%;
    background: #dfaf46;
    opacity: 0.2;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

header.header_area.sticky .stellarnav.desktop>ul>li:hover:after {
    width: 100%;
}

header.header_area.sticky .stellarnav.desktop>ul>li>a:hover {
    color: #fff;
}

/* BAR */
.stellarnav .menu-toggle:after {
    display: none;
}

@media screen and (max-width: 768px) {
    header.header_area.sticky .stellarnav ul ul {
        position: relative;
    }
}


/* 選項 */
.stellarnav>ul>li>a {
    margin: 0 20px;
    padding: 0 20px;

    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    height: auto;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 0;
    color: #4d4d42;
}

.stellarnav>ul>li>a:hover {
    color: #656672;
    transition: all 0.3s;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a b {
    display: inline;
}

.stellarnav>ul>li>a b:nth-child(1) {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;

}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
    color: #391911;
    font-family: "Poppins", "Noto Sans TC", sans-serif";

}


.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    /* z-index: 0; */
}



@media screen and (max-width: 1200px) {

    .navigation {
        flex-wrap: wrap;
    }

    header.header_area.sticky .stellarnav.desktop>ul>li>a:nth-child(1) {
        font-size: 16px;
    }

}

@media screen and (max-width: 768px) {

    header.header_area.sticky .stellarnav .menu-toggle,
    header.header_area.sticky .stellarnav .call-btn-mobile,
    header.header_area.sticky .stellarnav .location-btn-mobile {
        display: block;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* banner */
.banA,
.banB,
.banC,
.banD,
.banE,
.banF,
.banG {
    background: transparent center center no-repeat;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;

}

.banner {
    position: relative;
    overflow: hidden;
    z-index: -2;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/jianmin/banner_01.jpg);
    background-position: center;
    background-position: center;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;

}

body.case_page .banner.banB:before {
    background-image: url(https://pic03.eapple.com.tw/jianmin/banner_02.jpg);
    filter: brightness(0.7);
}

body.services_page .banner.banB:before {
    background-image: url(https://pic03.eapple.com.tw/jianmin/banner_03.jpg);
    filter: brightness(0.5);

}

body.album_page .banner:before,
body.album_class_page .banner:before,
body.album_info_page .banner:before {
    background-image: url(https://pic03.eapple.com.tw/jianmin/banner_04.jpg);
    filter: brightness(0.5);
}

body.blog_page .banner:before,
body.blog_in_page .banner:before {
    background-image: url(https://pic03.eapple.com.tw/jianmin/banner_05.jpg);
    filter: brightness(0.5);

}

body.contact_page .banner:before {
    background-image: url(https://pic03.eapple.com.tw/jianmin/banner_06.jpg);
    filter: brightness(0.5);

}

.banner.banB,
.banner.banC {
    display: none;
}

.banner h5 {
    color: transparent;
    text-align: center;
    font-size: 46px;
    letter-spacing: 0.2em;
    padding-top: 150px;
    font-weight: 300;
}

body.album_page .banner h5,
body.album_class_page .banner h5,
body.album_info_page .banner h5 {
    color: #fff;
}

.banner h5:after {
    content: '歡迎隨時與我們聯繫，無論是關於建築整合的任何問題，我們都樂意為您提供幫助和建議。';
    width: 90%;
    max-width: 900px;
    font-size: 15px;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.3em;
    font-family: "Poppins", "Noto Sans TC", sans-serif';

}


/* 動畫設定 */
.banner:before {
    /* animation: ani_LtoR ease-in-out 1.5s 0.5s both; */
}

.nav-brand img {
    max-width: 77%;
    margin-top: -15px;
}

@keyframes ani_LtoR {
    0% {
        clip-path: polygon(-1% 0, 0 0, -1% 100%, 0 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes ani_BtoT {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 101%, 0 101%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes ani_TtoB {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%);
    }

    100% {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    }
}


@keyframes slide-top {
    0% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;

    }
}

@media screen and (max-width: 1200px) {
    .banner {
        padding-bottom: 0;
    }

    .banner h5 {
        padding-top: 80px;
        font-size: 30px;
    }

    .banner h5:after {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .banner h5:after {
        font-size: 14px;
    }
}

/* === */
.nav-header {
    position: fixed;
    z-index: 123;
    left: 5%;
}

.nav-brand {
    display: inline-block;
    width: 150px;

}

@media screen and (max-width: 1200px) {
    /* .nav-header {
        position: relative;
        text-align: center;
        left: 0;
    } */

    .nav-brand {
        width: 100px;
    }

    .nav-brand img {
        position: relative;
        max-width: 60%;
        z-index: 100000;
        transition: all 0.3s;
        margin-top: -15px;

        .header_area {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .nav-header {
            order: 1;
            width: auto;
        }

        .stellarnav.desktop {
            order: 2;
            width: 100%;
        }
    }

    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {
        margin: 0 15px;
    }

}

@media screen and (max-width: 900px) {

    header.header_area.sticky .navigation {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding-top: 10px !important;
    }

    /* 2. 下滑時：Logo 區域定位解除，強制作為第一行獨立置中 */
    header.header_area.sticky .nav-header {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 5px 0 !important;
        z-index: 10 !important;
    }

    header.header_area.sticky a.nav-brand {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: -5px auto !important;
        filter: none;
        /* 強制保持白色 Logo */
        -webkit-filter: none;
    }

    /* 3. 下滑時：選單區域作為第二行，接在 Logo 正下方 */
    header.header_area.sticky .stellarnav.desktop {
        position: relative;
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    header.header_area.sticky .stellarnav.desktop>ul {
        justify-content: center;
        padding: 0;
        margin-top: 55px;
        margin-right: -50px;
    }

    /* 4. 下滑時：修正選單文字的右側偏移，確保水平置中 */
    header.header_area.sticky .stellarnav.desktop>ul>li>a {
        right: 0 t;
    }
}

@media screen and (max-width: 800px) {

    header.header_area.sticky .navigation {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding-top: 10px !important;
    }

    /* 2. 下滑時：Logo 區域定位解除，強制作為第一行獨立置中 */
    header.header_area.sticky .nav-header {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 5px 0 !important;
        z-index: 10 !important;
    }

    header.header_area.sticky a.nav-brand {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: -5px auto !important;
        filter: none;
        /* 強制保持白色 Logo */
        -webkit-filter: none;
    }

    /* 3. 下滑時：選單區域作為第二行，接在 Logo 正下方 */
    header.header_area.sticky .stellarnav.desktop {
        position: relative;
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    header.header_area.sticky .stellarnav.desktop>ul {
        justify-content: center;
        padding: 0;
        margin-top: 55px;
        margin-right: -50px;
    }

    /* 4. 下滑時：修正選單文字的右側偏移，確保水平置中 */
    header.header_area.sticky .stellarnav.desktop>ul>li>a {
        right: 0 t;
    }
}

@media screen and (max-width: 762px) {

    header.header_area .nav-header,
    header.header_area.sticky .nav-header {
        position: fixed !important;
        left: 5% !important;
        top: 10px !important;
        width: auto !important;
        text-align: left !important;
        z-index: 123 !important;
    }
}


@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 105px 10px;
    }

    .nav-brand {
        display: inline-block;
        width: 100px;
    }


    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    a.nav-brand {
        margin: 0;
    }

    .nav-header {
        z-index: 0;
        margin-top: -3px;
    }

    header.header_area.sticky,
    header.header_area.sticky .main_header_area,
    header.header_area.sticky .navbar,
    header.header_area.sticky .navbar-collapse {
        min-height: 60px !important;
    }

    header.header_area.sticky .nav-header {
        margin-top: 3px;
    }

    .nav-brand img {
        position: relative;
        max-width: 50%;

    }

    .stellarnav .menu-toggle {
        margin-top: -3px;
    }
}

@media screen and (max-width: 600px) {
    .stellarnav .menu-toggle {
        margin-top: 7px;
    }

}


@keyframes up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Footer*/
.footer_info li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 80%;
    color: #dfaf46;
    border-bottom: 1px #dfaf46 solid;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 3%;
    font-family: sans-serif;
}

.footer_logo img {
    display: none;
}

.footer {
    border-top: none !important;
    padding: 50px 0 0;
    height: auto;
    background: #131f33;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.copy {
    background: #303642;
    border: none;
    color: #fff;
    margin-top: 0;
}

.box_link {
    display: none;
}

.copy a {
    color: #fff;
}

.footer_info li p {
    color: #fff;
    width: 100%;
    line-height: 100%;
    height: fit-content;
    margin: 5px 0;
    font-weight: 400;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}

.footer_info li p a {
    line-height: 1.5;
    color: #fff;
}

.footer_menu a {
    color: #fff;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    border: none;
    transition: all 0.3s;
    padding: 10px 15px;
    background: transparent;
    border-bottom: 1px #fff solid;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer_menu a:hover {
    background: #303642;
    border-radius: 10px 10px 0 0;
    color: #fff;
    transition: all 0.3s;
}

.footer_info {
    grid-gap: 0px;
}

.footer_info {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

.footer_info ul {
    display: flex;
    width: 100%;
    padding: 15px 0px 70px 0;
}

.footer_info li:nth-child(1),
.footer_info li:nth-child(2) {
    width: 50%;
}

.footer_info li:nth-child(2) {
    padding: 0;
}


.footer_menu a:nth-child(1) {
    display: none;
}

.double_key {
    margin-bottom: 8px;

}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1) {
        display: flex;
        text-align: left;
        padding-left: 15px;
        flex-direction: column;
        justify-content: center;
    }

    .footer_info ul {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .footer_info ul {
        flex-direction: column;
    }

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) {
        width: 100%;
    }

    .footer_menu a {
        padding: 10px 5px;
    }
}

/* 聯絡我們 */

body.contact_page {
    /* background: url(https://pic03.eapple.com.tw/jianmin/all_bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

h4.blank_letter.i:before {
    content: 'INFORMATION';
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}


body.contact_page .main_part {
    max-width: 1290px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.contact_content .information_left {
    width: 100%;
    text-align: center;
}

.contact_content .information_right {
    width: 100%;
}

h4.blank_letter.f {
    display: none;
}

.contact_content .information_right.blank_letter {
    display: none;
}

ul.list_before.info {
    margin: -50px 0 10px;
    padding: 90px 30px 50px;
    border: 1px solid #d7d7d0;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


h4.blank_letter.i {
    color: #686859;
    text-align: center;

    background: transparent;
    z-index: 9;
    position: relative;
    padding: 0px 40px;
    display: inline-grid;
    font-size: 46px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0 0 7px 5px;
}


.contact_content .TEL:before,
.contact_content .TEL2:before,
.contact_content .PHONE:before,
.contact_content .FAX:before,
.contact_content .TAXID:before,
.contact_content .MAIL:before,
.contact_content .ADD:before,
.contact_content .ADD2:before {
    position: initial;
    display: inline-block;
    border-right: solid 1px #2d2d2d;
    margin-right: 10px;
    width: auto;
    padding-right: 10px;
}

.contact_form li .form__label {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0;
    padding: 30px 0;
    display: flex;
    width: auto;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
}

.contact_form li .form__insert {
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 30px 0;
}

.contact_form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0 3%;
    border-top: 1px solid #d7d7d0;
}



.star.red {
    position: relative;
    width: auto;
    background: #e4e7e7;
    color: #111;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 2px;
    margin-right: 10px;
    order: 2;
    margin-left: 10px;
}

.star.red:after {
    content: '必填';
    width: auto;
    font-size: 12px;
}

.contact_form li.last {
    justify-content: center;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin: 10px;
    font-weight: bold;
    background-color: #e4e7e7;
    color: #111;

}

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #787b7c;
    border: 1px solid #787b7c;

}

.list_before.info li {
    padding-left: 0;
    font-weight: 300;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}

.contact_form li .form__insert {
    font-size: 16px;
    line-height: 26px;
}

.form__insert input[type="checkbox"],
.form__insert input[type="radio"] {
    margin-right: 10px;
    margin-left: 10px;
}

.contact_content .TEL:before,
.contact_content .TEL2:before,
.contact_content .PHONE:before,
.contact_content .FAX:before,
.contact_content .TAXID:before,
.contact_content .MAIL:before,
.contact_content .ADD:before,
.contact_content .ADD2:before {
    padding-right: 20px;
    font-size: 20px;
    font-weight: 300;
}

body.contact_page .contact_content {
    padding-top: 10vw;
}


@media screen and (max-width: 1200px) {
    body.contact_page .contact_content {
        padding-top: 200px;
    }

    h4.blank_letter.i:before {
        /* font-size: 48px; */
    }

    ul.list_before.info {
        grid-template-columns: 1fr 1fr;
        padding-left: 10px;
    }


    h4.blank_letter.i {
        font-size: 30px;
    }

    .list_before.info li {
        text-align: left;
    }

    h4.blank_letter.i {
        font-size: 28px;
        padding-left: 0;

    }

    .contact_content .information_left {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    h4.blank_letter.i:before {
        /* font-size: 32px; */
    }



    .contact_form li .form__label {
        font-size: 16px;
    }

    h4.blank_letter.i {
        font-size: 28px;
        padding-left: 0;
        margin-left: 0;
    }

    ul.list_before.info {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .contact_form li .form__label,
    .contact_form li .form__insert {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact_content .TEL:before,
    .contact_content .TEL2:before,
    .contact_content .PHONE:before,
    .contact_content .FAX:before,
    .contact_content .TAXID:before,
    .contact_content .MAIL:before,
    .contact_content .ADD:before,
    .contact_content .ADD2:before {
        font-size: 17px;
    }

    body.contact_page .main_part {
        padding-top: 0;
    }


}


@media screen and (max-width: 476px) {
    h4.blank_letter.i:before {
        font-size: 14px;
    }

    .contact_form li .form__label {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .contact_form li:nth-last-child(6) .form__insert {
        display: grid;
        grid-template-columns: 0.1fr 1fr;
        align-items: center;
    }
}

@media screen and (max-width: 390px) {

    .contact_form li .form__label {
        flex-wrap: wrap;
    }

    .star.red {
        margin: 0;
        font-size: 12px;
    }
}


/* 文章管理 */


/* 文章 */

/*文章分類*/
.subbox_item a:before,
.module_i_news li a:before {
    display: none;
}

.blog_page .clearfix:before,
.blog_page .clearfix:after {
    display: none;
}

.blog_page .main_part {
    max-width: 2570px;
}

.blog_le .accordion li.open .link {
    background: #333;
}

.submenu a:hover.module_i_news li a {
    background: #555;
}

.subbox_item a:before.module_i_news li a:before {
    display: none;
}

.subbox_item a:after,
.module_i_news li a:after {
    background: transparent;
    border: none;
    pointer-events: none;
}

body.blog_page .blog_subbox,
.module_i_news ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.subbox_item,
.module_i_news li {
    width: 100%;
    overflow: hidden;
}

.blog_list_ri,
.i_blog_ri {
    width: 100%;
    padding: 10px;
}

.blog_list_ri h5,
.i_blog_ri h5 {
    font-weight: normal;
    font-weight: 500;
}


.blog_list_le,
.i_blog_le {
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;

}

.blog_list_le img,
.i_blog_le img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
    width: 100%;
    height: 100%;
}



/* 裝飾 */
.blog_list_le:before,
.i_blog_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    color: #000;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
}

.subbox_item:hover .blog_list_le:before,
.module_i_news li:hover .i_blog_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* 圖片效果 */
.subbox_item:hover .blog_list_le img,
.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.05);
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}

/* 文字細節 */
.blog_list_ri em,
.i_blog_ri em {
    order: -1;
    font-size: 12px;
    margin-bottom: 0;
}

.blog_list_ri,
.i_blog_ri {
    display: grid;
}

.blog_list_ri h5,
.i_blog_ri h5 {
    font-size: 21px;
    line-height: 44px;
    margin-bottom: 10px;

}

.blog_list_ri p,
.i_blog_ri p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #111;

}

/* 首頁文章版面大小調整 */
.module_i_news ul {
    max-width: 100%;
}

/* 首頁標題 */
.module_i_news .title_i_box h4 {
    font-size: 44px;

    font-weight: 300;
    letter-spacing: 2px;
}

.module_i_news .title_i_box h4:before {
    content: 'news';
    display: block;
    color: #5D5D5D;
    font-size: 15px;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.module_i_news .title_i_box h4:after {
    content: '';
    width: 1px;
    height: 51px;
    background: #5C5C5C;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;

}

.module_i_news li:nth-child(n+4) {
    display: none;
}

/* 首頁按鈕 */
.i_blog_b {
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 7px;
    letter-spacing: 2px;
}

.i_blog_b a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin: 10px;
    font-weight: bold;
    background-color: #e4e7e7;
    color: #111;
}

.i_blog_b a:hover {
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #787b7c;
    border: 1px solid #787b7c;
}


/* rwd */
@media screen and (max-width: 1200px) {

    body.blog_page .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr 1fr;
    }

    .module_i_news .title_i_box h4 {
        font-size: 30px;
    }

    .module_i_news .title_i_box h4:before {
        font-size: 18px;
    }

    .module_i_news li:nth-child(n+4) {
        display: inherit;
    }
}


@media screen and (max-width: 768px) {

    body.blog_page .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .module_i_news .title_i_box h4 {
        font-size: 28px;
    }

    .module_i_news .title_i_box h4:before {
        font-size: 16px;
    }

    .blog_list_ri h5,
    .i_blog_ri h5 {
        font-size: 17px;
        margin: 0;
    }

    .i_blog_b a {
        max-width: 50%;
    }

}

/* 文章管理內頁 */
h4.blog_category_title {
    text-align: center;
}

/* 按鈕 */

.blog_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0 3%;
    transition: all 0.3s ease-in-out;

}


.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
a.article_btn_next:hover {
    background: transparent;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;

}

a.article_btn_next:hover:after {
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;


}

.blog_back a.article_btn_prev:hover:before {
    transform: translateX(-5px) scaleX(-1);
    transition: all 0.3s ease-in-out;


}


a.article_btn_next:after {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url(https://pic03.eapple.com.tw/jianmin/blog_arr.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev:before {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url(https://pic03.eapple.com.tw/jianmin/blog_arr.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    transform: translateX(0) scaleX(-1);
    opacity: 1;
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next {
    width: 100%;
    border: 1px solid #BBBBBB;
    background: transparent;
    color: #111;
    background: transparent;
    display: grid;
    position: relative;
    padding: 10px 5px;
}

.blog_back a.article_btn_prev {
    grid-template-columns: 40px auto;

}

.blog_back a.article_btn_next {
    grid-template-columns: auto 40px;
}


.blog_back a.article_btn_back {
    grid-template-columns: auto 0px;
    background-color: #787b7c;
    border: 1px solid #787b7c;
    color: #fff;
}

.blog_back a.article_btn_back:hover {
    background-color: #e4e7e7;
    transition: all 0.3s ease-in-out;
    color: #111;
    letter-spacing: 2px;
}


/* 文章管理選單 */
.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background-color: #e4e7e7 !important;
    transition: all 0.3s ease-in-out;


}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    background-color: #e4e7e7;
    transition: all 0.3s ease-in-out;
    color: #111 !important;
}


.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #111 !important;

}

.blog_le .accordion>li:hover .link {
    background-color: #e4e7e7d8;

}

.blog_search input[type=search] {
    border-radius: 2px;
}

.blog_le .accordion {
    border-radius: 2px;
}

.blog_le {
    position: sticky;
    top: 100px;
}

@media screen and (max-width: 768px) {
    .blog_le {
        position: relative;
        top: 0px;
    }

    h4.blog_category_title {
        font-size: 24px;
    }
}

@media screen and (max-width: 476px) {
    h4.blog_category_title {
        font-size: 20px;
    }
}

/* 相簿============================================================== */

.path {
    display: none;
}

/* 標題 */
.subalbum-menu h2 {
    color: #fff;
}

.block {
    background: #fff;
}

/* 觀看其他 */
/*觀看其他作品*/
.album_fixed_title embed {
    display: none;
}

.album_fixed_title {
    display: none;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #916f2d;
}


.other_album_choice li {
    margin-top: 2%;
}


/* 相簿第一層內頁=========== */
.clearfix:before,
.clearfix:after {
    display: none;
}

body.album_page .show_content {
    width: 95%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: column;
}

.subalbum-menu {
    padding: 0;
}

.other_subalbum li {
    width: 100%;
    margin: 0;
}


ul.show-list.clearfix {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

body.album_page .main_part {
    max-width: 2000px;
    margin: 5% auto auto auto;
    padding: 0 0 80px 0;
}

.album_page .show-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 20px 10px;
    padding: 0;
    margin: 0.4%;
    box-sizing: border-box;
}

.overlay {
    position: absolute;
    background: transparent;
}


.album_page .show-list .item a {
    max-width: 100%;
}

.album_page .show-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 12 / 8;
    overflow: hidden;
    padding-bottom: 0;
}

.album_page .show-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;

}

.album_page .show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
    filter: brightness(0.5);

}


.show-list .show_name {
    font-size: 21px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #111;

    line-height: 44px;
    margin-bottom: 10px;
    height: auto;
    font-weight: 300;
    margin-top: 0;
    padding-left: 10px;
}


.album_page .show-list .item:hover .show_name {
    opacity: 1;
    text-decoration: underline;
    color: #666;

}

.overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .3);
    margin-left: -100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear .5s;
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s, -webkit-transform 0s linear .5s;
    position: absolute;
    top: 50%;
    z-index: 1;

}

.album_page .show-list .item:hover .overlay:before {
    -webkit-transform: translate3d(100%, 0, 1px);
    transform: translate3d(100%, 0, 1px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}



.overlay:after {
    content: 'view\A——————\Amore';
    white-space: pre-line;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    transition: all 1.5s 0.8s ease-in-out;
    color: #fff;
    z-index: 1;
    opacity: 0;
}

.album_page .show-list .item:hover .overlay:after {
    visibility: visible;
    transition: all 1s 0.4s ease-in-out;
    z-index: 1;
    opacity: 1;
    top: calc(50% + 0px);

}

.show-list .item:hover .overlay {
    transform: none;
}



@media screen and (max-width: 1200px) {
    ul.show-list.clearfix {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}


@media screen and (max-width: 768px) {

    .album_page .show-list .item:hover .show_name,
    .show-list .show_name {
        font-size: 20px;
    }
}

@media screen and (max-width: 476px) {
    ul.show-list.clearfix {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .album_page .show-list .item:hover .show_name,
    .show-list .show_name {
        font-size: 17px;
    }
}

/* 相簿第二層內頁===========================--- */


body.album_class_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding-top: 40px;
}

body.album_class_page .show_content {
    display: grid;
}


body.album_class_page .subalbum-menu {
    margin-top: 0;
}

body.album_class_page .subalbum-menu h2 {
    display: none;
}

.other_subalbum {
    display: flex;
    flex-wrap: wrap;
}

.subalbum-menu {
    margin: 80px 0;
}

.other_subalbum li {
    position: relative;
    width: 32.5333%;
    margin: 0.4%;
}


.other_subalbum li p {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: auto;
    font-weight: 300;
    font-size: 21px;
    color: #FFFFFF !important;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    padding: 10px;
    transition: all ease-in .3s;
    border-radius: 10px;
}

.other_subalbum li:hover p {
    opacity: 1;
}

.other_subalbum li a>div {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding-bottom: 0;
}



.other_subalbum li a img {
    max-width: 100%;
    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;
    transition: all 0.2s;
}

.other_subalbum li a:hover img {
    transform: scale(1.1);
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.other_subalbum li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000071;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}


.other_subalbum:hover a:hover:after {
    opacity: 0;
    transition: 0.5s;
}

.other_subalbum:hover a:after {
    opacity: 1;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    .other_subalbum li {
        width: 49.2%;
    }
}


@media screen and (max-width: 768px) {
    body.album_class_page .main_part {
        margin: 5% auto;
        padding: 7%;
    }

    body.album_class_page .subalbum-menu {
        margin-top: 0;
    }

    .other_subalbum li p {
        font-size: 20px;
    }
}

@media screen and (max-width: 476px) {
    .other_subalbum li {
        width: 100%;
        margin-bottom: 2%;
    }

    .other_subalbum li p {
        font-size: 17px;
    }
}

/* 相簿第三層內頁================== */
body.album_info_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding-top: 40px;
}

body.album_info_page.show_content {
    width: 95%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 2000px;
    margin: 5% auto auto auto;
}


body.album_info_page ul.pic-list.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


body ul.pic-list.clearfix .item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
    width: calc(25% - 30px);
    padding: 0px;
    position: relative;
}

body.album_info_page .overlay {
    display: none;
}


.pic-list .item a {
    max-width: 100%;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding-bottom: 0;
}


.pic-list .item h6 {
    width: 100%;
    height: auto;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    height: auto;
    font-size: 21px;
    color: black !important;
    border: none;
    text-align: left;
    background: transparent;
    padding: 14px;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    margin: 0;
    position: relative;
    font-weight: 300;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}

.pic-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.pic-list .item:hover h6 {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid #ccc;

}

ul.pic-list.clearfix .item:hover .show_name {
    opacity: 1;
    top: 100%;
    font-size: 21px;
    font-weight: 300
}

.pic-list .item h6:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 5px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.pic-list .item:hover .item h6:before {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-left: 1px solid #ccc;
}



.pic-list .show_pic:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #ffffffcd;
}



ul.pic-list.clearfix .pic-list .item:hover .show_pic:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;

}



body.album_info_page ul.pic-list.clearfix:hover .show_pic:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

body.album_info_page ul.pic-list.clearfix .show_pic:hover:after {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

ul.pic-list.clearfix .item:nth-child(7n-2) {
    margin-left: 10%;
}

ul.pic-list.clearfix .item:nth-child(7n) {
    margin-right: 10%;
}

ul.pic-list.clearfix .item:hover a {
    z-index: 1;
}

ul.pic-list.clearfix .item:hover .show_pic {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.linksBtn {
    display: none;
}


@media screen and (max-width: 1200px) {
    ul.pic-list.clearfix .item:nth-child(5n-1) {
        margin-left: 15%;
    }

    ul.pic-list.clearfix .item:nth-child(5n) {
        margin-right: 15%;
    }

    body ul.pic-list.clearfix .item {
        width: calc(33% - 30px);
    }

    ul.pic-list.clearfix .item:nth-child(7n-2) {
        margin-left: 0%;
    }

    ul.pic-list.clearfix .item:nth-child(7n) {
        margin-right: 0%;
    }

}


@media screen and (max-width: 768px) {
    body ul.pic-list.clearfix .item {
        width: calc(50% - 30px);

    }

    .pic-list .item h6:before {
        display: none;
    }

    ul.pic-list.clearfix .item:nth-child(5n-1) {
        margin-left: 0%;
    }

    ul.pic-list.clearfix .item:nth-child(5n) {
        margin-right: 0%;
    }

    .pic-list .item h6 {
        top: 0;
        position: relative;
        margin-top: -10px;
        padding-left: 15px;
        box-sizing: border-box;
        pointer-events: auto;
        opacity: 1;
        font-size: 20px;
        padding-top: 10px;
        margin: 0;
    }

    ul.pic-list.clearfix .item .show_name:before {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .pic-list .item a {
        overflow: hidden;
    }

    body.album_info_page ul.pic-list.clearfix:hover .show_pic:after {
        opacity: 0;
    }

    .pic-list .item:hover h6 {
        border-left: none;
    }
}



@media screen and (max-width: 476px) {
    body ul.pic-list.clearfix .item {
        width: 100%;
    }

    .pic-list .item h6 {
        font-size: 17px;
    }


}

/* 其他相簿頁籤 */
.other_album {
    order: -1;
}

.other_album_choice li {
    background: transparent;
    color: #111;
    padding: 18px 15px;
}

.other_album_choice li a {
    color: #111;
}

.other_album_choice {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.other_album_choice li:first-child:before {
    content: '當前相簿';
    pointer-events: none;
    padding-right: 60px;
    border-bottom: 1px solid #4f4644;
    padding-bottom: 24px;
}

.fa-right-from-bracket::before {
    display: none;
}

body.album_info_page .show_content {
    display: grid;
}

@media screen and (max-width: 768px) {
    .other_album {
        display: none;
    }

}

/* 頁碼 */
.page li a,
.page li {
    display: inline-block;
    margin: 5px;
    border-color: #ddd;
    color: #403b28;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    transition: all 0.1s ease-in-out;

}

.page strong,
li.activeN {
    background: #787b7c;
    color: #111;
    border-color: #787b7c;
}

.page strong,
.page a:hover {
    background: #787b7cc2;
    color: #111;
    transition: all 0.1s ease-in-out;
}