@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
body {font-family: "Noto Sans TC", sans-serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
body{
    overflow: overlay;
}
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
  }
&::-webkit-scrollbar-track-piece {
    background: #fff;
  }

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #222;
  }

&::-webkit-scrollbar-track {
    box-shadow: transparent;
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow {background: #3c4e69;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}

/*預設解除背景輪播*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 購物籃 */
.pageIndex .header_area{background: none;padding: 0;}
.header_area {background: #182b3e;padding: 0;}
.me_tp_features {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    display: none;
}
.tp_links{
    display: none;
}
.box_search input[type=text] {
    display: none;
}
.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}
.box_search input[type=text]:focus {
    color: #fff;
    transition: all 0.3s;
}
.shop_search_btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}
.me_tp_features a {
    margin: 0 0;
}
.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}
.me_tp_features a.tp_btn_notice span{
    display: none;
}
.me_tp_features a i {
    margin: 0 3px;
    color: #fff;
}

/*  */
.header_area::before {
    content: "";
    display: block;
    background: linear-gradient(180deg, #000000ab, transparent);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.header_area.sticky::before {
    background: #ffffffba;
    opacity: 1;
    backdrop-filter: blur(5px);
    width: 100%;
    transition: all 0.5s;}

.header_area .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all 0.3s;}
.header_area.sticky .main_header_area {
    opacity: 1;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area .container{max-width: 1800px;}
.header_area.sticky .nav-header{max-width: 120px;}
.header_area .navigation {
    padding: 0;
    display: flex;
    transition: all 0.3s;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
        transition: all 0.3s;
    }
    .header_area.sticky .navigation {
        padding: 0;
        transition: all 0.3s;
    }
    .header_area .stellarnav ul {
        text-align: center;
        padding:  10px 0;
        transition: all 0.3s;
    }
    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s;
    }}

@media screen and (max-width: 768px){
.main_header_area .container { max-width: 90%; }
.header_area.sticky .main_header_area {background: #182b3e;}
.header_area.sticky {background: unset;}}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;}}
/*  */
.stellarnav > ul > li:last-child {display: none;}
.stellarnav > ul > li > a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 50px 10px 0 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;}

.stellarnav > ul > li > a b { font-weight: 400;}
/*  */
.header_area .stellarnav > ul > li > a {
    color: #fff;
    opacity: 1;
    transition: all 0.3s;}
.header_area.sticky .stellarnav > ul > li > a {
    color: #555;
    opacity: 1;
    transition: all 0.5s;}
.header_area .stellarnav > ul > li > a:hover,.header_area.sticky .stellarnav > ul > li > a:hover{transition: all 0.3s;}
/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #474747;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.stellarnav li li a {
    padding: 10px 10px;
    border-left: 0px #474747 solid;
    transition: all 0.3s;
    backdrop-filter: blur(5px);}
.stellarnav li li a:hover{
    border-left: 10px #182b3e solid;
    transition: all 0.3s;}
.stellarnav ul ul { background: #ffffffc7;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px;}
.stellarnav ul {
    display: flex;
    justify-content: flex-end;}
.stellarnav > ul > li {
    width: 130px;
    text-align: center;}
@media screen and (max-width: 1440px) {
    .header_area .navigation {
    }
    .nav-brand {
        display: inline-block;
    }
    .main_header_area .container {
        max-width: 100%;
    }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
    }
    
}


@media screen and (max-width: 768px) {
    
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
    }
    .stellarnav > ul {
        text-align: center;
        padding: 0px 0;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #474747;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #fff;
    }
    .stellarnav.mobile ul ul {
        background-color: #fff;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #474747 solid;
    }
.stellarnav.mobile li a { border-bottom: 0;background-color: transparent; }
.stellarnav > ul > li > ul > li > a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;}
.stellarnav > ul > li > ul > li {border: 0;background-color: #fff;}
.stellarnav.mobile ul ul li{ background-color: #fff; }
.stellarnav.mobile li.open li.open { background: #171717e0; padding: 3px;}
.stellarnav.mobile li li.has-sub a { padding: 10px 43px 10px 10px; border: 0;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #474747;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #474747;}
.header_area .stellarnav > ul > li > a { color: #666666;transition: all 0.3s;}
.header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;}
.stellarnav.mobile > ul {border-top: 0;}
.stellarnav .dd-toggle {top: 8px;}
.stellarnav a.dd-toggle .icon-plus:before {width: 15px;}
.stellarnav a.dd-toggle .icon-plus::after {width: 15px; }
.stellarnav.mobile > ul > li:nth-child(4) ul li:nth-child(1){ display: none; }
.header_area.sticky .stellarnav > ul > li > a { color: #666666;transition: all 0.3s;}
.header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
    transition: all 0.3s;}
.nav-header {
    position: relative;
    z-index: 123;
    max-width: 150px;
}
.nav-header img{
    width: 100%;
    opacity: 1;
    transition: all 0.5s;}

.sticky .nav-header img{
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.3s;}

.header_area .nav-brand {
    display: block;
    position: relative;
    padding: 10px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);}

.header_area.sticky .nav-brand{
    padding: 10px 10px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_area .nav-brand img{
    filter: contrast(0) brightness(100);
    -webkit-transition : -webkit-filter 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_area.sticky .nav-brand img{
    filter: unset;
    -webkit-transition : -webkit-filter 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.footer_logo {
    display: none;
}
.nav-brand {
    display: none;
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }
    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: none;
    }
    .header_area.sticky .nav-header {
    }
    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }
    .header_area.sticky a.nav-brand::before {  
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    .stellarnav > ul > li > a {
        margin: 0 15px;
    }}

@media screen and (max-width: 768px) {
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0;}
.stellarnav > ul > li {width: unset;text-align: left;}
.pageIndex .header_area {background: #3c4e69;}
.header_area .navigation { flex-direction: row; justify-content: center;align-items: center;}
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.header_area .main_header_area{
    backdrop-filter: none;
}
.header_area .nav-brand {
    display: inline-block;
    width:130px;
    transition: all 0.5s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 110px;
    transition: all 0.5s;
}
.header_area.sticky a.nav-brand::before {
    width: 160%;
}
.header_area a.nav-brand::before{
    display: none;
}
.header_area.sticky a.nav-brand::before{
    display: none;
}
.header_area .nav-header {
    position: relative;
    text-align: center;
    display: block;
}
.nav-header {
    z-index: 0;
    top: -13px;
}


.header_area.sticky .nav-header {
    display: block;
    top: 5px;
}
.header_area .nav-header {
    position: relative;
    text-align: center;
    display: block;
    top: 5px;
}
.header_area.sticky .main_header_area {
    backdrop-filter: none;
}
.me_tp_features {
    display: none;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer_info li p.add:before {content: '台北所：';}
.footer_menu a:last-child {display: none;}
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    height: auto;
    background: #243E59;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_menu {border-bottom: none !important;display: flex;justify-content: space-between;flex-wrap: wrap;}
.copy {
    background:#182b3e;
    border: none;
    color: #fff;
    margin-top: 0;
}
.box_link{display: none;}
.copy a{color: #fff;}
.footer_info li p {
    color: #fff;
    width: 100%;
    line-height: 100%;
    height: fit-content;
    margin: 5px 0;
    font-weight: 300;
}
.footer_info li p a{line-height: 1.5;color: #fff;}

.footer_menu a {
    color: #fff;
    width: calc(100% / 3 - 20px );
    margin: 10px;
    border: none;
    transition: all 0.3s;
    padding: 10px 15px;
    background: transparent;
    border-bottom: 1px #fff solid;
}
.footer_menu a:hover {
    background: #182b3e;
    border-radius: 10px 10px 0 0;
    color: #fff;
    transition: all 0.3s;
}
.footer_menu a:nth-child(1){display: none;}
.footer_info {grid-gap: 0px;}
.footer_info {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;}

.footer_info ul {
    display: flex;
    width: 100%;
    padding: 70px 0px;}

.footer_info li:nth-child(1),.footer_info li:nth-child(2){width: 50%;}
.footer_info li:nth-child(2) {padding: 0;}

@media screen and (max-width: 768px) {
.footer_info li:nth-child(1){
    display: flex;
    text-align: left;
    padding-left: 15px;
    flex-direction: column;
    justify-content: center;}
.footer_info ul {width: 100%;text-align: center;}}

@media screen and (max-width: 600px) {
.footer_info ul {flex-direction: column;}
.footer_info li:nth-child(1), .footer_info li:nth-child(2) {width: 100%;}
.footer_menu a {
    padding: 10px 5px;
}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav li.has-sub > a:after {right: -30px;}

/*BANNER*/
.banB {display: none;}
.banA {display: none;}
.banner {
	height: 600px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/triumphlaw/banner-03.jpg) no-repeat;
	background-size: cover;}

.banner.banF{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-01.jpg) no-repeat;}
.banner[data-banner=news_a_list_808]{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-02.jpg) no-repeat;}
.banner[data-banner=news_a_list_809]{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-03.jpg) no-repeat;}
.banner.banC{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-04.jpg) no-repeat;}

.banF h5::before{content:"CASE";}
.banblog h5::before{content:"NEWS";}
.banC h5::before{content:"CONTACT";}

.banner h5::before{
	font-family: 'Cormorant Garamond', serif;
	font-size: 65px;
	font-weight: 600;
    display: block;
	letter-spacing: 2px;}

.banner h5{
	font-size: 26px;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: center;
	text-shadow: 0px 0px 10px rgb(0, 0, 0);
	line-height: 1.3;}

.banner h5::after{
	content: "";
    /*max-width: 500px;*/
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px auto;
}

@media screen and (max-width: 1920px){}

@media screen and (max-width:1200px) {
	.banner {
		background-size: cover;
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 55px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 24px;
	}
}

@media screen and (max-width:1024px) {
    .banner.banF{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-05.jpg) no-repeat;}
    .banner[data-banner=news_a_list_808]{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-06.jpg) no-repeat;}
    .banner[data-banner=news_a_list_809]{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-07.jpg) no-repeat;}
    .banner.banC{background: url(https://pic03.eapple.com.tw/triumphlaw/banner-08.jpg) no-repeat;}
	.banner {
		height: 380px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		height: 265px;
	}
	.banner h5::before {
		font-size: 50px;
	}
	.banner h5 {
		font-size: 24px;
	}
	
	.banner h5::after {
		/*max-width: 340px;*/
	}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 45px;
		line-height: 1;
    	margin-bottom: 5px;
		letter-spacing: 1px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		/*max-width: 270px;*/
	}
}

/*其他分頁*/

.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #474747;}

.promotion_title {
    padding: 13px 0;
    display: block;}

.promotion_title span {border: none;}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;}
.edit * {word-break: break-all;color: #6D6D6D;}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #00000014;
    margin: 2%;}

.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    transition: all 0.3s;}

.other_promotion li a:hover {background: #0000000d;transition: all 0.3s;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;}

.promotion_title h2 span{display: none;}
.promotion_title  {vertical-align: middle;color: #6D6D6D;}
.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #C5C5C5;
    flex-direction: column;}

.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #474747;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;}

.other_promotion {display: none;}


@media screen and (max-width: 768px) {
.other_promotion li {width: 45%;}}

@media screen and (max-width: 768px) {
.other_promotion li { width: 45%;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;}
/*購物車設定*/
/* 產品的看更多按鈕設定 */

/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    border-left: 1px solid #808080;
    transition: all 0.5s;
}
.product-layer-two li::before {
    content: "";
    display: inline-block;
    background-color: #474747;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    bottom:  0;
    transition: all 0.5s;
}
.product-layer-two li:hover:before {
    bottom:  inherit;
    top:  0;
    height: 100%;
    transition: all 0.5s;
}
.product-layer-two li a {
    color: #808080;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}
.product-layer-two li:hover > a { 
    background: transparent;    
    color: #474747;
    padding-left: 30px;
}

.product-layer-two li.active > a {
    background: transparent;
    color: #474747;
    border: 0;
    border-left: 2px #474747 solid;
    font-weight: normal;}

/* 內容 */
.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;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_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;}
.proImgSwiper li {justify-content: center;align-items: flex-start;}

.products-list .more {
    border: 1px solid #808080 !important;
    color: #808080;
    width: 90%;
    margin: 0 auto;}
.products-list .item a:hover .more {background: #182b3e;border-color: #808080;	color: #ffffff;}
.clearfix:before, .clearfix:after {content: " ";display: none;}
.products-list .item {
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    margin: 0.05%;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;}
.products-list .item:hover {
    background: #00000028;
    transform: scale(1.05);
    transition: all 0.5s;}

.products-list .item a img {height: auto;transition: all 0.5s;}
.products-list .item a:hover img {transform: scale(1.05);transition: all 0.5s;}
.products-list .name {
    font-size: 16px;
    color: #808080;
    height: auto;
    padding: 5%;}
.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #808080;
    margin: 10px 0;}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;}
.products-list .item a:hover .pic{transition: all 0.5s;}

/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0px;}
.lastPage {background: #3c4e69;}
.nextaction {background-color: #c1b09c;}
.lastaction {color: #fff;background-color: #c1b09c;}
.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;}
.product_pic #bx-pager a {border: none;}
.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
    position: absolute;
    left: 100px;}
.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;}
.sidebarBtn {
    padding: 5% 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;}
.sidebarBtn h2 {
    color: #474747;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-size: 24px;}
.sidebarBtn * {color: #ffffff;}
.product_info li span {color: #808080;}
#bx-pager h6{display: none;}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #474747;
    padding: 0;
    text-align: left;}
ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #474747;
    margin: 10px 0;}
ul.prod {
    list-style: none;
    display: block;
    width: 100%;}
ul.prod li .prod-panel {color: #808080;text-align: left;}
ul.prod li {margin-bottom: 40px;color: #808080;}
.toShare {border-top: 1px solid #474747;}

/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;}
ul.prod li span{color: #808080;}
.qaform .breakF {
    border: 1px #808080 solid;
    background: #00000061;
    color: #fff;}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;}

.productBtn{
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #808080 solid !important;
    color: #808080;
    transition: all 0.5s;}

.productBtn:hover{background-color: #00000071;transition: all 0.5s;}

/*  */
.prod_related {background: #0000001c;padding: 25px 15px;}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #474747;
}
.related_list li a {
    display: block;
    padding: 5%;
    background: #fff;
}
.related_list li a p {
    font-size: 15px;
    color: #808080;
    margin: 10px 0;
}
.related_list li{transition: all 0.5s;}
.related_list li:hover{
    transform: scale(1.05);
    transition: all 0.5s;}

.mobile_product_name {display: none;}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 768px) {
.product_page .products-list{ width: 100%;}
.product_page .product_menu_list { display: none;}}

@media screen and (max-width: 500px) {
    .product_page .main_part {
        max-width: 85%;
    }
    .product-layer-two li {
        width: calc(100% / 2);
    }
    .products-list .more {
        font-size: 14px;
    }
    .products-list .item {
        width: 100%;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }
    
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_le {display: none;}
.blog_back a.article_btn_prev { background: #3c4e69;}
.blog_back a.article_btn_next {background: #3c4e69;}
h4.blog_category_title {margin-bottom: 0;}
.blog_shareData {flex-direction: row;margin-bottom:0px;}
.articel_mainPic img {display: none;}
.blog_back a.article_main_header_area_back {    background: #02642F;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}

.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {
    text-align: justify;
    color: #3c4e69;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}
.clearfix:before, .clearfix:after {
    display: none;
}
.blog_box {
    display: flex;
    flex-wrap: wrap;
}
.blog_back {
    width: 100%;
}
.blog_le {
    width: 15%;
    padding: 0;
    margin-right: 1%;
}
h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #474747;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}
.blog_search {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form{
    width: 100%;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border: 1px #231f2031 solid;
}
.blog_le .accordion li{
    width: 100%;
}

.submenu li.on_this_category a, .submenu a:hover {
    background: #3838389c;
    color: #FFF;
}


.accordion li .link a {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    padding: 15px 20px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    background: #182b3e;
    color: #fff !important;
    transition: all 0.3s;
}
.accordion li::before{
}
.accordion li:hover:before,.blog_le .accordion > li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type=search]:focus {
    color: #ccc;
}


/*文章分享變1排3個*/
.blog_page .main_part {max-width: 90%;padding: 100px 0;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.subbox_item {}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}


/* 內容 */
.inquiry_a1 {background: #243E59;}
.inquiry_a2 {background: #182b3e;}
.blog_ri {width:100%;}
.subbox_item {
  position: relative;
  border-bottom: 0.3px #231f2031 solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  width:100%;
  padding: 0;
}

.subbox_item::before {
  content: "";
  display: inline-block;
  width: 0%;
  background-color: #474747;
  height: 2px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.3s;}

.subbox_item a:before {
  right: auto;
  left: 7%;
  opacity: 1;
  font-size: 152x;}

.subbox_item a:after {
  content: '';
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #00000028;
  opacity: 0;
  border: 1px #ddd solid;
  transition: all .5s;}

.subbox_item a {
  display: flex;
  padding: 7%;
  flex-direction: column;
  min-height: 620px;}

.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #474747;
  font-family: 'Noto Serif SC', 'Noto Serif TC';}

.blog_list_ri em {color: #1a1a1a;}
.blog_list_ri p {color: #1a1a1a;}
.subbox_item a:before {color: #1a1a1a;}
.blog_back a.article_btn_back {background: #3c4e69;}

@media screen and (max-width: 1440px) {
.blog_list_ri {padding: 5px 0 30px 0; }
.subbox_item a {min-height:unset;}}

@media screen and (max-width: 768px) {
.blog_search form{ width: 20%;position: relative;}}

@media screen and (max-width: 500px) {
.products-list .item {width: calc(100% / 1);}
.main_part {max-width: 90%;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {border-bottom: 2px solid #474747;}
.promotion_title {display: none;}
/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #d6a510;}
.contact_form li.last cite {background: #d6a510;}
.blank_letter {
    color: var(--f3-color);
    font-family: var(--ff);
    font-weight: 500;
    text-align: left;
    padding-top: 10px;
}
.contact_content .information_left {    width: 100%;}
.contact_content .information_right {    width: 100%; padding: 0;}
.contact_form li .form__label {
    width: 100px;
    color: var(--f1-color);
    margin-left: -110px;
}
.contact_form li {    padding-left: 110px;}
.contact_form li.last input {color: #5b5b5b;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #d6a510;}
.rewrite_simple{background-color: #000;}
.member_title p {    border-top: 2px #d6a510 solid;}
.login_mem_submit{background: #d6a510;}
.login_mem_other_link a{color: #d6a510;}
.member_login_regist a{background: #d6a510;}
.mem_regist_title_s {    background: #000;    color: #fff;}

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.blank_letter {
    font-family: "Noto Sans";
    font-weight: 500;
    padding-top: 0;
    font-size: 24px;
    padding: 30px 0;
    color: #474747;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #474747 solid;
}
.list_before.info li {
    padding-left: 32px;
    color: #474747;
}
.contact_form li .form__label {
    background: none;
    color: #474747;
    width: 130px;
    margin-left: -140px;
}
.contact_le_map a {
    background: #474747;
    color: #fff;
}
.contact_form li.last cite {
    background: #474747;
    color: #fff;
    width: 220px;}

.contact_form li.last input[type="submit"] { color: #fff;}

.contact_content .information_left { display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;}

.contact_le_nomap {
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #474747;
    transition: all 0.3s;
}
.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4747473d;
    padding: 10px 0;
    padding-left: 130px;
}
/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #474747 solid;
    color: #474747;
    transition: all 0.3s;
}
.contact_content form {
    margin: 0 3%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    margin: 0 10px;
    color: #474747;
}
.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #474747 solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0px 10px;
    max-width: 1200px;
}

.contact_editbox {
    padding: 0;
}



@media screen and (max-width: 768px) {
    .contact_form li {
        display: flex;
        flex-direction: row;
    }
    .contact_form li.last cite {
        width: 160px;
    }}





