@charset "utf-8";
body {
	font-family: "Open Sans", sans-serif, "Noto Sans TC", sans-serif;
}
/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
	background: #ffffff;
	width: 4px;
}
/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
	display: none;
}
/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 0px;
	transition: all 0.3s;
}
/* 軌道背景底色 */

&::-webkit-scrollbar-track {
	background-color: #ffffff;
}
/*頁面導覽列*/

.path p, .path p a {
	display: none;
}
/*header*************************************************************/

.navigation {
	grid-template-columns: 250px 1fr;
}
.nav-brand {
	width: 180px;
	transition: all 0.4s;
	position: absolute;
}
.header_area {
	background: #fff;
	transition: all .4s ease-in-out;
	padding: 20px 0px;
	position: sticky;
	width: 100%;
}
.header_area.sticky {
	background: #fff;
}
.me_tp_features {
	display: none;
}
/*第一層*/

.stellarnav li.has-sub>a:after {
	display: none;
}
.stellarnav>ul>li>a {
	letter-spacing: 3px;
	color: #626262;
	font-weight: 400;
	font-size: 14px;
	padding: 0px 27px;
	margin: 0px;
	position: relative;
	z-index: 1;
}
.stellarnav>ul>li>a:hover {
	color: #363636;
}
.stellarnav>ul>li:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 16px;
	width: 1px;
	height: 15px;
	background-color: #666666;
	transform: rotate(15deg);
}
.stellarnav>ul>li:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ebebeb;
	border-radius: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.4s ease-out;
}
.stellarnav>ul>li:hover:before {
	transform: translate(-50%, -50%) scale(1.5);
}
.stellarnav>ul>li>a b:nth-of-type(2) {
	font-size: 11px;
}
.stellarnav>ul>li:nth-last-child(1):after {
	display: none
}
/*第二層*/

.stellarnav ul ul {
	background: #ffffff;
	box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
	border-radius: 10px;
	width: 170px;
}
.stellarnav li li {
	border: none;
}
.stellarnav li li>a, .stellarnav li li.has-sub>a {
	padding: 10px 12px;
	transition: all 0.3s;
	border: none;
	position: relative;
	letter-spacing: 2px;
	font-size: 14px;
}
.stellarnav li li:hover>a, .stellarnav li li.has-sub:hover>a {
	color: #3d3d3d;
	background: #f5f5f5;
	border: none;
	margin: 7px;
	border-radius: 10px;
}
@media screen and (max-width: 1024px) {
	.nav-header {
		position: absolute;
		text-align: right;
		top: 20px;
	}
	.stellarnav ul {
		text-align: end;
	}
	.header_area.sticky .nav-brand {
		margin-top: 48px;
	}
	.main_header_area .container {
		max-width: 95%;
	}
}
@media screen and (max-width: 900px) {
	.stellarnav ul {
		text-align: center;
	}
	.nav-header {
		top: 0px;
	}
	.header_area.sticky .nav-brand {
		backdrop-filter: none;
		width: 170px;
		margin: 0px auto 15px;
	}
	.nav-header {
		position: relative;
		text-align: center;
	}
	.header_area.sticky .nav-header {
		transition: all .4s ease-in-out;
	}
	.nav-brand {
		position: static;
		display: block;
		margin: 15px 0px 20px;
		padding: 0px;
		width: 200px;
	}
}
@media screen and (max-width: 768px) {
	.header_area.sticky .nav-brand {
		backdrop-filter: none;
		width: 170px;
		margin: 0px auto;
	}
	.nav-brand {
		margin: 0px;
	}
}
@media screen and (max-width: 500px) {
	.header_area {
		padding: 20px 0px;
	}
}
/*FOOTER**************************************************************/

.footer .center {
	padding: 0px 30px;
}
.copy a:hover {
	color: #444;
}
.footer_menu a:first-child {
	display: none;
}
.footer {
	background: #f9f9f9;
	padding: 80px 0 0px;
}
.footer_info ul {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.footer_info {
	display: flex;
	flex-direction: column;
	padding: 0px;
}
.footer_logo {
	display: none;
}
.footer_menu {
	display: flex;
	justify-content: flex-end;
}
.footer_info li:nth-child(1) {
	width: 100%;
}
.footer_info li:nth-child(2) {
	width: 100%;
}
.footer_info li p {
	color: #444;
	font-size: 13px;
}
.footer_menu a {
	border: none;
	margin: 0 7px;
	background: transparent;
	letter-spacing: 1pt;
	transition: .4s;
	color: #444;
	font-size: 13px;
}
.footer_menu a:hover {
	background: #b2b2b2;
	transition: .4s;
}
.copy {
	padding: 10px 0;
	width: 95%;
	margin: 50px auto 0px;
	font-size: 11px;
	color: #7e7e7e;
}
a {
	color: #595959;
}
.box_link {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	top: 48px;
	right: 43px;
}
.box_link a {
	font-size: 19px;
	border: none;
	transition: .4s;
}
.box_link a:hover {
	color: #b2b2b2;
	transition: .4s;
}
.footer_info li p a {
	letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
	.footer_info li:nth-child(1) {
		width: 50%;
	}
	.copy {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 980px) {
	.footer_info ul {
		flex-wrap: wrap;
	}
	.footer_menu {
		justify-content: flex-start;
	}
	.box_link {
		top: -10px;
	}
	.copy {
		border: none;
	}
	.footer_menu {
		flex-wrap: wrap;
	}
	.footer_info li:nth-child(1) {
		width: 100%;
		padding: 0px 15px;
	}
	.footer_logo {
		padding: 0px 18px;
	}
	.footer_menu a {
		margin: 7px 7px;
		padding: 7px 10px;
	}
	.copy {
		margin-top: -10px;
	}
	.footer {
		padding: 80px 0 0px;
	}
}
@media screen and (max-width: 768px) {
	.box_link {
		justify-content: flex-start;
		top: 2px;
		left: 2px;
		padding: 0px 0px;
	}
	.footer_info li+li {
		margin-top: 8px;
	}
	.footer_menu a {
		margin: 7px 7px;
		border: 1pt solid;
		border-radius: 5px;
	}
	.copy {
		margin-top: 0px;
	}
	.footer.with_shopping_mode {
		padding: 80px 0 50px;
	}
	#bottom_menu li {
		background: #c8c5b3;
	}
	#bottom_menu li a i {
		color: #ffffff;
	}
	#bottom_menu li a em {
		color: #FFF;
	}
}
/*大圖****************************************************************/

#content_main {  margin: 0;}
.bannerindex { position: relative; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

.bannerindex:before {
	background: url(https://pic03.eapple.com.tw/dayalaw/title01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 19%;
	left: 9%;
	width: 25% !important;
	height: 71% !important;
	background-position: left;
	padding-bottom: calc(100% / 1 * 0.12);
	animation: fade-in-left 2s cubic-bezier(.39, .575, .565, 1.000) both;
}
/*第一張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
	background: url(https://pic03.eapple.com.tw/dayalaw/title02.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 7%;
	right: 3%;
	width: 85% !important;
	height: 85% !important;
	background-position: right;
	padding-bottom: calc(100% / 1 * 0.12);
	animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
}
/*第二張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
	background: url(https://pic03.eapple.com.tw/dayalaw/title03.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 7%;
	right: 3%;
	width: 85% !important;
	height: 85% !important;
	background-position: right;
	padding-bottom: calc(100% / 1 * 0.12);
	animation: fade-in-right 2s cubic-bezier(.39, .575, .565, 1.000) both;
}
@keyframes fade-in-top {
	0% {
		transform: translateY(-30px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-in-right {
	0% {
		transform: translateX(80px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fade-in-left {
	0% {
		transform: translateX(-80px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
/********文章**********************************************/

/*側邊選單*/

h5.blog_le_t em {
	font-weight: 400;
}
.blog_search input[type=search] {
	border-radius: 0px;
}
.fa-circle-chevron-right::before {
	content: "\f105";
}
.blog_le .accordion {
	border-radius: 0px;
	border: none;
}
.accordion li .link a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	transition: all 1s;
}
.blog_le .accordion>li:hover, .blog_le .accordion>li.on_this_category {
	background: #252525 !important;
	transition: all 1s;
}
.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;
}
.submenu a {
	background: #eee;
}
.submenu li.on_this_category a, .submenu a:hover {
	background: #b4b4b4;
	color: #fff;
	padding-left: 35px;
}
.submenu a i {
	left: -30px;
	transition: all 0.4s;
}
.submenu a:hover i {
	left: 10px;
	transition: all 0.4s;
}
.submenu a:hover i, .submenu li.on_this_category a i {
	left: 10px;
	transition: all 0.4s;
}
h5.blog_le_t {
	margin-bottom: 15px;
	font-weight: 400;
	margin-left: 10px;
	font-family: "Noto Sans TC", serif;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
h5.blog_le_t span {
	font-size: 16px;
	text-transform: uppercase;
}
/*文章內頁*/

h4.blog_category_title {
	color: #444;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.blog_box_edit * {
	line-height: 150%;
	color: #444;
	letter-spacing: 0.04em;
	font-size: 15px;
}
.blog_back a.article_btn_next, .blog_back a.article_btn_prev {
	background: #313131;
}
.blog_back a.article_btn_back {
	background: #a8a8a8;
}
/*相關文章*/

.news_related {
	background: #fff;
	backdrop-filter: saturate(93%) blur(10px);
}
.news_related h6 span:before {
	font-size: 22px;
	color: #444;
	letter-spacing: 1px;
}
.news_related_list li a {
	transition: all .5s;
}
.news_related_list li a:hover {
	transform: translateY(-20px);
	transition: all .5s;
}
.lastPage {
	background: #353535;
	margin: 20px auto 10px;
}
/*文章外觀*/
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.blog_list_ri h5 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
}
.blog_list_ri p {
    font-size: 14px;
    letter-spacing: 0.5px;
}

/*首頁文章*/

.module_i_news .title_i_box {
display: none;
}

.i_blog_b {
    max-width: 100%;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 0 50px;
}

.i_blog_ri h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
	font-weight: 400;
}
.i_blog_ri p {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.animated-arrow {
    background: #000000;
	height: 40px;
    line-height: 40px;
}

.i_blog_b a b {
    font-weight: 400;
}

@media screen and (max-width: 1024px) {

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.module_i_news {
    padding: 0px 20px;
}

}

@media screen and (max-width: 768px) {

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (max-width: 600px) {

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

}


/********購物車**********************************************/

/*側邊分類*/

.mobile_product_name {
    display: block;
    margin-bottom: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    background: #f9f9f9;
    padding: 15px;
    border-left: 5px solid #000;
}

.product-layer-two > li {
    border: none;
}

.product-layer-two li a {
    border: none;
    background: #323232;
    color: #fff;
}

.product-layer-two li i {
    color:#fff
}

.product-layer-two li li a{ 
    padding:5px 10px;
    background: #c8e7fb;
    color: #444;
}

.product-layer-two li li:hover > a {
    background: #dcf1ff;
    color: #464646;
}
.product-layer-two li li:hover > a:before { 
    background:#dcf1ff;
}

.product-layer-two li li.active a {
        background:#cecece;
        margin: 5px 0px 5px 15px;
}

.product-layer-two li li.active a:before {
        background:#cecece;
}


/*外層設定*/

.products-list .name {
    font-size: 16px;
}

.products-list .more {
    border: 1px solid #444;
    color: #444;
    font-weight: 400;
    background: #fff;
}

.products-list .item a:hover .more {
    background: #444;
}

/*內頁設定*/

.sidebarBtn {
    display: none;
}

.product_main {
    width: 100%;
}

#prod_thumbSwiper .swiper-slide::before {
    display: none;
}

.edit{
    line-height: 200%;
    color: #444;
    letter-spacing: 0.04em;
    font-size: 15px;
}

/*分隔線*******************************************************/

/* 商品下拉超過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;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;
	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;
	width: 100%;
	margin-left: 0;
}
.product-layer-two li:hover ul {
	border: none !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:none;
	padding-bottom: 5px;
}
.product-layer-two>li ul>li+li {
	margin-top: 5px;
}
.product_info_page .product-layer-two {
	display: none;
}
.product_info_page .products-list, .product-wrapper {
	width: 100%;
}
.product-layer-two li li:hover {
	margin-left: 15px;
}
.product-layer-two li li>a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	background: transparent;
	left: 0;
	margin-left: -20px;
	top: 50%;
	margin-top: -4px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.product-layer-two li li:hover>a:before {
	background: #ad925e;
}
.product_info_page .half_box {
	width: 100%;
	float: none;
	padding-right: 0;
}
.product_info_page .half_box li.btn_blankTop {
	margin-top: 50px;
	justify-content: space-between;
	display: flex;
}
.product_info_page .half_box li.btn_blankTop input {
	width: calc(50% - 10px);
	background-image: none;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {
	.product_menu_list, .products-list, .product-wrapper {
		width: 100%;
	}
	.product-layer-two {
		margin-right: 0;
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		grid-gap: 5px;
	}
	.product_page .product-layer-two, .product_page .products-list {
		width: 100%;
		border-right: none;
	}
	.product_page .product_menu_list>h5 {
		display: block;
	}
	.product_page .show_content>a {
		order: 1;
	}
	.product_page ul.products-list {
		order: 2;
	}
	.product_page ul.page {
		order: 3;
	}
	.product_page .product_menu_list {
		width: 100%;
		order: 0;
		min-height: unset;
	}
}
@media screen and (max-width: 600px) {}
/********分隔線**************************************************************/

/*內頁BANNER 設定*/

.banner {
	background: transparent;
    min-height: 190px;
    padding: 30px 0px 0px 0px;
}
.banner h5 {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
    position: relative;
    color: transparent;
}
.banner h5:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.article_a .banner h5:after{
    content: 'ARTICLES';
}
.contact_page .banner h5:after{
    content: 'CONTACT';
}
.product_page .banner h5:after{
    content: 'CASES';
}

/*聯絡我們*******************************************************/

.contact_le_map a {
	background: #8fa0b7;
}
.contact_form li.last blockquote, .contact_form li.last cite {
	padding: 1px;
	border: none;
	background: #F4F4F2;
}
.contact_form li.last cite {
	background: #4f4f4f;
}
.contact_content .information_left {
	display: none;
}
.contact_form li .form__insert {
	padding: 0px 10px;
	letter-spacing: 1px;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0 5px;
}
.contact_form li {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
	border-bottom: none;
}
.contact_form {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	color: #444;
	letter-spacing: .5px;
}
.contact_page .main_part {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.contact_editbox {
	width: calc(54% - 40px);
}
.contact_content {
	width: calc(46% - 50px);
}
.map {
	width: auto;
	height: 74vh;
	position: relative;
	top: 120px;
	filter: grayscale(1);
	transition: all 0.3s;
}
.map:hover {
	filter: grayscale(0)
}
.contact_content, .show_content, .contact_editbox {
	padding: 0;
	margin: 0;
}
.contact_form li .form__label {
	width: 100%;
	text-align: left;
	margin-left: 0;
	margin-bottom: 4px;
	padding-right: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.contact_content .information_right {
	width: 100%;
	padding: 0px;
}
.blank_letter {
	font-size: 25px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
	.contact_content, .contact_editbox {
		width: 100%;
	}
	.blank_letter {
		padding: 50px 0px 10px 0px;
	}
}
@media screen and (max-width: 600px) {
	.contact_form li .form__label {
		text-align: justify;
		background: transparent;
		font-weight: 400;
	}
}
/***********************************************************************/

@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {
		display: block;
	}
	.footer.with_shopping_mode {
		padding: 30px 0 70px;
	}
	#to_top {
		bottom: 60px;
	}
}
@media screen and (max-width: 600px) {}