@charset "utf-8";

/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #232323;  color: #fff;}
::selection{  background-color: #232323;  color: #fff;}
:root {
    --MainColor: #A2262E;
    --SubColor:#E9A74C;
    --SubColor02:#EDF0F7;
    --SubColor03:#FBFBFB;
    --SFontEN: "Bebas Neue", sans-serif;
    --FontColor:#222222;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

.path{display: none;}
.main_part {    max-width: 1440px;    padding: 80px 20px;}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
  /* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #eee; 
}

  /* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #E9A74C; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #A2262E; 
}

/*
關於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;}
*/
.header_area {
    position: fixed;
    background: var(--SubColor03);
    padding: 0 10px;
}
.header_area.sticky {
    background: #ffffffe3;
    transition: all 0.5s;
    box-shadow: 0px -7px 35px 0px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
}

.main_header_area .container {    max-width: 95%;}
.navigation {
    align-items: center;
    grid-template-columns: 80px 1fr 310px;
}
.nav-header {    grid-row: unset;}

body:not(.pageIndex) .nav-brand {    position: relative;}
.pageIndex.bodyDesktop .me_tp_features,.pageIndex.bodyDesktop .stellarnav {  opacity: 0;/*transition:0.5s;*/pointer-events:none;}
.pageIndex.bodyDesktop .header_area {  height: 0;  padding: 0;/*transition:0.5s;*/}
.pageIndex.bodyDesktop .header_area.sticky {
    height: auto;
    transition: 0.5s;
}
.pageIndex.bodyDesktop .header_area.sticky .me_tp_features, .pageIndex.bodyDesktop .header_area.sticky .stellarnav {
    opacity: 1;
    transition: 0.5s;
    pointer-events: auto;
}


/*上方選單右邊設定 臉書/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}
*/
.me_tp_features {
    order: 1;
    text-align: center;
    background: var(--MainColor);
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: inset 2px 2px 7px #a4722f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box_search {
    margin-right: 11px;
    margin-bottom: 0;
}
.box_search input[type=text] {    border: none;}
.shop_search_btn {    background: var(--SubColor);}
.tp_links a:hover { color: white;  }
.tp_links a {
    color: var(--SubColor);
    margin: 0 4px;
    transition: all .5s;
}

/*電腦LOGO
.nav-brand {}
*/
.pageIndex.bodyDesktop .nav-brand img {
    position: absolute;
    max-width: 230px;
    width: 30%;
    top: clamp(10vw, 12vw, 100vh);
    animation: ani_fadein 1.5s 1s both;
    transition: all 0.5s;
    left: 5%;
}
.pageIndex.bodyDesktop.headerSticky .nav-brand img {
    top: 4px;
    max-width: 80px;
    width: 100%;
    left: 0;
}
.nav-brand img {
    /* top: 3px; */
    /* position: relative; */
}

@keyframes ani_fadein {
    0% {      opacity:0;    }
    100% {      opacity:1;    }
}

/*手機LOGO
.nav-brand-m {}
*/


/*第一層*/
.stellarnav > ul > li {
    position: relative;
    /*overflow: hidden;*/
}
.stellarnav > ul > li.has-sub:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    position: absolute;
    top: 41%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
}
.stellarnav > ul > li.has-sub:hover:after {border-color: transparent  var(--SubColor03)  var(--SubColor03) transparent;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding: 0 19px;
    height: 92px;
    line-height: 92px;
    margin: 0;
}

.stellarnav > ul > li:hover > a {
    background-color: var(--MainColor);
    -webkit-transition: background-color 0s 0.9s;
    transition: background-color 0s 0.9s;
    color: var(--SubColor03);
}
/*
.stellarnav > ul > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #c92b2f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
    -webkit-transform-origin: 0% 140%;
    transform-origin: 0% 140%;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s, background-color 0.6s;
    transition: transform 0.6s, opacity 0.6s, background-color 0.6s;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    background-color: #c92b2f;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.stellarnav > ul > li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: var(--MainColor);
    z-index: -1;
    -webkit-transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
}
.stellarnav > ul > li:hover::after {
    opacity: 1;
    background-color: #c92b2f;
    -webkit-animation: anim-naira-1 0.9s forwards ease-in;
    animation: anim-naira-1 0.9s forwards ease-in;
}
*/
.stellarnav > ul > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: var(--MainColor);
    z-index: -1;
    -webkit-transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, -10deg);
}
.stellarnav > ul > li:hover a::before{
    -webkit-animation: anim-naira-2 0.9s forwards ease-in;
    animation: anim-naira-2 0.9s forwards ease-in;
}

.stellarnav li.has-sub > a:after {
    border: none;
    margin-left: 0;
    top: 0;
    -webkit-transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
}

.stellarnav > ul > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 150%;
    height: 100%;
    background: var(--MainColor);
    z-index: -1;
    -webkit-transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
}

.stellarnav li.has-sub > a:after {
    border: none;
    margin-left: 0;
    -webkit-transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, -115%, 0) rotate3d(0, 0, 1, 10deg);
    left: 0;
}
.stellarnav > ul > li:hover > a::after {
    opacity: 1;
    background-color: #c92b2f;
    -webkit-animation: anim-naira-1 0.9s forwards ease-in;
    animation: anim-naira-1 0.9s forwards ease-in;
}

/*下拉線條箭頭
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 45%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.stellarnav li.has-sub>a:hover:after {    border-color: transparent var(--SubColor03) var(--SubColor03) transparent;}

@keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);	padding-left:10px;}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過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個--結束 */



/*footer*/
.footer {
    /* background: var(--SubColor); */
    background: url(https://pic03.eapple.com.tw/hongshun/hs_footer.jpg) no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    padding-top: 75px;
}
.footer_info {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 40px;
    padding-right: 0;
}
.footer_logo {    max-width: 200px;}
.footer_info li p, .footer_info li p a {    color: var(--SubColor03);}

.footer_info li p.add2:before {    content: '營業時間：';}
.footer_menu a {
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    padding: 8px 14px;
    border-color: #ffffff21;
    border-radius: 4px;
    transition: all .5s;
    color: var(--SubColor02);
}
.footer_menu a:hover {
    background: #ffffff91;
    color: white;
    border-color: white;
}
.footer_info li:nth-child(2) {
    border-top: 1px solid #ffffff52;
    padding-top: 25px;
}
.footer_info li:nth-child(1) {
    padding-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.box_link{display: none;}
.copy {
    padding: 26px 0;
    border-top: 1px #ffffff1a solid;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    margin-top: 0;
}

/* = = = 聯絡我們-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_form li.last cite {    background: #d3af79;}
.contact_content {    padding-bottom: 60px;}
.contact_content .information_left {    display: none;}
.contact_content .information_right {
    width: 100%;
    padding: 2% 4%;
    max-width: calc(1200px + 8%);
    margin: 0 auto;
    display: block;
}

.contact_form {
    grid-template-columns: 1fr 1fr;
    gap: 10px 35px;
}
.contact_form li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0 0 24px 0;
    border-bottom: none;
    color: var(--FontColor);
}
.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
    padding-right: 0;
}

.contact_form li input.noborder, .contact_form li textarea.noborder, .qaform .breakF, .remit_page .border200 {
    border: none;
    background: transparent;
    border-bottom: 1px #22222240 solid;
    padding: 10px;
    letter-spacing: .1rem;
    width: 100%;
}
.contact_form li:nth-last-of-type(3) {
    grid-column: span 2;
}
.blank_letter {
    font-family: var(--SFontEN);
    color: var(--MainColor);
    font-size: var(--f32);
    font-weight: bold;
}


/*按鈕*/
/*聯絡我們*/
.contact_form li.last blockquote, .contact_form li.last cite {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    float: right;
    color: var(--SubColor);
    letter-spacing: .1em;
    border: 2px solid var(--SubColor);
    background: url(https://pic03.eapple.com.tw/hongshun/br_bg.png) center center;
    overflow: hidden;
    font-weight: bold;
    z-index: 1;
    outline: none;
    transition: all .3s;
}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {
    background: var(--SubColor);
    color: white;
}

.animated-arrow {
    padding: 8px 30px 9px 34px;
    position: relative;
    color: var(--SubColor);
    letter-spacing: .1em;
    border: 3px solid var(--SubColor);
    background: url(https://pic03.eapple.com.tw/hongshun/br_bg.png) center center;
    overflow: hidden;
    font-weight: bold;
    z-index: 1;
    transition: all .3s;
    line-height: 2.2;
    height: 55px;
}

.animated-arrow:after {
    content: 'View More';
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: -200px;
    transition: all .4s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: var(--SFontEN);
}
.animated-arrow:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: var(--SubColor) transparent transparent transparent;
    transition: all .5s ease;
    z-index: -1;
}
.animated-arrow:hover:before {    border-width: 250px 330px 0 0;}
.animated-arrow:hover:after {    left: 50%;}

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, .pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 0px !important;
    padding-bottom: calc(100% / 1 * 0.06);
    left: 7%;
    top: 48%;
    transform: translateY(-50%);
    transition: 0.5s 0.3s;
    filter: drop-shadow(0 0 12px rgba(129, 1, 2, 0.61)) drop-shadow(0 0 24px rgba(129, 1, 2, 0.4));
    transition: filter 0.3s ease-in-out;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    width: 55%;
    padding-bottom: calc(100% / 1 * 0.09);
    top: 62%;
    mix-blend-mode: color-dodge;
}

/*大圖1*/
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/hongshun/01cover-1ban.png) no-repeat;
    background-size: contain;
    animation: slide-top 2s both, neonFlicker 2s infinite ease-in-out;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active::after {
    background: url(https://pic03.eapple.com.tw/hongshun/01cover-1ban2.png) no-repeat;
    background-size: contain;
    animation: slide-top2 2s both;
    animation-delay: 0.3s;

}

/*大圖2*/
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/hongshun/01cover-2ban.png) no-repeat;
    background-size: contain;
    animation: slide-top 2s both, neonFlicker 2s infinite ease-in-out;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active::after {
    background: url(https://pic03.eapple.com.tw/hongshun/01cover-2ban2.png) no-repeat;
    background-size: contain;
    animation: slide-top2 2s both;
    animation-delay: 0.3s;
}


@media screen and (max-width: 1440px) {
    .pageIndex .bannerindex .swiper-slide.swiper-slide-active:before {        top: 48%;    }
    .pageIndex .bannerindex .swiper-slide.swiper-slide-active:after {        top: 65%;    }
    .pageIndex.bodyDesktop .nav-brand img {
        max-width: 220px;
        top: 10vw;
        left: 5%;
    }
}

@media screen and (max-width: 1200px) {
    .pageIndex .bannerindex .swiper-slide.swiper-slide-active:before {     top: 50%;    }
    .pageIndex .bannerindex .swiper-slide.swiper-slide-active:after {    width: 52%;  }
    .pageIndex.bodyDesktop .nav-brand img {        max-width: 185px;   left: 5%;  }
}

@media screen and (max-width: 1024px) {
    .pageIndex.bodyDesktop .nav-brand img {        max-width: 185px;   left: 7%;  }
}

@media screen and (max-width: 980px) {
.pageIndex.bodyDesktop .nav-brand img {    max-width: 139px;    left: 7%;}
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:before {        top: 33%;  width: 71%;  }
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:after {        top: 50%;    }
}


@keyframes neonFlicker {
    0% {
        filter: drop-shadow(0 0 10px rgba(129, 1, 2, 0.3))
            drop-shadow(0 0 20px rgba(129, 1, 2, 0.2));
    }
    30% {
        filter: drop-shadow(0 0 14px rgba(129, 1, 2, 0.7))
            drop-shadow(0 0 28px rgba(129, 1, 2, 0.5));
    }
    60% {
        filter: drop-shadow(0 0 12px rgba(129, 1, 2, 0.4))
            drop-shadow(0 0 24px rgba(129, 1, 2, 0.3));
    }
    100% {
        filter: drop-shadow(0 0 10px rgba(129, 1, 2, 0.6))
            drop-shadow(0 0 20px rgba(129, 1, 2, 0.4));
    }
}

@keyframes slide-top {
    0% {-webkit-transform: translateY(30%); transform: translateY(30%); opacity: 0; }
    100% { -webkit-transform: translateY(50%); transform: translateY(50%); opacity: 1;}
}

@keyframes slide-top2 {
    0% {-webkit-transform: translateY(50%); transform: translateY(50%); opacity: 0; }
    100% { -webkit-transform: translateY(6%); transform: translateY(6%); opacity: 1;}
}

/*
.pageIndex .swiper-fade .swiper-slide-active {
    -webkit-mask: url(https://pic03.eapple.com.tw/hongshun/brush01.png);
    mask: url(https://pic03.eapple.com.tw/hongshun/brush01.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    -webkit-animation: mask-play 1.4s steps(29) forwards;
    animation: mask-play 1.4s steps(29) forwards
}
*/

-keyframes mask-play{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}
@keyframes mask-play{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    z-index: 1;
    padding: 13.5vw 15% 9vw;
    /* background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/hongshun/ban.jpg); */
    background-image: linear-gradient(137deg, #d73d03db 66%, rgb(193 7 7 / 86%) 83%);
    justify-content: flex-start;
    clip-path: ellipse(81% 85% at 47% 13%);
}
.banner:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/hongshun/ban.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: ellipse(81% 85% at 34% 13%);
}
.banner h5 {
    color: white;
    text-align: left;
    line-height: .9;
    z-index: 1;
}
.banner h5::before {
    content: "HONG SHUN";
    font-size: 75px;
    display: block;
    color: var(--SubColor03);
    font-family: var(--SFontEN);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(45deg, #a2262e00 40%, #a2262ecf, #a2262e00 60%) -100% / 50% no-repeat #a2262ed6;
    -webkit-background-clip: text;
    animation: shark-txt 2s infinite;
    mix-blend-mode: saturation;
}

.banner.banB h5::before {    content: "SERVICE";}
.banner.banblog h5::before {    content: "knowledge";}
.banF h5::before {    content: "Project";}


@keyframes shark-txt {
    form{      background-position: -100%;    }
    to {      background-position: 200%;    }
}
@keyframes shining {
    0%, 50% {      left: 100%    }
    100% {      left: -10%;    }
}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-layer-two { 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;}

/*顏色*/
.products-list .more {    border: 1px solid var(--SubColor);    color: var(--SubColor)}
.products-list .item a:hover .more {    background: var(--SubColor);}
.product-layer-two li a {    background: var(--SubColor02);}

/*購物車/內層＝＝*/
.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: var(--SubColor);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related {
    background: #f3f3f3;
    padding: 80px 15px;
}
.prod_related h6 span:before {
    font-size: var(--f28);
    color: var(--MainColor);
}



@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*3個一排*/
.blog_subbox {    grid-template-columns: repeat(3, 1fr);} 

.module_i_news li:before,
.subbox_item:before {
    content: '';
    position: absolute;
    z-index: 19;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    transition: all .6s;
    height: 0px;
    border: 4px var(--MainColor) solid;
    width: 0;
    right: -1px;
    bottom: -1px;
    border-top: none;
    border-left: none;
    color: transparent;
    pointer-events: none;
}

.module_i_news li:after,
.subbox_item:after {
    content: '';
    position: absolute;
    z-index: 8;
    opacity: 0;
    transition: all .6s;
    pointer-events: none;
    height: 0px;
    border: 4px var(--MainColor) solid;
    width: 0;
    left: -1px;
    top: -1px;
    border-bottom: none;
    border-right: none;
    background: transparent;
}

.module_i_news li:hover:before,
.module_i_news li:hover:after,
.subbox_item:hover:before,
.subbox_item:hover:after {
    transition: all .5s;
    width: 100%;
    height: 100%;
    border-image: linear-gradient(89deg, var(--MainColor) 0%, var(--SubColor) 22%, var(--SubColor)  49%, var(--SubColor)  75%, var(--MainColor) 100%);
    border-image-slice: 1;
}

.module_i_news li:hover:before,
.subbox_item:hover:before {
    right: 0;
    bottom: 0;
}

.module_i_news li:hover:before,
.subbox_item:hover:before {
    opacity: 1;
    transition: all .5s;
}

.module_i_news li:hover:after,
.subbox_item:hover:after {
    opacity: 1;
    transition: all .5s;
}

.i_blog_le:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/hongshun/hs_logo-s.png), linear-gradient(180deg, rgb(0 0 0 / 31%) 40%, rgb(0 0 0 / 31%) 65%);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-size: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
    transition: -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
    -o-transition: transform .7s cubic-bezier(0.4,0.2,0.2,1);
    transition: transform .7s cubic-bezier(0.4,0.2,0.2,1);
    transition: transform .7s cubic-bezier(0.4,0.2,0.2,1), -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
    opacity: 0;
}
.module_i_news li a:hover .i_blog_le:before {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.module_i_news li a:after, .subbox_item a:after {display: none;}
.module_i_news li a, .subbox_item a {    grid-template-columns: 1fr;}
.i_blog_ri, .blog_list_ri {    padding: 10px 18px 18px;}

.module_i_news li a:before, .subbox_item a:before {
    text-align: center;
    background: #e9a74cc9;
    padding: 5px;
    color: #fff;
    left: 10px;
    width: calc(100% - 20px);
}

/*文章-首*/
.module_i_news {    padding: 80px 20px;}
.module_i_news .title_i_box h4 {
    font-size: var(--f32);
    color: var(--MainColor);
    font-weight: bold;
    line-height: 135%;
}
.module_i_news ul {    grid-template-columns: repeat(4, 1fr);}

.module_i_news li {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .05);
    transition: box-shadow .1s;
    overflow: hidden;
    position: relative;
}
.module_i_news li:hover {    box-shadow: 0 0 20px rgba(0, 0, 0, .15);}


/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor) !important;
}
.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: #e75529;}
.blog_back a.article_btn_next {    background: #e75529;}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding: 80px 15px;
}
.news_related h6 span:before {
    font-size:var(--f28);
    color: var(--MainColor);
}
.lastPage {    color: #fff;    background: var(--SubColor);}





/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬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;}
*/

.pic-list .item a img {
    transition: .4s ease;
}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: grayscale(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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
    
    .pageIndex.bodyDesktop .nav-brand img {        max-width: 155px;    }
    .header_area {
        position: sticky;
        padding: 0;
    }
    .main_header_area .container {        max-width: 100%;    }
    .me_tp_features {
        background: var(--SubColor);
        box-shadow: none;
        border-radius: 0;
    }
    .stellarnav > ul > li > a {        height: 60px;        line-height: 60px;    }
    .stellarnav > ul > li > a::before {        top: -6px;}

    .tp_links a {        color: var(--MainColor);    }
    .tp_links a:hover{opacity: .7;} 
    .shop_search_btn {
        background: var(--MainColor);
    }

    .nav-header {        max-width: 125px;    }

    /*聯絡我們*/
    .footer_info {        grid-template-columns: 210px 1fr;    }

    
/*文章*/
.module_i_news ul {    grid-template-columns: repeat(3, 1fr);}

}


@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:80px 0 70px; }
#to_top { bottom:60px;}
.footer_info li:nth-child(1) {    grid-template-columns: 1fr;}
.footer_logo {    max-width: 170px;}
.footer_info {    grid-template-columns: 190px 1fr;}

.nav-brand img {
    max-width: 100px;
    height: auto;
    top: 0;
    display: block;
}
.header_area.sticky {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/*手機版-選單*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    border: none;
    box-shadow: 1px 3px 17px #ccc;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor);
    color: var(--MainColor);
    font-family: var(--SFontEN);
    font-size: 16px;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #a2262e;}
.stellarnav.mobile > ul > li {    border-bottom: 1px solid var(--SubColor02);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--SubColor);}
.stellarnav.mobile li a {    border-bottom: none;}
.stellarnav li li {    border: none;}
.stellarnav > ul > li.has-sub > a:hover {   color: var(--SubColor03);}
.stellarnav.mobile li.open > a {    color: var(--SubColor03); }
.stellarnav > ul > li.has-sub:after{display: none;}

/*選單hover*/
.stellarnav > ul > li > a::before {    top: -26px;    left: -26px;}
.stellarnav > ul > li > a::after {    top: -7px;}
.stellarnav.mobile > ul > li > a.dd-toggle:after, .stellarnav.mobile > ul > li > a.dd-toggle:before{display: none;}
.stellarnav.mobile li.open {    background: var(--MainColor);}


}


@media (max-width:600px) {
    :root {
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
    .footer.with_shopping_mode {        padding-top: 50px;    }
    .footer_info {        grid-gap: 10px;    }
    .footer_info {
        display: flex;
        flex-direction: column;
        padding: 0 30px;
        align-items: center;
        text-align: center;
    }
    .footer_menu a {        width: 31%;    }

    .stellarnav.mobile {
        left: 10px;
        top: 10px;
    }

    /*聯絡我們*/
    .contact_form {        grid-template-columns: 1fr;    }
    .contact_form li:nth-last-of-type(3) {        grid-column: span 1;    }
    .contact_form li .form__label {
        background: transparent;
        margin-bottom: 0;
    }
    .contact_form li.last {        flex-direction: row;    }

    .module_i_news ul {        grid-template-columns: repeat(2, 1fr);    }
    .blog_subbox {        grid-template-columns: repeat(2, 1fr);    }
}

@media (max-width:480px) {
.module_i_news ul {  grid-template-columns: 1fr; }
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}


