@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before {content: "";background-image: url(https://pic03.eapple.com.tw/ouchbros/text01.svg);height: 60%;width: 30%;background-size: contain;background-repeat: no-repeat;
    background-position: right;transform: translate(115%, 50%);filter: drop-shadow(2px 4px 6px black);opacity: 1;z-index: 999;position: absolute;animation: inside01 2s;animation-timing-function: ease-in-out;}
/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before {content: "";background-image: url(https://pic03.eapple.com.tw/ouchbros/text02.svg);height: 100%;width: 50%;background-size: contain;
    background-repeat: no-repeat;background-position: right;transform: translate(45%, 10%);opacity: 1;z-index: 999;position: absolute;animation: inside02 2.5s;animation-delay: 3.4s;}
/*動畫在這裡---------------------------------------*/
@keyframes inside01{
	0% {opacity: 0.3;}
	100%{opacity: 1;}}
@keyframes inside02{
        0% {opacity: 0.3;}
        100%{opacity: 1;}}    
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content {background: #000000;}
#content_main {width: 100%;min-height: 80vh;overflow: hidden;z-index: 60;position: relative;margin-top: 100vh;background: #000000;}/*網頁底色用黑色*/
.header_area {position: relative;z-index: 9999;padding: 10px;background: rgb(0 0 0 / 0%);position: fixed;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: rgb(255 255 255 / 0%);}
.navigation {width: 100%;position: relative;padding: 0;display: flex;flex-direction: column;align-items: center;}
nav#navigation1:before {content: "";position: absolute;background: #fff;width: 690px;height: 600px;border-radius: 330px;transform: translate(0px, -375px);transition: .7s;}
.nav-header {transition: .7s;order: 4;z-index: 123;top: 0;left: 0;max-width: 140px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;}
.me_tp_features {width: 100%;text-align: right;order: 3;}
.stellarnav > ul > li > a {padding: 0;letter-spacing: 1px;color: #8a0516;text-transform: uppercase;position: relative;display: inline-block;font-size: 16px;line-height: 40px;height: 40px;margin: 0 5px;overflow: hidden;cursor: pointer;text-align: center;font-family: 'Noto Serif TC Black';transition: .5s;}
.stellarnav ul {margin: 0;padding: 0;text-align: center;transition: .5s;}
.tp_links {display: none;}/*小按鈕隱藏*/
.me_tp_features {width: 100%;text-align: center;order: 3;z-index: 1;}
.me_tp_features a.tp_btn_cart {color: #000;}
.me_tp_features a.tp_btn_notice {color: #000;}
/*------------------------滾動後效果-------------------------------*/
.header_area.sticky .nav-header {transition: .7s;transform: scale(0.5) translate(0px, -400px);}
.header_area.sticky nav#navigation1:before {width: 880px;height: 100px;transform: translate(0px, 0px);transition: .7s;background: #ffffffb0;backdrop-filter: blur(10px);}
.header_area.sticky .stellarnav ul {transition: .5s;margin-top: 10px;padding: 0;text-align: center;transform: translate(0px, 0px);}
.header_area.sticky .stellarnav > ul > li > a {margin: 0 13px;transition: .5s;}

/*--------------下拉----------------*/
.stellarnav ul ul {top: 80%;width: 160px;position: absolute;z-index: 9900;text-align: left;display: none; background: #8a0516;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li a {padding: 10px 15px;display: block;color: #ffffff;font-size: 15px;}

/*------------------------------測邊浮動按鈕-------------------------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix_links a {display: flex;width: 50px;height: 50px;overflow: hidden;border-radius: 50px;transition: .5s;background: #8a0516;margin-bottom: 10px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
.info_fix_links a:hover {background: #8ab2d1;filter: drop-shadow(2px 2px 6px #00000099);transition: .5s;}
/*-------------------------------------------------*/
.stellarnav > ul > li:before {content: "";position: absolute;width: 15px;height: 15px;border-radius: 10px;opacity: 0;background: #8ab2d1;transition: .3s;left: 45%;}
.stellarnav > ul > li:hover:before {opacity: 1;transform: translate(0px,20px);transition: .3s;}
.header_area.sticky .stellarnav > ul > li:hover:before {transform: translate(0px, 19px);}
/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.footer {padding: 80px 0 0px;font-size: 14px;background: #8ab2d1;position: relative;z-index: 99;}
.footer_info {padding-left: 40px;display: flex;grid-gap: 120px;padding-right: 0;flex-direction: row;align-items: center;}
.footer_logo {display: inline-block;vertical-align: top;max-width: 150px;margin: 0;}
.footer_logo:before {content: "";position: absolute;width: 230px;height: 230px;background: #fff;z-index: -1;border-radius: 130px;transform: translate(-34px, -43px)}
.footer_info ul {display: flex;width: 100%;flex-direction: column-reverse;align-items: flex-start;}
.footer_info li:nth-child(1) {padding-left: 25px;}
.footer_info li p {line-height: 200%;letter-spacing: 1px;color: #ffffff;}
.footer_info li p a {color: #fff;}
.footer_menu a {font-family: Noto Serif TC Black;font-weight: 900;display: inline-block;padding: 10px 15px;border: 0px;margin: 0 4px 4px 0;font-size: 15px;line-height: 100%;color: #8a0516;background: #f0f0f000;}
.footer_menu a:hover {transition: .5s;background: #8a0516;color: #fff;border-radius: 20px;}
.copy {text-align: center;letter-spacing: 3px;padding: 5px 0;font-size: 13px;color: #bb6161;border-top: 0px;margin-top: 120px;background: #8a0516;}
.copy a {color: #bb6161;}
.box_link {display: none;}


/*----------------花絮分享-相簿管理-------------------*/
.path p, .path p a {text-align: right;line-height: 24px;font-size: 13px;letter-spacing: 2px;color: #fff;}
.show-list .show_name {text-align: center;font-size: 17px;color: #ffffff;letter-spacing: 0.15em;line-height: 1.5;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 26px;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));grid-gap: 40px;}
.show-list .show_pic {border-radius: 25px;}
/*--------下一層-------------------------------------*/
.subalbum-menu h2 {font-size: 20px;color: #ffffff;display: inline-block;vertical-align: middle;}
.other_album {display: none;}

/*-----------------最新消息-文章管理--------------------*/
h5.blog_le_t {text-align: center;font-size: 24px;font-weight: 500;color: #ffffff;font-family: serif;letter-spacing: 20px;margin-bottom: 7px;position: relative;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 15px;border: 0px #000000 solid;overflow: hidden;background: #8a0516;}
.accordion li+li .link {border-top: 1px solid #000000;}
.accordion li .link a {cursor: pointer;display: block;padding: 15px 10px;color: #ffffff;font-size: 14px;font-weight: 700;position: relative;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #8a0516 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #fff !important;transition: .3s;transform: translate(10px, 0px);}
.blog_list_ri h5 {font-family: Noto Serif TC;font-weight: 600;font-size: 20px;color: #fff;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri p {font-size: 15px;color: #ddd;line-height: 200%;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.blog_list_le img {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.blog_subbox {display: grid;grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));grid-gap: 40px;}
.subbox_item a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: #000000d9;opacity: 0;border: 1px #ddd solid;transition: all .5s;border-radius: 20px;}
.subbox_item a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 10px;right: 10px;opacity: 0;font-size: 15px;color: #ffffff;transition: all .6s;}
/*-----------------下一層----------------*/
h4.blog_category_title {color: #ffffff;font-size: 30px;border-bottom: 1px #ccc solid;padding: 10px 0;margin-bottom: 20px;}
.blog_box_edit * {line-height: 150%;color: #fff;}
.blog_back a.article_btn_back {background: #8a0516;}
.news_related {background: #000000;padding: 25px 15px;}
.lastPage {font-size: 16px;color: #fff;background: #8a0516;padding: 10px 20px;display: block;margin: 40px auto;width: 130px;text-align: center;}






/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
/*-------------------------------------購物車修改--------------------------------------------*/
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #f3f3f3;padding: 10px 15px;display: block;font-size: 16px;color: #8a0516;font-family: Noto Serif TC;font-weight: 800;}
.products-list .name {font-size: 17px;color: #fff;font-family: Noto Serif TC;font-weight: 900;letter-spacing: 2px;margin-top: 15px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 3em;}
.products-list .name .numbering {display: block;font-size: 15px;color: #bbbbbb;font-family: sans-serif;font-weight: 500;letter-spacing: 1px;}
.products-list .price b {color: #fff;font-size: 16px;width: calc(50% - 10px);}
.products-list .more {border: 0px;background: #8a0516;color: #fff;font-size: 15px;font-weight: bold;letter-spacing: 3px;font-family: Noto Serif TC;line-height: 32px;text-align: center;transition: all .5s;position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;}
.products-list .item a:hover .more {background: #8a0516;color: #fff;letter-spacing: 2px;}
/*---------下層-----------------------------------------*/
.sidebarBtn {padding: 15px;display: inline-block;width: 28%;vertical-align: top;border: 5px #8a0516 solid;background: #fff;}
.pd_tabTitle li {position: relative;z-index: 5;flex: 1;border-bottom: 1px solid #fff;}
.pd_tabTitle li a {display: block;padding: 10px 10px;color: #ffffff;line-height: 1.4;background: transparent;}
.pd_tabTitle li.activeTab a {color: #fff;letter-spacing: 6px;transition: .3s;}
.pd_tabTitle li.activeTab::after {height: 8px;background: #8a0516;transition: .3s;}
.pd_tabInner_contain .edit {color: #fff;margin: auto;padding: 20px 0;letter-spacing: 1px;}
/*--------------------------*/
.prod_related {background: #000;padding: 25px 15px;}
.prod_related h6 span:before {content: '相關推薦';font-size: 24px;color: #fff;letter-spacing: 2px;}
/*--------加入購物車修改-----------*/
.stepImg span {font-size: 15px;display: inline-block;text-align: center;color: #fff;width: 31.3%;}
.shopping-cart .cart_head .cell.product_name {min-height: initial;background: #ddd;color: #8a0516;font-family: Noto Serif TC;letter-spacing: 2px;text-align: center;}
.shopping-cart .cart_head {background: #ddd;color: #8a0516;font-family: Noto Serif TC;font-weight: 700;}
.shopping-cart .cart_content .row {border-bottom: 1px solid #ccc;background: #222;}
.shopping-cart .cell.product_name {width: 44%;text-align: left;position: relative;min-height: 76px;font-weight: bold;background: #222;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);color: #fff;font-family: Noto Serif TC;letter-spacing: 2px;}
.shopping-cart .cart_content .row .cell {font-size: 16px;letter-spacing: 1px;padding: 5px;color: #fff;}
.total_amount ul {border: 0px;color: #8a0516;background: #fff;position: relative;padding: 20px;margin-bottom: 30px;width: 100%;}
.rewrite_simple {background: #fff;color: #8a0516;font-family: Noto Serif TC;font-weight: 700;font-size: 16px;letter-spacing: 2px;}
.send_simple {background: #8a0516;color: #fff;font-family: Noto Serif TC;font-weight: 700;font-size: 16px;letter-spacing: 2px;}
/*-------------訂購資料--------------*/
.car_page .show_content {margin: auto;padding: 10px 10px;background: #222;}
.separate_title {font-size: 16px;font-family: Noto Serif TC;letter-spacing: 2px;color: #8a0516;padding: 10px 0 10px 40px;}
.form label.circle input:checked {filter: brightness(3);}
.formbox_form li .form__label {display: block;width: 100%;text-align: left;color: #fff;}
.border200 {width: 200px;border: 1px solid #666;padding: 5px;background: #222;}
button, input, optgroup, select, textarea {color: #ffffff;font: inherit;margin: 0;}
.form label.Bigcheck {float: none;display: inline-block;color: #fff;font-size: 15px;margin-left: 20px;top: 5px;}
.form label {display: block;position: relative;float: left;width: auto;margin-right: 20px;margin-bottom: 5px;color: #fff;}
.form select {-webkit-appearance: button;background-position: right center;background-repeat: no-repeat;vertical-align: middle;border: 1px solid #666;background: #222;color: #fff;overflow: hidden;margin-right: 10px;margin-bottom: 5px;padding: 3px 26px 3px 3px;text-overflow: ellipsis;white-space: nowrap;}
.declaration.form label.Bigcheck {float: none;display: inline-block;color: #8a0516;font-family: Noto Serif TC;font-weight: 800;letter-spacing: 2px;font-size: 17px;margin-left: 20px;top: 5px;}
/*-----------訂單成立--------------*/
h4.blank_letter.i {color: #8a0516;}
.pay_text>a {line-height: 30px;background: #ddd;padding: 10px 20px;text-align: center;color: #8a0516;font-family: Noto serif TC;font-weight: 700;letter-spacing: 1px;}
.order_list_tit b {font-size: 28px;color: #8a0516;}
.order_list_tab td {font-size: 15px;color: #222;padding: 10px;background: #dfdfdf;border-top: 5px #fff solid;}
.order_list_tab td:nth-child(1) {background: #eee;color: #8a0516;width: 100px;font-weight: 1000;}
.order_list_head {text-align: center;background: #fff;}
.order_list_pro tr:first-child {background: #dfdfdf;}
.order_list_pro tr:first-child td {color: #8a0516;font-weight: 1000;}
.order_list_pro tr {background: #fff;}
.last_box_money {background: #fff;text-align: right;padding: 10px 0;}
/*--------------------------------------------結束-------------------------------------------------*/

/*----------RWD---------------------*/
@media screen and (max-width: 1024px) {
nav#navigation1:before {content: "";position: absolute;background: #fff;width: 520px;height: 520px;border-radius: 270px;transform: translate(0px, -400px);transition: .7s;}
.nav-header {transform: translate(0px, -60px);max-width: 100px;}
.stellarnav ul {margin: 0;padding: 0;text-align: center;transition: .5s;transform: translate(0px, -50px);transition: .3s};
.header_area.sticky .stellarnav ul {transform:none;transition: .3s;}
.stellarnav ul {margin: 0;padding: 0;text-align: center;transition: .5s;transform: translate(0px, 0px);transition: .3s;}
nav#navigation1:before {content: "";position: absolute;background: #fff;width: 700px;height: 600px;border-radius: 300px;transform: translate(0px, -400px);transition: .7s;}
.nav-header {transform: translate(0px, 0px);max-width: 100px;}
}


@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;}
.nav-header {transform: translate(0px, 0px);max-width: 50px;}
nav#navigation1:before {display: none;}
nav#navigation1:after {display: none;}
.header_area.sticky nav#navigation1:before {transition: .7s;display: none;}
.footer_info {padding: 0;display: flex;grid-gap: 120px;padding-right: 0;flex-direction: column;align-items: center;}
.header_area.sticky .nav-header {transition: .7s;transform: scale(1) translate(0px, 0px);}
/*-----MENU--------*/
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #555;margin: 0 auto 4px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #555;display: block;transform: scale(0.9);}
.stellarnav li a {padding: 10px 15px;display: block;color: #8a0516;font-size: 15px;}
.stellarnav.mobile li.open {background: #fff;padding: 3px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: #8a0516;color: #fff;}
.stellarnav .icon-close:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #ffffff;position: absolute;top: 50%;transform: rotate(45deg);}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #fff;position: absolute;transform: rotate(-45deg);}
.stellarnav.mobile > ul > li {display: block;border-bottom: 1px #ececec solid;}
.stellarnav > ul > li:before{display: none;}
/*------------------*/
.me_tp_features {width: 100%;text-align: center;order: 5;z-index: 1;}
.header_area {position: relative;z-index: 9999;padding: 10px;background: #fff;position: sticky;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: #fff;}
/*--------------------------------*/
.footer.with_shopping_mode {padding: 70px 0 70px;}
.footer_info ul {display: flex;width: 100%;flex-direction: column-reverse;align-items: center;gap: 60px;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;text-align: center;}
}

@media screen and (max-width: 540px) {
.footer_menu {width: 100%;display: grid;text-align: center;grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 500px) {
.stellarnav.mobile {position: absolute;left: 0;top: 0;width: auto;display: inline-block;background: #fff;}
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #444;margin: 0 auto 4px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #444;display: block;transform: scale(0.9);}
}

@media screen and (max-width: 425px) {
.header_area {position: relative;z-index: 9999;padding: 10px;background: #fff;position: sticky;top: 0;width: 100%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 h5 {font-family: Noto Serif TC;font-size: 30px;color: #fff;letter-spacing: 3px;filter: drop-shadow(2px 4px 6px black);}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banE {background: url(https://pic03.eapple.com.tw/ouchbros/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 600px;}
.banner.banF {background: url(https://pic03.eapple.com.tw/ouchbros/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 600px;}
.banner.banblog {background: url(https://pic03.eapple.com.tw/ouchbros/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 600px;}

/* = = = 文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.news_related h6 span:before {content: '相關文章';font-size: 24px;color: #fff;}
h4.blog_category_title {color: #ffffff;font-size: 30px;border-bottom: 1px #ccc solid;padding: 10px 0;margin-bottom: 20px;font-family: Noto serif TC;letter-spacing: 2px;}
.blog_box_edit * {line-height: 150%;color: #fff;letter-spacing: 1px;}

/*------------------------------------------------------------------------------*/

/*文章設定*/
/*一排呈現
.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;}
*/


/* = = = = = = = = = = = 相簿管理 = = = = = = = = = = = = = = = = = */
.show-list .item {background: #000000;width: 100%;display: block;vertical-align: top;padding: 0;margin: 0;}
.other_subalbum li a p {line-height: 2;color: #ffc74f;font-family: Noto serif TC;font-weight: 700;letter-spacing: 1px;text-align: center;}

/*相本列表
.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:70px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




