@charset "utf-8";

/*************************header**************************/
.header_area.sticky .nav-brand{max-width:130px;}
.navigation {max-width: 1600px;align-items: center;margin: 0 auto;}

/*header特殊*/
.header_area {position: sticky; width: 100%; top: 0; left: 0;padding: 0;background: none;}
.pageIndex.header_area {position: fixed;}
.header_area.sticky { position: fixed;}
.main_header_area { position: relative;background: transparent;}
.header_area .main_header_area::before, .main_header_area::before {

    position: absolute;
    top: -310px;
    left: 0;
    width: 100%;
    height: 310px;
    transition: 0.5s ease-in-out;    background-size: cover;}

.header_area.sticky .main_header_area::before, .main_header_area::before {
    top: -110px;
    transition: 0.5s ease-in-out;}

.main_header_area .container { max-width: 100%;}
/*logo*/
.header_area .nav-brand {
    margin: 0;
    padding: 15px;
    max-width: 110px;
    width: 100%;
    transition: all 0.3s;
padding-top: 30px;
}


.header_area.sticky .nav-brand{max-width: 100px;transition: all 0.3s;}
.header_area .nav-brand {max-width: 116px; width: 100%;transition: all 0.3s;}
.articel_mainPic img {
    display: block;
    max-width: 350px;margin: 0 auto;
}

.main_header_area {
    position: relative;
    background: #fff;
}


/* 底色 */
.pageIndex .main_header_area .container {
    background: transparent;
}

.pageIndex .header_area.sticky .main_header_area .container{
    background: #ffffff;
}

.pageIndex .main_header_area {
    background: #ffffff00;
padding-bottom: 62px; margin-bottom: -62px; }

.header_area.sticky .main_header_area {
    background-image: url(https://pic03.eapple.com.tw/wpcrenren/header-der.png);
    padding-bottom: 60px;
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat-x;
}
.me_tp_features {display: none;}

#bottom_menu li a i,#bottom_menu li a em {color: #32a2d3;}


@media screen and (max-width:1600px) {
.navigation {max-width: 90%;}
}

@media screen and (max-width:1024px) {

    /* sticky header 固定寬度、置頂 */
    .header_area.sticky,
    .pageIndex.header_area {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .main_header_area {
        position: relative;
        padding-bottom: 20px; /* 適當間距 */
        margin-bottom: 0;
        background: #fff;
    }

    /* 背景圖 ::before 調整高度和 top */
    .main_header_area::before {
        position: absolute;
        top: -150px; /* 調整為 150px，避免跑版 */
        left: 0;
        width: 100%;
        height: 150px;
        background-size: cover;
        transition: 0.5s ease-in-out;
    }

    .header_area.sticky .main_header_area::before {
        top: -50px; /* sticky 狀態微調 */
        height: 50px;
    }


.header_area.sticky .main_header_area {
    background-size: 100px;
    padding-bottom: 42px;
    margin-bottom: -42px;
}


    /* logo 尺寸調整 */
    .header_area .nav-brand {
        max-width: 100px;
        padding: 15px 0;
        width: auto;
    }

    .pageIndex .nav-brand img {
        display: none;
    }

/* sticky header 出現時顯示 */
.pageIndex .header_area.sticky .nav-brand img {display: block !important;}
}


@media screen and (max-width:768px) {
.nav-brand img {
    display: block !important;}

.header_area .nav-brand {
    max-width: 60px;}

.header_area.sticky .nav-brand {
    max-width: 70px;}

}
/*************************選單**************************/

.stellarnav > ul > li > a {
    padding: 0;
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
}
.stellarnav > ul > li > a:hover {color: #32A2D3;}
.stellarnav li li :hover {
    background: #32A2D3;
    color: #ffffff;
    font-weight: 500;
}
.stellarnav {
    padding-top: 50px;
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

/* 一開始不顯示 */
.pageIndex .stellarnav {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

/* sticky 後才顯示 */
.pageIndex .header_area.sticky .stellarnav {
    opacity: 1;
    pointer-events: auto;
}


.stellarnav .menu-toggle span.bars span {background: #32A2D3;}
.stellarnav .menu-toggle:after {color: #32A2D3;}
.stellarnav.mobile.left .close-menu {    background: #32A2D3;color: #fff;}/*底close顏色*/
.stellarnav .icon-close:before,.stellarnav .icon-close:after {    border-bottom: solid 3px #fff;}/*X顏色*/

@media only screen and (max-width: 1024px) {

    /* 選單 padding 調整 */
    .stellarnav {
        padding-top: 10px;
    }

    /* container padding 調整，避免內容貼邊 */
    .main_header_area .container {
        padding: 0 15px;
    }
}


@media screen and (max-width:768px) {
    .pageIndex .stellarnav {
    opacity: unset;
    pointer-events: unset;
    transition: unset;
}
}
/************************footer************************/
.footer {    background: #1b749a;}
.footer_info li p{    color: #f0f0f0;}
.footer_info li p a{    color: #f0f0f0;}
.footer_menu a{    background: #277ca1;color: #fff;border-radius: 10px;}
.footer_menu a:hover {background: #008cca;}

.footer_logo img{ width: 120px;}
.footer_info ul{    font-weight: 300;
    font-family: "Noto Serif TC";
    letter-spacing: 3px;}

.footer_info li p.add2:before {
    content: 'FB：';
}

/*copy*/
.copy {    color: #fff;}
.copy a {color: #fff;}


@media screen and (max-width:1500px) {
.footer .center {max-width: 1000px;}
}

@media screen and (max-width:1024px) {
.footer .center {max-width: 80%;}
}

@media screen and (max-width: 768px) {
.footer.with_shopping_mode {margin-bottom: 50px;}
}