@charset "utf-8";

/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*色彩與文字大小*/
:root {
  --MainColor: #032169; /*網站主要色系*/
  --SubColor_1: #A19792; /*網站輔助色系 1*/
  --SubColor_2: #CAC5C2; /*網站輔助色系 2*/
  --FontColor_1: #090909; /*內文顏色 1*/
  --FontColor_2: #666666; /*內文顏色 2*/
  --FontColor_3: #888888; /*內文顏色 3*/
  --BackgroundColor: #FFFFFF; /*背景顏色*/
  --BorderColor: #CCCCCC; /*框線顏色*/
  --RedFont: #8B612E;
  --SFontE: "El Messiri", "Noto Serif TC", sans-serif; /*特殊字體 英文*/
  --SFontC: "El Messiri", "Noto Serif TC", sans-serif; /*特殊字體 中文*/
  --LineHeight: 180%;
  --LetterSpacing_B: 2px;
  --LetterSpacing_S: 1px;
  --Transition: .3s ease-in-out;
  --f150: 150px;
  --f48: 48px;
  --f40: 40px;
  --f36: 36px;
  --f32: 32px;
  --f28: 28px;
  --f24: 24px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --f17: 17px;
  --f16: 16px;
  --f15: 15px;
  --f14: 14px;
}
@media (max-width:1024px) {
  :root{
    --f150: 100px;
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}
@media (max-width:768px) {
  :root{
    --f150: 70px;
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
  }
}
@media (max-width:600px) {
  :root{
    --f150: 50px;
    --f48: 28px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
    --f17: 15px;
  }
}
@media (max-width:375px) {
  :root{
    --f48: 24px;
    --f40: 20px;
    --f36: 18px;
    --f32: 18px;
    --f28: 17px;
    --f24: 17px;
    --f22: 17px;
    --f20: 16px;
    --f18: 15px;
  }
}

/*--animation---------------------------------------*/

/*--基礎設定---------------------------------------*/

/*反白顏色*/
::-moz-selection{ background-color: var(--SubColor_1); color: var(--BackgroundColor);}
::selection{ background-color: var(--SubColor_1); color: var(--BackgroundColor);}
.linkBox_Open + span i { transform: rotate(45deg);}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--MainColor); border: 1px solid var(--BorderColor);}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*頁面內容*/
div#page { background: var(--BackgroundColor);}
#content_main, #content { background: transparent;}
/*.services_page .edit, .other_page .edit { padding-top: 80px;}*/
.path { display: none;}

/*TOP*/
#to_top { color: transparent; padding: 0; background: transparent; border: 2px solid var(--SubColor_1); background-size: contain; transform: rotateX(180deg) scale(0.8); transition: .3s ease-in-out;}
#to_top:hover { transform: scale(0.9) translateY(-20px) rotateX(180deg); opacity: .6; transition: .3s ease-in-out;}
#to_top i.top { width: 50px; height: 50px; top: 0; left: -8px;}
#to_top i.top::before {
  height: 13px;
  width: 13px;
  top: 35%;
  left: 50%;
  background: transparent;
  border-right: 3px solid var(--SubColor_1);
  border-bottom: 3px solid var(--SubColor_1);
  transform-origin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 0;
}
#to_top i.top::after { display: none; background: transparent; opacity: 0;}

/*--首頁功能頁區塊---------------------------------------*/

/*區塊設定*/
.module_i_news, .prod_part, .module_i_album, .news_part, .contact_content { margin: auto; padding: 80px 20px 50px;}
.module_i_news section, .prod_part section, .module_i_album section, .news_part section, .i_contact_box section { width: 96%; max-width: 1600px; margin: auto;}
.contact_page  .main_part{max-width: 1600px;}
.contact_content .information_left {
    width: fit-content;
    background: var(--MainColor);
    padding: 20px;
}
.contact_content .information_right {
width: calc(100% - 400px);
    padding: 26px;
    margin-left: 20px;
    background: #f5f5f5;
    border: 1px #d1ae7d solid;
}

/*標題*/
.contact_content .information_left .blank_letter,.list_before {
    font-family: var(--SFontE);
    color: #fff;
}
.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2, .module_i_album .title_i_box h6 
  { font-size: var(--f150); color: var(--SubColor_2); font-family: var(--SFontE); letter-spacing: var(--LetterSpacing_B); font-weight: normal;}
  
.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span, .module_i_album .title_i_box h4 
  { font-size: var(--f24); color: var(--SubColor_1); font-family: var(--SFontC); letter-spacing: var(--LetterSpacing_B);}

/*按鈕*/
.animated-arrow { background: transparent; border-radius: 0; transition: var(--Transition);}
.animated-arrow:hover { background: transparent; transition: var(--Transition);}
.animated-arrow b, .animated-arrow i { color: var(--FontColor_3); letter-spacing: var(--LetterSpacing_S);}

.fa-arrow-right::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*--功能頁 相關推薦---------------------------------------*/

/*區塊設定*/
.news_related, .prod_related { background:#f5f5f5;}
/* .news_related_list, .related_list, .lastPage { max-width: 1600px; width: 96%; margin: auto;} */
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}

/*標題*/
.prod_related h6 span, .news_related h6 span { display: block;}
.prod_related h6 span:before, .news_related h6 span:before { font-size: var(--f20); font-family: var(--SFontC); color: var(--MainColor); letter-spacing: var(--LetterSpacing_B);}

/*項目*/
.news_related_list li, .related_list li { filter: grayscale(1); transition: var(--Transition);}
.news_related_list li:hover, .related_list li:hover { filter: grayscale(0); transition: var(--Transition);}

/*圖片*/
.news_related_list li figure { aspect-ratio: 3 / 2;}
.related_list li figure { aspect-ratio: 1 / 1;}

/*項目標題*/
.news_related_list li a, .related_list li a { border: 1px solid var(--BorderColor); padding: 0;}
.news_related_list li a p, .related_list li a p { padding: 10px; font-size: var(--f15);}

/*下一頁*/
.news_related_b_box, .prod_related_b_box { text-align: center; margin-top: 40px;}
.lastPage {display: inline-block;margin: auto;font-size: var(--f16);background: #000;/* border: 1px solid var(--MainColor); *//* color: var(--MainColor); */transition: var(--Transition);}
.lastPage:hover { color: var(--BackgroundColor); background-color: var(--MainColor); transition: var(--Transition);}

/*--功能頁 頁碼---------------------------------------*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; line-height:30px; align-items: center; justify-content: center; border-radius: 100%;}
.page li.pre_page, .page li.next_page a:hover { background: var(--MainColor);}

.page li.active { }
.page li strong, .page li a { display: block; height: inherit; min-width: 30px; line-height: var(--LineHeight); padding: 0; color: #ccc; border: 1px solid var(--BorderColor); transition: var(--Transition);}
.page li strong:hover, .page li a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}

/*--手機版下方按鈕---------------------------------------*/
#bottom_menu { background: var(--BackgroundColor);}
#bottom_menu li a { color: var(--FontColor_3);}

/*#bottom_menu li:first-child:nth-last-child(3) { width: 100%;}
#bottom_menu > li:not(#bottom_menu > li:first-child) { display: none;}手機板隱藏購物車、匯款通知*/

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { }

@media screen and (max-width: 768px) {
  #to_top { bottom:60px;}
  .contact_content .information_left{width: 100%;}
  .contact_content .information_right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
.contact_content {
    padding: 0;
}
}
  
@media screen and (max-width: 600px) {}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#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: 1024px) {
  .bannerindex { padding: 100px 0 0;}
}
@media screen and (max-width: 768px) {
  .bannerindex { padding: 0; margin: 80px 0 0;}
}


/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*全版大圖
.swiper-fade .swiper-slide { position: relative; height: 100vh;}
.swiper-banner .swiper-slide img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}*/

/*首頁大圖特效*/
.header_area + .bannerindex{
	position:relative;
}

.header_area + .bannerindex .swiper-slide {
    position: relative;
    overflow: hidden;
}

.header_area + .bannerindex .swiper-slide::before, .header_area + .bannerindex .swiper-slide::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	left: 0;
    bottom:0px;
}
/* .pageIndex .swiper-slide:nth-child(2):before,
.pageIndex .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
} */

.header_area + .bannerindex .swiper-slide:nth-child(1)::before{
    background: url(https://pic03.eapple.com.tw/wejoymusic/bn_img01.png) no-repeat center center;
    background-size: 100%;
    z-index: 11;
	animation: leaf ease-in-out 3s infinite;
	animation-direction: alternate;
}

.header_area + .bannerindex .swiper-slide:nth-child(1)::after{
    background: url(https://pic03.eapple.com.tw/wejoymusic/bn_img02.png) no-repeat center center;
    background-size: 100%;
    z-index: 10;
	animation: leaf ease-in-out 3.5s 0.5s infinite;
	animation-direction: alternate;
}

.header_area + .bannerindex .swiper-slide:nth-child(2)::before{
    background: url(https://pic03.eapple.com.tw/wejoymusic/bn_img03.png) no-repeat center center;
    background-size: 100%;
    z-index: 10;
}
.header_area + .bannerindex .swiper-slide:nth-child(2)::after {
    background: url(https://pic03.eapple.com.tw/wejoymusic/bn_img04.png) no-repeat center center;
    background-size: 100%;
    z-index: 10;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_LtoR 1s 0.5s both;
}
@keyframes leaf{
	0% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 0.8;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}


@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (min-width: 769px) {
	.header_area.sticky + .bannerindex::before, .header_area.sticky + .bannerindex::after{
		animation: ani_RtoL_moveout ease-in-out 2s 0s both;
	}
	
}


@media screen and (max-width:768px) {
	
	.bannerindex .swiper-slide img {
        /* height: calc(100vh - 195px) !important; */
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
        object-position: 60%;
        object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        -webkit-object-fit: cover;
        margin: 0;
        transition: all 0.3s;
		/*padding-bottom: 95px;*/
    }
	

	.header_area + .bannerindex::after {
		height: 16vw;
        max-height: 95px;
        width: 100%;
        top: unset;
        bottom: 0px;
	}

	
	@keyframes ani_LtoR_move_teapot{
		0% {
			left:-50%;
			opacity:0;
		}
		100% {
			left:0px;
			opacity:1;
		}
	}
	
	
	.header_area + .bannerindex .swiper-slide::before {
		background: url(https://pic03.eapple.com.tw/wejoymusic/bn_img01.png) no-repeat right center;
		background-size: 768px;
	}
	
	.header_area + .bannerindex .swiper-slide::after {
		background: url(https://pic03.eapple.com.tw/wejoymusic/bn_img02.png) no-repeat 70% center;
		background-size: 700px;
	}
	
	
	@keyframes leaf{
		0% {
			opacity: 1;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
		100% {
			opacity: 0.8;
			-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
		}
	}
	
	
}






/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { position: relative; background: no-repeat top center; background-size: cover;  padding:250px 0 150px; height: auto;}

.banner h5 { 
      position: relative;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 36px;
    font-family: var(--SFontC);
    line-height: var(--LineHeight);
    text-shadow: 0 0 8px black;
}
.banner h5:before {
  content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    font-family: var(--SFontE);
    font-weight: 600;
    letter-spacing: 5px;
    color: #e8e6e5;
}
.banner h5:after{
content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    animation: dio2 3s ease-in-out 0s infinite;
    width: 1px;
    height: 0;
    background-color: rgb(240, 240, 240);
}


        @keyframes dio2 {
            100% {
                height: 100%;
            }
        }
.banner.banA h5:before { content: "NEWS";}/*促銷方案*/
.other_select_page .banner.banA:before { content: "";}/*下拉編輯頁*/
.banner.banB h5:before { content: "SERVICE";}/*服務項目*/
.other_page .banner.banB h5:before { content: "";}/*其他編輯頁*/
.case_page .banner.banB h5:before { content: "PROJECT";}/*施工實錄*/
.banner.banC h5:before { content: "CONTACT";}/*聯絡表單*/
.banner.banE h5:before { content: "ALBUM";}/*相簿管理*/
.banner.banF h5:before { content: "PRODUCT";}/*店家商品*/
.article_a .banner.banblog h5:before { content: "NEWS";}/*文章管理*/
.article_b .banner.banblog h5:before { content: "RECORD";}/*文章管理*/

.banner.banA { background: url(https://pic03.eapple.com.tw/wejoymusic/banA.jpg) fixed;}/*促銷方案*/
.other_select_page .banner.banA { background: url(https://pic03.eapple.com.tw/wejoymusic/banA_o1.jpg) fixed;}/*下拉編輯頁*/
.banner.banB { background: url(https://pic03.eapple.com.tw/wejoymusic/banB.jpg) fixed ; }/*服務項目*/
.other_page .banner.banB { background: url(https://pic03.eapple.com.tw/wejoymusic/banB_o1.jpg) fixed;}/*其他編輯頁*/
.case_page .banner.banB { background: url(https://pic03.eapple.com.tw/wejoymusic/banB_case.jpg) fixed;}/*施工實錄*/
.banner.banC { background: url(https://pic03.eapple.com.tw/wejoymusic/banC.jpg) fixed;}/*聯絡表單*/
.banner.banE { background: url(https://pic03.eapple.com.tw/wejoymusic/banE.jpg) fixed;}/*相簿管理*/
.banner.banF { background: url(https://pic03.eapple.com.tw/wejoymusic/banF.jpg) fixed;}/*店家商品*/
.article_a .banner.banblog { background: url(https://pic03.eapple.com.tw/wejoymusic/banbloga.jpg) fixed;}/*文章管理*/
.article_b .banner.banblog { background: url(https://pic03.eapple.com.tw/wejoymusic/banblogb.jpg) fixed;}/*文章管理2*/

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
  .banner { padding:250px 0 100px;}
}

@media screen and (max-width: 768px) { 
  .banner { padding:180px 0 50px;}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area {position: fixed;background: #032169;}
.header_area.sticky {background: #032169;}
.main_header_area .container { width: 96%; max-width: 1980px;}

/*logo*/
.header_area .nav-header { position: relative;  z-index: 99; transition: var(--Transition);}
.header_area.sticky .nav-header { transition: var(--Transition);}


/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: var(--MainColor);}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: var(--MainColor);}

.me_tp_features { margin: 0; padding: 7px 0;}
.me_tp_features a { color: var(--FontColor_1);}/*購物車搜尋欄*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*--menu---------------------------------------*/

.stellarnav { padding: 40px 0 0;}
.stellarnav > ul { transition: var(--Transition);}
.stellarnav > ul:hover > li { opacity: 0.6; transition: var(--Transition);}
.stellarnav > ul > li { position: relative; transition: var(--Transition);}
.stellarnav > ul:hover > li:hover {opacity: 1;transition: var(--Transition);}
.stellarnav > ul > li::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 20px;
  background: url(https://pic03.eapple.com.tw/wejoymusic/menu_01.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: var(--Transition);
}
.stellarnav > ul > li:hover::before { opacity: 1; top: -20px; transform: translateX(-50%) rotate(30deg); transition: var(--Transition);}
.stellarnav > ul > li:nth-of-type(even)::before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/menu_02.png);}

.stellarnav > ul > li > a { margin: 0 20px;}
.stellarnav > ul > li > a {font-weight: 600;padding: 0;color: #f0f0f0;font-size: var(--f16);}
.stellarnav li > a b:last-of-type {font-family: var(--SFontE);font-weight: 500;}/*第二格名稱*/
.stellarnav > ul > li:hover > a {color: #ffffff;}

/*下拉箭頭*/
.stellarnav > ul > li.has-sub > a:after { border-top: 6px solid #FFFFFF;}
.stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

/*.header_area.sticky .stellarnav > ul > li.has-sub > a:after { border-top: 6px solid var(--FontColor_2);}
.header_area.sticky .stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}*/

/*--下拉選單---------------------------------------*/

/*下拉超過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;}
*/

/*電腦版選單 / 統一設定*/
.stellarnav.desktop li.bigMenu > ul { background: transparent;}
.stellarnav ul ul { background: transparent;}
.stellarnav li li { background: #FFFFFFcc; border: none; margin: 0 0 5px; backdrop-filter: blur(10px);}
.stellarnav li li a { font-size: var(--f16); color: var(--FontColor_1);}

/*電腦版選單 / 第一層*/
.stellarnav li > ul:hover > li { opacity: .6; transition: var(--Transition);}
.stellarnav li > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}

/*電腦版選單 / 第二層*/
.stellarnav li.drop-left ul ul { padding-right: 5px;}
.stellarnav li > ul > li > ul:hover > li { opacity: .6; transition: var(--Transition);}
.stellarnav li > ul > li > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}

/*--手機版選單---------------------------------------*/
.stellarnav.mobile.active { z-index: 9999;}

/*漢堡*/
/* .stellarnav .menu-toggle span.bars span { background: var(--MainColor);} */
.stellarnav .menu-toggle:after { color: var(--MainColor);}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent; color: var(--FontColor_1);}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 2px var(--FontColor_1); top: 7px; right: 3px;}

/*選單*/
.stellarnav.mobile.left > ul { background: #FFFFFFf8;}
.stellarnav.mobile > ul > li { border: none;}
.stellarnav.mobile li a { color: var(--FontColor_1); padding: 20px 30px;}
.stellarnav.mobile > ul > li > a { margin: 0; padding: 20px 43px 20px 10px;}
.stellarnav.mobile > ul > li > a b { color: var(--MainColor);}
.stellarnav.mobile > ul > li > a b:last-of-type { display: none;}/*選單名稱第二格*/

.stellarnav.mobile ul ul { background: var(--SubColor_1);}
.stellarnav.mobile ul ul li { margin: 0; background: transparent;}

/* + */
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 20px 6px;}
.stellarnav a.dd-toggle .icon-plus { }
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--FontColor_3);}

/*分類*/
.stellarnav.mobile li.open { padding: 0; background: var(--BackgroundColor);}
.stellarnav.mobile li.open li.open { background: var(--BackgroundColor);}
.stellarnav.mobile li > ul:hover > li { opacity: 1;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
  .header_area::before { opacity: 0;}
}

@media screen and (max-width: 1300px) { 
  .navigation { grid-template-columns: 400px 1fr;}
}

@media screen and (max-width: 1200px) { 
  .navigation { grid-template-columns: 280px 1fr;}
}

@media screen and (max-width: 1024px) {
  .header_area::before { height: 130%; background-size: contain; bottom: -30px;}
  .stellarnav { padding: 20px 0 0;}
}

@media screen and (max-width: 768px) {


  /*logo*/
  .header_area .nav-header { width: 100%; margin: 10px 0;}
  .header_area .nav-header::before { max-height: 30px;}

  /*menu*/
  .stellarnav { padding: 0;}
  .stellarnav.mobile > ul > li > a b:last-of-type { display: none;}
  .stellarnav > ul > li:hover::before { display: none;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {background: #080808;}
.footer .center, .copy {width: 96%;max-width: 1680px;}
.footer_info {position: relative;grid-template-columns: 1fr;z-index: 3;padding: 0;margin-bottom: 20px;}
.footer_info ul { padding-top: 22px; width: calc(100% - 300px);}
.footer_info li{padding-top: 0;}
.footer_info li:nth-child(1) { width: 100%; position: relative;}
.footer_info li:nth-child(2) { width: 100%; margin-top: 20px;}


/*footer info*/
.footer_info li p { color: #FFFFFF; line-height: 2; display: inline-block; width: 49%;}
.footer_info li p a { color: inherit;}

/*footer menu*/
.footer_menu { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; width: 88%;}
.footer_menu a { margin: 0; text-align: center; padding: 5px; line-height: initial; background: transparent; color: #FFFFFF; letter-spacing: 1px; border: 1px solid var(--BorderColor); transition: all 0.3s;}
.footer_menu a:first-child { display: none;}
.footer_menu a:hover {background: var(--FontColor_2);border: 1px solid var(--FontColor_2);color: var(--BackgroundColor);}

/*icon*/
.box_link {display: grid;grid-template-columns: repeat(1,1fr);grid-gap: 3px 10px;width: max-content;top: 30px;max-width: 100%;}

.box_link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #EEEEEE;
  border-radius: 0;
  padding: 8px 10px;
  margin-bottom: 9px;
  font-size: var(--f16);
  border: none;
  border-bottom: 1px solid var(--BorderColor);
  transition: all 0.3s;
}
.box_link a:hover { background: transparent; opacity: .5; transition: all 0.3s;}
.box_link i { display: flex; flex-direction: row; width: max-content; align-items: center; color: #EEEEEE;}

/*box_link圖片設定*/
/* .box_link i::before {
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box_link i.fa-facebook-f:before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/icon_fb.png);}
.box_link i.fa-line:before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/icon_line.png);}
.box_link i.fa-instagram:before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/icon_ig.png);}
.box_link i.fa-mobile-screen-button::before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/icon_phone.png);}
.box_link i.fa-phone-volume::before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/icon_tel.png);}
.box_link i.fa-envelope::before { background-image: url(https://pic03.eapple.com.tw/wejoymusic/icon_mail.png);} */

/*box_link文字設定*/
.box_link i::after {
  content: "";
  font-size: 13px;
  color: #EEEEEE;
  letter-spacing: var(--LetterSpacing_B);
  padding-left: 8px;
  font-family: var(--SFontC);
}
.box_link i.fa-phone-volume::after { content: "CALL US";}
.box_link i.fa-mobile-screen-button::after { content: "PHONE";}
.box_link i.fa-facebook-f::after { content: "FACEBOOK";}
.box_link i.fa-instagram::after { content: "INSTAGRAM"; }
.box_link .fa-envelope::after { content: "E-Mail";}
.box_link .fa-line::after { content: "LINE";}

/*box_link順序調整*/
.box_link a.me_tp_call { order: 2;}
.box_link a.me_tp_fb { order: 3;}
.box_link a.me_tp_line { order: 1;}
.box_link a.me_tp_mail { order: 5; display: none;}
.box_link a.me_tp_ig { order: 4;}

/*版權*/
.copy {position: relative;z-index: 2;color: #EEEEEE;border: none;padding: 30px 0 60px;text-align: right;margin: 0 auto;border-top: 1px #242424 solid;}
.copy a { color: #EEEEEE; transition: var(--Transition);}
.copy a:hover { color: var(--SubColor_1); opacity: .6; transition: var(--Transition);}

/*側邊浮動按鈕*/
.info_fix { z-index: 99;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
  /*footer*/
  .footer_info ul { width: 100%;}

  /*icon*/
  .box_link { position: relative; width: 100%; left: 0; top: auto; margin-top: 20px; order: 2;}
}

@media screen and (max-width: 600px) {
  /*logo*/
  .footer_logo { text-align: center;}
  .footer_logo::before { bottom: -15px; right: auto; left: 50%; transform: translateX(-50%); width: 50%;}

  /*footer info*/
  .footer_info { justify-content: center;}
  .footer_info li p { width: 100%;}

  /*footer menu*/
  .footer_info li:nth-child(2) { width: 100%; margin-top: 25px;}
  .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}

  /*版權*/
  .copy { padding: 30px 0; width: 90%; text-align: center;}

  /*底部按鈕*/
  .footer.with_shopping_mode { padding:30px 0 70px;}
}



/* = = = 文章管理 02 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: var(--MainColor); border-bottom: 1px var(--BorderColor) solid;}

/*--文章管理 / 首、外---------------------------------------*/

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 5px;}
.blog_le .accordion > li { transition: 0var(--Transition);}
.blog_le .accordion > li:hover { background: var(--MainColor) !important;}
.blog_le .accordion > li.open:hover { background: var(--BackgroundColor) !important;}
.blog_le .accordion > li.on_this_category { background: var(--SubColor_1) !important;}
.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);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #FFF !important; transition: var(--Transition);}

/*下拉箭頭*/
.blog_le .accordion li .link i { color: var(--FontColor_2);}
.fa-chevron-down::before {
  content: '';
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: var(--FontColor_2);
}

/*次分類*/
.blog_le .accordion .open li { background: #FFFFFFAA !important;}
.open .link { background: var(--MainColor);}
.open .link a { color: var(--BackgroundColor) !important;}
.submenu { background: transparent;}
.submenu li.on_this_category a { background: var(--SubColor_1);}

/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li:hover a { color: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li a::before { background: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li:hover a::before { background: var(--FontColor_3);}

/*次分類 hover*/
.submenu:hover li a { color: var(--FontColor_1); opacity: .3;}
.submenu:hover a:hover { color: var(--FontColor_1); background: transparent; opacity: 1;}
.submenu:hover li a::before { background: var(--FontColor_3); transition: var(--Transition);}
.submenu:hover li:hover a::before { background: var(--FontColor_3); transition: var(--Transition);}

/*項目排版*/
.module_i_news, .subbox_item { }
.module_i_news ul, .blog_subbox { grid-template-columns: repeat(1,1fr); gap: 0;}
.blog_subbox { }
/*.blog_subbox:hover .subbox_item { opacity: .6; transition: var(--Transition);}
.blog_subbox:hover .subbox_item:hover { opacity: 1; transition: var(--Transition);}*/

.module_i_news li:nth-child(n+4) { display: none;}

/*項目 / 外層*/
.module_i_news li, .subbox_item { position: relative; width: 100%; height: 100%; border-bottom: 1px solid var(--BorderColor);}
.module_i_news li::before, .subbox_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--SubColor_2);
  opacity: 0;
  transition: var(--Transition);
}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 0.3; transition: var(--Transition);}

/*項目 / 內層*/
.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 正方形 */
.blog_list_le, .blog_list_ri { }

.module_i_news li a, .subbox_item a { width: 100%; height: 100%; grid-template-columns: 240px 1fr;}
.module_i_news li a:hover::before, .subbox_item a:hover::before, .module_i_news li a:hover::after, .subbox_item a:hover::after { opacity: 0; width: 100%; height: 100%; transition: var(--Transition);}

/*項目 / 圖*/
.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%);
}


/*項目 / 標題*/
.i_blog_ri h5, .blog_list_ri h5 { color: var(--MainColor); font-size: var(--f24); font-family: var(--SFontC); font-weight: 600; padding: 7px 0 2px;}

/*項目 / 時間戳記*/
.i_blog_ri em, .blog_list_ri em { }

/*項目 / 描述*/
.i_blog_ri a p, .blog_list_ri a p { color: var(--TextColor_2); font-size: var(--f14); line-height: var(--LineHeight); min-height: 60px; -webkit-line-clamp: 2;}

/*--文章管理 / 內---------------------------------------*/

.blog_box { max-width: 1600px; margin: auto;}
.blog_box_edit { color: var(--FontColor_1); max-width: 100%; margin: auto;}

/*回列表*/
.blog_back a.article_btn_back { background: var(--MainColor); border: 1px solid var(--MainColor); transition: 0var(--Transition);}
.blog_back a.article_btn_back:hover { background: var(--SubColor_1); border-color: var(--SubColor_1); transition: 0var(--Transition);}

/*上/下一篇*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: var(--MainColor); border: 1px solid var(--MainColor); transition: 0var(--Transition);}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: var(--MainColor); color: #FFFFFF; transition: 0var(--Transition);}

/*--RWD---------------------------------------*/

@media screen and (max-width:1024px) {
  .blog_subbox{ grid-template-columns: repeat(1,1fr);}
}

@media screen and (max-width:768px) {
  .blog_page .main_part, .blog_in_page .main_part { padding: 0 0 100px;}
  .module_i_news li a, .subbox_item a{grid-template-columns: 150px 1fr;}
}

@media screen and (max-width:450px) {
  .blog_subbox{ grid-template-columns: 1fr;}
}
