@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}
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
.pageIndex .main_part{border-top:none;}
body{  font-family: 'Noto Sans TC', sans-serif;}
.edit_part {
    padding: 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*電腦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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#page {
    position: relative;
    background: #000;
}

div#content_main {
    position: relative;
    background: #000;
}

/*大圖閃閃/＝＝＝＝＝*/
.swiper-banner {
    overflow: hidden;
    transition-duration: .5s;
    width: 100%;
    max-height: 100vh;
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
  }
  .swiper-slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
  .swiper-banner .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: blur(10px);
    -webkit-animation: bannerLight 2.5s ease-in 2s infinite;
    animation: bannerLight 3.5s ease-in 3s infinite
  }
  
  @-webkit-keyframes bannerLight {
    0% {
      left: -100%;
      top: -0%
    }
  
    100% {
      left: 100%;
      top: 100%
    }
  }
  
  @keyframes bannerLight {
    0% {
      left: -100%;
      top: -0%
    }
  
    100% {
      left: 100%;
      top: 100%
    }
  }
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#026577 ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { 
    margin:0;
}
.bannerindex { position:static; 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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
    padding: 0px;
}
.pageIndex .header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
    left: 0;
    transition: all 0.3s;
    background: transparent;
}
.pageIndex .header_area.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
}
.header_area.sticky {
    position: fixed;
    transition: all 0.3s;
}


.header_area .main_header_area {
    background: #080808;
    padding: 10px 0;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area {
    background: #080808;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    padding: 0px 0;
    transition: all 0.3s;
}
.pageIndex .header_area .main_header_area {
    padding: 0;
    transition: all 0.3s;
    background: #08080800;
}
.pageIndex .header_area.sticky .main_header_area {
    padding: 0;
    background: #080808b5;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    transition: all 0.3s;
}
.stellarnav {
    z-index: 0;
}
.tp_links {
    display: none;
} /*隱藏上方icon按鈕*/


@media screen and (max-width: 768px) {
    .pageIndex .header_area {
        top: 30px;
    }
}
@media screen and (max-width: 600px) {
    .pageIndex .header_area {
        top: 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.pageIndex .nav-brand img {  margin-top: 10px;    max-width: 150%;}
.nav-brand img {  margin-top: 20px;    max-width: 125%;}
.header_area.sticky .nav-brand img {   margin-top: 10px;}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 0 10px;
    flex: 2;
}
.footer_logo img {
    width: 200x;
}

.header_area .nav-header {
    position: absolute;
    z-index: 123;
    top: -32px;
    left: 0;
}

.header_area.sticky .nav-header{
    top: -20px;
}

.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* LOGO變化 */
.pageIndex .header_area .nav-brand {
    display: inline-block;
    width: 300px;
    transition: all 0.3s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 255px;
    transition: all 0.3s;
    margin-top: 10px;
}

.header_area .nav-brand {
    display: inline-block;
    width: 250px;
    transition: all 0.3s;
}


@media screen and (max-width: 1440px) {
    .header_area .nav-brand {
        width: 100px;
    }  
}

@media screen and (max-width: 1024px) {
    .header_area .nav-brand {
        width: 90px;
    }
    .header_area .nav-brand img {
        margin-top: 27px;
    }
    .header_area.sticky .nav-brand img {
        margin-top: 0px;
    }
}

@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%;}
.footer_logo {margin: auto; text-align: center;}
.footer_logo img{ width: 120px;}
.navigation {padding: 0px;}
.header_area .nav-brand img {
    margin-top: 5px;
    max-width: 150px;
}

}


/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 60%;}
.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: #5B5E43;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #5B5E43;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features{
    display: block; 
}
.me_tp_features a {
    color: #fff;
    margin-left: 16px;
}
.tp_links{
    display: none;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 25px 0;
    transition: all 0.3s;
}
.stellarnav > ul > li > a {
    padding: 0;
    margin: 0 16px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li:nth-child(5) > ul{
    display: none !important;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px; 
}

/* icon */
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 108px;
    background: linear-gradient(180deg, #e3b72a9c, transparent);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, -80px);
    opacity: 0;
    transition: all 1s;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    transition: all 1s;

}
/*  */


@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 80%;
    }
    .stellarnav > ul > li > a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1200px) {
    .main_header_area .container {
        max-width: 95%;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }
    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none;
        position: relative;
        background: #080808;
    }
    .header_area .nav-header {
        position: absolute;
        z-index: 123;
        top: -30px;
        left: 0;
    }
    .header_area.sticky .nav-header {
        top: 12px;
        position: relative;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 15px 0;
    }
    .header_area .stellarnav ul {
        text-align: right;
    }
    .header_area.sticky .stellarnav ul {
        text-align: center;
    }
    
}

@media screen and (max-width: 900px) {
    .main_header_area .container {
        max-width: 100%;
    }
    .pageIndex .header_area .nav-brand {
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .header_area .nav-header {
        position: relative;
        z-index: 0;
        top: -4px;
        left: 60px;
    }
    .header_area .nav-brand {
        width: 70px;
    }
    .header_area.sticky .nav-brand {
        width: 70px;
    }
    .header_area.sticky .nav-header {
        top: 4px;
        z-index: 0;
    }
    .header_area .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0px;
        width: auto;
        display: inline-block;
    }
    .header_area.sticky .stellarnav.mobile {
        top: 2px;
    }
    .stellarnav > ul > li::before{
        display: none;
    }
    .pageIndex .header_area .nav-brand {
        width: 100px;
    }
    .header_area .main_header_area{ padding: 0px; }

    .navigation {
        width: 100%;
        position: relative;
        padding: 0 0;
    }
}







/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
}
.stellarnav > ul > li > ul > li{
    border: 0;
    overflow: hidden;
}
.stellarnav > ul > li > ul > li > a {
    background-color: #00000080;
    border: none;
    padding: 15px 10px;
    color: #fff;
    text-align: left;
    font-weight: 100;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}

.stellarnav > ul > li > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent, #ffffff21, transparent);
    opacity: 0;
    animation: show 2s infinite;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover:before {
    opacity: 1;
    transition: all 0.3s;
}

@keyframes show{
    0%{
        left: -200px;
    }
    100%{
        left: 200px;
    }
}


.stellarnav li li.has-sub > a {
    padding: 15px 10px;
}


/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li > a {
    background-color: #00000033;
    border: 1px #5B5E43 solid;
    padding: 15px 10px ;
    color: #fff;
    text-align: left;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
    .stellarnav.mobile > ul > li > a.dd-toggle{padding: 13px 10px; }
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #e3a02c;
        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: #171717e0;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 15px 10px;
        border: 0;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #171717e0;
    }
    .stellarnav.mobile ul ul {
        background-color: #171717e0;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #e3a02c solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #5B5E43;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: #171717e0;
    }
    .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.mobile > ul {
        border-top: 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer/＝＝＝＝＝*/
  .footer_info ul {
    width: 100%;
    text-align: center;
}
  .footer {
    border-top:1px solid #414141;
    padding: 30px 0 0;
    font-size: 14px;
    background-image: linear-gradient(177deg, #050306 0%, #000000 100%);
    position: relative;
    z-index: 99;
  }
  .pageIndex .footer {
    border-top: none;
  }
  
  .footer_info {
    padding: 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
  .footer_menu {    
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    
    gap: 0px;
  }
  .footer_info li p,.footer_info li p a{
    color: #CECECE;
  }
  .footer_info li p.tel a { position: relative;}
  .footer_info li p.tel a::after { content: '(阿傑)'; position: relative; margin-left: 5px;}
  
  .footer_menu a {    
    background: transparent;
    border: none;
    border-right: #CCC 2px solid;
    margin: 5px 0;	
    text-align: center;	
    padding: 5px;	
    transition: all 0.3s;
  }
  .footer_menu a:nth-last-child(1) {  
    border: none;
  }
  .footer_menu a:hover {
    background: transparent;
    color: #eee;
}
.copy {
    background: #000;
    font-size: 12px;
    color: #040204;
    margin: auto;
    border: none;
    padding: 20px;
    display: none;
}
  .copy a{    
    color: #040204;
    transition:all 0.3s;
  }
  .box_link {display: none;}

  .footer_info li p.tel:before {
    content: '手機：';
}
  .footer_info li p.add2:before {
    content: '營業時間：';
}

  /*Logo/＝＝＝＝＝*/
  .nav-brand {    width: 100%;max-width: 180px;transition:all 0.3s;margin-top: 10px;}
  .header_area .nav-brand{transition:all 0.3s;}
  .header_area.sticky .nav-brand{}
  
  .footer_logo {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: auto;
  }
  .footer_logo a {    
    display: block;    
    width: 100%;    
    max-width: 255px;
  }
  .footer_logo a img{display: block;    width: 100%;}



  @media screen and (max-width: 768px) {

/*Footer/＝＝＝＝＝*/
#to_top { bottom:64px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 0px; border-bottom: 1px solid #414141;}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.copy{  padding-bottom: 10px; }

.footer{
  border-top: none;
}

#bottom_menu li {
    flex: 1;
    float: none;
    border-right: 1px solid #ddd;
    display: none;
}

  }

  @media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_menu{     grid-template-columns: 1fr;}
.footer_menu a{   border-right: none;}

  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*浮動按鈕*/
.info_fix{display: none;}
#to_top {color: #fff;     background: #333333;}
#to_top i:before, #to_top i:after{background: #fff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    padding: 0;
    background-image: none;
    position: relative;
    background-color: #000000;
    min-height: 200px;}
.banner h5 {}
.banner.banA {}
.banner.banB {    display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {
    padding: 0;
    background-image: none;
    position: relative;
    background-color: #000000;
    min-height: 200px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/

/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {max-width: 90%;}
.show-list .item:hover .show_name {    color: #fff;}
.show-list .show_pic {height: auto;max-height: 430px;padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show_content {
    margin: auto;
    padding: 10px 0px;
}
.album_page .main_part{
    padding: 0;
}

.album_page .main_part .show-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
}
.show-list .item {
    width: 32%;
    padding: 0 5px;
    margin: 0;
    display: inline-block;
}

/*  */
.show-list a .show_name {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-weight: 400;
    transition: all 0.3s;
}
.show-list .item:hover .show_name {    
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
}
.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(90deg, transparent, #00000070, transparent);
    left: 0;
    top: 0%;
    transform: scale(1) translate(0,-50%);
    opacity: 0;
    transition: all 0.3s;
}
.show-list .item:hover .overlay {
    top: 50%;
    opacity: 1;
    transform: scale(1) translate(0,-50%);
    transition: all 0.3s;
}
.show-list.other_subalbum .item {
    padding: 0px;
}
.show-list.other_subalbum .item:hover .overlay{
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0.85);
    top: 50%;
    left: 50%;
    opacity: 1;
}
.show-list.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0.85);
    top: 50%;
    left: 50%;
    opacity: 1;
}
.show-list.other_subalbum li a div{
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(90deg, transparent, #00000070, transparent);
    left: 0;
    top: 0%;
    transform: scale(1) translate(0, -50%);
    opacity: 0;
    transition: all 0.3s;
}


@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }
    .show-list .show_pic {
        max-height: fit-content;
    }
    
}
/*  */










/*次分類頁面*/
.other_album_choice li {    background: #026577;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


.subalbum-menu h2 {
    display: none;
    color: #026577;
}
.block {
    display: none;
}
.album_fixed_title {
    display: none;
}
.other_subalbum {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: 42%;
    margin: 10px 1%;
    border: none !important;
    position: relative;
}
.other_subalbum li a div {
    height: 60vh;
    max-height: 500px;
}

/*  */
.other_subalbum li p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-weight: 400;
    transition: all 0.3s;
}
.other_subalbum li:hover p{
    opacity: 1;
    transition: all 0.3s;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0.85);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.album_descrip {    color: #fff;}


@media screen and (max-width: 768px) {
    .other_subalbum li a div {
        height: 30vh;
        max-height: 500px;
    }
    .other_subalbum li {
        width: 100%;
    }
}

/*  */

/*照片頁*/

.pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; }
  .pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
  .pic-list .show_pic { height:auto; padding:0;}

  .pic-list .item img{max-width: 100%;}

  @media screen and (max-width: 600px) {

  	.pic-list {-moz-column-count:2;-moz-column-gap:10px;-webkit-column-count:2;-webkit-column-gap:10px;column-count:2;column-gap:10px;}

  }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/



.blog_back a.article_btn_back {
    background: #494949;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #494949 !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    bottom: 50%;
    transition: 0.3s;
    transform: translate(0, 50%);
}

.blog_le .accordion>li {
    border-bottom: 1px #f8d646 solid;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
    border: none;
}
.accordion li .link a {
    color: #fff
}
.accordion li+li .link {
    border-top: none;
}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1200px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: 100%;
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/


/* 左邊欄位 */
h5.blog_le_t {
    display: none;
}

.blog_le {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #080808;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #f8d646 solid;
    padding: 10px 35px 10px 10px;
    background: #ffffff;
}

.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_le .accordion {
    width: 20%;
    border: none;
    margin: 0;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    background: #3d3d3d;
    color: #fff !important;
    transition: all 0.3s;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    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: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    color: #444;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.blog_le .accordion li.open i.fa-chevron-down {
    transform: translate(0, -50%) rotate(180deg);
}

.blog_le .accordion li i:hover {
    color: #fff !important;
    transition: all 0.4s ease;
}


.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item {
    position: relative;
    border-bottom: 1px #3f3f3f33 solid;
    padding: 30px 0;
}

.subbox_item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #f8d646;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: row;
}

.blog_list_le {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.blog_ri {
    width: 100%;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le 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;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 25px 20px 25px 50px;
    width: 70%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_subbox .subbox_item:nth-of-type(1) .blog_list_ri {
    width: 50%;
}





.blog_list_ri h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: fit-content;
}

.blog_list_ri p {
    width: 100%;
    -webkit-line-clamp: none;
    word-break: break-all;
    color: #fff;
}

.subbox_item a img {
    filter: grayscale(0.7);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    filter: grayscale(0);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    display: none;
    text-align: justify;
    color: #494949;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
    color: #fff;
}



.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog_back a.article_btn_prev {
    background: #bb9b20;
}
.blog_back a.article_btn_next {
    background: #bb9b20;
}
.news_related {    background: #000000;}
.news_related h6 span:before{ color: #666;}
.lastPage {
    background: #494949;}


/*聯絡我們*/
.blank_letter {
    color: #ffffff;
}
.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
    display: block;
    width: 100%;
    position: relative;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.contact_le_map a {
    display: block;
    background: #6d6c6b;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.contact_form li.last blockquote {
    color: #ffffff;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #6d6c6b solid;
    width: 150px;
    max-width: calc(50% - 10px);
}
.contact_form li.last cite {
    background: #6d6c6b;
    color: #fff;
}

.info_ADD2:before {
    content: "營業時間";
}

.contact_content .information_left {
    width: 295px;
    display: none;
}

.i_contact_box section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}

button, input, optgroup, select, textarea {
    color: #000000;
    font: inherit;
    margin: 0;
}

.contact_form li.last input {
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 7px;
    letter-spacing: 2px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }

    .subbox_item {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {
        flex-direction: column;
    }

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        padding-bottom: 70%;
    }

    .blog_in_page .main_part {
        max-width: 75%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 10px; }
#to_top { bottom:60px;}

.blog_list_le {
    width: 100%;
}
.blog_subbox .subbox_item:nth-of-type(1) .blog_list_ri {
    width: 100%;
}

.banner.banblog {
    display: none;
}

}

@media screen and (max-width: 600px) { 
}




