@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-of-type(4)>ul>li:first-of-type {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    display: flex;
    align-items: center;
}

.nav-header {
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .5));
    transition: all ease 1.2s;
}

.sticky .nav-header {
    filter: none;
}

.nav-brand,
.nav-brand img {
    display: block;
    position: relative;
    transition: all ease 1.2s;
}

.nav-brand img {
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, .5));
}

.sticky .nav-brand img {
    opacity: 0;
}

.nav-brand:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 200px;
    background: url(https://pic03.eapple.com.tw/hunglandscape/hlogo.svg) center no-repeat;
    height: auto;
    aspect-ratio: 4 / 1;
    background-size: cover;
    opacity: 0;
    transition: all ease 1.2s;
}

.sticky .nav-brand:after {
    opacity: 1;
}

.header_area {
    position: fixed;
}

.header_area,
.header_area.sticky {
    background: transparent;
    padding: 0;
}

.main_header_area .container {
    max-width: 1800px;
    padding: 20px 6%;
}

.stellarnav ul {
    font-family: 'Noto Sans TC', Microsoft JhengHei, 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 20px;
    line-height: 34px;
    font-size: 15px;
    height: 100%;
    color: #fff;
    letter-spacing: .5px;
    display: block;
    font-weight: 500;
    margin: 0 4px;
    background: #97A38D;
    border-radius: 20px;
    transition: all ease 0.3s;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    background: #7C8A71;
}

.me_tp_features {
    display: none;
}

/*次分類*/
.stellarnav>ul>li>ul {
    padding-top: 6px;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .6s;
    animation: navi 0.3s;
}

@keyframes navi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stellarnav li li {
    background: #97A38D;
    border: none;
    margin-bottom: 0;
}

.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: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    transition: all ease .3s;
}

.stellarnav>ul>li>ul>li:hover,
.stellarnav ul ul ul>li:hover {
    background: #586b5b;
}

.stellarnav li.drop-left ul ul {
    left: 100%;
    right: auto;
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#content_main,
#content {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.path {
    display: none;
}

.main_part {
    width: 90%;
    max-width: 1400px;
    padding: 50px 0;
}

.show_content,
.contact_content {
    padding: 0;
}


/*預設解除背景輪播*/
#content_main {
    margin-top: 100vh;
}

.bannerindex {
    z-index: 10;
}

/*.bannerindex:before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 6%, transparent 12%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 9;
}*/

.swiper-banner .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.swiper-pagination {
    display: none;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 450px;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 25%, transparent);
    z-index: 99;
}

.services_page .banB {
    background: url(https://pic03.eapple.com.tw/hunglandscape/ba_s.jpg) center/cover no-repeat;
}

.banC {
    background: url(https://pic03.eapple.com.tw/hunglandscape/ba_c.jpg) center/cover no-repeat;
}

.banB {
    background: url(https://pic03.eapple.com.tw/hunglandscape/ba_b.jpg) center/cover no-repeat;
}

.banblog {
    background: url(https://pic03.eapple.com.tw/hunglandscape/ba_e.jpg) center/cover no-repeat;
}

.banE {
    background: url(https://pic03.eapple.com.tw/hunglandscape/ba_a.jpg) center/cover no-repeat;
}

.banner h5 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .75));
    letter-spacing: 4px;
    max-width: 1400px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Anton', 'Noto Serif TC';
    writing-mode: vertical-lr;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: absolute;
    top: calc(50% + 80px);
    transform: translateY(-50%);
    z-index: 999;
}

.banner h5:after {
    display: block;
    content: "";
    font-size: 66px;
    font-weight: normal;
    writing-mode: horizontal-tb;
}

.services_page .banB h5:after {
    content: "SERVICE";
}

.banC h5:after {
    content: "CONTACT";
}

.banB h5:after {
    content: "PROCESS";
}

.banblog h5:after {
    content: "BLOG";
}

.banE h5:after {
    content: "WORKS";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 5 / 6;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}

.show-list .show_name {
    margin-top: 6px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
}

.show-list .item:hover .show_name {
    color: #97A38D;
}

.other_album_choice li {
    background: #97A38D;
}

.subalbum-menu h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    margin-top: 20px;
    padding: 0;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #7a6a56;
    font-size: 20px;
}

.blog_list_ri em {
    font-weight: 400;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    line-height: 155%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    font-size: 16px;
    border-top: 1px solid #bbb;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.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 {
    background: #ccad84 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #c5ac8e !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.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;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #fcf9f4;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left: #fcf9f4 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #7a6a56;
}

.blog_box_edit {
    color: #545454;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #97A38D;
    transition: all .3s ease;
}

.news_related {
    padding: 48px 0;
    background: #7C8A7119;
}

.news_related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #c5ac8e;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #666;
}

.news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡*/
.blank_letter {
    padding-top: 10px;
    color: #586B5B;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.information_right .blank_letter {
    display: flex;
    justify-content: space-between;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.contact_form li:nth-of-type(-n+4),
.contact_form li:nth-last-of-type(-n+2) {
    width: calc(50% - 10px);
}

.contact_form li.last {
    margin-top: auto;
    margin-bottom: 0;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: #f9f9f9;
    padding: 8px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.contact_form li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0;
    border-bottom: none;
    color: #444;
    grid-gap: 8px;
}

.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-weight: normal;
    padding: 0;
    background: none;
}

.star {
    order: 1;
    height: 18px;
}

.contact_content>form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact_content .information_left {
    width: 320px;
}

.contact_content .information_right {
    width: calc(100% - 335px);
    padding-left: 60px;
}

.contact_form li .form__insert {
    line-height: 165%;
}

.contact_le_nomap {
    height: 380px;
}

.contact_form li.last blockquote {
    color: white;
    border-color: #9cc5a3;
    background: #9cc5a3;
}

.contact_form li.last cite {
    background: #c5ac8e;
    border-color: #c5ac8e;
    color: white;
}

/*footer*/
.footer {
    background: #2D3C32;
    padding: 40px 0 0;
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 200px;
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 1800px;
    padding: 0 6%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #fff;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 49%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    border-radius: 26px;
    padding: 6px 16px;
    border: none;
    background: transparent;
    margin: 0;
    margin-left: 12px;
}

.footer_menu a:hover {
    background: #7C8A71;
    color: #fff;
}

.copy,
.copy a,
.copy a:hover {
    color: #C5AC8E;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.copy {
    text-align: left;
    padding: 5px 6% 52px;
    border-top: none;
    max-width: 1800px;
    margin: 0 auto;
}

.box_link {
    display: none;
}

/*左浮動*/
#to_top {
    bottom: 20px;
    right: auto;
    left: 16px;
    width: 44px;
    height: 44px;
    color: transparent;
    background: #333;
    box-shadow: none;
    border-radius: 0;
}

#to_top i.top {
    width: 14px;
    height: 14px;
    top: 14px;
    transform: translateY(-50%);
}

#to_top i.top:before,
#to_top i.top:after {
    height: 10px;
    width: 2px;
    top: 0;
    left: 46%;
}

#to_top i:before,
#to_top i:after {
    background: #fff;
}

@media screen and (max-width: 1360px) {

    .bannerindex,
    .swiper-banner .swiper-slide img {
        position: relative;
        height: auto;
    }

    .swiper-banner {
        position: static;
        margin: 0;
        height: auto;
    }

    #content_main {
        margin-top: 0;
    }

    .navigation {
        flex-direction: column;
        justify-content: flex-start;
    }

    .nav-header {
        position: static;
        text-align: center;
        max-width: 175px;
    }

    .stellarnav {
        max-width: 100%;
    }

    .stellarnav ul {
        text-align: center;
        margin-top: 20px;
    }

    .footer_info li p {
        width: 100%;
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .footer_menu {
        position: static;
        width: 100%;
    }

    .footer_info ul {
        gap: 20px;
        padding: 0;
        flex-direction: column;
        width: 100%;
    }

    .footer_menu a {
        margin-left: -12px;
        margin-right: 16px;
    }

    .copy {
        text-align: left;
    }

    .footer .center {
        padding: 0 5%;
    }

    .copy {
        padding: 5px 5% 60px;
    }

    .footer_info li+li {
        margin-top: 0;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
    }

    .contact_form li:nth-of-type(-n+4),
    .contact_form li:nth-last-of-type(-n+2) {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .footer.with_shopping_mode {
        padding: 40px 0;
    }

    #to_top {
        bottom: 68px;
        left: 10px;
    }

    .header_area {
        position: sticky;
        box-shadow: 0 0 20px rgba(0 0 0 / 6%);
    }

    .nav-brand:after {
        opacity: 1;
    }

    .nav-header,
    .nav-brand img {
        filter: none;
    }

    .main_header_area {
        background: #fff;
    }

    .main_header_area .container {
        padding: 9px 10px 12px;
    }

    .stellarnav ul {
        margin-top: 0;
    }

    .stellarnav a {
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after,
    .stellarnav>ul>li>ul>li>a.dd-toggle .icon-plus:before,
    .stellarnav>ul>li>ul>li>a.dd-toggle .icon-plus:after {
        border-color: #fff;
    }

    .stellarnav.mobile li li a.dd-toggle {
        margin-right: 6px;
    }

    .stellarnav.mobile li li.open a.dd-toggle {
        margin-right: 5px;
        margin-top: 3px;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        border-radius: 0;
        background: none;
        color: #545454;
    }

    .stellarnav>ul>li>a:hover,
    .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
        background: none;
        color: #425346;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a,
    .stellarnav.mobile>ul>li>a {
        height: auto;
        line-height: 150%;
        padding: 10px 44px 10px 10px;
        margin: 0 8px;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #7C8A71;
    }

    .stellarnav.mobile>ul {
        border-top: none;
        border-right: none !important;
        background: #edf2eb;
        box-shadow: 0 0 10px rgba(0 0 0 / 12%);
    }

    .stellarnav.mobile li.open {
        background: #e0e8dd;
    }

    .stellarnav.mobile li.open li.open {
        background: #7C8A71;
    }

    .stellarnav li.drop-left ul ul {
        left: 0;
    }

    .stellarnav>ul>li>ul {
        padding-top: 0;
    }

    .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) {
        text-align: left;
        padding: 10px 18px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 8px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        margin-top: 6px;
    }

    .stellarnav.mobile li li.has-sub a:not(.dd-toggle) {
        padding: 10px 18px;
    }

    .banner {
        height: 250px;
    }

    .banner h5 {
        top: calc(50% + 40px);
        font-size: 18px;
    }

    .banner h5:after {
        font-size: 48px;
    }

    .contact_content .information_right,
    .contact_content .information_left {
        width: 100%;
        padding: 0;
    }

    .contact_content>form {
        gap: 40px;
    }

    .blank_letter {
        font-size: 24px;
    }

    .list_before {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .contact_le_nomap {
        height: auto;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .contact_form {
        margin-top: 20px;
    }

    .contact_form li.last {
        justify-content: flex-start;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        width: 120px;
    }

    .blog_ri {
        padding: 0;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .blog_list_ri em {
        margin-bottom: 12px;
    }

    .blog_list_ri p {
        padding: 10px 0 0;
        font-size: 15px;
    }

    .blog_search {
        margin-bottom: 20px;
    }

    .blog_box {
        margin-top: 0;
    }

    h4.blog_category_title {
        font-size: 24px;
    }

    .news_related h6 span:before {
        font-size: 22px;
    }

    .news_related_list li {
        width: calc((100% - 20px) / 2);
    }

    .show-list {
        grid-gap: 20px;
    }

    .pic-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .album_descrip {
        display: none;
    }

    .footer_menu a:hover {
        background: none;
    }

    .footer_menu a {
        border-radius: 0;
        padding: 8px 12px;
    }


}