@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=Crete+Round:ital@0;1&display=swap');


/*預設解除背景輪播*/
#content_main { margin:0; background: #edebeb;  }
.sb_marquee{background: #edebeb;}
#content{background: #edebeb;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.path{display: none;}
.me_tp_features{display: none;}
/*卷軸*/
&::-webkit-scrollbar {
    background: #101010;
    width: 5px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #fff9f3;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #fff9f3;
}
&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #E7D24A;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}
/*卷軸結束*/

/*大圖*/
.swiper-wrapper .swiper-slide{
    position: relative;
    display: inline-block;
}
.pageIndex  .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/yumechanics/big_text1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    animation: line-grow 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5s forwards;
    z-index: 1;
}
/*文字旋轉進場*/
@keyframes line-grow {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.pageIndex  .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/yumechanics/big_logo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.pageIndex  .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/yumechanics/big_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0%;
    animation: img-breathe 4s ease-in-out infinite;
    z-index: 1;
}
/*呼吸*/
@keyframes img-breathe {
  0%, 100% {
    transform:  scale(0.90);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.0);
    opacity: 1;
  }
}


/*版面*/
.contact_page .main_part{
    width: 100%;
    max-width: 78%;
    margin: auto;
    padding: 4% 0 0 0;
}
.main_part{
    width: 100%;
    max-width: 78%;
    margin: auto;
    padding: 4% 0 0 0;
}
.product_page .main_part { 
    width: 100%;
    max-width: 78%;
    padding: 4% 0 0 0;
}
.article_b  .main_part {
    width: 100%;
    max-width: 70%;
    margin: auto;
    padding: 4% 0 0 0;
}
.main_header_area .container{
    width: 100%;
    max-width: 83%;
    text-align: center;
}
.navigation{
    grid-template-columns: 13% 1fr;
}
.header_area{
    background: transparent;
    position: fixed;
    width: 100%;
}
.header_area.sticky{
    background: #313131d9;
    position: fixed;
    width: 100%;
}
.stellarnav ul{
    padding: 1% 0;
}
.stellarnav ul ul{
    background-color: #344f6d;
}
.stellarnav > ul > li {
    display: inline-block;
}
.stellarnav li li{
    border: none;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    background: #313131;
    padding-left: 10px;
    border-color: #ffffff00;
}
.stellarnav li a{
    color: #ffffff;
}
.stellarnav > ul > li > a{
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 25px;
}
.stellarnav > ul > li > a:hover{
    color: #E7D24A;
}
.stellarnav li.has-sub > a:after{
    border-top: 6px solid #ffffff;
}
/*團隊成員(功能產品詢價)*/
.stellarnav > ul > li:nth-child(7){
    display: none;
}

/*內頁BANNER 設定*/
.banner {
    background-image: none;
    background-color: #373737;
}
.path{
    display: none;
}
.banner h5 {
     color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 4px;
}

/*團隊成員_文章2*/
.article_b .subbox_item a{
    grid-template-columns: 1fr;
}
.article_b .blog_back{
    display: none;
}
.article_b .blog_subbox{
    grid-template-columns: repeat(3, 1fr);
}

/*相簿*/
.subalbum-menu h2{color: #373737;}

/*聯絡我們*/


/*頁腳*/
.footer{
    padding: 0;
    background: #2f4c77;
}
.footer .center{
    max-width: 82%;
}
.footer_info ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    max-width: 100%;
    padding: 9% 0 6% 0;
}
.footer_info{
    grid-template-columns: 24% 1fr;
}
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1){
    width: 60%;
}
.footer_info li:nth-child(2){
    width: 45%;
}
.footer_info li:nth-child(1)::before{
    content: 'INFORMATION';
    color: #DED14D;
    font-family: "Crete Round", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 300%;
    letter-spacing: 1px;
}
.footer_info li:nth-child(2)::before{
    content: 'MENU';
    color: #DED14D;
    font-family: "Crete Round", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 300%;
    letter-spacing: 1px;
}
.footer_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_info li p,.footer_info li p  a{
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer_menu{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0vw;
}
.footer_menu a{
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    background: transparent;
    border: none;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_menu a:hover{
    background: #21395e;
    color: #fff;
}
.copy{
    border-top: 1px #dddddd21 solid;
}
.copy,.copy a{
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}
.copy a:hover {
    color: #FDD445;
}
.box_link{
    display: none;
}

@media screen and (max-width: 1280px) {
.main_header_area .container{
    width: 100%;
    max-width: 96%;
}

}
@media screen and (max-width: 1024px) {
.header_area {
    background: #373737;
    position: relative;
}
.stellarnav ul {
    padding: 0;
}
.stellarnav > ul > li > a {
    margin: 0 7px;
    padding-left: 30px;
    font-size: 14px;
}
.stellarnav > ul > li > a::before{
    background-size: 70%;
}
.header_area .stellarnav ul{
    text-align: center;
}

/*頁腳*/
.footer_info {
    grid-template-columns: 1fr;
}
.footer_info ul{
    padding: 0;
}
.footer{
    padding: 3% 0 0 0;
}
.footer .center {
    max-width: 90%;
}
.footer_menu{
    grid-template-columns: repeat(2, 1fr);
}
.footer_menu a{
    margin: 0;
}
.footer_info li:nth-child(1){
    width: 75%;
}
.footer_info li:nth-child(2){
    width: 25%;
}
}
@media screen and (max-width: 980px) {
.main_header_area .container {
    width: 100%;
    max-width: 100%;
}

/*頁腳*/
.footer_info li:nth-child(1) {
    width: 100%;
}
.footer_info li:nth-child(2) {
    width: 100%;
}
.footer_info ul{
    flex-direction: column;
}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}

.stellarnav.mobile > ul > li{
    width: 100%;
}
.stellarnav > ul > li > a::before{
    display: none;
}
.stellarnav.mobile ul{
    background: #373737;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    border-right: 1px #717171 solid;
}
.stellarnav.mobile li a {
    border-bottom: none;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #5b5b5b solid;
}
.stellarnav.mobile.left .close-menu{
    background: transparent;
}
.me_tp_features {
    text-align: center;
    padding-top: 12px;
    margin: 0 0 8px 0;
}
.stellarnav .menu-toggle{
    padding: 20px 10px;
}
.stellarnav .menu-toggle:after{
    color: #ffffff;
}
.stellarnav .menu-toggle span.bars span{
    background: #ffffff;
}

/*手機板大圖*/
.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 img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex  .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/yumechanics/phone_big1.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/yumechanics/phone_big2.jpg) ; background-size:cover;   background-position: center;}

/*頁腳*/
#bottom_menu{
    background: #edebeb;
}
.footer {
    padding: 5% 0 12% 0;
}

}



