@charset "utf-8";
/*沄權生物科技*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;z-index: 1;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}


/*版面*/
.main_part{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.blog_page .article_a .blog_box{
    width: 100%;
    max-width: 78%;
}
.blog_in_page .article_a .blog_box{
    width: 100%;
    max-width: 72%;
}
.product_page .show_content, .product_info_page .show_content{
    width: 100%;
    max-width: 74%;
    padding-top: 4%;
}

/*背景*/
#content {
    width: 100%;
    background: linear-gradient(183deg, #d8e5e9 0%, #fbfbfb 50%, #d8e5e9 100%);
    background-position: top center;
}

.navigation{
    grid-template-columns: 16% 1fr;
}
.nav-header{
    max-width: 100%;
    width: 100%;
}
.nav-brand img{
    max-width: 100%;
    filter: opacity(0.9);
}
.header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: transparent;
}
.header_area.sticky{
    background: rgb(255 255 255 / 80%);
}
.stellarnav ul{
    padding: 1% 0;
}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight:600;
    letter-spacing: 2px;
    color: #1f6373;
}

.stellarnav > ul > li{
    margin-right: 3%;
    text-align: center;
}
.main_header_area .container{
    max-width: 84%;
}
.stellarnav li.has-sub > a:after{
    border-top: 6px solid #347180;
    right: 4px;
}
.stellarnav li.has-sub > a::before {
    content: '';
    border: 1px solid #347180;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(0%) translateY(-50%);
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 25px;
}
.stellarnav > ul > li.drop-left:last-child {
    background: linear-gradient(to right, #1DA5B3 0%, #0D6077 100%);
    border-radius: 50px;
    position: relative;
    width: 165px;
    padding: 4px 0;
}
.stellarnav > ul > li.drop-left:last-child::after {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/yobrobio/top_link.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    right: 10%;
    top: 50%;
    display: flex;
    z-index: 2;
    background-position: right top;
    transform: translate(-50%, -50%);
}
.stellarnav > ul > li.drop-left:last-child a{
    color: #ffffff;
    padding-right: 6%;
}
.stellarnav ul ul{
    border-radius: 20px;
}
.stellarnav li li {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    width: 90%;
    margin: 0 auto;
}
.stellarnav li li:last-of-type{
    border-bottom: none;
}
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #777;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.stellarnav ul ul li  a:hover{
    color: #0f6a7f;
}

/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}


/* 文字1*/
.swiper-banner .swiper-slide:nth-child(1)::before {
    background-position: center center;
    content: "";
    position: absolute;
    bottom: 40%;
    right: 10%;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 135px;
    background-image: url(https://pic03.eapple.com.tw/yobrobio/big1_text.png);
    background-repeat: no-repeat;
    z-index: 1;
    animation: scale-up-hor-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;

}



/*文字2*/
.swiper-banner .swiper-slide:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 30%;
    width: 100%;
    height: 100%;
    max-width: 780px;
    max-height: 138px;
    background-image: url(https://pic03.eapple.com.tw/yobrobio/big2_text.png);
    background-repeat: no-repeat;
    background-position: center  bottom;
    z-index: 1;
    animation: scale-up-ver-center  2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.2s both;
  

}

/* 文字1 */
@keyframes scale-up-hor-left {
  0% {
            transform: scaleX(0.4);
            transform-origin: 0% 0%;
  }
  100% {
            transform: scaleX(1);
            transform-origin: 0% 0%;
  }
}
/* 文字2 */
@keyframes scale-up-ver-center {
  0% {
            transform: scaleY(0.4);
  }
  100% {
            transform: scaleY(1);
  }
}



/* 圖示 */
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}



/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/yobrobio/all_banner_br.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 376px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.banner h5 {
    color: #30707e;
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    letter-spacing: 4px;
    padding-top: 6%;
    z-index: 1;
}

.banner::after {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/yobrobio/all_banner_img.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center right;
    width: 100%;
    height: 449px;
    overflow: hidden;
    top: -58px;
    right: 2%;
    z-index: -1;
    animation: kenburns-right 5s ease-out both;

}

@keyframes kenburns-right{
0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 50%;
}
100% {
    transform: scale(1.1) translateX(20px);
    transform-origin: right;
}

}
.privacy_page .banner h6{
    display: none;
}
.banner{

}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.privacy_page .banner h5{
    color: #30707e;
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    letter-spacing: 4px;
    padding-top: 6%;
    z-index: 1;
}

/*隱私權政策網站使用條款*/
.privacyContent{
    width: 100%;
    max-width: 68%;
    padding-bottom: 6%;
    text-align: justify;
    font-family: "Noto Sans TC", sans-serif;
}


/*文章1*/
.animated-arrow {
    background: linear-gradient(to right, #1DA5B3 0%, #0D6077 100%);
    border-radius: 0 0 0 60px;
    height: 60px;
    width: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pageIndex .module_i_news li a{
    grid-template-columns: 1fr;
}
.pageIndex .i_blog_ri{
   padding-bottom: 16%;
}
.pageIndex .i_blog_ri h5 {
    font-family: "Noto Serif TC", serif;
    color: #1F707A;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}
.pageIndex .module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    position: relative;
    grid-gap: 30px;
}
.pageIndex .module_i_news{
    background: #d8e6e9;
}
.pageIndex  .module_i_news section{
    max-width: 80%;
    width: 100%;
}
.pageIndex  .i_blog_ri em {
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
}
.pageIndex .i_blog_ri p {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    padding-top: 2%;
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
}

.module_i_news li a:before{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #7fadb3;
    background-color: #d8e6e9;
    padding: 10px 0;
    bottom: 0;
    right: 0;
    transition: all .6s;
    display: flex;
    justify-content: center;
    opacity: 1;
    border-radius: 4px;
}
.pageIndex .module_i_news section {
    max-width: 100%;
    width: 100%;
    background-color: #ffffff59;
    border-radius: 150px;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.pageIndex .module_i_news_list {
    padding: 0 0 4% 8%;
    position: relative;
    display: block;
}
.module_i_news .title_i_box {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    padding: 3% 8% 1% 8%;
    width: auto;
}
.module_i_news .title_i_box h4 {
    font-family: "Noto Serif TC", serif;
    color: transparent; /* 文字顏色設定透明 */
    background-image: linear-gradient(90deg, #1F707A 0%, #1B9CAA  50%, #0D6077 100%); /* 設定漸層角度及顏色 */
    -webkit-background-clip: text; /* 背景裁剪成文字的前景色 */
    background-clip: text;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 4px;
    text-align: left;
}

.module_i_news .title_i_box h6{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-right: 1%;
}
.module_i_news .title_i_box h6::before{
    position: relative;
    content: 'News';
    color: transparent; /* 文字顏色設定透明 */
    background-image: linear-gradient(90deg, #1F707A 0%, #1B9CAA  50%, #0D6077 100%); /* 設定漸層角度及顏色 */
    -webkit-background-clip: text; /* 背景裁剪成文字的前景色 */
    background-clip: text;
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    left: 0;
}
.module_i_news li {
    display: block;
    text-align: left;
    background: #ffffffad;
    padding: 5%;
    border-radius: 20px;
}

.fa-arrow-right::before{
   display: none;
   padding: 0;
   margin: 0;
}
.accordion li .link a{
    font-size: 18px;
    text-align: center;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #1a98a7 !important;
}
.blog_search{
    display: none;
}
.article_a .blog_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 80%;
}
.article_a .subbox_item a{
    grid-template-columns: 1fr;
    padding-bottom: 11%;
}
.article_a .blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-gap: 30px;
}
.article_a .blog_ri{
    width: 100%;
    padding: 0;
}
.article_a .blog_le .accordion{
    border-radius: 0;
    border: none;
    background-color: #ffffff;
}
.article_a .subbox_item a:after{
    background: none;
    border: none;
}
.article_a .blog_list_ri p {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    padding-top: 2%;
}
.article_a .blog_list_ri h5{
    font-family: "Noto Sans TC", sans-serif;
    color: #1F707A;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 600;
}
.article_a .accordion li .link a{
    color: #1f6373;
}
.article_a .subbox_item {
    border-bottom: 1px solid #cfcfcf;
    background-color: #ffffff;
    padding: 4%;
    border-radius: 24px;
}
.subbox_item a:before{
    font-size: 12px;
    opacity: 1;
}
.article_a .blog_list_ri{
    padding: 5px 10px;
}
.i_blog_b {
    max-width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -3%;
    right: 0;
}
.i_blog_b * {
    font-family: 'Noto Sans TC';
    font-size: 18px;
    width: 264px;
    padding-left: 26px;
}
.i_blog_b a i.fa-solid.fa-arrow-right{
    padding: 0;
    margin: 0;
}

.module_i_news li a:after{
    border: none;
    background: none;
}
.articel_mainPic img{
    display: none;
}
.blog_back{
  padding-bottom: 6%;  
}
.blog_back a.article_btn_prev {
    background: #ffffff;
    color: #333333;
}
.blog_back a.article_btn_next {
    background: #ffffff;
    color: #333333;
}
.blog_back a.article_btn_back {
    background: #1b9cac73;
    color: #333333;
}
.news_related {
    display: none;
    background: #e6eef0;
    padding: 2% 0;
}
.news_related h6{
    margin: 0 auto 4% auto;
}
.news_related_b_box{
    padding-top: 3%;
}
.article_a .blog_box{
    width: 100%;
    max-width: 74%;
}
.blog_box_edit * {
    line-height: 180%;
    font-family: 'Noto Sans TC';
}

/*改文章一篇一列*/
.blog_list_le{
    aspect-ratio: 4 / 3;
}
.article_a .blog_subbox{
    grid-template-columns: 1fr;
}
.article_a .subbox_item a {
    display: flex;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    width: 100%;
}
.blog_list_le{
    width: 55%; 
}
.article_a .blog_list_ri{
    width: 100%;
    padding: 4% 0 0 4%;
}
.article_a .blog_list_ri p {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    padding-top: 2%;
    letter-spacing: 1px;
}
.article_a .blog_list_ri h5{
    padding: 0 0 4% 0;
}
h4.blog_category_title {
    font-family: "Noto Sans TC", sans-serif;
    color: #1F707A;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
}

/*麵包屑*/
.path {
    width: 100%;
    position: absolute;
    padding: 0 10px;
    top: 34%;
    right: 0;
}
.path p {
    border-bottom: 1px dashed #0d607740;
    padding-bottom: 1%;
}
.path p, .path p a {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}
.path p a:hover {
    color: #148194;
}

/* 商品下拉超過30個變大 */
.product_page .products-list{
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}
.products-list .name {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-family: 'Noto Sans TC';
    font-weight: 500;
}
.products-list .more{
    border: 1px solid #dbdbdb;
    color: #868686;
}
.products-list .item a:hover .more{
    background: #c0c0c0;
    border: none;
}
.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;}
.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;}
.product-layer-two li a{
    position: relative;
    border: none;
    background: #ffffff;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #1f6276;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}
h5.blog_le_t em{
    display: none;
}
.prod_related{
    background: #f2f5f6;
    border-radius: 4px;
    margin: 4% 8% 0 8%;
}
.lastPage{
    background: linear-gradient(to right, #1DA5B3 0%, #0D6077 100%);
    border-radius: 25px;
}
.proImgSwiper{
    aspect-ratio: 4 / 3;
}
.proImgSwiper li{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.product_info li .txt_box{
    color: #1b9bab;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}
.sidebarBtn{
    border: none;
    background: #fff;
}
.sidebarBtn h2{
    font-size: 24px;
    color: #333333;
    letter-spacing: 1px;
    padding-bottom: 2%;
    font-weight: 500;
}
.product-layer-two li.active a{
    font-weight: bold;
    border: 1px #2e6b7c57 solid;
    background: #f7f7f7;
}
.prod_related h6 span:before {
    color: #1f6373;
    font-family: 'Noto Sans TC';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.prod_related h6{
    margin: 2% auto 4% auto;
}
.related_list li a{
    padding: 0;
}
.related_list li a p {
    font-size: 18px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    margin: 4% 0;
    letter-spacing: 1px;
}
.prod_related_b_box{
    padding-top: 2%;
}
.pd_tabTitle li.activeTab::after{
    background: transparent;
}
.pd_tabTitle li{
    background-color: #e0ebec;
    border-bottom: none;
}
.pd_tabTitle li.activeTab a {
    color: #1f6373;
    font-family: 'Noto Sans TC';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.product_info_page .edit {
    font-family: 'Noto Sans TC';
    color: #222222;
    line-height: 180%;
    letter-spacing: 1px;
}
.product_info_page .related_list{
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    max-width: 90%;
    grid-gap: 30px;
}
.product_info_page .product_main{
    padding: 0 24px 0 0;
}
.sidebarBtn *{
    color: #5b5b5b;
    font-family: 'Noto Sans TC';
}







/*聯絡我們*/
.contact_le_map a,.contact_form li.last cite{
    background: #1ca0ae;
    border: none;
}

.contact_content .information_left{
    display: none;
}

.contact_page .main_part {
    width: 100%;
    max-width: 76%;
    padding: 0;
}
.contact_form li .form__label{
    font-size: 16px;
    max-width: 100%;
    background: transparent;
    padding-left: 1%;
}
.contact_content .information_right{
    width: 100%;
    padding-left: 0;
}
.contact_form li:has(input[type=radio]) .form__insert{
    padding-left: 1%;
}
.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_form li {
    display: flex;
    width: 49%;
    grid-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}
.contact_form li.last {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.contact_content {
    border-radius: 100px;
    background-color: #ffffff85;
    padding: 5% 5% 3% 5%;
}
.contact_page #content{
    padding-bottom: 4%;
}
.contact_form li .form__insert,.contact_form li .form__label{
    font-size: 16px;
    font-family: 'Noto Sans TC';
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
    display: flex;
}
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 100%;
    max-width: calc(50% - 10px);
}
.contact_form li.last blockquote {
    border: none;
    background-color: #ffffff;
}
.contact_form li input.noborder{
    border: none;
    background-color: #e4eef0;
}
.contact_form li textarea.noborder{
    border: none;
    background-color: #e4eef0;
}



/*頁腳*/
.footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(188deg, #1b9cab 2.45%, #0f6a7f 77.79%);
    padding: 4% 0 0 0;
}

.box_link{
    display: none;
}
.footer_info li p,.footer_info li p a{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
}
.footer_menu a{
    border: none;
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    letter-spacing: 2px;
}
.footer_menu a:hover{
    background: transparent;
    color: #aad6dd;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_info {
    grid-template-columns: 17% 1fr;
    padding-bottom: 4%;
    padding-right: 0;
}
.footer_info ul {
    display: flex;
    width: 100%;
    padding-left: 10%;
    flex-direction: row;
    justify-content: space-between;
}
.footer .center{
    width: 100%;
    max-width: 86%;
}
.footer_logo{
    width: 100%;
    max-width: 100%;
}
.footer_logo img {
    max-width: 100%;
    filter: brightness(100);
}
.copy {
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #ffffff;
    border-top: 1px #d9eaed solid;
    letter-spacing: 2px;
    padding: 2% 0;
}
.copy  a{
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
}
.copy a:hover{
    color: #7be1dd;
}


@media screen and (max-width: 1700px) {
.swiper-banner .swiper-slide:nth-child(1)::before{
    background-size: 80%;
    background-position: center;
    bottom: 34%;
}     
.swiper-banner .swiper-slide:nth-child(2)::before {
   background-size: 80%;
    background-position: center bottom;
    bottom: 34%;
}


}
@media screen and (max-width: 1280px) {
.swiper-banner .swiper-slide:nth-child(1)::before {
    right: 0;
    background-size: 70%;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
     background-size: 70%;
    background-position: center bottom;
}

.stellarnav > ul > li > a,.stellarnav > ul > li.drop-left:last-child a{
    font-size: 15px;
}
.stellarnav > ul > li.drop-left:last-child{
    padding: 0;
    width: 140px;
}
.stellarnav > ul > li.drop-left:last-child::after {
    background-size: 70%;
    background-position: center top;
}
.stellarnav > ul > li > a{
    height: auto;
}



/*banner*/
.banner{
    width: 100%;
    height: 300px;
}


/*文章*/
h5.blog_le_t em{
    display: none;
}
.article_a .blog_list_ri{
    padding: 0 0 0 4%;
}


/*產品*/
.product_page .show_content, .product_info_page .show_content{
    max-width: 90%;
}

/*頁腳*/
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer_info{
    grid-template-columns: 20% 1fr;
    align-items: center;
}
.footer_info li p, .footer_info li p a{
    font-size: 15px;
}
.footer_menu a{
    font-size: 15px;
}

/*聯絡我們*/
.contact_page .main_part{
    width: 100%;
    max-width: 90%;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

}
@media screen and (max-width: 1024px) {
.header_area {
    position: relative;
    padding: 10px 0 0 0;
}
.nav-brand{
    max-width: 26%;
}
.stellarnav > ul > li > a{
    line-height: 30px;
}
.swiper-banner .swiper-slide:nth-child(1)::before {
    right: 0;
    background-size: 60%;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    background-size: 60%;
    background-position: center bottom;
    bottom: 40%;
}


/*文章*/
.blog_list_le{
    width: 100%;
}

h5.blog_le_t{
    width: 100%;
    display: flex;
    justify-content: center;
}
.article_a .blog_box{
    width: 100%;
    max-width: 88%;
}
.blog_list_ri h5{
    -webkit-line-clamp: 2;
}
.blog_list_ri p{
    -webkit-line-clamp: 3;
}
.subbox_item a:before{
    opacity: 0;
}
.article_a .blog_list_ri{
    padding: 4% 0 6% 4%;
}

.path{
    position: relative;
}

/*聯絡我們*/



}
@media screen and (max-width: 920px) {


/*產品*/
.product_page .product_menu_list{
    width: 100%;
}
.product_page .products-list, .product-wrapper {
    width: 100%;
}
.product_page .product_menu_list{
    min-height: 16vw;
}




}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu li a em{display: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.nav-brand {
    max-width: 30%;
    padding: 0 0 1% 0;
}
.main_header_area .container{
    max-width: 96%;
}
.stellarnav li.has-sub > a::before{
    display: none;
}
.stellarnav > ul > li.drop-left:last-child{
   padding: 0;
    width: 100%;
    border-radius: 0; 
}
#bottom_menu .fa-house::before,#bottom_menu .fa-phone-volume::before,#bottom_menu .fa-square-facebook:before{
    color: #12768a;
    font-size: 20px;
}

/*換手機版大圖*/
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{height: 92vh; padding:0;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/yobrobio/phone768-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/yobrobio/phone768-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}


/*產品*/
.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;}
.product_page .show_content, .product_info_page .show_content{
    max-width: 86%;
}



/*文章*/
.article_a .subbox_item a{
    flex-direction: column;
}
h5.blog_le_t em{
    display: block;
}


/*banner*/
.banner::after{
    background-position: top center;
    background-size: cover;
    top: -200px;
    right: -3%;
    animation: none;
}

/*聯絡我們*/
.contact_form li{
    width: 100%;
}


/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}
.footer_logo{
    text-align: center;
    padding-bottom: 4%;
    padding-top: 4%;
}
.footer_info ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    justify-content: space-between;
}
.footer_menu{
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width: 480px) {
.header_area{
    padding: 4% 0;
}
.nav-brand {
    max-width: 50%;
    padding: 0 0 1% 0;
}

#bottom_menu .fa-house::before, #bottom_menu .fa-phone-volume::before, #bottom_menu .fa-square-facebook:before{
    font-size: 14px;
}

.pageIndex .swiper-banner{
    height: 70vh;
    padding: 0;
}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/yobrobio/phone480-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/yobrobio/phone480-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}


/*產品*/
.product_page .products-list{
   grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.product_page .show_content, .product_info_page .show_content{
    width: 100%;
    max-width: 80%;
}
.product_menu_list>h5{
    font-size: 22px;
    color: #0d6077;
}
.fa-caret-down::before{
    color: #307091;
}


/*banner*/
.banner::after{
    right: 0;
}


/*聯絡我們*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;
    align-items: flex-start;
}
.blank_letter{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}



}

