@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #233940 /*網站主要色系
  #2D4851 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#page {
    background: url(https://pic03.eapple.com.tw/geckosmumu/bg.png) center;
    background-size: cover;
    background-attachment: fixed;
}
/*Header/＝＝＝＝＝*/
.main_header_area{background: #b3e7e7;/* height:120px; */box-shadow:0 0 5px #ccc;}
.header_area{padding:0;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {/* padding: 45px 0 10px 210px; */}

/*第一層*/
/* .stellarnav > ul > li {border-left: 1px solid #efefef;} */
.stellarnav > ul > li:nth-of-type(1){border-left:none;}
.stellarnav > ul > li > a{padding:0 17px;font-family: 'Noto Sans TC',sans-serif;letter-spacing: 1px;color: #343537;line-height: 25px;/* height: 25px; */margin:0;}
.stellarnav > ul > li:hover > a{color: #154e60;}
.stellarnav li.has-sub > a:after {display:none;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;font-size:14px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding-left:10px;font-weight:bold;background: #6e9a9a; color: #fff;}
/*SubMenu*/

.shop_search_btn {
    background: #62a3ae;
    border-radius: 8px;
}
.box_search input[type=text]{border-radius: 8px;}
.me_tp_features {padding: 12px 12px 0;/* display:none; */}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    color: #fff;
    background: #5ea2af;
    padding: 4px 10px;
    border-radius: 8px;
}
.shop_search_btn:hover,.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
    background: #393939;
}

.tp_links {
    display: none;
}
.stellarnav li.has-sub > a:after {content: none;}
.stellarnav > ul > li > a:hover b:nth-child(1) {
    opacity: 0;
}
.stellarnav > ul > li > a b {
    font-weight: bold;
}
.stellarnav > ul > li > a:not(.dd-toggle), .stellarnav > ul > li.has-sub > a:not(.dd-toggle) {
    padding: 0 6px;
    letter-spacing: 0;
    margin: 0 10px;
    padding-top: 48px;
    display: block;
    position: relative;
    height: 82px;
    line-height: 20px;
    transition: all ease .4s;
}

.nav-brand {
    width: 148px;
    padding: 4px 0 0 16%;
    display: block;
    transition: all ease .4s;
}

.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 44px;
    aspect-ratio: 8/7;
    z-index: 10;
    transition: all .5s;
}
.stellarnav > ul > li:nth-of-type(1)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i01.svg);
    background-size: cover;
    height: 45px;
}
.stellarnav > ul > li:nth-of-type(2)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i02.svg);
    background-size: cover;
}
.stellarnav > ul > li:nth-of-type(3)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i03.svg);
    background-size: cover;
    height: 47px;
}
.stellarnav > ul > li:nth-of-type(4)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i04.svg);
    background-size: cover;
}
.stellarnav > ul > li:nth-of-type(5)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i05.svg);
    background-size: cover;
    height: 48px;
}
.stellarnav > ul > li:nth-of-type(6)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i06.svg);
    background-size: cover;
    height: 48px;
}
.stellarnav > ul > li:nth-of-type(7)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i07.svg);
    background-size: cover;
    height: 48px;
}
.stellarnav > ul > li:nth-of-type(8)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i08.svg);
    background-size: cover;
    height: 48px;
}
.stellarnav > ul > li:nth-of-type(9)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/geckosmumu/nav_i09.svg);
    background-size: cover;
    height: 48px;
}

@media (max-width: 768px) {
.stellarnav > ul > li > a:not(.dd-toggle), .stellarnav > ul > li.has-sub > a:not(.dd-toggle) {
    margin: 0 10px;
    padding-top: 16px;
    padding-left: 60px;
    height: 60px;
}
.stellarnav > ul > li > a:not(.dd-toggle):before {
    top: 5px;
    left: 10%;}
}
/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
.footer {background: #627d83;}
.footer_logo img {width:147px;}
.footer_menu a:first-child{display: none;}
.footer_info li p:nth-child(2){display:none;}
.footer_info li p,.footer_info li p a {color: #ffffff;}
.footer_info li:nth-child(1) {padding: 0 10px 10px 10px;}
.footer_menu {    display: block; }
.footer_menu a {margin: 0;text-align: center;padding: 5px 15px;transition: all 0.3s;font-size:13px;border:none;border-left:1px solid #efefef;background:none;color: #fff;}
.footer_menu a:nth-child(2) {border-left: none;padding: 5px 15px 5px 0;}
.footer_menu a:hover {font-weight:bold;background:none;color: #b1dddd;}
.copy {background: #393939;color: #ccc;border: 1px solid #79999f;font-size:12px;}
.copy a{ color: #ccc;transition:all 0.3s;}
.box_link a{display:none;}
.box_link a:hover {}

/*Logo/＝＝＝＝＝*/
.nav-brand {width: 100%;transition:all 0.3s;}
.nav-brand img {width: 140px;}
.header_area .nav-brand {transition: all 0.3s;margin-top: 5px;padding: 10px 0;}
.header_area.sticky .nav-brand{}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #233940;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}


/*Banner/＝＝＝＝＝*/
.banner{display:none;}
.banner h5{font-size: 32px;}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #233940;}
.path {display:none;}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #233940;border: 1px solid #233940;}


/*購物車*/
.product_page .main_part {max-width: 1500px;}
.qaform {margin: 0 auto;}
.nextaction {background-color: #8BB9B9;}
.lastPage {background-color: #6B9A9A;}
.lastaction {
    background-color: white;
    color: #8BB9B9;
    border: 1px solid #8BB9B9!important;
}
.products-list .price b {
    color: #6B9A9A;
    font-weight: normal;
}
.products-list .name {
    height: 24px;
    -webkit-line-clamp: 1;
    color: #000;
    text-align: center;
    letter-spacing: 0;
}
.products-list .item a:hover .more {background: #6B9A9A;}
.products-list .more {
    border: 1px solid #6B9A9A;
    color: #6B9A9A;
}
.products-list .price {margin: 5px 0 15px;text-align: center;}
.products-list .price * {margin: 0;}
.product_info li .txt_box {
    color: #333;
    font-size: 15px;
}
.product_main {width: 64%;padding: 0 10px;}
.sidebarBtn {width: 35%;}
.product_pic {
    padding-left: 180px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.product_pic #bx-pager {
    position: static;
    width: 90px;
    padding: 0;
    order: -1;
}
.product_pic #bx-pager h6{
    display: none;
}
.product_pic #bx-pager a {
    width: 90px;
    overflow: hidden;
    aspect-ratio: 1/1;
    height: auto;
}
.product_pic #bx-pager a img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product_pic .bx-wrapper {
    width: calc(100% - 100px);
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.product_pic .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
}
.product_info_page ul.bxslider li {aspect-ratio:1/1;overflow: hidden;}
.product_info_page .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
ul.prod li h3.prod-thumb {
    background: #8BB9B9;
    color: white;
    padding: 10px;
}
ul.prod li .prod-panel {
    line-height: 160%;
    padding: 15px 10px;
    color: #333;
    font-size: 15px;
}
.product_info li {padding-left: 0;}
.product_info li span {width: 100%;margin-left: 0;font-family: 'Poppins', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;}
.prod_related h6 span:before {color: #6B9A9A;}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product-wrapper {width: 100%;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; border-right: 1px solid #ccc;min-height: 30vw;}
.product_page .products-list { width: calc(100% - 270px);}
.products-list {display: grid; grid-template-columns: repeat(4, 1fr);grid-gap: 24px;}
.products-list:before,.products-list:after {content: none;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin: 10px 0; display:block !important; width:100%;}
.product-layer-two li:hover ul {
    border: none !important;
    display:block !important;
}
.product-layer-two li li {
    background: none;
    border: none;
    padding: 2px 0 2px 10px;
    transition: all ease .3s;
}
.product-layer-two li.active li {display:block;}
.product-layer-two li li a, .product-layer-two li.active li a{ background: none; padding:0;color: #222;}
.product-layer-two li li:hover > a {
    color:#6B9A9A;
    border:none;
}
.product-layer-two > li { width:100%; max-width:100%; padding:0; padding-right: 10px; text-align:left; border-bottom:1px dotted #ccc;margin: 10px 5px 0 0;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .path {display: none;}
.product_info_page .product-layer-two { display: none;}

.product-layer-two li li:hover{ margin-left: 28px;}
.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: #6B9A9A;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 30px; 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 .item {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    display: block;
    height: max-content;
}
.product-layer-two li:hover > a, .product-layer-two li.active > a {
    color: #6B9A9A;
    font-weight: bold;
}
.product-layer-two li:hover > a:before, .product-layer-two li.active > a:before {
    background: #6B9A9A;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 20px;
    content: "＞";
    color: #fff;
    background: #9fcfcf;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 10px;
    font-weight: bold;
}
.qaform {color: #333;}
.qaform .breakF {
    border: none;
    background: #fff;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .1);
    margin: 6px 0 16px;
    padding: 8px;
}

.product-layer-two li a {
    padding: 4px;
    padding-left: 38px;
    color: #222;
    letter-spacing: 0px;
    font-size: 15px;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 160%;
}
.product-layer-two li.active a {
    border: none;
}
.products-list .pic {
	overflow: hidden;
	aspect-ratio: 1/1;
}
.products-list .pic img {
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
    height: 100%;
    object-fit:cover;
}
.prod_related {
    background: #8BB9B921;
    padding: 52px 0 26px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.related_list {
    max-width: 1340px;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    grid-gap: 10px;
    justify-content: center;
}
.related_list li {
    display: block;
    padding: 0;
}
.related_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.related_list li a p {
    height: 32px;
    line-height: 2;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
}

@media screen and (max-width: 768px) {
    .product_page .products-list, .product_main, .sidebarBtn, .product_pic .bx-wrapper {width: 100%;}
    .products-list .item {padding: 10px;}
    .products-list .price {margin: 2px 0 8px;}
    .products-list .more {
        font-size: 14px;
        line-height: 30px;
    }
    .product_main {padding: 0;}
    .mobile_product_name {display: none;}
    .product_pic {padding-top: 0;padding-left: 0px;flex-direction: column;display: block;}
    .product_pic #bx-pager {
        width: 100%;
        order: 0;
        margin-top: 4px;
    }
    .product_pic #bx-pager a {width: 60px;margin: 0 4px 4px 0;}
    .related_list li:nth-of-type(n+3) {display: none;}
    .related_list li {width: 44%!important;}
    .main_part {padding: 20px 10px 10px;}
    .product_info_page .main_part {padding: 10px 10px 0;}
    .product_page .show_content {padding: 0;}
    .products-list {padding: 16px 0;}
    
    .map_page .main_part {padding: 8% 4%;}
    .map_page .edit {
        margin: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }
    .map_page #content { min-height: max-content;}
    .product_page .product-layer-two {
        display: block;
        width: 100%;
        border-right: none;
        min-height: auto;
        margin: 10px 0 20px;
    }
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕顏色*/
.inquiry_a1{background: #2D4851;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #233940;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #233940;    background-color: #f2f2f2;}
.nextaction {    background-color: #233940;}
.lastPage {    background: #999;}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1200px; width: 90%;    margin: 0 auto;padding:100px 20px;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 20px;}
.other_subalbum{overflow: unset;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li{width: 100%;margin:0;background: #fff;padding: 10px;box-shadow: 0 0 12px rgba(0, 0, 0, .2);}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .show_name {text-align:center;font-size:20px;margin-top: 0px;color: #ffffff;font-weight:400;background: #6B9A9A;padding: 10px;height: 48px;}
.show-list .item:hover .show_name {color: #ffffff;}
.album_fixed_title {background:none;}
.other_album_choice li {    background: #999;border-radius:8px;}
.subalbum-menu h2{    color: #2D4851;font-size: 24px;}
.subalbum-menu { text-align: center;}
.other_subalbum li p {    margin-top: 10px;text-align: center;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #233940;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#233940;}

/*聯絡我們/＝＝＝＝＝*/
.contact_content .information_left {
    display: none;
}
.contact_content {
    max-width: 1300px;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_le_map a {    background: #233940;}
.contact_form li.last cite {background: #233940;}
.blank_letter { color: #335763;}
/*會員/＝＝＝＝＝*/
.send_simple{background-color: #233940;}
.rewrite_simple{background-color: #2D4851;}
.member_title p {    border-top: 2px #233940 solid;}
.login_mem_submit{background: #233940;}
.login_mem_other_link a{color: #233940;}
.member_login_regist a{background: #233940;}
.mem_regist_title_s {    background: #2D4851;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{margin-top:10px;    padding: 10px 0;}
.header_area.sticky .nav-brand{}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}



}



/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 768px) {
    .nav-brand img {
        width: 110px;
    }
    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }
    .stellarnav > ul > li > a:hover b:nth-child(1) {
        opacity: 1;
    }
.bannerindex { padding:0; margin:0;}
.header_area .nav-brand {
    padding: 0;}
    .me_tp_features {
        padding: 0;}
        .stellarnav.mobile {
            top: 4%;}
            .stellarnav .menu-toggle span.bars span {
                background: #ffffff;
            }
            .stellarnav .menu-toggle:after{color: #b6e7e7;}
}
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單
.pageIndex .header_area{position: position:relative;}*/


/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{}
.header_area .nav-brand{}
.header_area.sticky .nav-brand{}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_menu a:nth-child(2) {border:1px solid #efefef;padding: 5px 15px;}
.footer_menu a {margin-bottom:10px;border-left:none;border:1px solid #efefef;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #2D4851;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 435px) {
/*header/＝＝＝＝＝*/
.stellarnav.mobile {
    left: 10px;
    top: 20%;}

/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}


/*聯絡/＝＝＝＝＝*/
.contact_content .information_right {padding-left: 10px;}

}


/*文章/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.subbox_item a {
    display: flex;
    position: relative;
    grid-gap: 0;
    flex-direction: column;
}
.blog_back a.article_btn_back {
    background: #6B9A9A;
}
/*側邊欄寬度*/
.blog_le {
    width: 250px;
    padding: 15px;
 }

/*"文章分類"文字樣式*/
h5.blog_le_t em {
    text-align: left;
}

/*Article 文字樣式*/
h5.blog_le_t span {
display:none;
}

/*隱藏-搜尋區*//*
.blog_search{
    display: none;
}

/*搜尋框-------------------- */
.blog_search input[type=search] {
    border-radius: 0;
    border: 0px solid #6B9A9A;/*框線*/
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);/*陰影*/
    color: var(--f3-color);
    padding: 10px 35px 10px 20px;
}


/*分類框-------------------- */

.blog_le .accordion {
    border-radius: 0px;
    border: 0px solid #6B9A9A;
/*    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);*/
}

/*hover-底色變化*/
.blog_le .accordion >li:hover,
.blog_le .accordion >li.on_this_category {
    background: #6B9A9A!important;
    transition: all 0.8s;
    border-radius: 0px;
}

/*hover-文字偏移*/
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a {
    padding-left: 20px;
}



/*主分類項目文字*/
.accordion li .link a {
    display: inline-block;
    color: #6B9A9A;
    padding-left: 10px;
    transition: all 0.8s;
 }

/*次分類 -------------------- */
.submenu {
    background: #6B9A9A;
 }



/*次分類文字*/
.submenu a {
    color:  var(--f2-color);
    background: transparent;
 }

.submenu a:hover {
    color: #6B9A9A;
    background: transparent;
    padding-left: 30px;
}

 /*關掉次分類圖示*/
.submenu a:before {
    display: none;
}


/*展開圖示*/
.blog_le .accordion li i,
.blog_le .accordion li.open i {
    color: #6B9A9A;
}

/* +++ 文章目錄頁 -------------------- */

/*文章卡片 -------------------- */
.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 0;
    flex-direction: column;
}
/*關掉白色遮罩*/
.subbox_item a:after,
.module_i_news li a:after {
    display: none;
}

.clearfix:before,
.clearfix:after{
    display: none;
}

.subbox_item,
.module_i_news li {
    width: 100%;
    transition: ease .5s;
    padding: 15px 0;
    margin: 10px 0;
}


/*直線*/
.subbox_item:hover:after {
    width: 100%;
    transition: all .5s;
}

.subbox_item:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: #6B9A9A;
    transition: var(--tr);
    z-index: 1;
}

/*邊框內容不內縮*/
.module_i_news li a,
/* .subbox_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
} */

/*文章縮圖寬度*/
 .blog_list_le {
    width: 250px;
    padding: 0;
 }
 .pageIndex .module_i_news li a, .blog_list_le {
    width: 100%;
}

/*照片*/
.i_blog_le img,
.blog_list_le img {
    border-radius: var(--border-radius);
    position: relative;
    transform: scale(1);
    left: initial;
    top: initial;
}
.album_page .page{display: none;}

/* .subbox_item:hover .blog_list_le img{
    transform: scale(1.1);
} */

/*文字區塊 -------------------- */

/*樣式微調-文章標題*/
.blog_list_ri h5,
.i_blog_ri h5 {
    color: #6B9A9A;
    transition: all ease .5s;
    order: 1;
 }

/*樣式微調-內文*/
.blog_list_ri p,
.i_blog_ri p {
    margin-top: 20px;
    order: 3;
    margin: 1rem 0;
    -webkit-line-clamp: 2;
 }

/*樣式微調-日期*/
.blog_list_ri em,
.i_blog_ri em {
    color: var(--f2-color);
    order: 2;
    margin: .25rem 0;
 }

/*more*/
.subbox_item a:before,
.module_i_news li a:before {
    content: "READ MORE >";
    position: absolute;
    right: 1rem;
    left: auto;
    bottom: 0;
    opacity: 1;
    text-align: left;
    font: normal var(--f12)/1.5 var(--ff);
    letter-spacing: .1rem;
}

/*hover-變色*/
.subbox_item:hover a:before,
.module_i_news li:hover a :before{
    color: #6B9A9A;
}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 2vw;}
.module_i_news li, .subbox_item {
    width: 100%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}
.module_i_news li a , .subbox_item a {padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; display: none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.module_i_news li a::before, .subbox_item a:before{display: none;}
.i_blog_le, .blog_list_le {
    padding: 0;
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.module_i_news li a .i_blog_le:before, .blog_list_le:before {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    content: 'VIEW MORE +';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all .4s;
}
.module_i_news li a .i_blog_le:after, .blog_list_le::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #b6e7e77a;
    opacity: 0;
    transition: all .4s;
}
.module_i_news li a:hover .i_blog_le:before, .module_i_news li a:hover .i_blog_le:after {
    opacity: 1;
}
.subbox_item a:hover .blog_list_le:before , .subbox_item a:hover .blog_list_le::after  {
    opacity: 1;
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #6B9A9A !important;}
.submenu a:hover {    background: var(--SubColor);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;
}
/*文章-首*/
.module_i_news {    padding-top: 80px;    padding-bottom: 130px;}
.module_i_news ul{width: 100%;	    max-width: 1320px; grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news .title_i_box h4 {
    font: bold var(--f24) / 2 var(--ff);
    color: #6B9A9A;
    letter-spacing: .2rem;
    line-height: 30px;
    padding-top: 0px;
    display: none;
}
.module_i_news .title_i_box h4:before {
    content: "course";
    display: block;
    line-height: 120%;
    font-size: var(--font20);
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: -10px;
    text-decoration-thickness: 13px;
    text-decoration-color: #DEE0DA;
    text-decoration-skip-ink: none;
    text-decoration-color: #1d3d6342;
    color: #000;
    text-transform: uppercase;
    display: none;
}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_ri {
    width: calc(100% - 260px);
}

/*首頁嵌入--------------------*/
.module_i_news {
    background: url(https://pic03.eapple.com.tw/geckosmumu/bg.png) center;
    background-size: cover;
    background-attachment: fixed;
}



@media screen and (max-width: 1024px) {
.module_i_news ul{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 768px) {
/*文章區塊-寬度調整*/
.blog_ri {
    width: 100%;
    padding: 0;
}
/*搜尋欄-寬度*/
.blog_le {
    width: 100%;
}

}

@media screen and (max-width: 600px) {
    /*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}.product-layer-two li
h4.blog_category_title span{font-size: 18px;}

/*直式*/

.blog_ri{
    padding: 0 5vw;
}
.module_i_news li a, .subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
}
.blog_list_le{
    width: 100%;
    height: 250px;/*刪掉ios會破*/
}

.blog_list_ri p, .i_blog_ri p{
    margin: .5rem 0 1rem 0;
}

.subbox_item a:before, .module_i_news li a:before{
    font-size: 12px;
}


/*首頁嵌入-文字區塊填滿*/
.i_blog_ri{
    width: 100%;
}
}