@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*ALL*/
.main_part {  max-width: 1600px;}

/*path*/
.path { padding: 0 10px; margin-bottom: 60px;}

/*scrollbar*/
::-webkit-scrollbar { width: 5px; height: 0px;}
::-webkit-scrollbar-thumb { background: #5d9db7;}
::-webkit-scrollbar-track { background: #efefef;}

/*header*/
.nav-header {  grid-row: unset;}
.pageIndex .header_area {  padding: 10px; background:rgb(255 255 255 / 60%); position: fixed;  top: 0;border-bottom: 1px solid #fff;}
.header_area {  padding: 10px; background:rgb(255 255 255 / 60%); position: inherit;  top: 0;border-bottom: 1px solid #fff;}
.main_header_area .container {  max-width: 90%;  transition: 0.8s;}
.me_tp_features {  display: none;}

.stellarnav > ul > li > a { padding: 0 15px; color: #343a40; font-size: 17px; letter-spacing: 1px;transition: 0.5s;}
.stellarnav li.has-sub > a:after {  border-left: unset; border-right: unset;  border-top: unset;  content: "+";}
.stellarnav {  display: flex;  align-items: center;  justify-content: flex-end;}

/*hover*/
.stellarnav ul:hover li a { opacity: 0.7; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 3px;color: #5D9DB8;}

/*下滑*/
.stellarnav > ul > li:nth-of-type(1) ul {   overflow: hidden;  height: 0;}
.stellarnav > ul > li:nth-of-type(1).has-sub > a:after { display: none;}
.pageIndex .header_area.sticky .container, .header_area.sticky .container {  max-width: 95%;}
.header_area.sticky { position: fixed;background:#fff;}

/*下拉*/
.stellarnav li li.has-sub > a:after {  border-top: unset; border-bottom: unset;  border-left: unset;right: 7px;}
.stellarnav ul ul { width: max-content;  min-width: 200px; background: rgb(255 255 255 / 95%);}
.stellarnav li a {  font-size: 14px;}
.stellarnav.desktop li.has-sub li:hover > a {background: #f5f5f5;color: #444;}

/* 主分類超過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;}

/*電腦LOGO*/
.nav-brand { display: flex; align-items: center;max-width: 200px;opacity: 0.75;}
.footer_logo { max-width: 200px;opacity: 0.75;position: relative;z-index: 1;}

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.bannerindex .swiper-slide img { height: auto;}
.bannerindex .swiper-pagination { display: none;}
.bannerindex .swiper-slide { position: relative;}
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before ,.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before  {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after ,.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after  {content: ""; position: absolute;  z-index: 999; pointer-events: none;}

.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner01_be.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        top: 30%;
        left: -6%;
        width: 100% !important;
        height: 0px !important;
        background-position: left;
        padding-bottom: calc(100% / 1 * 0.18);
}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner02_be.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        top: 30%;
        right: -3%;
        width: 100% !important;
        height: 0 !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.2);
}

.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner01_af.png);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        right: 16%;
        bottom: 0;
        width: 100% !important;
        height: 0 !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.365);
        animation: slide-left 1s both;
        animation-delay: 0.5s;
}

.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner02_af.png);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        bottom: 0%;
        left: 5%;
        width: 100% !important;
        height: 0px !important;
        background-position: left;
        padding-bottom: calc(100% / 1 * 0.375);
        animation: slide-right 1s both;
        animation-delay: 0.5s;
}

@keyframes slide-top {
    0% {-webkit-transform: translateY(80%); transform: translateY(80%); opacity: 0; }
    100% { -webkit-transform: translateY(30%); transform: translateY(30%); opacity: 1;}
}

@keyframes slide-left {
    0% {-webkit-transform: translateX(8%); transform: translateX(8%); opacity: 0; }
    100% { -webkit-transform: translateX(10.5%); transform: translateX(10.5%); opacity: 1;}
}
@keyframes slide-right {
    0% {-webkit-transform: translateX(2%); transform: translateX(0%); opacity: 0; }
    100% { -webkit-transform: translateX(5%); transform: translateX(5%); opacity: 1;}
}

/*footer*/
.footer { background: #f7f8fc; padding: 70px 0 0;}
.footer .center { max-width: 100%; padding: 0 57px;}

/*icon*/
.box_link { position: absolute; bottom: 10px; right: 0px;  width: 100%; max-width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; flex-direction: row;align-self: flex-end;}
.box_link a { width: fit-content;  border: unset;  padding: 5px 8px; font-size: 20px; color: #525659;}
.box_link a:hover { filter: invert(54%) sepia(78%) saturate(234%) hue-rotate(152deg) brightness(92%) contrast(90%);
-webkit-filter: invert(54%) sepia(78%) saturate(234%) hue-rotate(152deg) brightness(92%) contrast(90%);}

.box_link a.me_tp_mail { display: none;}

.footer_info { padding-right: 0px;grid-template-columns: 200px 1fr;column-gap: 8%;padding: 0 0px 30px 0px;}
.footer_info ul { display: grid;grid-template-columns: 1.6fr 1.8fr 1px 370px;column-gap: 30px; justify-content: end;}
.footer_info ul li:nth-child(1):before {
        display: block;
        content: "CONTACT US"; 
        font-size: 20px;color: #444;  
        letter-spacing: 1px;font-weight: 800;
        margin: 0 0 20px;
}
.footer_info ul li:nth-child(2):before {
        display: block;
        content: "CONTACT US"; 
        font-size: 20px;color: #444;  
        letter-spacing: 1px;font-weight: 800;
        margin: 0 0 20px;
        opacity: 0;
}
.footer_info li{padding: 0 10px 10px;}
.footer_info li p { line-height: 250%; letter-spacing: 1px; color: #444;position: relative; left: 35px;}
.footer_info li p > a { color: #444;}
.footer_info li p.add:before { content: '本所：';}
.footer_info li p.add2:before { content: '新竹辦公室：';}
.footer_info li:nth-child(2) iframe{width: 100%;height: 80%;}
/*.footer_info ol{background-color: #ccc;}*/

.footer_info li p:after { content: "";  width: 22px; height: 22px; position: absolute; left: -22px; top: 50%;
        transform: translate(-50%, -50%); background-position: left !important;  background-repeat: no-repeat !important; background-size: cover !important;}

.footer_info li p.fax:after { background: url(https://pic03.eapple.com.tw/lawyerhanlee/footer-fax.svg);}
.footer_info li p.mail:after { background: url(https://pic03.eapple.com.tw/lawyerhanlee/footer-mail.svg);}
.footer_info li p.tel:after { background: url(https://pic03.eapple.com.tw/lawyerhanlee/footer-ph.svg);}
.footer_info li p.line:after{ background: url(https://pic03.eapple.com.tw/lawyerhanlee/footer-line.svg);}
.footer_info li p.add:after ,.footer_info li p.add2:after { background: url(https://pic03.eapple.com.tw/lawyerhanlee/footer-map.svg);}
.footer_info li p.taxid:after { background: url(https://pic03.eapple.com.tw/lawyerhanlee/footer-taxid.svg);}


.footer_menu { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;}
.footer_menu:before { display: block; content: "LINK"; font-size: 20px; color: #444; font-weight: 800; letter-spacing: 1px;  width: 100%;  margin: 0 0 20px;}
.footer_menu a { display: inline-block; padding: 5px 7px 5px 15px; border: unset; margin: 0 0px 5px 0; font-size: 14px; position: relative; line-height: 100%;margin: 0 0 15px;
    color: #444; background: transparent;  width: 49%; letter-spacing: 2px; transition: 0.5s;}

.footer_menu a:before { content: ""; background: #888; width: 5px;height: 5px;position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.footer_menu a:hover { background: transparent; color: #5D9DB8; letter-spacing: 4px;}
.copy {  text-align: center; padding: 15px 0 25px;font-size: 13px; color: #949494;margin: 0;background: #484848;}
.copy a { color:  #949494;}
.copy a:hover { color: #5D9DB8;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉編輯頁*/
.other_select_page .promotion_title ,.other_select_page ul.other_promotion ,.other_select_page ul.page { display: none;}

/*購物車*/
.product_page .main_part { max-width:1600px;}
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; 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;}

/*首頁*/
.prod_part { padding: 0px; position: relative;}
.i_prod_tit span, .i_video_tit span {  font-size: 23px; font-family: 'Noto Serif TC';  color: #000; letter-spacing: 2px; font-weight: 500;
position: relative;  display: block; width: 100%; padding-top: 90px;}
.prod_part section { max-width: 1600px; margin: auto;  display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start;padding: 20px 20px 80px;}

/*標題*/
.i_prod_tit {  width: 350px;  padding: 0px 0px 50px;text-align: center; margin: 0 auto; position: relative; /* position: sticky; top: 200px; height: 10vw;*/}
.i_prod_tit span:before {  content: " Case Stories";  position: absolute;font-family: "微軟正黑體";
        left: 0; top: 65px; font-size: 17px;  color: #666666;  letter-spacing: 2px;  width: 100%;  display: block;}

.pageIndex .productsListBox, .pageIndex .productsListBox.swiper {  margin: 0px auto;  padding: 0px; width: 100%;}
.pageIndex .products-list {  grid-template-columns: 1fr 1fr 1fr 1fr;  margin: 0 auto;  padding: 0; grid-gap: 0 25px;}
.pageIndex .products-list .item { position: relative;}

.pageIndex .products-list .item:nth-child(n+5) { display: none;}        
.pageIndex .products-list .item a { display: flex;  margin: 0 auto; position: relative; flex-direction: column; align-items: center;
         height: 100%;background: #fff;padding: 0px;width: 100%;}
.pageIndex .products-list .pic { aspect-ratio: 1 / 1; }
.more.slowAnimation { width: fit-content !important;  margin: 0px; text-align: center; bottom: 0vw;
        transform: unset; left: 0%;  border: unset; color: transparent; position: relative; right: 0;}
.products-list .name h5 { font-size: 17px; font-weight: 500; letter-spacing: 2px; color: #111; min-height: 80px;}

.pageIndex .products-list .item a:before { background: #444;  color: #fff;  padding: 15px 9px;  transition: 0.8s; letter-spacing: 2px;  top: 0; position: absolute; z-index: 9; left: 0;}
.pageIndex .products-list .item a:hover:before  {background: #5C9CB7;}
.products-list .name span { font-size: 16px;  margin-top: 10px;  color: #666666; border-top: 1px solid #444; font-family: "微軟正黑體"; padding-top: 10px;}


.pageIndex .products-list .item a:nth-child(1):before {  content: "01"}
.pageIndex .products-list .item:nth-child(2) a:before {  content: "02"}
.pageIndex .products-list .item:nth-child(3) a:before {  content: "03"}
.pageIndex .products-list .item:nth-child(4) a:before {  content: "04"}
.pageIndex .products-list .item:nth-child(5) a:before {  content: "05"}
.pageIndex .products-list .item:nth-child(6) a:before {  content: "06"}

/*hover*/
.pageIndex .products-list .item a:hover .more { background: transparent;  color: transparent;}
.pageIndex .products-list .item a:hover .more:before { opacity: 1;}

/*按鈕*/
.prod_part .i_prod_b {  width: 100%; max-width: 100%;  margin: 0px auto;  text-align: center;}
.prod_part .i_prod_b a { color: #666666; font-size: 17px; font-weight: 500; background: transparent; padding: 0 25px;
        border: 1px solid #666666;  display: flex; justify-content: space-between; margin: 100px auto 50px; align-items: center;}
.prod_part .i_prod_b a b { font-weight: 500;}
.prod_part .animated-arrow { width: 170px;margin-top: 50px;}
.prod_part .fa-arrow-right::before { content: "\f061"; position: absolute; left: 15px;  top: 0; transform: translateY(-50%);transition: 0.5s;}
.prod_part.i_prod_b a:hover i.fa-solid.fa-arrow-right:before { left: 20px;transition: 0.5s;}
.prod_part .i_prod_b a i.fa-solid.fa-arrow-right {  position: relative;  padding-left: 15px;}
.prod_part .fa-arrow-right::after { content: "";  width: 1px; height: 25px; position: absolute;  background: #666666;  left: 0; top: 50%; transform: translateY(-50%);}

/*hover*/
.prod_part .i_prod_b a:hover i.fa-solid.fa-arrow-right { margin: 0 10px;}
.prod_part .i_prod_b a:hover i.fa-solid.fa-arrow-right:before {left: 20px;}

/*內頁*/
.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 { width: 220px;  letter-spacing: 1px; position: sticky; top: 100px; height: 350px;}

.product_page .products-list,
.product-wrapper { width: calc(100% - 330px);}
.products-list { grid-template-columns: 1fr 1fr 1fr;  grid-gap: 25px;}


/*側邊分類*/
.product_page .product_menu_list > ul { position: sticky;  top: 100px; height: 350px;}
.product-layer-two li ul { position:static; margin-top:5px;  width:100%; margin-left:0;padding: 15px 0 0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li a { background: transparent;   font-size: 14px; color: #444;padding: 0; border: unset;transition: 0.5s;}
.product-layer-two li.active a { border: unset;  color:#5C9CB7;}
.product-layer-two li li.active a { background: transparent;}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li i { top: 5px;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#5C9CB7;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; padding: 15px 10px;font-weight: 700;}
.product-layer-two > li:hover a { letter-spacing: 2px; color: #5C9CB7;}
.product-layer-two > li+li { border-top: 1px solid #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.fa-circle-plus::before { color: #5C9CB7;}


/*列表*/
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product-wrapper {  max-width: 1600px;}
.products-list .pic { position: relative;}
.products-list .pic img {transition: 0.8s;}

.products-list .price { display: none !important;}
.products-list .name { font-size: 17px; letter-spacing: 2px;  height: auto; font-family: "Noto Serif TC Medium";  display: flex; flex-direction: column;  justify-content: space-between;color: #111;}
.more.slowAnimation { display: none;}

/*hover*/
.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: #5C9CB7;}
.products-list .item a:hover .pic img {transform: scale(1.1);  transition: 0.8s;}
/*.products-list .pic:before {
        content: ""; width: 20px; height: 20px; position: absolute; background: url(https://pic03.eapple.com.tw/lawyerhanlee/pro_icon.svg);
        bottom: 15px;  opacity: 0;  background-position: right;background-repeat: no-repeat;  background-size: contain;  transition: 0.5S; right: 15px;}
.products-list .item a:hover .pic:before {opacity: 1;}
*/



.related_list li a img { transition: 0.8s;}
.products-list .item a:hover.related_list li a:hover img { transform:scale(1.1);  transition: 0.8s;}

/*內頁*/
.product_main { padding: 0 30px 0 10px;}
.product_info_page .sidebarBtn { border: unset;  padding: 30px 0px 5px; width: 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;}
.sidebarBtn h2 { font-family: "Noto Serif TC";  letter-spacing: 5px; padding-bottom: 10px;}
.sidebarBtn * {color: #666;}
.product_info li span { background: #232121; width: fit-content;  color: #fff; padding: 5px 10px; margin-bottom: 15px;}
.inquiry_a1 { background: #232121;}
.inquiry_a2 {background: #232121;}


/*輪播*/
div#prod_thumbSwiper {  display: none;}
.proImgSwiper li { justify-content: flex-start;}
.product_pic { padding-left: 0px;}
.product_main { padding: 0px; width: 100%; max-width: 500px;}

/*規格*/
.product_info {  display: none;}

/*編輯區塊*/
.prod_tabs { margin-top: 0px;}
.pd_tabTitle li , .pd_tabTitle li.activeTab::after {display: none;}

/*相關推薦*/
.prod_related { padding: 80px 15px 50px; background: transparent; border-top: 1px solid #c0c0c0;  max-width: 1600px; margin: 0 auto;}
.prod_related h6 { max-width: 1545px;  margin: 0 auto 30px;  text-align: left;  border-left: 3px solid #5C9CB7;}
.prod_related h6 span { padding-left: 10px;}
.prod_related h6 span:before { content: '相關推薦'; font-size: 23px; color: #333333; font-weight: 500; font-family: 'Noto Serif TC'; letter-spacing: 2px;}
.related_list {  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); max-width: 1600px;padding: 0 25px;}
.related_list li a { background: transparent;}
.related_list li a p { font-size: 15px;  color: #333;  letter-spacing: 2px;  line-height: 140%; text-align: left; padding: 10px 15px;}
.blog_back a, .lastPage {width: 170px;}

/*hover*/
.related_list li a img { transition: 0.8s;}
.related_list li a:hover img { transform:scale(1.1);  transition: 0.8s;}



/* .lastPage { font-size: 15px;  color: #232121; background: transparent;  border: 1px solid #232121;transition: 0.5s;}
.lastPage:hover { letter-spacing: 3px;} */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner { background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner.jpg);  padding: 40px 80px;position: relative;
        height: 400px; background-position: center;  background-size: cover;  background-repeat: no-repeat;}
.banner:before {
        content: ""; width: 75px;  height: 1px; background: #fff;
        position: absolute; top: 25%; left: 8px;  animation: slide-left2 1.0s 0.5s both;}
.banner:after {
        content: "";  position: absolute;  width: 7px;  height: 7px;  border-radius: 99em;
        background: #fff; left: 150px; top: 24.5%;  animation: slide-left2 1.0s 1.5s both;}

.banner h5 {font-size: 23px; color: #ffffff;  position: relative;  letter-spacing: 3px;  font-weight: 500;
        animation: slide-top 1.8s 0.5s both; text-align: left;  width: 100%;  top: 0px;}

.banner h5:before {  display: block;font-size: 40px;  font-weight: 300;   top: -60px;  position: absolute;  left: 0;}
.banner h5:after {
        position: absolute; white-space: pre; font-size: 16px; left: 0;
        bottom: -90px; line-height: 160%; animation: slide-top2 2.5s 0.5s both;}

/*關於我們*/
.banner.banA h5:before {content: "Team of Legal Minds";}
.banner.banA h5:after { content: "陪您走過每一段關鍵時刻"}

/*服務項目*/
.banner.banB h5:before {content: "Our Services";}
.banner.banB h5:after { content: "提供全方位法律服務"}

/*購物車*/
.banner.banF h5:before {content: "Case Stories";}
.banner.banF h5:after { content: "量身打造解決方案，順利保障客戶權益"}

/*文章1*/
.article_a .banner.banblog h5:before {content: "ARTICLE";}
.article_a .banner.banblog h5:after { content: "法律不是冷冰冰的條文，而是理解與選擇的力量"}

/*文章2*/
.article_b .banner.banblog h5:before {content: "ARTICLE";}
.article_b .banner.banblog h5:after { content: "考試不只是背誦比賽，而是思考與運用的方向"}

/*媒體報導*/
.promotions_page .banner h5:before {content: "Legal Spotlight";}
.promotions_page .banner h5:after { content: "解析熱門社會案件"}

/*聯絡我們*/
.banner.banC h5:before {content: "CONTACT";}
.banner.banC h5:after { content: "專業法律諮詢，立即預約解決您的問題"}

/*動畫*/
@keyframes slide-top2 {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

@keyframes slide-left2 {
    0% { -webkit-transform: translateX(0%);transform: translateY(0%); opacity:0; }
    100% {-webkit-transform: translateX(100%); transform: translateX(100%); opacity:1;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
.show_content.blog_box { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.blog_subbox { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px 30px;}
.subbox_item a { grid-template-columns: 1fr;}
.blog_list_ri { min-height: 200px;}
.blog_list_ri h5 {  font-weight: 500; letter-spacing: 2px;  font-size: 17px;  color: #111; font-family: "Noto Serif TC Medium";}
.blog_list_ri p { border-top: 1px solid #444;  padding-top: 10px;  margin-top: 20px; font-size: 15px; color: #666;}
.blog_list_ri em { color: #555;}
/*hover*/
.subbox_item a:after{display: none;}
.blog_list_le { overflow: hidden;}
.subbox_item:hover .blog_list_le img { transform:scale(1.1);  transition: 0.8s;}
.subbox_item a:before { display: none;}

/*側邊*/
h5.blog_le_t { font-size: 22px;  color: #111; margin-bottom: 15px; font-family: "Noto Serif TC";}
.blog_le { position: sticky;  top: 100px;width: 220px;}
.blog_le .accordion { border-radius: 0px;border: unset;}
.blog_search input[type=search] { border-radius: 0px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: transparent !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #5c9cb7 !important;  letter-spacing: 2px;}
.blog_search { margin-bottom: 20px;}
.accordion li .link a {transition: 0.5s;}
.accordion li .link:before {  content: "\f055";  color: #5C9CB7; position: absolute; right: 0; top: 5px;font-family: 'Font Awesome 6 Free';
        font-weight: 900;  width: 37px;   height: 37px; display: flex; justify-content: center; align-items: center; cursor: pointer;}


/*內頁*/
.blog_in_page .main_part {padding: 50px 20px 80px;}
.blog_ri { width: calc(100% - 330px);}
.blog_shareData {flex-direction: row;}
h4.blog_category_title { color: #111; font-size: 24px; padding: 10px 0;  margin-bottom: 10px; font-family: "Noto Serif TC"; letter-spacing: 5px;}
.blog_shareData { margin-bottom: 50px; }
.articel_mainPic { margin-bottom: 50px;}
.articel_mainPic>img {  max-width: 500px !important; width: 100% !important;}
.blog_box_edit * { line-height: 140%;}


/*按鈕*/
.blog_back {max-width: fit-content; margin: 0 auto;}
.blog_back a { border: 1px solid; width: 170px;}
.blog_back a.article_btn_prev ,.blog_back a.article_btn_back , .blog_back a.article_btn_next { background: transparent;}

/*相關文章*/
.news_related { background: #fff;  padding: 80px 15px 50px; border-top: 1px solid #c0c0c0; max-width: 1600px; margin: 0 auto;}
.news_related_list { padding-bottom: 50px;}
/*促銷方案************************************** */
/*首頁*/
#content_main { background: #ffffff00;overflow: initial;}
.news_part {max-width: 1500px; padding: 50px 35px 50px 15px; background: rgb(255 255 255 / 95%); margin: -35px auto 10px;box-shadow: 5px 4px 10px 0px #5c5c5c2e;}
.news_part section {  max-width: 100%;  margin: 0 auto; display: flex;align-items: center;}
.news_part .title_i_box { width: 200px;  margin-bottom: 0px;}
.news_part .title_i_box h4 {  font-size: 23px; color: #000; font-weight: 500;font-family: 'Noto Serif TC'; letter-spacing: 2px;}
.news_list { width: 100%;}
.news_list ul { list-style: none;  display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;}
.news_list ul li { display: flex; border-bottom: 1px #eee solid; width: 47% ;flex-direction: row; margin-right: 22px;}
.news_list ul li p { display: block; padding: 0px 70px 0px 0; font-size: 17px; color: #555;margin-bottom: 20px;width: 98%;}
.news_list ul li p:after {  content: 'more';  transform: translate(0px, -50%);  transition: all .6s;  color: #5C9CB7;}
.news_list ul li:nth-child(n+3) { padding-top: 20px;border-bottom: unset;}
.news_list ul li:nth-child(n+3) p {  margin-bottom: 0px;}
.news_list ul li:nth-child(n+5) { display: none;}
.news_list ul li span , .news_part .i_news_b {  display: none;}

/*hover*/
.news_list ul li a:hover { background: transparent;}
.news_list ul li a:hover p { color: #888;}

/*內頁*/
.promotions_page .path { width: 100%;}
.promotions_page .show_content { margin: 0 auto 0 0;  padding: 10px 10px;  width: 100%; max-width: 100%;}
.other_promotion .pmtTime span { float: left;}
.other_promotion li a { display: flex;  flex-direction: column;}
.other_promotion .pmtTime { order: 0;}
.other_promotion .pmtTitle h3 { margin: 5px 0 0 0;}
.other_promotion li a {  display: flex; flex-direction: column;  border: unset;  border-top: 1px solid #e5e5e5;}
.other_promotion li a:before,.other_promotion li a:after{display: none;}
.other_promotion li a:hover { background: transparent;}


.promotion_title em { display: none;}
.promotion_title h2 { display: block; padding-top: 15px;font-weight: 700;}
.promotion_title { border-bottom: 1px solid #c9c9c9; padding-bottom: 15px;}
.promotion_title * { font-size: 15px;}
.promotion_title span { border: unset;}

/*側邊*/
.promotions_page .other_promotion { grid-template-columns: 1fr 1fr 1fr; width: 100%; max-width: 100%;padding-top: 50px; margin: 0 0 80px auto; grid-gap: 15px 25px;}
.promotions_page ul.page {  width: 100%;  margin: 0px 0 0 auto; font-size: 14px; display: flex; justify-content: center;}
.promotions_page .page li {margin: 1px;}
.promotions_page .page li.activeN { background: #555; border-radius: 99em;  width: 20px; color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/
/*聯絡我們*/
.contact_page .main_part {  max-width: 1700px; padding: 50px 0px 0px;}
h4.blank_letter.f {  text-align: center;   padding-bottom: 60px; position: relative; }
h4.blank_letter.f:before { content: "FORM";font-size: 20px; font-weight: 500;
        letter-spacing: 5px;  position: absolute; left: 50%;  transform: translateX(-50%);  top: 0px; color: #525252;}
/*h4.blank_letter.f:after { content: "";  height: 80px;   width: 20px; position: absolute;top: -145px;
        left: 50%;transform: translateX(-50%); background: url(https://pic03.eapple.com.tw/lawyerhanlee/con_title.svg);}
*/
.blank_letter {font-size: 23px; color: #2F2F2F; font-weight: 500; letter-spacing: 2px; text-indent: 2px; background-repeat: no-repeat;}
.note {  text-align: center;  display: block;  padding-top: 10px;}

/*表格*/
.contact_content { padding: 40px 10px 100px; background: #fff;}
.contact_content .information_right { width: 100%;  max-width: 1650px;  display: block;  margin: 0 auto; padding: 60px 100px 0px;  border-radius: 30px;}
.contact_form li { grid-template-columns: 1fr; grid-gap: 10px;}
.contact_form li .form__label {  display: block; max-width: 100%;  text-align: left;  width: 100%;  font-weight: 800;}
.contact_form { grid-template-columns: repeat(12, 1fr); grid-gap: 35px 80px;  align-items: start;  margin: 0;  width: 100%;  border: 1px solid #AAAAAA; padding: 80px 80px; border-radius: 50px;font-size: 17px;}
.contact_form li { grid-template-columns: 1fr;  grid-column: auto / span 6;  grid-gap: 5px;}
.contact_form li:nth-child(n+5) { grid-column: auto / span 12;}
.form select {width: 100%;}

.contact_content .information_left {  display: none;}

.star { padding: 0px;}
.contact_form li input.noborder { border: unset;  border-bottom: 1px solid #b0b0b0; background: transparent;}
.contact_form li textarea.noborder { border: 1px #b0b0b0 solid;  background: transparent;}

/*按鈕*/
.contact_form li.last{ justify-content: center;}
.contact_form li.last cite {  background: transparent;  color: #666666;}
.contact_form li.last blockquote { color: #666666;}
.contact_form li.last blockquote, .contact_form li.last cite {
        border: 1px solid #666666; padding: 0 25px; height: 50px; width: 200px;
        max-width: 100%;  display: flex; justify-content: space-between;
}
.contact_form li.last input { font-size: 17px;}
.contact_form li.last blockquote, .contact_form li.last cite {width: 170px;position: relative;}
i.fa-solid.fa-arrow-right { position: relative;padding-left: 30px;}
.fa-arrow-right::after {  content: "";  width: 1px; height: 25px; position: absolute;  background: #666666; left: 0; top: 50%; transform: translateY(-50%);}
.fa-arrow-right::before {  content: "\f061"; left: 15px; top: 50%;  transform: translateY(-50%); transition: 0.5s; position: absolute;}

/*hover*/
.contact_form li.last cite:hover .fa-arrow-right::before {left: 20px;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input { letter-spacing: 2px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1680px) {
/*all*/
.main_part { padding: 50px 50px 80px;}
/*header*/
.main_header_area .container { max-width: 94%;}
/*footer*/        
.footer .center {padding: 0 3%;}
.footer_info { column-gap: 4%; }
.footer_info ul { grid-template-columns: 1.6fr 1.3fr 1px 370px; column-gap: 30px;}
/*文章*/
.blog_in_page .main_part { padding: 50px 50px 80px;}
/*購物車*/
.prod_part section { padding: 50px 50px 80px; }

}
@media screen and (max-width: 1500px) {
/*footer*/
.footer_info{column-gap: 5%;}
.footer_info ul{grid-template-columns: 400px 1fr 1px 150px;column-gap: 30px;}
.footer_menu a{width: 100%;margin: 0 0 2px;}
}
@media screen and (max-width: 1300px) {
.contact_form { grid-gap: 35px 50px;}
}
@media screen and (max-width: 1200px) {
/*header*/
.main_header_area .container { max-width: 98%;}
.stellarnav > ul > li > a {margin: 0 auto; padding: 0 10px;}
.stellarnav { align-items: center; justify-content: center;}

/*footer*/
.footer .center { padding: 0 50px;}
.footer_info {  grid-template-columns: 200px 1fr;  grid-gap: 20px; }
.footer_info ul { row-gap: 20px; grid-template-columns: 400px 1fr 1px 150px;  column-gap: 15px;}

/*促銷方案*/
/*首頁*/
.news_part {background:#fff; margin: 0px auto; box-shadow: unset;}
.promotions_page .other_promotion { max-width: 25%;}

/*文章*/
.blog_ri {  width: calc(100% - 260px);}

/*購物車*/
.product_page .products-list, .product-wrapper { width: calc(100% - 260px);}
}
@media screen and (max-width: 1100px) {
/*header*/
.main_header_area .container {  max-width: 100%;}
.pageIndex .header_area.sticky .container, .header_area.sticky .container { max-width: 100%;}
.footer .center { padding: 0 10px;}

/*footer*/
.footer_info ul { grid-template-columns: 400px 1fr 1px 200px; column-gap: 0px;}

}
@media screen and (max-width: 1024px) {
/*footer*/        
.footer_info ul{grid-template-columns: 1.3fr 1fr;row-gap: 20px;}
.footer_info ul ol{display: none;}
.footer_info li:nth-of-type(3){grid-column: 1/3;}
.footer_menu{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.footer_menu a{width: unset;margin: 0 1% 10px 0;}

/*促銷方案*/
.promotions_page .main_part {  flex-direction: column;}
.promotions_page .show_content , .promotions_page .other_promotion { max-width: 100%;}
.promotions_page ul.page{justify-content: center;}

/*購物車*/
.pageIndex .products-list { grid-template-columns: 1fr 1fr; grid-gap: 0 25px;}
.pageIndex .products-list .item a {padding-bottom: 20px;}
.prod_part .i_prod_b a { margin: 50px auto 0;}

}

@media screen and (max-width: 980px) {
/*all*/
.path { margin-bottom: 30px;}     

/*footer*/
.footer_info {
        grid-gap: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
}
.footer_logo { max-width: 100%;         text-align: center;}
.footer_info ul {  grid-template-columns: 1fr; row-gap: 20px;}
.box_link {  left: 0;  position: relative;  margin: 0 auto;  text-align: center;justify-content: center}

/*促銷方案*/
/*首頁*/
.news_list ul li { width: 100%;padding-top: 15px;}
.news_list ul li:nth-child(n+3) { padding-top: 15px; border-bottom: 1px #eee solid;}
.news_list ul li:nth-child(n+3) p { margin-bottom: 20px;}

/*文章*/
.show_content.blog_box {flex-direction: column; }
.blog_ri { width: 100%;}
.blog_back { max-width: fit-content;padding-bottom: 50px;}

/*側邊*/
.blog_le { position: relative; top: 0px; width: 100%;}

/*購物車*/
.pageIndex .products-list .name { max-height: 150px;}
.product_page .show_content, .product_info_page .show_content {flex-direction: column;}
.product_page .product_menu_list { width: 100%;  letter-spacing: 1px; position: inherit; top: 0px; height: auto;}
.product_page .products-list, .product-wrapper { width: 100%;}
.product_page .product_menu_list > ul { position: initial;  top: 100px; height: auto;}

/*聯絡我們*/
.contact_form li { grid-column: auto / span 12;}
}

@media screen and (max-width: 860px){
/*首頁*/
.stellarnav > ul > li.has-sub > a {  padding-right: 10px;}
/*促銷方案*/
/*首頁*/        
.news_part section { flex-direction: column;}
.news_part .title_i_box h4 { padding-bottom: 20px; }
.news_part { max-width: 1500px; padding: 60px 20px; background: rgb(255 255 255 / 95%); margin: 0px auto; box-shadow: unset;}
}

@media screen and (max-width: 768px) {
/*all*/
.main_part {padding: 50px 20px;}
.blog_in_page .main_part { padding: 50px 20px;}
.path p { padding: 0px;}
.path p, .path p a { text-align: left;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 50px; }
#to_top { bottom:60px;}
.prod_part section { padding: 20px 20px;}

/*header*/
.pageIndex .header_area { background: rgb(255 255 255 / 100%); position: inherit;}
.pageIndex .header_area.sticky { position: fixed;}
.pageIndex .header_area.sticky .container, .header_area.sticky .container ,.main_header_area .container {max-width: 100%;}
.nav-brand{width: 150px;}

/*側邊選單*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #5d9db8;  color: #fff;}
.stellarnav .icon-close:after ,.stellarnav .icon-close:before {border-bottom: solid 3px #ffffff;}
.stellarnav.mobile li.open { background: #f9f9f9; padding: 0px;}
.stellarnav.mobile li.open>a {  color: #5D9DB8;}
.stellarnav li li {border: unset;}
.stellarnav li a { padding-left: 20px;}
.stellarnav.mobile > ul > li:nth-of-type(1) .icon-plus { display: none;}

/*banner*/
.banner { padding: 40px 25px; height: 250px;}
.banner:after { left: 90px; top: 24.5%;}
.banner:before { top: 26%;  left: -50px;}
.banner h5 {letter-spacing: 1px;}
.banner h5:before { font-size: 19px; top: -33px; left: 0;}
.banner h5:after { font-size: 15px; left: 0; bottom: -45px;white-space: normal;line-height: 140%;}

/*促銷方案*/
.news_part .title_i_box h4 { font-size: 19px;}

/*購物車*/
.i_prod_tit span, .i_video_tit span { font-size: 19px;}
.i_prod_tit span:before { font-size: 14px;}
.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;}
.i_prod_tit {width: 100%;}
.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;}

.products-list {  grid-template-columns: 1fr 1fr;  grid-gap: 30px;}
.products-list .name {height: auto; }

/*內頁*/
section.product-wrapper { display: flex;  flex-direction: column;}
.product_menu_list { margin-bottom: 20px;}
.product_info_page .sidebarBtn { border: unset;  padding: 0px 0px 5px; width: 100%; order: -1;}
.toShare {  border-top: unset;  margin-top: 0px;  padding-top: 20px; padding-bottom: 20px;}

/*文章*/
.subbox_item { border-bottom: unset;  }
.blog_subbox { grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.contact_form { grid-gap: 35px 0px;}
.blog_list_ri { min-height: auto;}
.blog_back {grid-template-columns: 1fr; max-width: 100%; width: 100%;}


/*聯絡我們*/
.contact_content .information_right { padding: 10px 15px 0px;}
.contact_form {padding: 80px 25px;}

/*footer*/
.footer .center {  padding: 0 20px; }
.footer_info ul{grid-template-columns: 1fr;}
.footer_info li { overflow: hidden;}
.footer_info ul li:nth-of-type(3){grid-column: unset;}
.footer_info ul li:nth-child(2):before{display: none;}
.footer_info li:nth-child(2) iframe{height: 250px;}
}

@media screen and (max-width: 600px) { 
/*all*/
.path { padding: 0px; margin-bottom: 20px;}
.contact_page .path { padding: 0 20px;}
.blog_box { padding: 5px; padding-bottom: 0px;grid-template-columns: 1fr;}

/*footer*/
.footer_logo { margin: 0 auto;max-width: 100%;}
.footer_logo img { max-width: 150px; margin: 0 auto; display: block;}
.box_link {justify-content: center; }
.footer_menu a {width: 47%;}
.box_link{position: unset;left: unset;bottom: unset;margin: 15px 0 0;}
.footer_info li { padding: 0px;}
.footer_info li p { line-height: 160%; padding: 7px 0;}
.footer_info li p.add:before ,.footer_info li p.add2:before {display: block;}
.footer_info li+li {  margin-top: 0px; }
.footer_info li p.add:after, .footer_info li p.add2:after {  top: 0;  transform: translate(-50%, 44%);  left: -22px;}
.news_list ul li:nth-child(n+3) { padding-top: 0px;}
.copy {padding: 15px 10px 25px;}

/*大圖*/
.bannerindex .swiper-slide img { display:none; }
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before { 
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner01_ph_be.svg);
        background-position: left;padding-bottom: calc(100% / 1 * 0.5);top: 50px; left: 0%;}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before { 
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner02_ph_be.svg);
        background-position: right;padding-bottom: calc(100% / 1 * 0.5);top: 70px;}
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {
         background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner01_ph_af.png);
         background-position: right;padding-bottom: calc(100% / 1 * 0.7); right: 10%;}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after { 
        background: url(https://pic03.eapple.com.tw/lawyerhanlee/banner02_ph_af.png);
        background-position: left;padding-bottom: calc(100% / 1 * 0.7); left: -5%;}

.bannerindex .swiper-backface-hidden .swiper-wrapper { width: 100% !important; aspect-ratio: 9 / 10;}
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active { background-image: url(https://pic03.eapple.com.tw/lawyerhanlee/banner01_ph.jpg); background-position: top; background-size:cover;}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active { background-image: url(https://pic03.eapple.com.tw/lawyerhanlee/banner02_ph.jpg); background-position: top; background-size:cover;}

/*促銷方案*/
/*首頁*/
.news_part { padding: 50px 20px 0px;}
.i_prod_tit{padding: 0px 0px 30px; }
.news_list ul li { margin-bottom: 7px; background: #ffff; border: unset; border-bottom: 1px #eee solid; padding: 0px; margin-right: 0px; }
.news_list ul li p { padding: 0px; margin-bottom: 0px; width: 100%;}
.news_list ul li p:after {display: none;}
.news_list ul li:nth-child(n+3) p { margin-bottom: 0px; padding-top: 0px;}
.news_list ul li a { padding: 10px 5px;}
.news_list ul li p {font-size: 16px;}

/*購物車*/
/*首頁*/
.pageIndex .products-list {  grid-template-columns: 1fr; }
.pageIndex .products-list .name{ height: auto;padding-bottom: 30px;}
.prod_part .i_prod_b a {margin: 0 auto;}
.products-list { grid-template-columns: 1fr;}
.products-list .name h5 { min-height: auto; font-size: 16px;}
.products-list .name span { font-size: 15px;}

/*文章*/
.blog_subbox { grid-template-columns: 1fr;}
.news_related { padding: 50px 15px;}
.news_related_list { grid-template-columns: 1fr; }
.blog_le, .blog_ri{padding: 0px;}
.blog_le { width: 100%; margin-bottom: 0;}
h4.blog_category_title { font-size: 20px; letter-spacing: 1px;}
.blog_shareData { margin-bottom: 20px;}
.articel_mainPic {  margin-bottom: 0px;}
.news_related_b_box.article_related_b_box {  padding-top: 50px;}
.news_related_list { padding-bottom: 0px;}

.blog_list_ri h5 { font-size: 16px; }
.mobile_product_name ,.promotion_title h2 ,.sidebarBtn h2{font-size: 19px;}
.mobile_product_name {display: none; margin-bottom: 0px;}
.product_info_page .sidebarBtn {margin: 0px auto 0;}

/*聯絡我們*/
h4.blank_letter.f { padding-bottom: 30px;}
.contact_form li .form__label{background: transparent;}
.contact_form { grid-gap: 20px 0px; align-items: start; padding: 30px 15px; border-radius: 30px;font-size: 16px;}
.contact_form li input.noborder{ border-radius: 0;}
.contact_content { padding: 40px 10px 50px;}
}


@media screen and (max-width: 400px) { 
.footer .center{padding: 0 20px 0 15px;}
.footer_info li{padding: 0 0 10px;}
}

/* 20250909 */
/* contact_index.php */
.last blockquote,.last cite{position: relative;}
.last blockquote input,.last cite input{width: 100%;height: 100%;opacity: 0;position: absolute;left: 0;z-index: 50;}
.last blockquote span,.last cite span{min-width: 68px;display: flex;align-items: center;}
a.article_btn_prev{flex-direction: row-reverse;}
a.article_btn_prev i{padding-left: 0;padding-right: 15px;}
a.article_btn_prev i.fa-arrow-right::after{left: auto;right: 0;}
@media (max-width:426px) {
.last blockquote span,
.last cite span{width: calc(100% - 35px);justify-content: center;}  
.last i.fa-solid.fa-arrow-right {padding:0 0 0 1px;width:35px;display: block;}
.last .fa-arrow-right::before{left: 50%;transform: translate(-50%, -50%);}
}

/* article/details.php */
.blog_back a.article_btn_prev b, .blog_back a.article_btn_back b, .blog_back a.article_btn_next b{display: flex;justify-content: flex-start;align-items: center;width:68px;}
.blog_back a.article_btn_prev b{justify-content: flex-end;}
.blog_back a.article_btn_prev i, .blog_back a.article_btn_back i, .blog_back a.article_btn_next i{display: flex;justify-content: center;align-items: center;width: 30px;height: 100%; padding:0;margin: 0;}
.blog_back a i.fa-solid.fa-arrow-right{width: 30px; padding:0;margin: 0;}
.blog_back a i.fa-solid.fa-arrow-right::before{padding:0;right:auto;left: 50%;    transform: translate(0, -50%);}
.blog_back a.article_btn_prev i.fa-solid.fa-arrow-right::before{padding:0; right: 50%;left: auto; transform: rotateY(-180deg) translate(0,-50%);}
.blog_back a.article_btn_prev:hover i.fa-solid.fa-arrow-right::before{transform: rotateY(-180deg) translate(5px,-50%);}
.blog_back a.article_btn_next:hover i.fa-solid.fa-arrow-right::before{ transform: translate(5px, -50%);}
.blog_back a.article_btn_back i{display: none;}
.blog_back a.article_btn_back b{width: 100%;text-align: center;justify-content: center;}
a.lastPage{flex-direction: row-reverse;}
a.lastPage b{display: flex;justify-content: flex-end;align-items: center;width: 68px;}
a.lastPage i.fa-solid.fa-arrow-right {display: flex;justify-content: center;align-items: center;width: 30px;padding:0;height: 100%;margin:0; }
a.lastPage i.fa-solid.fa-arrow-right::before{left: auto; right:50%; transform: translate(0, -50%) rotateY(-180deg);}
a.lastPage i.fa-solid.fa-arrow-right::after{left: auto;right: 0;}
a.lastPage:hover i.fa-solid.fa-arrow-right::before{left: auto; transform: translate(-6px, -50%) rotateY(-180deg);}
@media (max-width:768px){
.blog_back a.article_btn_prev i, 
.blog_back a.article_btn_prev i, .blog_back a.article_btn_prev b, 
.blog_back a.article_btn_back b, .blog_back a.article_btn_next b {width: 100%;display: flex;justify-content: center;align-items: center;}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next,a.lastPage{position: relative;justify-content: center;}
.blog_back a.article_btn_prev i.fa-solid.fa-arrow-right,
.blog_back a.article_btn_next i.fa-solid.fa-arrow-right,a.lastPage i.fa-solid.fa-arrow-right{width: 30px; margin:0;}
.blog_back a.article_btn_prev i.fa-solid.fa-arrow-right,a.lastPage i.fa-solid.fa-arrow-right{position: absolute;left: 0;}
.blog_back a.article_btn_next i.fa-solid.fa-arrow-right{position: absolute;right: 0;}
.blog_back a.article_btn_prev i.fa-solid.fa-arrow-right::before {right: auto; left: 50%;transform: rotateY(-180deg) translate(50%, -50%);}
.blog_back a.article_btn_prev:hover i.fa-solid.fa-arrow-right::before {transform: rotateY(-180deg) translate(calc(50% + 5px), -50%);}
.blog_back a i.fa-solid.fa-arrow-right::before {right: 50%;left: auto;transform: translate(8px, -50%);}
.blog_back a.article_btn_next i.fa-solid.fa-arrow-right::before{left: 50%;right:auto;margin:0;padding:0;transform: translate(-50%,-50%)}
.blog_back a.article_btn_next:hover i.fa-solid.fa-arrow-right::before{transform: translate(calc(-50% + 5px),-50%)}
a.lastPage i.fa-solid.fa-arrow-right::before {left: auto;right: auto;}
}


