@charset "utf-8";

/*樂作空間設計*/
/*網站全域設定/=====*/
/*
  #A08F7D /*網站主要色系
  #705B50 /*網站輔助色系1
  #A2897B /*網站輔助色系2
  #99836d; /*文字顏色*/


/*網站字體*/

* {
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
}
/* 錨點滾動 */
html { scroll-behavior: smooth; }

/* 全域設定 */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb { background-color: #b9b9b9; }
	
/*header*==========*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.tp_links a { display: none; }
.pageIndex .header_area.sticky .main_header_area {
    background: #FFF;
    transition: all 0.3s ease-in-out;
	box-shadow: 1px 1px 15px rgba(38,15,1,.2);
}

.pageIndex .main_header_area { background: #fff0; }
.main_header_area { background: #fff; }

.stellarnav > ul > li > a:hover { color: #ddd!important; }
.stellarnav li.has-sub > a:after { display: none; }
.stellarnav > ul > li > a {
    letter-spacing: 0.1em;
	margin: 0 15px;
}

/*HEADER選單=================*/
.pageIndex .stellarnav > ul > li > a {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0 15px;
	color: #fff;
}
.header_area.sticky .stellarnav>ul>li>a {
    color: #141414;
	letter-spacing: 0.1em;
	transition: all 0.3s ease-in-out;
}
.main_header_area .container { max-width: 1600px; }

@media screen and (max-width: 1440px) {
.main_header_area .container { max-width: 1200px; }
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav > ul > li > a { color: #000; }
}

/*HEADER下拉選單==============*/
.stellarnav li li { display: none; } 
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #343a40;
    padding-left: 11px;
    border-color: #726555;
    background: #F2F2F2;
}
.stellarnav li {font-size: 14px;}


/*LOGO設定===================*/
.pageIndex .nav-brand img {
    max-width: 90%;
    position: relative;
    top: 7px;
	filter: brightness(10.5);
}
.header_area.sticky .nav-brand img { filter:none; }
.nav-brand {
    display: inline-block;
    width:90px;
}
.nav-brand img {
    max-width: 90%;
    position: relative;
    top: 7px;
}

/*大圖================================*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50% , 0);
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*預設浮動按鈕拿掉===========*/

.info_fix>span { display: none; }

/*頁面上方banner*==========*/


.banner {display: none;}
.banner h5 {display: none;}
.banB {display: none;}
.banF {display: none;}
.banE {display: none;}
.banC {display: none;}

/*頁面上*==========*/

.blog_list_le { width: 40%; }
.blog_list_ri { width: 53%; }
.sidebarBtn { border: 0px #ddd solid; }
.list_before.info li { padding-left: 41px; }
ul.prod li .prod-panel { 
    font-size: 13px; 
	line-height: 20px; 
}

/*按鈕*==========*/


.contact_form li.last cite { background: #7b7b7b; }
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #7b7b7b solid; }
.prod_related { background: #ffffff; }
.lastaction { 
    color: #fff; 
	background-color: #9E9E9E;
}
.nextaction {
    color: #fff;
    background-color: #f4c761;
}
.lastPage { background: #f4c761; }
.inquiry_a1 { background: #9E9E9E; }
.inquiry_a2 { background: #f4c761; }
.products-list .item a:hover .more { background: #9E9E9E; }

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #D5BEA4 !important; }
.blog_le .accordion { border: 0px; }
	
/*首頁最新消息*==========*/

.news_part .title_i_box h6 {
    color: #A5894F;
    font-family: serif;
}
.news_part .title_i_box h4 { color: #463a39; }
.news_list ul li span {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    font-size: 15px;
    color: #2B2118;
    width: 150px;
    background: #E6C997;
}
.news_list ul li p { padding-left: 10px; }

/*文章排版語法*/

h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 0;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #8E639A; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background: #a1a1a1; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #eeeeee;
    color: #000000;
	transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
	background: #a1a1a1;
	color: #FFF;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%; }
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 15px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #a1a1a1;
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 425px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}
/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { font-size: 20px; }

/*相簿=============*/
.show-list .item:hover .show_name { color: rgb(255 255 255 / 50%); text-shadow: 0 0 5px rgb(0 0 0 / 0%);}
.other_album_choice li {background: #a1a1a1;}

.album_fixed_title, .other_album_choice{display: none;}
.other_album input{margin: 0 auto; display: block;}

/*相簿特效========*/
.overlay {
    display: none;
}
.show-list .show_name {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

/*相簿瀑布流*/
.album_info_page .pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; }
.album_info_page .pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}}


@media screen and (max-width: 1024px) { 
.contact_page .main_part{display:block;}
.contact_content {
    padding: 10px;width:100%;}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ -moz-column-count:2; -webkit-column-count:2;  column-count:2;}
}
@media (max-width: 480px) {
    .album_info_page .pic-list{-moz-column-count:1;  -webkit-column-count:1; column-count:1;}
}

/*相簿第二層*/

.other_subalbum li p {    margin-top: 10px;}
.other_subalbum li a img{    object-fit: cover;
    min-height: 250px;}


/* 聯絡我們========== */
body.contact_page .main_part {
    max-width: 1000px;
    margin: auto;
}

.contact_content {
    padding: 0;
}

.contact_content .information_left {
    display: initial;
}

.information_left.fadeInLeft.animated15.clearfix {
    margin: 0;
    padding: 0;
}

.list_before.info iframe {
    width: 100%;
    height: 50%;
}

@media screen and (max-width: 1200px) {
    .list_before.info {
        width: 100%;
    }
}


@media screen and (max-width: 980px) {
    .list_before.info {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .list_before.info {
        width: 100%;
    }
}

.list_before {
    margin-top: 0px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.blank_letter {
    text-align: center;
    padding: 3% 1% 1% 1%;
    color: #595656;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border-bottom: 1px solid;
}

.list_before.info li:last-child {
    padding-left: 41px;
    margin-top: 5px;
}
.list_before.info li:first-child {
    margin-top: 15px;
}
.list_before.info {
    max-width: 100%;
}
.contact_form li .form__label { padding-right: 7px; }
.contact_le_map { display: none; }
.list_before { margin-bottom: 0px; }

/* 20240614 */
.line_id::before{
    content:"Line ID";
}

.list_before.info li,
.list_before.info li:last-child {
    padding-left: 55px;
}

.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before{
    width: 50px;
}

@media screen and (max-width: 600px) {
.contact_form li .form__label {
	width: 85px;
    margin-left: -90px;
}
}

/* 上下顛倒 */
.contact_content form.style1 {
    display: flex;
    flex-wrap: wrap-reverse;
}

.information_left.fadeInLeft.animated15.clearfix {
    width: 100%;
}


/*footer*==========*/

.footer_info { padding: 0px 0px 0 0; }
.box_link { display: none; }
.box_link { display: none; }
.footer_logo img{display:none;}
.footer { background: #eee;}
.box_link{
	width: auto;
    display: flex;
}
.box_link a{
	font-size:30px;
    border: 0px #ccc solid;
}
.box_link a:hover { color: #000;}
.footer_info ul{width: calc(100% - 200px);}
.footer_menu a{
	width: 150px;
    text-align: center;
}


/*手機版選單*/
.stellarnav .menu-toggle:after { color: #818181; }
.stellarnav .menu-toggle span.bars span { background: #818181; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #d1d1d1; }
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { bottom: -800px; }


@media screen and (max-width: 768px) { 

.footer_info li { flex-direction: column; }
.banner h5 {
    display: block;
    font-family: 'Noto serif TC';
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    text-align: left;
	padding-left: 127px;
}
.banner::after { display: none; }
.me_tp_features {display: none; }
.nav-brand img {
    max-width: 90%;
    position: relative;
    top: 5px;
}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 29px;
    box-sizing: border-box;
}
.footer_info ul { width: 100%; }
}