@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 {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 麵包屑導覽隱藏 */
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    position: fixed;
    width: 100%;
}
.main_header_area {
    /* background: #b19c4bcc;
    background: linear-gradient(to right, rgba(177,156,75,.8) 0%,rgba(177,156,75,.5) 80%,rgba(177,156,75,0) 100%); */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
.main_header_area .container {
    max-width: 1800px;
    padding-left: 20px;
}
.navigation {
    padding: 0 0 0 210px;
}
.nav-brand {
    width: 140px;
    padding-top: 20px;
}
.me_tp_features {
    display: none;
}

/*主選單*/
.stellarnav * {
    font-family: 'Noto Serif TC', serif;
}
.stellarnav ul ul ul{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* 網頁捲軸【寬度】 */
.stellarnav ul ul ul::-webkit-scrollbar { width: 5px;}
/* 網頁捲軸【把手】顏色 */
.stellarnav ul ul ul::-webkit-scrollbar-thumb {
    border-radius: 5px;  
    background-color: #929292;
}
.stellarnav > ul > li > a {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 4px;
    text-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
    height: auto;
    padding: 18px 30px;
    margin: 0;
    overflow: unset;
}
.stellarnav li.has-sub > a:after {
    position: relative;
    top: 0;
    border-top: 6px solid #fff;
    margin-left: 0;
}
.stellarnav li.drop-left li.has-sub > a:after {
    border-right: 6px solid #c9ad3f;
}

/* 第二層 */
.stellarnav ul ul {
    background: rgb(0 0 0 / 80%);
}
.stellarnav li li {
    border: 0;
    margin: 0;
}
.stellarnav ul ul a {
    color: #c9ad3f;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    padding: 10px 15px;
}
.stellarnav li li.has-sub > a {
    padding: 10px 15px;
}
.stellarnav li li.has-sub > a:after {
    border-left: 6px solid #b19c4b;
}
.stellarnav li li.drop-left > a:after {
    border-left: ;
} /* 朝右箭頭 */

/* .stellarnav li li.has-sub > a:after {
    border-left: ;
} */

/* 下滑設定 */
.header_area.sticky .main_header_area {
    /* background: rgb(177 156 75 / 80%); */
    background: linear-gradient(to left, rgba(177,156,75,.8) 0%,rgba(177,156,75,0) 70%);
}
.header_area.sticky .nav-brand {
    width: 100px;
    padding-top: 10px;
}

/* hover */
.header_area * {
    transition: all .3s linear;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: ;
    background-color: rgb(177 156 75 / 100%);
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-right: 6px solid #c9ad3f;
} /* 主選單三角形 */
.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a,
.stellarnav li li.drop-left:hover > a  {
    color: ;
    background: rgb(177 156 75 / 20%);
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #b19c4b;
} /* 次分類三角形 */
.stellarnav li.drop-left li.has-sub > a:hover:after,
.stellarnav li.drop-left li.has-sub:hover > a:after{
    border-left: 6px solid transparent;
} /* 次分類三角形 */

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }
    .main_header_area {
        background: #b19c4b;
    }
    .navigation {
        padding: 10px;
    }
    .nav-brand {
        width: 120px;
        padding-top: 15px;
    }
    .stellarnav > ul > li > a {
        text-shadow: 0px 0px 12px rgb(0 0 0 / 0%);
        padding: 5px 30px;
    }


    .header_area.sticky .main_header_area {
        background: #b19c4b;
    }
    .header_area.sticky .nav-brand {
        width: 120px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 768px){
    .navigation {
        padding: 5px;
    }
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        border-right: oldlace;
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        background: transparent;
    }
    .stellarnav .menu-toggle:after {
        display: none;
    }
    .stellarnav .menu-toggle span.bars {
        top: 20px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 26px;
        background: #5d5020;
        margin: 0 auto 5px;
    }
    .stellarnav.mobile ul {
        background: #251d04;
    }  
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #4d4321 solid;
    }     
    .stellarnav.mobile li.open {
        padding: 0;
    }
    .stellarnav.mobile li a {
        border: 0;
        color: #;        
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }    

    .stellarnav.mobile li.open {
        padding: 0;
        background: #b19c4b;
    }
    
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 15px;
    }
    .stellarnav.mobile li li li {
        padding-left: 8px;
    }
    .stellarnav.mobile li.open li.open {
        background: rgb(238 238 238 / 20%);
        padding: 0;
        /* border-bottom: solid 1px #5b5b5b; */
    }
    .stellarnav ul ul a.dd-toggle .icon-plus:before,
    .stellarnav ul ul a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #c9ad3f;
    }  
    .stellarnav ul ul ul a {
        color: #9f851e;
    }

    /* hover */
    .stellarnav.mobile > ul > li > a:hover,
     .stellarnav.mobile > ul > li:hover > a {
        background-color: transparent;
    }
}

@media screen and (max-width: 480px) {
    .nav-brand {
        width: 90px;
        padding-top: 10px;
    }
    .header_area.sticky .nav-brand {
        width: 90px;
        padding-top: 10px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* footer */
.footer * {
    font-family: 'Noto Serif TC', serif;
}
.footer {
    background: url(https://pic03.eapple.com.tw/mufa/f_bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: 60%;
    background-position-y: 33%;
}
.footer .center {
    padding: 30px 0 25px 0;
}
.footer_logo {
    width: 100%;
    text-align: center;
}
.footer_logo a img {
    width: 110px;
}
.box_link {
    display: none;
}
.footer_info ul * {
    letter-spacing: 2px;
}
.footer_info ul {
    width: 100%;
    text-align: center;
}
.footer_info li p {
    color: #fff;
    line-height: 200%;
}
.footer_info li p.line:before {
    content: 'Line：';
}
.footer_info li p.tel:before {
    content: '市話：';
}
.footer_info li:nth-child(1) p a {
    color: #fff;
}
.footer_info li:nth-child(1) p:nth-child(1) a {
    pointer-events: none;
}
.footer_menu a {
    color: #b19c4b;
    border: 0;
    background: transparent;
}
.copy {
    border-top: 1px #414141 solid;
}
.copy a {
    color: #999;
}

/* hover */
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #917c2a;
}
.copy a:hover {
    color: #fbcd4f;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*---------功能頁設定---------*/

.product_page * ,
.product_info_page * ,
.blog_page * ,
.blog_in_page * {
    font-family: 'Noto Serif TC',serif;
}

.product_page,
.product_info_page,
.blog_page,
.blog_in_page {
    position: relative;
}
body.product_page:before,
body.product_info_page:before,
body.blog_page:before,
body.blog_in_page:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/mufa/page_bg.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

/*頁碼*/
ul.page {
    width: 100%;
    font-family: 'Noto Sans TC', serif;
    font-weight: 600;
    margin-top: 50px;
}
.activeN {
    background: #4C5259;
    color: #fff;
    line-height: 50px;
    width: 50px;
    height: 48px;
}
.page li {
	margin: 0;
}
.page li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px #4C5259 solid;
    color: #4C5259;
}
.page strong, .page a {
    border-radius: 0;
}
.page li .fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}

/* hover */
.page strong, .page a:hover {
    background: rgb(76 82 89 / 10%);
    color: #231815;
}
.page a, 
.page a:hover {
    transition: all .2s;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* .blog_page */

/* 左側文章分類 */
.blog_search input[type=search] {
    border-radius: 0;
}
.blog_le .accordion {
    border-radius: 0;
}
.blog_le .accordion li i {
    top: 50%;
    transform: translateY(-50%);
    bottom: 18px;
}
.fa-chevron-down::before {
    content: "";
    position: relative;
    display: block;
    background-image: url(https://pic03.eapple.com.tw/mufa/down-arrow.svg);
    width: 12px;
    height: 12px;
}
.submenu a:before {
    display: none;
}
.submenu {
    background: #fff;
}

/* 右側文章列表 */
.blog_list_ri h5 {
    color: #4C5259;
    letter-spacing: 1px;
}
.blog_list_ri em {
    display: inline-block;
    color: #7b7b7b;
    font-size: 13px;
    background: #dbdbdb;
    padding: 3px 6px;
}
.blog_list_ri p {
    color: #7f7f7f;
    letter-spacing: 1px;
}
.subbox_item a:before {
    content: '更多內容 + ';
    color: #b19c4b;
    right: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 3px 10px 5px 10px;
}
.subbox_item a:after {
    border: 0;
    background: rgb(177 156 75 / 50%);
    top: auto;
    opacity: 1;
    height: 0;
}

/* .blog_in_page */
h4.blog_category_title {
    color: #4C5259;
    font-size: 26px;
    letter-spacing: 1px;
}
.blog_box_edit * {
    color: #7f7f7f;
    letter-spacing: 1px;
    line-height: 180%;
}
.blog_back a.article_btn_back {
    background: #b19c4b;
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: #5f4a22;
}


/* hover */
/* .blog_le .accordion > li:hover {
    background: #e9dda6 !important;
}
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
} */
.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category {
    background: #e9dda6 !important;
}
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #555 !important;
}
.submenu a:hover {
    background: #ededed;
    color: #666;
}
.subbox_item a:hover:after {
    height: 100%;
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: #fff;
    }
    .blog_list_ri {
        width: calc(100% - 160px);
    }  
    .blog_ri {
        margin: 0 auto 40px auto;
    }  
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 促銷方案 */
.promotion_title em {
    display: none;
}


/* 其他則消息 */
.other_promotion .pmtTime span {
    float: left;
}
.pmtTitle span {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */

/* .album_page */


/* .album_class_page */
.subalbum-menu .block {
    display: none;
}
.other_subalbum li p {
    padding: 7px;
}

/* album_info_page */


/* 相簿分類 */
.other_album_choice li {
    padding: 12px 0px;
}
.other_album_choice li a {
    padding: 12px 20px;
}

/* hover */
.other_album_choice li:hover {
    background: ;
}
.other_album_choice li a:hover {
    color: ;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 聯絡我們 */

/* 左側-聯絡資訊 */

/* 右側-表單 */
.contact_form li {
    padding: 0 0 25px 90px;
}

/*表單勾選欄位間距*/
.contact_page input[type="checkbox"], input[type="radio"] {margin-left: 15px; margin-right: 5px;}
.contact_page input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin-left: 0px;}


/* hover */
.contact_form li.last blockquote:hover input, 
.contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0;
}


@media screen and (max-width: 768px) {
	.noborder {
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_page .main_part {
        padding: 20px 10px 10px;
    }
    .contact_content {
        padding: 0 0 15px;
    }
    .contact_form li .form__label {
        width: 85px;
        margin-left: -100px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;
}
.product_page .product-layer-two { 
    position: relative; 
    width: 220px; 
    letter-spacing: 1px;
    min-height: 30vw;
}
/* .product_page .product-layer-two:before {
    content: "CATEGORY";
    font-family: 'Kodchasan', sans-serif, 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    color: rgba(49,48,47, .5);
    display: block;
    margin-bottom: 25px;
} */
.product_page .products-list,
.product-wrapper { 
    width: calc(100% - 270px); 
    display: flex; 
    flex-wrap: wrap; 
    align-items: flex-start;
    align-content: flex-start;
}
ul.page { 
    width: 100%;
}

.product-layer-two > li > a {
    color: #fff;
    background: #b19c4b;
    border: 0;
}
.product-layer-two li.active a {
    border: 0;
}
.product-layer-two li ul { 
    position:static; 
    margin-top:10px; 
    display:block !important; 
    width:100%; 
    margin-left:0;
}
.product-layer-two li li {
    display: block;
    padding: 5px 10px;
    transition: all ease .3s;
    border: 0;
    background: rgb(213 209 193 / 40%);
    display: none;
}
.product-layer-two li li a {
    padding: 0px 8px 4px 18px;
    color: rgba(49,48,47, .8);
    font-size: 15px;
    font-weight: 600;
    background: transparent;
}
.product-layer-two > li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: solid 1px #efefef;
}
.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%;}



/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    display:block !important;
}
.product-layer-two li li:hover {
    margin-left: 3px;
}
.product-layer-two li li:hover > a { 
    color:#ad925e;
}


/*---------商品列表頁面---------*/

/*商品列表*/
.products-list .name {
    height: 50px;
}
.products-list .more {
    border: 1px solid #b19c4b;
    color: #b19c4b;
    letter-spacing: 3px;
}

/*商品列表hover*/
.products-list .item a:hover .more {
    background: #b19c4b;
}


/*---------商品資訊--------*/

/*左側商品圖*/
#bx-pager h6 { 
    display: none;
}
.product_pic #bx-pager a { 
    overflow: hidden;
}
.product_pic .bx-wrapper .bx-viewport {
    border: 0;
    background: transparent;
}

/*右側資訊*/
.radio-inline__input:checked + .radio-inline__label {
    color: #fff;
    background: #000;
}
.sidebarBtn {
    border: 0px;
    padding: 25px 30px;
}
.sidebarBtn h2 {
    letter-spacing: 1px;
}
div#number_area {
    display: inline-block;
    font-size: 15px;
    color: #878787;
    letter-spacing: 1px;
    background: #f3f3f3;
    padding: 5px 8px;
    margin-top: 8px;
}
.product_info li .txt_box {
    color: #878787;
    letter-spacing: 1px;
}
.inquiry_a1,
.inquiry_a2, 
.inquiry_a3 {
    letter-spacing: 3px;
    border-radius: 0;
}
.inquiry_a1 {
    background: #b19c4b;
}
.inquiry_a2 {
    font-size: 13px;
    background: #5f4a22;
    line-height: 25px;
    margin-top: 7px;
}
.product_info li .txt_box {
    color: #afab9a;
}
.sidebarBtn .price {
    color: #999; 
    border-bottom: 0px;
}
.sidebarBtn .price span.ori_price {
    font-size: 14px;
    text-decoration: line-through;
}
.sidebarBtn .sp_price {
    color: ;
}
.action-button {
    font-weight: bold;
    color: ; 
    border: solid 2px # !important; 
    background: transparent;
}

/*商品資訊欄位*/
ul.prod li h3.prod-thumb {
    background: #ffffff;
}
li.prod-item.is-active .prod-panel * {
    letter-spacing: 1px;
    line-height: 180%;
}
li.prod-item.is-active .prod-panel{
    padding: 20px 0px 100px 0px;
}

/*商品QA*/
.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;
}
.qaform .breakF {
    display: inline-block;
    border: 1px #d7d7d7 solid;
    background: rgb(255 255 255 / 40%);
}
.lastaction { 
    color: #fff; 
    background-color: #5f4a22;
}
.nextaction { 
    background-color: #b19c4b;
}

/*相關推薦*/
.related_list li a {
    padding: 0;
}
.related_list li a p {
    padding: 8px 0 10px 0;
}
.prod_related {
    background: rgb(87 75 13 / 10%);
}
.lastPage {
    background: #5f4a22;
}

/* hover */
.action-button:hover {
    
}
.inquiry_a1:hover, 
.inquiry_a2:hover, 
.inquiry_a3:hover {
    letter-spacing: 3px;
}
.inquiry_a1:hover {
    background: rgba(177, 157, 75, 0.7);
} 
.inquiry_a2:hover {
    background: rgba(95, 74, 34, 0.7);
}


@media screen and (max-width: 1200px) {
    .products-list .item { 
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 980px) {
    .products-list .item { 
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .product-layer-two,
    .products-list,
    .product-wrapper { 
        width: 100%;
    }
    .product-layer-two { 
        margin-right: 0;
    }
    .product-layer-two > li { 
        margin-bottom: 5px;
    }
    .product_page .product-layer-two,
    .product_page .products-list { 
        width: 100%; 
        border-right: none;
    }

    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }
    .product_page ul.product-layer-two { 
        order: 4;
    }

	/*商品管理--取消Safari預設圓角*/	
	.amountNum	{
        border-radius: 0;
    }		
	.breakF {
        border-radius: 0;
    }	
	.lastaction, .nextaction {
        border-radius: 0;
    }      
}
@media screen and (max-width: 600px) {
    .products-list .item { 
        width: 100%; 
        max-width: 350px;
        margin: 20px auto;
        display: block;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/mufa/banner.jpg) no-repeat center;
    background-size: cover;
    padding: 151px 0;
}
.banner h5 {
    font-size: 32px;
    font-family: 'Noto Serif TC',serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
}

/*促銷方案*/
.banner.banA {}

.banner.banB {}

/*聯絡我們*/
.banner.banC {}

.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {}

/*店家商品*/
.banner.banF {}

/*文章管理*/
.banner.banblog {}


@media screen and (max-width: 768px) {
    .banner {
        padding: 100px 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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/* #bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




