@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

* {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
}

/* = = = 固定設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = === = = */
/*預設解除背景輪播*/
#content_main {
	margin: 0;
}

.bannerindex {
	position: static;
	height: auto;
}

.swiper-banner {
	position: static;
	margin: 0;
	height: auto;
}

.swiper-slide img {
	height: auto;
}

/*版面範圍設定*/
.page {
	margin: 0;
}

#content {
	max-width: 1920px;
	margin: 0 auto;
}

/*手機板漢堡鈕相關*/
.nav-dropdown>li>a {
	width: 100%;
}

/*手機版底下按鈕*/
#bottom_menu {
	/* display: none !important; */ /*Roby 20221129 mark*/
}

/*頁首按鈕hover顏色設定*/
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #dbc8a5;
}

/*主分類hover*/
.submenu-indicator-chevron {
	border-color: transparent #eee #eee transparent;
}

/*主分類下拉箭頭*/
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #dbc8a5 #dbc8a5 transparent;
}

/*主分類下拉箭頭hover*/
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #555;
}

/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #555;
}

/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #555 #555 transparent;
}

/*滑到第三層箭頭顏色*/
.nav-dropdown>li>a:hover .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #fff #fff transparent;
}

/*滑到第二層箭頭顏色*/

/*編輯頁下拉頁面設定*/
.other_select_page .promotion_title {
	display: none;
}

.other_select_page .other_promotion {
	display: none;
}

/*次分類下拉樣式*/
.nav-dropdown>li>a {
	border-bottom: 1px solid #fbfbfb;
	background: #fff;
	color: #666;
}

.nav-dropdown>li:last-child a {
	border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #fff;
	background: #b19664;
}

.nav-menu>li>.nav-dropdown {
	border: none;
}

/*▊▊▊▊▊▊文章分類部分基本設定(固定)-------- ////S T A R T/*/
/*文章分類側邊欄設定*/
.blog_le .accordion li .link {
	padding: 0;
}

.blog_le .accordion li .link a {
	padding: 15px 10px;
	display: block;
}

/*文章跑版設定*/
.blog_subbox {
	display: flex;
	flex-wrap: wrap;
}

/*////E N D/////*/


/*▊▊▊▊▊▊購物車部分基本設定(固定)-------- ////S T A R T/*/
/*+++清單頁-----------------------*/
.products-list .pic {
	overflow: hidden;
}

.sidebarBtn {
	border: none;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	padding: 30px 20px;
}

.show_content .product-layer-two li:hover ul {
	border: none;
	border-top: none;
}

/*上方選單*/
.product-layer-two li a {
	background: #f7f7f7;
	border: none;
	color: #777;
}

.product-layer-two li a:hover {
	background: #eee;
}

.product-layer-two li.active a {
	color: #db3b35;
}

/*清單頁_購物車按鈕顏色*/
.products-list .more {
	border: 1px solid #ccc;
	color: #ccc;
}

.products-list a:hover .more {
	background: #888;
	border-color: #888;
	color: #fff;
}

/*+++詳細頁-----------------------*/
.prod_related {
	display: none;
}

/*相關推薦(預設關起來)*/
.lastPage {
	background: #888;
}

/*上一頁*/
/*詳細頁_側邊資訊欄*/
.product_info li span {
	background: #eee;
	width: auto;
	padding: 5px;
	color: #777;
	margin-right: 8px;
}

/*詳細頁_商品資訊*/
.prod-thumb {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 10px;
	margin: 20px 0;
	color: #444;
}

.prod-thumb:before {
	content: "▎";
	padding-right: 5px;
}

/*詳細頁_QA表單*/
.prod>li {
	margin: 10px 0;
	padding: 25px;
}

.prod>li:nth-child(2) {
	background: #f7f7f7;
}

.product_info_page input[type="text"],
.product_info_page textarea {
	background: #fff;
}

.breakF {
	padding: 5px;
	min-height: 40px;
}

.half_box {
	width: 100%;
}

.half_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.half_box:nth-child(1) li:last-child {
	width: 100%;
}

.half_box li {
	margin: 5px 0;
	display: inline-block;
	width: 49%;
}

.half_box li.btn_blankTop {
	margin-top: 24px;
}

.half_box li.btn_blankTop input {
	background-color: #888;
	background-image: none;
	width: auto;
	text-align: center;
	padding-left: 0;
	padding: 15px 25px;
	line-height: initial;
	border-radius: 3px;
	vertical-align: middle;
	color: #fff;
	transition: all .3s;
}

.half_box li.btn_blankTop input:hover {
	background-color: #666;
}

.productBtn {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.product_info li {
		padding-left: 110px;
	}

	.prod>li:first-child {
		padding: 25px 0;
	}

	.half_box:nth-child(2) li:last-child {
		width: 100%;
	}

}

/*////E N D/////*/

/*▊▊▊▊▊▊聯絡我們部分基本設定(固定)-------- ////S T A R T/*/
button,
input,
optgroup,
select,
textarea {
	outline: none;
	padding-left: 15px !important;
	background: #ededed;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 8px;
}

.blank_letter {
	font-family: 'Noto Sans TC', sans-serif;
}

.list_before.info li:last-child {
	padding-left: 0;
	margin-top: 20px;
}

.innersend {
	padding-left: 0 !important;
	text-align: center;
}

/* .TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
	font-weight: 500;
} */

/*////E N D/////*/

/*▊▊▊▊▊▊文章分類【首頁】部分基本設定(固定)-------- ////S T A R T/*/
.module_i_news {
	background: #e5e2da;
	padding: 80px 20px 50px 20px;
}

.module_i_news .title_i_box h4 {
	font-size: 36px;
}

.i_blog_ri {
	padding: 15px 10px;
}

.i_blog_ri h5 {
	font-size: 24px;
}

.module_i_news ul {
	margin: 50px auto;
}

.module_i_news li {
	background: #fff;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	width: 48%;
	margin: 0.5%;
}

.module_i_news li a {
	padding: 10px 5px;
}

.module_i_news li a:before {
	width: 100%;
	bottom: 0;
	top: auto;
	transform: none;
	left: 0;
	font-size: 14px;
	transition: all .5s;
	overflow: hidden;
	padding: 0;
	height: 0;
	background: #f3f3f3;
	color: #555;
	letter-spacing: 2px;
}

.module_i_news li a:after {
	display: none;
}

.module_i_news li a:hover:before {
	transform: none;
	padding: 10px 5px;
	height: 45px;
}

@media screen and (max-width: 768px) {
	.module_i_news li {
		margin-bottom: 3%;
		width: 100%;
	}
}

/*////E N D/////*/

/*▊▊▊▊▊▊文章分類【功能頁】部分基本設定(固定)-------- ////S T A R T/*/
.blog_list_ri {
	padding: 15px 10px;
}

.blog_list_ri h5 {
	font-size: 20px;
}

.subbox_item {
	background: #fff;
	margin: 5px;
}

.subbox_item a {
	padding: 10px 5px;
}

.subbox_item a:before {
	width: 100%;
	bottom: 0;
	top: auto;
	transform: none;
	left: 0;
	font-size: 14px;
	transition: all .5s;
	overflow: hidden;
	padding: 0;
	height: 0;
	background: #f3f3f3;
	color: #555;
	letter-spacing: 2px;
}

.subbox_item a:after {
	display: none;
}

.subbox_item a:hover:before {
	transform: none;
	padding: 10px 5px;
	height: 45px;
}

/*////E N D/////*/

/*▊▊▊▊▊▊促銷方案【功能頁】部分基本設定(固定)-------- ////S T A R T/*/
.promotion_title {
	border-bottom: 1px solid #999;
}

.promotion_title h2 {
	border-bottom: 2px solid #999;
}

/*////E N D/////*/

/*按鈕顏色設定*/
.animated-arrow {
	background: #ADA17E;
	padding-left: 0;
	text-align: center;
}

.arrow {
	display: none;
}

/* = = = 個別網站設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content {
	min-height: 100vh;
	background: url(https://pic03.eapple.com.tw/wlbear/content_bg.jpg);
}

/*header*/
.pageIndex .header_area {
	position: fixed;
	width: 100%;
}

.main_header_area {
	background: #0e2034;
}

.nav-header {
	padding: 30px;
}

.nav-brand {
	width: 220px;
}

.nav-menu {
	margin: 40px 0 0 0;
}

.nav-menu>li>a {
	padding: 20px;
	letter-spacing: 2px;
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-size: 16px;
	color: #eee;
}

.nav-menu>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all.5s;
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #00215b transparent;
}

.nav-menu>li>a:hover:before {
	opacity: 1;
}

.tp_links {
	display: none !important;
}

/*購物車bar*/
.shop_search_btn {
	background: #b19664;
	border-radius: 0;
}

.box_search {
	overflow: hidden;
}

.box_search input[type=text] {
	border-radius: 0;
}

.shop_search_txt {
	padding-left: 33px !important;
}

.me_tp_features a {
	color: #fff;
}


/*footer*/
.footer {
	background: url(https://pic03.eapple.com.tw/wlbear/footer_bg.jpg) no-repeat;
	padding: 50px 0 0;
}

.footer_logo {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.footer_logo img {
	width: 100%;
	filter: invert(0.3);
}

.footer_info {
	padding: 0;
}

.footer_info ul {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.footer_info li:nth-child(1) {
	width: 100%;
}

.footer_info li:nth-child(2) {
	width: 100%;
	margin-top: 20px;
}

.footer_info li p,
.footer_info li p>a {
	color: #ccc;
	font-weight: lighter;
}

.footer_menu a {
	background: transparent;
	border: none;
	font-size: 12px;
	color: #888;
}

.copy {
	border-top: 1px #080d14 solid;
	margin-top: 25px;
	padding: 12px 0;
	color: #fff;
	background: #373f4a;
}

.copy a {
	color: #ddd;
}


/*購物車*/
/*側邊選單*/
.product_page .show_content,
.product_info_page .show_content {
	display: flex;
	width: 100%;
}

.product-layer-two {
	width: 20%;
}

.product-layer-two li {
	width: 100%;
	margin: 0;
	padding: 3px;
}

.product-layer-two li a {
	background: #fff;
	padding: 10px 15px;
	color: #555;
	transition: all .3s;
	font-family: 'Noto Serif TC', serif;
}

.product-layer-two li a:hover {
	padding-left: 40px;
}

.product-layer-two li a:before {
	content: "—";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	color: #888;
}

.product-layer-two li a:hover:before {
	display: inline-block;
}

.products-list {
	padding: 0 0 0 3%;
	width: 80%;
}

/*商品清單頁*/
.products-list .price b {
	color: #0e2034;
}

.products-list .price b.sp_price {
	color: #a71b1b;
}

.products-list .more {
	border: 1px solid #aaa;
	color: #aaa;
	font-weight: 400;
}

.products-list .name {
	height: 25px;
	overflow: inherit;
	height:auto;
}

/*詳細頁*/
.product-wrapper {
	width: 80%;
}

.sidebarBtn h2 {
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;
}

.sidebarBtn .price {
	line-height: 110%;
}

.sidebarBtn .price span.sp_price {
	font-size: 16px;
}

.sidebarBtn .price span.ori_price {
	color: #aaa;
	font-size: 14px;
}

.product_info li .txt_box {
	color: #555;
}

.product_info li span {
	font-size: 12px;
}

.action-button {
	background: #bd3f39;
	width: 50%;
	line-height: 35px;
	font-size: 14px;
	padding-left: 0 !important;
}

.action-button:hover {
	background: #e9b34d;
}

.prod>li:nth-child(1) img {
	max-width: 100%;
	height: auto !important;
}

/* 20221102 */
.stepImg {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
}

.stepImg span.active {
	font-style: normal;
	color: #21212A;
	font-weight: bold;
}

.stepImg span {
	margin-top: 10px;
}

.total_amount ul {
	background-color: white;
}

.total_amount .dis_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #927848;
	font-size: 17px;
	font-weight: bold;
}

.total_amount .dis_01 span {
	font-weight: bold;
}

.total_amount .dis_02 {
	/* padding-bottom: 10px; *//*1104 Roby mark*/
	margin-bottom: 10px;
	/* border-bottom: 1px #EEEEEE solid; *//*1104 Roby mark*/
}


.total_amount .dis_03 {
	display: flex;
	align-items: center;
	position: relative;
}

.total_amount .dis_03 input {
	width: 82px;
	height: 23px;
	background-color: white;
	color: #979696; /*#666666*/
	font-size: 13px;
	font-weight: 400;
	padding: 4px 7px;
	border: 1px #979696 solid; /*#666666*/
	position: absolute;
	left: 100px;
	padding: 0 !important;
	z-index: 999;
	text-align: center;
}

.total_amount .dis_03 img {
	position: absolute;
	left: 102px;
}

.total_amount {
	max-width: 533px;
	/* width: 100%; */
}

.total_amount ul:after {
	border: none;
	display: none;
}

.order_list_tit b {
	color: black;
}

.order_list_spec {
	background-color: #666666;
}

.order_list_tab table tr td,
.order_list_tab td:nth-child(1) {
	color: #000000;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
}

.order_pay .separate_title {
	font-size: 16px;
	color: #444;
	padding: 10px 0 10px 40px;
	background: #eee url(../images/bear_img004.png) left center no-repeat;
	margin-top: 80px;
}

.bear_order_fi01 p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-top: 35px;
}

.bear_order_fi01 p a {
	color: black;
}

.bear_order_fi01 u {
	display: flex;
	align-items: center;
	color: #0E2034;
	font-size: 20px;
	font-weight: bold;
	margin: 45px 0 15px 0;
}

.bear_order_fi01 u::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #535353;
	display: block;
	border-radius: 150px;
	margin-right: 15px;
}

.bear_order_fi01 span {
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.order_list_head p {
	color: #0E2034;
	border-bottom: 2px #0E2034 solid;
}

.order_list_pro tr:first-child {
	background-color: #0E2034;
}

.order_list_pro tr:first-child td {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Noto Sans TC', sans-serif;
	padding: 5px 10px;
	text-align: center;
}

.order_list_pro td:nth-child(1) {
	width: 90px;
}

.order_list_pro td:nth-child(4) {
	width: 100px;
}

.order_list_head p {
	color: #0D1F33;
	font-weight: bold;
}

.order_finish_page .lastPage {
	background: #0E2034;
}

@media (max-width:570px) {
	.order_pay {
		padding: 25px 15px;
	}
}

@media (max-width:425px) {
	.total_amount .dis_03 {
		flex-wrap: wrap;
	}

	.total_amount .dis_03 span {
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: right;
	}

	.total_amount .dis_03 input {
		left: auto;
		right: 0;
		top: 2.5px;
	}
}

/*促銷方案*/
.other_promotion li {
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 1% 2%;
}


/*文章分類*/
/*側邊攔*/
.blog_le .accordion {
	border: none;
	border-radius: 0;
}

.submenu a:hover {
	background: #ce9426;
}

/*清單頁*/
.subbox_item {
	width: 100%;
	border-bottom: 3px solid #BBBBBB;
	margin: 0 5px;
}

.subbox_item a:before {
	background: #0e2034;
	color: #eee;
}


/*會員區塊*/
/*共同設定*/
.member_title p {
	border-top: 2px #0e2034 solid;
}

/*未登入*/
.login_mem_submit {
	background: #0e2034;
}

.login_mem_other_link a {
	color: #d13434;
}

.member_login_regist {
	background: #eee;
}

.member_login_regist a {
	background: #0e2034;
	margin-top: 20px;
}

.login_mem_name,
.login_mem_pass {
	padding-left: 45px !important;
}

/*登入後*/
.member_title p {
	border-top: 2px #0e2034 solid;
}

.member_order {
	background: transparent;
}

.mem_regist_title_s {
	background: #eee;
}

/*會員專區*/
.member_order a {
	border: 1px solid #ccc;
	transition: all .5s;
}

.member_order a:hover {
	background-color: #555;
	color: #fff;
}

/*會員資料修改*/
.mem_box2 input.bbtn02 {
	background: #0e2034;
}

.mem_box2 input.bbtn01 {
	background: #0f2135;
}

/*修改密碼*/
.mem_regist_title_s_s input {
	background: #0e2034 !important;
}

.member_regist input {
	background: #fff;
}

/*購物車(一)*/
.send_simple {
	background: #0e2034;
	padding-left: 0 !important;
}

.rewrite_simple {
	background: #0e2034;
	padding-left: 0 !important;
}

.form label .inputbox {
	top: 10px;
}

.bear_his .total_amount li {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.bear_his .total_amount li span {
	position: relative;
}

.bear_his .total_amount li u {
	position: absolute;
	top: calc(50% - 10px);
	left: 96px;
	color: #AAAAAA;
	font-size: 14px;
}

@media (max-width:425px) {
	.bear_his .total_amount li:nth-child(2){
		flex-wrap: wrap;
	}

	.bear_his .total_amount li:nth-child(2) span {
		display:block;
		width:100%;
		text-align:right;
		margin:10px 0;
	}

	.bear_his .total_amount li:nth-child(2) u {
		position: static;
		position: relative;
		top: 2px;
		left:auto;
	}

	.bear_his .red,
	.bear_his .red span {
		font-weight:400;
	}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
	background: transparent;
	height: 200px;
	padding: 160px 0 0;
}

.banner h5 {
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	font-size: 36px;
}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banF {}

.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {

	/*預設banner= = = = = = = = */
	.bannerindex {
		padding: 0;
		margin: 0;
		position: relative;
	}

	/* 開啟手機板下方按鈕所需設定= = = = = = = = */
	#bottom_menu {
		display: block;
	}

	.footer.with_shopping_mode {
		padding: 30px 0 0;
	}

	#to_top {
		bottom: 60px;
	}

	/*以下其他設定= = = = = = = = */
	/*header*/
	.pageIndex .header_area {
		position: relative;
	}

	.nav-header {
		padding: 25px 10px 5px 10px;
	}

	.nav-brand {
		width: 180px;
	}

	.navigation-portrait .nav-menus-wrapper {
		background-color: #0e2034;
	}

	.nav-menus-wrapper-close-button {
		color: #eee;
	}

	.nav-toggle {
		top: 20px;
	}

	.nav-toggle:before {
		background-color: #eee;
		box-shadow: 0 0.5em 0 0 #eee, 0 1em 0 0 #eee;
	}

	.nav-toggle:after {
		color: #eee;
	}

	.nav-dropdown>li>a {
		background: #173454;
		color: #eee;
	}

	/*購物車*/
	.product_page .show_content,
	.product_info_page .show_content {
		flex-direction: column;
	}

	.product-layer-two {
		width: 100%;
	}

	.product-layer-two li {
		width: 32%;
		text-align: center;
	}

	.product-wrapper {
		width: 100%;
	}

	.products-list {
		width: 100%;
	}

	.products-list .price b {
		margin: 0;
		display: inline-block;
		font-size: 14px;
		padding: 2px;
	}

	.products-list .more {
		margin-top: 20px;
	}

	/*banner*/
	.banner {
		height: 100px;
		padding: 100px 0 0;
	}

	.banner h5 {
		font-size: 26px;
	}
}

@media screen and (max-width: 600px) {

	/*購物車*/
	.products-list {
		padding: 0;
		width: 100%;
	}

	.product-layer-two li {
		width: 48%;
	}

	.product-layer-two li a {
		font-size: 14px;
	}

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/