

/*開場動畫*/
.bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/tachong/LOGO1.png);
    width: 526px;
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 3s forwards;
}

.bannerindex::before {
    content: "";
    display: block;
    background: #edf3f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 3s forwards;

}
.swiper-banner::after {
    content: "";
    display: block;
    height: 0px;
    background-color: transparent;
    pointer-events: none;
    position: fixed;
    bottom: 240px;
    z-index: 500;
    opacity: 0;
}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
}

    25% {
        opacity: 1;
        filter: blur(0);
}

    50% {
        filter: blur(0);
        opacity: 1;
}

    80% {
        filter: blur(0);
        opacity: 1;
}

    100% {
        filter: blur(10);
        opacity: 0;

}
}

@keyframes banner-bg {
    0% {}

    50% {}

    80% {
        opacity: 1;
}

    100% {
        opacity: 0;
}
}

/*開場NAV */

.nav-header {
    opacity: 1;
}
.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}
@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
}

    100% {
        top: 0px;
        opacity: 1;
}
}
.pageIndex .stellarnav.desktop {
    opacity: 0;
    animation: banner-navbar 1s forwards;
    animation-delay: 2.6s;
}
.stellarnav.desktop {
    opacity: 1;
    z-index: 0;
}
@keyframes banner-navbar {
    0% {
        top: 97px;
        opacity: 0;
}
    100% {
        top: 0px;
        opacity: 1;
}
}

/*banner*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50% , 0);
}
@media only screen and (max-width: 1024px) {
    .me_tp_features {
        text-align: center;
        margin: 2px 0;}
}

.nav-brand img {
    max-width: 100%;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #edf3f7;
    color: #777;
}
.stellarnav .full {
    width: 97%;
}
.stellarnav a {
    color: #edf3f7;
}
.stellarnav.mobile.left > ul {
    max-width: 65%;
    border-right: 1px #edf3f7 solid;
}
.stellarnav.mobile ul {
    background: #edf3f7;
}
.stellarnav.mobile li.open {
    background: #edf3f7;
    padding: 3px;
}

.stellarnav > ul > li > a :hover {
    color: #aba07d;
    transition: 0.3s;
    font-size: 25px;}

.stellarnav li li:hover > a, .stellarnav.desktop li.has-sub a:hover > a {
    color: #6d8189;
	font-size: 20px;
    transition: 0.3s;}

.header_area .nav-brand {
    position: sticky;
    transition: 0.3s;
    scale: 1.5;
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #edf3f7;
    color: #777;
}
.stellarnav .full {
    width: 97%;
}
.stellarnav a {
    color: #edf3f7;
}
.stellarnav.mobile.left > ul {
    max-width: 65%;
    border-right: 1px #edf3f7 solid;
}
.stellarnav.mobile ul {
    background: #edf3f7;
}
.stellarnav.mobile li.open {
    background: #edf3f7;
    padding: 3px;
}
.stellarnav.mobile > ul > li > a {
        line-height: 125%;
}
.box_link {
    display: flex;
	flex-direction:row!important;}
}
/*HEADER*/
.header_area {
    top: 0;
	-webkit-text-size-adjust: none; 
	-moz-osx-font-smoothing: grayscale; 
	-webkit-font-smoothing: antialiased; 
	}
.shop_search_txt {
    display: none;
    background: #fff;
    color: #666;
    border: none;
    border-radius: 20px;
    padding: 6px 60px 6px 10px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    height: 19px;
}
.main_header_area {
    background: #edf3f7;
}
.nav-brand img {
    max-width: 100%;
    margin-left: 20px;
    margin-top: 18px;
}
.shop_search_btn {
    display: none;
    background: #000;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}
.me_tp_features a {
    display: none;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
}
.stellarnav > ul > li > a {
    padding: 0px 10px 4px 10px;
    color: #6d8189;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.stellarnav li a {
    padding: 6px 15px;
    display: block;
    color: #777;
}
.stellarnav li.has-sub > a:after{
	display: none;
}
@media screen and (max-width: 1024px) {
.me_tp_features { display: none;
}
.swiper-slide img {
    width: 100%;
}
.stellarnav > ul > li > a {
    color: #6d8189;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 30px;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
}
@media screen and (max-width: 425px) {
    .navigation {
        padding: 1px;
        height: 81px;
    }
    .nav-brand img{
        margin-top: 20px;
        width: 150px;
    }
    .box_link{
        display: flex !important;
        flex-direction: row!important;
    }
    .bannerindex::after {display: none;}
    .bannerindex::before {display: none;}
    .swiper-banner::after {display: none;}
}
.navigation {
    position: relative;
}
/*浮動按鈕*/
.fa-xmark::before{
	color: #fff;
}
.info_fix:hover>span {
    background: #aba07d;
}
.info_fix>span {
    background-color: #6d8189;
}
.info_fix_links a.info_fix_default {
    display: flex;
}
.info_fix_links a.info_fix_default:nth-child(3) {
    order: -1;
}

/*footer*/
.footer {
    padding: 30px 0 0;
    font-size: 20px;
    background: #edf3f7;
    position: relative;
    z-index: 99;
}

.footer_info li p a {
    background-color: transparent;
	color:#6d8189

}
.footer_menu {
    width: 100%;
}
.footer_menu a {
    display: inline-block;
    padding: 10px 10px;
    border: 1px #6d8189 solid;
    border-radius: 15px;
    margin: 5px 5px 5px 5px;
    font-size: 19px;
    line-height: 100%;
    color: #6d8189;
    background: rgba(255, 255, 255, .15);
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
}
.footer_info ul {
    list-style: none;
    padding: 0;
}

.box_link {
    display: flex;
	flex-direction: column;}
	
.box_link :nth-child(3) {
    order: -1;
}
.footer_logo img{
    width:250px;
    padding-left: 10px;
}

@media screen and (max-width: 425px) {
.footer_menu a {
    display: inline-block;
    padding: 10px 10px;
    border: 1px #6d8189 solid;
    border-radius: 15px;
    margin: 5px 5px 5px 5px;
    font-size: 12px;
    line-height: 100%;
    color: #6d8189;
    background: rgba(255, 255, 255, .15);
}
.footer_logo{
	margin: 0;
}
.footer_info {padding: 0 0px;}
.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    color: #6d8189;
    border-top: 1px #ddd solid;
    margin-top: 15px;
}
}
@media screen and (max-width: 1024px) {
	.copy {
    font-size: 10px;
    color: #6d8189;
}
}

/*禮儀資訊*/
.banA {
    display: none;
}
.other_promotion li {
    font-size: 10px;
    line-height: 4px;
    color: #aba07d;
    display: inline-block;
    vertical-align: top;
    width: 17%;
    margin-left: 0px;
}
.promotion_title h2 {
    color: #6d8189;
}
.other_promotion .pmtTitle h3 {
    font-size: 15px;
    color: #ada17e;
}
	
/*禮儀小百科*/
.banner {
    display: none;
}
.blog_search input[type=search] {
    outline: none;
	box-sizing: border-box;
    width: 85%;
    font-size: 13px;
    border: solid 1px #6d8189;
    border-radius: 30px;
    padding: 10px 30px 10px 10px;
}
.blog_le .accordion {
    list-style-type: none;
    box-sizing: border-box;
    width: 85%;
    margin: 7%;
    border-radius: 15px;
    border: 1px #6d8189 solid;
    overflow: hidden;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 160px);
}

.blog_list_ri p {
    font-size: 14px;
    color: #aba07d;
}
.blog_list_ri em {
    font-size: 11px;
    color: #8d8d8d;
}
h5.blog_le_t {
    font-size: 23px;
    font-weight: 500;
    color: #aba07d;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
}
.accordion li .link {
    padding: 12px 12px;
    color: #6d8189;
    font-size: 13px;
}
.blog_le {
    width: 195px;
}
.blog_list_ri h5 {
    color: #6d8189;
}
/*禮儀流程*/
.banB {
    display: none;
}
/*聯絡大眾*/
.banC {
    display: none;
	background:none
}
.blank_letter {
    padding-top: 30px;
    font-size: 26px;
    color: #6d8189;
}
.blank_letter {
    padding-top: 30px;
    padding-left: 76px;
    font-size: 26px;
    color: #6d8189;
}
.contact_le_map a {
    margin-left: 20px;
}
.contact_form {
    color: #6d8189;
}
.list_before {
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #6d8189;
    width: 100%;
}

/*禮儀回憶錄*/
.banE {
    display: none;
}
.show-list .show_pic img {
    max-width: 80%;
}
.show-list .show_name {
    font-size: 17px;
    color: #6d8189;
    line-height: 2.5;
    height: auto;
    text-align: center;
}
.show-list .item:hover .show_name {
    color: #ada17e;
}