
/*瑞宇*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&display=swap');
*{font-family: 'Noto Sans TC', sans-serif;font-weight: 400;}
/* = = = 固定設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = === = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
.path { border-bottom: solid 1px #d1d1d1; padding: 5px 10px; display:none;}

/*版面範圍設定*/
.page{margin: 0;}
#content {max-width: 1920px;margin: 0 auto;}
.edit_part { max-width: 100%; margin: auto;padding: 0px;}
.blog_page .main_part, .blog_in_page .main_part {  width: 100%;   max-width: 1600px;}
/*手機板漢堡鈕相關*/
.nav-dropdown > li > a{width: 100%;}

/*手機版底下按鈕*/
/*#bottom_menu{display: none !important;}*/

/*新版按鈕bug*/
.linkBox_Open + span i {transform:rotate(45deg);}

/*頁首按鈕hover顏色設定*/
/*.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #555;}/*主分類hover*/
.submenu-indicator-chevron {border-color: transparent #70798b #70798b transparent;}/*主分類下拉箭頭*/
/*.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #70798b #70798b transparent;}
/*主分類下拉箭頭hover*/
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {background: #27b0e9; color: #fff;transition:.5s;}
/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {background: #27b0e9; color: #fff;transition:.5s;}
/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #555 #555 transparent;}
/*滑到第三層箭頭顏色*/
.nav-dropdown>li>a:hover .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;}
/*滑到第二層箭頭顏色*/
.stellarnav li li.has-sub > a { padding: 8px 15px 8px 10px;}
.stellarnav ul {  text-align: center;background-color: #30567e;}
.stellarnav ul ul a:hover{ background-color: #27b0e9; color:#fff;transition:.5s;}
/*下拉頁面按鈕色*/
.stellarnav li li { font-size: 14px;}
.stellarnav li a {color:c;}

/*編輯頁下拉頁面設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}

/*次分類下拉樣式*/
.nav-dropdown > li > a {/*border-bottom: 1px solid #fbfbfb;*/background: #fff;color: #666; transition:.5s;}
.nav-dropdown > li:last-child a{border-bottom: none;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {background: #27b0e9; color: #fff;}
.nav-menu>li>.nav-dropdown{border: none;}

/*文章分類-------*/
/*文章分類側邊欄設定*/
.blog_le .accordion li .link{padding: 0;}
.blog_le .accordion li .link a{padding: 15px 10px;display: block;}

/*文章跑版設定*/
.blog_subbox {display: flex;flex-wrap: wrap;}
/*////E N D/////*/


/*購物車--------*/
/*+++清單頁-----------------------*/
.products-list .pic{overflow: hidden;}
.sidebarBtn {border: none;box-shadow: 0 0 8px rgb(0 0 0 / 10%);padding: 30px 20px;}
.show_content .product-layer-two li:hover ul {border: none;border-top: none;}
/*上方選單*/
.product-layer-two li a {background: #f7f7f7;border: none;color: #777;}
.product-layer-two li a:hover {
    background: #28afea;
    color: #fff;
}
.product-layer-two li.active a {color: #30567e;}
/*清單頁_購物車按鈕顏色*/
.products-list .more {border: 1px solid #9d9d9d; color: #493f3a; font-weight: 400;}
.products-list .item a:hover .more {background: #9d9d9d;border-color: none;color: #fff;}


/*+++詳細頁-----------------------*/
.prod_related{display: none;}/*相關推薦(預設關起來)*/
.lastPage {background: #391911;}/*上一頁*/
.products-list .name { height: 47px;text-align: center;}
/*詳細頁_側邊資訊欄*/
.product_info li span {background: #eee;width: auto;padding: 5px;color: #777;margin-right: 8px;}
/*詳細頁_商品資訊*/
.prod-thumb{font-weight: normal;font-size: 20px;padding-bottom: 10px;margin:20px 0;color: #444;}
.prod-thumb:before, .prod-thumb:after {  content: "｜ "; padding-right: 5px;  font-size: 15px; padding-left: 8px;}
/*詳細頁_QA表單*/
.prod > li{margin: 10px 0;padding: 25px;}
/*.prod > li:nth-child(2){background: #f7f7f7;}*/
.product_info_page input[type="text"], .product_info_page textarea{background: #fff;}
.breakF {padding: 5px;min-height: 40px;}
.half_box{width: 100%;}
.half_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.half_box:nth-child(1) li:last-child{width: 100%;}
.half_box li {margin: 5px 0;display: inline-block;width: 49%;}
.half_box li.btn_blankTop {margin-top: 24px;}
.half_box li.btn_blankTop input {  background-color: #9d9d9d;  background-image: none;  width: 150px;  text-align: center;  padding: 15px 15px; line-height: initial;  border-radius: 3px;  vertical-align: middle; color: #fff; transition: all .3s;}
.half_box li.btn_blankTop input:nth-child(2) { background-color: #6b6b6b;}
.half_box li.btn_blankTop input:nth-child(2):hover { background-color: #4b4b4b;}
.half_box li.btn_blankTop input:hover{background-color: #919191;}
.productBtn{margin-top: 0;}
.qaform .breakF {  background: #fff;}
/*詢價車*/
.inquiry_a1 { background: #7e6964;}
.inquiry_a2 { background: #eeeeee;color: #111;}
.inquiry_a2:hover {color: #fff;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 { border-radius: 0px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {  letter-spacing: 0px; background: #7b7b7b; transition: .5s;}
@media screen and (max-width: 768px){
	.product_info li {padding-left: 0px;}
	.prod > li:first-child{padding: 25px 0;}
	.half_box:nth-child(2) li:last-child{width: 100%;}

}
/*////E N D/////*/

/*聯絡我們--------*/
.contact_page button, .contact_page input, .contact_page optgroup, .contact_page select, .contact_page textarea {outline: none;padding-left: 15px !important;background: #ededed;}
.contact_page input[type="checkbox"], .contact_page input[type="radio"] {margin: 8px;}
.blank_letter{font-family: 'Noto Sans TC', sans-serif;}
.list_before.info li:last-child {
    padding-left: 40px;
    margin-top: 20px;
	display: none;
}
.innersend {padding-left: 0 !important;text-align: center;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before{font-weight: 500;}


/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 90%;    margin: 80px auto;    padding: 0 10px;    display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;		max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
.contact_editbox {
    margin: auto;
    padding: 0;
}
@media screen and (max-width: 768px) {
.contact_content .information_right {    margin: 50px auto;}
}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {    max-width: 1000px;}

/*////E N D/////*/

/*文章分類【首頁】------*/
.module_i_news {background: #e5e2da;padding: 80px 20px 50px 20px;}
.module_i_news .title_i_box h4 {font-size: 36px;}
.i_blog_ri {padding: 15px 10px;}
.i_blog_ri h5 {font-size: 24px;}
.module_i_news ul {margin: 50px auto;}
.module_i_news li{background: #fff;box-shadow: 0 0 8px rgb(0 0 0 / 10%);width: 48%;margin: 0.5%;}
.module_i_news li a{padding: 10px 5px;}
.module_i_news li a:before {width: 100%;bottom: 0;top: auto;transform: none;left: 0;font-size: 14px;transition: all .5s;
	overflow: hidden;padding: 0;height: 0;background: #f3f3f3;color: #555;letter-spacing: 2px;}
.module_i_news li a:after{display: none;}
.module_i_news li a:hover:before {transform: none;padding: 10px 5px;height: 45px;}
@media screen and (max-width: 768px){
	.module_i_news li {margin-bottom: 3%;width: 100%;}
}
/*////E N D/////*/

/*文章分類【功能頁】------*/
.blog_list_ri {padding: 10px;}
.blog_list_ri h5 {font-size: 20px;color: #27afea;font-family: "Zen Maru Gothic";letter-spacing: 1px;}
.subbox_item{background: #fff;margin: 5px;width: 32.5%;}
.subbox_item a{padding: 10px 5px;}
.subbox_item a:before {width: 100%;bottom: 0;top: auto;transform: none;left: 0;font-size: 14px;transition: all .5s;
	overflow: hidden;padding: 0;height: 0;background: #f1f1f1;  color: #757575;letter-spacing: 2px;text-align: center;}
.subbox_item a:after{display: none;}
.subbox_item a:hover:before {transform: none;padding: 10px 5px;height: 45px;}
.blog_search input[type=search] {
    border-radius: 0px;
    background-color: #fafbfb;
}
.blog_list_le {width: 100%;}
h5.blog_le_t span { font-size: 17px; margin-left: 7px;color: #27afe7;}
.submenu a { padding: 12px 12px 12px 12px; font-size: 12px;background-color: #fffbef;}
.submenu a:before{ display:none;} 
h4.blog_category_title {margin-bottom: -6px;  color: #27b0e9; margin-left: 15px;  font-size: 24px;  letter-spacing: 2px;font-family: "Zen Maru Gothic";}
.blog_in_page h4.blog_category_title {margin-bottom: 5px; }
.blog_box_edit {  margin-left: 15px;}
.blog_back a.article_btn_next {
    background: #e9e9e9;
    color: #535353;}
.blog_back a.article_btn_prev{
    background: #e9e9e9;
    color: #535353;}
.blog_back a.article_btn_back{
    background: #d1d1d1;
    color: #666;}
h5.blog_le_t em { margin: 10px 4px;color: #30557e;font-family: "Zen Maru Gothic";}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {background-color: #28b2e8;}
h4.blog_category_title span{font-family: "Zen Maru Gothic";}

/*////E N D/////*/
@media screen and (max-width: 1520px){
.subbox_item { width: 31.5%;}
}

@media screen and (max-width: 1200px){
.subbox_item { width: 48%;}
}

/*促銷方案【功能頁】--------*/
.promotion_title {border-bottom: 1px solid #999;}
.promotion_title h2 {border-bottom: 2px solid #999;}
/*////E N D/////*/

/*按鈕顏色設定*/
.animated-arrow {background: #391911;padding-left: 0;text-align: center;}
.arrow{display: none;}



/* = = = 個別網站設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content {min-height: 80vh;}


/*header*/
.pageIndex .header_area {position: relative;width: 100%;}
.nav-header {  position: relative;text-align: center;}
.main_header_area {background: #fdfcfd;transition: all .5s;transition-timing-function: ease-in;transition: .5s all;/*border-bottom: solid 1px #ebebeb;*/}
.header_area.sticky .main_header_area {
    background: #ffffff;
    transition: .5s all;
}
.sticky .stellarnav > ul > li > a{color: #fff;}
.stellarnav > ul > li > a:hover {
    color: #6dcbe9;
    transition: .5s all;
}
.sticky .stellarnav li.has-sub > a:after{border-top: 6px solid #ffffff;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #fff;}
.main_header_area .container {max-width: 100%;}
.nav-brand{width: 200px;  margin: 10px 10px 0px 10px;}
.nav-menu {margin: 20px 0;display: flex;}
.nav-menu>li {vertical-align: middle;}
.nav-menu > li:not(.tp_links) > a {padding: 5px 15px;letter-spacing: 3px;font-weight: 200;position: relative;font-weight: 400;
    color: #444;font-size: 16px;}
.stellarnav > ul > li > a {
    margin: 6px 20px 6px 20px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 400;
    height: unset;
}
.nav-menu > li:not(.tp_links) > a:before{content: "";width: 0;height: 1px;background: #ccc;transition: .3s;
position: absolute;bottom: -6px;left: 50%;transform: translateX(-50%);}
.nav-menu > li:not(.tp_links) > a:hover{color: #000;}
.nav-menu > li:not(.tp_links) > a:hover:before{width: 20px;background: #aaa;}
.tp_links a.me_tp_fb:before {width: 22px;height: 22px;}
.nav-dropdown > li > a {padding: 8px 20px;}
.me_tp_features { display: none;}
.navigation {  padding: 3px 0 0px 0px;}


/*浮動按鈕*/
.info_fix>span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #33577c;
    transition: .3s;
    font-size: 20px;
}



/*footer*/

.footer { 
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
	padding: 55px 0px 0px 0px;
	background-color: #fcfcfc;}
	
.footer .center {max-width: 1050px;}

.footer_logo img { margin: 2px 0px 0px 0px;transform: translateY(-15px);width: 48%;}

.footer_info {padding: 0;max-width: 700px;margin: 0 auto;margin-top: 15px;text-align: center;}
.footer_info ul {width: 100%;}
.footer_info li:nth-child(1){width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column; align-content: center;}
.footer_info li:nth-child(2){width: 100%;margin-top: 20px;}
.footer_info li p {color: #3a531c;line-height: 190%;display: inline-block;width: 48%;font-weight: 500;}
.footer_info li p a { color: #666963;font-weight: 500;}
.footer_logo { margin: 0px auto;}
p.phone{  order: 1;}
p.tel {  order: 2;}
p.fax { order: 3;}
p.mail{  order: 4;}
p.add{  order: 5;}
.footer_menu{text-align: center;}
.footer_menu a {padding: 5px 12px;background: transparent;font-size: 13px;border: 1px solid #ecefe9; color:#666963; font-weight: 400;transition: .5s all;}
.footer_menu a:hover {
    background: transparent;
    color: #37afe2;
    border: 1px solid #27b0e8;
    transition: .5s all;
}
.box_link{display: none;}
.copy{background: none; color: #ababab; margin-top: 12px;border-top: none;font-weight: 300;}
.copy a{color: #ababab;font-weight: 300;}


/*聯絡我們*/
.blank_letter.i{display: none;}
.contact_content form {    display: flex;    flex-direction: column-reverse;}
.contact_content .information_right {    width: 100%;    max-width: 1000px;    margin: 80px auto 0;    display: block;    padding: 10px;}
.contact_content .information_left {width: 100%;margin: 0 auto;display: block;max-width: 1200px;     display: none;}
.list_before.info li{padding-left: 0;}
.list_before.info > li:not(li:last-child){display: none;}
.contact_form li .form__label {width: 90px;margin-left: -100px;}
.contact_form li.last cite {
    background: #27b0e6;
    color: #fff;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #38b1e3 solid;
    width: 150px;
}

.contact_le_map a {
    display: block;
    background: #38b1e3;
    text-align: center;
    padding: 10px;
    color: #fff;
}
/*相簿*/
/*banner*/
/*.album_page .banner{display: none;}*/
/*大分類頁*/
.album_page .show_content,.album_info_page .show_content {width: 90%;}
.show-list .item{text-align: center;width: 47%;}
.show-list .item a .show_pic {filter: grayscale(1);transition: all .8s;}
.show-list .item a:hover .show_pic {filter: grayscale(0);}
.show-list .show_pic {padding-bottom: 100%;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .8s;min-height: 460px;object-fit: cover;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}
.show-list .item .show_name {color: #2f567d;letter-spacing: 1px;}
.show-list .item:hover .show_name {color: #27b0ec;letter-spacing: 2px;}
.overlay{display: none;}
/*次分類*/
/*.pic-list .show_pic{padding-bottom: 65%;}*/
.pic-list .item {width: 47%;}
.other_album {margin-top: 100px;}
.other_album_choice li {background: #9d9d9d;}
.lightbox .lb-image {border: 0px solid white;}
.pic-list .item a .show_pic img {transform: scale(1);transition: all .8s;min-height: 300px;object-fit: cover;}
.pic-list .item a:hover .show_pic img {transform: scale(1.1);}
.album_fixed_title em { color: #2f577e;}
.fa-image::before{ color: #2f577e;}
/*相簿-改*/
.album_page .main_part, .album_info_page .main_part{max-width: 1440px;}
.album_page .show_content, .album_info_page .show_content{ width: 100%;}
.album_page .show-list .item{width: 33%; margin: 20px 0;}
.album_info_page .pic-list .item {
    width: 33%; margin: 10px 0;}
.other_subalbum p {  margin-top: 10px;  text-align: center;}
.other_album_choice li a { color: #ffffff;}
.other_album_choice li {  background: #28b2e9;}
@media screen and (max-width: 1200px){
.album_page .show-list .item{width: 49%;}
.album_info_page .pic-list .item {width: 49%;}	
}
@media screen and (max-width: 600px){
.album_page .show-list .item{width: 100%;}	
}


/*文章分類*/
.blog_le .accordion {border-radius: 0;border: none;margin-top: 30px;}
/*.blog_le .accordion > li{border-bottom: 1px solid #eee;}*/
.blog_le .accordion > li:nth-last-child(1){border-bottom: none;}
.submenu a:hover {background: #efefef; color: #333;}

/*新增的按鈕*/
.blog_other_link li a {box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);}
.blog_other_link li a:hover {box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);}


/*麵包屑*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {background: transparent;height: 220px;padding: 100px 0 0; display:none;}
.banner h5 {position: relative; font-size: 30px; font-weight: 500; color: #608435;display:none;}
.banner h5:after {  text-align: center;  content: ""; background: #ddd; width: 65px; height: 4px; position: absolute; top: 55px; left: 50%; transform: translateX(-50%);display:none;}
/*.banner h5:before{font-family: 'Cormorant Garamond', serif;font-weight: 600;font-size: 36px;
position: absolute;top: -80px;left: 50%;transform: translateX(-50%);}*/
/*.banner h5:after{content: "";background: #79796A;width: 65px;height: 5px;
position: absolute;top: -30px;left: 50%;transform: translateX(-50%);}*/
.banner.banA {}
.banner.banB {}
/*.banner.banblog h5:before {
    content: "MEDIA";
}
.banner.banE h5:before{
	content: "ALBUM";
}

.banner.banD h5:before{
	content: "VALUATION";
}
.banner.banF h5:before{
	content: "SHOP";
}*/

.banner h5:before {
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    color: #d5d5d53d;
    font-size: 55px;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/*.banner.banC h5:before{content: "CONTACT";}
.banner.banD {}
.banner.banE h5:before{content: "WORKS";}
.banner.banF {}
.banner.banblog h5:before{content: "MEDIA";}*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1350px){
.swiper-slide:nth-child(2):before {  left: 67.5%;}

}

@media screen and (max-width: 1250px){
.stellarnav > ul > li > a { padding: 5px 14px;}
/*大圖*/
.swiper-slide:nth-child(1):before { left: 50%;  top: 35%;aspect-ratio: 11.5/2;}
}
@media screen and (max-width: 1100px){
	.pageIndex .header_area { position: relative;}
	.navigation {  padding: 14px 0 0px 0px;}
	.stellarnav > ul > li > a {  padding: 5px 14px;letter-spacing: 0px;}
	.sticky .stellarnav > ul > li > a {  padding: 5px 14px;letter-spacing: 0px;}
	/*文章*/
	.subbox_item{width: 100%;}
	/*大圖*/ 
	.swiper-slide:nth-child(2):before { left: 50%;  top: 39%;  max-width: 502px;}
}
@media screen and (max-width: 830px) {
.stellarnav > ul > li > a {   padding: 5px 13px;  letter-spacing: 0px; font-size: 14px;}
}


@media screen and (max-width: 768px) {
	/*預設banner= = = = = = = = */
	.bannerindex { padding:0; margin:0;position: relative;}
	/*大圖*/
	.swiper-slide img {  height: 90vh;}
	
	
	/* 開啟手機板下方按鈕所需設定= = = = = = = = */
	#bottom_menu {display: block; }
	/*footer*/
	.footer_menu a { width: 37%; margin: 4px 3px;}
	.footer_logo img { transform: translateY(6px);width: 100%;}
	.footer_logo { width: 92px;}
	.footer { background-image: none;padding: 30px 0px 0px 0px;}
	/*.footer.with_shopping_mode { padding:0px 0 0; }*/
	.footer.with_shopping_mode {  background-position: right;}
	
	#to_top { bottom:60px;}
	#bottom_menu li a { background-color: #fff;  color: #466323; padding: 12px;}
	.footer_info li:nth-child(2) {  margin-bottom: 50px;}
	/*以下其他設定= = = = = = = = */
	/*header*/
	.pageIndex .header_area {position: relative;}
	.nav-header {padding: 12px 0 2px 0;z-index: 1;}
	.nav-toggle{top: 17px;}
	.nav-menu{display: block;}
	.nav-menu > li > a:hover:before{width: 100%;}
	.nav-menu > li:not(.tp_links) > a {padding: 15px;}
	.nav-menu > li:not(.tp_links) > a:before{display: none;}
	.navigation-portrait .nav-menu>li:last-child {border-bottom: none;padding: 30px 15px;}
	.stellarnav > ul > li > a:before{ display:none;}
	.stellarnav .menu-toggle span.bars span {background: #6d6d6b;}
	.stellarnav .menu-toggle:after {color: #6d6d6b;}
	.sticky .stellarnav .menu-toggle:after {color: #fff;}
	.sticky .stellarnav .menu-toggle span.bars span {background: #fff;}
	.nav-brand img {  width: 100%;}
	
	/*聯絡我們*/
	.list_before.info {width: 100%;max-width: inherit;}
	/*相簿*/
	.show-list .item a .show_pic img {min-height: 310px;}
	.pic-list .item a .show_pic img {min-height: 200px;}
	.blog_other_link ul{max-width: 350px;margin: 0 auto;}
	.blog_other_link li{max-width: inherit;margin: 10px auto;}
	.blog_other_link{padding: 0;}
	/*logo*/
	.nav-brand {  margin: 0px 10px 0px 10px;width: unset;}
	/*menu*/
	.stellarnav .menu-toggle {  margin:0px}
	.stellarnav.mobile > ul > li > a { padding: 6px 41px 2px 10px;color:#5b5b5a;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 6px;}
	.stellarnav.mobile li a.dd-toggle {  border: 6px;top: -3px;}
	.stellarnav.mobile > ul > li { margin: 0px 15px;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #ffffff;letter-spacing: .5px;margin-bottom: 20px;}
	.stellarnav .icon-close { margin-right: 3px;}
	.sticky .stellarnav > ul > li > a { color: #474747;}
	.nav-brand { margin: 0px 10px 6px 10px;width: 70px; }
	.nav-header { padding: 7px 0 2px 0;}
	.navigation { padding: 14px 0 0px 0px;}
	.stellarnav.mobile li.open { background: #faf9f7;padding:0px;}
	.stellarnav li li { font-size: 13px;}
	.stellarnav ul ul a:hover { background-color: transparent;}
	.stellarnav.mobile li.open li.open {  background: #faf9f7;padding:0px;}
	.stellarnav.mobile li li.has-sub a { padding: 8px 0px 8px 10px;}

	/*內頁背景*/
	#content { background-image: none;}
	/*文章*/
	.blog_box_edit { margin-left: 5px;}
	h4.blog_category_title {  margin-left: 5px;}
}

@media screen and (max-width: 600px) {
	/*相簿*/
	.show-list .item {width: 100%;margin: 30px auto 10px auto;}
	.pic-list .item {width: 49%; margin: 0;padding: 5px;}
	/*聯絡我們*/
	.contact_content .information_right {margin: 20px auto;}
	.contact_form li {padding-left: 110px;}
	/*footer*/
	.footer_logo{margin: 10px auto;}
	.footer_logo > a {margin: 0 auto;display: block;}
	.footer_info ul {width: 100%;}
	.footer_info ul li:nth-child(1){text-align: center;margin-bottom: 15px;}
	.footer_info ul li:nth-child(2) {width: 80%;margin: 0 auto;}
	.footer_info li p{width: 100%;}
	.footer {  background-image: none; padding: 45px 0px 0px 0px;}
	/*大圖*/
	.swiper-slide:nth-child(1):before {  left: 50%;  top: 39%;max-width: 280px ;}
	.swiper-slide:nth-child(2):before{width: 76%;top: 38%;}
	.swiper-slide img { height: auto;}
	
	/*文章*/
	.blog_list_le {width: 100%;padding-top: 80%;height: 0;overflow: hidden;position: relative;}
	.blog_list_le img {position: absolute; top: 0;left: 0;}
	.blog_list_ri {width: 100%;}
	h4.blog_category_title{font-size: 20px;font-weight: 500;}
	/*選單*/
	.stellarnav .menu-toggle { padding:11px 10px;}

	/*相簿*/
	.pic-list .item a .show_pic img {min-height: 100px;}

}
@media screen and (max-width: 500px) {
	/*footer*/
	.footer_menu a { width: 38%;}
	.footer_logo img { width: 90%;}
	/*header*/
	.stellarnav .menu-toggle {  margin: 17px 0px;}
	.nav-brand { width:150px;}

}
@media screen and (max-width: 400px) {
	/*footer*/
	.footer_info li p { font-size: 12px;}
	/*logo*/
	.nav-brand { margin: 0px; width: 70px;}
	/*header*/
	.stellarnav .menu-toggle { margin: 23px 0px;}
}
@media screen and (max-width: 360px) {
.footer_menu a { width: 43%;}
}

@media screen and (max-width: 250px){
.footer_menu a { width: 98%;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/