@charset "utf-8";
:root {
  --WebColor01: #2A4C68;
  --WebColor02: #11314b;
  --WebColor03: #172631;
  --WebColor04: #D6BE8A;
  --WebColor05: ;
  --SFont:"Noto Serif TC", serif;/*特殊字體*/
  --SFontE:"Playfair Display", serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f72:72px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f72:60px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f72:48px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f72:32px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f72:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

body{font-family: var(--SFont);}
.main_part{width: 90%;max-width: 1400px;padding: var(--m100) 0;}
#content {    background: #EBEAE9;}

.info_fix_links{display: flex !important;}
.linksBtn{display: none !important;}
.info_fix_links a{background: var(--WebColor02);}
.info_fix_links a:hover{background: var(--WebColor04);color: var(--WebColor03);}
a.info_fix_default i:after{font-size: 10px;font-family: "微軟正黑體",Arail;display: block;margin-top: 3px;    font-weight: normal;}
a.info_fix_phone , a.info_fix_tel2 {display: none;}



.stellarnav > ul > li:nth-last-of-type(3) ~ li , .footer_menu a:nth-last-of-type(3) ~ a{display: none;}


.animated-arrow {    background: var(--WebColor01);}
.shop_search_btn {    background: var(--WebColor01);}
.contact_le_map a{background: var(--WebColor01);}
.contact_form li.last cite{background: var(--WebColor01);}
.products-list .more{border-color: var(--WebColor01);color: var(--WebColor01);}
.products-list .item a:hover .more {    background: var(--WebColor01);}


.linksBtn {    color: var(--WebColor01);    background-color: var(--WebColor04);}
.info_fix:hover>.linksBtn {    background: #facb64;}

/*****************************************/

/*HEADER*/
.header_area {    background: #fff;padding: 25px 10px;}
.header_area.sticky {    background: rgba(255, 255, 255, 0.95);}
.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;font-size: var(--f18);}
.stellarnav > ul > li.has-sub > a{padding: 0;}
.stellarnav > ul > li > a b{font-weight: bold;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);font-size: 85%;}
.stellarnav > ul > li:hover > a{color: var(--WebColor01);}
.stellarnav > ul > li li a{transition:all 0.3s;}
.stellarnav > ul > li li a:hover{background: var(--WebColor01);color: #fff;}
.stellarnav ul ul {    width: 185px;}


.stellarnav li.has-sub > a:after{content:none;}

.navigation{grid-template-columns:300px 1fr;}
.nav-header {    max-width: 300px;    grid-row: unset;}
.me_tp_features{display: none;}

/*電腦LOGO*/
.nav-brand {width: 100%;}
.nav-brand img {    display: block;width: 100%;}
.footer_logo{display: none;}
/*手機LOGO
.nav-brand-m {}
*/



.pageIndex .swiper-slide:before , .pageIndex .swiper-slide:after{
  content:"";position: absolute;height: 100%;aspect-ratio:3/10;z-index: 1;
  background-size: contain;background-repeat: no-repeat;top: 0;right: 15%;filter:drop-shadow(0px 0px 5px #000);
}
.pageIndex .swiper-slide:before{background-position: left bottom;background-image: url(https://pic03.eapple.com.tw/risingsunlaw/BnText_01.png);}
.pageIndex .swiper-slide:after{background-position: right top;background-image: url(https://pic03.eapple.com.tw/risingsunlaw/BnText_02.png);}
.pageIndex .swiper-slide.swiper-slide-active:before{animation: ani_down 1.5s 0.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:after{animation: ani_up 1.5s 1s both;}

@keyframes ani_up {
    0% {      transform:translateY(-5vw);opacity: 0;   }
    100% {      opacity:translateY(0);opacity: 1;    }
}
@keyframes ani_down {
    0% {      transform:translateY(5vw);opacity: 0;   }
    100% {      opacity:translateY(0);opacity: 1;    }
}






/*預設解除背景輪播*/
#content_main { margin:0;}
#content_main{background: #EBEAE9;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}

.bannerindex {
    width: 95%;
    max-width: 1600px;
    aspect-ratio: 2.28 / 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: var(--m30);transition:all 0.3s;
}
.swiper-banner {    height: 100%;}
.swiper-banner .swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}


/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; aspect-ratio: 4 / 3;}
}




/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer{background: var(--WebColor01);padding: var(--m100) 0 0;}
.footer .center {    max-width: 1400px;width: 90%;}
.footer_menu {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 5px;}
.footer_menu a {    margin: 0;    padding: 0;    transition: all 0.3s;    color: #fff;    background: transparent;    border: none;    width: fit-content;line-height: 175%;}
.footer_menu a:hover {    background: transparent;color: var(--WebColor04);}
.copy {    background: #23435d;    margin-top: var(--m30);    color: #fff;    border: none;}
.copy a{    color: #fff;transition:all 0.3s;}

.box_link{display: none;}
.footer_info{padding: 0;grid-template-columns: 1fr;}
.footer_info ul {    max-width: 750px;    display: grid;    grid-template-columns: 1fr 300px;    gap: var(--m30);}
.footer_info li{padding: 0;}
.footer_info li:nth-child(1) p , .footer_info li:nth-child(1) a{color: #fff;transition:all 0.3s;}
.footer_info li:nth-child(1) p:hover , .footer_info li:nth-child(1) p:hover *{color: var(--WebColor04);}

.footer_info li:before{display: block;font-family: var(--SFontE);font-size: var(--f20);color: #fff;letter-spacing:0.05em;margin-bottom: 5px;}
.footer_info li:nth-child(1):before{content:"INFORMATION";}
.footer_info li:nth-child(2):before{content:"NAVIGATION";}

.footer_info li p.tel:before {    content: '事務所專線：';}
.footer_info li p.tel2:before {    content: '白丞哲律師：';}
.footer_info li p.phone:before {    content: '謝俊傑律師：';}
.footer_info li p.add:before {    content: '事務所地址：';}
.info_TEL2:before {    content: "白律師";}
.info_PHONE:before {    content: "謝律師";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/risingsunlaw/sBanner.jpg);
    padding: 0;
    height: 35vw;
    max-height: 400px;
    background-size: cover;
    background-position: 35% bottom;
    min-height: 200px;position: relative;
}
.banner h5 {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: absolute;left: 50%;transform:translateX(-50%);bottom: var(--m30);
    text-align: center;
    font-size: var(--f20);color: #fff;text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.banner h5:before{content:"RISING SUN";display: block;font-size: var(--f40);font-family: var(--SFontE);line-height: 160%;}

.product_page .banner ,.product_info_page .banner{
    background-image: url(https://pic03.eapple.com.tw/risingsunlaw/sBanner_team.jpg);background-position: left center;}


@media screen and (max-width: 600px) {
.banner {}
.banner h5{padding: 0; text-align: center;  }

}

.path{display: none;}

.product_page .banner h5:before , .product_info_page .banner h5:before{content:"OUR TEAM";}
.article_a .banner.banblog h5:before{content:"CASE RESULTS";}
.services_page .banner h5:before{content:"PRACTICE AREAS";}
.article_b .banner.banblog h5:before{content:"LEGAL ARTICLES";}
.contact_page .banner h5:before{content:"CONTACT US";}








/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.product_info_page .main_part { max-width:1100px;}
.prod_part{padding: var(--m100) 0;}

.pageIndex .products-list{gap:var(--m50) var(--m30);}
.prod_part section{width: 90%;max-width: 1400px;}


.products-list .price b.ori_price{color: #444;}
.products-list .price b.sp_price{color: var(--WebColor01);font-weight: bold;}

.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{display: none;}
.product_page .products-list{width: 100%;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));gap:var(--m50) var(--m30);}
ul.page { width: 100%;}

.products-list .item a{padding-bottom: 0;}
.products-list .item a .name {    font-size: var(--f20);    color: #222;    font-weight: bold;    text-align: center;height: auto;margin: 10px auto 0;width: fit-content;padding: 0 5px;position: relative;}
.products-list .pic {    aspect-ratio: 3 / 4;position: relative;}
.products-list .pic:before {
    content: "";
    width: 1px;
    left: 15px;top: 0;
    position: absolute;
    background: #fff;
    height: 100%;opacity: 0;z-index: 1;transition:all 0.5s;
}
.products-list .item a:hover .pic:before {opacity: 1;}
.products-list .pic:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 13px;animation: ani_run 4s both infinite;opacity: 0;transition:all 0.3s;
}
.products-list .item a:hover .pic:after{opacity: 1;}
.products-list .item a .pic img{transition:all 0.5s;    object-position: 50% 25%;    filter: saturate(0.75);}
.products-list .item a:hover .pic img{transform:scale(1.05);}
@keyframes ani_run {
    0% {      top: -5px;   }
    100% {      top: 100%;    }
}

.products-list .more{display: none;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li a , .video-layer-two li a{background: transparent;color: var(--WebColor03);padding: 10px 5px;    font-weight: bold;}
.product-layer-two li.active , .video-layer-two li.active{    border-bottom: 1px solid var(--WebColor01);    padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor01);}

.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;}


.inquiry_a1{    background: var(--WebColor03);}
.inquiry_a2{    background: var(--WebColor02);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor04);}


.product_info_page .product-wrapper {    display: flex;    flex-wrap: wrap;}

.product_main {    width: 50%;padding: 0; }
.sidebarBtn{padding: 0;width: 50%;border: none;padding: 0;padding-left: var(--m100);padding-top: var(--m50);}
.sidebarBtn h2{font-size: var(--f28);}
.mobile_product_name{display: none;}


.product_pic{padding: 0;}
.product_pic #prod_thumbSwiper{display: none;}
.proImgSwiper {    aspect-ratio: 2 / 3;}

.product_info li span{display: none;}
.product_info li .txt_box{color: #444;}

.law_info *{font-size: var(--f17);}
.law_info b{display: block;}
.law_info b:nth-of-type(n+2){margin-top: var(--m30);}
.law_info ol {    padding-left: var(--m30);}
.law_info ol li {    list-style: disc;}


.prod_tabs{width: 100%;}
.pd_tabTitle li {    border-bottom-color: var(--WebColor01);}
.pd_tabTitle li a{font-size: var(--f20);    font-weight: bold;color: var(--WebColor03);}
.pd_tabTitle li.activeTab a{color: var(--WebColor01);}
.pd_tabTitle li.activeTab::after{height: 3px;background: var(--WebColor01);}
.pd_tabInner_contain *{font-size: var(--f18);line-height: 200%;color: #444;}
.pd_tabInner_contain ul{padding-left: var(--f22);}
.pd_tabInner_contain ul li {    list-style: disc;}

.prod_related{padding: 0 0 var(--m100);background: #fff;}
.related_list , .prod_related h6{display: none;}
.lastPage{background: var(--WebColor01);border-radius:50px;margin: 0 auto;}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
 .sidebarBtn {    padding-left: var(--m50);}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product_info_page .product-wrapper{flex-direction:column; align-items: center; }
.product_main{ width: 100%; max-width: 450px; }
.sidebarBtn{padding: 0;width: 100%;max-width: 450px;margin-top: var(--m50);  }
.sidebarBtn h2{text-align: center;  display: flex;        align-items: center;}
.sidebarBtn h2:before, .sidebarBtn h2:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #ccc;
    flex: 1;
}
.sidebarBtn h2:before{margin-right: var(--f20);  }
.sidebarBtn h2:after{margin-left: var(--f20);}


.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page .products-list{grid-template-columns: repeat(2,1fr);  }
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 320px) {
.product_page .products-list{grid-template-columns: repeat(1,1fr);  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.other_select_page .promotion_title , .other_select_page .other_promotion, .other_select_page .page{display: none;  }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.module_i_news .title_i_box h4{font-size: var(--f32);}
.module_i_news .title_i_box h6{font-size: var(--f20);color: var(--WebColor01);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.module_i_news{padding: var(--m100) 0 var(--m50);position: relative;background-image: url();}
.module_i_news:before {    content: "";    position: absolute;    z-index: 1;    left: 0;    top: 0;    width: 100%;    height: 15vw;    background: linear-gradient(to bottom, #fff, transparent);}
.module_i_news:after {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/risingsunlaw/index_news_bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60%;
    bottom: 0;
}
.i_blog_b a {    background: transparent;    border: 2px solid #ffff;}
.module_i_news section {    max-width: 1400px;width: 90%;position: relative;z-index: 2;}
.module_i_news ul {    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.module_i_news li {    padding: 15px;    background: #fff;    border: 5px solid #cbd0d4;position: relative;}
.module_i_news li:before{content:"";position: absolute;z-index: 1;background: #0710147a;width: 100%;height: 100%;opacity: 0;transition:all 0.3s;left: 0;bottom: 0;pointer-events:none;}
.module_i_news li:hover:before{opacity: 0.65;}
.module_i_news li:after{z-index: 2;pointer-events:none;position: absolute;    content: "MORE";    font-family: var(--SFontE);    background: var(--WebColor01);    color: #fff;    display: flex;    align-items: center;    justify-content: center;    font-size: 13px;    width: 50px;    height: 50px;    border-radius: 100%;opacity: 0;transition:all 0.3s;right: 15px;bottom: 15px;}
.module_i_news li:hover:after{opacity: 1;}
.module_i_news li a{grid-template-columns: 1fr;}
.module_i_news li.i_blog_ri em{display: none;}
.module_i_news li a:before , .module_i_news li a:after{content:none;}
.module_i_news li a .i_blog_le img{transition:all 0.4s;}
.module_i_news li a:hover .i_blog_le img{transform:scale(1.1);}
/*文章設定*/
/*側邊*/
.blog_le .accordion {    background: #fff;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
.submenu a:hover {    background: var(--WebColor02);}
.accordion li .link a {    font-size: var(--f16);}

h5.blog_le_t em {    font-family: var(--SFont);    text-align: center;    display: block;    font-size: var(--f28);    color: var(--WebColor02);    font-weight: 700;}
h5.blog_le_t span{font-family: var(--SFontE);display: block;    font-size: var(--f24);    text-align: center;}
.blog_search{margin-bottom: 20px;}
h4.blog_category_title{font-size: var(--f24);    border-bottom: 1px #cbd0d4 solid;}

.articel_mainPic img{display: none;}
.blog_back{    max-width: 400px;    margin: auto;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{background: var(--WebColor03);transition:all 0.3s;}
.blog_back a.article_btn_back{background: var(--WebColor01);transition:all 0.3s;}
.blog_back a.article_btn_prev:hover,.blog_back a.article_btn_next:hover,.blog_back a.article_btn_back:hover{background: var(--WebColor04);}
.news_related{padding: var(--m100) 0;background: #EBEAE9;}
.news_related_list{max-width: 1400px;margin:var(--m50) auto; }
.news_related h6{margin: 0 auto;}

.article_a .subbox_item a{padding: 10px;    border: 3px solid #cbd0d4;background: #fff;}
.subbox_item a:before {    content: "MORE";    font-family: var(--SFontE);    background: var(--WebColor01);    color: #fff;    display: flex;    align-items: center;    justify-content: center;    font-size: 13px;    width: 50px;    height: 50px;    border-radius: 100%;}
.subbox_item a:after {    border: none;    background: #334f5c61;    height: 0;top:unset;}
.subbox_item a:hover:after{height: 100%;}

.article_a .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));gap:var(--f20);}
.article_a .subbox_item a {}
.article_a .subbox_item a:hover{background: #ebeae959;}

.article_b .blog_subbox{grid-template-columns: repeat(1,1fr);gap:var(--f20);}
.article_b .subbox_item a {    grid-template-columns: 3fr 7fr;    align-items: center;}
.article_b .blog_list_ri{padding-left: var(--m30);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/

.list_before.info li {    padding-left: 50px;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 50px;    letter-spacing: 0;}


.blank_letter{font-family: var(--SFont);}
.contact_form li{grid-template-columns: 1fr;}
.contact_form li .form__label {    max-width: 100%;    text-align: justify;}

.page li.activeN {text-decoration: underline;    color: var(--WebColor03);
    display: flex;
    width: 25px;
    height: 25px;
    line-height: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    transition: .3s;
}
.page a:hover {    background: var(--WebColor01);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.nav-header {margin-bottom: 10px; }
.header_area{padding: 15px 10px;  }
}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding-bottom:55px; }
#to_top { bottom:60px;}

.stellarnav .menu-toggle{padding: 5px; }
.nav-header {margin-bottom: 0; }

.info_fix{display: none;  }
.footer_info ul{grid-template-columns: 1fr; max-width: 100%; }
.footer_info li + li{margin: 0; }
.footer_menu {    grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));}


.stellarnav > ul > li.has-sub > a{padding: 10px 43px 10px 10px;}

.module_i_news ul {grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 600px) {
.article_a .blog_subbox{grid-template-columns: repeat(2,1fr);    }
.article_a .subbox_item a{grid-template-columns: repeat(1,1fr);  }

.article_b .subbox_item a{grid-template-columns: repeat(1,1fr);   }
.article_b .blog_list_ri{padding: 5px;}

.module_i_news{padding-bottom: var(--m100);   }
.module_i_news section{max-width: 380px;  }
.module_i_news:after {    height: calc(100% - 130px);}
.module_i_news ul {grid-template-columns: repeat(1,1fr);}
}

@media screen and (max-width: 500px) {
.article_a .blog_subbox{grid-template-columns: repeat(1,1fr);    }

.stellarnav .menu-toggle:after{content:none;}
.nav-header {width: calc(100vw - 70px);max-width: 250px;        margin: 0 0 0 auto;}
.stellarnav.mobile {   left: -5px;top: 5px; }
}

@media screen and (max-width: 420px) {
}


@media screen and (max-width: 375px) {
.nav-header {max-width: 200px;}
}



