@charset "utf-8";

/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/


/*反白顏色*/
::-moz-selection{  background-color: #487A9C;  color: #fff;}
::selection{  background-color: #487A9C;  color: #fff;}
:root {
    --MainColor: #E1D9D0;
    --SubColor:#487A9C;
    --SubColor02:#80C1E7;
    --SansFont:"Noto Sans TC", sans-serif;
    --SerifFont:"Noto Serif TC", serif;
    --TitleEN: "Barlow", sans-serif;
    --Title: Barlow, 'Noto Serif TC', sans-serif;
    --FontColor:#414342;
    --f100: 100px;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f26: 26px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
    --pd160:160px;
}
.animated15 { animation: none;}
body{font-family: var(--SansFont); color: var(--FontColor);}
.path{display: none;}
.main_part {max-width: 1400px;padding: var(--pd160) 0 var(--pd80);}
.show_content{padding: 0;}
.animated-arrow {    background: var(--SubColor);}

.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #eee; }

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #181818; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #181818; }

/*
關於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: rgb(255 255 255 / 95%);
    padding: 0;
}
.header_area.sticky {
    background: rgb(72 122 156 / 95%);
    transition: all .5s;
}
.navigation {    grid-template-columns: 190px 1fr;}
.nav-header {    grid-row: unset; max-width: 45px;}
.main_header_area .container {    max-width: 95%;}
.nav-brand {    display: flex;}

/*上方選單右邊設定 臉書/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}
*/
.tp_links{display: none;}
.me_tp_features {    display: none;}

/*浮動*/
.linksBtn {    display: none;}
.info_fix_links {    display: flex !important;}
.info_fix {    right: 0;    width: 50px;}
.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
}
.fa-mobile-screen-button::before {    content: "\f2a0";}

a.info_fix_default.info_fix_line {    order: 1;}
a.info_fix_default.info_fix_phone {    order: 2;}
a.info_fix_default.info_fix_fb {    order: 3;}
a.info_fix_default.info_fix_ig {    order: 4;}
a.info_fix_default.info_fix_mail, a.info_fix_default.info_fix_tel {    display: none;}
.info_fix_links a:nth-child(1){animation-delay: 1s;}
.info_fix_links a:nth-child(2){animation-delay: 1.5s;}
.info_fix_links a:nth-child(3){animation-delay: 2s;}
.info_fix_links a:nth-child(4){animation-delay: 2.5s;}

@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}



/*電腦LOGO
.nav-brand {}
*/
.nav-brand img { filter:none;}
.sticky .nav-brand img { filter: contrast(0) brightness(100);}

@keyframes ani_fadein {
    0% {      opacity:0;    }
    100% {      opacity:1;    }
}


/*第一層*/
.stellarnav > ul > li {    padding: 15px 6px;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #aeaeae;
    font-family: var(--TitleEN);
    letter-spacing: 1px;
    font-size: 14px;
}
.stellarnav > ul > li > a b{ font-weight: 700; font-family: var(--TitleEN);}
.sticky .stellarnav > ul > li > a b {    color: #fff;}
.stellarnav > ul > li > a b :nth-child(2) { font-weight: 400;}
.stellarnav > ul > li:hover > a{color: #487A9C;}

.sticky .stellarnav > ul > li > a {    color: var(--FontColor);}
.sticky .stellarnav > ul > li:hover > a {    color: #955e57;}

.pageIndex .sticky .stellarnav > ul > li > a {     color: #fff;}
.pageIndex .sticky .stellarnav > ul > li:hover > a {    color: #fff; opacity: .7;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 8px 12px;    transition: all 0.3s;font-size: 13px; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a { background: var(--SubColor);	padding-left:18px; color: #fff;}

.sticky .stellarnav li.has-sub > a:after {    border-top: 6px solid #fff;}

/*下拉第二層箭頭*/
.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 {
    background: repeating-linear-gradient(transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 3px), #161616;
    padding-top: 40px;
}
.footer .center {    max-width: 80%;}

.footer_logo {
    max-width: 155px;
    filter: contrast(0) brightness(100);
}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/ed/new_logo3.png) no-repeat;
    background-size: contain;
    background-position:center;
    display: inline-block;
    width: 100%;
    height: 120px;
}
.footer_logo img {    opacity: 0;}

.footer_info {
    grid-template-columns: 200px 1fr 250px;
    padding-right: 0;
    padding-bottom: 4px;
}
.footer_info li p, .footer_info li p a {    color: #ccc;    padding: 3px 0;}

.footer_info ul {    display: flex;}
.footer_info li:nth-child(2) {    width: 44%;    padding-left: 70px;}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}
.footer_info li {    padding-top: 0;}

.footer_menu a:first-child {    display: none;}
.footer_menu a {
    position: relative;
    color: #ccc;
    margin-bottom: 7px;
    border: 1px solid var(--SubColor);
    background: none;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--TitleEN);
    overflow: hidden;
}
.footer_menu a:hover {
    color: #fff;
    background-color: transparent;
}

.footer_menu a:before {
    content: "";
    position: absolute;
    width: 101%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--SubColor);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
}
.footer_menu a:hover:before {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

@keyframes btn-bg {
    0% {      transform: translateX(-100%);    }
    25% {      transform: translateX(0%);    }
    65% {      transform: translateX(100%);    }
    65.01% {      transform: translateX(-100%);    }
    100% {      transform: translateX(0%);    }
}
@keyframes flash {
    0%,    100% {opacity: 1;    }
    50% {      opacity: 0;    }
}

.box_link {
    position: relative;
    order: 2;
    justify-content: flex-start;
    padding-top: 5px;
}
.box_link a {
    border: none;
    background: transparent;
    color: #ccc;
    font-size: 15px;
    width: 220px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    padding: 3px 7px;
    font-family: var(--TitleEN);
}
.box_link a:hover {    color: #487A9C;}
.box_link a:hover:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.box_link a:after {
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: var(--TitleEN);
}
.box_link a.me_tp_line:after {    content: "LINE";}
.box_link a.me_tp_call:after {    content: "Contact";}
.box_link a.me_tp_mail:after {    content: "Mail";}
.box_link a i.fa-brands.fa-instagram {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
.box_link a i.fa-brands.fa-instagram:after {
    content: "Instagram";
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: var(--TitleEN);
}
.box_link a:before, .box_link a:last-child:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    background-color: var(--SubColor);
}
.box_link a:before {    top: -4px;}
.box_link a:last-child:after {    bottom: -4px;}

.copy {
    text-align: center;
    margin: auto;
    font-size: 11px;
    border-top: 1px solid #83c5d2;
    background: none;
    -webkit-border-image: radial-gradient(circle, #83c5d2 0, #487A9C 100%);
    -o-border-image: radial-gradient(circle,#1a1a1a 0,#1a1a1a 25%,#00ab16 100%);
    border-image: radial-gradient(circle, #83c5d2 0, #487A9C00 100%);
    border-image-slice: 1;
    opacity: .4;
}

/* = = = 聯絡我們-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
body.contact_page .main_part {
    background: url(https://pic03.eapple.com.tw/ed/05contact_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    background-position: bottom;
    overflow: hidden;
}
.contact_content {    padding-bottom: 115px;}
.contact_form li.last cite {    background: var(--SubColor);}
.contact_form li.last blockquote, .contact_form li.last cite {
    border-color: var(--SubColor);
    margin: 0 7px;
}
.blank_letter {
    color: var(--SubColor);
    font-size: var(--f26);
    font-family: var(--SerifFont);
}
.contact_content form {    text-align: center;}
.contact_content .information_left {    display: none;}
.contact_content .information_right {
    max-width: 1400px;
    /*width: 90%;*/
    margin: auto;
    background: #ffffff6e;
    padding: 60px 50px 30px 50px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: solid 1px rgb(235 235 235 / 44%);
    border-radius: 31px;
}

.contact_form li {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-bottom: 10px;
}
.contact_form li .form__label {
    /*max-width: 100%;*/
    text-align: left;
    max-width: fit-content;
    display: flex;
    flex-direction: row-reverse;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: none;
    border-bottom: 1px #ddd solid;
    background: transparent;
}
.contact_form li .form__insert {    text-align: left;}
.red {    color: var(--SubColor);}
li.checknumBox {    display: none;}/*驗證碼*/
.contact_content .information_right span.note.red {    display: none;}/*為必填欄位*/

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

.flex-video{position: relative;}
.flex-video::before, .flex-video::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 99.5%;
}

.flex-video::after {
    background: url(https://pic03.eapple.com.tw/ed/ed_logo3.svg) no-repeat;
    top: 0;
    left: 0;
    background-position: center;
    animation: ani_fadein 1.5s 1s both;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    background: #fff;
    padding: 0;
    min-height: 250px;
    height: 15vw;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 82%;
    transform: scale(1, 0);
    opacity: 0;
    background-image: url(https://pic03.eapple.com.tw/ed/ban.jpg);
    animation: banner-scale 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.banner.banC {    display: none;}/*聯絡我們banner*/
.banner.banB {background-image: url(https://pic03.eapple.com.tw/ed/ban-b.jpg);}
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/ed/ban-blog.jpg);
    background-position: 100% 14%;
}
body.services_page .banner {
    background-image: url(https://pic03.eapple.com.tw/ed/ban-ser.jpg);
    background-position: 100% 21%;
}
.banner h5 {
    color: #ffffff;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, .5);*/
    font-size: 6vw;
    font-family: var(--Title);
    line-height: 1;
    padding-top: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    word-break: keep-all;
    animation: banner-font 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 1.3s;
    /* mix-blend-mode: plus-lighter; */
    padding-left: 2%;
    display: none;

}
.banner.banblog h5 {
    /* display: none; */
    color: transparent;
}
.banner.banblog h5:before {
    content: "Works";
    display: block;
    font-family: var(--Title);
    line-height: 1;
    padding-top: 5%;
    font-size: 6vw;
    font-family: var(--Title);
    color: #fff;
    opacity: 1;
}

.banner[data-banner=news_a_list_4479] h5,
.banner[data-banner=news_a_list_4480] h5,
.banner[data-banner=news_a_list_4481] h5,
.banner[data-banner=news_a_list_4482] h5,
.banner[data-banner=news_a_list_4483] h5
{font-size: var(--f26); color: transparent;}

@keyframes banner-scale {
    0%{
        opacity: 0;
        transform: scale(1,0);
    }
    100%{
        opacity: 1;
        transform: scale(1,1)
    }
}

@keyframes banner-font {
    0%{
        opacity: 0;
        transform: scale(1,0) translate(-50%,-50%);
    }
    100%{
        opacity: 1;
        transform: scale(1,1) translate(-50%,-50%);
    }
}
.banner h5::after{
    content: "艾德影像";
    display: block;
    font-size: var(--f26);
    font-weight: bold;
    margin-top: 5px;
    font-family: var(--SerifFont);
    display: none;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media (max-width: 1400px){
	.banner {height: 500px;}
}
@media (max-width: 1024px){
	.banner {height: 400px;}
	.banner.banC,.banner.banF,.banner.banblog{background-attachment: inherit;background-size: cover;}
	.banner:before{display: none;}
}
@media (max-width: 768px){
	.banner {height: 300px;background-position: center !important;}
	.banner:before{display: none;}
}
@media (max-width: 600px){
	.banner {height: 250px;}
	.banner h5 {font-size: 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.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(--TitleEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1400px;}
/* .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 #487A9C;    color: #487A9C;}
.products-list .item a:hover .more {    background: #487A9C;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #487A9C;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #487A9C;    background-color: #f2f2f2;}
.nextaction {    background-color: #487A9C;}
.lastPage {    background: #487A9C;}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}



@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, .module_i_news ul {    grid-template-columns: repeat(3, 1fr);} 
.subbox_item a, .module_i_news li a {    grid-template-columns: 1fr;  grid-gap: 0; }
.blog_list_le, .i_blog_le {    aspect-ratio: 16 / 9; overflow: hidden;}
.subbox_item a:before, .subbox_item a:after,
.module_i_news li a:before, .module_i_news li a:after {display: none;}
.subbox_item a:hover .blog_list_le img, .module_i_news li a:hover .i_blog_le img {    transform: scale(1.05);}
.i_blog_le img {    transition: all .3s;}
.blog_list_ri em, .i_blog_ri em {display: none;}
.blog_ri {    width: calc(100% - 280px);}

/*文章-側邊選單*/
.blog_le {    width: 275px;    padding: 0;}
h5.blog_le_t em {    font-size: var(--f60); line-height: 1; }
h5.blog_le_t span {    font-size: var(--f26); font-weight: 900;  display: block;}
h5.blog_le_t {
    font-weight: bold;
    font-family: var(--Title);
    color: var(--SubColor);
    font-size: var(--f26);
    margin-bottom: 24px;
}
.blog_search{display: none;}
.blog_search input[type=search] {    border-radius: 0;}
.blog_le .accordion {    margin: 0;    border: none;}

.accordion li {    padding-bottom: 5px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: transparent !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {    color: #fff !important;}

.accordion li+li .link {    border-top: none;}
.accordion li .link a {
    border: none;
    background: transparent;
    padding: 7px 0;
    color: var(--FontColor);
    position: relative;
    transition: all .5s;
    font-size: var(--f16);
    font-weight: 500;
    font-size: var(--f18);
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor) !important;
    padding-left: 30px;
}
.blog_le .accordion > li.on_this_category .link a:hover {    padding-left: 30px;}
.blog_le .accordion > li.on_this_category .link a {    padding-left: 0;}
.accordion li .link a:before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--SubColor);
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion li .link a:after {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--SubColor);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
    border-radius: 100%;
}
.blog_le .accordion > li a:hover:before {   width: 20px;}
.blog_le .accordion > li a:hover:after {
    left: 12px;
    opacity: 1;
    transition-delay: .2s;
}

.i_blog_ri h5, .blog_list_ri h5 {    color: var(--FontColor);font-size: var(--f18); }

/*文章-首頁*/
.module_i_news .title_i_box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
}
.module_i_news .title_i_box h6 {
    font-size: var(--f26);
    color: var(--SubColor);
    line-height: 1;
}
.module_i_news .title_i_box h4 {
    font-size: 60px;
    color: var(--SubColor);
    font-weight: bold;
    line-height: 1.2;
}

/*文章內層*/
body.blog_in_page.article_a .main_part {    max-width: 100%;}
body.blog_in_page.article_a .show_content.blog_box {   display: flex;    flex-direction: column-reverse;}
body.blog_in_page.article_a .blog_le{display: none;}
body.blog_in_page.article_a .blog_ri {    width: 100%;    padding: 0; font-size: var(--f18); color: var(--FontColor);}
h4.blog_category_title {    color: var(--FontColor); display: none; }
.blog_shareData{display: none; }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {    display: none;}/*文章上下頁按鈕*/
.blog_box_edit {
    /*max-width: 1400px;*/
    margin: auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
}

/*.blog_back {    position: sticky;    top: 90px;    padding-left: 4vw;} 回列表*/
/*.blog_back a.article_btn_back {
    background: #ffffffba;
    border: 3px solid var(--SubColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    backdrop-filter: blur(5px);
    width: 50px;
    height: 50px;
}
.blog_back a.article_btn_back:before {
    content: "←";
    display: block;
    position: absolute;
    color: var(--SubColor);
    font-size: 30px;
}*/

.articel_mainPic img{display: none;}/*文章內層封面*/
.blog_box_edit * {    line-height: 1.75em;}
.blog_box_edit iframe {
    width: 100%;
    margin: 5px 0 2rem;
    position: relative;
    padding: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
}
/*
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: transparent;
    border: 1px solid var(--SubColor);
    color: var(--FontColor);
}*/

/*文章標籤*/
.news_tags {    flex-wrap: wrap;}
.news_tags a {
    margin-right: 10px;
    color: var(--FontColor);
    background: var(--MainColor);
    padding: 2px 13px;
    font-size: 14px;
    border-radius: 15px;
}

/*文章-相關推薦*/
.news_related {
    background: #e1d9d036;
    padding: 50px 30px;
    display: none;
}
.news_related h6 span:before {
    color: var(--SubColor);
    font-weight: 500;
    font-size: var(--f26);
}
.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 {
        --f100: 80px;
        --f60: 52px;
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f26: 24px;
        --f24: 22px;
        --f22: 20px;
        --pd80:80px;
        --pd160: 100px;
    }
    .main_part {padding: var(--pd160) 20px var(--pd80);}
    .box_link {    display: none;}
    .footer_info {    grid-template-columns: 200px 1fr;}
    .footer_info li:nth-child(1) {    width: 55%;}
    .footer_info li:nth-child(2) {    width: 45%;    padding-left: 25px;}

/*hedaedr*/
.header_area {    padding-top: 7px;}
    .stellarnav > ul > li {    padding: 0 5px;}
.stellarnav > ul > li > a {    height: 35px;}
.stellarnav li.has-sub > a:after {    top: 56%;}

.blog_subbox, .module_i_news ul {    grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 768px) {
    :root {
        --f100: 60px;
        --f60: 40px;
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f26: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --pd80:50px;
        --pd160: 60px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:50px 0; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}
.footer_info {
        max-width: 600px;
        margin: 0 auto;
        padding: 0;
        grid-gap: 0;
        display: flex;
        flex-direction: column;
}
.footer_logo {        margin: 0 auto;}
.footer_info ul {
    flex-direction: column;
    align-items: center;
}
.footer_info li {    text-align: center;}
.footer_info li:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}
.footer_menu {    display: inline-block;}

/*header*/
.header_area {    padding: 7px 0;}
.main_header_area .container {    max-width: 100%;}

/*漢堡選單*/
.stellarnav .menu-toggle {        padding-top: 5px;   }
.stellarnav .menu-toggle:after{ color: var(--FontColor);}
.stellarnav .menu-toggle span.bars span {    background: var(--FontColor);}

.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor);
    color: var(--MainColor);
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px var(--MainColor);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #aeaeae;}
.stellarnav li li {    border: none;}

/*下滑*/
.sticky .stellarnav .menu-toggle:after {    color: #fff;}
.sticky .stellarnav .menu-toggle span.bars span {    background: #fff;}
.sticky .stellarnav > ul > li > a b {    color: #aeaeae;}

/*聯絡我們*/
body.contact_page .main_part {
    background-attachment: initial;
}

/*文章*/
.blog_subbox {    grid-template-columns: repeat(2, 1fr);}
.blog_ri {    width: 100%;}
.subbox_item {        border-bottom: none;    }
}


@media (max-width:600px) {
    :root {
        --f100: 40px;
        --f60: 36px;
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f26: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
        --pd80:40px;
        --pd160: 40px;
    }
    .blog_subbox {    grid-template-columns:1fr;}
    .contact_content .information_right {    padding: 60px 20px;}
    .contact_content {    padding-bottom: 0;}
    .contact_form li .form__label {    background: transparent;}
}

@media (max-width:375px) {
    :root {
        --f100: 36px;
        --f60: 32px;
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}


.index_06 {
    background-size: cover;
}
.ab_02 {
    background-position: top center !important;
}

@media screen and (max-width: 768px) {
.index_06 {
    background-attachment: initial !important;
}
}