@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before { content: "";background-image: url(https://pic03.eapple.com.tw/rongdabug/01text.svg);height: 100%;width: 100%;background-size: contain;background-repeat: no-repeat;background-position: right;
    transform: translate(20%, 45%);opacity: 1;z-index: 999;position: absolute;animation: inside 2.5s;}
.bannerindex .swiper-slide:nth-child(1):after {content: "專業除蟲消毒，讓害蟲無所遁形！";position: absolute;height: 7%;font-size: min(max(2vw, 8px), 78px);text-align: center;width: 42%;color: #ffffff;font-family: Noto Serif TC;
    font-weight: 800;letter-spacing: 4px;background-color: #00000075;background-size: contain;background-repeat: no-repeat;background-position: bottom;top: 52%;left: 26%;transform: translate(0%, 150%);opacity: 1;z-index: 999;animation: inside2 2.5s;}
/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before {content: "";background-image: url(https://pic03.eapple.com.tw/rongdabug/02text.svg);height: 100%;
    width: 33%;background-size: contain;background-repeat: no-repeat;background-position: right;
    transform: translate(117%, 7%);opacity: 1;z-index: 999;position: absolute;animation: inside 2.5s;backdrop-filter: blur(1px);animation-delay: 3.4s;}
.bannerindex .swiper-slide:nth-child(2):after {content: "";background-image: url(https://pic03.eapple.com.tw/rongdabug/02text02.svg);height: 100%;width: 28%;background-size: contain;background-repeat: no-repeat;background-position: right;transform: translate(197%, -78%);
        opacity: 1;z-index: 999;position: absolute;animation: inside 2.5s;animation-delay: 3.5s;} 
/*動畫在這裡---------------------------------------*/
@keyframes inside{
	0% {transform: translate(0%, 0%);opacity: 0;}
	100%{opacity: 1;}}
@keyframes inside2{
    0%{letter-spacing: 20px;width:60%;}
    100%{letter-spacing: 4px;width: 42%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {background: #fff;transition: .5s;}
.header_area.sticky {width: 100%;z-index: 9999;background: rgb(255 255 255 / 0%);}
.main_header_area {margin: 1vw 5vw;background: #ffffff7a;height: 100px;border-radius: 20vw;backdrop-filter: saturate(70%) blur(10px);transition: .5s;}
.me_tp_features {display: none;}
/*-----------------------------------*/
.main_header_area .container {max-width: 1400px;margin: auto;transition: .5s;}
.header_area.sticky .container {max-width: 1200px;transition: .5s;}
/*------------------------------------------------------------------*/
.stellarnav > li {list-style: none;margin: 0 10px;}
.stellarnav {position: relative;width: 100%;z-index: 9900;line-height: 6;}
.stellarnav ul {margin: 0;padding: 0;text-align: right;}
.stellarnav > ul > li > a {padding: 0;color: #666;text-transform: uppercase;position: relative;display: inline-block;font-size: 16px;line-height: 40px;height: 40px;
    font-weight: 600;letter-spacing: 1px;margin: 0 20px;overflow: hidden;cursor: pointer;text-align: center;transition: .5s;}
.stellarnav > ul > li:hover > a {letter-spacing: 4px;transition: .5s;}
/*-----------------------------------------*/
.stellarnav > ul > li:before {content: "";position: absolute;width: 0%;height: 1%;background: #ff0000;top: 77%;opacity: 0;}
.stellarnav > ul > li:hover:before {opacity: 1;width: 100%;transition: .5s;}
.stellarnav li.has-sub > a:after {content: '';margin-left: 10px;border-left: 6px solid transparent;transition: .5s;border-right: 6px solid transparent;border-top: 6px solid #ff0000;display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.stellarnav li:hover.has-sub > a:after {top: 50%;border-left: 1px solid #ff0000;border-right: 0px solid #ff0000;border-top: 55px solid #ff0000;transition: .5s;transform: rotate(180deg);}
.stellarnav ul ul {top: auto;width: 160px;position: absolute;z-index: 9900;text-align: left;display: none;background: #ffffffed;transition: .5s;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;}
.stellarnav li a {padding: 10px 10px;display: block;color: #777;}
.stellarnav li li:hover {background: #f3f3f3;transition: .5s;}
/*電腦LOGO
.nav-brand {}*/
.info_fix_links {width: 70px;z-index: 999;text-align: center;display: flex!important;flex-direction: column;align-items: center;align-content: center;justify-content: flex-start;padding-bottom: 20px;}
.info_fix_links img {opacity: 1;width: 55%; display: block;}
/*手機LOGO
.nav-brand-m {}
*/
.footer_menu a:nth-child(1) {display: none;}/*回首頁按鈕隱藏*/
.footer {padding: 60px 0 0;font-size: 14px;background: #fff;}
.footer_info {padding-right: 110px;display: flex;flex-direction: column;}
.footer_info ul {display: flex;width: 100%;justify-content: space-between;}
.footer_info li p a {color: #444;letter-spacing: 2px;}
.footer_info li p {line-height: 200%;letter-spacing: 2px;color: #333;}
.footer_menu {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;height: 100px;align-items: center;}
.footer_menu a {text-align: center;letter-spacing: 2px;padding: 10px 15px;border: 0px #ccc solid;margin: 0px 10px 10px 0;font-size: 14px;line-height: 100%;color: #000;font-weight: 800;background: rgba(255, 255, 255, 0.9);transition: .5s;}
.footer_menu a:hover {background: #666;color: #fff;transition: .5s;}
.box_link {position: absolute;top: 80px;right: 11px;width: auto;max-width: 110px;display: flex;flex-direction: column;max-height: 100%;}
.box_link a {color: #fff;display: block;width: 40px;border: 0px rgba(255, 255, 255, 0.9) solid;border-radius: 5px;padding: 5px;font-size: 24px;text-align: center;margin: 2px;background: #ff0000;transition: .3s;}
.box_link a:hover {transition: .3s;border-radius: 20px;}
.linksBtn{display: none;}
/* 商品下拉超過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個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */
/*-------首頁最新消息-------------*/
.module_i_news {padding: 50px 20px;background: #f8f8f8;}
.module_i_news .title_i_box h4 {font-size: 29px;letter-spacing: 2px;color: #ff7373;font-weight: 500;font-family: Noto Sans TC Black;}
.module_i_news .title_i_box h4:before {content: "";position: absolute;width: 6px;height: 52px;background: #ff7373;top: 60px;transform: translate(-15px, 0px);}
.module_i_news .title_i_box h4:after {position: absolute;content: "rong-da news";font-family: sans-serif;font-size: 15px; color: #ff0000;transform: translate(-120px, 40px);}
.animated-arrow {background: #ff7373;color: #fff;display: inline-block;margin-top: 20px;height: 50px;line-height: 50px;overflow: hidden;width: 150px;text-align: center;position: relative;}
.module_i_news li a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgb(253 236 236 / 80%);opacity: 0;border: 1px #ff0000 solid;transition: all .6s;}
.module_i_news li a:before {color: #ff0000;}
.i_blog_ri h5 {font-weight: 900;letter-spacing: 2px;font-size: 20px;color: #ff7373;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.i_blog_ri p {font-size: 15px;color: #555;font-weight: 300;line-height: 190%;letter-spacing: 1px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.i_blog_ri em {font-size: 14px;color: #bbbbbb;letter-spacing: 1px;font-style: normal;display: block;margin: 7px 0;}
/*------------最新消息--------------------*/
.subbox_item a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgb(255 249 249 / 90%);opacity: 0;border: 1px #ff0000 solid;transition: all .5s;}
.subbox_item a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 10px;right: 10px;opacity: 0;font-size: 15px;color: #ff0000;transition: all .6s;}
.blog_list_ri h5 {font-weight: 900;font-size: 20px;letter-spacing: 2px;color: #ff7373;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri em {font-size: 14px;letter-spacing: 1px;color: #999;font-style: normal;display: block;}
.blog_list_ri p {font-size: 15px;color: #777;letter-spacing: 1px;line-height: 190%;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
h5.blog_le_t {font-size: 24px;font-weight: 500;color: #ff0000;font-family: Noto Sans TC Black;letter-spacing: 10px;margin-bottom: 7px;position: relative;text-align: center;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 1px #ccc;border-radius: 4px;padding: 10px 35px 10px 10px;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 4px;border: 1px #777 solid;overflow: hidden;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #666 !important;transition: .5s;}
.blog_le .accordion li {transition: .5s;}

/*----------相簿-------客戶實績------------*/
.show-list .item:hover .show_name {color: #ff7373;}
.overlay {background: rgb(171 32 32 / 30%);}
.subalbum-menu h2 {font-size: 20px;color: #444;display: inline-block;vertical-align: middle;}
.other_album_choice li {background: #ff7373;font-size: 15px;display: inline-block;border-radius: 4px;padding: 7px 20px;margin: 0 7px 7px 0;}
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; 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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1070px) {
.main_header_area {margin: auto;background: #ffffff7a;height: auto;border-radius: 0;backdrop-filter: unset;transition: .5s;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul {margin: 0;padding: 0;text-align: center;}
.box_link {display: none;}
}
@media screen and (max-width: 768px) {
.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;}
.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;}
.main_header_area {margin: 0vw 0vw;background: #ffffff7a;height: 100px;border-radius: 0vw;backdrop-filter: unset;transition: .5s;}
.stellarnav > ul > li:before {display: none;}
.stellarnav {line-height: 1;}
.footer_info {padding-right:0px;display: flex;flex-direction: column;}
.footer_info ul {display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.stellarnav.mobile {position: absolute;left: 10px;top: 30px;width: auto;display: inline-block;}
}
@media screen and (max-width: 600px) {
}
/*-------人力招募--購物車----------*/
.products-list .more {border: 1px solid #ff7373;color: #ff0000;font-size: 16px;font-weight: bold;line-height: 32px;text-align: center;transition: all .5s;position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;}
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #f3f3f3;padding: 7px 16px;display: block;font-size: 16px;color: #ff0000;}
.products-list .item a:hover .more {background: #ff7373;color: #fff;letter-spacing: 2px;}

.inquiry_a1,
.inquiry_a2{display: none;}
.pro_but{display: block;padding: 15px;text-align: center;background: #ff7373;color: #fff;border-radius: 5px;transition: all .4s;letter-spacing: 2px;}
.pro_but:hover{background: #E84444;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}
/*------------預約估價-聯絡我們-------------*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {display: grid;grid-template-columns: 90px 1fr;grid-gap: 6px;grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(150px, 1fr));align-items: center;}
.contact_form li.last blockquote, .contact_form li.last cite {display: block;vertical-align: top;font-style: normal;padding: 7px;text-align: center;border: 1px #ff7373 solid;width: 150px;max-width: calc(50% - 10px);}
.contact_form li.last cite {background: #ff7373;color: #fff;}
.blank_letter {font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';padding-top: 30px;font-size: 26px;color: #ff0000;background-position: left bottom;background-repeat: no-repeat;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {font-size: 29px;letter-spacing: 2px;color: #ff7373;font-weight: 500;font-family: Noto Sans TC Black;}
.banner.banA {}
.banB {
    background: url(https://pic03.eapple.com.tw/rongdabug/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}/*專業服務*/
.banner.banC {background: url(https://pic03.eapple.com.tw/rongdabug/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}/*預約估價*/
.banner.banD {}
.banner.banE {background: url(https://pic03.eapple.com.tw/rongdabug/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}/*客戶實績*/
.banner.banF {background: url(https://pic03.eapple.com.tw/rongdabug/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}/*人力招募*/    
.banner.banblog {background: url(https://pic03.eapple.com.tw/rongdabug/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}/*最新消息*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}