@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden; font-family: 'Cormorant+Garamond', Noto Serif TC;}
/*
關於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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #C4975B ;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #ECE8D9;
    border-radius: 3px;
}

/*版面寬度*/
.main_header_area .container{
    max-width: 1200px;
    width: 100%;
}

.album_page .main_part ,
.album_class_page .main_part,
.album_info_page .main_part,
.share_page .main_part,
.product_page .main_part,
.product_info_page .main_part,
.contact_page .main_part,
.inquiry_page .main_part,
.work_page .main_part ,
.work_class_page .main_part,
.work_info_page .main_part{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}


/* 底下圈圈 */


.swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    border-radius: 2.5px;
    height: 5px;
    width: 50px;
    z-index: 0;
}
.swiper-pagination-bullet {
    background: #ffffff73;
}
.swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    background-color: #C4975B;
    position: absolute;
    top: 0;
    left: 0;   
    z-index: 999999999;
    transition: all 0.3s;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    width: 100%;
    transition: all 0.3s;
}



.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1):after {
    left: auto;
    right: 0;
}


/*==================== 選單購物欄 ========================================================================================================================*/
.me_tp_features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.shop_search_btn {
    background: #C4975B;
}
a {
    color: #DCCC91;
}

/*SubMenu*/
.me_tp_features { display: block;}/*隱藏整列*/
.me_tp_features{ display: flex;align-items: center;justify-content: flex-end;    width: 98%;}
.shop_search_btn { background: #C4975B;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #b19f80;}



/* top */
#to_top {color: #ffffff;    background: #c29660;box-shadow: 0px 0px 10px #7a4e08;    border-radius: 20%;}
#to_top i:before, #to_top i:after{    background: #ffffff;}


/*按鈕*/
.animated-arrow { background: #b19f80; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #cbc0a0; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #b19f80; border: 1px solid #b19f80;}

/* 大圖 */
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}



/*.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1)::before {
	-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/hsiyeh/TEXT1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 78%;
    left: 39%;
    width: 100% !important;
    height: 28% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}*/

@keyframes slide-bottom {
    0%{opacity:0;
    transform:translateY(0)}
    100%{opacity:1;
        transform:translateY(100%)}
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1)::after {
    -webkit-animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    background: url(https://pic03.eapple.com.tw/kunhongfood/text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100% !important;
    height: 70% !important;
    bottom: 24%;
    left: 65%;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);

    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 1s;
}

@keyframes scale-up-center{0%{opacity:0;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}


/*.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2)::before {
	-webkit-animation: slide-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/hsiyeh/TEXT2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 29%;
    left: -20%;
    width: 100% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

@keyframes slide-right{
    0%{opacity:0;transform:translateX(0)}
    100%{opacity:1;transform:translateX(100%)
    }
}*/



/* 特效END */


.header_area {
    background: #285358;
    padding: 20px;
}

.header_area.sticky {
    background: #285358;
}

.header_area.sticky .nav-header {
    padding: 0px 0;
    transition: 0.5s;
}


@keyframes appearBounce {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}


.nav-header {
    max-width: 215px;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.me_tp_features {
    display:none;
}

.navigation {
    display: flex;
    align-items: center;
}

.stellarnav > ul > li {
    margin: 0 0 0 40px;
}



@keyframes blink-1{0%,50%,100%{opacity:1}25%,75%{opacity:0}}

.stellarnav > ul > li > a {
    color: #F5EFE0;
}

.stellarnav > ul > li:hover > a {
    color: #F5EFE0;
}

.stellarnav li.has-sub > a:after {
    border-top: 6px solid #F5EFE0;
}

.stellarnav ul ul {
background: #ffffff00;
    backdrop-filter: blur(10px);
    left: 0;
}

.stellarnav li li a {
    color: #ffffff;
}

.stellarnav li li:hover a {
    color: #C09565;
    background: #ECE8D9;
    transition: 0.5s;
}


.stellarnav > ul > li > a b {    font-weight: 600; letter-spacing: 3px;     line-height: 62px;}

.nav-brand img{ max-width: 100%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {letter-spacing: 3px; color:#fff}
.banner.banA {display: none;}
.banner.banblog {padding: 200px 0 ;background-image: url(https://pic03.eapple.com.tw/kunhongfood/banner.jpg);}
.banner.banC {padding: 200px 0 ;background-image: url(https://pic03.eapple.com.tw/kunhongfood/banner2.jpg); }
@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}


/*Banner/＝＝＝＝＝*/
.banF {
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/kunhongfood/banner.jpg)repeat center center; 
	background-size: cover;
}


.banblog {
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/kunhongfood/banblog.jpg)repeat center center; 
	background-size: cover;
}


body.other_select_page .banA{
	display:none;
}

body.other_page .banB {
    display: none;
}

/*.banE {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_album.jpg)repeat center center; 
}



.ban_price {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_price.jpg)repeat 75% center; 
}

.ban_team {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_team.jpg)repeat center center;
}

.banB {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_service.jpg)repeat center center; 
}

.banblog {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_news.jpg)repeat center center; 
}*/





body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"CASES";
}

.banF h5::before{
	content:"PRODUCTS";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}

.banblog h5::before {
    content: "NEWS";
}


.banner h5::before{
	font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
	font-size: 65px;
    display: block;
	letter-spacing: 2px;
}

.banner h5{
	font-size: 24px;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 8px;
    font-weight: 500;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
    max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0px;
}

body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {
		background-size: 1920px;
	}
}

@media screen and (max-width:1200px) {
	.banner {
		background-size: 1700px !important;
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
}

@media screen and (max-width:1024px) {
	.banner {
		background-size: 1350px !important;
		height: 380px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		background-size: 1000px !important;;
		height: 265px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
		background-size: 700px !important;;
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}



/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area.sticky {background: rgb(255 255 255 / 0%);}
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area {background: linear-gradient(180deg, #0a0d0d, transparent);}
.header_area .main_header_area::before {content: "";position: absolute;width: 100%;height: 0;transition: 0.5s ease-in-out;}
.main_header_area .container { max-width: 1600px;}
.header_area.sticky .main_header_area::before {height: 120%;transition: .5s ease-in-out;}
.header_area.sticky .main_header_area::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #c29660;
    backdrop-filter: blur(3px);
}
.swiper-pagination-bullet {display: none;}
.header_area {
    width: 100%;
    position: fixed;
    z-index: 9999;
    padding: 0 0;
    background: #f0f0f000;
}


/*logo*/
.nav-brand {
    width: 150px;
    display: block;
    padding: 20px 10px 0px 10px;
    transition: all ease .4s;
}
.header_area .nav-brand { margin: 0px 0px 0; max-width: 195px; width: 100%; transition: .4s all ease-in-out;    transform: translate(0px, -16px);}
.header_area.sticky .nav-brand{width: 140px;margin: 10px 40px 0;max-width: 260px;transition: .4s all ease-in-out;}
.header_area .nav-brand img {display: block; }
.header_area.sticky .nav-brand img {filter: none; transition: .3s all ease-in-out;}

/*menu*/
.navigation { padding: 28px 0 0px 0px;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: bold; position: relative; padding: 0 20px;color: #ffffff;transition: .2s all ease-in-out;letter-spacing: 2px;text-shadow: #666666 0.1em 0.1em 0.2em;}
.header_area.sticky .stellarnav > ul > li > a {color: #ffffff;transition: .2s all ease-in-out;text-shadow: none;}
.header_area.sticky .stellarnav > ul > li:hover > a { color: #ffffff;}
.header_area.sticky .stellarnav li.has-sub > a::after{border-right: 3px solid #ffffff;border-bottom: 3px solid#ffffff;box-shadow:none;}
.stellarnav li.has-sub > a::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 3px;
    border-top: none;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: none;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border .2s;
    box-shadow: #757575 0.1em 0.1em 0.2em;
}


/* header購物車 */
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-bottom: -8px;
}

.navigation * {
    box-sizing: border-box;
    word-break: break-all;
}


/*--下拉頁面---------------------------------------*/

  /*側邊選單/＝＝＝＝＝*/
  .stellarnav .menu-toggle:after {font-size: 14px;   color: #fff;}
  .stellarnav .menu-toggle span.bars span{    width: 30px;     background: #fff;   margin: 0 auto 6px;}
  .stellarnav.mobile.active {    z-index: 555;}
  .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;}
  .stellarnav.mobile.left > ul {    background: #000000;}
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #cb9557;     color: #fff;}
  .stellarnav .icon-close:before, .stellarnav .icon-close:after, .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 3px #fff;}
  .stellarnav.mobile > ul > li{border-bottom: 1px #a67b2b85 solid;}
  .stellarnav.mobile li a{  padding: 15px 43px 10px 55px !important;  border: none;     color: #fff;}
  .stellarnav > ul > li:before{  top: -30px;left: 19%;}
  .stellarnav.mobile li.open {    background: #000000; padding: 0;}
  .stellarnav li li{ font-size: 14px; font-weight: 600;letter-spacing: 1px; margin-bottom: 0;    background: #cb9557;  border: none;}
  .stellarnav ul ul {font-size: 15px;}
  .stellarnav li a{    color: #dccc91;}
.stellarnav > ul > li.has-sub > ul a:hover {
    padding: 10px 10px 10px 20px;
    transition: all 0.3s;
}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
    .navigation {padding: 10px 40px 10px 40px;}
}


/*@media (max-width: 1100px) {
    .ci_i section {padding: 240px 5% 60px;}
}*/


@media screen and (max-width: 1024px) { 
    
    .header_area {position: relative;}
    .me_tp_features{  position: absolute;top: 40px;right: 25px;}
    .me_tp_features a.tp_btn_notice {}

    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation {background: #000000;}
    .header_area .nav-brand img { filter:none;}
    .header_area {background: #ffffff00;padding: 0 0;}
    .header_area.sticky { position: fixed;}


    /*logo*/
    .nav-header {position: relative;text-align: left;margin-left: -700px;}
    .header_area .nav-brand { max-width: 115px; margin: 5px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .stellarnav > ul > li{    margin: 0 15px;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 40px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after {top: 32%; right: 12%;}/*下拉箭頭*/
    .bannerindex{padding-top: 0;}

    .stellarnav > ul > li > a {color: #DCCC91;transition: .2s all ease-in-out;text-shadow: none;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a {color: #ffffff;transition: .2s all ease-in-out;text-shadow: none;}
    /*.ci_i section {padding: 40px 5% 60px;}*/

    .stellarnav li.has-sub > a::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 12px;
        border-top: none;
        border-right: 1px solid #DCCC91;
        border-bottom: 1px solid #DCCC91;
        border-left: none;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        transition: border .2s;
        box-shadow: #75757500 0.1em 0.1em 0.2em;
    }

}

@media screen and (max-width: 768px) {
    .stellarnav a.dd-toggle .icon-plus{    width: 0px;}
    .me_tp_features{position: static;  padding: 0px 20px 20px;  margin: 0 auto;}
    .box_search input[type=text] {
        width: 100%;
        height: 31px;
        box-sizing: border-box;
        position: static;
    }
    .shop_search_btn { height: 31px;}
    .me_tp_features a.tp_btn_cart { display: none;}
    .me_tp_features a.tp_btn_notice { display: none;}
    .box_search {width: 100%;}

    .header_area.sticky .main_header_area {backdrop-filter: none;background: #1a606d;}
    /*logo*/
    .nav-header { position: static;}
    .nav-header {position: relative;text-align: left;margin-left: -500px;}
    /*.header_area.sticky .nav-brand { max-width: 180px; margin: 10px 0; transition: .3s ease-in-out;}    */

    /*menu*/
    .stellarnav.mobile{ top: 30px;right: 0;text-align: right;}
    .stellarnav > ul > li{    margin: 0;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 3px 27px;}
    .stellarnav > ul > li > a {    line-height: 48px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: -3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}

    /* 搜尋商品 */
    .box_search input[type=text]{    max-width: 700px;}
}



@media screen and (max-width: 425px) {
        .contact_content .information_right {width: calc(130% - 150px);padding-left: 30px;}
        .bannerindex {position: static;height: auto;}
        .swiper-banner {position: static;margin: 0;height: auto;}

        /* 搜尋商品 */
        .box_search input[type=text] {max-width: 400px;}


        /* LOGO */
        .nav-header {position: relative;text-align: left;margin-left: -150px;}
        .header_area .nav-brand {        max-width: 95px;}
}
       


    @media screen and (max-width: 375px) {   .nav-header {position: relative; text-align: left;margin-left: -100px;}}



/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* 像是上移 10px */
    }
    100% {
        transform: translateY(0);
    }
}

.footer {padding: 55px 0 0px 0;font-size: 14px;background: #c09565 url(https://pic03.eapple.com.tw/kunhongfood/footer_bg.png);position: relative;z-index: 99;}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    margin: 0;
    animation: float 2s ease-in-out infinite; /* 無限循環動畫 */
}


@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); } /* 上浮 10px */
    100% { transform: translateY(0); }
}

.box_link a { display: none; }
.footer .center {
    position: relative;
    max-width: 1600px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #ffffff;
    display: block;
    width: fit-content;
    font-weight: 600;
}
.footer_menu a:before {    content: "．";}
.footer_menu a:nth-child(1) {    display: none;}
.footer_menu a:hover {    background: transparent;color:#e5e5e5;}
.copy {
	color: #ffffff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #c09565;
	transition:all 0.3s;
}

.copy a:hover {
    color: #C4975B;
}

.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #ffffff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #C4975B;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before {    content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before {    content: "網站選單 MAIN MENU";}

.footer_menu>a:nth-child(13){display: none;}

.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
    font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { max-width: 180px; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0px;
}

.footer_info ul{    width: 65%;}

.info_fix {    display: none;}


@media screen and (max-width: 768px) {
.footer {
    background-image: url(https://pic03.eapple.com.tw/lovepet248/footer_768.jpg);
    padding: 60px 0 0;
}}

@media screen and (max-width: 600px) {
.footer_info li {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}



}

@media screen and (max-width: 425px) {
.footer::before {    bottom: 500px;    width: 50%;}}

@media screen and (max-width: 320px) {      .footer_info li {      padding-left: 10px;}}



@media screen and (max-width: 320px) {
    .footer::before {    bottom: 550px;    width: 50%;}}


.copy {     background-color: #ECE8D9; color: #c09565; border-top: 1px #dccc91 solid;}
.copy a:hover {color: #760000;}
/*左浮動*/
#to_top {
    bottom: 20px;
    right: auto;
    left: 16px;
    width: 44px;
    height: 44px;
    color: transparent;
    background: #ECE8D9;
    box-shadow: none;
    border-radius: 0;
}

#to_top i.top {
    width: 14px;
    height: 14px;
    top: 14px;
    transform: translateY(-50%);
}

#to_top i.top:before,
#to_top i.top:after {
    height: 10px;
    width: 2px;
    top: 0;
    left: 46%;
}

#to_top i:before,
#to_top i:after {
    background: #c09565;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {    background: #C4975B;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: transparent !important;}
.share_page .edit {    text-align: center;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.blog_box_edit {    line-height: 180%;    text-align: center;}
h4.blog_category_title {    
    text-align: center;
    color: #fff;
    display: none;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}
.clearfix:before, .clearfix:after {
    display: none;
}




/* 選單 */
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}
h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #C4975B;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}
.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form{
    width: 20%;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #bebebe solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #C4975B !important;
    transition: all 0.3s;
}
.accordion li::before{
    content: "";
    display: block;
    background-color: #C4975B;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.accordion li:hover:before,.blog_le .accordion > li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
}
.blog_list_ri h5 {
    color: #000000;
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.subbox_item a:after{
    display: none;
}
.subbox_item a:before{
    display: none;
}
.blog_list_le {
    height: 0;
    width: 680px;
    line-height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}

.subbox_item {
    width: auto;
    width: 100%;
    margin-bottom: 100px;
}
.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #c09565;
}
.subbox_item a::before {
    content: "";
    display: block;
    width: 00%;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 15px 30px #ab9c8a94;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
    opacity: 0;
    transition: all 0.7s;
}
.subbox_item a:hover:before {
    opacity: 1;
    width: 80%;
    transition: all 0.7s;
}
.blog_list_ri {
    width: 540px;
    margin-left: 0;
    padding: 5%;
}

.blog_list_le img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri em {
    font-size: 14px;
    color: #000000;
    font-style: normal;
    display: block;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_list_ri p {
    font-size: 15px;
    color: #000000;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 160%;
}


.blog_box_edit *{
    color: #000000 !important;
}


.blog_back a.article_btn_back {
    background: #bd9469;
}

.blog_back a.article_btn_next{    background: #ece8da;}
.blog_back a.article_btn_prev{    background: #ece8da;}
.blog_back a {color: #000000;}


.related_list li a img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.news_related h6 span:before{color: #000000;}
.lastPage {    background: #bb936d;}
.news_related {    background: #ece8db;}
@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 80%;
    }
    .blog_list_le {
        height: 0;
        width: 470px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }
    .blog_list_ri {
        width: 440px;
        margin-left: 0;
        padding: 5%;
    }
    .subbox_item {
        width: auto;
        margin-bottom: 90px;
    }
    
    
}
@media screen and (max-width: 1440px) {
    .blog_list_le {
        height: 0;
        width: 370px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }
    .blog_list_ri {
        width: 340px;
        margin-left: 0;
        padding: 5%;
    }
    .subbox_item {
        width: auto;
        margin-bottom: 60px;
    }
    .blog_list_ri h5 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 20px;
    }
    
}
@media screen and (max-width: 960px){
.subbox_item {
    border-bottom: none;
}
}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: block;
    }
    .subbox_item {
        width: 100%;
    }
    .subbox_item a {
        display: block;
    }
    .blog_list_le {
        display: block;
        width: 100%;
        padding-bottom: 50%;
    }
    .blog_list_ri {
        display: block;
        width: 100%;
    }
    .blog_box {
        padding: 0;
    }
    h4.blog_category_title{
        display: none;
    }
    .blog_page .main_part {
        padding: 0;
    }
    .blog_list_ri em {
        font-size: 14px;
        color: #999;
        font-style: normal;
        display: block;
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .blog_page .page{
        display: block;
    }
    .blog_le .accordion {
        width: 100%;
    }
    .blog_search form {
        width: 40%;
    }
    .blog_le {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .blog_search form {
        width: 100%;
    }
}

.other_promotion {    display: none;}


#content {
    background: url(https://pic03.eapple.com.tw/kunhongfood/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.red {    color:#c09565;}
.contact_page .main_part {  display: flex;  max-width: 100%; padding: 0; flex-wrap: wrap; padding-top: 0;}
.noborder {    background:#ffffff00;    color: #000000 ;    padding: 5px;    border-radius: 3px;}
.contact_form { display: flex; margin-top: 0px; margin-bottom: 0px; font-size: 15px; color: #fff; flex-wrap: wrap; gap: 30px 60px; margin-top: 50px;}
.contact_form li { width: calc(100% / 2 - 30px); padding: 0; padding-left: 0; display: flex; flex-direction: column; align-content: center; align-items: flex-start; position: relative;}
.contact_form li .form__label { display: inline-block; width: 100%; text-align: left; margin-left: 0; padding-right: 0; vertical-align: top; color: #000000; margin: 0; position: relative;}
.contact_form li .form__insert {text-align: center;}
.contact_form li.last { display: flex; width: 100%; text-align: center; padding-left: 0; flex-direction: row; justify-content: flex-end;}
.contact_form li.last blockquote { color: #ffffff; padding: 0; margin: 0 0 0 20px; vertical-align: middle; border: none;}
.contact_form li input.noborder{ border: 0; border-bottom: 1px  #D9BBA0 solid; background-color: transparent; padding: 10px 0;}
.contact_form li.last cite { background: transparent; color: #3B3B3B; border: none; position: relative;display: inline-block; padding: 0; margin: 0 0 0 20px; vertical-align: middle;}
.contact_form li.last cite:after { content: ''; width: 2px; height: 51%; background: #D9BBA0; position: absolute; left: -6px; top: 13px;}
.contact_form li textarea.noborder { border: 1px #D9BBA0 solid;}
.contact_le_nomap { display: none;}
.blank_letter { padding-top: 60px;}
button, input, optgroup, select, textarea{color: #000000;}
.contact_form li.last cite {color: #000000;}
.contact_le_map a {background: #961009;}
.blank_letter {color: #000000;}

.form select {    background-color: #f3f3f3;    border: none;    color: #000000;    width: 100%;    margin: 0;    padding: 5px 26px 5px 5px;}

.contact_editbox { margin: 0; width: 100%; padding: 0; order: 2; max-height: 300px; position: sticky; top: 100px; filter: grayscale(1); transition: 0.5s;}
.contact_editbox:hover { transition: 0.5s; filter: grayscale(0);}

/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
/*電腦版表單最大寬度設定*/
/**/
.contact_page .path {    display: none;}
.contact_page .main_part { max-width: 100%;    padding: 100px 0 50px;}
.contact_content {    width: 90%;    padding:  0; max-width: 1400px; position: relative;}
.contact_content > form {    display: flex;margin-bottom: 50px;}
.contact_content .information_left {    width: 30%;    padding: 0;min-width: 250px;padding-right: 30px;}
.contact_content .information_right {    width: 100%;    margin: 0 auto;    padding: 0 0px;    display: block;flex:1;}
.contact_content .list_before {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
position: unset; color: #000000; font-weight: 600; letter-spacing: 1px;}
.list_before.info li {padding-left: 0px; color: #000000;}
.list_before li {letter-spacing: 1px; margin: 20px 0; width: 100%;}

.captcha {width: 100%;}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.contact_content > form {flex-direction: column;}
.contact_content .information_left{width: 100%;     margin-top: 20px;}
.contact_form{ flex-direction: column; align-items: center;}
.contact_form li { width: 100%;}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }
}



.path p, .path p a {    display: none;}
.info_fix {display: none;}

.contact_page .main_part {  width: 100%;}