@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* header商品下拉超過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 { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
}
/*預設解除背景輪播--結束*/


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { 
        padding:30px 0 70px; 
    }
    #to_top { bottom:60px;}
    #bottom_menu {
        display: none;
    }
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: #fff;
    }
}
    
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    


/* = = = 浮動按鈕 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

 .fa-fb-messenger:before {
    content: "\f39f";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}

/* 停留在該頁時 */
.page strong {
    background: #6a3906;
}

/* 其他頁 */
.page li {
	margin: 0;
}
.page li a, .page li strong {
    width: 35px;
    height: 35px;
}
.page li a {
    color: #4C5259;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #aacc03;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.header_area {
    position: fixed;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.navigation {
    display: block;
}
.nav-header {
    max-width: 150px;
    margin: 0 auto;
    transition: all .3s;
}
.nav-brand {
    z-index: 9999999;
}
.me_tp_features {
    display: none;
} /* header聯絡按鈕--隱藏 */


/* .stellarnav */
.stellarnav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.stellarnav ul {
    display: flex;
    max-width: 1500px;
    justify-content: space-between;
}
.stellarnav > ul:before {
    content: "";
    display: block;
    width: 250px;
}
.stellarnav > ul > li > a {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    overflow: unset;
}
.stellarnav > ul > li > a::before {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    bottom: -5px;
    background-image: url(
    https://pic03.eapple.com.tw/alishan/keypoint.svg);
    width: 18px;
    height: 21px;
    opacity: 0;
    z-index: -1;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li:nth-of-type(1) {
    order: -3;
}
.stellarnav > ul > li:nth-of-type(2) {
    order: -2;
}
.stellarnav > ul > li:nth-of-type(3) {
    order: -1;
}

.stellarnav ul ul {
    background: #090500;
}
.stellarnav li li {
    border: 0;
}
.stellarnav li a {
    color: #b7b7b7;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 15px 12px 10px;
}


/* 下滑設定 */
.header_area.sticky {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.header_area.sticky .nav-header {
    max-width: 80px;
    transition: all .3s;
}


/* hover */
.stellarnav *,
.stellarnav > ul > li > a::before,
.stellarnav > ul > li > a:hover:before {
    transition: all .3s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: #FFDE55;
} /* 主選單一般變色 */
.stellarnav > ul > li > a:hover::before,
.stellarnav > ul > li:hover > a::before {
    bottom: 0;
    opacity: 1;
}
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a,
.stellarnav li li.drop-left:hover > a  {
    color: #fff;
    background: #181818;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */

@media screen and (max-width: 1300px) {
    .nav-header {
        max-width: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .stellarnav > ul:before {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {

    .nav-header {
        max-width: 60px;
        margin: 0 15px 0 auto;
    }
    .header_area.sticky .nav-header {
        max-width: 60px;
    }

    .stellarnav .menu-toggle {
        padding: 3px;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        background: ;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {

    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {

    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }


    .stellarnav.mobile {
        transform: unset;
        border: solid 1px #fff;
    }
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        background: #060606;
        border: 0;
    }


    /* 選單設定--開始 */
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #231815 solid;
    }
    .stellarnav > ul > li > a::before {
        display: none;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 40px;
    }
    .stellarnav li li > a {
        padding: 10px 10px 10px 40px;
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 2px #777;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile ul ul {
        background: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        background: #000000;
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    .stellarnav.mobile li li.has-sub li a {
        padding: 10px 43px 10px 55px;
    }
    /* 選單設定--結束 */
}

@media screen and (max-width: 570px) {
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3%;
} /* 大圖點點 */


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

footer {
    font-family: 'Noto Sans TC', sans-serif;
    background: #000000 !important;
    padding: 80px 0 0 !important;
}
footer::after {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/alishan/tsou.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
}
.footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.footer_logo {
    max-width: 120px;
}
.box_link {
    display: none;
}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #484848;
    padding: 30px 10px 10px;
    margin-top: 20px;
}
.footer_info li p, 
.footer_info li p a,
.footer_menu a {
    color: #fff;;
}
.footer_info li p {
    line-height: 250%;
}
.footer_menu a {
    letter-spacing: 2px;
    border: 0;
    background: transparent;
    margin: 0 8px 8px 0;
}
.copy, 
.copy a {
    color: #6f6f6f;
}
.copy {
    max-width: 1300px;
    letter-spacing: 1px;
    text-align: right;
    border: 0;
    padding: 10px 10px 20px 10px;
    margin: 0 auto;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #777777;
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 920px) {
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 680px) {
    .footer_info ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    .footer_menu {
        grid-template-columns: repeat(2,1fr);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 內頁設定 */

body {
    background-image:url(https://pic03.eapple.com.tw/alishan/ab_bg01.jpg);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.product_page .show_content,
.product_info_page .show_content { 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    align-items: flex-start; 
    align-content: flex-start;
}

/* 商品分類 */
.product_page .product_menu_list { 
    position: relative; 
    width: 220px; 
    letter-spacing: 1px; 
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}
.product_page .products-list,
.product-wrapper { 
    width: calc(100% - 270px);
}
.product-layer-two > li { 
    width:100%; 
    max-width:100%; 
    padding:0; 
    text-align:left; 
    border-bottom:1px dotted #ccc; 
    padding-bottom: 5px;
}
.product-layer-two li ul { 
    position:static; margin-top:5px; 
    /*display:block !important;*/ 
    width:100%; margin-left:0;
}
.product-layer-two li li { 
    display: block; 
    padding:0; 
    transition:all ease .3s;
}
.product-layer-two li li a{ 
    padding:5px 10px;
}
.product-layer-two > li ul > li + li { 
    margin-top:5px;
}
.product-layer-two li li > a:before { 
    content: ""; 
    position: absolute; 
    width: 12px; 
    height: 8px; 
    background: transparent; 
    left: 0; 
    margin-left: -20px; 
    top: 50%; 
    margin-top: -4px; 
    clip-path: polygon(0 0, 100% 50% , 0 100%);
}

/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 15px;
}
.product-layer-two li li:hover > a { 
    background:#fff; 
    color:#ad925e;
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}

/* 商品列表 */
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.products-list .price b.ori_price {
    color: rgba(51, 51, 51, 0.4);
}
.products-list .price b.sp_price,
.products-list .price b {
    color: rgba(51, 51, 51, 1);
}


/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.product_info_page .half_box { 
    width: 100%; 
    float: none; 
    padding-right: 0;
}
.product_info_page .half_box li.btn_blankTop { 
    margin-top: 50px; 
    justify-content: space-between; 
    display: flex;
}
.product_info_page .half_box li.btn_blankTop input { 
    width: calc(50% - 10px); 
    background-image: none; 
    padding: 0; 
    text-align: center;
}
.sidebarBtn {
    border: 0;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: 'Noto Sans TC', sans-serif;
    color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    background: #F7F5F2;
    border: solid 2px #F7F5F2;
    border-radius: 0;
    padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #F7F5F2;
    border: solid 2px rgb(196 196 196 / 80%);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
}

/* 商品資訊&相關推薦 */
.prod_related * {
    transition: all ease-in .3s;
}
.prod_related {
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.related_list li a {
    background: transparent;
}
.related_list li a p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ------結帳頁面------ */
.rewrite_simple {
    background: #333333 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: rgb(138, 138, 138) url(../images/simple_right.png) 88% center no-repeat;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    color: #333;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}



@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
    /* 購物車頁面設定 */
    

    /* 商品分類 */
    .product_menu_list,
    .products-list,
    .product-wrapper { 
        width: 100%;
    }
    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: #F7F5F2;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        margin: 0;
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* ----blog_page---- */

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search {
    margin-bottom: 30px;
}
.blog_search input[type=submit] {
    border: 0;
    border-radius: 0;
    background: url(https://pic03.eapple.com.tw/NinisStudio/article_search.svg) no-repeat center center;
}
.blog_le {
    width: 250px;
}
.blog_le .accordion {
    font-family: "Comme", serif, 'Noto Sans TC', sans-serif;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 10px 15px;
}
.accordion li .link a {
    font-size: 15px;
    font-weight: normal;
    color: #4D4D4D;
}
.blog_le .accordion li .link i {
    font-size: 14px;
}
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}
.submenu {
    background: transparent;
}
.submenu li+li {
    border-top: 0;
}
.submenu a i {
    display: none;
}
.accordion li+li .link {
    border: 0;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: "\f078";
    transform: rotate(-180deg);
}
.fa-chevron-down::before,
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}

/* 文章分類 - hover */
.blog_le .accordion > li.on_this_category {
    color: #BC070A !important;
    background: transparent !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: #BC070A;
    background: transparent !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: #BC070A !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #BC070A !important;
}
.blog_le .accordion > li.on_this_category .link i {
    color: #BC070A !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link i {
    color: #BC070A !important;
} /* 點擊分類 */

.submenu li.on_this_category a, 
.submenu a:hover {
    background: transparent;
    color: #BC070A;
}


/* 文章列表 */
.blog_ri {
    width: calc(100% - 260px);
}
.blog_subbox {
    display: flex;
    flex-direction: column;
}
.subbox_item {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}
.subbox_item a {
    grid-template-columns: 180px 1fr;
    grid-gap: 50px;
}
.subbox_item a:before, 
.subbox_item a:after {
    display: none;
}
.blog_list_ri h5 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    color: #BC070A;
    letter-spacing: 1px;
}
.blog_list_ri p {
    color: #4D4D4D;
    letter-spacing: .03em;
    line-height: 140%;
    -webkit-line-clamp: 6;
}

/* 文章列表 - hover */
.subbox_item a:hover {
    opacity: .7;
}


/* ----blog_in_page---- */
h4.blog_category_title {
    font-family: "Lexend", serif,'Noto Sans TC', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #BC070A;
    letter-spacing: .03em;
}
.blog_shareData {
    flex-direction: row;
}
.news_related {
    max-width: 1300px;
    background: transparent;
    margin: 0 auto;
}
.news_related h6 {
    max-width: 1300px;
    border-bottom: 1px solid #4D4D4D;
    padding: 10px 10px;
    margin: 0 20px 20px 20px;
}
.news_related h6 span:before {
    content: '其他日誌';
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4D4D4D;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-size: 16px;
    font-weight: 600;
    color: #90A183;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}
.blog_back {
    background: #ffffff;
    padding: 15px 0;
}
.blog_back a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #4D4D4D;
    letter-spacing: 1px;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back, 
.blog_back a.article_btn_next {
    background: transparent;
}
.lastPage {
    background: #0B92B7;
}

/* hover */
.blog_back a,
.blog_back a:hover {
    transition: all .3s;
}
.blog_back a:hover {
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .blog_page .main_part,
    .blog_in_page .main_part {
        padding: 10px;
    }
    .blog_le,
    .blog_ri {
        width: 100%;
    }
    .blog_search {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .subbox_item a {
        grid-template-columns: 160px 1fr;
        grid-gap: 30px;
    }
    .blog_list_ri p {
        -webkit-line-clamp: 4;
    }
}

@media screen and (max-width: 400px) {
    .subbox_item a {
        grid-template-columns: 130px 1fr;
        grid-gap: 15px;
    }
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .blog_list_ri p {
        -webkit-line-clamp: 3;
    }
}


/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_page form {
    display: flex;
    flex-direction: column;
}
.contact_content .information_left {
    width: 100%;
    padding: 0 7%;
    margin-bottom: 5%;
}
.contact_content .information_right {
    width: 100%;
    background: #fff;
    padding: 5% 7%;
}
.blank_letter {
    font-family: 'Noto Serif TC', sans-serif;
    color: #0B92B7;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 150%;
    padding-bottom: 30px;
}

/* 左-聯絡資訊 */
.blank_letter.i {
    text-align: center;
}
.list_before {
    display: flex;
    justify-content: space-between;
    width: 550px;
    font-size: 16px;
    margin: 0 auto;
}
.list_before.info li {
    display: inline-block;
    font-size: 18px;
    color: #212121;
    letter-spacing: 1px;
    line-height: 180%;
    padding-left: 50px;
}
.list_before.info li:before {
    width: 60px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    color: #0B92B7;
    letter-spacing: 2px;
}
li.PHONE, li.FAX {
    display: none;
}
.contact_le_map {
    display: none;
}

/* 右-表單 */
.note {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 15px;
}
.red {
    color: #D1492A;
}
.contact_form {
    grid-gap: 25px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
}
.contact_form li .form__label {
    text-align: left;
}
.noborder:focus {
    outline: none;
}
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: 0;
    background: #F4F4F4;
    padding: 10px;
}
.contact_form li.last cite {
    border: 1px #BC070A solid;
    background: #BC070A;
}
.contact_form li.last blockquote {
    border: 1px #cacaca solid;
}
.contact_form li.last blockquote, 
.contact_form li.last cite {
    width: 200px;
}
.contact_form li .form__label {
    text-align: left;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 50px;
}


/* hover */
.contact_le_nomap,
.contact_le_nomap:hover,
.contact_le_nomap iframe,
.contact_le_nomap:hover iframe {
    transition: .5s ease-in-out;
}
.contact_le_nomap:hover {
    background: rgb(0 58 147 / 0%);
}
/* .contact_le_nomap:hover iframe {
    mix-blend-mode: normal;
    filter: grayscale(0);
} */
.contact_form li.last blockquote:hover input, 
.contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last blockquote:hover {
    background: #f7f7f7;
}
.contact_form li.last cite:hover {
    opacity: .7;;
}
.contact_form li.last cite:hover i.fa-arrow-right::before {
    left: 45px;
    transition: all .3s;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .list_before.info li {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .blank_letter {
        font-size: 26px;
    }
    .contact_form {
        grid-gap: 5px;
    }
    .contact_form li .form__label {
        background: transparent;
    }
	.noborder {
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_page .main_part {
        padding: 20px 10px 10px;
    }
    .list_before.info {
        flex-direction: column;
    }
    .contact_content {
        padding: 0 0 15px;
    }
    .contact_form li.last blockquote, .contact_form li.last cite {
        width: 130px;
    }
    .contact_form li.last cite input {
        padding: 7px 25px;
    }
    .contact_form li.last cite:hover i.fa-arrow-right::before {
        left: 15px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    font-family: "Comme", serif, 'Noto Sans TC', sans-serif;
    color: #90A183;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
#to_top i.top {
    width: 15px;
    height: 15px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #90A183;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


@media screen and (max-width: 768px) {
    #to_top { bottom:65px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 26vw;
    background-image: url(https://pic03.eapple.com.tw/alishan/banner.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.banner h5 {
    font-family: 'Noto Sans TC', sans-serif;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 90px;
}
.banner h5:after {
    content: "";
    display: block; 
    position: relative;       
    font-family: '', 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;    
}

/*促銷方案*/
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
.banner.banC {}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {}

/*商品展示*/
.banner.banF {}

/*文章管理*/
.banner.banblog {}

@media screen and (max-width: 1200px) {
    .banner {
        min-height: 40vw;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        min-height: 50vw;
    }
    .banner h5 {
        font-size: 26px;
        margin: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









