@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Alumni+Sans+Pinstripe:ital@0;1&family=El+Messiri:wght@400..700&family=Kiwi+Maru&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@300&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Yuji+Mai&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

/*卷軸設定↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 7px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #EBEDE8;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #222;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}

/*Loading*/

.bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/moue/loading.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 2.5s forwards;
}

.bannerindex::before {
    content: "";
    display: block;
    background: #ffffff48;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 3s forwards;
    backdrop-filter: grayscale(1) blur(7px);
}



@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
    }

    25% {
        opacity: 1;
        filter: blur(0);
    }

    50% {
        filter: blur(0);
        opacity: 1;
    }

    80% {
        filter: blur(0);
        opacity: 1;
    }

    100% {
        filter: blur(10);
        opacity: 0;

    }
}

@keyframes banner-bg {
    0% {}

    50% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*new----------------------------------*/
/*header*/
.nav-menu {
    margin: 0 0 0 0;
}

.nav-brand img {
    filter: invert(1);
}

li.tp_links {
    display: none;
}

.header_area {
    padding: 0px 0;
    height: 100px;
    background: #ffffff00;
    position: fixed;
}

.me_tp_features {
    display: none;
}

.navigation {
    padding: 27px;
}

.header_area.sticky {
    backdrop-filter: blur(4px);
    background: #66666642;
    transition: all .5s ease;
}



/*輪播圖-大圖*/
.swiper-fade .swiper-slide {
    position: relative;
}

.swiper-fade .swiper-slide:before,
.swiper-fade .swiper-slide:after {
    content: "";
    letter-spacing: 1px;
    z-index: 100;
    color: var(--MainColor);

}

.pageIndex .swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    width: 30%;
    background: url(https://pic03.eapple.com.tw/moue/banner_ac1.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 43%;
    bottom: 34%;
    animation: ani_TtoB 1s 0.6s both;
}

.pageIndex .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    width: 20%;
    background: url(https://pic03.eapple.com.tw/moue/banner_ac2.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 23%;
    bottom: 10%;
    animation: ani_TtoB 1s 0.6s both;
}

.pageIndex .swiper-slide:nth-child(4):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    width: 20%;
    background: url(https://pic03.eapple.com.tw/moue/banner_ac3.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 40%;
    bottom: 6%;
    animation: ani_TtoB 1s 0.6s both;
}

@media screen and (max-width: 1440px) {}

@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-0%);
        transform: translateX(-5%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/*下拉選單*/
.stellarnav>ul>li>li>a {
    display: block;
    color: #343a40 !important;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus,
.nav-dropdown>li>a:active {
    color: #343a40 !important;
}

.nav-dropdown>li>a:before,
.nav-dropdown>li>a:after {
    color: #343a40 !important;
}

.nav-dropdown {
    background: #ffffff;
}

.nav-dropdown>li {
    padding: 3px 0;
    border-bottom: 1px solid #c3c3c3;
}

.nav-dropdown>li>a {
    padding: 6px 20px;
    color: #343a40 !important;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.main_header_area .container {
    max-width: 1600px;
}

.stellarnav ul ul {
    width: 200px;
    background: #ffffff6e;
}


/*特效*/
.stellarnav>ul>li>a {
    padding: 0px 15px;
    font-family: "Noto Serif TC", serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.stellarnav>ul>li>a {
    position: relative;
}

.stellarnav>ul>li:hover>a:after {
    width: 100%;
}

.stellarnav>ul>li>a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #c3c3c3;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transition: all .3s;
    transform: translate(-50%, 0);
    color: #343a40 !important;
}

/*浮動按鈕*/
.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none;
}

a.info_fix_default.info_fix_mail {
    display: none;
}

.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    background: #000000bd;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
}

.info_fix_links a:nth-child(odd) {
    background: #000000a1;
}

.info_fix_links a:hover {
    background: #000000d9;
}

.info_fix_links a:nth-child(1) {
    animation-delay: 1s;
}

.info_fix_links a:nth-child(2) {
    animation-delay: 1.5s;
}

.info_fix_links a:nth-child(3) {
    animation-delay: 2s;
}

.info_fix_links a:nth-child(4) {
    animation-delay: 2.5s;
}

@keyframes con_btn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*文章修改*/
.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: block;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}

.blog_le .accordion {
    border: none;
}

.news_related {
    display: none;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #333 !important;
}

.module_i_projects .title_i_box h4,
.module_i_news .title_i_box h6,
.module_i_album .title_i_box h4 {
    display: none;
}

.module_i_projects .title_i_box h6,
.module_i_news .title_i_box h4,
.module_i_album .title_i_box h6 {
    color: #000000;
    font-size: 55px;
    font-family: 'Playfair Display';
    font-weight: 100;
}

.blog_le .accordion {
    border-radius: 5px;
}

.blog_in_page .path {
    margin-bottom: 50px;
}

.blog_in_page h4.blog_category_title {
    color: #333;
    margin-bottom: -10px;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
}


.promotion_title {
    display: none;
}

.other_promotion {
    display: none;
}

.other_select_page .page {
    display: none;
}

.i_blog_ri {
    margin-top: 15px;
}

.module_i_news li a:before {
    bottom: -45px;
}

/*footer*/
.box_link {
    display: none;
}

.footer_logo {
    margin: 20px;
}

.footer {
    background-color: white;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer_menu a {
    background: #ffffff;
    font-size: 12px;
    padding: 10px;
    border: 1px #e4e1e1 solid;
    letter-spacing: 3px;
}

.footer_menu a:hover {
    background: #cdcdcd;
}

.footer .center {
    max-width: 1600px;
}

.footer_menu a:hover .footer .center {
    text-align: center;
}

.footer_info ul {
    display: flex;
    justify-content: space-between;
}


/*相簿修改*/
.other_album {
    display: none;
}

.subalbum-menu h2 {
    color: #000000;
    font-size: 75px;
    font-family: 'Playfair Display';
    font-weight: 100;
    margin-bottom: 35px;
}

.other_subalbum li {
    background: #ffffff00;
    letter-spacing: 1px;
}

.other_subalbum li a p {
    text-align: center;
    margin: 15px 0;
}

.overlay {
    background: rgb(255 255 255 / 29%);
}

/*文章修改*/
h5.blog_le_t span {
    display: none;
}

h5.blog_le_t em {
    color: #000000;
    font-size: 75px;
    font-family: 'Playfair Display';
    font-weight: 100;
}

.blog_le .accordion>li.on_this_category {
    background: #3c3c3c !important;
}

.blog_search input[type=submit] {
    display: none;
}

.animated-arrow {
    background: #393939;
}

.module_i_album section,
.module_i_news section {
    max-width: 1600px;
}

.module_i_news li a:after {
    display: none;
}

.i_blog_b,
.i_album_b {
    display: none;
}

.i_album_list {
    grid-template-columns: repeat(2, 1fr);
}

.i_album_list li a p {
    background: rgb(137 137 137 / 60%);
    color: #ffffff;
    height: 3em;
    backdrop-filter: blur(5px);
}

.i_blog_ri h5 {
    color: #5b5b5b;
}

.module_i_news li a {
    display: block;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.ProjSwiper li>a:after {
    background: rgb(0 0 0 / 0%);
}

.ProjSwiper li section h6 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
}

.ProjSwiper li section,
.ProjSwiper li>a:hover:after {
    display: none;
}

/*聯絡我們*/
.contact_page .main_part {
    padding: 150px 20px;
    max-width: 1000px;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: calc(100% - 0px);
}

.contact_form {
    grid-gap: 25px;
}

.contact_form li {
    grid-template-columns: 130px 1fr;
}

.contact_form li .form__label {
    max-width: 115px;
    text-align: left;
}

.contact_form li.last cite {
    background: #7d7d7d;
    border: none;
}

.blank_letter {
    display: none;
}

.contact_content .information_right:after {
    position: absolute;
    content: "FORM";
    color: #000;
    font-size: 80px;
    font-weight: 300;
    font-family: 'Playfair Display';
    left: 30px;
    top: -80px;
}

@media screen and (max-width: 570px) {
    .contact_form li .form__label {
        background: rgb(255 255 255 / 0%);
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .contact_form li.last {
        flex-direction: row;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        border: none;
    }
}

/*內頁BANNER 設定*/
.banner {
    height: 400px;
}

.banner h5 {
    display: none;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/moue/banA.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/moue/banB.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/moue/banC.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/moue/banD.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/moue/banE.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/moue/banF.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/moue/banblog.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banDesign {
    background-image: url(https://pic03.eapple.com.tw/moue/banDesign.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banDesign_c {
    background-image: url(https://pic03.eapple.com.tw/moue/banDesign.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

#content {
    background-image: url(https://pic03.eapple.com.tw/moue/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-fade .swiper-slide img {
    height: 100%;
}


.car_page .information_left {
    display: block;
}


/*設計作品*/
.sidebar__inner {
    padding: 170px 50px 0 50px;
}

.path {
    display: none;
}

.ProjsDetail_info_3_5 {
    padding-top: 50px;
}

.ProjsDetail_Title h4 span {
    font-size: 50px;
    color: #000000;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.ProjsDetail_Title h4 {
    font-size: 20px;
    color: #000000;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 65px;
}

.ProjsDetail_Title p a::before {
    font-size: 9px;
}

.ProjsDetail_Title p a {
    width: 26px;
    height: 26px;
}

.ProjsDetail_Intro em.TxtHouseType::before,
.ProjsDetail_Intro em.TxtHouseType::after {
    display: none;
}

.ProjsDetail_info_3_5 {
    color: #838383;
    letter-spacing: 1px;
    line-height: 35px;
}

@media screen and (max-width: 1024px) {

    .ProjsDetail_info_2_5,
    .ProjsDetail_info_3_5 {
        padding: 20px 30px;
    }

    .projects_detaild_page .header_area {
        position: relative !important;
    }

    .sidebar__inner {
        padding: 50px 50px 0 50px;
    }

    .ProjsDetail_OtherObjs li {
        padding: 2%;
    }

    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 300px;
    }
}

@media screen and (max-width: 768px) {
    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 220px;
    }
}

@media screen and (max-width: 480px) {

    .ProjsDetail_ImgView ul li a,
    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 130px;
    }

    .ProjsDetail_OtherObjs li {
        padding: 20px 30px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}


@media screen and (max-width: 1367px) {}

@media screen and (max-width: 1200px) {
    .swiper-fade .swiper-slide img {
        height: auto;
    }

    /*文章管理*/
}

@media screen and (max-width: 1050px) {}

@media screen and (max-width: 1035px) {}

@media screen and (max-width: 1024px) {
    .navigation {
        padding: 15px 0 0 0;
    }

    .header_area {
        height: 60px;
    }

    .nav-brand img {
        filter: none;
    }

    .stellarnav>ul>li>a {
        color: #777;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .main_header_area .container {
        max-width: 100%;
        margin: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #ffffff;
    }

    .stellarnav .menu-toggle:after {
        color: #ffffff;
    }

    .navigation {
        padding: 3%;
    }

    .footer_info li {
        padding: 2% 5%;
    }

    .footer_logo {
        display: none;
    }

    .nav-brand img {
        max-width: 75%;
    }

    /*文章管理/＝＝＝＝＝*/
    h4.blog_category_title {
        font-size: 24px;
    }

    h4.blog_category_title span {
        font-size: 20px;
    }

    .pageIndex .swiper-fade .swiper-slide.swiper-fade .swiper-slide-active:before {
        bottom: 20%;
        font-size: 6vw;
    }

    .pageIndex .swiper-fade .swiper-slide.swiper-fade .swiper-slide-active:after {
        bottom: 15%;
        width: 65%;
    }

    .swiper-banner .swiper-fade .swiper-slide img {
        height: 70vw;
        width: 120%;
        max-width: 160%;
    }
}

@media screen and (max-width: 570px) {
    .header_area {
        position: relative;
    }

    .navigation {
        padding: 5%;
    }

    .product_page .products-list {
        width: 100%;
    }

    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .contact_form li {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .contact_form li .form__label {
        width: 100%;
    }

    #content_main {
        margin-top: -10px;
    }

    .product_page .products-list {
        width: auto;
    }

    .products-list {
        display: block;
    }

    .products-list .item {
        width: 49%;
    }

    .subbox_item {
        width: 100%;
        border-bottom: none;
    }

    .contact_form li {
        grid-gap: 0px;
    }

    .footer {
        padding: 50px 0 0;
    }

    .footer_info li {
        text-align: center;
    }

    .footer_info ul {
        display: block;
    }

    .footer_menu a {
        display: inline-block;
        border: 1px #ccc solid;
    }

    .stellarnav .menu-toggle {
        padding: 15px;
    }

    .pageIndex .swiper-fade .swiper-slide.swiper-fade .swiper-slide-active:before {
        bottom: 30%;
    }

    .pageIndex .swiper-fade .swiper-slide.swiper-fade .swiper-slide-active:after {
        bottom: 22%;
        width: 80%;
    }
}


@media screen and (max-width: 414px) {}