@charset "utf-8";
/*享除蟎服務公司*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


:root{
    --MainColor:#283862;
    --SubColor:#526E9E;
}

body {font-family: 'Noto Sans TC', sans-serif;letter-spacing: 1px;}

/*錨點滾動*/
html { scroll-behavior: smooth; }
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--SubColor2);border-radius: 50px;}

/*大圖================================*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

/*側邊按鈕=============================*/
.linksBtn{background-color: var(--MainColor);border-radius: 10px;}
.info_fix:hover>.linksBtn{background: var(--SubColor);}

/*第二層*/
a.info_fix_default.info_fix_mail{display: none;}
.info_fix_links a{background: var(--SubColor);border-radius: 10px;}
.info_fix_links a:hover{background-color: var(--MainColor);}

/*header=============================*/
.me_tp_features{display: none;}
.header_area{background: #ffffff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);padding:15px 10px;}
.header_area.sticky{ background: #ffffff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);}
.main_header_area.animated:before {
    position: absolute;
    top: 0;
    content: "";
    width: 0px;
    height: 5px;
    right: 0;
    background: linear-gradient(30deg, var(--MainColor) 25%, var(--SubColor) 75%);
    transition: all 0.5s;
}
.header_area.sticky .main_header_area.animated:before {
    width: 100%;
    transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
    .main_header_area.animated:before {display: none;}
    .header_area.sticky .main_header_area.animated:before{display: none;}
}
@media screen and (max-width: 768px) {
    .header_area.sticky{backdrop-filter: none;}
}

/*選單*/
.navigation{display: flex;align-items: center;}
.tp_links{display: none;}
.stellarnav li.has-sub > a:after {content: '+';border-left: unset;border-right: unset;border-top: unset;}
.stellarnav > ul > li:hover > a {color: var(--MainColor);letter-spacing: 2px;transition: 0.3s;font-weight: 500;}

@media screen and (max-width:1024px) {
    .stellarnav {top: 5px;}
    .stellarnav ul {position: relative;top: 5px;}
}

/*選單最大寬度*/
.main_header_area .container{max-width: 100%;width: 80%;}


@media screen and (max-width: 768px) {
    .stellarnav > ul > li:before , .stellarnav > ul > li:after{display: none;}
    .main_header_area .container{width: 100%;}
}

/*第二層*/
.stellarnav li li.has-sub > a:after{border-bottom:none;border-left:none;border-top:none;right: 10px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; padding-left:14px;background-color: var(--SubColor2);transition: 0.3s;font-weight: bold;}
.stellarnav li li.has-sub > a{padding: 10px;font-size: 15px;}
.stellarnav li li a{font-size: 15px;}

/*選單最大寬度*/
.main_header_area .container {max-width: 100%;width:75%;transition: .3s;}
.sticky .main_header_area .container {max-width: 100%;width:85%;transition: .3s;}

@media screen and (max-width: 768px) {
    .main_header_area .container {width:85%;}
}

/*LOGO================================*/
.nav-header{max-width: 240px;}
.nav-brand{position: relative;top: 3px;}

@media screen and (max-width: 425px) {
    .nav-header{max-width: 200px;}
}

/*BANNER==============================*/
.banner.banB{display: none;}
.banner.banC{display: none;}
.banner.banblog{display: none;}

/*首頁文章----------------*/
.module_i_news .title_i_box{margin-bottom: 10px;}
.module_i_news{background:var(--SubColor2);padding: 50px 0px;opacity: 1;}
.module_i_news ul{display: flex;gap: 10px;justify-content: space-around;}
.module_i_news ul{display: flex;gap: 10px;justify-content: space-around;}
.module_i_news_list, .module_i_news_list.swiper{padding: 30px 0;}
.module_i_news .title_i_box h6{font-size: 40px;color: var(--MainColor);font-family: 'Century Gothic', sans-serif;}
.module_i_news .title_i_box h4{font-size: 25px;font-weight: normal;color: var(--SubColor);}
.module_i_news .title_i_box h4:before{content: 'CASE';width: 100%;font-size: 55px;display: block;position: relative;text-align: center;color: var(--MainColor);
    font-weight:normal;font-family: 'Cal Sans', sans-serif;}
.i_blog_ri{width: 100%;}
.i_blog_le{width: 100%;}
.module_i_news li a:before{content: 'READ MORE';text-align: center; background: transparent; font-size: 16px; font-weight: bolder;letter-spacing: 1px; 
    color: var(--SubColor); padding: 8px 5px; top: 50%;left: 50%;width: 150px;height: 40px;transform: translate(-50%, -50%) scale(0, 0);font-family: 'Century Gothic', sans-serif;}
.module_i_news li a:hover:before{opacity: 1;width: 100%;transform: translate(-50%, -50%) scale(1.1);transition: all 500ms;}
.module_i_news li a:after{content: '';background: rgb(255 255 255 / 86%); border: 1px #fff solid;width: 0;}
.module_i_news li a:hover:after{opacity: 1;width: 100%;}
.module_i_news li{border-bottom: none;}
.animated-arrow{background: var(--SubColor);color: #fff;}
.module_i_news li a{display: flex;flex-direction: column;}
.module_i_news ul li{flex: 1;}

@media screen and (max-width:768px) {
    .module_i_news ul{gap: 10px;padding: 20px;}
    .animated-arrow{margin-bottom: 30px;}
}
@media screen and (max-width:600px) {
    .module_i_news ul{display: grid;grid-template-columns: 1fr 1fr;gap: 5px;}
    .module_i_news .title_i_box{margin-top: 30px;}
}
@media screen and (max-width:320px) {
    .module_i_news ul{display: block;}
}

/*文章管理----------------*/
.blog_le{position: sticky;display: inline-block;top: 120px;}
h5.blog_le_t, h4.blog_category_title {font-size: 25px;margin-bottom: 10px;}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {content: 'READ MORE >';display: block;background: transparent;color: #000;letter-spacing: 1px;
    opacity: 1;left: 0;position: relative;padding: 0 22px 0 0;font-size: 12px;line-height: 12px;}
.blog_list_ri em { display: none; }
.blog_back a.article_btn_back { background: var(--SubColor); }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: var(--MainColor);color: #fff;transition: all 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: var(--SubColor);color: #FFF;}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 15px;grid-template-columns: 1fr 1fr 1fr 1fr;}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {background-color: transparent;overflow: hidden;position: relative;width: 100%;border-bottom: none;}
.subbox_item a {display: flex;flex-wrap: wrap;flex-direction: column;grid-gap: 5px;}
.subbox_item:hover img {transform: translate(-50%, -50%) scale(1.05);object-fit: cover;width: 100%;transition: all 0.4s ease;}
.blog_list_le img {display: block;max-width: 100%;min-width: 100%;object-fit: cover;position: absolute;
    left: 50%;top: 50%;transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);transform: translate(-50%, -50%) scale(1);}
.blog_list_le {display: block;position: relative;text-align: center;height: auto;aspect-ratio: 9 / 9;overflow: hidden;padding-bottom: 0;width: 100%;}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%; }
.blog_list_ri h5 {position: relative;margin: 10px 0 0;font-size: 18px;letter-spacing: 0.035em;}
.blog_list_ri p {color: #595959;margin: 15px 0 0;font-size: 14px;letter-spacing: 0.035em;width: 100%;padding: 0;margin: 10px 0;padding-top: 8px;}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: var(--SubColor);transition: 0.3s;}

@media screen and (max-width: 1494px) {
    .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 30px;grid-template-columns: 1fr 1fr 1fr;}
    .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 10px;grid-template-columns: 1fr 1fr;}
    .blog_le{position: relative;top: 0px;}
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {grid-template-columns: 1fr;}
}
/*文章分類ARTICLE*/
h5.blog_le_t em {font-size: 20px;letter-spacing: 0.1em;}
h5.blog_le_t span { font-size: 20px; }

/*第二層*/
.blog_shareData{justify-content: flex-end;}
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}

/*聯絡我們=============================*/
body.contact_page .main_part {max-width: 100%;margin: auto;width:60%;}
.contact_content {padding: 0;}
.contact_content .information_left {display: initial;}
.information_left.fadeInLeft.animated15.clearfix {margin: 0;padding: 0;}
.list_before.info iframe {width: 100%;height: 50%;}

@media screen and (max-width: 1200px) {
    .list_before.info {width: 100%;}
}
@media screen and (max-width:768px) {
    body.contact_page .main_part {width:85%;}
}

.list_before {margin-top: 0px;}
.contact_content .information_right {width: 100%;padding-left: 0px;}
.blank_letter {text-align: center;padding: 3% 1% 1% 1%;color: #595656;font-weight: normal;font-size: 1.2rem;letter-spacing: 2px;border-bottom: 1px solid;}
.list_before.info li:last-child {padding-left: 41px;margin-top: 5px;}
.list_before.info li:first-child {margin-top: 15px;}
.list_before.info {max-width: 100%;}
.contact_form li .form__label { padding-right: 5px;width: 115px; }
.contact_le_map { display: none; }
.list_before { margin-bottom: 15px; }
.line_id::before{content:"Line ID";}
.list_before.info li, .list_before.info li:last-child {padding-left: 55px;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before{width: 50px;}
.contact_form li.last cite{background: var(--SubColor);}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px var(--SubColor) solid;}
.contact_form li.last{text-align: center;margin-top: 50px;}
.contact_form li:has(input[type=radio]) .form__insert {display: flex;gap: 5px;}

/* 上下顛倒 */
.contact_content form.style1 {display: flex;flex-wrap: wrap-reverse;}
.information_left.fadeInLeft.animated15.clearfix {width: 100%;}

@media screen and (max-width:600px) {
    .contact_form li .form__label{width:100%;}
}

/*FOOTER==============================*/
.footer{background: #fff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);}
.footer_logo{display: block;max-width: 100%;margin: 0;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 5px; }
.footer .center{max-width: 80%;width: 100%;}
.footer_info ul {display: flex;width: 100%;margin-left: 0;flex-direction: row;justify-content: space-around;align-items: center;}
.footer_info{grid-template-columns: 350px 1fr;padding-right: 0;align-items: center;}
.footer_menu a{background: transparent;border: none;color: #222;font-size: 15px;padding: 10px;margin:0;text-align: center;border: 1px solid var(--SubColor);border-radius: 5px;}
.footer_info li p {color: #222;font-size: 15px;}
.footer_info li p  a{color: #222;}
.copy{padding: 15px 0;border-top: none;color: #ffffff;letter-spacing: 1px;background: linear-gradient(30deg, var(--MainColor) 25%, var(--SubColor) 75%);}
.copy a {color: #ffffff;}
.box_link{display: none;}
.footer_menu a:hover{background: var(--SubColor);transition: 0.3s;}

@media screen and (max-width: 1200px) {
.footer_info {grid-template-columns: 1fr;padding: 0;}
.footer_info ul{justify-content: space-between;}
.footer_logo{display: none;}
}
@media screen and (max-width: 768px) {
    #to_top { bottom:60px;}
    .bannerindex { padding:0; margin:0;}
    .footer_info ul{flex-direction: column;}
    .footer_logo{display: block;width: 50%;position: relative;left: 25%;}
    .footer_menu{grid-template-columns: 1fr 1fr 1fr 1fr;}
    .footer{padding: 30px 0 55px;}
}
@media screen and (max-width: 600px) {
    .footer_menu{grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 425px) {
    .footer_menu{grid-template-columns: 1fr 1fr;}
}

/*TO TOP---------------------------------*/
#to_top{border-radius: 10%;}

/*手機版選單==============================*/
.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span{width: 30px;border-radius: 0px;}
.stellarnav .menu-toggle{padding: 7px 0;}

@media screen and (max-width: 768px) { 
    .stellarnav .menu-toggle span.bars span{position: relative;top: 5px;background: var(--MainColor);}
}
@media screen and (max-width: 425px) { 
    .stellarnav .menu-toggle{padding: 5px 0;}
}

/*第二層*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--SubColor);color: #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav.mobile.left > ul:after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    top: 0;
    left: 0;
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1); 
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    opacity: 0;
}
.stellarnav.active>ul:after {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
    z-index: -1;
}

