@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: "Noto Serif TC", serif,"Noto Serif TC", serif;}
.path p, .path p a{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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 img {
    display: none;
}*/

.nav-brand {
    display: block;
    margin: 10px auto 0;
}

/*【Sticky】電腦LOGO*/

/*.header_area.sticky .nav-brand img {
	
   width: 166px;
    display: block;
    transition: all 0.5s;
    padding-top: 0px;
}*/

/*.header_area.sticky .nav-brand {
    margin: 10px auto;
}*/



/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #c2a55c ;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #702525;
    border-radius: 3px;
}

/*版面寬度*/
.main_header_area .container{
    max-width: 1200px;
    width: 100%;
}




/*主選單*/

.header_area {    background: #ffffff;transition:all 0.3s;}
.header_area.sticky{background: #fff;transition:all 0.3s;}

/*.header_area.sticky{
    top:0px;
    animation:fade-in .6s cubic-bezier(.39,.575,.565,1.000) both;
    background: rgb(255 255 255);
}*/

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.main_header_area .container {  max-width: 88%;}
.me_tp_features {display: none; position: absolute;    right: 0;z-index: 0;top: 0;}
.navigation { display: flex; flex-wrap: wrap; justify-content: center;}
.stellarnav { display: flex; justify-content: center; align-items: center;}
.animated-arrow { background: #c1a462; }
.animated-arrow hover{ background: #702525; }
.stellarnav ul { display: flex; width: 80%; justify-content: space-between;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav > ul > li > a { color: #b99d81; letter-spacing: 2px; padding: 0px 3px;}
.stellarnav > ul > li > a:hover b:nth-of-type(2) { color: #956561;}
.stellarnav > ul > li > a:hover {     line-height: 33px; content: ''; background: url(https://pic03.eapple.com.tw/laurieravocat/hover.png); background-size: contain;  background-repeat: no-repeat; animation:fade-in .8s cubic-bezier(.39,.575,.565,1.000) both;}



@media screen and (max-width: 1400px){

    .header_area.sticky .stellarnav > ul > li > a { margin: 0px 15px; }


}

@media screen and (max-width: 1200px){

    /*.header_area {
        top: 2.5%;
    }*/

    .main_header_area .container {  max-width: 96%; }

    .header_area.sticky .stellarnav > ul > li > a {  margin: 0px 10px; }

    .stellarnav ul {  width: 100%; }
}

@media screen and (max-width: 1024px){

    .header_area.sticky .stellarnav ul {  justify-content: center; }
.me_tp_features{ text-align: right; }
}

@media screen and (max-width: 980px){
    /*.header_area {
        top: 0.5%;
    }*/
}
.stellarnav.mobile ul{    background: #c1a462;}


/*第二層*/
.stellarnav li li { border: none;  }
.stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 8px 9px; transition: all 0.3s; color: #444; font-size: 15px; background: #f7f6f4;}
.stellarnav li li:hover > a{ background: #702525; color: #fff;}
.stellarnav li li.has-sub:hover > a { background: #c4c0b9; color: #fff;}
/*footer*/
.footer_info li p.tel:before { content: '電話：';}
.footer_info li p.line:before {  content: 'Line ID';}
.footer_info {  padding: 0px;}

@media screen and (max-width: 768px){

    .stellarnav ul { display: block; width: 100%; }
    .nav-brand img { display: block; }
    .header_area { position: sticky; background: rgb(231 228 223); box-shadow: 0 0 10px #9d998f; top: 0px; }
    .nav-brand { display: block;  margin: 10px auto 5px;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 2px #ffffff;}
.me_tp_features {position: static;text-align: center; }

.stellarnav > ul > li > a{    color: #ffffff;}
.stellarnav a {color: #ffffff;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #ffffff;}
.stellarnav > ul > li > a:hover {
  color: unset;        /* 回復到繼承或初始值 */
  background: unset;
  text-decoration: unset;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #343434;}
.header_area {        background: #fff;}
.header_area.sticky .stellarnav > ul > li > a{margin: 0px 5px;}
.stellarnav.mobile li.open{ background: #c0a368;}
.stellarnav li li:hover > a{  background: #c0a368;    color: #fff;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{background: #c0a368;}
.stellarnav > ul > li.has-sub > a{padding: 10px;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{padding: 14px;}



}





/*內頁BANNER 設定*/
#content {background: #ececec;}
.other_page .path {display: none;} 
.path p, .path p a { text-align: right;}

/*內頁BANNER 設定*/
.banner { height: 550px; border-radius: 0 0 80px 80px; background-position: center!important; background-repeat: no-repeat !important; background-size: cover !important; background-attachment: fixed !important;}
.banner:before { content: ""; width: 100%; left: 0; position: absolute; height: 350px;  top: 0;}

.banner.banC {  background: url(https://pic03.eapple.com.tw/laurieravocat/banner01.jpg);}
.banner.banblog {background: url(https://pic03.eapple.com.tw/laurieravocat/banner02.jpg);}

.banner h5 { font-size: 30px; color: #fff; position: relative; letter-spacing: 5px; animation: slide-top 1.5s 0.5s both; font-family: "Noto Serif TC";font-weight: 500; width: 100%; }
.banner h5:after { content: ""; display: block; font-size: 19px;  padding-top: 10px;font-family: "微軟正黑體";}
.banner h5:before { display: block; opacity: 0.4; top: -10%; position: absolute;font-weight: 800;color: #fff; z-index: -1;
    left: 50%; transform: translate(-50%, -50%); width: 100%; font-size: 75px; white-space: nowrap;}
.banner.banblog h5 { filter: drop-shadow(2px 4px 6px black);}

.banner.banC h5:before { content: "CONTACT US";}
.banner.banblog h5:before { content: "NEWS";}


.banner.banA {}
.banner.banB {}/*同服務項目*/
.services_page .banner {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF {}
  @media screen and (max-width: 768px) {
.banner {height: 300px;}}
/*
.banner h5:after { content: ""; position: absolute;}
.banner h5:before { content: ""; position: absolute;}
*/
/*動畫*/
/*@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}
*/




/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    background: #ffffff;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
    /*background: url(https://pic03.eapple.com.tw/chenicpa/ft_bg.png);*/
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    grid-template-columns: 120px 1fr;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 20px;
    font-family: var(--SFonts);
    justify-content: space-between;
    align-items: flex-start;
    width: min(1200px, 86vw);
    margin-right: auto;
    margin-left: auto;
}

/* logo */
.footer_logo {
    max-width: 280px;
    width: fit-content;
    margin: 0;
}
.footer_logo img {
    max-width: 100%;
}

.footer_info ul {
    position: relative;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px 40px;
}
.footer_info li p, .footer_info li p a{
    letter-spacing: 1.5px;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #aba07d;
    font-weight: 300;
}
.footer_info li p.line{display: none;}
.footer_info li p.phone{order: -1;}
.footer_info li p:before {
    margin: 0;  
}
.footer_info li p:after {
    position: absolute;
    left: 1px;
    top: 50%;
    color: #666;
    font-size: 13px;
    transform: translate(0%, -50%);
}
/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 30px;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
background: transparent;
    border: 0;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    color: #aba07d;
    font-weight: 500;
    position: relative;
    font-size: 13px;
}
.footer_menu a:before {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #aba07d;
    transition: width .3s cubic-bezier(0.65, 0, 0.35, 1);
}
.footer_menu a:hover::before {
    right: 0;
    left: auto;
    width: 0;
}
.footer_menu a:hover {
    background: transparent;
    color: #8b1c00;
}

.copy {  color: #aba07d;}
.copy a {   color: #aba07d;}
.privacyLinks a {  color: #aba07d;}
.linksBtn{display: none;}
#to_top {    color: #570013;    background: #c2a55c;    border-radius: 20%;}
#to_top i:before, #to_top i:after {background: #570013;border-radius:20%;}
@media screen and (max-width: 768px) {
#to_top {    bottom: 70px;}}

/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1500px;}
.blog_in_page .main_part{ max-width: 1500px;}
h4.blog_category_title{font-size: 28px; color: #c1a462;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{     text-align: center; }
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px; }
.blog_subbox {     grid-template-columns: 1fr 1fr 1fr;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;border-radius: 10%;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-image: url(https://pic03.eapple.com.tw/laurieravocat/ta_bg.png);
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {   }
.module_i_news li:hover::after, .subbox_item:hover::after { }

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #c1a462;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #213042;
    font-family:  "Cinzel", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
	display: none;
}
.module_i_news .title_i_box:before{
	content: '最新消息';
	font-size: 25px;
    color: #24221F;
    font-weight: 600;
    letter-spacing: 3px;
	}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #213042;
    font-size: 18px;
    padding-top: 7px;
    -webkit-line-clamp: 2;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 150%;
    min-height: 40px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 16.66% 14.28% 7.71% 14.28%;
}
.module_i_news li a, .subbox_item a {  grid-template-columns: unset;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {    display: none;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c1a462;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color:#213042;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #24231f;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #24231f;}
.module_i_news li a:hover  p, .subbox_item a:hover p {color: #24231f;  }

/*側邊*/
.blog_le{ margin-top: 66px;}
.blog_le .accordion { border: none; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#702525  !important;}
.accordion li .link a {  color: #702525;}
.submenu a { background: #fff;}
.submenu a:hover {    background: #702525;}
.submenu li.on_this_category a, .submenu a:hover {  background: #702525bd;}
/*首*/
.module_i_news section {    max-width: 1600px;}
.module_i_news{background: #FFF;}
.module_i_news_list, .module_i_news_list.swiper {   padding: 0;}
.module_i_news ul{    grid-template-columns: 1fr 1fr 1fr 1fr;    gap: 0;}
.i_blog_ri p{    padding-top: 10px;}
/*功*/
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #702525;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #c1a462;}

/* 滑入進場效果 */
.i_blog_le:before, .blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #c1a462;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Cinzel", serif;
    border-radius: 10%;
}
.module_i_news li a:hover .i_blog_le:before, .subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

/*相關推薦*/
.news_related { background: #c1a462;}
.news_related h6 span:before {  color: #702525;}
.lastPage { background: #702525;}

@media screen and (max-width:1024px) {
    .module_i_news ul, .blog_subbox{ grid-template-columns:1fr 1fr; }
}

@media screen and (max-width:600px) {
  .blog_page .main_part {   padding: 25px;}
}
@media screen and (max-width:480px) {
    .module_i_news ul, .blog_subbox{ grid-template-columns:1fr; }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.red {    color:#ffafb6;}
.contact_page .main_part {  display: flex;  max-width: 100%; padding: 0; flex-wrap: wrap; padding-top: 0;}
.noborder {    background:#ffffff00;    color: #000;    padding: 5px;    border-radius: 3px;}
.contact_form { display: flex; margin-top: 0px; margin-bottom: 0px; font-size: 15px; color: #fff; flex-wrap: wrap; gap: 30px 60px; margin-top: 50px;}
.contact_form li { width: calc(100% / 2 - 30px); padding: 0; padding-left: 0; display: flex; flex-direction: column; align-content: center; align-items: flex-start; position: relative;}
.contact_form li .form__label { display: inline-block; width: 100%; text-align: left; margin-left: 0; padding-right: 0; vertical-align: top; color: #000; margin: 0; position: relative;}
.contact_form li .form__insert {text-align: center;}
.contact_form li.last { display: flex; width: 100%; text-align: center; padding-left: 0; flex-direction: row; justify-content: flex-end;}
.contact_form li.last blockquote { color: #ffffff; padding: 0; margin: 0 0 0 20px; vertical-align: middle; border: none;}
.contact_form li input.noborder{ border: 0; border-bottom: 1px  #D9BBA0 solid; background-color: transparent; padding: 10px 0;}
.contact_form li.last cite { background: transparent; color: #3B3B3B; border: none; position: relative;display: inline-block; padding: 0; margin: 0 0 0 20px; vertical-align: middle;}
.contact_form li.last cite:after { content: ''; width: 2px; height: 51%; background: #D9BBA0; position: absolute; left: -6px; top: 13px;}
.contact_form li textarea.noborder { border: 1px #D9BBA0 solid;}
.contact_le_nomap { display: none;}
.blank_letter { padding-top: 60px;}
button, input, optgroup, select, textarea{color: #000;}
.contact_form li.last cite {color: #000;}
.contact_le_map a {background: #961009;}
.blank_letter {color: #333333;}

.form select {    background-color: #f3f3f3;    border: none;    color: #000000;    width: 100%;    margin: 0;    padding: 5px 26px 5px 5px;}

.contact_editbox { margin: 0; width: 100%; padding: 0; order: 2; max-height: 300px; position: sticky; top: 100px; filter: grayscale(1); transition: 0.5s;}
.contact_editbox:hover { transition: 0.5s; filter: grayscale(0);}

/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
/*電腦版表單最大寬度設定*/
/**/
.contact_page .path {    display: none;}
.contact_page .main_part { max-width: 100%;    padding: 100px 0 50px;}
.contact_content {    width: 90%;    padding:  0; max-width: 1400px; position: relative;}
.contact_content > form {    display: flex;margin-bottom: 50px;}
.contact_content .information_left {    width: 30%;    padding: 0;min-width: 250px;padding-right: 30px;}
.contact_content .information_right {    width: 100%;    margin: 0 auto;    padding: 0 0px;    display: block;flex:1;}
.contact_content .list_before {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
position: unset; color: #000; font-weight: 600; letter-spacing: 1px;}
.list_before.info li {padding-left: 0px; color: #000;}
.list_before li {letter-spacing: 1px; margin: 20px 0; width: 100%;}

.captcha {width: 100%;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.contact_content > form {flex-direction: column;}
.contact_content .information_left{width: 100%;     margin-top: 20px;}
.contact_form{ flex-direction: column; align-items: center;}
.contact_form li { width: 100%;}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }
}


.red {    color: #8e0000;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;  z-index: 1;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/



@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}
/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/laurieravocat/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/laurieravocat/banner-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-top  2s 0.2s both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-top 2s 0.2s ease both;}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {padding-bottom: 0%;}
}

    @media screen and (max-width: 500px) {
        .swiper-slide img {
            width: 200%;
        }
        .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }




/*= = = = = = = = = == = = = = = = = = = = = = = = == = =手機板大圖= = = = = = = = = == = = = = = = = = = = = = = = == = =*/

@media screen and (max-width: 430px) {

 
    /* 隱藏 swiper-slide 中的圖片，改用背景圖 */
.swiper-banner .swiper-slide img {
        display: none;
    }

    /* 設定 swiper-slide 高度為寬度等比 */
    .pageIndex .swiper-slide {
        width: 100%;
        height: 0;
        padding-bottom: 100%; /* 1:1 比例 */
    }

    /* 第一張背景圖 */
    .pageIndex .swiper-slide:nth-child(1) {
        background-image: url(https://pic03.eapple.com.tw/laurieravocat/phone01.jpg)!important;
        background-size: cover;
        background-position: center;
    }

    /* 第二張背景圖 */
    .pageIndex .swiper-slide:nth-child(2) {
        background-image: url(https://pic03.eapple.com.tw/laurieravocat/phone02.jpg)!important;
        background-size: cover;
        background-position: center;
    }

    /* 調整整體 banner 容器高度 */
    .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
    }

    /* 以下為特殊裝飾處理，如果有使用 ::before / ::after 請確保有內容與 position */
    .pageIndex .swiper-slide:nth-child(1)::before {
        content: "";
        position: absolute;
        bottom: 13%;
        padding-bottom: 60%; /* 0.6 比例 */
    }

    .pageIndex .swiper-slide:nth-child(2)::before {
    display: none;
    }

    .pageIndex .swiper-slide:nth-child(2)::after {
         display: none;
    }

    .bannerindex .swiper-slide:nth-child(1):after {
         display: none;
    }
}
   /* 小螢幕 */
@media screen and (max-width: 375px) {

  /* 調整整體 banner 容器高度 */
    .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
}}

   /* 小螢幕 */
@media screen and (max-width: 320px) {

  /* 調整整體 banner 容器高度 */
    .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
}}
