@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family: "Roboto", sans-serif, "Merriweather", serif,"Noto Sans TC", sans-serif, "Noto Serif TC", serif, "LXGW Marker Gothic", sans-serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
/*header*/
.main_header_area .container {
    max-width: 1400px;
}
.tp_links {
    display: none;
}
.me_tp_features a {
    color: #fff;
    transition: .3s;
}
.me_tp_features a:hover {
    color: #ffd845;
    transition: .3s;
}
.stellarnav > ul > li > a {
    color: #ffffff;
    transition: .3s;
}

.sticky .stellarnav > ul > li > a {
    color: #484848;
    transition: .3s;
}

.stellarnav > ul > li > a:hover {
    color: #b29c48;
    transition: .3s;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li > a {
    color: #ffffff;
    margin: 0 0 0 55px;
    font-size: 17px;
}
.header_area {
    padding: 5px 0 0 0;
}
.sticky.nav-brand img {
    filter: brightness(20.5);
}
.nav-brand img {
    filter: none;
}
.pageIndex .nav-header {
    max-width: 170px;
    transition: .5s;
}
.pageIndex .header_area.sticky .nav-header {
    max-width: 100px;
    transition: .5s;
    top: 10px;
}
.pageIndex .header_area {
    background: #ffffff00;
    position: fixed;
}

.sticky.header_area {
    background: #ffffffeb;
    position: fixed;
    height: 100px;
    /* filter: blur(5px); */
}

.stellarnav > ul > li:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 22%;
    top: 21%;
    background-size: contain !important;
    transition: all .3s;
}
.stellarnav > ul > li:after {
    background: url(https://pic03.eapple.com.tw/yushengegg/egg.svg) no-repeat;
}


.stellarnav > ul > li:hover:after {
   transform: rotate(30deg) scale(1.1);
    background: url(https://pic03.eapple.com.tw/yushengegg/egg01.svg) no-repeat;
}




.pageIndex .navigation {
    padding: 0px 160px 0 160px;
    display: grid;
    align-items: center;
    grid-template-columns: 170px 1fr;
    transition: .5s;
}
.navigation {
    padding: 3px 0 0 0;
    display: grid;
    align-items: center;
    grid-template-columns: 170px 1fr;
    transition: .5s;
}
.header_area.sticky .navigation {
    padding: 0px 0 0 0;
    transition: .5s;
    top: -7px;
}



.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    top: -30px;
}

.sticky .stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    top: 0px;
}

.nav-header {
    max-width: 145px;
}
.header_area {
    position: sticky;
    height: 120px;
}
.stellarnav li li.has-sub > a {
    padding: 7px 10px;
}
.stellarnav li li {
    background: #ffffff;
    transition: .5s;
}
.stellarnav li li a {
    color: #945400;
}
.stellarnav li li:hover {
    background: #ffbf00;
    transition: .5s;
}

.stellarnav>ul>li>ul {
    text-align: center;
    background: #7d766e;
    opacity: 0;
    top: 100%;
    pointer-events: none;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}




