@charset "utf-8";


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #6691b2;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


/*大圖********************************* */

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1) {position: relative; }
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2) { position: relative; }


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/chliland/banner01.png);
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 10001;
    pointer-events: none;
    left: 28%;
    top: 20%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: banner01-slide-up 1.5s ease-out forwards;
    animation-delay: 0.2s;
}

@keyframes banner01-slide-up {
    from {
        opacity: 0;
        transform: translate(-50%, 50%); 
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/chliland/banner02.png);
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 10001;
    pointer-events: none;
    left: 25%;
    top: 75%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: banner01-slide-in 1.5s ease-out forwards;
    animation-delay: 0.2s;
}

@keyframes banner01-slide-in {
    from {
        opacity: 0;
        transform: translate(-150%, -50%); 
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%); 
    }
}





/* ============================== */
/* 預設不顯示動畫圖 */

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{ pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before{ pointer-events: none;}

/* ============================== */
@media screen and (max-width: 768px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
        width: 180px;
        height: 100px;
        left: 28%;
        top: 25%;

}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before {
        width: 180px;
        height: 100px;
        left: 28%;
        top: 75%;

}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content {
    min-height: 80vh;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;}
#content_main {

    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;}

#to_top {
    position: fixed;
    left: 10px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #6691B2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0%;
    left: 0%;
    }
    #to_top i:before, #to_top i:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        background: #ffffff;
        transition: all 100ms ease-in-out;}
        

        

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*首頁*/

.pageIndex .main_header_area {
    transition: all .3s;}
.pageIndex .header_area .main_header_area {
    position:relative;
    width: 100%;
    transition: all 0.3s;
    background: #ffffff;}
    
.pageIndex .header_area.sticky .main_header_area {
        background: #ffffff;
        transition: all 0.3s; }


/*其他分頁*/

.header_area {position:relative;z-index: 9990; padding: 0px;background: #ffffff00; width: 100%;}
.main_header_area {
    background: #ffffff;}
.main_header_area .container {
        max-width: 85%;
        transition: all 0.3s;
    padding: 20px 0;}


.header_area.sticky .main_header_area .container {
            max-width: 80%;
            transition: all 0.3s;}

.header_area.sticky {
    background:#ffffffc4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 5px rgba(169, 169, 169, 0.3);}


 .swiper-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }

 .swiper-pagination-bullet {
        display: none; }


/*第一層*/

.stellarnav > ul > li > a b {font-weight: bold;}
/*首頁文字顏色*/
.pageIndex .stellarnav  ul  li  a {    color: #6691B2;}
.pageIndex .stellarnav  ul  li:hover  a {color: #93b6db; font-weight:bold ;}




/*首頁sticky文字顏色*/

.pageIndex .header_area.sticky a {color: #6691B2;}
.pageIndex .header_area.sticky a:hover { color:#93b6db;}


.stellarnav > ul > li > a:before {
    content: "";
    width: 0;
    left: 0;
    padding: 0;
    height: 3px;
    transition: all 0.5s;
    position: absolute;
    background: #93b6db;
    bottom: 0px;
    top: 0px;
    transform: translate(0px, 27px);
}

.stellarnav > ul > li > a:hover:before {
    width: 90%;
}


/*其他分頁文字顏色*/
.stellarnav > ul > li > a {padding: 0 10px 0 0;color: #6691B2;font-weight: 900;font-size: 17px; line-height: 30px;height: 30px;}
.stellarnav  ul  li:hover  a {color: #93b6db; font-weight:bold ;}



.nav-menu {    margin: 0 auto;padding: 0;text-align:center;}
.nav-header {    position: relative;}
.me_tp_features {    position: relative;    right: unset;    top: unset;    width: fit-content;}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #93b6db;}

 .pageIndex .me_tp_features a {color: #6691B2;}
 .pageIndex .me_tp_features .sticky a {color: #6691B2;}

.me_tp_features a {color: #6691B2;}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li>a {
    color: #93b6db;
    letter-spacing: 3px;
    padding: 25px 7px;}


.nav-menu>li.focus>a {
    color: #93b6db;
}
.nav-dropdown>li:hover>a .nav-dropdown>li.focus>a {
    color: #93b6db;
}


.stellarnav li.has-sub > a:after {
        content: '';
        margin-left: 10px;
        position: absolute;
        top: 40%;
        right: 5px;
        transform: translateY(-50%);}   

 .nav-header {
            z-index: 123;
            top: 0;
            left: 0;
            max-width: 280px;
            width: 100%;
            grid-row: 1 / span 2;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
        }
.navigation {     padding: 20px 0px 20px 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 0 20px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;}



/*下拉箭頭*/
.stellarnav li.has-sub > a:after {
            height: 8px;
            width: 8px;
            display: block;
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: transparent #93b6db #93b6db transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border .2s;
            transition: border .2s;    }    

.sticky .stellarnav li.has-sub > a:after {
           border-color: transparent #6691B2 #6691B2 transparent; }
            
.pageIndex .stellarnav li.has-sub > a:after {  border-color: transparent #6691B2 #6691B2 transparent;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;   transition: all 0.3s; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #93b6db;	padding-left:10px;}
.stellarnav li li.has-sub:hover > a {color: #6691B2;}




/*次選單樣式-半透明底色*/
.stellarnav ul ul {
    background:#ffffff;
    border-radius: 0 0  6px 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    width: 180px;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--f3-color) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #6691B2;
    font: bold ;
    letter-spacing: .1rem;
}
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    border-left: 2px solid transparent ;
}

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color:#93b6db;
    padding-left: 10px;
    font-weight: bold;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    letter-spacing: .1rem;
    position: relative;
}


/*logo*/
.pageIndex .header_area .nav-brand {
    max-width: 100%;
    }

.pageIndex .header_area.sticky .nav-brand {
    filter: none !important;
}


.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;}

.header_area.sticky .nav-brand {
        max-width: 100%;
        }
   
/* = = = 頁尾 = = = =  = = = = = = = = */


/*換圖*/
.footer {
    padding: 60px 0 0;
    font-size: 14px;
    background-color:  #C4E1FF;
    background-position: center;  /*位置*/
    background-size: cover ; /*尺寸*/
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
 }


.center {  max-width: 100%;}
   
/*換logo*/
.footer_logo img {width: 100%;}
    


.footer_info a{color: #6691B2;}
.footer_info li:nth-child(1) { display: flex;flex-wrap: wrap;justify-content: center;}
.footer_info {    display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0 0;}
.footer_info li p { line-height: 175%;letter-spacing: 1px;color: #6691B2;padding: 0 10px;}
.footer_menu {display: inline-block; grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 3px; width: 100%; text-align: center; margin: 0 auto;}
.footer_info li {display: flex;padding: 10px;justify-content: center;}
.footer_menu a { font-weight: 900; color: #6691B2;  letter-spacing: 2px;margin: 0;text-align: center;padding: 7px 11px 8px 4px;border: 0;border-right: 1px #6691B2 solid;background: transparent;transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a { position: relative; display: inline-block;color: #6691b2;padding: 5px 10px;text-decoration: none;font-weight: 900; transition: all 0.4s ease-in-out; }
.footer_menu a:nth-child(1){display: none;}
.footer_menu a:hover {color: #ffffff;
    background: #8ba7c5;
    border-radius: 5px;}
.copy {    background: transparent;    color: #5d5c5c;	border:none;}
.copy a{    color: #5d5c5c;transition:all 0.3s;}
.box_link {   display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #433417;   color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner.banB {display: none;}
.banner.banF {}
.banner.banblog {}
.banner.banC {display: none;}
.banner {
    background: url(https://pic03.eapple.com.tw/chliland/banner.jpg);
    height: 376px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-size: cover;}

.banner h5 {color:#ffffff;}
.banner h5:after {
    content: "";
    font-size: clamp(0.9375rem, 0.8813rem + 0.2304vw, 1.25rem);
    white-space: pre-line;
    display: block;
    color: #93b6db;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1.7;
    -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    opacity: 0;}

    @keyframes bannerScrollAnimation {
        0% {
            height: 0;
        }
    
        50% {
            height: 100%;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    
    @-webkit-keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @media screen and (max-width: 768px) {
        .banner {
            background: url(https://pic03.eapple.com.tw/chliland/banner.jpg);
            height: 276px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            background-size: cover;}}



/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*按鈕*/
.animated-arrow {
    background: #93b6db;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;}

/*頁碼*/
.path p {
display: none;}

/* = = = 文章管理 = = = =  = = = = = = = = */


/*文章分類*/
.subbox_item a:before,
.module_i_news li a:before {
    display: none;
}

.blog_page .clearfix:before,
.blog_page .clearfix:after {
    display: none;
}

.blog_page .main_part {
    max-width: 1800px;
}

.blog_le .accordion li.open .link {
    background: #333;
}

.submenu a:hover.module_i_news li a {
    background: #555;
}

.subbox_item a:before.module_i_news li a:before {
    display: none;
}

.subbox_item a:after,
.module_i_news li a:after {
    background: transparent;
    border: none;
    pointer-events: none;
}

body.blog_page .blog_subbox,
.module_i_news ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}



.subbox_item,
.module_i_news li {
    width: 100%;
    overflow: hidden;
}

.blog_list_ri,
.i_blog_ri {
    width: 100%;
    padding: 10px;
}

.blog_list_ri h5,
.i_blog_ri h5 {
    font-weight: normal;
    font-weight: 500;
}


.blog_list_le,
.i_blog_le {
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;

}

.blog_list_le img,
.i_blog_le img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
    width: 100%;
    height: 100%;
}


.subbox_item a {
    display: block;}


/*標題*/
.blog_list_ri h5 {
            font-weight: 900;
            font-size: 20px;
            color:  #93b6db;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: normal;
            overflow: hidden;}
/*時間*/
.blog_list_ri em {
                font-size: 14px;
                color: #858585;
                font-style: normal;
                display: block;}
/*內文*/
.blog_list_ri p {
    font-size: 15px;
    color:  #93b6db;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}

/*內文hover*/
.subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        background:#d3e6ff70;
        opacity: 0;
    
        transition: all .5s;}


/*文章*/
.blog_box_edit * {
    line-height: 150%;
    color:  #000000;}
/*分享文字*/
.toShareNews {
        font-size: 1em;
        color:  #93b6db;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;}
/*文章按鈕*/
.blog_back a.article_btn_back {
        background: #93b6db;}


.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
            background: #93b6db;}
/*相關文章*/
.news_related {
    background: #d3e6ff70;
    padding: 25px 15px;}
.news_related h6 span:before {
        content: '相關文章';
        font-size: 24px;
        color: #93b6db;}
/*按鈕*/
.lastPage {
        font-size: 16px;
        color: #fff;
        background: #93b6db;
        padding: 10px 20px;
        display: block;
        margin: 40px auto;
        width: 130px;
        text-align: center;}

/*文章縮圖隱藏*/
.articel_mainPic img{display: none;}
/* rwd */
@media screen and (max-width: 1200px) {

    body.blog_page .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr 1fr;
    }

    .module_i_news .title_i_box h4 {
        font-size: 30px;
    }

    .module_i_news .title_i_box h4:before {
        font-size: 18px;
    }

    .module_i_news li:nth-child(n+4) {
        display: inherit;
    }
}


@media screen and (max-width: 768px) {

    body.blog_page .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .module_i_news .title_i_box h4 {
        font-size: 28px;
    }

    .module_i_news .title_i_box h4:before {
        font-size: 16px;
    }

    .blog_list_ri h5,
    .i_blog_ri h5 {
        font-size: 17px;
        margin: 0;
    }
    .i_blog_b a{max-width: 50%;}

}

/* = = = 文章管理 -首頁= = = =  = = = = = = = = */

.module_i_news li a:after {    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background:rgb(225 225 225 / 90%);
    opacity: 0;
    border: 1px #696969 solid;}
/*首頁-文章顯示*/
 .module_i_news li:nth-child(n+5){
        display:none !important;}


/*標題*/

.module_i_news .title_i_box h4{       
    font-size: 32px;
    color: #93b6db;
    font-weight: 900;
}
/*文章標題*/
.i_blog_ri h5 {
    font-weight: 900;
    font-size: 20px;
    color: #93b6db;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
/*時間*/
    .i_blog_ri em {
        font-size: 14px;
        color: #858585;
        font-style: normal;
        display: block;
        margin: 7px 0;}  
 /*內文*/
 .i_blog_ri p {
    font-size: 15px;
    color: #000000;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}   


/* = = = 相簿= = = =  = = = = = = = = */
.subalbum-menu h2 {
        font-size: 24px;
        color: #93b6db;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;}
.other_album_choice li {
            background: #93b6db;
            font-size: 15px;
            display: inline-block;
            border-radius: 18px;
            padding: 7px 20px;
            margin: 0 7px 7px 0;
        }
.show-list .item:hover .show_name {
            color: #93b6db;}

/* = = = 相簿 首頁= = = =  = = = = = = = = */
 .module_i_album .title_i_box h4 {
                font-size: 32px;
                color: #93b6db;
                font-weight: 900;
            }
.i_album_list li a p span {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-weight: 900;
            }
.i_album_list li a p {
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                background: rgb(0 0 0 / 60%);
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
                align-content: center;
                color: #ffffff;
                overflow: hidden;
                padding: 0 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-radius: 20px;}
.i_album_list li div {
                    aspect-ratio: 4 / 3;
                    max-width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    overflow: hidden;
                    border-radius: 20px;
                }
 .module_i_album {
    
    width: 100%;
    min-height: auto;
    overflow: hidden;
    z-index: 60;
    position: relative;
    background: url(https://pic03.eapple.com.tw/chliland/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;}

/* = = = 表單= = = =  = = = = = = = = */
.blank_letter{display: none;}
.contact_form li {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 10px;
}
.contact_form li .form__label {
    display: block;
    max-width: 120px;
    text-align: right;
}


/* = = = 表單= = = =  = = = = = = = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*大圖*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

.pageIndex .blank_letter {
    font-family:  'sans-serif';
    padding-top: 30px;
    color: #93b6db;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1400px) {
.container {max-width: 1200px;transition: all 0.3s;}}

 @media screen and (max-width: 980px) {
.main_header_area .container {  padding: 0;}
.pageIndex .header_area.sticky a {color: #6691B2;}
.main_header_area .container .navigation {    grid-template-columns: 1fr;}
.main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu>li>a {padding: 10px 0px;}
.pageIndex .header_area {position: relative;width: 100%;}
.header_area.sticky {position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;}
.pageIndex .header_area .main_header_area , .pageIndex .header_area.sticky .main_header_area{    background: #ffffff;}
.pageIndex .stellarnav  ul  li:hover  a {color: #93b6db; font-weight:bold ;}
.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
.me_tp_features {width: 100%;text-align: center; margin-bottom: 7px;}



/*logo*/
.nav-brand img {transition: all 0.3s;text-align: center; }
.nav-brand img {max-width: 80%;}
.navigation {grid-template-columns: 200px 1fr;grid-gap: 0 20px;align-content: stretch;justify-content: center;align-items: center;justify-items: center}
.tp_links {display: none;}}

@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}

/*footer*/
.footer_info li:nth-child(1) {display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;text-align: center;}   
.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(135px, 100%), 1fr));gap: 5px;}
.footer_info li { width: 80%;}   
.footer_menu a {margin: 0;text-align: center;transition: all 0.3s;color: #6691b2;background: #ffffff00;border: 1px #6691b2 solid;border-radius: 99em;}
.footer_menu a:hover {background: #a6c3e1; border-radius: 99em;}
.footer_info li p {   text-align: left;display: flex;color: #6691b2;letter-spacing: 2px;margin: 2px 8px;flex-direction: row;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_info li{width: 90%;}
.footer_info ul { display: flex;flex-wrap: nowrap;flex-direction: column;align-items: center;}

 /*側邊選單*/
.main_header_area .container {max-width: 95%;transition: all 0.3s;}
.header_area.sticky .main_header_area .container {max-width: 95%;transition: all 0.3s;}
.stellarnav > ul > li > a:before {display: none;}
 /*menu*/
 .header_area .nav-brand {transition: all 0.3s;margin-top: 20px;}
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #93b6db; margin: 0 auto 4px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #93b6db;display: block;transform: scale(0.9);}
 .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {position: fixed;top: 0; bottom: 0;width: 100%;max-width: 280px; overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;border-right: 1px #93b6db solid;background:#ffffff;}
.stellarnav.mobile li.open { background: #eeeeee;}
.stellarnav.mobile ul {background: #c2c1c1;}
.pageIndex .stellarnav ul li a {color: #6691B2;    border-right: 0;}
.stellarnav ul li:hover a {color: #93b6db !important;    border-right: 0;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {display: inline-block;padding: 5px 7px;}
.menu-toggle {margin-top: 10px;}
/*close*/
 .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: #6691b2;color: #ffffff;}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #ffffff;position: absolute;transform: rotate(-45deg);}
.stellarnav .icon-close:before {content: '';display: block; width: 12px;height: 0px;border-bottom: solid 3px #ffffff;position: absolute;top: 50%;transform: rotate(45deg);}

/*表單*/
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: transparent;
}
.contact_form li {
    display: flex;
    grid-template-columns: 120px 1fr;
    grid-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_form li .form__label {
    display: block;
    max-width: 100%;
   
}


#to_top { bottom:60px;}
#bottom_menu li a {  background: #ffffff;}
#bottom_menu li:hover a {  background: #93b6db;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}}

@media screen and (max-width: 600px) { }




