::-webkit-scrollbar {    width: 2px;}
::-webkit-scrollbar-track {    box-shadow: inset 0 0 8px #888888;}
::-webkit-scrollbar-thumb {    background-color: #ff5a5a;border-radius: 4px;}



/*HEADER**************************************************************/

.me_tp_features {
	display: none;
}
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: -30px;
    margin-left: -38px;
    background-color: #ffffff;
    padding: 14px;
    left: 12px;
}

.main_header_area .container {
	max-width: 1500px;
}
.main_header_area:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	transition: all 1.3s ease-in-out;
	z-index: -1;
	opacity: 1;
	background-color: rgb(153 153 153 / 57%);
}
.main_header_area {
	position: relative;
	height: 190px;
}

@keyframes move {
	0% {
		left: -50%;
	}
	100% {
		left: 100%;
	}
}
.nav-brand img {
	display: block;
	position: relative;
	width: 150px;
	padding: 0px;
	left: 0px;
	transition: all 1s;
	opacity: 1;
	top: 15px;
	border-radius: 0px;
}
.nav-brand {
	position: relative;
	margin: 0px;
	margin-left: 0px;
}

/*第一層*********************************************************************/

.stellarnav ul {
	padding-top: 26px;
	opacity: 1;
	transition: all .5s;
}
.stellarnav li.has-sub>a:after {
	display: none;
}
.stellarnav>ul>li.has-sub>a {
	padding-right: 0px;
}
.stellarnav>ul>li>a {
	position: relative;
	letter-spacing: 1px;
	margin: 0 15px;
	color: #fff;
	font-size: 15px;
	padding-right: 20px;
	font-weight: 800;
	font-family: "Noto Sans TC", sans-serif;
}
.stellarnav>ul>li:hover>a {
	color: #ff5454;
	font-weight: 400;
	transition: .3s;
}
.stellarnav>ul>li:after {
	content: '';
	background: linear-gradient(0deg, #ffffff00, #ffffff);
	z-index: -1;
	width: 1%;
	height: 0px;
	left: 10px;
	top: -26px;
	position: absolute;
	bottom: 60px;
	transition: height 0.3s ease;
}
.stellarnav>ul>li:hover:after {
	height: 50px;
	transition: height 0.5s ease;
}

	
.stellarnav ul ul {
	padding-top: 0px;
}
.stellarnav li li {
	border: none;
	border-bottom: 1px solid #ffffff3b;
	background: #ff7c7c;
}
.stellarnav li li:nth-last-of-type(1) {
	border-bottom: none;
}
.stellarnav li li>a, .stellarnav li li.has-sub>a {
	padding: 10px 10px;
	transition: all 0.3s;
	color: #ffffff;
	font-size: 14px;
	background: #1e1e1e;
}
.stellarnav li li:hover>a, .stellarnav li li.has-sub:hover>a {
	margin-left: 5px;
	color: #ff6969;
	font-weight: 400;
}


.stellarnav > ul > li:nth-child(2) {
  margin: 0 10px;
}

.stellarnav > ul > li:nth-child(3) {
  margin: 0 -25px;
}

.stellarnav > ul > li:nth-child(4) {
  margin: 0 -2px;
}
.stellarnav > ul > li:nth-child(5) {
  margin: 0 6px;
}
.stellarnav > ul > li:nth-child(6) {
  margin: 0 0px;
}
.stellarnav > ul > li:nth-child(7) {
  margin: 0 0px;
}

.header_area {
	position: fixed;
	width: 100%;
	background: #000000a6;
	padding: 0px;
	height: 90px;
	box-shadow: aliceblue;
	box-shadow: 0 0 15px rgb(253 9 9);
}
.header_area.sticky {
	position: fixed;
	width: 100%;
	background: #681e1e;
	padding: 0px;
	height: 90px;
	box-shadow: 0 0 15px rgb(58 58 58);
}

.main_header_area:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 92px;
	transition: all 1.3s ease-in-out;
	z-index: -1;
	opacity: 1;
	background: linear-gradient(90deg, #f018185e, rgb(0 0 0 / 45%));
	background-blend-mode: multiply;
}
 .header_area.sticky .main_header_area:after {
	width: 100%;
	transition: all 1.3s ease-in-out;
	opacity: 1;
}
.main_header_area::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 50%;
	height: 92px;
	background: linear-gradient(90deg, #c3000000, rgb(255 55 55 / 45%));
	transform: skewX(-50deg);
	animation:move 3s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
	mix-blend-mode: overlay;
	opacity: 1;
}
 .header_area.sticky .main_header_area:before {
	transition: all 1.3s ease-in-out;
	opacity: 1;
}




 .stellarnav ul {
	padding-top: 26px;
	transition: all .5s;
}
.stellarnav ul ul {
	padding-top: 0px;
}
 .header_area.sticky .stellarnav ul {
	opacity: 1;
	pointer-events: all;
	transition: all .5s;
}
@media screen and (max-width: 1024px) {
	.navigation {
		display: grid;
		grid-template-columns: 170px 1fr;
	}
	.stellarnav ul {
		text-align: end;
		padding-right: 15px;
	}
	.stellarnav>ul>li>a {
		margin: 0 5px;
	}
	.nav-header {
		max-width: 170px;
	}
}
@media screen and (max-width: 834px) {
	.stellarnav>ul>li>a {
		margin: 0px 4px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {

	.navigation {
		display: flex;
	}
	.stellarnav ul {
		padding-right: 0px;
	}
	.pageIndex .stellarnav ul {
		padding-top: 0px;
	}
	.stellarnav ul {
		padding-top: 0px;
	}
     .nav-header {
        width: 120px;
        position: relative;
        margin-left:-180px;
    }

.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: #0000008c;
    padding: 0px;
    height: 60px;
}
	
}

 .product_info_page  #content, .product_page #content, .album_class_page #content, .album_page #content, .album_info_page #content, .blog_page #content, .blog_in_page #content{
	background-image: url(https://pic03.eapple.com.tw/handtai/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
	} 

.info_fix_links {
  display: block !important;
  margin-bottom: -23px;
}


/*mobile menu*/
@media screen and (max-width: 768px) {
	.prod_part { padding: 50px 30px 30px; }

	.main_header_area::before {height: 60px;}

	.main_header_area:after {height: 60px;}

	    .stellarnav.mobile {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        display: inline-block;
        padding: 17px;
    }
.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
    background: transparent;
    width: max-content;
    transition: all 0.3s ease;
    margin: 20px 20px 0 0;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    align-items: center;
}

.stellarnav .menu-toggle:after {
   display:none;
}
	
.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
    height: auto;
}
.stellarnav .menu-toggle span.bars span {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}
.stellarnav .menu-toggle span.bars span:last-child{
    margin-bottom: 0;
}

	
.stellarnav.active .menu-toggle span.bars span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
}
.stellarnav.active .menu-toggle span.bars span:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
}


.stellarnav.mobile::before{
    transition: 0s;
    position: fixed;
}



/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;}
.stellarnav.mobile.left.active > ul{width: 80%;right: 0;max-width: 500px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;font-size: 12px;background: transparent;height: 76px;width: fit-content;padding: 0;margin: 26px 0 28px;text-transform: capitalize;content: 'Menu';font-size: 14px;color: #000;transform: scale(1);font-family: var(--SFontE);letter-spacing: 0.04em;height: fit-content;width: 100%;text-align: right;display: flex;flex-direction: row-reverse;padding-right: 20px;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #000;}
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}

.stellarnav li li>a, .stellarnav li li.has-sub>a {
	padding: 10px 10px;
	transition: all 0.3s;
	color: #000000;
	font-size: 14px;
	background: #ffffff;
}

	
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {color: #4f4f4f; opacity: 1;transition: all 0.3s ease-in-out;}

/* 第一層 */
.stellarnav.mobile  > ul > li:after {content: none;}
.stellarnav.mobile > ul > li {display: block;border-bottom: 1px solid #f0f0f0;color: #0c0c0c;}
.stellarnav.mobile li.open {background: #ffffff;color: #fff;padding: 0 0 10px;}
.stellarnav.mobile > ul > li > a {text-align: left;overflow: auto;height: auto;line-height: 1.8;display: block;font-size: 16px;padding: 15px;width: calc(100% - 30px);color: #000000;}
.stellarnav.mobile li.open > a {border: 0;padding: 20px 10px;color: #000000;}    
.stellarnav > ul > li > a:before{content: none;}
.stellarnav > ul > li.has-sub:hover {max-height: fit-content;transition: all .3s;}
.stellarnav.mobile li a{border:0;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
width: fit-content;
margin: 0;
right: 10px;
text-align: center;
}
.stellarnav a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #666;top: 50%;top: 0;left: 0;transform: rotate(-45deg);}
.stellarnav a.dd-toggle .icon-plus:after {width: 8px;height: 8PX;top: 50%;border-bottom: solid 1px #666;transform: rotate(45deg);}
.stellarnav li.open > a.dd-toggle .icon-plus {-moz-transform: translateY(10px) scaleY(-1);-webkit-transform: translateY(10px) scaleY(-1);-o-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}


/* 第二層 */
.stellarnav.mobile ul ul, .stellarnav > ul > li.drop-left > ul {
    left: 30px;
    margin: 0 auto;
    box-shadow: none;
    width: calc(100% - 10px);
    margin: auto;
    left: 30px;
    box-shadow: none;
    margin: 0;
}
.stellarnav li li {font-size: 14px;color: #ffffff;letter-spacing: 1px;margin: 0;transition: .3s;background: #ffffff;}
.stellarnav.mobile li.has-sub:hover ul{padding-bottom: 0; }
.stellarnav li li:hover a {background: #ffffff;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #3f5aa3;font-weight: 600;opacity: 1;}
}


.banblog, .banE, .banF {
    opacity: 0;
    min-height: 125px;
}

.path p, .path p a {display: none;}
a.pdinfo_link.pdinfo_line {
    display: none;
}
a.pdinfo_link{
    display: none;
}


.product_page #content, .product_info_page #content, .album_class_page #content, .album_page #content, .album_info_page #content, .blog_page #content, .blog_in_page #content{
	/*background-image: url(https://pic03.eapple.com.tw/sywc/bg03.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	z-index: -1;
	} 

.other_page #content{
	background-image: url(https://pic03.eapple.com.tw/handtai/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
	} 

 .prod_part{
	background-image: url(https://pic03.eapple.com.tw/handtai/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
	} 



.animated-arrow {
	background: linear-gradient(90deg, #00000045, #7b7a7a);
	color: #ffffff;
	font-size: 14px;
	height: 50px;
	/* line-height: 60px; */
	transition: all .3s;
	-webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.1);
	width: 200px;
	border-radius: 0px;
}
.animated-arrow:hover {  color: #ffffff; z-index: 0;}

.animated-arrow::before {
    content: '';
    display: block;
    background: #4a4a4a;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animated-arrow:hover::before {
    background: linear-gradient(90deg,
#8e8d8da1 0%,
#434242b5 35%,
#38383836 100%);
    width: 100%;
    left: 0;
    z-index: -1;
}
.animated-arrow:after {
	content: " ";
	width: 20%;
	height: 3px;
	/*background: #af8650;*/
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animated-arrow:hover:after {width: 100%;}


.i_prod_tit, .i_video_tit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.i_prod_tit h2, .i_video_tit h2 {
    font-size: 45px;
    color: #174360;
    font-weight: 700;
	font-family: "Work Sans", sans-serif;
	letter-spacing:1px;
}

.i_prod_tit span, .i_video_tit span {
    font-size: 18px;
    padding-left: 18px;
    font-weight: 700;
    padding-top: 5px;
    font-family: "Noto Sans", sans-serif;
}
.products-list .item a + button.pd_btn {
    width: 100%;
    border: 1px solid #adadad;
    color: #adadad;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    background: transparent;
    transition: all .5s;
    margin-top: 10px;
    cursor: pointer;
}
.products-list .item a + button.pd_btn:hover {
    background: #b2b2ba;
    color: #FFFFFF;
    letter-spacing: 5px; 
}



.products-list .pic::before, .related_list li figure::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 1.2;
	letter-spacing: 0px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after, .related_list li figure::after {content: "";width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background: rgb(87 87 87 / 37%);opacity: 0;transition: .5s;}

.products-list a:hover .pic::before, .products-list a:hover .pic::after, .related_list li:hover figure::before, .related_list li:hover figure::after  {
    opacity: 1;
}


.product_page .main_part {max-width:1500px;padding: 50px 30px 50px;}
.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%;display: none;}

.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) {
	.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 132px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    align-content: center;
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.i_prod_tit h2, .i_video_tit h2 {
    font-size: 30px;
}	
.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) {
}



.product_page .product_menu_list {padding: 0;}
.product_menu_list > h5 {display: block;color: #444;font-size: 16px;border-bottom: 2px solid #eee;padding: 10px 0;}
.product-layer-two{background: transparent;border-radius: 10px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: #fff;transition: all .5s;}
.product-layer-two li.active li a {background: #eee;transition: all .5s;}
.product-layer-two li a {color: #333;font-size: 12px;background: transparent;padding: 10px 0;}
.product-layer-two li a:hover{background: #2c2c2cbf;color: #fff;padding-left: 10px;}
.product-layer-two li a:hover ~ i{color: #0f0f0f;}
.fa-circle-plus::before {content: "+";}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;padding-left: 10px;}
.product-layer-two li.active i.close::before{color: #fff;}
.product-layer-two li.active .fa-circle-plus::before {color: #fff;}
.product-layer-two li li a {padding: 10px;font-size: 12px;background: #eeeeee;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;}
.product-layer-two > li > a {letter-spacing: 2px;border: none;transition: all .5s;}
.product-layer-two > li.active > a {background: #555;}
.product-layer-two > li.active li.active > a{background: #fff;color: #ad925e;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover {margin-left: 0;background: #fff;transition: all .5s;}
.product-layer-two li li:hover > a {background: transparent;}
.product-layer-two li li:hover > a:before{display: none;}
.product-layer-two li i {top: 12px;height: auto;font-size: 12px;font-weight: 300;color: #555;}


.products-list .price {margin: 0 0 10px;}
.products-list .price b {color: #415677;}
.products-list .more {font-size: 15px;font-weight: 500;border: 0px solid #03A9F4;color: #ffffff;font-weight: bold;background: linear-gradient(90deg, #ff646757, #033e9885);}
.products-list .item a:hover .more {background: linear-gradient(90deg, #ff6467b3, #033e98c7);}
.products-list .name {height: auto;text-align: center;letter-spacing: 1px;line-height: 160%;}

.product_info_page .product_menu_list{display: none;} 

.product_pic {display: flex;flex-direction: column-reverse;max-width: 1200px;margin: 0 auto;}
.product_pic .swiper-slide{max-height: 80vh;}
.product_pic .proImgSwiper{max-height: 80vh;}
.swiper-button-next:after, .swiper-button-prev:after {background: #888;width: 30px;height: 45px;display: block;
    padding: 0 10px;font-size: 14px;line-height: 45px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{text-shadow: none;}

.sidebarBtn {border: none;background: transparent;}
.sidebarBtn h2 {color: #333;font-size: 20px;letter-spacing: 1px;font-weight: 500;}
.sidebarBtn .sp_price {color: #b92c2c;}
.inquiry_a1 {background: #888;border-radius: 0;}
.inquiry_a2 {background: #eee;border-radius: 0;color: #888;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #555;color: #fff;}

.prod_tabs{margin-top: 10px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .6rem;transition: all .5s;}
.pd_tabTitle li.activeTab {border-bottom: 2px solid #eee;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a {color: #333;font-weight: 400;}


.prod_related {background: transparent;padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;display: none;}
.prod_related h6 span:before {color: #333;font-weight: 400;}
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.related_list li a{padding: 0;}
.related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}


.stepImg{margin: 40px auto 80px;width: 100%;}
.stepImg img{display: none;}
.stepImg span {border: 1px solid #4f4949;text-align: center;font-size: 12px;padding: 15px 20px;color: #4f4949;
 margin: 0 -1px 0 0;width: 33.3%;}
.stepImg span.one{text-align: center;margin-left: 0;}
.stepImg span.three{text-align: center;}   
.stepImg span.active {color: #fff;background: #4f4949;}

.shopping-cart .cart_head {background: #b6a292;}
.shopping-cart .cell.product_name {font-weight: 400;padding: 10px 20px;}

.total_amount {justify-content: flex-end;margin: 30px 0 80px auto;font-size: 14px;}
.total_amount ul {background: #fff;margin: 40px 0 60px;}
.total_amount ul:after{display: none;}
.rewrite_simple, .send_simple {font-size: 14px;}
.rewrite_simple {background: #4f4949;}
.send_simple {background: #b6a292;margin-left: 20px;}
.blank_letter {letter-spacing: 2px;}
.red {color: #b92c2c;}

.separate_title {padding: 10px 20px;background: #b6a292;color: #fff;font-weight: 400;}
.border200 {width: 100%;border: 1px solid #ccc;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.formbox_form{padding: 0;}
.formbox_form li .form__insert select{margin-bottom: 10px;}
.form label {color: #474141;margin-bottom: 0;}
.form label .inputbox {margin-right: 10px;}
.form label.circle .inputbox {background-image: none;border: 1px solid #474141;border-radius: 50%;}
.form label .inputbox.Big {width: 18px;height: 18px;}
.form label.Bigcheck {margin-left: 0;top: 0;margin-top: 10px;}
.form label.Bigcheck .inputbox {background-image: none;border: 1px solid #474141;}
.form label.circle input:checked {background-position: center !important;}
.form label.Bigcheck input:checked {background: #474141;}
.separate_title .note {background: #f3f3f3;font-size: 10px;color: #888;padding: 2px 6px;border-radius: 30px;margin-left: 15px;}

.order_finish_page .main_part {max-width: 1400px;}
.order_pay {padding: 0;}
.note_edit{background: transparent;padding: 20px;color: #474141;}
.order_list_tit b {font-size: 24px;color: #474141;font-weight: 400;}
.order_list_spec p {font-weight: 400;padding: 10px 20px;background: #b6a292;}
.order_list_tab td {background: #f8f8f8;}
.order_list_tab td:nth-child(1) {background: #474141;color: #fff;width: 150px;font-weight: 400;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #b6a292 solid;}
.pay_text > a{font-size: 14px;}
.order_list_head p {font-size: 18px;color: #474141;border-bottom: 2px #474141 solid;}
.order_list_pro td:nth-child(1),.order_list_pro td:nth-child(4) {width: 70px;}
.order_list_pro tr:first-child {background: #b6a292;}
.order_list_pro tr:first-child td {color: #fff;font-weight: 400;}
.last_box_money em span {color: #3fa5ff;letter-spacing: 0;}

.car_page .information_left {width: 100%;margin: 50px auto;}
.contact_le_map a {background: #888;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {margin-right: 20px;}

.formbox_form li.last {justify-content: center;}

@media (max-width: 1200px){
	.related_list {grid-template-columns: repeat(2, 1fr);}
	.related_list li figure {aspect-ratio: auto;}
	.related_list li a img {height: 25vw;}
}
@media (max-width: 1024px){
	
	.stepImg {margin: 40px auto;}
}
@media screen and (max-width: 768px) {
	
	.product-layer-two {grid-gap: 0 5px;}
	.product-layer-two li a{width: 100%;padding: 10px 0;}
	
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{/* border-bottom: 1px solid #eee; */padding: 10px 0 5px;width: 95%;}

	.mobile_product_name{display: none;}
	

	.shopping-cart .cart_content .row{border: 1px solid #b6a292;padding: 15px 10px;}
	.shopping-cart .cell {flex-direction: row;border-bottom: none;}
	.shopping-cart .cell:before {color: #b6a292;margin-right: 10px;font-weight: 400;}
	.shopping-cart .cell.product_name {padding: 0;}
	.shopping-cart .cell.product_name p {font-size: 18px;color: #4f4949;padding-right: 30px;}
	.small_pic {width: 65px;height: 65px;}
	.shopping-cart .cell.amount:last-child {position: absolute;right: 0;top: 0;border-bottom: none;
     width: 30px !important;height: 30px;background: #b6a292;}
    .shopping-cart .cell.amount:last-child:before{display: none;}
    .shopping-cart .cell.amount:last-child > a{margin: 0 auto;line-height: 1;}
    .fa-lg {font-size: 14px;color: #fff;}

}
@media (max-width: 640px) {
	
    .order_list_pro td span {font-size: 14px;color: #474141;}
}
@media screen and (max-width: 600px){
	
	.pd_tabTitle li a{font-size: 12px;}
	.related_list li a img {height: 150px;}
	

	.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{
		width: 100%;}
	.shopping-cart .cell {justify-content: space-between;border-bottom: 1px solid #eee;}
	.shopping-cart .cell.product_name {min-height: 60px;padding-bottom: 30px;}
	.shopping-cart .cell.product_name p {font-size: 14px;}

	.total_amount {justify-content: space-around;}
	.rewrite_simple, .send_simple{margin: 0;}
	
	.pay_text{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
	.pay_text > a{width: 160px;text-align: center;}
	.orderFinish_data .pay_text>*+* {margin-top: 0;}
	.order_list_tab td {padding: 6px 12px;}

	.formbox_form li.last {justify-content: space-around;}
}
@media (max-width: 570px) {
	
	.order_list_tab td:nth-child(1) {width: 100px;}
}
@media (max-width: 568px){
	
	.order_list_tab td{font-size: 14px;}
}



.product-layer-two li li a{transition: all .5s;}
.product-layer-two li li:hover > a {color: #22395d;}
.product-layer-two > li.active > a {background: linear-gradient(90deg, #48aaffa6, #033e9800);  }
.product-layer-two > li.active li.active > a {color: #ff7a7a;font-weight: 600;}

.inquiry_a3 {background: #b6b6b6; border-radius:0px;}
.inquiry_a2 {background: #323232; border-radius:0px; color:#ffffff;}

.stepImg span {border: 1px solid #888;}
.stepImg span.active {background: #888;}
.shopping-cart .cart_head {background: #888;}
.rewrite_simple {background: #888;}
.send_simple {background: #22395d;}

.separate_title {background: #888;}

.order_list_spec p {background: #888;}
.order_list_tab td:nth-child(1) {background: #22395d;}
.order_list_tab.payer td:nth-child(1) { #888 solid;}
.order_list_pro tr:first-child {background: #888;}



@media screen and (max-width: 768px) {
	
	.product-layer-two li a {padding: 10px 0;width: 100%;}
	
	.shopping-cart .cart_content .row {border: 1px solid #24395b;}
    .shopping-cart .cell.amount:last-child {background: #24395b;}
    .shopping-cart .cell:before {color: #22395d;}
}





.blog_le .accordion {list-style-type:none;margin:auto;border-radius: 5px;border: none;overflow:hidden;background-color: #b8b8b8;}
.accordion li .link{position: relative;}
.accordion li+li .link{border-top: 0px solid #ccc;} 
.accordion li .link a {cursor:pointer;display:block;padding:15px 10px;color: #ffffff;font-size:14px;font-weight: 600;position:relative;}
.blog_le .accordion li.open .link { color:#999; }
.blog_le .accordion li .link i { position: absolute; top: 0; right: 0; font-size: 16px; color: #444; transition: all 0.4s ease;  width: 45px; height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer;}

.blog_le .accordion li.open .link i { color:#999;}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '\f077';}
.blog_le .accordion li.default .submenu {display: block;}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background: linear-gradient(90deg, #56565691, #ee6d6d7d) !important;}
.blog_le .accordion > li:hover .link,z
.blog_le .accordion > li.on_this_category .link { color:#fff !important;}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a { color:#fff !important;}
.blog_le .accordion > li:hover .link i,
.blog_le .accordion > li.on_this_category .link i { color:#fff !important;}
h5.blog_le_t {
    display: none;
}



.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);}
.subbox_item a:before {
	font-size: 12px;
	padding: 5px 20px;
	color: #fff;
	bottom: auto;
	right: auto;
	left: 90%;
	top: 85%;
	transform: translate(-50%,-50%);
	}
.subbox_item a:after {background: rgb(107 108 109 / 50%);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;letter-spacing: .2rem;line-height: 160%;font-size: 12px;margin-top: 20px;}

h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}

.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;}
.news_related {background: transparent;padding: 50px 15px;margin-top: 50px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list li a p {padding: 5px 5px 10px;line-height: 1.6;}
.lastPage {background: #c1a383;font-size: 16px;}

@media screen and (max-width: 1024px){

	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	
	.blog_le{padding: 0;}

	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}

	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
    .blog_ri {padding:10px;}
	.article_b .subbox_item a:before {display:none;}
     .article_b .subbox_item a {display:flex;flex-direction:column;}
	
}
@media screen and (max-width: 450px){

	.subbox_item a {display: flex;flex-direction: column;}
}




.blog_list_ri h5 {}
.subbox_item a:before {background: #c1d7dd00;}


.subbox_item a {
    position: relative;
}

.article_a  .subbox_item a::before {
    content: "More+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0);
    transform-origin: center;
    font-size: 15px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    white-space: nowrap;
    transition: opacity .35s ease, transform .45s cubic-bezier(.4,0,.2,1);
    z-index: 10;
}

.article_a .subbox_item a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1);
}



.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #fb7676;border: 1px solid #fb7676;font-size: 14px;}
h4.blog_category_title{color: #fff;}
.blog_back a.article_btn_back {background: #fb7676;color: #ffffff;font-size: 14px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #fb7676;border: 1px solid #fb7676;font-size: 14px;}
.news_related {border-top: 1px solid #ccc;display: none;}
.news_related h6 span:before{color: #eee;}
.news_related_list li a {padding: 0;background: #222;}
.news_related_list li a p {color: #ccc;padding: 20px 5px;}








.article_b .i_blog_le { 
    aspect-ratio: 3 / 2;    
    grid-gap: 10px;
}

.article_b .module_i_news ul {}

.article_b .module_i_news li {
    background: #ffffff59;
}

.article_b .module_i_news li a:after {  
    background: transparent;
}




.article_b .blog_list_ri h5 { 
    color: #3e3e3e;
}


.article_b .subbox_item {
    border: 1px solid #99783300;
    background-color: #ffffff54;
    padding: 10px;
}

.article_b .subbox_item a {
    align-items: center;
    grid-template-columns: 200px 1fr;
}

.article_b .subbox_item:hover {
    border: 1px solid #ffd1d196;
   box-shadow: 0 5px 8px rgb(255 222 222 / 55%);
}
   


.article_b .subbox_item a:before {
    color: #000000;
    background: #99783300;
    padding: 10px;
    opacity: 0.5;
}

.article_b .subbox_item a:hover:before {
    color: #ff6c6c;
    background: #99783300;
    padding: 10px;
    opacity: 1;
}

.article_b .subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #81818129;
    opacity: 0;
}

.article_b .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}


.article_b .blog_subbox {
    grid-template-columns: 1fr;
    /* padding: 10px; */
}


.article_b .blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    display: none;
}




.article_b .path p,
.article_b .path p a {
    display: none;
}



.article_b h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    opacity: 0;
}


.article_b .blog_shareData {
    padding-bottom: 15px;
}


.article_b .news_related {
    background: #f3f3f3;
    padding: 25px 15px;
    display: none;
}



/*相簿*/

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto;}

/*相簿管理*/


.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto; padding: 150px 20px;}
.subalbum-menu { margin: 0px 0;}
/*版面*/
ul.show-list, .other_subalbum{display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 50px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}

.other_subalbum li {background: transparent;}


.show-list .show_pic {aspect-ratio: auto; padding-bottom: calc(100% / 16 * 9);}


.show-list .show_pic img , .other_subalbum li a img { display: block; max-width: 100%;  min-width: 100%; height: 100%;  object-fit: cover; -moz-object-fit: cover; -ms-object-fit: cover;
  -o-object-fit: cover; -webkit-object-fit: cover;  position: absolute;  left: 0%;  top: 0%;  transition: 0.8s; /*filter: grayscale(0.7);*/}
.other_subalbum li a div:hover img , .show-list .show_pic:hover img { transform: scale(1.05);  /*filter: grayscale(0);*/}

.show-list .item:hover .show_name { color: #ff8c6b;}

.subalbum-menu h2{  display: none;}
.overlay{ display: none;}
.other_subalbum li p { text-align: center; color: #726C6C;  letter-spacing: 2px;  width: fit-content;  margin: 40px auto 0;  position: relative; padding-bottom: 10px;}
.other_subalbum li p:after {content: "";  background: #C4AB90;  width: 0%;  height: 1px;  position: absolute;  left: 0;  bottom: 0;  transition: 0.5s;}
.other_subalbum li:hover p:after { width: 100%;}
.album_page .other_album, .album_class_page .other_album ,.album_info_page .other_album ,.album_page .overlay {display: none;}


.pic-list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));-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;text-align: center;}
.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;}

@media screen and (max-width: 980px) {
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
	.stellarnav > ul > li:nth-child(-n+7) {
  margin: 0;
}
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #6a6a6a;font-size: 20px;}
}

@media screen and (max-width: 600px) {
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}
.i_album_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
}
} 






/*footer*/

.footer_info li p.taxid:before { content:'手機：';}
.footer_info li p.phone:before { content:'統編：';}

.footer_info li {
  display: flex;
  flex-direction: column; 
}



.footer_info li p.tel   { order:1; }
.footer_info li p.taxid  { order: 2; }
.footer_info li p.fax  {order: 3;}
.footer_info li p.taxid  { order: 4; }
.footer_info li p.phone  { order: 5; }
.footer_info li p.add  { order:6; }

.footer{         
    z-index: 99;
    background-image: url(https://pic03.eapple.com.tw/handtai/footer.jpg); 
	background-size:cotain;
  
    background-attachment: fixed;}

.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.footer_info li{width: 45%;font-family: "Noto Sans TC", sans-serif;}
.footer_info li p {color: #fff;font-family: noto;font-family: "Noto Sans TC", sans-serif;}
.footer_info li p a {  color: #fff;}
.footer_info li p.mail{display: none;}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 25px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
}

.footer_menu a:first-child {display:none;}
.footer_menu a:hover {   color: #ff5454; background: #ffffff00;letter-spacing: 2px;}
.copy {     color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}


@media screen and (max-width: 768px) {

#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
.footer_info li p{text-align: center;}
.footer_info li { width: 90%;}
.footer_menu {    max-width: 450px;    margin: auto;}
 .footer_menu {  grid-template-columns: 1fr 1fr;}
.footer_info { justify-content: flex-start;}
.footer_logo { margin-left: 17px;}
    .footer_info li p {  text-align: left;}
}


	   