@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

body { background-color: transparent;}

/*
關於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: #6495ED;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/**/
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{top:50%;left:20px;transform:translateY(-50%);width:auto;height:auto;bottom:auto;display:flex;flex-direction:column;gap:10px}
.swiper-pagination-bullet{width:10px;height:10px;background:rgba(255,255,255,.6);opacity:1;transition:all .3s ease}
.swiper-pagination-bullet-active{background:#fff;transform:scale(1.3)}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* ============================== */
/* 容器限制 */


.bannerindex {
    transform: none !important;
    z-index: auto; 
    position: static;
    height: auto;
}




/*預設解除背景輪播*/

.swiper-banner{position:static;margin:0;height:auto;}

/* .swiper-slide img{height:auto;}*/ 
@media screen and (max-width:768px){
.bannerindex {
    position: relative;
    height: auto;
    margin: 0;
}
}
    
/*大圖*/ 
.swiper-banner .swiper-slide img{width:100%;height:auto;}





/* ============================== */
/*開場動畫*/
/* ============================== */



.bannerindex::before {
    content: "";
    position: fixed;

    /* 故意放大，避免移動時露出底下 */
    top: -5vh;
    left: -5vw;
    width: 110vw;
    height: 110vh;

    z-index: 999999999 !important;
    pointer-events: none;
    display: block;
    opacity: 1;

    background:
        url(https://pic03.eapple.com.tw/kuailaionesup/begin.jpg)
        center center / cover no-repeat;

    animation:
        oceanFloat 10s ease-in-out infinite,
        oceanFade 4.6s forwards;
}

@keyframes oceanFloat{

    0%{
        transform:translate(0,0) scale(1.03);
    }

    25%{
        transform:translate(-12px,-8px) scale(1.04);
    }

    50%{
        transform:translate(-5px,8px) scale(1.05);
    }

    75%{
        transform:translate(10px,-5px) scale(1.04);
    }

    100%{
        transform:translate(0,0) scale(1.03);
    }

}
@keyframes oceanFade{

    0%,82%{
        opacity:1;
    }

    88%{
        opacity:1;
    }

    100%{
        opacity:0;
        visibility:hidden;
    }

}

.bannerindex::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 139px;
    background: url(https://pic03.eapple.com.tw/kuailaionesup/begin02.png) center / contain no-repeat;
    opacity: 0;
    z-index: 1000000000 !important; 
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: logo-one 4.6s forwards;
}


.swiper-banner::after {
    content: "";
    position: fixed;
    top: 60%;
    left: 50%;
    width: 160px;
    height: 145px;
    background: url(https://pic03.eapple.com.tw/kuailaionesup/begin03.png) center / contain no-repeat;
    opacity: 0;
    z-index: 1000000001 !important;
    pointer-events: none;
    animation: logo-two 4.6s forwards;
}



@keyframes logo-one{

    /* 等待 */
    0%{
        opacity:0;
        transform:translate(-50%,-50%) scale(.2);
    }

    /* 彈出 */
    15%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1.18);
    }

    /* 回彈 */
    22%{
        transform:translate(-50%,-50%) scale(.93);
    }

    /* 定位 */
    30%{
        transform:translate(-50%,-50%) scale(1);
    }

    /* 停住 */
    70%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    /* 微彈 */
    76%{
        transform:translate(-50%,-50%) scale(1.05);
    }

    82%{
        transform:translate(-50%,-50%) scale(.98);
    }

    88%{
        transform:translate(-50%,-50%) scale(1);
        opacity:1;
    }

    100%{
        opacity:0;
        transform:translate(-50%,-50%) scale(.96);
    }

}

@keyframes logo-two{

    /* 等待 begin02 */
    0%,18%{
        opacity:0;
        transform:translate(-50%,40px);
    }

    /* 上升 */
    35%{
        opacity:1;
        transform:translate(-50%,-50%);
    }

    /* 回彈 */
    42%{
        transform:translate(-50%,-42%);
    }

    48%{
        transform:translate(-50%,-50%);
    }

    /* 停住 */
    70%{
        opacity:1;
        transform:translate(-50%,-50%);
    }

    /* 和 logo 一起彈 */
    76%{
        transform:translate(-50%,-55%);
    }

    82%{
        transform:translate(-50%,-47%);
    }

    88%{
        transform:translate(-50%,-50%);
        opacity:1;
    }

    100%{
        opacity:0;
        transform:translate(-50%,-50%);
    }

}

 @media screen and (max-width: 768px) {
.bannerindex::after {

    top: 50%;

    width: 100px;
    height: 59px;

}


.swiper-banner::after {

    top: 58%;
 
    width: 100px;
    height: 45px;
 
}

 }

/* =========================================
   第一幀保護層
   柔和淡入，避免開頭閃一下
========================================= */

html.page-loading::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background:
        url(https://pic03.eapple.com.tw/kuailaionesup/begin.jpg)
        center center / cover no-repeat;

    z-index: 2147483647 !important;
    pointer-events: none;

    opacity: 0;

    visibility: visible;

    animation: firstLoadFadeIn 0.45s ease-out forwards;
}

@keyframes firstLoadFadeIn {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content_main,
#content {
    background-position: center;
    background-image: url(https://pic03.eapple.com.tw/kuailaionesup/background.jpg);
    background-attachment: fixed;
}
.sb_marquee{display:none}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

header.header_area {
    position: fixed;
    position: fixed;
    z-index: 9999;
  
    background: #ffffff00;
    width: 100%;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: rgb(255 255 255 / 0%);
}



.main_header_area .container {
    max-width: 100%;
    margin: auto;
}

/*漢堡*/

.stellarnav.mobile {
    position: static;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}
.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 20px;
    color: #ffffff;
    display: block;
    transform: scale(0.9);
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 4px;
}

/*漢堡-進場*/
.pageIndex .stellarnav.mobile .menu-toggle{
    opacity: 0;
    transform: translateY(20px);
    animation: menuToggleIn .8s ease-out 5s forwards;
}






@keyframes menuToggleIn{

    0%{
        opacity: 0;
        transform: translateY(20px) scale(.95);
        filter: blur(6px);
    }

    60%{
        opacity: 1;
        transform: translateY(-4px) scale(1.02);

        filter: blur(0);
    }

    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

}

/*漢堡展開*/
.stellarnav.mobile ul {
    border-radius: 50px 0 0 50px;
    background: #00264bd1;
}



.stellarnav a {
    color: #ffffff;
}


.stellarnav.mobile li a {
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}

.stellarnav > ul > li > a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.stellarnav.mobile > ul > li > a {
    padding: 10px 43px 10px 50px;
}

/*下拉+*/
.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #ffffff;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #ffffff;
    position: absolute;
}

/*漢堡展開-叉叉*/
.stellarnav.mobile.right .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 20px;
    background: transparent;
}
.stellarnav .icon-close {
    box-sizing: border-box;
    width: 30px;
    height: 18px;
    position: relative;
    display: inline-block;
}
.stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 20px;
    height: 0px;
    border-bottom: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
.stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 20px;
    height: 0px;
    top: 50%;
    border-bottom: solid 2px #ffffff;
    position: absolute;
    transform: rotate(-45deg);
}

/*漢堡展開-背景向右*/
/* 收起 */
.stellarnav.mobile.right > ul{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
    padding: 20px;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

/* 展開 */
.stellarnav.mobile.right.active > ul,
.stellarnav.mobile.right.open > ul{
    visibility: visible;
    opacity: 1;
    animation: menuBounceIn .65s cubic-bezier(.22,1,.36,1) forwards;
}

@keyframes menuBounceIn{

    0%{
        transform: translateX(100%);
        opacity: 0;
    }

    70%{
        transform: translateX(-18px);   /* 超過一點 */
        opacity: 1;
    }

    85%{
        transform: translateX(8px);     /* 回彈 */
    }

    100%{
        transform: translateX(0);
        opacity: 1;
    }

}



/*漢堡展開-動畫*/
.stellarnav .menu-toggle span.bars span{
    display: block;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #fff;
    margin: 0 auto 4px;
    transition: transform .35s ease, opacity .35s ease, width .35s ease;
}

.stellarnav .menu-toggle:after{

  
    display:block;
    transform:translateY(0) scale(.9);
    transition:all .35s ease;
    font-family: "Russo One", sans-serif;
}

/* Hover */
.stellarnav .menu-toggle:hover span.bars span:nth-child(1){
    transform:translateX(8px);
}

.stellarnav .menu-toggle:hover span.bars span:nth-child(2){
    transform:translateX(4px);
}

.stellarnav .menu-toggle:hover span.bars span:nth-child(3){
    transform:translateX(12px);
}

.stellarnav .menu-toggle:hover:after{
    transform:translateY(-2px) scale(1);
    letter-spacing:.15em;
}





/*漢堡展開-線段*/

.stellarnav.mobile > ul > li{
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.12);

    opacity: 0;
    transform: translateX(-40px);
    animation: navItemIn .5s ease forwards;
}

/* 每個項目的進場延遲 */
.stellarnav.mobile > ul > li:nth-child(1){ animation-delay:.05s; }
.stellarnav.mobile > ul > li:nth-child(2){ animation-delay:.10s; }
.stellarnav.mobile > ul > li:nth-child(3){ animation-delay:.15s; }
.stellarnav.mobile > ul > li:nth-child(4){ animation-delay:.20s; }
.stellarnav.mobile > ul > li:nth-child(5){ animation-delay:.25s; }
.stellarnav.mobile > ul > li:nth-child(6){ animation-delay:.30s; }
.stellarnav.mobile > ul > li:nth-child(7){ animation-delay:.35s; }
.stellarnav.mobile > ul > li:nth-child(8){ animation-delay:.40s; }


/* ============================== */
/* 發光線段 */
/* ============================== */

.stellarnav.mobile > ul > li::after{
    content: "";
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 20%;
    height: 1px;
    border-radius: 10px;

    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0) 15%,
        rgba(255,255,255,.18) 40%,
        rgba(255,255,255,.75) 50%,
        rgba(255,255,255,.18) 60%,
        rgba(255,255,255,0) 85%,
        transparent 100%
    );

    box-shadow: 0 0 4px rgba(255,255,255,.15);

    opacity: 0;

    animation:
        lineFade .2s forwards,
        lineRun 2.8s linear infinite;

    animation-delay: .6s, .8s;
}

/* 每個項目的線延後開始跑 */
.stellarnav.mobile > ul > li:nth-child(1)::after{ animation-delay:.65s,.85s; }
.stellarnav.mobile > ul > li:nth-child(2)::after{ animation-delay:.70s,.90s; }
.stellarnav.mobile > ul > li:nth-child(3)::after{ animation-delay:.75s,.95s; }
.stellarnav.mobile > ul > li:nth-child(4)::after{ animation-delay:.80s,1.00s; }
.stellarnav.mobile > ul > li:nth-child(5)::after{ animation-delay:.85s,1.05s; }
.stellarnav.mobile > ul > li:nth-child(6)::after{ animation-delay:.90s,1.10s; }
.stellarnav.mobile > ul > li:nth-child(7)::after{ animation-delay:.95s,1.15s; }
.stellarnav.mobile > ul > li:nth-child(8)::after{ animation-delay:1.00s,1.20s; }


/* ============================== */
/* Animation */
/* ============================== */

@keyframes navItemIn{
    from{
        opacity:0;
        transform:translateX(-40px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes lineFade{
    to{
        opacity:1;
    }
}

@keyframes lineRun{
    from{
        left:-35%;
    }
    to{
        left:100%;
    }
}



/*漢堡展開-背景*/
.stellarnav.mobile ul > li{
    position: relative;
    z-index: 2;
}

.stellarnav.mobile ul::before,
.stellarnav.mobile ul::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    opacity: .45;
    z-index: 0;
}

.stellarnav.mobile ul::before {
    width: 420px;
    height: 220px;
    background: radial-gradient(circle, #d3deff 0%, #6495ED 45%, #0040ff 75%);
    animation: blueBall1 8s ease-in-out infinite alternate;
}

.stellarnav.mobile ul::after {
    width: 270px;
    height: 170px;
    background: radial-gradient(circle, rgb(0 23 57) 0%, #0040ff 45%, #0034d0 75%);
    animation: blueBall2 7s ease-in-out infinite alternate;
}
@keyframes blueBall1{

    0%{
        transform:translate(-20%,-10%) scale(1);
    }

    25%{
        transform:translate(80%,25%) scale(1.15);
    }

    50%{
        transform:translate(20%,95%) scale(.9);
    }

    75%{
        transform:translate(100%,55%) scale(1.2);
    }

    100%{
        transform:translate(-10%,70%) scale(1);
    }

}

@keyframes blueBall2{

    0%{
        transform:translate(120%,80%) scale(.9);
    }

    20%{
        transform:translate(40%,10%) scale(1.1);
    }

    50%{
        transform:translate(95%,-10%) scale(1);
    }

    80%{
        transform:translate(15%,60%) scale(1.2);
    }

    100%{
        transform:translate(110%,90%) scale(.95);
    }

}



/*漢堡開啟,後面內容變淡*/
.stellarnav.active {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* 背景遮罩 + 打霧 */
.stellarnav.active::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
}


/*第一層*/
.stellarnav.mobile > ul > li > a{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color .35s ease;
}

.stellarnav.mobile > ul > li > a::before{
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient(
    90deg,
    #00264B 0%,
    rgba(0, 38, 75, .9) 35%,
    rgba(0, 38, 75, .4) 70%,
    rgba(0, 38, 75, 0) 100%
);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: -1;
}

.stellarnav.mobile > ul > li > a:hover{
    color: #fff;
}

.stellarnav.mobile > ul > li > a:hover::before{
    transform: scaleX(1);
}

/*上方icon*/
.me_tp_features{ display: none;}


/*第二層*/
.stellarnav.mobile li.open {
    background: #00264b;
    padding: 3px;
}
.stellarnav li a {
    padding: 10px 0px 10px 55px;
    color: #6495ed;
    font-size: 14px;
}
.stellarnav li li {
    display: block;
    border: 0;}

.stellarnav.mobile li a:hover {color: #ffffff;}


/*LOGO*/
.nav-brand{
    opacity: 0;
    transform: translateY(20px);
    animation: menuToggleIn .8s ease-out 5s forwards;
}



@media screen and (max-width: 1800px) {
.header_area .nav-brand{padding: 0px;}
    }

@media screen and (max-width: 1550px){
    
/*Header/＝＝＝＝＝*/
.navigation {    padding: 20px 10px 0px 10px;}
.header_area {  position: relative; top: 0;}
.main_header_area{width:100%;border-radius:0;padding:0;margin:0}
.header_area.sticky .main_header_area{padding:0}
.header_area{padding:0}
.pageIndex .main_header_area{width:100%;border-radius:0;padding:0}
.pageIndex .header_area.sticky .main_header_area{padding:0}
}

@media screen and (max-width: 1330px) {
/*Header/＝＝＝＝＝*/ 
.navigation{padding:10px 0 0 0;}
.stellarnav li.has-sub > a::before{top:55%;}
.stellarnav ul{text-align:right;}
.nav-header{position:static;text-align:center;}
}

@media screen and (max-width: 1250px) {          
/*Logo/＝＝＝＝＝*/ 
.header_area .nav-brand{width:unset;}
.header_area.sticky .nav-brand{max-width:200px;}
.nav-brand img{max-width:50%;}

}
 @media screen and (max-width: 1200px) {
.navigation{padding:unset}
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: grid;

        grid-gap: 0 20px;
    }
.stellarnav>ul>li>a{width:auto;font-size:14px}
.nav-header{position:static;text-align:center}.stellarnav ul{text-align:right} 
}
 @media screen and (max-width: 980px) {

 .main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align:center;}
 .nav-menu>li>a{padding:10px 0px;}
 header.header_area {  background: transparent;}
 .pageIndex .header_area{        position: fixed;   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:transparent;}
 .pageIndex .stellarnav ul li:hover a{color:#6495ED;font-weight:bold;}.stellarnav ul{text-align:center;}
 .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;margin-top:10px;}
 .nav-brand img{max-width:50%;}

 .tp_links{display:none;}

}
 @media screen and (max-width: 768px) {
/*header*/ 
.header_area.sticky .main_header_area{background:#ffffff00;max-width:unset;margin:auto;width:100%;border-radius:0px;padding:0px;transition:0.6s;}
.stellarnav .menu-toggle{padding:10px;}
.stellarnav > ul > li > a::after{display:none;}

/*側邊選單/＝＝＝＝＝*/ 
.stellarnav.mobile > ul > li:nth-last-child(7) > a.dd-toggle{display:none !important;}
.stellarnav.mobile > ul > li > a b{line-height:inherit;}
.stellarnav li li:hover > a,.stellarnav li li.has-sub:hover > a{color:#ffffff;border-color:#6495ED;background:#6495ED4f;}
.stellarnav.mobile.right .close-menu,.stellarnav.mobile.left .close-menu{background:transparent;}
.stellarnav.mobile.right > ul,.stellarnav.mobile.left > ul{position:fixed;top:0;bottom:0;width:70%;max-width:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:9999;border-right:1px #eee solid;}
.stellarnav.mobile > ul > li > a{text-align:left;overflow:auto;height:auto;line-height:200%;display:block;}

.stellarnav.mobile li a{border-bottom:none;}
.stellarnav li li > a,.stellarnav li li.has-sub > a{border-left:none;}
.stellarnav li li:hover > a,.stellarnav li li.has-sub:hover > a{border-color:transparent;}
.stellarnav > ul > li.has-sub > a::before{display:none;}.stellarnav>ul>li:before{content:none;}

/*open*/ 
.stellarnav.mobile li.open{background:transparent;padding:3px;}
/*Logo/＝＝＝＝＝*/ 
.nav-brand{margin-top:10px;}

.header_area.sticky .nav-brand{max-width:200px;}
.nav-brand img{max-width:40%;padding:0px;margin-top:0px;}
.sticky .nav-brand img{max-width:40%;}
.header_area .nav-brand {  padding: 0px; margin: 0; }
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0 20px;
        grid-auto-flow: column;
    }
 .main_header_area .container .navigation> * {
  
        justify-content: left;
 }
}
@media screen and (max-width: 600px) { 
/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
 .header_area .nav-brand{max-width: 200px;}
   
}
/* =========================================
   Footer
========================================= */

.site_endPart {
    position: relative;
    overflow: visible;
    padding: 25px 0;

    background-color: #00264B;

    background-image:
        radial-gradient(
            ellipse 70% 90% at 0% 100%,
            rgba(100,149,237,.18),
            transparent 65%
        ),
        radial-gradient(
            ellipse 60% 80% at 100% 0%,
            rgba(147,174,255,.16),
            transparent 65%
        ),
        linear-gradient(
            125deg,
            transparent 30%,
            rgba(255,255,255,.035) 45%,
            transparent 60%
        );

    background-size:
        100% 100%,
        100% 100%,
        200% 200%;

    background-position:
        center,
        center,
        0% 50%;

    animation: footerWater 6s ease-in-out infinite;
}


/* =========================================
   Footer 水波流動
========================================= */

@keyframes footerWater {

    0% {
        background-position:
            center,
            center,
            0% 50%;
    }

    50% {
        background-position:
            center,
            center,
            100% 50%;
    }

    100% {
        background-position:
            center,
            center,
            0% 50%;
    }

}


/* =========================================
   Footer 內容
========================================= */

.site_endPart .site_centerBox {
    position: relative;
    padding-right: 0;
    margin: auto;
    max-width: 90%;
}


/* =========================================
   Footer 聯絡資訊
========================================= */

.site_endPart li.site_reachOut {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    align-items: flex-start;
    flex-direction: row;
}

.site_reachOut a {
    color: #ffffff;
}

.site_reachOut p {
    color: #ffffff !important;
    line-height: 175%;
    letter-spacing: 1px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 5px;
}

.site_reachOut p:before {
    font-size: var(--site-ftr-fs13);
    color: #ffffff;
}


/* =========================================
   Footer 選單
========================================= */

.site_bottomMenu a {
    position: relative;
    display: inline-block;
    overflow: hidden;

    color: #ffffff;

    padding: 5px 10px;
    margin: 0 1% 0 0;

    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;

    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
}


/* Footer 選單 Hover */

.site_bottomMenu a:hover {
    color: #6495ED;
    border-color: #6495ED;
}


/* =========================================
   Footer 底線流光
========================================= */

.site_bottomMenu a::after {
    content: "";
    position: absolute;

    left: -35%;
    bottom: -1px;

    width: 30%;
    height: 2px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0) 15%,
        rgba(147,174,255,.25) 40%,
        rgba(255,255,255,.95) 50%,
        rgba(65,105,225,.8) 60%,
        rgba(147,174,255,.25) 75%,
        transparent 100%
    );

    box-shadow:
        0 0 6px rgba(147,174,255,.7),
        0 0 14px rgba(65,105,225,.45);

    opacity: 0;
    pointer-events: none;
}

.site_bottomMenu a:hover::after {
    opacity: 1;
    animation: footerLineRun 1.8s linear infinite;
}

@keyframes footerLineRun {

    from {
        left: -35%;
    }

    to {
        left: 105%;
    }

}


/* =========================================
   側邊固定按鈕
========================================= */

.fix_ri {
    width: 45px;
    box-sizing: border-box;

    position: fixed !important;

    left: 28px;
    bottom: 40px;

    z-index: 2147483647 !important;

    text-align: center;
    background: transparent;

    border: 1px solid #ffffff;

    box-shadow: 0 0 10px rgba(255,255,255,.8);

    overflow: visible !important;
}

.fix_ri a {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px;
    transition: all .3s;
}

.fix_ri a:nth-last-child(1) {
    border-bottom: none;
}

.fix_ri a:hover {
    background: #00264B;
}

.fix_ri img {
    width: 100%;
    opacity: 1;
}

.fix_ri p {
    text-align: center;
    font-weight: 900;
}

.info_fix > span {
    display: none;
}


/* =========================================
   其他
========================================= */

.jxPOhn {
    margin-top: -120px;
    margin-right: -4px;
}

.kHGnXI {
    bottom: 110px;
}


/* =========================================
   手機版
========================================= */

@media screen and (max-width: 768px) {

    .double_key {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .fix_ri {
        width: 40px;

        position: fixed !important;

        left: 20px !important;
        right: auto !important;

        bottom: 80px !important;

        z-index: 2147483647 !important;

        overflow: visible !important;
    }

}


/**/
.box_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    padding: 7px;
    margin: 2px;
    border: 0px #ddd solid;
    border-radius: 5px;
}
.box_link a:hover {
    background: #6495ED;
}
.box_link a i {
    color: #ffffff;
}

/*copy*/
.site_copyRight a {
    color: #144a81;
}
.site_copyRight p {
    font-size: 13px;
    color: #144a81;
    text-align: center;
}
.site_copyRight a:hover {
    color: #6495ED;
}

.site_copyRight span { color: #144a81;}
.privacyLinks a+a {
    border-left: 1px solid #144a81;
}
/**/
#to_top {
    position: fixed;
    left: 0px;
    z-index: 600;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    border-radius: 0%;
    bottom: 50%;
}
#to_top i.top {
    width: 50px;
    height: 25px;
}
#to_top i:before, #to_top i:after {

    background: #ffffff;
   
}

#to_top i.top:before, #to_top i.top:after {
    height: 25px;
    width: 1px;
    top: 0;
    left: 50%;
}
@media (max-width: 1366px) {
    .site_endPart li.site_bottomMenu {
        width: calc(100% - 20px);
    }
}
@media (max-width: 768px) {
/*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:#3A352D;background:#ffffff00;border:1px #3A352D solid;border-radius:99em;}
.footer_menu a:hover{background:#6495ED;border-radius:99em;}
.footer_info li p{text-align:left;display:flex;color:#3A352D;letter-spacing:2px;margin:2px 8px;flex-direction:column;}
.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;}
/* 開啟手機板下方按鈕所需設定 */ 

#bottom_menu li a {

    background-color: #00264B;
}

#bottom_menu li a em {

    color: #ffffff;}

#bottom_menu li a i {
  
    color: #ffffff;

}
#bottom_menu {

    box-shadow: 0 0 10px #ffffff00;
}


}
@media (max-width: 600px) {
.site_endPart li.site_bottomMenu {
    
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(135px, 100%), 1fr));
        gap: 5px;
    }
.site_endPart {

    padding: 70px 10px;}
}

/*上方選單右邊設定 臉書/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 {}
*/

/*頁碼*/
.path p,.path p a{text-align:left;}
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #6495ed;
}
.path{width:96%;margin:auto;font-size:13px;color:#6495ED;text-align:right;border-bottom:1px solid #6495ED}
.path p{position:relative;width:auto;display:inline-block;padding-left:5px;line-height:24px;margin-bottom:-1px;border-bottom:1px solid #6495ED;max-width:80%}
.path p a:hover{color:#6495ED}
.path p:after{content:"";position:absolute;display:block;width:5px;height:5px;background:#6495ED;border-radius:5px;left:0;bottom:-3px}
body.other_page .path{display:none}
body.promotions_page .path{display:none}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*鼠標*/ 
.subbox_item a:hover{cursor:url(https://pic03.eapple.com.tw/kuailaionesup/cursor.png),auto;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/
.blog_subbox{display:grid;grid-template-columns:repeat(auto-fill,minmax(590px,1fr));grid-gap:20px}
.blog_le .accordion{list-style-type:none;margin:auto;border-radius:0;border:0 #ccc solid;overflow:hidden}
.blog_list_le{display:flex;width:100%;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;aspect-ratio:1 / 1;padding:20px}
.blog_list_ri{display:block;padding:20px 0}
.subbox_item a{display:grid;grid-template-columns:400px 1fr;position:relative;grid-gap:20px;align-items:center;   border: 1px #ededed solid;padding: 10px;border-radius: 20px;}
.subbox_item a{position:relative;overflow:hidden}
.subbox_item a:before{content:'READ MORE';position:absolute;z-index:19;bottom:45%;right:20px;opacity:0;font-size:20px;color:#fff;transition:all .6s;font-weight:700;font-family: "Russo One", sans-serif;}
.subbox_item a:after{content:'';width:100%;position:absolute;left:0;top:0;bottom:0;z-index:8;background:linear-gradient(to right, #6495ed52, #00264b78);border:1px #ddd solid;transform:scaleX(0);transform-origin:left;transition:transform .5s}
.subbox_item a:hover:after{transform:scaleX(1)}
.blog_list_ri{display:block;padding:40px 20px;background-color:#6495ed;margin-left:-80px;border-radius: 20px;}
.blog_list_ri h5{font-weight:900;font-size:20px;color:#ffffff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;letter-spacing:2px;}
.blog_list_ri em {
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    display: block;
}
.blog_list_ri p {
    font-size: 15px;
    color: #00264B;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    font-weight: 900;
}
.blog_list_le img {
 
    border-radius: 20px;
}
/*右側選單*/ 
.accordion li .link a{cursor:pointer;display:block;padding:15px 10px;color:#6495ed;font-size:14px;font-weight:700;position:relative;border-bottom:1px solid;}
.accordion li+li .link {
    border-top: 1px solid transparent;
}
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #6495ed;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #6495ed !important;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內層*/


/*第一張圖片隱藏*/
.articel_mainPic img{display:none}

/*排版*/
.blog_box {
    min-height: 20vw;
    padding: 20px 7px;
}
body.blog_in_page.article_a .blog_ri {     padding: 20px;
    background-color: #ffffffb3;
    border-radius: 50px;}

/*文章標題*/
h4.blog_category_title {
    color: #00264b;
    font-size: 30px;

    padding: 10px 0;
    margin-bottom: 20px;
}






/*按鈕*/
.blog_back a{font-size:15px;color:#ffffff}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{    background: #6495ed;
    border-bottom: 0;
    border-radius: 20px;}
.blog_back a.article_btn_back {
    background: #00264b;
    border-bottom: 0;
    border-radius: 20px;
}
.blog_back a.article_btn_prev:hover,.blog_back a.article_btn_next:hover,.blog_back a.article_btn_back:hover{
box-shadow: 0 0 10px rgb(255 255 255);
}
/*下方相關文章*/

.news_related h6 span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_related h6 span::after {
    content: 'RELATED ARTICLES';
    order: 1;
    font-family: "Russo One", sans-serif;
    font-size: 24px;
    color: #ffffff;
}

.news_related h6 span::before {
    content: '相關文章';
    order: 2;
    font-size: 24px;
    color: #6495ed;
}

.lastPage{background:#6495ed ; border-radius: 20px;}

.news_related {
    background: #ffffff1a;
    padding: 25px 15px;
}

.news_related_list li > a {
  border-radius: 20px;
    background: transparent;
    border: 1px #ffffff solid;
    color: #ffffff;
}
.news_related_list li a p {
    font-size: 15px;
    color: #ffffff;
    line-height: 2;
    
}
.news_related_list li a img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width:768px){

    /*外層*/
       /*上方分類下拉箭頭*/
    .fa-caret-down::before {
    content: "\f0d7";
    color: #6495ed;
}

        .subbox_item {
        width: 100%;
        border-bottom: 1px #eee solid;
        padding: 20px;
    }
.subbox_item a{        grid-template-columns: 1fr;
        padding: 20px;
        grid-gap: 20px;}
.blog_subbox{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:20px}
.blog_list_ri p {
  
    color: #6495ed;
   
}
.blog_list_ri{display:block;padding:0;background-color:transparent;margin-left:0}
.blog_list_le { padding: 0px; }

.blog_subbox{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:20px}

/*內層*/
    .blog_ri {
        width: 100%;
        display: block;
        padding: 0;
        margin: auto;
        padding: 20px;
    }

    .blog_back {
        grid-gap: 3px;
        margin-top: 50px;
    }

}



/*文章-首頁*/
/*標題*/
.module_i_news .title_i_box h4{font-size:24px;color:#9e9a98;font-weight:500;letter-spacing:2px;}
.module_i_news .title_i_box h4::before{content:"PORTFOLIO";display:block;color:#ddd8d4;font-size:120px;letter-spacing:0;font-family:"Tenor Sans", sans-serif !important;}
.module_i_news{background-color:#ededed}.i_blog_b a:hover i.fa-solid.fa-arrow-right{margin:0 0 0 130px;}
.i_blog_b a i.fa-solid.fa-arrow-right{margin:0 0 0 100px;}.animated-arrow{color:#9e9a98;}

/*文章*/ 
.module_i_news li a{position:relative;display:grid;grid-template-columns:200px 1fr;grid-gap:10px;border:1px #9e9a98 solid;padding:10px;}
.i_blog_le{display:flex;align-items:center;justify-content:center;padding:0 10px 0 0;width:100%;line-height:0;aspect-ratio:1 / 1;overflow:hidden;border-right:1px #9e9a98 solid;

}
@media screen and (max-width:768px){
.module_i_news .title_i_box h4::before{font-size:60px;}
}
@media screen and (max-width:500px){
.module_i_news .title_i_box h4::before{font-size:40px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*按鈕*/
.animated-arrow{background:0 0;color:#3a352d;display:inline-block;margin-top:20px;height:50px;line-height:50px;overflow:hidden;width:250px;text-align:center;position:relative;border-radius:0;border-bottom:1px solid #3a352d}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*影片*/
/*側邊分類按鈕*/
.video-layer-two li a{position:relative;border:1px #fff solid;background:transparent;padding:7px 16px;display:block;font-size:16px;color:#444;font-weight:900;}
.video-layer-two li a:hover{color:#6495ED;}

/*影片-首頁*/
 /*標題*/ 
 .i_video_tit h2{font-size:30px;font-family:"Noto Serif TC";}
.pageIndex .i_video_tit span{display:none;}
.i_video_tit h2::before{content:"Video";display:block;color:#6495ED;font-size:36px;letter-spacing:0px;margin-bottom:-5px;font-weight:600;font-family:"Noto Serif TC";}

/* = = = 相簿分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

/*外層*/
.overlay{position:absolute;content:'';width:100%;height:100%;display:block;background:#6495ED69;left:0;top:0;opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:all .4s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .show_pic{display:block;position:relative;overflow:hidden;text-align:center;line-height:0;height:auto;aspect-ratio:4 / 3;border-radius:20px;}
.other_subalbum li{background:#ffffff00;}

/*查看更多*/ 
.album_fixed_title{background:#ffffff00;}

 
 /*內層*/ 
 .show-list .show_pic img{max-width:100%;display:block;width:100%;height:100%;object-fit:cover;border-radius:20px;}
 
 /*觀看更多*/ 
 .other_album_choice li{background:#6495ED;font-size:15px;display:inline-block;border-radius:18px;padding:7px 20px;margin:0 7px 7px 0;}
 .album_fixed_title span:before{content:'觀看更多';margin:0 7px 0 0;color:#6495ED;}.fa-image::before{content:"\f03e";color:#6495ED;}
 
 /*相簿分類名稱*/ 
 .show-list .show_name{font-size:17px;color:#ffffff;letter-spacing:0.15em;line-height:1.5;margin-top:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:26px;text-align:center;}

/*相簿名稱hover*/
 .show-list .item:hover .show_name{color:#ffffff;}

/*主分類*/ 
.subalbum-menu h2{font-size:20px;color:#6495ED;display:inline-block;vertical-align:middle;}


/*相簿名稱*/
.other_subalbum li a p {
    line-height: 2;
    color: #ffffff;
}



/*相簿描述文字*/ 
.album_descrip{margin-bottom:20px;color:#ffffff;line-height:1.4;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/

/*首頁*/
/*標題*/ 
.news_part .title_i_box h6{font-size:120px;color:#6495ED;font-family:"Bodoni Moda",serif;font-weight:600;}
.news_part .title_i_box h4{font-size:30px;color:#3A352D;font-weight:700;}
.news_list ul li a:hover{background:#e7d5bc8a;border-radius:20px;}
.news_list ul li span{display:block;vertical-align:top;padding:15px 0;font-size:15px;color:#3A352D;width:150px;}
.news_list ul li a:hover p{color:#3A352D;}
.news_list ul li p:after{content:'read more';font-size:12px;color:#3A352D;letter-spacing:0px;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .6s;padding: 10px; border-radius: 10px; background-color: #fffaf3;}
.news_list ul li{display:block;border-bottom:1px #6495ED solid;padding:10px;}

/*促銷內頁*/ 
body.promotions_page .promotion_title{display:flex;flex-direction:column;}

/*時間*/ 
body.promotions_page .promotion_title span{border:0px #ccc dashed;padding:2px 7px;margin:0 2px 2px 0;border-radius:10px;background-color:#6495ED;}
body.promotions_page .promotion_title em{border-bottom:1px #AAA299 solid !important;padding:20px 7px 3px 0px;margin:0 2px 2px 0;border-radius:0px;border:1px #33333300 solid;}
.promotion_title *{color:#AAA299;}/*標題*/ body.promotions_page .promotion_title h2{font-size:24px;color:#3A352D;font-weight:700;margin-top:50px;}

/*hover*/ 
.other_promotion li a:before{content:'';display:block;position:absolute;left:-1px;top:-1px;z-index:1;width:15px;height:15px;border:1px #3a352d solid;border-bottom:none;border-right:none;transition:all .5s;}.other_promotion li a:after{content:'';display:block;position:absolute;right:-1px;bottom:-1px;z-index:2;width:15px;height:15px;border:1px #3a352d solid;border-top:none;border-left:none;transition:all .5s;}.other_promotion li a:hover{background:#e9ddc8cc;}

@media screen and (max-width: 768px) {
/*促銷*/ 
.news_part .title_i_box h6 { font-size: 60px;}
.news_list ul li{border:1px #6495ED solid;margin-bottom:7px;background:transparent;}
.news_list ul li a{display:flex;width:100%;text-align:center;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;}


}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.car_page .information_left { display: block;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #6495ED; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li.active a{font-weight:700;border:0#ccc solid}
.product-layer-two li a{border-radius:15px;position:relative;background:#f3f3f32b;padding:7px 16px;display:block;font-size:16px;color:#3a352d;border:1px #ccc solid}
.product-layer-two li:hover a { color: #ffffff; border: 1px #ccc solid; background: #79797970;}
.product-layer-two li li a{ padding:5px 10px;background-color: #f3f3f32b;}
.product-layer-two li li:hover > a { background:#fff; color:#6495ED;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px; border-bottom:1px dotted #ccc;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

#prod_thumbSwiper .swiper-slide{padding-top: calc(25% - 2px); position: relative;}
#prod_thumbSwiper img{position: absolute; left: 0; top: 0;}

/*產品資訊標題*/
.pd_tabTitle li.activeTab a{color:#3A352D;display:none;}
element.style{color:#3A352D;}

/*產品資訊內文*/
 element.style{color:#6495ED;}
 .pd_tabInner_contain{padding-top:20px;color:#3A352D;}

/*價格*/
.products-list .price {display: none;}

/*右側商品資訊*/
/*加入購物車*/
.inquiry_a3 {
    background: #ede7db;}
/*加入詢價車*/
.inquiry_a1 {
        background: #6495ED;}
/*檢視詢價車*/
.inquiry_a2 {
            background: #6495ED;}
/*標題*/
.sidebarBtn h2{color:#3A352D;font-size:24px;}
.inquiry_a1,.inquiry_a2,.inquiry_a3{display:block;width:100%;border-radius:5px;text-align:center;line-height:50px;color:#3A352D;margin-top:10px;}

/*規格*/ 
.product_info li .txt_box{display:inline-block;vertical-align:top;color:#3A352D;}

/*底*/ 
.sidebarBtn{padding:15px;display:inline-block;width:28%;vertical-align:top;border:0px #dddddd00 solid;background:#b9b9b900;}

/*內文*/ 
.product_info li span{display:none;font-size:12px;color:#3A352D;margin-bottom:3px;font-family:Arial,Helvetica,sans-serif;letter-spacing:1px;}

/*底下相關商品*/ 
.prod_related{background:#6495ED;padding:85px 15px;}
.prod_related h6 span:before{content:'相關推薦';font-size:24px;color:#3A352D;}
.related_list li a{display:block;padding:4px;background:#fff;height:100%;border-radius:10px;}
/*首頁-商品*/
/*首頁-商品顯示*/
.pageIndex .products-list .item:nth-child(n+5){display:none}
.products-list .more{border:1px solid #6495ED!important;color:#6495ED!important;font-size:16px;font-weight:700;line-height:32px;text-align:center;transition:all .5s;position:absolute;transform:translateX(-50%);left:50%;bottom:0;border-radius:20px}
.products-list .item a:hover .more{background:#6495ED!important;color:#fff!important;letter-spacing:2px}
.products-list .name{font-size:15px;color:#3a352d;letter-spacing:1px;margin-top:15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px;text-align:center}

@media screen and (max-width:768px){
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: none;}
.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
/*產品頁面*/
a.pd_menu_toggle{font-size:1.6em;font-weight:bold;margin-bottom:10px;position:relative;color:#b59666 !important;}
#prod_thumbSwiper img{width:100%;height:100%;object-fit:cover;display:block;}

/*產品頁面*/ 
.product_menu_list>h5{color:#6495ED;}
.product_menu_list>h5 a{width:100%;height:100%;position:absolute;right:0;top:0;bottom:0;text-align:right;display:flex;align-items:center;align-content:center;justify-content:center;}
a.pd_menu_toggle{width:100%;height:100%;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;align-content:center;justify-content:center;border:0px #b59666 solid;border-radius:20px;}

/*產品內頁-標題名稱*/ 
.mobile_product_name{display:block;margin-bottom:10px;color:#6495ED;}

/*產品資訊*/ 
.sidebarBtn{padding:15px;display:inline-block;width:100%;vertical-align:top;border:0px #dddddd00 solid;background:#b9b9b900;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.main_part{width:100%;max-width:1500px;margin:auto;padding:10px 20px 80px 20px;}

/*聯絡資訊*/ 
.list_before.info li:nth-last-child(1){padding-left:0px;}
.contact_content .information_left{width:100%;}
.information_left,.information_right{padding:0px;}

/*標題顏色*/ 
.blank_letter{padding-top:30px;font-size:26px;;background-position:left bottom;background-repeat:no-repeat;}

/*資訊顏色*/ 
.list_before{margin-top:30px;margin-bottom:20px;font-size:15px;color:#3A352D;display:block;width:100%;position:relative;}
.contact_le_map a{display:block;background:#6495ED;text-align:center;padding:10px;color:#fff;}

/*表單*/ 
.contact_form{margin-top:30px;margin-bottom:0px;font-size:15px;color:#ffffff;display:grid;grid-template-columns:1fr;grid-gap:10px;}
.contact_form li.last cite{background:#ffffffb3;color:#ED7C1B;}
.contact_form li.last input{background:none;border:none;outline:none;font-size:15px;padding:7px;letter-spacing:2px;color:#ffffff;}
.contact_form li.last blockquote,.contact_form li.last cite{display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px transparent solid;
    border-bottom: 0;
    width: 150px;
    max-width: calc(50% - 10px);
    border-radius: 20px;
    background-color: #6495ed;}
.fa-arrow-right::before{content:"\f061";color:#ffffff;}
/*聯絡表單*/
body.contact_page .blank_letter{font-size:30px;color:#6495ED;}
body.contact_page .contact_form li{grid-template-columns:200px 1fr;grid-gap:10px}
.contact_form li .form__label{width:100%;margin-left:0;text-align:left;font-weight:bold;padding:5px;background:transparent}
.contact_form li .form__label{display:block;max-width:100%;}
.contact_form li.last *{transition:all .5s;color:#282524}
.contact_form li input.noborder{border:0}
.contact_form li{border-bottom:1px #ffffff solid;padding:12px 0;grid-template-columns:125px 1fr}

body.contact_page .blank_letter.f::before {
    content: "FORM";
    display: block;
    color: #ffffff;
    font-size: 80px;
    letter-spacing: 0;
    font-family: "Russo One", sans-serif !important;
}

/*表單輸入文字*/
 button,input,optgroup,select,textarea{color:#3A352D;font:inherit;margin:0;}
 
 /*表單調整*/ 
 .contact_form li .form__label{display:block;max-width:100%;text-align:right;}
 .contact_form li{display:grid;grid-template-columns:12vw 1fr;grid-gap:10px;}
 .contact_form li:has(input[type=checkbox]) 
 .form__insert{grid-template-columns:repeat(auto-fit,minmax(13px,13px) minmax(200px,1fr));}


@media screen and (max-width:768px){
body.contact_page .blank_letter::before{font-size:60px}
.contact_form li .form__label{max-width:100%}
.contact_form li{grid-template-columns:1fr !important}
body.contact_page .blank_letter{font-size:24px}

/*表單*/ 
.contact_form li .form__label{width:100%;margin-left:0;text-align:left;font-weight:bold;padding:5px;background:transparent;}
.contact_content .information_left{width:100%;}
.contact_form li {grid-template-columns: 1fr;}
.contact_content .information_right {

    margin: 20px 0 ;
   
}
}
.contact_le_map{display: none;}
/*******************************************/
.contact_editbox { margin: auto; padding: 0px;}
/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 90%;    margin:80px auto 0 auto;    padding:50px 30px;    display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;		max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;display:none;}

/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {       max-width: 1600px;
    background-color: #ffffff21;
    border-radius: 20px;}
/**/
/*******************************************/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}

.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
/*大圖*/
.swiper-banner .swiper-slide img { width: 100%;height: auto;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner.banB {display: none;}
.banner.banA {}
.banner.banE {}
.banner.banblog {}
.banner.banC {display: none;}
.banner{background:url(https://pic03.eapple.com.tw/kuailaionesup/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:#6495ED;font-size:32px;letter-spacing:2px}

.banner h5:before {
    content: "";
    font-size: 80px;
    font-family: "Russo One", sans-serif;
    white-space: pre-line;
    display: block;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
}

body.blog_page.article_a .banner h5:before, body.blog_in_page.article_a .banner h5:before {
    content: 'NEWS';
}


body.album_page.album_a.bodyMobile .banner h5:before{
    content: 'PHOTO';
}


/* =========================
   Banner
========================= */

.banner{
    height: 376px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: transparent;
}


/* =========================
   上方流動光暈
========================= */

.banner::before{
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    left: 50%;
    top: -260px;

    transform: translateX(-50%);

    border-radius: 50%;
    pointer-events: none;

    background: radial-gradient(
        circle,
        rgba(147,174,255,.9) 0%,
        rgba(65,105,225,.55) 35%,
        rgba(0,64,255,.18) 58%,
        transparent 72%
    );

    filter: blur(55px);
    opacity: .85;

    animation: bannerGlow 8s ease-in-out infinite;

    z-index: 0;
}


/* =========================
   光暈移動
========================= */

@keyframes bannerGlow{

    0%{
        transform: translateX(-50%) translate(-180px,0) scale(1);
    }

    25%{
        transform: translateX(-50%) translate(-80px,25px) scale(1.1);
    }

    50%{
        transform: translateX(-50%) translate(80px,10px) scale(.95);
    }

    75%{
        transform: translateX(-50%) translate(180px,30px) scale(1.1);
    }

    100%{
        transform: translateX(-50%) translate(-180px,0) scale(1);
    }

}


/* 內容保持在光暈上面 */

.banner > *{
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {

.banner h5:after { font-size: 13px;  }
.banner h5 { font-size: 24px;}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* =========================================
   防止第一幀先看到真正 Banner
   純 CSS
========================================= */

.pageIndex .swiper-banner .swiper-slide img {
    opacity: 0;
    visibility: hidden;
}

/* 開場結束後恢復 Banner */
.pageIndex .swiper-banner .swiper-slide img {
    animation: bannerImageShow 0.01s 4.6s forwards;
}

@keyframes bannerImageShow {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}


/* =========================================
   換頁防白閃
   只控制頁面最底層
========================================= */

html {
    background: #00264B;
}

