@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=BBH+Sans+Bogle&family=Bellefair&family=Dancing+Script:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}

.product-layer-two > li { 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;}
@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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*反白顏色*/
::-moz-selection {
    background-color: #ccc;
    color: #fff;
}

::selection {
    background-color: #ccc;
    color: #fff;
}

/*預設解除背景輪播*/
.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

/* 文字 */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999;
    background-image: url(https://pic03.eapple.com.tw/karuslife/index_text001.png);
    padding-bottom: 51%;
    transform: translate(0, 50vw);
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999;
    background-image: url(https://pic03.eapple.com.tw/karuslife/index_text002.png);
    padding-bottom: 51%;
    transform: translate(0, 5vw);
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    animation: font-in 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

@keyframes font-in {
    0% {
        transform: translate(0, 5vw);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }

}

/*選單設定*/
.stellarnav ul ul{background: #f8f8f8;}

nav#navigation1 {
    display: block;}
.nav-menu {
    margin: 0;
}

.header_area .main_header_area .container {
    max-width: 90%;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .container {
    max-width: 90%;
    transition: all 0.3s;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #2B3047;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #2B3047;
}

.nav-dropdown>li {
    text-align: center;
}

.nav-header {
    max-width: 190px;
    position: absolute;
    top: 50%;
    z-index: 98999999;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.sticky .nav-header {
    max-width: 220px;
    top: 50%;
    transition: all 0.5s;
}

.nav-header::before {}

.pageIndex .nav-header::before {
    top: -100px;
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.5s;
}


.sticky .nav-header::before {
    top: 50%;
    opacity: 1;
    transition: all 0.3s;
}

.nav-header::after {}

.nav-header:hover:after {
    animation-play-state: paused;
    transition: all 0.3s;
}

.nav-header:hover:before {
    background-color: #215b6d;
    transition: all 0.3s;
    transition-delay: none;
}
.tp_links a{display:none;}
.me_tp_features{    padding-right: 10px;}

.shop_search_btn {
    background: #d85f0f;}

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #444;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-weight: 500;
    font-size: 15px;
}
.stellarnav > ul > li > ul > li > a:hover{
    background: #d8600b;
	color:#fff;}


@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    top: 0;
    background: transparent;
    transition: all 0.7s;
}

.header_area.sticky {
    top: 0px;
    background: transparent;
    transition: all 0.7s;
}

.main_header_area {
    position: relative;
    background: transparent;
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px #00000066;
    transition: all 0.85s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.header_area .main_header_area::before {
    top: -210px;
}

.header_area.sticky .main_header_area::before {
    height: 100%;
    top: 0;
    transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a {
    padding: 0px 8px;
    color: #333;
	font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
	letter-spacing: 1px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}


.pageIndex .stellarnav>ul>li>a {
    color: #fff;
}


.sticky .stellarnav>ul>li>a {
    color: #3e3a39;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: bold;
    transition: all 0.5s;
}


.stellarnav>ul>li>a:hover {
    transition: all 0.5s;
}

.sticky .stellarnav>ul>li>a:hover {
    color: #e66000;
    transition: all 0.5s;
}


.header_area .navigation {
    display: flex;
    width: 100%;
    position: relative;
    padding: 15px 0;
    opacity: 0;
    transition: all 0.3s;
    justify-content: flex-end;
}

.header_area .navigation {
    padding: 50px 0;
}

.header_area.sticky .navigation {
    padding: 15px 0;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.5s;
	display: block;
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 30px 0;
    }

    .header_area.sticky .navigation {
        padding: 20px 0;
    }


}

@media screen and (max-width: 768px) {
    .header_area .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area .container {
        max-width: 90%;
    }


}

/*fotter*/
.footer_logo img{width: 200px;}
.box_link a{display:none;}


/*footer*/
.footer {
    background-image: url(https://pic03.eapple.com.tw/karuslife/footer_bottombg001.jpg);
    max-height: 600px;
    background-size: cover;
    background-position: 100%;
    min-height: 19vw;}
.footer_logo { max-width: 250px;}
.box_link a { display: none; }
.footer .center { position: relative; max-width: 1300px;}
.footer_info { display: flex;flex-wrap: wrap; align-items: center; justify-content: center; padding: 0px; flex-direction: column;margin-bottom: 15px;  grid-gap:0px;}
.footer_menu { display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}
.footer_menu a {font-size: 15px; margin: 0;text-align: left;padding: 0; transition: all 0.3s; border: none; background: transparent;  color: #888; display: block; width: fit-content;}
.footer_menu a:nth-child(10){ display:none;}/*footer選單隱藏*/
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover { background: transparent;color:#c3662f; transform: translateY(-5px);}
.copy {	background: #d75f0c;
    color: #fff;border:none;margin-top: 0px;position: relative;padding: 8px 0;}
.copy a{ color: #fff;transition:all 0.3s;}
.footer_info li { padding: 25px; }
.footer_info ul>li:before { font-size: 115%; color: #444;display: block; margin: 0 0 20px; padding: 5px 0px 10px 5px;border-bottom: 1px solid #acacac; letter-spacing: 0.2em; font-weight: bold;}
.footer_info ul>li:nth-child(1):before { content: "CONTACT INFORMATION";}
.footer_info ul>li:nth-child(2):before { content: "MAIN MENU";}
.footer_info li:nth-child(1) {  display: flex;flex-direction: column;}
p.tel { order: 1;}
p.line { order: 2;}
p.mail{ order: 3;}
p.add{ order: 4;}

.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { color: #000;letter-spacing: 0.12em; font-size: 15px;padding-left: 5px;}
.footer_info ul {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));letter-spacing: 0.15em;margin-bottom: 15px;}
.footer_logo { display: inline-block;  vertical-align: top;  margin: 15px;}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0;}
.footer_logo { width: 250px;}
}
@media screen and (max-width: 400px) {
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { font-size: 14px;}
}

/*文章管理*/
.subbox_item a {
    display: block;}

.blog_subbox{grid-template-columns: 1fr 1fr 1fr;}
.blog_list_le{    aspect-ratio: 4 / 3;}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #373737 !important;
    background: #f8e7df;
}
.blog_back a.article_btn_next {
    background: #e69e6a;
}
.blog_back a.article_btn_prev {
    background: #e69e6a;
}
.blog_back a.article_btn_back {
    background: #f8e7df;
    color: #444;
}
.news_related {
    background: #faf5f3;}
.lastPage{    background: #bc9f8c;}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 18px;
    color: #444444;
    letter-spacing: 2px;
}
.articel_mainPic img {
    display: none;}
.subbox_item{    background: #f7f7f7;}
.blog_list_ri{    padding: 10px;}
h5.blog_le_t{color:#db8b65;font-size: 22px;}

	
/*購物車*/
.product-layer-two li a{
    padding: 5px 25px;
    border: none;
    border-bottom: 1px dotted transparent;
    background: transparent;
    font-weight: 600;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background: #ab6c40;
    transition: 0.3s ease-in-out;
}
.product-layer-two li:hover a {
    color: #2c2f58;
}
.product-layer-two li.active > a:before {
    background: #fff;
    color: #d85f0d;
}
.product-layer-two li.active {
    background: #d85f0d;
    border-radius: 5px;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0;
    color: #fff;
}
.product-layer-two li {
    margin: 0 0 10px;
    width: 100%;
    padding: 0 10px;
}
.product-layer-two li:hover a:before {
    background: #fff;
    color: #2c2f58;
}
.products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
.products-list .item .pic img {
    transition: .3s ease-in-out;
}
.prod_related h6 span:before{    font-size: 18px;
    color: #2c3155;letter-spacing: 2px;}
.prod_related {
    background: #f5e8df;}
.sidebarBtn{    border: 5px #e8cfbe solid;
    background: #fff6f0;}
	
.products-list .more {
    display: none;}
.products-list .item .pic img {
    transition: .3s ease-in-out;
}
.products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
.products-list .price b{
    color: #ab6c40;}
.inquiry_a3 {
    background: #d85f0f;
}
.inquiry_a1 {
    background: #aa918b;
}
.inquiry_a2 {
    background: #6a80a3;
}
.sidebarBtn .sp_price{    color: #2b3157;}
/*購物車開啟*/
.car_page .information_left {
    display: block;
}

/*聯絡我們*/
.contact_content .information_left{    display: none;}
.contact_content .information_right {
    width: 100%;
	    padding-left: 0;
	max-width: 100%;}
.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    padding-top: 0;
    font-size: 24px;
    color: #494949;
    position: relative;
	font-weight: normal;
}
h4.blank_letter.f{    position: relative;
    padding-bottom: 0px;}
.note:after {
    position: absolute;
    content: "送出資料後，我們將於3個工作天內，盡快與您聯繫。";
    color: #444;
    font-size: 17px;
    font-weight: normal;
    font-family: '微軟正黑體';
    left: 2px;
    bottom: 0;
	line-height: 180%;
}
.note {
    text-align: left;
    color: #FF004E;
    display: block;
    padding: 30px 0;
    position: relative;
}
.contact_form {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #494949;
    max-width: 100%;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.contact_form li{
	    display: inline-table;
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 0px;
}
.contact_form li .form__label{
    color: #494949;
    width: 100%;
    margin-left: 0px;
    text-align: left;
	max-width: 100%;
	display:block;
	margin-bottom: 5px;
}
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact_form li input.noborder {
    border: none;
    border-bottom: 0px #494949 solid;
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
	    border-radius: 15px;
}
.contact_form li{display: block;}
.contact_form li.last cite {
    background: #d45c22;}
	
.contact_form li.last{    grid-column: auto / span 2 !important;}
.contact_content{    max-width: 1300px;}
.contact_form li.last blockquote, .contact_form li.last cite{    border-radius: 3rem;}
.form select{border-radius: 15px;}
.contact_form li textarea.noborder{    border-radius: 15px;}

body.contact_page ul.product-layer-two{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}
body.contact_page .product-layer-two li a {
    background: transparent;
    color: #474747;
    border: 0;
    border-bottom: 2px #474747 solid;
    font-weight: normal;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: fit-content;
    height: fit-content;
    text-align: left;
    border-bottom: 0;
    margin: 0 10px;
    transition: all 0.5s;
}

.path p, .path p a{display:none;}

.path p {
    display: none;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{    grid-template-columns: inherit;}

.contact_editbox{padding:0;}

/*相簿*/
.overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgb(212 92 34 / 81%);
    z-index: 1;
}
.show-list .show_pic {
	aspect-ratio: 3 / 2;
    border-radius: 10px;
    z-index: 0;
}
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .8s;
}
.show-list .show_name {
    color: #2A2A2A;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    font-size: 16px;
}
.show-list .item:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.show-list .item a:hover:before {
    opacity: 1;
    height: 25px;
    padding-bottom: 10px;
    transition: all .4s;
    transition-delay: .3s;
    z-index: 100;
}
.album_page .show-list .item a:before {
    content: "VIEW MORE +";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    max-width: 100px;
    color: #fff;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
    letter-spacing: 1px;
}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .4s;transition-delay: .3s;z-index: 100;}
.show-list .item a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.other_album_choice li{background: #d45c23;}
.show-list{grid-template-columns: 1fr 1fr 1fr;}

/*其他頁面*/
.other_promotion{display:none;}



	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: 45vh;
    background: #2d2d2d;
    position: relative;
    overflow: hidden;
	justify-content: flex-start;
	padding-left: 140px;
}
.banner h5 {
    color: #444;
    font-size: 30px;
    letter-spacing: 3.5px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    font-weight: 600;
    gap: 3px;
    z-index: 1;
}

.banner h5::before {
	color: #fff;
    font-size: 90px;
    filter: drop-shadow(0px 0px 5px #ccc);
    font-family: "Oswald", sans-serif;
}
.banner.banA {display:none;}
.banner.banB {display:none;}

.banner.banE:before { background-image: url(https://pic03.eapple.com.tw/karuslife/banner_bg004.jpg);
	width: 110%;}
	
.banner.banF:before {background-image: url(https://pic03.eapple.com.tw/karuslife/banner_bg001.jpg);
	width: 110%;}
.banner.banE h5::before {
    content: 'Photo';
}
.banner.banF h5::before {
    content: 'Products';
}
.banner.banC h5::before {
    content: 'Contact';
}
.banner.banblog h5::before {
    content: 'Blog';
}
.banner.banblog {}
.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	
	
.banner.banblog:before{ background-image: url(https://pic03.eapple.com.tw/karuslife/banner_bg003.jpg);
	width: 110%;
	animation: bgScroll 30s linear infinite;}
	
.contact_page .banner:before{ background-image: url(https://pic03.eapple.com.tw/karuslife/banner_bg002.jpg);
    background-position: top;}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現*/
.blog_back a.article_main_header_area_back {
    background: #6F1C1B;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    width: fit-content;
    position: relative;
    text-align: center;
    padding: 10px 0;
    padding-left: 20px;
    transition: all 0.3s;
}

.blog_le .accordion>li::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #ac9883;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) scale(1, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_le .accordion>li::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #ac9883;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) scale(0, 1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.blog_le .accordion>li:hover:before {
    transform: translate(0, -50%) scale(1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_le .accordion>li:hover::after {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}



.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #444;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px 20px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_box {
    min-height: 100vh;
    padding: 0px;
    display: block;
    flex-direction: row;
    align-content: flex-start;
    overflow: visible;
}

.blog_le {
    width: 20%;
    display: inline-block;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 30px 40px;
    border: 1px #ac9883 solid;
    justify-content: flex-start;
    border-radius: 24px;
    margin-right: 10px;
    position: sticky;
    top: 18%;
    height: fit-content;
    z-index: 999;
}

h5.blog_le_t {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 30px;
    width: auto;
    font-family: "Tomorrow", "Noto Sans TC", sans-serif;
    flex-direction: column;
}

h5.blog_le_t em {
    font-size: 3.5vw;
    text-transform: uppercase;
}

h5.blog_le_t span {
    font-size: 20px;
}




.blog_search {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: none;
    justify-content: flex-end;
}

.blog_search form {
    width: 100%;
    position: relative;
}

.blog_le .accordion {
    margin: 0;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0;
    background: transparent;
    border-radius: 10px;
    position: relative;
}

.blog_le .accordion::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ac988369;
    position: absolute;
    left: 0;
    top: 0;
}

.accordion li .link a {
    font-size: 16px;
    color: #d45c23;
    font-weight: bold;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s;
}




.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #ac9883 !important;
    transition: all 0.3s;
}

.accordion li+li .link {
    border: 0;
}



.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #ac9883 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=search]:focus,
.blog_search input[type=search]:valid {
    top: -20px;
    font-size: 16px;
    color: #333;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}

.news_related {
    background: #efddca;
    border-radius: 24px 24px 0 0;
}

.news_related_list li a {
    position: relative;
    padding: 0;
    background: transparent;
    z-index: 1;
}

.news_related_list li a p {
    font-size: 16px;
    color: #b36844;
    line-height: 2;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.news_related_list li a:hover p {
    color: #fff;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    transition-delay: 0.5s;
}

.news_related h6 span:before {
    font-size: 24px;
    color: #ac9883;
}

/* 內容 */

.blog_in_page .main_part {
    max-width: 100%;
}

.blog_ri {
    display: inline-block;
    width: calc(80% - 20px);
    padding: 0;
    min-height: 75vh;
    margin: 0 0 0 auto;
}

.blog_subbox {
    grid-template-columns: repeat(2, 1fr);
}

.blog_list_ri h5 {
    color: #d45c23;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.subbox_item::after {
    width: 80%;
    height: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg) scale(1.5);
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover:after {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.subbox_item img {
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    display: none;
}

.blog_list_le {
    height: auto;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 24px;
}

.subbox_item {
    padding: 0;
    margin-bottom: 50px;
    overflow: hidden;
}

.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: transparent;
    flex-direction: row;
    gap: 0;
}

.blog_list_ri {
    width: 100%;
    margin-left: 0;
    padding: 3% 5% 5%;
    min-height: 170px;
}

.blog_list_le img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri em {
    font-size: 14px;
    color: #ac9883;
    font-style: normal;
    display: block;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_list_ri p {
    font-size: 15px;
    color: #666;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 160%;
}

.blog_shareData {
    display: none;
}

.blog_back {
    width: 80%;
    margin-left: auto;
    padding: 0 10px;
}

.blog_back a {
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.news_related h6 {
    margin-top: 50px;
}

.news_related_list li a img {
    border-radius: 24px;
}


.news_related_list li {
    display: block;
    padding: 10px;
    position: relative;
}

.news_related_list li::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d45c22;
    border-radius: 24px;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.news_related_list li:hover:before {
    opacity: 1;
    height: 100%;
    transition: 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



@media screen and (max-width: 1024px) {
    .subbox_item {
        overflow: hidden;
    }
}


@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: 0px #eee solid;
    }

}

@media screen and (max-width: 768px) {
    .blog_le {
        display: none;
    }

    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog_ri {
        width: 100%;
    }

    .subbox_item {
        margin-bottom: 0;
    }

    .blog_le .accordion {
        display: none;
    }

    .blog_search form {
        width: 50%;
    }

    .blog_search {
        margin-bottom: 20px;
    }

    .blog_back {
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .subbox_item {
        width: 100%;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理2 */

.article_b.blog_page .main_part {
    max-width: 80%;
    padding: 0 5px;
}

.article_b .blog_box {
    padding: 0px;
    display: block;
    overflow: visible;
    height: fit-content;
}



.article_b .blog_le {
    display: flex;
    position: relative;
    width: fit-content;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: 0;
    padding-bottom: 20px;
    margin-top: 10vh;
    align-items: flex-start;
}

.article_b .blog_le .accordion {
    flex-direction: row;
    padding: 0;
    line-height: 1;
    gap: 10px;
    border-radius: 0;
}



.article_b .blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.article_b .subbox_item {
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
	border-radius: 30px;
}

.article_b .blog_list_le {
    aspect-ratio: 1/1;
}


.article_b .blog_search {
    display: none;
    margin-bottom: 20px;
}

.article_b .blog_ri {
    width: 100%;
}



.article_b .accordion li .link a {
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.article_b .accordion li .link a::before {
    display: none;
}


.article_b .blog_le .accordion>li:hover .link a,
.article_b .blog_le .accordion>li.on_this_category .link a {
    color: #ac9883 !important;

    transition: all 0.3s;
}


/* 選單底線 */


.article_b .blog_le .accordion>li::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00000008;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    box-shadow: inset 1px 2px 1px #00000012;
    transform: none;
    border-radius: 3px;
}

.article_b .blog_le .accordion>li::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #ac9883;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    border-radius: 3px;
    transform: translate(-50%, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .blog_le .accordion>li:hover:after,
.article_b .blog_le .accordion>li.on_this_category:after {
    background-color: #cab9a6;
    width: 100%;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.article_b .blog_le .accordion>li {
    padding: 10px 15px;
    padding-left: 15px;
}

.article_b .blog_le .accordion::before {
    display: none;
}

.article_b h5.blog_le_t {
    margin-bottom: 80px;
}


.article_b.blog_in_page .main_part {
    max-width: 80%;
}

.article_b .blog_back {
    width: 100%;
    padding: 0;
}



/* 選項HOVER */
.article_b .subbox_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0%;
    background-color: #d45e22;
    border-radius: 24px;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover:before {
    height: 100%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover .blog_list_ri h5 {
    color: #fff;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover .blog_list_ri em {
    color: #fff;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover .blog_list_ri p {
    color: #fff;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



@media screen and (max-width: 768px) {
    .article_b .blog_le {
        display: none;
    }

    .article_b .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .article_b .subbox_item {
        margin-bottom: 0px;
    }

    .article_b.blog_page .main_part {
        max-width: 90%;
    }

}


@media screen and (max-width: 500px) {

    .article_b .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }

}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #ADA17E;
}

.show-list .show_pic {
    height: 30vh;
    max-height: 320px;
    padding-bottom: 0;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 100%;
    overflow: hidden;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/*照片頁*/
.pic-list .show_pic {
    height: 40vh;
    max-height: 240px;
    padding-bottom: 0;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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 screen and (max-width: 1280px) {

.header_area.sticky .main_header_area .container {
    max-width: 98%;}
}
@media screen and (max-width: 1024px) {
.header_area{    position: sticky;}
.header_area .main_header_area::before{display:none;}
.header_area .navigation{    opacity: 1;padding: 15px;}
.pageIndex .stellarnav>ul>li>a {
    color: #333;
	    margin: 0 5px;
}
.header_area .main_header_area .container {
    max-width: 100%;
}
.nav-header {
    max-width: 100%;
        width: 150px;
        top: 0;
        z-index: 988;
        transform: unset;
        transition: all 0.5s;
        position: relative;
        justify-content: center;
        display: unset;
}
.nav-brand{    width: 180px;}
.header_area.sticky{
    background: #fff;}
.show-list .show_pic {
    height: auto;}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #d85f0f;
    color: #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav.mobile > ul > li > a{line-height: 250%;}
.banner{padding-left: 30px;    height: 35vh;}
.banner h5::before{font-size: 65px;}
.banner h5{        color: #fff;
        background: #d85f0f8a;
        padding: 10px;}
.contact_content .information_right{padding: 20px;}
.show-list {
    grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px) { 
.nav-header {
    max-width: 145px;}
.stellarnav .menu-toggle{        padding: 15px;}
.contact_form{ display: block;}
.contact_form li .form__label{background: rgb(248 248 248);}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{    
grid-template-columns:repeat(auto-fit, minmax(42px, 12px) minmax(143px, 1fr));

}
@media screen and (max-width: 500px) { 
.show-list {
    grid-template-columns: 1fr;
}
.banner h5::before {
        font-size: 50px;
    }

}
@media screen and (max-width: 450px) { 
.note:after{bottom: -33px;}
}





