@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}
*/
body{
    overflow: overlay;
}
&::-webkit-scrollbar {
    background: #000;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #000;
    border-radius: 0;
  }
&::-webkit-scrollbar-track-piece {
    background: #000;
  }

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #a0c63a;
  }

&::-webkit-scrollbar-track {
    box-shadow: transparent;
  }

  #content {
    background-color: #000000;
    background-position: top center;
    width: 100%;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*反白顏色*/
::-moz-selection{
    background-color: #444;
    color: #fff;
}
::selection{
    background-color: #444;
    color: #fff;
}
  
.swiper-slide img { height:auto;}
  

.swiper-slide:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/golfcityclub/banner01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-slide:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/golfcityclub/banner02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
  
@media screen and (max-width: 768px) {
    .swiper-slide img {
      width: 150%;
    }
    .swiper-wrapper .swiper-slide:after{
      background-position: 0px;
    }
}

  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#9DC339; color: #fff; display: inline-block; margin-top: 20px; margin-left: auto; height: 40px; line-height: 40px; overflow: hidden; width: 150px;
    text-align: center;
    position: relative;
    border-radius: 30px;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}
.swiper-pagination-bullets.swiper-pagination-horizontal{ left: 50%;}


/*預設解除背景輪播*/
#content_main {
    margin:0;
    background: #000000;
}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/* 最新消息 */
.news_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 120px 0;
}
.news_part .title_i_box h4 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.news_list ul {
    list-style: none;
    display: block;
    padding: 0 10px;
    width: 60%;
    margin: 0 auto;
}

.i_news_b * {
    color: #000;
    transition: all .5s;
}


@media screen and (max-width: 1024px) {
    .news_list ul{
        width: 90%;
    }
    
}
@media screen and (max-width: 600px) {
    .news_list ul li {
        background: transparent;
        border: 1px #ffffff2e solid;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 88%;}
.navigation {padding: 0; display: flex;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #fff;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #fff;}
.nav-dropdown>li {    text-align: center;}
.pageIndex .header_area {
    background: linear-gradient(180deg, rgb(216 213 213 / 50%), #ffffff00);
    transition: all 0.3s;
    backdrop-filter: none;
    position: fixed;
    z-index: 9999;
    backdrop-filter: blur(3px);
    padding: 0px;
}
.header_area.sticky {
    background: #0d1918;
    box-shadow: #00000047 1px 1px 5px;
    backdrop-filter: blur(8px);
    transition: all 0.3s;
}
.header_area {
    top: 0;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
    backdrop-filter: none;
    position: fixed;
    z-index: 9999;
    padding: 0px;
}

/*  */


.me_tp_features{
    display: none;
}

.stellarnav {
    position: relative;
    width: 100%;
    z-index: 66;
    line-height: normal;
}
.stellarnav ul {
    margin: 0;
    text-align: right;
    padding: 10px 10px 10px 210px;
}
.header_area.sticky ul.anchorList {
    margin: 0;
    text-align: right;
    padding: 0px 10px 0px 210px;
}
.stellarnav > ul > li {
    height: auto;
    padding: 10px 0;
    overflow: visible;
    position: relative;
    margin: 0 20px;
}
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 0px;
    background-color: #aec571;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: all 0.3s;
}
.stellarnav > ul > li:hover:before {
    height: 20px;
    transition: all 0.3s;
}



.stellarnav > ul > li > a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.stellarnav > ul > li > a:hover {
    color: #a0c63a;
    transition: all 0.3s;
}
.stellarnav > ul > li > a b {
    font-weight: 500;
}
.stellarnav > ul > li > a:hover b {
    transform: translate(-40px,0px);
}




.stellarnav > ul > li > a b:nth-of-type(2){
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%);
    width: 100%;    
    opacity: 0;
    color: #a0c63a;
    transition: all 0.3s;
}

.stellarnav > ul > li > a:hover b:nth-of-type(1){
    opacity: 0;
    transition: all 0.3s;
}
.stellarnav > ul > li > a:hover b:nth-of-type(2){
    opacity: 1;
    transition: all 0.3s;
}







/*  */


.header_area .stellarnav > ul > li > a {
    color: #ffffff;
    transition: all 0.3s;
    letter-spacing: 3px;
    text-indent: 3px;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #fff;
    transition: all 0.3s;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}



/*  */


.stellarnav li.has-sub > a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #fff;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}


.stellarnav li li{
    border: 0;
}
.stellarnav li li a {
    color: #aec571;
    padding: 10px 10px;
    border-left: 0px #aec571 solid;
    transition: all 0.3s;
    background: #080f0e;
    backdrop-filter: blur(5px);
}
.stellarnav li li a:hover{
    border-left: 10px #aec571 solid;
    transition: all 0.3s;
}
.stellarnav ul ul {
    background: #ffffffd4;
    padding: 0;
}
.stellarnav > ul > li.drop-left > ul {
    right: auto;
}




@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 98%;
    }
    .header_area .navigation {
        padding: 0px 0 0px 210px;
    }
    .nav-brand {
        display: inline-block;
        width: 130px;
    }
    .stellarnav ul {
        padding: 10px 10px 10px 10px;
    }
    .header_area.sticky ul.anchorList {
        padding: 0px 10px 0px 10px;
    }
    .stellarnav > ul > li{
        margin: 0 10px;
    }
}

@media screen and (max-width: 1224px) {
    .stellarnav > ul > li {margin: 0 2px;}
    .header_area .navigation {padding: 0px 0 0px 180px;}
    .nav-brand {width: 150px;}
    .sticky .nav-brand { width: 130px;}

}
@media screen and (max-width: 1024px) {
    .main_header_area .container {max-width: 100%;}
    .header_area .navigation {padding: 0;}
    .stellarnav > ul > li > a {margin: 0 0px;}
    .stellarnav > ul > li { margin: 0 0px;}
    .header_area .stellarnav > ul > li > a{letter-spacing: 1px; text-indent: 1px;}
    .nav-brand {width: 200px;}
}

@media screen and (max-width: 768px) {
    .pageIndex .header_area{    backdrop-filter: none;}
    .header_area{backdrop-filter: none;}
    .header_area.sticky {backdrop-filter: none;}
    .main_header_area .container {
        max-width: 90%;
    }
    .header_area.sticky .main_header_area {
        background: #0d1918;
    }
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 5px;
        width: auto;
        display: inline-block;
    }
    .stellarnav > ul > li > a:hover b:nth-of-type(1){
        opacity: 1;
        transition: all 0.3s;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #FFF;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #FFF;
        display: block;
        transform: scale(0.9);
    }
    .stellarnav > ul {
        text-align: center;
        padding: 0px 0;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #010101;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #000000f2;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #000;
    }
    .stellarnav.mobile ul ul {
        background-color: #000000d1;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: none;
        padding: 20px 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 30px;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #fff;
    }
    .stellarnav.mobile ul ul li{
        background-color: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #fff;
    }
    .header_area .stellarnav > ul > li > a {
        color: #fff;
        transition: all 0.3s;
        overflow: visible;
        padding: 10px 0;
    }
    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav .dd-toggle {
        top: 17px;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }
    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }
    .header_area.sticky .stellarnav > ul > li > a {
        color: #fff;
        transition: all 0.3s;
        overflow: visible;
    }
    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
    .stellarnav > ul > li::before{
        display: none;
    }
}
.page {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
    transition: all 0.3s;
}
.sticky .nav-brand img {
    display: block;
    filter: brightness(30);
}
.nav-header {
    position: absolute;
    z-index: 123;
    top: 10px;
    left: 0;
    transition: all 0.3s;
    max-width: 220px;
}
.sticky .nav-header {
    top: 8px;
    transition: all 0.3s;
}


.footer_logo img {width: 100%; display: none; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 10px;
}
.nav-brand {
    display: inline-block;
    width: 220px;
    transition: all 0.3s;
}
.sticky .nav-brand{
    width: 180px;
    transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
.header_area .nav-header {
    position: absolute;
    text-align: left;
    top: 10px;
}
.nav-brand {width: 200px;}
.nav-brand img {
    position: relative;
    max-width: 100%;
    z-index: 100000;
    transition: all 0.3s;
}
.header_area.sticky a.nav-brand::before {
    display: none;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.stellarnav > ul > li > a {
    margin: 0 5px;
    font-size: 14px;
}
.header_area.sticky .nav-header {
    top: 8px;
    transition: all 0.3s;
}

}

@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.header_area .nav-brand {
    display: inline-block;
    width: 180px;
    transition: all 0.5s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 150px;
    transition: all 0.5s;
}
.header_area.sticky a.nav-brand::before {
    width: 160%;
}
.header_area a.nav-brand::before{
    display: none;
}
.header_area.sticky a.nav-brand::before{
    display: none;
}
.header_area .nav-header {
    position: relative;
    text-align: center;
    display: block;
}
.nav-header {
    z-index: 0;
    top: -13px;
}
.footer_logo {
    display: block;
    margin: 0 auto;
    grid-row: unset; margin: auto;
}

.header_area.sticky .nav-header {
    display: block;
    top: 0;
    padding: 10px 0;
}
.header_area .nav-header {
    position: relative;
    text-align: center;
    display: block;
    top: 20px;
}
.header_area.sticky .main_header_area {
    backdrop-filter: none;
}
}
@media screen and (max-width: 500px) {
    .header_area .nav-brand {width: 150px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {    background: #0d1918;padding-top:50px;;}
.footer .center {    width: 95%;    max-width: 100%;    padding: 0 10px;}
.footer_logo{ 
    grid-row: 1/3;    
    background: url(https://pic03.eapple.com.tw/golfcityclub/f-logo.png) no-repeat center;
    height: 140px;
    max-width: 240px;
    width: 100%;
    position: relative;
    background-size: contain; 
}
.footer_logo a {    position: relative;max-width: 200px;display: block;}
.copy{border-top: none;background: #060606;}
.footer_info {padding: 0;grid-template-columns: 212px 1fr;grid-gap:0 30px;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {color: #ccc;
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    transition: all 0.3s;
    border: none;
    background: transparent;
    border-bottom: 1px solid;
}
.footer_menu a:hover {    color: #a0c63a;background: transparent;}

.footer_menu a:first-child {display: none;}/*回首頁隱藏*/


.footer_info li p{ color: #fff; }
a {color: #ffffff;}

.footer_info li p.mail{ display: none; }/*信箱隱藏*/

.footer_info li p{content: '店家地址：';}
.footer_info li p.phone:before{ content: '營業時間：';}/*手機：改營業時間：*/

.box_link{position: relative;max-width: 100%;flex-direction:row;justify-content: flex-start;right: unset;}
.box_link a {    border: none; color: #fff;padding: 0;}

/*隱藏*/
a.me_tp_call {display: none;}
a.me_tp_mail {display: none;}
p.tel {display: none;}

#to_top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding-top: 14px;
    background: #000000d9;
    box-shadow: none;
}
#to_top i:before, #to_top i:after{background: #fff;}

@media screen and (max-width: 768px) {
.footer.with_shopping_mode { padding: 100px 0 60px; }
.footer_info {grid-template-columns: 1fr;}
.box_link { justify-content: center; margin: 15px auto;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*側邊按鈕*/
.info_fix:hover>.linksBtn {background: #a0c63a;}
.info_fix_links a:hover {background: #a0c63a;}

/*隱藏*/
a.info_fix_default.info_fix_phone {display: none;}
a.info_fix_default.info_fix_tel {display: none;}
a.info_fix_default.info_fix_mail {display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.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 li:hover > a { background:#fff; color:#ad925e;}
.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 > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.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%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@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-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
/*內頁BANNER 設定*/
.banner {
    position: relative;
    background: transparent;
    height: 480px;
}
.banner h5 {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    text-indent: 3px;
    padding: 20px 15px;
}
.banner h5::before {
    content: "";
    display: block;
    color: #141414;
    font-size: 180px;
    font-family: "Ubuntu";
    padding: 0 500px 0 0;
    margin-bottom: -125px;
}
.banner.banblog h5::after {
    width: 54px;
    border: 1px solid #aec571;
    content: '';
    height: 1px;
    text-align: center;
    display: block;
    margin: 10px auto 0px;
    position: relative;
}
.banner.banE h5::after {
    width: 54px;
    border: 1px solid #aec571;
    content: '';
    height: 1px;
    text-align: center;
    display: block;
    margin: 10px auto 0px;
    position: relative;
}
.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banD {}
.banner.banE h5::before {
    content: "CASE";
}
.banner.banblog h5::before{
    content: "NEWS";
}


@media screen and (max-width: 1200px) {
    .banner h5::before {
        padding: 0px;
    }
}
@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 30px;
    }
    .banner h5::before {
        display: block;
        color: #151515;
        font-size: 130px;
        font-family: "Ubuntu";
        margin-bottom: -95px;
    }
    .banner {
        padding-bottom: 60%;
        height: 0;
        background-size: cover;
    }
}


/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #fff;
}
.promotion_title {
    padding: 13px 0;
    display: block;
}
.promotion_title span {
    border: none;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
.edit {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.edit * {
    word-break: break-all;
    color: #D1D1CE;
    width: 100%;
    margin-bottom: -5px;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 2%;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #ffffff1f;
    transition: all 0.3s;
}
.other_promotion li a:before{
    display: none;
}
.other_promotion li a:after{
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span{
    display: none;
}
.promotion_title * {
    vertical-align: middle;
    color: #b7b9a9;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #eaeaea;
    flex-direction: column;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #eaeaea;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }
    
}
@media screen and (max-width: 500px) {
    .other_promotion li {
        width: 100%;
    }
    .pmtTitle {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        color: #eaeaea;
        flex-direction: row-reverse;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.clearfix:before {
    content: " ";
    display: table;
}
.show-list .item a {
    text-align: center;
}


.other_subalbum li {
    background: #000000;
}
.other_subalbum li a p {
    letter-spacing: 1px;
    padding-top: 21px;
    padding-bottom: 13px;
    border-bottom: 1pt solid #aec571;
}


.show-list .item a {

    padding-top: 43px;
}


.subalbum-menu h2 {
    font-size: 20px;
    color: #FFF;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 400;
    background: #aec571;
    padding: 10px 0px;
}

.show-list .show_name {
    font-weight: 400;
    color: #fff;
}

.show-list .item:hover .show_name {
    color: #aec571;
}

.other_album_choice li {
    background: #aec571;
}

.other_album_choice li:hover {
    background: #a0c63a;
}


.other_album_choice li a {
    color: #fff;
    letter-spacing: 1px;
}


.pic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}


.pic-list .show_pic {
    border-radius: 10px;
}
.album_fixed_title {
    font-size: 17px;
    color: #fff;
    padding-right: 14px;
    display: inline-block;
    position: relative;
    background: #000000;
    margin-bottom: 15px;
}

/*相簿外層特效*/


.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    transition: opacity 0.1s, transform 0.1s;
  }


  .overlay::before {
    content: '>';
    width: 37px;
    height: 37px;
    position: absolute;
    top: 46%;
    left: 46%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    color: white;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
    background: #a0c63a;
}

  .overlay:hover:before {
    opacity: 1;
    transform: scale(1);
    

}

.show-list .item a:hover .show_pic img {
    transform: translate(0%, 0%) scale(1.15);
    filter: none;
    transition: all .6s;
}
    
.show_pic img {
    transition: all .6s;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */

.product_page .main_part {
    max-width: 1440px;
    padding: 50px 0;
}
.show_content {
    margin: auto;
    padding: 10px 0;
}
.product-layer-two {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-layer-two li {
    display: inline-block;
    margin: 1%;
    position: relative;
    width: calc(100% / 6 - 2%);
}
.products-list .item {
    width: calc(100% / 3 - 2%);
    padding: 0;
    margin: 1%;
    overflow: hidden;
}
.clearfix:before, .clearfix:after{
    display: none;
}
.products-list {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.products-list .pic {
    position: relative;
    padding-bottom: 56%;
}

.products-list a:hover .pic img{
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}

.product-layer-two li a {
    position: relative;
    border: 0;
    background: transparent;
    padding: 5px 15px;
    display: block;
    font-size: 16px;
    color: #b7b9a9;
    border-bottom: 1px #b7b9a9 solid;
    transition: all 0.5s;
}
.product-layer-two li a:hover,.product-layer-two li.active a {
    color: #fff;
    background-color: #00000025;
    border: 0;
    border-bottom: 1px #b7b9a9 solid;
    transition: all 0.5s;
}

.product-layer-two li.active a::before {
    width: 20%;
    margin-right: 5px;
    transition: all 0.5s;
}

.products-list .pic img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}


.products-list .pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s;
}

.products-list a:hover .pic::after {
    opacity: 1;
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin-top: 0;
    opacity: 0;
    font-weight: bold;
    transition: all 0.5s;
}
.products-list a:hover .name{
    opacity: 1;
    transition: all 0.5s;
}
.products-list .more{
    display: none;
}





/* 購物業 內業 */
.product_info_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 50px 0;
}
.product_info_page .product-layer-two {
}


/* 購物車圖片 */
.product_pic {
    display: flex;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    flex-direction: row;
}
.product_pic .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    max-width: 500px;
    margin: 0;
    padding: 0 0px;
}
.product_pic #bx-pager {
    display: flex;
    vertical-align: top;
    width: 13%;
    padding: 0;
    font-size: 12px;
    color: #391911;
    position: relative;
    top: auto;
    left: 0;
    flex-direction: column;
    order: -1;
    margin-right: 4%;
}
.product_pic #bx-pager h6{
    display: none;
}
.product_pic #bx-pager a img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    background: #fff;
}
.product-wrapper {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.product_main {
    padding: 0;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    vertical-align: top;
}
.prod_info_clearfix {
    display: none;
}

.product_pic .bx-wrapper .bx-viewport {height: 100% !important;background: transparent;}
.bxslider{
}
.bxslider li{overflow: hidden;}
.bxslider li::before {
    content: '';
    display: block;
    padding: 56% 0 0 0;
    overflow: hidden;
    position: relative;
  }
.bx-wrapper img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    transform: translate(0, -22%);
}
.product_pic #bx-pager a {
    overflow: hidden;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 20px;
}



/* 右邊選單 */
.sidebarBtn {
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    background: transparent;
    padding: 50px 0;
    text-align: center;
    order: -1;
}
.sidebarBtn .price span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.sidebarBtn .price {
    color: #b7b9a9;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #b7b9a9;
    letter-spacing: 1px;
}
.sidebarBtn h2 {
    color: #9f8e70;
    font-size: 30px;
    width: 60%;
    text-align: left;
    margin: 0 auto;
}
.sidebarBtn .sp_price {
    display: block;
    color: #735A4C;
    font-size: 22px;
    font-weight: bold;
}
.product_info li span {
    display: block;
    font-size: 12px;
    color: #b7b9a9;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.product_info li {
    margin: 50px 0;
}
.product_info {
    margin: 20px 0;
    display: none;
}
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #b7b9a9;
    font-family: "微軟正黑體";
}
.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    margin-left: 4px;
    color: #444;
    padding-left: 5px;
    background: #0000;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #0000006e;
    color: #fff;
    border: none;
}
.toShare{
    display: none;
}
input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    border: #b7b9a9 1px solid;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #3f3f3f;
    color: #fff;
}
.inquiry_a2 {
    background: #3f3f3f;
}




/* 底下選項 */
ul.prod {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    align-content: center;
    align-items: center;
}
ul.prod > li:nth-child(1){
    width: 100%;
}
ul.prod > li:nth-child(2){
    display: none;
    width: 40%;
}
ul.prod li h3.prod-thumb {
    display: none;
    background: transparent;
    color: #3f3f3f;
    text-align: center;
    padding: 10px 15px;
    border-bottom: 1px #de951d solid;
    font-size: 22px;
}
ul.prod li .prod-panel {
    color: #b7b9a9;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    transition: all 0.3s;
    font-family: "微軟正黑體";
    text-align: center;
    width: 100%;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    margin-top: 30px;
}
.half_box {
    width: 100%;
    float: left;
    padding-right: 0;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
}
.half_box ul{
    width: 50%;
}
.half_box li.btn_blankTop {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.productBtn {
    width: 48%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
}
.lastaction {
    background: transparent;
    color: #b7b9a9;
    background-image: none;
    border: 1px #b7b9a9 solid !important;
    transition: all 0.3s;
}
.lastaction:hover {
    color: #fff;
    background: #b7b9a9;
    transition: all 0.3s;
}
input[type="submit"]:hover {
    background: #b7b9a9;
    border: #b7b9a9 1px solid;
    color: #fff;
    transition: all 0.3s;
}
.qaform .breakF {
    border-radius: 5px;
    background: transparent;
    border: 1px #5656564a solid;
}


/* 相關推薦 */
.prod_related {
    background: transparent;
    padding: 20px 0;
}
.prod_related h6 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 10%;
    border-bottom: 1px #9f8e70 solid;
    padding: 10px 15px;
}
.prod_related h6 span:before {
    display: none;
    content: '相關推薦';
    font-size: 22px;
    color: #3f3f3f;
}
.related_list {
    margin-top: 76px;
}
.lastPage {
    background: #9f8e70;
}
.related_list li a {
    display: block;
    padding: 4px;
    background: transparent;
}
.related_list li a img {
    transition: all 0.3s;
}
.related_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.related_list li a p {
    display: block;
    margin-top: 26px;
    color: #b7b9a9;
}

@media screen and (max-width: 1024px) {
    .product_page .main_part {
        width: 100%;
        max-width: 100%;
    }
    .product-layer-two {
        margin: 0;
        padding: 10px;
        width: 100%;
        background: transparent;
    }
}


@media screen and (max-width: 768px) {
    .show_content {
    }
    .products-list .item {
        width: calc(100% / 2 - 2%);
    }
    .product-layer-two li {
        width: calc(100% / 3 - 2%);
    }
    .mobile_product_name {
        display: none;
    }


    .product_main {
        width: 100%;
    }
    .sidebarBtn {
        padding: 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: none;
        background: transparent;
        padding: 0 0;
        margin: 20px 0;
    }
    ul.prod {
        list-style: none;
        display: flex;
        width: 100%;
        margin-top: 50px;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    ul.prod > li:nth-child(1) {
        width: 100%;
        margin: 20px 0;
    }
    ul.prod > li:nth-child(2) {
        width: 100%;
        margin: 20px 0;
    }

    .product_pic {
        display: flex;
        padding-bottom: 0;
        padding-left: 0;
        position: relative;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }
    .product_pic #bx-pager {
        display: flex;
        vertical-align: top;
        width: 100%;
        padding: 5%;
        flex-direction: row;
    }
    .product_pic #bx-pager a {
        padding-bottom: 10%;
        margin: 5px;
    }
    ul.prod li .prod-panel{
        width: 80%;
    }
}

@media screen and (max-width:500px) {
    .products-list .item {
        width: 100%;
    }
    .product_pic .bx-wrapper .bx-viewport {
    }
    .bxslider li {
        height: auto;
    }
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*首頁文章設定*/
.module_i_news {
    padding: 50px 20px;
}
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #0d191882;
    opacity: 0;
    border: 1px #0d1918 solid;
    transition: all .6s;
}
.module_i_news .title_i_box h6 {
    display: block;
    width: fit-content;
    font-size: 180px;
    line-height: 100%;
    color: #141414;
    font-family: "Ubuntu", serif;
    transform: translateY(-35%);
    position: absolute;
    z-index: -1;
    letter-spacing: 0;
    right: 50%;
}
.module_i_news .title_i_box h4 {
    font-size: 44px;
    line-height: 130%;
    letter-spacing: 2.5px;
    width: fit-content;
    color: #fff;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    z-index: 1;
}
.module_i_news .title_i_box h4 {
    letter-spacing: 3px;
    text-indent: 3px;
    z-index: 9999;
    position: relative;
}
.module_i_news .title_i_box h4:after{
    width: 54px;
    border: 1px solid #aec571;
    content: '';
    height: 1px;
    text-align: center;
    display: block;
    margin: 10px auto 0px;
}
.module_i_news_list{padding: 50px 0;}
.i_blog_ri h5 {color: #fff;}
.i_blog_ri p {color: #fff;}

/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #a0c63a;
    color: #fff;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #aec571 !important;}
.accordion li+li .link {border-top: 1px solid #aec571;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {
    text-align: justify;
    color: #aec571;
}
.blog_box_edit {
    color: #b7b9a9;
    line-height: 150%;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {font-size: 16px;padding: 0;}
.accordion li .link a {color: #ffffff;}

/* 左邊欄位 */
h5.blog_le_t {
    display: none;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #eaeaea;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #eaeaea solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type=search]:focus {
    color: #fff;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #aec571 !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}
.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #aec571;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
}
.submenu a:hover {
    background: #0000000d;
    color: #aec571;
}
.submenu a:before{
    display: none;
}
.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion > li:hover.open{
    background-color: transparent !important;
}
.blog_list_ri em {
    font-size: 14px;
    color: #D1D1CE;
    font-style: normal;
    display: block;
    margin: 7px 0;
}
.blog_list_ri p {
    width: 100%;
    font-size: 15px;
    color: #D1D1CE;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: #eaeaea;
}



/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 80%;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {
    width: calc(100%/ 2.2);
    padding: 5px;
    margin-bottom: 5%;}


@media screen and (max-width: 1440px) {
    .module_i_news .title_i_box h6 {
        font-size: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }
    .module_i_news .title_i_box h6 {
        font-size: 130px;
    }
}
@media screen and (max-width: 768px) {
    .module_i_news .title_i_box h6 {
        font-size: 100px;
    }
    .module_i_news .title_i_box h4{
        font-size: 35px;
    }
}
@media screen and (max-width: 480px) {
    .module_i_news .title_i_box h6 {
        font-size: 70px;
    }
    .module_i_news .title_i_box h4{
        font-size: 30px;
    }
}
@media screen and (max-width: 400px) {
    .module_i_news .title_i_box h6 {
        font-size: 60px;
    }
    .module_i_news .title_i_box h4{
        font-size: 25px;
    }
}
/**/

.blog_list_ri {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #aec571;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.subbox_item a {
    position: relative;
    display: block;
}
.blog_list_le {
    height: 0;
    width: 100%;
    line-height: 0;
    padding: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subbox_item a:after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -20px;
    z-index: 8;
    background: #a0c63a;
    opacity: 0;
    border: none;
    transition: all .5s;
}
.subbox_item a:hover:after {
    content: '';
    width: 100%;
}

.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 0px;
    right: 5px;
    opacity: 0;
    font-size: 15px;
    color: #b7b9a9;
}



@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .subbox_item {
        width: 100%;
        padding: 5px;
        margin-bottom: 5%;
    }
    
}

.blog_back a.article_btn_prev {
    background: #0d1918;
}
.blog_back a.article_btn_next {
    background: #0d1918;
}

/* 相關文章 */
.news_related {
    background: #f3f3f3;
    padding: 25px 15px;
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {}
.promotion_title {border-bottom: 1px solid #fff;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 54px; }
#to_top { bottom:60px;}
#bottom_menu {background: #0d1918;}
#bottom_menu li {border-right: 1px solid #264b48;}
#bottom_menu a {color: #ffffff;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}
.contact_page .main_part {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0px 20px;
}

.blank_letter {
    padding-top: 0;
    font-size: 26px;
    padding: 30px 0;
    color: #9f8e70;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #9f8e70 solid;
}
.list_before.info li {
    padding-left: 32px;
    color: #b7b9a9;
}
.contact_form li .form__label {
    color: #b7b9a9;
    width: 130px;
    margin-left: -140px;
}
.contact_le_map a {
    background: #fff;
    color: #fff;
}
.contact_form li.last cite {
    background: #9f8e70;
    color: #fff;
    width: 220px;
}
.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #fff;
    transition: all 0.3s;
}
.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff1f;
    padding: 10px 0;
    padding-left: 130px;
}
/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #b7b9a9 solid;
    color: #b7b9a9;
    transition: all 0.3s;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    margin: 0 10px;
    color: #b7b9a9;
}
.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #b7b9a9 solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0px 10px;
}


@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }
    
}

@media screen and (max-width: 500px) {
    
}