@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #fff;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {padding: 10px 0 10px 10px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #54aad4;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #54aad4;	padding-left:10px;border-color:#54aad4 ;}
/*SubMenu*/
.shop_search_btn {    background: #54aad4;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #54aad4;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 字型 */
    --font: "Noto Sans TC", sans-serif;
}

/* =============== ▲ 全域變數 ▲ =============== */

/*Header/＝＝＝＝＝*/
.header_area {
    position: sticky;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.nav-header {grid-row: 1 / span 3;padding: 0 0 0px;}
.nav-brand { width: 100%; max-width: 400px; transition:all 0.3s;}
.nav-brand img {transition: .3s;  max-width: 180px; margin: 0; padding:0;max-width: -webkit-fill-available; filter: none;}
.sticky .nav-brand img { transition: .3s;  max-width: -webkit-fill-available; filter: contrast(0) brightness(100) drop-shadow(0px 0px 0px #222);}
.header_area { 
	/* position: fixed;  */
	background: #ffffff00; 
	padding: 0;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.header_area .nav-brand {transition: all 0.3s;margin-top:13px;}
.header_area.sticky {
	/* position: fixed;  */
	background: #faf6f0;  
	transition: 0.6s;
}

.header_area .nav-brand::before {
	content: '';
	width: 0;
	width: calc(10% + 50px);
	height: 85px;
	background: linear-gradient(185deg, rgb(0 36 74 / 52%) 25%, rgb(18 44 72) 750%),url(https://pic03.eapple.com.tw/jinyiwaterproof/header_bg.jpg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: -250px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	z-index: -1;
	box-shadow: 0 0 7px 0px #00000078;
	transition: all 1s;
	animation-timing-function: ease-out;
}
.sticky.header_area .nav-brand::before {
	content: '';
	width: calc(60% + 0px);
	height: 85px;
	background: linear-gradient(185deg, rgb(0 36 74 / 52%) 25%, rgb(18 44 72) 750%), url(https://pic03.eapple.com.tw/jinyiwaterproof/header_bg.jpg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: -400px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	z-index: -1;
	box-shadow: 0 0 7px 0px #00000078;
	transition: all 1s;
	animation-timing-function: ease-out;
}

/*網站 LOADING 畫面*/
/* @keyframes fadeInOut {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
body.pageIndex {
    -webkit-animation: fadeInOut 2.5s;
    animation: fadeInOut 2.5s;
} */

/*選單最大寬度設定*/
.main_header_area { background: #fffdfd;}
.main_header_area .container {  max-width: 80%;  transition: all 0.6s;}
.sticky .main_header_area .container { max-width: 70%;}
/*第一層*/
.stellarnav {padding: 5px 0 0;}
.stellarnav li a { color: #333;}
.stellarnav li.has-sub li { border: none;  border-bottom: 0px solid #f3f3f3;}
.navigation {grid-template-columns: 180px 1fr;grid-gap: 0 20px;}
.stellarnav ul {display: flex;align-items: baseline;flex-wrap: wrap;width: 100%;justify-content: flex-end;position: relative;}
.stellarnav > ul > li {  transition: all 0.6s;   vertical-align: top;   position: relative;   padding-left: 40px;}


.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: var(--font);
    letter-spacing: .15rem;
}
.stellarnav>ul>li {
    padding: 0px .5rem;
}
.stellarnav > ul > li > a {
    color: #000;
}

/*Footer/＝＝＝＝＝*/
.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 230px;
    margin: 0;
}
.footer_info {
  display: flex !important;          /* 用 flex 一排 */
  justify-content: space-between;    /* 三塊平均分散 */
  align-items: flex-start;           /* 上對齊，可依需求改 center */
  gap: 30px;                         /* 塊與塊之間的間距 */
  padding-right: 0px;
}

.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {margin: 0;text-align: center;padding: 5px;transition: all 0.3s;background: #fffdfd;color: #122c48;letter-spacing: 0.15em;font-family: var(--font);}
.footer_menu a:hover {    background: #122c48; border: 1px #ccc solid;}

/*Footer增加文字/＝＝＝＝＝*/
.footer_info li p:before {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 5px;
    letter-spacing: inherit;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 50px;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 0 0 0 auto;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(2) {
    order: -1;
}

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
}

.footer_info li:nth-child(1)>p {
    grid-column: 1 / 2;
    text-align: left;
}

.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #fffdfd;
}

.footer_info li:nth-child(2):before {
    content: "SITEMAP";
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}
.box_link:before {
    content: "CONTACT";
}

.box_link {
    position: relative;
    grid-row: 1 / 4;
    grid-column: 2 / -1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    right: unset;
    padding: 0;
    max-width: 140px;
    margin: 0;
    order: 1;
}

.double_key {order: 1;}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: 1fr;
    }

    .footer_logo {
        max-width: 400px;
        width: 70%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        grid-template-columns: 1fr;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;


    }
}

@media screen and (max-width: 476px) {
    .box_link {
        grid-row: auto;
        grid-column: auto;
        max-width: 100%;
        margin-top: 30px;
    }
}

.copy {    background: #ADA17E;    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}

.box_link {
    max-width: max-content;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 140px;
    gap: 0 10px;
}
.box_link a {
    color: #122c48;
    border-radius: 20%;
    background: #fffdfd;
    height: 40px;
    display: flex;
    font-size: 18px;
    border: #fffdfd;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 0;
    transition: all .5s;
	border: 1px #ccc solid;
}

.box_link a:hover {
	color: #fffdfd;
    background: #122c48;
    transition: all .5s;
}
.box_link a.me_tp_mail { display: none; }

.footer_info li p, .footer_info li p a { color: #fffdfd;}
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #122c48;
    position: relative;
    z-index: 99;
}
.footer_info li p.add:before {
    content: '地址：';
	display:none;
}

.footer_info li p, .footer_info li p a {
    font-family: var(--font);
    color: #fffdfd;
    font-weight: 300;
    letter-spacing: 0.15em;
}

.footer {
    padding: 60px 0 0 0;
    background: linear-gradient(185deg, rgb(18 50 79 / 50%) 25%, rgb(4 21 40 / 80%) 75%), url(https://pic03.eapple.com.tw/jinyiwaterproof/footer_bg.jpg) no-repeat center top / cover;
}

.copy {
    text-align: center;
    padding: 20px;
    width: calc(100% - 40px);
    margin: auto;
    border-top: 1px solid #a3a3a3;
    align-items: center;
    color: #a3a3a3;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    position: relative;
    justify-content: center;
    font-family: var(--SFontEN);
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: transparent;
}
.copy a {color: #a3a3a3;} 

/*Logo/＝＝＝＝＝*/
.nav-brand {width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {transition: all 0.3s;margin-top: 5px;}
.header_area.sticky .nav-brand{}

/*footer LOGO*/
.footer_logo img {max-width: 90%;filter: contrast(0) brightness(100) drop-shadow(0px 0px 0px #222);}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {background: #26A7E0;}
.tp_links { display: none;}

#to_top {
    position: fixed;
    left: 0px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #122c48;
    border-radius: 0%;
}

#to_top i:before, #to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #ffffff;
    transition: all 100ms ease-in-out;
}

a[href="https://jinyiwaterproof.com/index.php"] {
  display: none;
}
p.line {
  display: none;
}

/*反白顏色*/
::-moz-selection {
    background-color:#a2bcd8;
    color: #fff;
}

::selection {
    background-color:#a2bcd8;
    color: #fff;
}

/*浮動按鈕*/
.linksBtn {    display: none;}
.info_fix_links {display: flex !important;}
a.info_fix_default.info_fix_mail {    display: none;}

.info_fix_links a {
    overflow: hidden;
    background: rgba(255, 255, 245, 1);
    box-shadow: inset -0.1em 0 2em 0.5em rgba(255, 255, 255, 0.5), inset -0.1em 0 0.5em 0 rgba(0, 0, 0, 0.8);
    position: relative;
    transform-style: preserve-3d;
    color: var(--TitleColor);
}
.info_fix_links a:hover {    background: var(--SubColor02);}
.info_fix_links a:hover i {
    -webkit-animation: stretch-animation .5s ease-out .3s;
    animation: stretch-animation .5s ease-out .3s;
}

@keyframes stretch-animation {
25% {
    -webkit-transform: scale3d(0.9, 1.2, 1);
    transform: scale3d(0.9, 1.2, 1);
    margin-top: 10px;
}
75% {
    -webkit-transform: scale3d(1.1, 0.95, 1);
    transform: scale3d(1.1, 0.95, 1);
}
}
.info_fix_links a:after {
    content: " ";
    display: block;
    position: absolute;
    /* background: rgb(52, 152, 219); */
    background: linear-gradient(rgb(216 222 237) 0%, rgb(167 186 218) 10%, rgb(210 220 234) 100%);
    border-radius: 100% 0 50% 0;
    left: 0;
    bottom: -19px;
    width: inherit;
    height: 3em;
    opacity: 0.7;
    -webkit-animation: surface 3s linear infinite;
    animation: surface 3s linear infinite;
    z-index: -1;
}
.info_fix_links a:nth-child(1):after  {    animation-delay: .3s;}
.info_fix_links a:nth-child(2):after  {    animation-delay: .5s;}
.info_fix_links a:nth-child(3):after  {    animation-delay: .7s;}
.info_fix_links a:nth-child(4):after  {    animation-delay: .9s;}
.info_fix_links a:nth-child(5):after  {    animation-delay: 1s;}

a.info_fix_default.info_fix_tel {    order: 1;}
a.info_fix_default.info_fix_line {    order: 2;}
a.info_fix_default.info_fix_fb {    order: 3;}
a.info_fix_default.info_fix_ig {    order: 4;}

@keyframes surface {
    50% {    border-radius: 0 75% 0 75%;    opacity: 0.5;    height: 3.5em;    }
}

/*大圖輪播(切換鈕)*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 25px;border-radius: 2px;}


/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 9px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #a2bcd8;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #5c7a9b;
}

/*頁面內容*/
#content { background: url(https://pic03.eapple.com.tw/jinyiwaterproof/page_bg.png) no-repeat bottom center;}

/* 聯絡按鈕 */
@media (min-width: 1024px) {
.stellarnav > ul > li:last-child {
    z-index: 1;
    position: relative;
    align-items: center;
}
.stellarnav > ul > li:last-child a {
    font-size: 16x;
    letter-spacing: .15rem;
    font-weight: 300;
    z-index: 2;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #122c48;
    color: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
.stellarnav > ul > li:last-child a:before {
    -webkit-transform-origin: bottom center;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 150%;
    transform-origin: bottom center;
    border-radius: 50%;
    background-color: #54aad4;
    content: "";
    transition-duration: .5s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.stellarnav > ul > li:last-child a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}

.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {
    color: #54aad4;
    opacity: 1;
}
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#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-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin: -73px 0px 0px 0px;}
}

/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before{}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  }    
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {  }
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {      }

/*大圖1*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(1):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jinyiwaterproof/banner_cover-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    background-position: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}


/*大圖2*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jinyiwaterproof/banner_cover-01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0%;
    opacity: 0;
    z-index: -1;
}

.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jinyiwaterproof/banner_cover-01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;

}

/*大圖動畫*/

.pageIndex .bannerindex .swiper-wrapper .swiper-slide.swiper-slide-active:before {
    animation: banner-right 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}
.pageIndex .bannerindex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    animation: banner-up 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 0.2s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
    -webkit-animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
    animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
}
@keyframes banner-up {
    0% {        opacity: 0;        transform: translate(-50%, 10vh);    }
    100% {        opacity: 1;        transform: translate(-50%, -50%);
    }
}
@keyframes banner-right {
    0% {        opacity: 0;        transform: translate(-10vh, -50%);    }
    100% {        opacity: 1;        transform: translate(0%, -50%);
    }
}
@keyframes slideDownBlurAnimation {
    0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}

/*Banner/＝＝＝＝＝*/
.banner{}
.banner h5{font-size: 32px; color:white; letter-spacing:5px;}

.banB { display:none;}

.banC { display:none;}

.banE {
    background-image: url(https://pic03.eapple.com.tw/jinyiwaterproof/banner_1.png);
    background-size: cover;
    font-weight:bold;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/jinyiwaterproof/banner_1.png);
    background-size: cover;
    font-weight:bold;
}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {color: #54aad4;}

.path { display: none;}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ADA17E;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #ADA17E; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #ADA17E;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {background: #122c48;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

/*文章管理/＝＝＝＝＝*/
.i_album_list li a p span {
    letter-spacing: 0.15em;
	font-weight:500;
}

.module_i_news .title_i_box h4 {letter-spacing: 0.15em;font-weight: 600;}
.module_i_album .title_i_box h4 {letter-spacing: 0.15em;font-weight: 600;}

/*文章列表*/
.module_i_news li, .subbox_item { position: relative; width: 100%; border-bottom: 1px solid #c3d9e4;}
.module_i_news li a, .subbox_item a { display: block; width: 100%; height: 100%; padding: 5px;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0.3;
    font-size: var(--f15);
    color: #3993bf;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::after, .subbox_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #54aad4;
    opacity: 1;
    transition: all .5s;
}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: var(--Transition);}

/*文章呈現*/
.i_blog_ri, .blog_list_ri {margin: 15px 0;}


/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #122c48; border-radius: 5px;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1; right: auto; left: 7px; bottom: -30px;}
.pageIndex .blog_list_ri p {display: none;}
.blog_list_ri p {line-height: 160%; margin-top: 0px; text-align: justify;}
/* .i_blog_ri p {margin-top: 6px; display: none;} */
.i_blog_ri , .blog_list_ri {/* padding: 15px 5px 5px 5px; */}
.module_i_news li a:after {background: none;}
.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1); /*-webkit-filter: grayscale(0) contrast(1);*/transition: all 0.6s;}


/*分類*/
.blog_le .accordion { border-radius: 5px;}
.blog_le .accordion > li { transition: var(--Transition);}
.blog_le .accordion > li:hover { background: var(--MainColor) !important; transition: var(--Transition);}
.blog_le .accordion > li.open:hover { background: var(--BackgroundColor) !important; transition: var(--Transition);}
.blog_le .accordion > li.on_this_category { background: var(--MainColor) !important; transition: var(--Transition);}
.blog_le .accordion > li a { color: var(--FontColor_1); font-weight: normal;}
.blog_le .accordion > li > i { color: var(--FontColor_1);}
.blog_le .accordion > li .link { padding: 0;}
.blog_le .accordion > li .link:last-child { border-bottom: 1px solid var(--BorderColor);}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { margin-right: 55px; transition: var(--Transition);letter-spacing: 0.15em;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #ffffff !important;transition: var(--Transition);letter-spacing: 0.15em;}
.blog_back a.article_btn_prev { background: #122c48;}
.blog_back a.article_btn_next { background: #122c48;}

/*下拉箭頭*/
.blog_le .accordion li .link i { color: #122c48;}
.fa-chevron-down::before {
  content: '';
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #122c48;
}
.accordion li:hover .fa-chevron-down::before, .on_this_category .fa-chevron-down::before {background: #ffffff;}

/*次分類*/
.blog_le .accordion .open li { background: #ffffff!important;}
.open .link { background: #122c48;}
.open .link a { color: #ffffff !important;}
.submenu { background: #ff000000;}
.submenu li.on_this_category a { background: #122c48;}

/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: #122c48;background: #FFF;}
.blog_le .accordion > li.on_this_category ul li:hover a { color: #54aad4; background: #FFF;}
.blog_le .accordion > li.on_this_category ul li a i::before {color: #54aad4;}

.blog_le .accordion > li.on_this_category ul li.on_this_category a {background: #FFF;color:#122c48;}

/*次分類 hover*/
.submenu:hover li a { color: #54aad4; opacity: .3;}
.submenu:hover a:hover { color: #54aad4; background: transparent; opacity: 1;}
.submenu:hover li a::before { background:#54aad4; transition: var(--Transition);}
.submenu:hover li:hover a::before { background: #54aad4; transition: var(--Transition);}

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: var(--MainColor); border-bottom: 1px var(--BorderColor) solid;}

/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(3,1fr);}
.blog_subbox:before { content:none;}

h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.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%);}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #54aad4 !important;}
.submenu a:hover {    background: #cbc0a0;}
/*首*/
.module_i_news ul{width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #54aad4;}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);}

.show-list .item:hover .show_name {    color: #54aad4;}
.other_album_choice li {background: #54aad4;}
.subalbum-menu h2{color: #122c48;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {background: #54aad4;}
.contact_form li.last cite {background: #122c48;}

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #7d8b9b solid;
}

/*聯絡我們-修改/＝＝＝＝＝*/
#content {min-height: 80vh;}
.contact_le_map a {    background: #004B97;}
.contact_form li.last cite {background: #26A7E0;}
.contact_content .information_right {
    width: auto;
    background: #ffffff;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    margin: 80px auto;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.contact_form {color: #4F4F4F;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #26A7E0 solid;}
.information_right .contact_form li.last blockquote input {color: #26A7E0;}
.blank_letter { color: #004B97;}
.contact_form li input.noborder {padding-left: 10px;background: #ffffff;border: none;border-bottom: 1px solid #D0D0D0;}

.contact_editbox { padding: 0px 0px;}

/*隱藏聯絡資訊/＝＝＝＝＝*/
.contact_content .information_left {
    width: 1000px;
    display: none;
    flex-direction: column;
    margin: 10px 50px 10px 80px;
}

form {
    display: flex;
    justify-content: center; /* 讓左右欄置中 */
}
/*表單上方的聯絡資訊/＝＝＝＝＝*/
.contact_content {
  position: relative;
  padding-top: 300px; /* 留出空間給圖片 */
}
.contact_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 從中央開始 */
  transform: translateX(-50%); /* 再往左移回一半，達到完全置中 */
  width: 125%;
  height: 400px;
  margin-top: -92px;
  background: url('https://pic03.eapple.com.tw/jinyiwaterproof/contact_ban.png') center/contain no-repeat;
}

.banC + .main_part .path {
  display: none;
}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1280/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1280px) {
.sticky.header_area .nav-brand::before {
    left: -310px;
}
}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.stellarnav ul {
    justify-content: center;
}	

.stellarnav > ul > li:last-child {
    z-index: 1;
    position: relative;
    align-items: center;
}
.stellarnav > ul > li:last-child a {
    font-size: 16x;
    letter-spacing: .15rem;
    font-weight: 300;
    z-index: 2;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #122c48;
    color: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
.stellarnav > ul > li:last-child a:before {
    -webkit-transform-origin: bottom center;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 150%;
    transform-origin: bottom center;
    border-radius: 50%;
    background-color: #54aad4;
    content: "";
    transition-duration: .5s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.stellarnav > ul > li:last-child a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}

.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {
    color: #54aad4;
    opacity: 1;
}
	
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {padding: 20px;}
.swiper-banner { margin-top:77px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand{max-width: 200px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

.bannerindex { padding:0; margin: -73px 0px 0px 0px;}

.stellarnav ul {
    justify-content: center;
}	

.sticky .nav-brand img {  max-width: 200px; filter: none;}

.main_header_area .container {  max-width: 80%;  transition: all 0.6s;}
.sticky .main_header_area .container { max-width: 80%;}

.footer_info {
    padding-left: 10px;
	padding-right: 10px;
}

.header_area .nav-brand::before {
	content: '';
	width: calc(60% + 0px);
	height: 85px;
	background: linear-gradient(185deg, rgb(0 36 74 / 52%) 25%, rgb(18 44 72) 750%), url(https://pic03.eapple.com.tw/jinyiwaterproof/header_bg.jpg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: -400px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	z-index: -1;
	box-shadow: 0 0 7px 0px #00000078;
	transition: all 1s;
	animation-timing-function: ease-out;
}
.sticky.header_area .nav-brand::before {
	content: '';
	width: calc(60% + 0px);
	height: 85px;
	background: linear-gradient(185deg, rgb(0 36 74 / 52%) 25%, rgb(18 44 72) 750%), url(https://pic03.eapple.com.tw/jinyiwaterproof/header_bg.jpg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: -400px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	z-index: -1;
	box-shadow: 0 0 7px 0px #00000078;
	transition: all 1s;
	animation-timing-function: ease-out;
}
	
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
.swiper-banner { margin-top:77px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}
	
/*Header/＝＝＝＝＝*/
.nav-brand img {max-width: 160px;margin: 5px 0 0px;}
.sticky .nav-brand img {max-width: 160px;filter: none;}

.swiper-banner { margin-top:77px;}
	
.header_area .nav-brand::before { top: 35%;}
.navigation { padding: 10px 0;}
.tp_links { display: none;}

.main_header_area .container {  max-width: 100%;  transition: all 0.6s;}
.sticky .main_header_area .container { max-width: 100%;}
	
.stellarnav .menu-toggle { padding: 23px 10px;}
.stellarnav { padding: 0;}
.stellarnav .menu-toggle { background: linear-gradient(185deg, #37547e 25%, #13304e 75%);}
.sticky .stellarnav .menu-toggle span.bars span {background: #fffdfd;}
.sticky .stellarnav .menu-toggle:after {color: #fffdfd;}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #fffdfd;
    margin: 0 auto 4px;
}

.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #fffdfd;
    display: block;
    transform: scale(0.9);
}
	
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode {padding:30px 0 60px;}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

.footer_info {
    flex-direction: column;   /* 直向排列 */
    align-items: stretch;
    gap: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center
}

.copy {
    margin-top: 25px;
	z-index: -1;
}

.footer_info ul {
    gap: 25px;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #122c48;
	color: #fffdfd;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #fffdfd;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #122c48;}

	
/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{color: #122c48;font-size: 20px;}

.contact_content {
  position: relative;
  padding-top: 20px; /* 留出空間給圖片 */
}
.contact_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 從中央開始 */
  transform: translateX(-50%); /* 再往左移回一半，達到完全置中 */
  width: 105%;
  height: 154px;
  margin-top:-89px;
  background: url('https://pic03.eapple.com.tw/jinyiwaterproof/contact_ban.png') center/contain no-repeat;
}
.stellarnav > ul > li:last-child a {
    padding: 10px 10px;
	margin: 5px 0px 0px 5px;
}

.contact_content .information_right {
    margin: 40px auto;
}	

.header_area .nav-brand::before {
	display:none;
}
	
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}

}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}