@charset "utf-8";

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Noto Serif Display','Noto Serif TC', serif;}

/*上方選單解除滑動固定*/
body{ overflow: overlay;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


@media screen and (max-width: 600px){
	.main_part {padding: 25px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/




/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img {  height: auto !important;}
/*其他設定*/
.bannerindex {position: relative;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


@media screen and (max-width: 768px) {
.pageIndex .swiper-slide{height: 70vh;background-position: center center !important;background-size: cover !important;} 
.pageIndex .swiper-slide:nth-child(1){background: url(https://pic03.eapple.com.tw/anheng/Ph_1.jpg) no-repeat;}
.pageIndex .swiper-slide:nth-child(2){background: url(https://pic03.eapple.com.tw/anheng/Ph_2.jpg) no-repeat;}
.pageIndex .swiper-slide img{display: none;}
}
	



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.header_area { position:sticky;  width: 100%;  padding: 0;   background: #cc000000;}
.main_header_area {  background: #ffffff; transition: all 0.5s ease;  }
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}
.tp_links{ display:none;}
.pageIndex .header_area {  position: fixed;}

.main_header_area .container {  max-width: 1800px;   margin: 0% 3%;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過30個變大 */

.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/




.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #000; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}
.stellarnav > ul > li > a {  margin: 35px 5px;  padding: 0px 8px 0;  position: relative; letter-spacing: 1.5px;  color: #555; transition: all 0.1s;  font-size: 14px;  font-weight: 700;}
.stellarnav > ul > li > a b {font-weight: bold;font-size: 16px;}
.stellarnav > ul > li > a:hover {  color: #2773b0;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #2773b0; color: #ffffff;}/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #555 #555 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #2773b0;}
.navigation {  width: 100%;  position: relative;  padding: 0;  display: grid;  grid-template-columns: 350px 1fr;  grid-gap: 0 20px;}
.nav-brand img {  max-width: 325px;}


/*按鈕效果*/
.stellarnav > ul > li:hover::after { transform: scale(1);  transition: 0.3s ease-in-out;}
.stellarnav > ul > li::after {
    content: "";
    background: #2773b0;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0%;
    transform: scale(0,1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #333333;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
	font-weight: 700;}
	
/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 20px; }
.stellarnav > ul >li >ul { left: 50%;  transform: translateX(-42%);}
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}

.stellarnav > ul > li:nth-child(8) {  display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}


@media screen and (max-width: 1250px){
.stellarnav > ul > li {   padding: 0;}
.pageIndex .header_area {   position: relative;}

}
	
@media screen and (max-width: 1120px){			
.navigation {  grid-template-columns: 260px 1fr; grid-gap: 0 10px;}
.nav-brand img {  max-width: 260px;}
}

	
@media screen and (max-width: 1024px){	
.navigation {   justify-content: center;  padding: 15px 0 10px 0;    display: flex;  align-items: center;}
.header_area { position: relative;}	
.stellarnav > ul > li > a {  margin: 10px 1px; }
.nav-header {  max-width: 350px; }
}
	
	
@media screen and (max-width: 768px){	
.stellarnav .menu-toggle:after { display:none;}
.stellarnav.mobile { position: absolute;  left: 0;  top: auto;  width: auto;   display: inline-block;   left: 10px; }
.stellarnav .menu-toggle span.bars span {  width: 20px; height: 1px;}
.stellarnav .menu-toggle {  padding: 12px;  }
.stellarnav > ul >li >ul {  left: auto;  transform: none;}
}



@media screen and (max-width: 600px){	

.nav-brand img {   max-width: 230px; }
.main_header_area .container {  margin: 0% 0%;}

}
    

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/



/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*首*/
.module_i_news ul, .blog_subbox {  display: grid; gap: 30px;  grid-template-columns: repeat(3, 1fr);}
.pageIndex .module_i_news { max-width: 2000px; margin: 0 auto; padding: 70px 0 120px 0; background-image: url(https://pic03.eapple.com.tw/700451/ind_news_bg.jpg), url(https://pic03.eapple.com.tw/700451/ind_bg.jpg);
    background-position: left top, center; background-repeat: no-repeat, repeat;}
.pageIndex .module_i_news ul { max-width: 1400px; width: 100%; margin: 70px auto 20px auto;}
.pageIndex .module_i_news li {border-bottom: 0px #eee solid; }
.pageIndex .module_i_news .title_i_box:before { content: ""; width: 550px; border-top: 1px solid #DDE3D2;  position: absolute;  z-index: 1;}
.module_i_news .title_i_box {  text-align: center;  display: flex;  justify-content: center; align-items: flex-end; margin: 0;}
.pageIndex .module_i_news .title_i_box h6:before {	content: "01"; position: relative; top: 132px; left: -120px; width: 90px; font-size: 12px; border: 1px solid #7F9F7D; padding: 35px 35px; height: 90px; display: block;
	    transform: rotate(90deg) translateX(0);}
.pageIndex .module_i_news .title_i_box h6 {font-size: 110px; color: #5F745D; font-weight: 500; font-family: Noto Sans TC; letter-spacing: 5px; padding: 0 0 0 120px;}/*英標*/
.pageIndex .module_i_news .title_i_box h4 {  font-size: 18px;   color: #858585;  font-weight: 300;  font-family: Noto Sans TC;  padding: 0 0px 0px 20px;  bottom: 28px;  position: relative;}/*中標*/
.pageIndex .i_blog_ri { background: #fff; transform: translate(35px, -60px); padding: 15px 35px; position: relative;}
.pageIndex .i_blog_ri h5 {  height: 66px; font-size: 18px; padding: 10px 0; color: #555555; transition: all 0.3s; -webkit-line-clamp: 2;}
.pageIndex .module_i_news li a:hover h5 { color:#A28C62;}
.i_blog_le{ box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);}
.blog_list_le {   box-shadow: 0px 0px 10px 0px rgb(207 158 113 / 7%);}
.pageIndex .i_blog_ri em { font-size: 12px;  margin: 0;}
.pageIndex .i_blog_ri p { display:none;}
.module_i_news li:hover .i_blog_ri:before { width: 100%;}
.i_blog_ri:before { content: ""; width: 0;  height: 1px;  background: #A28C62;  transition: all .5s;  position: absolute;  bottom: 0;  left: 0;}
.pageIndex .i_blog_le, .blog_list_le {  overflow: hidden;}
.i_blog_le, .i_blog_ri{  width: 100%;}
.pageIndex .i_blog_le img, .blog_list_le img { transition: 0.5s;}
.pageIndex .module_i_news li :hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05); }
.pageIndex .subbox_item a:hover:before, .subbox_item a:hover:after { opacity: 0; transition: all .5s;}
.module_i_news li{  width: 100%;}

/*查看更多按鈕*/
.fa-arrow-right::before { content: "+";}
.animated-arrow { font-size: 16px; font-weight: 200;  font-family: Noto Sans TC;}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/






/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.blog_page .main_part { width: 90%; max-width: 1500px;}
.blog_in_page .main_part { width: 90%; max-width: 1500px;}
h4.blog_category_title { font-size: 24px;  border-bottom: 1px #f4f4f4 solid;  padding: 15px 0; }
h4.blog_category_title span{font-size: 24px;}
.blog_search input[type=search] { border: solid 0 #ccc; border-radius: 0;   background: #f6f8f7;}
.blog_le .accordion { border-radius: 0;  border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #316baf !important;}
.submenu a:before { content: '｜';}
.submenu a:hover {    background:#81a081;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #f6f8f7;}
.subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li, .subbox_item:hover a h5 {color: #005b7e;}
.subbox_item:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #747A6A;  transition: 0.3s;   z-index: 1;}
.module_i_news li a:after , .subbox_item a:after{ pointer-events:none; opacity: 0; }
.module_i_news li a:hover:before, .module_i_news li a:hover:after { opacity: 0;  transition: all .5s;}
.blog_page .subbox_item a:before { color: transparent;}
.blog_list_le {  overflow: hidden;}
.i_blog_le img, .blog_list_le img { transition: 0.5s;}
.i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05); }
.subbox_item a:hover:after { opacity: 0; transition: all .5s;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le 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: 50%;  top: 50%;  transform: translate(-50%,-50%);}
.subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.1);  transition: 0.5s;}
.blog_page .blog_list_ri h5 {  padding: 10px 0;  color: #555555; -webkit-line-clamp: 2;}
.blog_page .blog_list_ri em { font-size: 12px;  margin: 0;}
.blog_page .blog_list_ri p {  -webkit-line-clamp: 2;  line-height: 180%;}
h5.blog_le_t span {  display: inline-block;  font-size: 16px;  padding-left: 5px;  letter-spacing: 1px;}
h5.blog_le_t em {  display: inline-block;  font-style: normal;  font-size: 24px;  letter-spacing: 0px;}
.accordion li .link a {  font-size: 16px;  font-weight: 500;   letter-spacing: 1px;}
.blog_back a { padding: 15px 15px;}
.blog_back a.article_btn_back{background:#005b7e;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { color: #ffffff; }
.promotion_title span { border: none; padding: 0; margin: 0;}
.promotion_title em { width: 100%; border: none; padding: 0 0px 20px;  margin: 0; }
.promotion_title h2 {  width: 100%; border-bottom: 1px solid #e5e5e5;  padding: 0 0 15px; font-weight: 600;}
.blog_box_edit { padding: 20px 20px;}
.blog_page .subbox_item:hover:before { width: 100%; transition: all .5s;}
.blog_page .subbox_item:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #316baf;  transition: 0.3s;  z-index: 1;}
.blog_page .subbox_item a { border-bottom: 1px solid #ccc;}
.lastPage {  background: #005b7e;}
.news_related h6 span:before { color: #555;}
.subbox_item a { display: flex;  position: relative; grid-gap: 0px; flex-direction: column;  align-items: flex-start;}



@media screen and (max-width: 1200px) {
.module_i_news ul, .blog_subbox {  grid-template-columns: repeat(2, 1fr);}

}

@media screen and (max-width: 1024px) {
.pageIndex .module_i_news {padding: 70px 4% 120px;}
}



@media screen and (max-width: 980px) {
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.pageIndex .module_i_news ul { grid-template-columns: 1fr 1fr; gap: 10px;}
.module_i_news ul, .blog_subbox { grid-template-columns: 1fr ; gap: 10px;}
.blog_page .blog_list_le { width: 100%; padding-bottom: 70%;}
.blog_page .blog_list_ri { width: calc(100% - 0%); padding: 35px 0 20px;}
.pageIndex .i_blog_ri {transform: translate(0, 0px); padding: 15px 15px;}
.pageIndex .i_blog_ri h5 { font-size: 14px; padding: 0px 0 10px; -webkit-line-clamp: 3;         height: 60px;}
}
@media screen and (max-width: 580px) {
.pageIndex .module_i_news { background-size: 100%;}
.pageIndex .module_i_news .title_i_box:before { width: 260px;  left: 0;  position: absolute; left: 50%; transform: translate(-50%, -50%);}
.module_i_news .title_i_box { margin: 0 0px 0 50px;}
.pageIndex .module_i_news .title_i_box h6 { font-size: 50px; padding: 0;}
.pageIndex .module_i_news .title_i_box h6:before {top: 60px; left: -50px; width: 40px; font-size: 12px; padding: 10px; height: 40px;}
.pageIndex .module_i_news .title_i_box h4 {font-size: 12px; padding: 0; bottom: 10px;}
}





/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {position: relative;border-bottom: 1px solid #d8d8d8;padding-bottom: 20px;}
.promotion_title em {display: block;border: none;font-size: 14px;font-weight: 300;padding: 0;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;
position: absolute;right: 0;bottom: 15px;font-weight: 300;letter-spacing: 2px;}
.promotion_title span:before{content: "發布時間";display: block;font-weight: 400;}
.promotion_title h2{display: block;font-weight: 400;font-size: 24px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #005b7e;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;font-weight: 300;padding: 25px 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: transparent;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;letter-spacing: 2px;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;padding-left: 30px;
letter-spacing: 2px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #888;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion { display: block;}


@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
	.other_promotion .pmtTitle h3 {padding-left: 0;}
	.other_promotion .pmtTitle h3:before{display: none;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/



.i_news_b a i.fa-solid.fa-arrow-right { margin: 0;}
.i_news_b a:hover i.fa-solid.fa-arrow-right { margin:0}
.animated-arrow {  background: #005b7e;  font-size: 14px;  width: 170px;  letter-spacing: 1px;}
b, strong {  font-weight: 500;}
.animated-arrow:hover {  background: #003f57;}

.news_list ul li p:after { content: 'Read more';}


.news_part .title_i_box h4:before {  content: 'NEWS';  display: block;  font-family: "Oswald", sans-serif;   color: #005b7e;
 font-size: 36px; letter-spacing: 1px;margin-bottom: -5px;}
.news_part .title_i_box h4 { color: #555;  font-size: 16px;}
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}


.i_blog_b a i.fa-solid.fa-arrow-right { margin:0 }
/* hover */
.i_blog_b a:hover i.fa-solid.fa-arrow-right { margin:0px;}


@media screen and (max-width: 1200px){
.news_list ul li {  border: none;  margin-bottom: 7px;  background: transparent;	border-bottom: 1px #eee solid; }}



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {   width: 31%; padding: 0; margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 32%;padding: 0%;margin: 0;}
.other_subalbum li p {  text-align: center;   margin-top: 10px; color: #555;  letter-spacing: 1px;  font-weight: bold;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 32%;padding: 0;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 48%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 50%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 50%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
	    .show-list .item {
        width: 100%;
    }
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/






/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*▊▊▊▊▊▊購物車部分基本設定(固定)-------- ////S T A R T/*/
.box_search input[type=text] {padding: 5px 10px 5px 32px !important;}
/*+++清單頁-----------------------*/
.products-list .pic{overflow: hidden;}
.show_content .product-layer-two li:hover ul {border: none;border-top: none;}
/*上方選單*/
.product-layer-two li ul {width: 100%;margin-left: 0;}
.product-layer-two li li {text-align: center;padding: 0;}
.product-layer-two li li a {padding: 8px;}
.product-layer-two li a {background: #f7f7f7;border: none;color: #777;}
.product-layer-two li a:hover{background: #eee;}
.product-layer-two > li.active > a {color: #db3b35;}
/*清單頁_購物車按鈕顏色*/
.products-list .more {border: 1px solid #ccc;font-size: 14px;font-weight: 400;letter-spacing: 2px;color: #aaa;margin-top: 10px;}
.products-list a:hover .more {background: #888;border-color: #888;color: #fff;}
.products-list .price *{margin: 5px 0 0 0;}
.products-list .price b {color: #db3b35;}
.products-list .price b.ori_price{color: #888;}
/*////E N D/////*/



.product_page .main_part { width: 100%;  max-width: 1400px;}
.product_page #page{background: #fff;}
.products-list{display: flex;flex-wrap: wrap;grid-gap: 0;}
.products-list .item {width: 33%;padding: 0 1% 2% 1%;border-left: 1px solid #e4e4e4;border-right: 1px solid #e4e4e4;margin: 0;}
.products-list .item:nth-child(3n+2),.products-list .item:nth-child(3n+3){border-left: none;}
.products-list .more {border: none;font-size: 12px;font-weight: 300;}
.products-list a:hover .more {background: transparent;border-color: transparent;color: #bd8b56;}
.products-list .name {text-align: center;font-weight: 300;margin-top: 35px;color: #000;transition: all .5s;height: 50px;}
.products-list a:hover .name{color: #555;letter-spacing: 2px;}
/*上方選單*/
.product-layer-two {margin: 10px 0 60px; text-align: center;  display: flex; justify-content: center;}

.product-layer-two li {margin: 0 10px;}
.product-layer-two li a {background: transparent;border-bottom: 1px solid #ccc;padding: 5px 0;font-size: 18px;color: #555;font-weight: 300;
position: relative;transition: all .3s;}
.product-layer-two li a:hover {background: transparent;color: #005b7e; font-weight: 600;}
.product-layer-two li a:before{content: "";width: 0;height: 0.5px;background: #004139;position: absolute;bottom: 0;left: 0;transition: all .5s;
transition-timing-function: ease-in-out;}
.product-layer-two li a:hover:before{width: 100%;}
.product-layer-two > li.active > a { background: transparent;  color: #005b7e;border-bottom: 2px solid #005b7e;  border-top: 0;  border-left: 0;  border-right: 0;}
.product_info_page .product-layer-two{display: none;}/*詳細頁不出現選單*/

    
.products-list .item a:hover .more {  background: #005b7e;  color: #fff;  letter-spacing: 2px;}
#prod_thumbSwiper {  display: none;}
.product_pic {  display: none;}
.sidebarBtn {  border: none; width: 100%;  padding: 0;}
.product_info li span { display: none;}
.product_info li .txt_box {  display: inline-block;   vertical-align: top;  color: #999;  letter-spacing: 1px; line-height: 180%; font-size: 15px;}
.product_menu_list {  margin-bottom: 0;}
.pd_tabTitle li.activeTab::after {  height: 5px;  background: #005b7e;}
.pd_tabTitle li.activeTab a {   color: #111111;  font-size: 22px;  font-weight: 600;  text-align: left;  padding: 10px 0;}
.pd_tabTitle li.activeTab::after {  height: 0.2px;  background: #e6e6e6;}
.prod_related h6 span:before { color: #555;}
.prod_related { background: #f3f3f3; padding: 60px 15px 25px;}


@media screen and (max-width: 1024px){
.products-list .item {  width: 48%;}
.products-list .item:nth-child(3n+3) {  border-right: none;    border-left: 1px solid #e4e4e4;  }
.products-list .item:nth-child(3n+2) {  border-left: none;   }
.sidebarBtn {   margin: 0 auto 0;    }

}




@media screen and (max-width: 768px){
.mobile_product_name {   display: none;}


}


@media screen and (max-width: 600px){
.products-list .item {  width: 100%; }
.product-layer-two {  margin: 10px 0 60px; text-align: center; display: flex;  justify-content: center;  flex-direction: row;  flex-wrap: wrap;}
.product-layer-two li { margin: 0 10px;  width: 40%;}
.products-list .item:nth-child(3n+2) {  border-left: 1px solid #e4e4e4; }



}



/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*標題*/
.blank_letter {   color: #333;   font-size: 25px;  padding-top: 0;  font-family: 'Noto Serif TC', serif;}
/*左側資訊*/
.contact_content .information_left{margin-bottom: 80px;}
.list_before.info li {border-bottom: 1px solid #eee;padding: 5px 5px 10px 70px;word-break: break-word;  line-height: 120%;}
.list_before.info li:before{font-weight: 400;letter-spacing: .4rem;width: 60px;}
/*表格設定*/
.contact_content .information_right {width: calc(100% - 305px);padding-left: 50px;}
button, input, optgroup, select, textarea{outline: none;}
.contact_form li {margin-bottom: 8px;}
.contact_form li input.noborder,.contact_form li textarea.noborder {background: #ffffff;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px solid #888;}
.contact_form li.last blockquote{color: #888;}
.contact_form li.last cite {background: #888;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 4px;}
.noborder {padding: 10px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
	grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));line-height: 1.8;}
.form select{width: 100%;border: 1px solid #eee;padding: 6px 26px 6px 6px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
  border: 1px #e4e4e4 solid;}
    
@media screen and (max-width: 768px) {
	/*左側資訊*/
	.list_before.info li,.list_before.info li:before{font-size: 12px;}
	/*表單設定*/
	.contact_form li {grid-gap: 5px;}
	.form select{margin: 0;}
	.contact_form li.last input{font-size: 12px;}
}
@media screen and (max-width: 600px){
	.contact_form {margin-top: 20px;}
	.contact_form li {margin-bottom: 10px;}
	.contact_form li .form__label {font-weight: 500;background: transparent;padding: 0;}
	.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
		font-size: 12px;}
	.form select{font-size: 12px;}
	.list_before.info li {padding: 5px 5px 5px 70px;}
	.noborder {padding: 5px;}
}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*共同設定*/
.contact_page .main_part {max-width: 2000px;}
/*編輯頁區塊*/
.contact_editbox{padding: 0;}
/*資訊區塊*/
.contact_content .information_left{display: none;}
/*表單區塊*/
.contact_content .information_right {width: 100%;background: #f3f3f342;padding: 6% 6% 4%;max-width: 1200px;margin: 0 auto;display: block;margin-top: 50px;}
.blank_letter.f:after {  content: "認真負責的服務精神，為每位當事人爭取權利，請詳細填寫需求，我們將盡快與您聯繫～";  display: block;  color: #858585;  font-size: 14px;  letter-spacing: 1px;  margin: 10px 0 40px;  font-weight: 600;}
.contact_form li .form__label {max-width: 130px;}
.form select {border: 1px solid #a78f6a;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(180px, 1fr));}
.contact_form li.last blockquote {color: #474141;}
.contact_form li.last cite {background: #2e6bb4;}
.contact_form li.last blockquote, .contact_form li.last cite {border: none;}

@media screen and (max-width: 600px){
.contact_form li {  grid-template-columns: auto;  grid-gap: 0;}
.contact_content .information_right {  padding: 20% 6% 4%;}


}

/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/


@keyframes oxxo {
 0% { transform: scale(1.1); }
 100% { transform: scale(1);}
}

/*內頁BANNER 設定*/
.banner {  padding: 160px 0;  overflow: hidden;  position: relative;}
.banner h5 {  font-size: 30px;  position: relative;  transform: translate(0, 0); text-align: center;  font-weight: 600;  letter-spacing: 2.5px;  color: #ffffff; }
.banner h5:after {  content: " ― 安恆國際法律事務所，力求為客戶提供最佳的法律保障 ―";  display: block;  font-size: 14px;  color: #ffffff;   font-weight: 400;  padding: 5px 0;  letter-spacing: 1px;}


.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #0000004d 0%, rgb(0 0 0 / 0%) 90%), url(https://pic03.eapple.com.tw/anheng/banF.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;}

.blog_page .banner::before {   background-image: linear-gradient(0deg, #0000004d 0%, rgb(0 0 0 / 0%) 90%), url(https://pic03.eapple.com.tw/anheng/banblog.jpg);}
.blog_in_page .banner::before {   background-image: linear-gradient(0deg, #0000004d 0%, rgb(0 0 0 / 0%) 90%), url(https://pic03.eapple.com.tw/anheng/banblog.jpg);}


@media screen and (max-width: 1200px) {
.banner h5 {  top: 0;}
.banner { padding: 115px 0;}
}


@media screen and (max-width: 768px) {
	.banner h5 {    font-size: 24px;    top: 30%;  }
}

@media screen and (max-width: 480px) {
.banner h5 { font-size: 24px;top: 30%;}
.banner h5:after { width: 100%; font-size: 12px;}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.path{display: none;}
.path p, .path p a {  display: none;}
/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page li {margin: 0;width: 30px;height: 30px;line-height: 30px;}
.page li a {width: auto;height: auto;line-height: inherit;}
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;padding: 0;}
.page strong, .page a:hover {background: #333;}
.other_select_page .page {   margin: 0;   display: none;}



/*錨點滑動*/
html {scroll-behavior: smooth;}
/*top按鈕*/
#to_top {padding-top: 12px;width: 45px;height: 45px;color: #888;bottom: 50px;}
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding: 50px 20px 0 20px;overflow: hidden;}
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


