@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/

/* 商品下拉超過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: #efefef; 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 li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@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: block;}

.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;}
}
@media screen and (max-width: 600px) {
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 捲軸寬度及高度 */
::-webkit-scrollbar {    background: #ffffff;   width:7px;}
::-webkit-scrollbar-button {display: none;background: #ffffff;border-radius: 0;}
::-webkit-scrollbar-track-piece {   background: #ffffff;}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {background-color: #ffcc00;;border-radius: 3px;}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {background-color: #ffcc00;}

/* 軌道背景底色 */
::-webkit-scrollbar-track {box-shadow: #ffffff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*banner1*/
.pageIndex .bannerindex .swiper-slide:nth-child(1)::before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/willclean/word1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    transform: translate(-50%, 30%); /* 預設在下方 */
    width: 24%;
    height: 13%;
    left: 76.5%;
    top: 30%;
    z-index: 10001;
    pointer-events: none;
    opacity: 0; /* 預設隱藏，由動畫控制顯現 */
}

/* 第一張圖：立刻開始往上滑並顯現 */
.pageIndex .bannerindex .swiper-slide-active:nth-child(1)::before {
    animation: banner-word1-move 1s ease-out forwards;
}  

/* 第一張圖的動畫：同時改變位置與透明度 */
@keyframes banner-word1-move {
    0% {
        transform: translate(-50%, 30%);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0%);
        opacity: 1;
    }
}

/*-----------------------*/
.pageIndex .bannerindex .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/willclean/word2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    transform: translate(-50%, 30%); /* 預設在下方 */
    width:20%;
    height:13%;
    left:82%;
    top:39%; /* 💡 調整了 top 位置，讓第二張圖出現在第一張圖下方，若要完全重疊可改回 30% */
    z-index: 10002; /* 讓第二張圖層級稍微高一點點 */
    pointer-events: none;
    opacity: 0; /* 預設隱藏 */
}

/* 第二張圖：延遲 1.2 秒才開始執行動畫（可依喜好調整延遲時間） */
.pageIndex .bannerindex .swiper-slide-active:nth-child(1)::after {
    animation: banner-word2-move 1s ease-out 1.2s forwards;
}  

/* 第二張圖的動畫：獨立命名，避免衝突 */
@keyframes banner-word2-move {
    0% {
        transform: translate(-50%, 30%);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0%);
        opacity: 1;
    }
}
/*banner2*/
.pageIndex .bannerindex .swiper-slide:nth-child(2)::before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/willclean/word1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    transform: translate(-50%, 30%); 
    width: 24%;
    height:11%;
    left: 18%; /* 💡 修改這裡：讓 Banner 2 第一張圖偏左（原本是 76.5%） */
    top: 30%;
    z-index: 10001;
    pointer-events: none;
    opacity: 0; 
}

.pageIndex .bannerindex .swiper-slide-active:nth-child(2)::before {
    animation: banner-word1-move 1s ease-out forwards;
}  

/*-----------------------*/
.pageIndex .bannerindex .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/willclean/word2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    transform: translate(-50%, 30%); 
    width: 20%;
    height:11%;
    left: 23.5%; /* 💡 修改這裡：讓 Banner 2 第二張圖偏左並與第一張字錯開（原本是 82%） */
    top: 39%; 
    z-index: 10002; 
    pointer-events: none;
    opacity: 0; 
}

.pageIndex .bannerindex .swiper-slide-active:nth-child(2)::after {
    animation: banner-word2-move 1s ease-out 1.2s forwards;
}  


/* ==================== 全域共用動畫效果 ==================== */
/* 第一張圖的動畫：同時改變位置與透明度 */
@keyframes banner-word1-move {
    0% {
        transform: translate(-50%, 30%);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0%);
        opacity: 1;
    }
}

/* 第二張圖的動畫 */
@keyframes banner-word2-move {
    0% {
        transform: translate(-50%, 30%);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0%); /* 如果需要再高一點，可以像前一個步驟改成 -15% */
        opacity: 1;
    }
}






/*選單設定*/
.nav-menu {margin: 0;}
.main_header_area .container {max-width: 90%;}
.nav-menu>li:not(.tp_links) {padding-right: 15px;}
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {color: #1C88AC;}
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {color: #1C88AC;}
.nav-dropdown>li {text-align: center;}

/*  */

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    background: transparent;
    transition: all 0.5s;
}

.header_area.sticky {background: transparent;}
.header_area .main_header_area {background: transparent;transition: all 0.3s;}
.header_area.sticky .main_header_area {transition: all 0.3s;}

.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    transition: all 0.3s;
    align-items: flex-end;
    justify-content: flex-end;
}

.header_area.sticky .navigation {padding: 30px 0;transition: all 0.3s;}
.header_area .stellarnav {
    position: relative;
    width: fit-content;
    z-index: 9900;
    line-height: normal;
    text-align: center;
    background: #0000009e;
    border: 1px #ffffff14 solid;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;}
.stellarnav ul {margin: 0;padding: 0;text-align: center;}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

@media screen and (max-width: 1440px) {
.main_header_area .container {max-width: 90%;}
}

@media screen and (max-width: 1024px) {
.header_area .navigation {padding: 0;transition: all 0.3s;}
.header_area.sticky .navigation {transition: all 0.3s;}
.header_area .stellarnav ul {text-align: center;padding: 0;transition: all 0.3s;}
.header_area.sticky .stellarnav ul {text-align: center;transition: all 0.3s;}
}

@media screen and (max-width: 768px) {
.main_header_area .container {max-width: 90%;}
.header_area.sticky .main_header_area {width: 100%;height: 60px;}
}

/*LOGO設定*/
.nav-header {
    position: absolute;
    z-index: 99999999;
    max-width:185px;
    padding: 10px 20px;
    left: 5%;
    overflow: hidden;
    transform-origin: 0 0;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .nav-header {transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);}
.nav-header:hover {transition: all 0.5s;}
.header_area .nav-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(118deg, transparent 0%, transparent 45%, #ffffff3b 50%, #ffffff6b 55%, #ffffff3a 60%, transparent 65%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    opacity: 0;
    pointer-events: none;
    animation: bg-shin 2s infinite cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@keyframes bg-shin {
    0% {
        transform: translate(-100%, 0%);
    }

    100% {
        transform: translate(100%, 0%);
    }
}

.nav-brand img {width: 100%;}
.header_area .nav-brand,
.header_area .nav-brand:focus {
    display: block;
    position: relative;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding: 10px 20px;
}

.header_area.sticky .nav-brand,
.header_area .nav-brand:focus {
    opacity: 1;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

/* 其他分頁 LOGO */
.header_area .nav-brand img {transition: all 0.5s cubic-bezier(1, -0.02, 1, -0);}
.me_tp_features {display: none;}
.stellarnav>ul>li.has-sub>a {padding-right: 0;}
.stellarnav>ul>li {
    width:130px;
    text-align: center;
    height: fit-content;
    padding: 10px 0;
    transition: all 0.3s;
}

.stellarnav>ul>li::before {
    content: "";
    display: block;
    width: 1px;
    height: 30%;
    background-color: #ffffff52;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.stellarnav>ul>li:nth-of-type(1):before {display: none;}
.stellarnav>ul>li:hover {background:#ffcc0080;box-shadow: 0 0 5px #FFCC00;transition: all 0.3s;}
.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
}

/*-----------------*/

.header_area .stellarnav>ul>li>a {color: #292929;transition: all 0.3s;}
.header_area.sticky .stellarnav>ul>li>a {color: #fff;transition: all 0.3s;}
.header_area .stellarnav>ul>li:hover>a,
.header_area.sticky .stellarnav>ul>li:hover>a {color: #fff;transition: all 0.3s;}
.stellarnav>ul>li>a b {}
.stellarnav>ul>li>a b:nth-of-type(2) {font-size: 14px;font-weight: bold;
}

/*  */

.stellarnav li.has-sub>a:after {display: none;}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #091b37;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 10px 10px;
    border-left: 0px #ffcc00 solid;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.stellarnav li li a:hover {border-left: 10px #ffcc00 solid;transition: all 0.3s;}
.stellarnav li li {display: block;border: 0;margin-bottom: 0;background: transparent;}
.stellarnav ul ul {width: 200px;background: #000000bd;top: 100%;}
.stellarnav ul ul ul {top: 0;left: 180px;}

@media screen and (max-width: 1440px) {
.stellarnav>ul>li>a {margin: 0 15px;}
.main_header_area .container {max-width: 95%;}
.nav-header {max-width: 190px;}

}

@media screen and (max-width: 1024px) {
.stellarnav>ul>li:nth-child(4) {}
.stellarnav>ul>li>a {font-size: 15px;margin: 0 7px;}
.nav-header {max-width: 160px;left: 0;}
.stellarnav>ul>li {width: 110px;}
}


@media screen and (max-width: 768px) {
.stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
        opacity: 1;
        overflow: visible;
        padding: 20px;
        backdrop-filter: none;
    }

    .nav-header {
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 50%;
        max-width: 160px;
        transform: translate(-50%, 0);
    }

    .sticky .nav-header {
        transform: translate(-50%, 0) scale(1);
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .headerSticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
    }

    .headerSticky .stellarnav .menu-toggle:after {
        color: #fff;
        transition: all 0.5s;
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #ffcc00;
        color: #000000;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #000000;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #000000;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border-right: 0;
        background-color: #000000b8;
        max-width: 100%;
        backdrop-filter: blur(10px);
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #0000000f;
    }

    .stellarnav.mobile ul ul {
        background-color: transparent;
    }

    .stellarnav.mobile>ul>li {
        width: 100%;
        border-bottom: 1px #ffffff66 solid;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
        text-align: center;
        letter-spacing: 1px;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #fff;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 10px;
        top: 20px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .header_area.sticky .nav-brand,
    .header_area .nav-brand:focus {
        width:90px;
        padding: 0;
    }

    .header_area .nav-brand,
    .header_area .nav-brand:focus {
        width: 40px;
    }

    .stellarnav>ul>li:nth-child(4) {
        margin-right: 0;
    }

    .stellarnav li li a {
        padding: 10px 10px;
        border-left: 0px #1C88AC solid;
        background: transparent;
        font-size: 14px;
        transition: all 0.3s;
    }

    .stellarnav.mobile ul ul li {
        background-color: transparent;
    }

    .stellarnav.mobile li.open li.open {
        background: #fff;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
        top: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #fff;
    }

    .header_area .stellarnav>ul>li>a {
        text-align: center;
        color: #fff;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .header_area .main_header_area {}

    .stellarnav.mobile li li.has-sub li.drop-left a {
        padding: 10px 40px 10px 30px;
        background: #0000002e;
    }
}
/* = = == = = = = = = = FOOTER = = = = = = = = = = = = == = = */

.footer {
	background: transparent;
    background-color: #000000;
	padding: 30px 0 0;
	position: relative;
}
.footer_logo>a{
    text-align: center;
    background: url("https://pic03.eapple.com.tw/willclean/ft-logo.png") no-repeat center center;
    background-size: 100%;
    width:100%;
    height: 165px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.footer_logo {margin: 0px auto 0px;WIDTH: 100%;max-width: 190px;}
.footer_logo > a{}
.footer_logo img {max-width: 100%;}
.footer_info li p, .footer_info li p a{color:#ddd;letter-spacing: 2px;}
.footer_menu {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_menu a {
	margin: 0;
	text-align: center;
	padding: 3px 10px;
	transition: all 0.3s;
	background: unset;
    border: unset;
	margin: 0 5px 4px 5px;
	color: #ddd;
	font-weight: 600;
}
.footer_menu a:hover {color: #ffcc00;background:unset;}

.copy {
    background: #2b4949;
	background: transparent;
	color: #fff;
	border:none;
	position: relative;
}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link a{
	transition:all 0.3s;
	border: 1px #ddd solid;
    color: #ddd;
	/*background: #F4BE5E;*/
}
.box_link a:hover {
	background: #ffcc00;
    color: #000000;
}

.footer_info li:nth-child(1) {
    padding-bottom: 20px;
	max-width: 800px;
}
.footer_info li p {
    width: 100%;
}

.footer_info li:nth-child(2) {
	border-top: 1px rgba(255,255,255,0.2) solid;
    padding: 15px 0px 10px;
	margin: 0px;
}



.footer_logo>a img {width: 0px;}
.footer_info li:nth-child(1) {display: flex;flex-wrap: wrap;}

@media screen and (min-width: 769px){
.footer {padding: 50px 0 0;}
.footer .center {max-width: 1400px;}
.footer_info ul {display: flex;padding-right: calc(190px + 3vw);}
.box_link {max-width: 190px;top: 170px !important;}
.footer_info li:nth-child(1) {width: 60%;padding-bottom: 10px;}
.footer_info li:nth-child(2) {
padding: 5px 0px 0px;
border: unset;
padding-right: 20px;
border-right: 1px rgba(255, 255, 255, 0.3) solid;
max-width: 280px;
width: 40%;}
.footer_menu a {letter-spacing: 2px;width: 45%;text-align: left;margin:10px 0px;padding:0px 0px;}
.copy {margin-top: 30px;}}

@media screen and (min-width: 1025px){
.box_link {top: 5px !important;}
}


@media screen and (min-width: 1301px){
.footer_info li:nth-child(1) {width: calc(100% - 320px);}
.footer_info li:nth-child(2) {padding-right: 40px;max-width: 320px;}
.footer_info ul {padding-right: calc(250px + 3vw);}
.box_link {max-width: 250px;}
}

.copy {
padding: 15px 0;
border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.footer_info li:nth-child(1)::before, .footer_info li:nth-child(2)::before, .box_link::before {
    width: 100%;
	color: #FFCC00;
    display: block;
    margin: 12px 0px;
	font-size: 20px;
    font-weight: 600;
	letter-spacing:2.5px;
}

.footer_info li:nth-child(1)::before {
    content: "INFOMATION";
	padding-left: 0px;
	padding-right: 0px;
}

.footer_info li:nth-child(2)::before {content: "RELATED LINK";}
.box_link::before {content: "CONTACT";}


@media screen and (max-width: 1024px) {
.footer_logo {grid-column: 1 / span2;}
.footer_logo>a {width: 250px;}
.footer_info {grid-template-columns: 1fr 1fr;}
.footer_info ul {padding-bottom: 50px;grid-column: 1 / span2;}
.copy {max-width:100%;}
}




@media screen and (max-width: 768px) {
.footer_info li+li {margin-top: 0;}
.footer_logo>a {width: 200px;}
}

@media screen and (max-width: 640px) {
.footer_info {grid-template-columns: 1fr;}
.footer_logo {grid-column: 1;}
.footer_info ul {padding-bottom:15px;grid-column: 1;flex-wrap: wrap;gap: 50px;}
.footer_info li:nth-child(1), .footer_info li:nth-child(2) {width: 100%;}
.footer_info li p, .footer_info li:nth-child(1)::before, .footer_info li:nth-child(2)::before, .box_link::before {text-align: center;}
.box_link {width: 100%;justify-content: center;}
.footer_menu {justify-content: center;}
}

@media screen and (min-width: 769px) {
.footer_info {padding: 0 0;}
.footer_logo {display: flex;flex-wrap: wrap;justify-content: center;}
}

.box_link {
    width: fit-content;
    right: 10px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	flex-direction: unset;
    flex-wrap: wrap;
}

.box_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    line-height: 0px;
    letter-spacing: 0px;
    padding: 0px;
    border-radius: 50px;
    margin: 0px 4px 10px;
	font-size: 20px;
}

@media screen and (max-width: 980px) {
.box_link {
	left: unset;
	right: 20px;
	top: 10px;
	bottom: unset;}
}

@media screen and (max-width: 768px) {
.box_link {
	justify-content:left;
	position: unset;
	margin: 5px auto;}
}

@media screen and (max-width:640px) {
.box_link {
	justify-content:center;
	position: unset;
	margin: 5px auto;}
}

@media screen and (max-width:375px) {
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width:180px;
    margin: 0 auto;
    row-gap:20px;
    padding: 0;
}

.footer_menu a,
.footer_menu li,
.footer_menu span {
    width: auto;
    text-align:center;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    color: #ddd;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}