@charset "utf-8";

/*
關於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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static;margin: 0 0 -2px 0;height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {display: flex;align-items: center;justify-content: flex-start;width: 200px;background: unset;padding-left: 30px;
    border: 1px solid #0c0c0c;color: #bd9029;margin: 30px auto 0;height: 50px;line-height: 50px;letter-spacing: 0.08em;border-radius: 30px;}
a.animated-arrow i.fa-solid.fa-arrow-right {margin: 0 0 0 30px;}
a.animated-arrow:hover i.fa-solid.fa-arrow-right {margin: 0 0 0 50px;}
a.animated-arrow b {color: #0c0c0b;font-weight: normal;}
a.animated-arrow .fa-arrow-right::before {color: #090909;}
@media screen and (max-width: 768px){
.animated-arrow {margin: 0px auto;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {position: fixed;width: 100%;}
.header_area .main_header_area {background: #ffffffcc;transition: all 0.3s;}
.header_area.sticky .main_header_area {background: #ffffff;box-shadow: 0 2px 5px #4343430f;transition: all 0.3s;}
.main_header_area .container {max-width: 100%;}
.me_tp_features {display: none;}
.navigation {display: flex;padding: 0px 0;flex-direction: row-reverse;align-items: center;justify-content: flex-end;}
/*LOGO*/
.nav-header {display: inline-flex;position: relative;justify-content: center;align-items: center;height: 100%;width: 100%;z-index: 0;}
.nav-brand {width: 115px;transition: all 0.3s;}
.nav-brand h1 {height: 0px;}
/*選單*/
@keyframes fillborder {
0% {transform-origin: right;transform: scaleX(1);}
50% {transform-origin: right;transform: scaleX(0);}
51% {transform-origin: left;transform: scaleX(0);}
100% {transform-origin: left;transform: scaleX(1);}
}

.stellarnav.mobile {position: absolute;width: 150px;text-align: center;}
.stellarnav.mobile .menu-toggle {padding: 0;text-align: justify;}
.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 53px;
    height: 1px;
    border-radius: 0;
    background: #e00d81;
    margin: 0 0 8px;}
.stellarnav .menu-toggle span.bars:hover span:first-of-type {animation: fillborder .42s both ease-out;}
.stellarnav .menu-toggle span.bars:hover span:nth-of-type(2) {animation: fillborder .42s .124s both ease-out;}
.stellarnav .menu-toggle span.bars:hover span:last-of-type {animation: fillborder .42s .248s both ease-out;}
.stellarnav .menu-toggle:after {content: ' MENU';font-size: 13px;color: #e00d81;margin-top:10px;
    display: block;transform: scale(1);letter-spacing: 0.35em;text-align: center;transition: .42s ease-out;}
.stellarnav.mobile a:hover:after {transform: scale(0.9);transition: .42s ease-out;}

.stellarnav.mobile.left > ul {
    background: #ffffff;padding: 0;border-top: unset;opacity: 0;visibility: hidden;overflow-y: auto;
    transform: translateX(-100%);transition: opacity .4s, visibility 0s .4s, transform .7s;}
.stellarnav.mobile.active.left > ul {transform: translateX(-0%);opacity: 1;visibility: visible;transition: opacity .4s, transform .8s;}

.stellarnav.mobile > ul > li {border-bottom: 1px #f0f0f0 solid;}
.stellarnav.mobile > ul > li > a {
    display: inline-flex;padding: 0px 40px;margin: 20px 0;border-right: unset;border-bottom: 0;overflow: hidden;
    text-align: left;color: #000000;line-height: 25px;height: 25px;text-transform: none;flex-direction: column;}
.stellarnav > ul > li > a b {line-height: 25px;height: 25px;font-weight: normal;}
.stellarnav > ul > li > a:hover b {transform: translateY(-25px);-webkit-transform: translateY(-25px);-moz-transform: translateY(-25px);}

.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0;top: 0px;text-align: center;}
.stellarnav.mobile li.open {background: #f7f1e5;padding: 0;}
.stellarnav a.dd-toggle .icon-plus {
    box-sizing: border-box;transition: transform 0.3s;width: 15px;height: 20px;position: relative;
    vertical-align: middle;display: flex;justify-content: flex-start;align-items: flex-start;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #bd9029;}
.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(135deg) translateY(-5px);
    -ms-transform: rotate(135deg) translateY(-5px);
    -o-transform: rotate(135deg) translateY(-5px);
    transform: rotate(135deg) translateY(-5px);}

.stellarnav.mobile ul ul{background: #bd9029;}
.stellarnav li li {border: unset;}
.stellarnav li li a {padding: 15px 5px;}
.stellarnav .icon-close {margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #fff;
    letter-spacing: 2px;
    background: #171616;
    border-bottom: unset;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #fff;}


@media screen and (max-width: 1200px) {
.pageIndex .header_area, .header_area {position: sticky;}
}
@media screen and (max-width: 768px) {
.nav-brand {width: 90px;}
.stellarnav.mobile {top: auto;width: 100px;}
.stellarnav .menu-toggle span.bars span {width: 35px;}
.stellarnav .menu-toggle:after {letter-spacing: 0.1em;font-size: 11px;}
}

@media screen and (max-width: 450px) {
.navigation {padding: 5px 0;}
.nav-brand {width: 80px;}
.stellarnav .menu-toggle span.bars span {width: 30px;margin: 0px 0 5px;}
.stellarnav .menu-toggle:after {font-size: 10px;}
.stellarnav.mobile > ul > li > a {margin: 15px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

.swiper-pagination-bullet {display: none;}
#content_main, .bannerindex {background: unset;}

/*內頁背景*/
body:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url(../../fu/fuxistrategy/bg.jpg) center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

/*內頁BANNER 設定*/
.banner {background: unset;padding: 50px 0 20px;}
.banner:after {}
.banner h5 {
    color: #000000;
    letter-spacing: 0.08em;
    font-size: 28px;
    font-weight: normal;
    position: relative;}
.banner h5:after {}
.banner.banA h5:before {content: '';}
.banner.banF h5:before {content: '';}
.banner.banE h5:before {content: '';}
.banner.banblog h5:before {
    content: 'NEWS';
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #caa654;}
.banner.banC h5:before {content: '';}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.banner.banF h5:before {font-size: 15px;}
.banner h5 {font-size: 23px;}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 400px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {background: #f9dbdf;}
.footer .center {padding: 0 0 15px 0;max-width: 75%;}
.footer_info {
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;}
.footer_info ul {display: flex;width: 100%;justify-content: space-between;}
.footer_info li {
    display: inline-block;
    width: auto;
    padding: 15px 0;}
.footer_info li p {
    line-height: 200%;
    letter-spacing: 0.08em;
    font-size: 15px;}
.footer_info li p, .footer_info li p a {color: #080808;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {display: none;}

/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    font-size: 14px;
    text-align: center;
    background: unset;
    margin: 0 5px 0px 0;
    padding: 5px 10px 5px;
    color: #0c0c0c;
    border: unset;
    border-radius: 5px;
    transition: all 0.3s;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;}
.footer_menu a:hover {
    background: unset;
    color: #000;
    transition: all 0.3s;}

.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: unset;
    background: #fee6e6;
    color: #ffffff;}
.copy a {color: #ffffff;}

#to_top {
    bottom: 70px;
    right: 0px;
    left: unset;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background: #fffafd;
    box-shadow: unset;
    border-radius: 0;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    background: #000000;
    width: 1px;}


@media screen and (max-width: 1024px) {
.footer .center {max-width: 90%;}
.footer_info ul {width: 100%;}
.footer_logo {margin-bottom: 20px;}
}

@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.footer_info ul {flex-direction: column;}
.footer_info li p {font-size: 13px;}
.footer_menu a {
    writing-mode: inherit;
    min-width: 70px;
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    letter-spacing: 0.15em;}
}
@media screen and (max-width: 600px) {
#to_top {bottom: 80px;width: 40px;height: 40px;padding-top: 8px;font-size: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}
#to_top i.top {height: 10px;}
}
@media screen and (max-width: 400px) {
.footer_logo {width: 200px;margin-bottom: 0;}
.footer_menu a {margin: 3px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {background: #c56a9917;padding: 100px 5%;}
.module_i_news .title_i_box h4 {margin-bottom: 50px;color: #141413;
    letter-spacing: 0.08em;font-size: 22px;font-weight: normal;position: relative;}
.module_i_news .title_i_box h6 {font-size: 17px;color: #111010;letter-spacing: 0.08em;font-weight: normal;}

/*每一篇文章*/
.module_i_news ul {display: flex;max-width: 1400px;margin: 0 auto;flex-wrap: wrap;justify-content: space-between;}
.module_i_news li {width: 25%;padding: 0 5px;}
.module_i_news li:nth-child(n+5) {display: none;}
.module_i_news li a {display: flex;flex-direction: column; align-items: center;padding: 5px}
.module_i_news li a:before {content: '查看更多';transform: translate(-50%, -50%);bottom: 50%;right: auto;left: 50%;
    letter-spacing: 0.08em;font-size: 16px;color: #000000;}
.module_i_news li a:after {border: 0;background: #ffffffdb;}
.i_blog_le {padding: 0;width: 100%;}
.i_blog_ri {padding: 10px 0;width: 100%;text-align: center;}
.i_blog_ri h5 {font-weight: normal;font-size: 18px;color: #000000;letter-spacing: 0.08em;}
.i_blog_ri em {font-size: 12px;color: #333;margin: 5px 0;letter-spacing: 0.15em;}

@media screen and (max-width: 1024px){
.module_i_news .title_i_box h4 {font-size: 25px;}
.i_blog_ri h5 {font-size: 17px;}
.i_blog_ri {padding: 5px 10px;}
}
@media screen and (max-width: 768px){
.module_i_news {padding: 50px 5%;}
.module_i_news .title_i_box h4 {margin-bottom: 30px;}
.module_i_news .title_i_box h6 {font-size: 16px;}
.module_i_news li {width: 50%;margin: 0px 0px 15px;}
}
@media screen and (max-width: 475px){
.module_i_news {padding: 30px 5%;}
.module_i_news .title_i_box {margin-bottom: 15px;}
.module_i_news .title_i_box h4 {font-size: 22px;}
.module_i_news li { width: 100%;} 
.i_blog_ri h5 {font-size: 16px;}
}

/*文章設定*/
/*文章設定*/
/*(新)文章分類*/
h5.blog_le_t {font-family: 'Libre Baskerville';color: #000000;text-align: left;font-size: 20px;}
h5.blog_le_t em {padding-right: 5px;}
/*文章管理*/
.blog_page .main_part, .blog_in_page .main_part {max-width: 1500px;padding: 100px 5%;}
/*大分類*/
.clearfix:before, .clearfix:after {display: none;}
.blog_subbox{display: flex;flex-wrap: wrap;}
.blog_box {display: flex;min-height: 20vw;padding: 0;flex-wrap: wrap;justify-content: space-between;}
.blog_le {width: 18%;padding: 0;}
.blog_le .accordion li .link:last-child {border: none;border-bottom: 1px solid #ccc;}
.blog_ri {width: 80%;padding: 0;}
.subbox_item{width: 33.333%;padding: 5px;margin: 0 0 20px 0;border: 1px dotted #ccc;}
.subbox_item a {display: flex;flex-direction: column;overflow: hidden;background: #e5d3a918;}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
        letter-spacing: 0.08em;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #bd9029;
    width: 100%;
    text-align: center;}
.subbox_item a:hover:before{bottom: 0;}
.subbox_item a:after {display: none;}
.blog_list_le{width: 100%; padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;position: relative;}
.blog_list_le img {position: absolute;transform: translate(-50% , -50%);min-height: 100%;object-fit: cover;top: 50%;left: 50%;}
.blog_list_ri {width: 100%;background: #ffffffa6;padding: 10px 20px;}
.blog_list_ri h5{font-size: 18px; letter-spacing: 0.08em;color: #000000 !important;}
.blog_list_ri em {color: #aaa !important;}
.blog_list_ri p{display: none;}
.blog_page h4.blog_category_title, 
.blog_in_page h4.blog_category_title {color: #bd9029;border-bottom: 1px #ccc solid;font-weight: normal;letter-spacing: 0.05em;}
.blog_le .accordion {border-radius: 0;border: unset;background: unset;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #bd9029 !important;}
.accordion li .link {font-weight: normal;letter-spacing: 1px;}
.accordion li .link a {color: #000000;}
.submenu {background: #fff;}
.submenu a {padding: 12px 12px 12px 45px;font-weight: normal;color: #000000;}
.submenu a:hover {background: #bd9029;color: #FFF;}
.submenu a:before {left: 15px;font-weight: bold;}
.blog_search input[type=search] {border-radius: 5px;letter-spacing: 1px;padding: 10px 35px 10px 20px;}
.blog_box_edit {letter-spacing: 1px;}
.blog_box_edit * {line-height: 180%;word-break: break-all;}

/*文章內頁按鈕*/
.blog_back {display: flex;width: 100%;justify-content: space-between;}
.blog_back a {width: 33%;padding: 12px 15px;border-radius: 0;letter-spacing: 0.08em;}
.blog_back a.article_btn_back {background: #000000;border: 0; color: #ffffff;}
.blog_back a.article_btn_back:hover {background: #e5d3a9;border: 0;color: #000000;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next  { background: #bd9029;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover  {background: #e5d3a9;color: #000000;}

@media screen and (max-width: 1024px){
.blog_le { width: 20%;}
.blog_ri { width: 78%;}
h5.blog_le_t {font-size: 16px;}
.blog_list_ri h5 {font-size: 17px;}
.blog_list_ri {padding: 5px 10px;}
}
@media screen and (max-width: 768px){
.blog_page .main_part, .blog_in_page .main_part {padding: 30px 5%;}
.subbox_item {width: 50%;margin: 0px 0px 25px;}
h5.blog_le_t {
    display: block;
    text-align: center;}
.blog_box {flex-direction: column;}
.blog_le, .blog_ri {width: 100%;margin-bottom: 0;}
.blog_page h4.blog_category_title {border-bottom: unset;margin-bottom: 0;}
h4.blog_category_title {font-size: 25px;}
}
@media screen and (max-width: 475px){
.subbox_item { width: 100%;} 
.blog_list_ri h5 {font-size: 16px;}
h4.blog_category_title {font-size: 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁表單*/
.other_item_1 .contact_content {padding: 0 0 100px 0;}

/*聯絡表單*/
.contact_page .main_part {max-width: 1500px;padding: 100px 5%;}
.contact_content {padding: 0;letter-spacing: 0.08em;}
.contact_content form {display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_content .information_left {display: none;}
.contact_content .information_right {width: 100%;padding: 0;}

.blank_letter {font-family: 'Noto Serif TC';padding-top: 0;font-size: 28px;color: #333;}
.note {font-size: 15px;padding-left: 10px;}
.contact_form {display: flex;margin: 30px 0;font-size: 17px;color: #000000;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {width: 48%;padding-left: 0;padding: 0 0 20px 0;}
.contact_form li:nth-of-type(5), .contact_form li:nth-of-type(6), .contact_form li:nth-of-type(7){width: 100%;}
.contact_form li .form__insert {display: flex;flex-wrap: wrap;align-items: baseline;gap: 0px 5px;font-size: 17px;line-height: 2;color: #333;}
.contact_form li .form__label {display: flex;width: 100%;text-align: left;margin-left: 0;flex-direction: row-reverse;
    justify-content: flex-end;padding: 10px;line-height: 1;background: #ffffffb5;align-items: center;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: 1px solid #ded2b5;background: #bc8f281a;padding: 10px;}

.contact_form li.last {width: 100%;display: flex;text-align: right;margin-top: 30px;padding-left: 0;padding: 0;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 15px;width: 48%;border: 0;}
.contact_form li.last blockquote {color: #ffffff;background: #574213;}
.contact_form li.last cite {background: #BC8F28;color: #fff;}
.contact_form li.last input {font-size: 16px;letter-spacing: 0.08em;padding: 0;}

@media screen and (max-width: 1024px) {
.contact_page .main_part {padding: 70px 5%;}
.other_item_1 .contact_content {padding: 0 0 70px 0;}
.blank_letter {font-size: 25px;}
.note {font-size: 14px;}
.contact_form li .form__insert {display: grid;grid-template-columns: 0fr 1fr;}
}
@media screen and (max-width: 768px) {
.contact_page .main_part {padding: 50px 5%;}
.other_item_1 .contact_content {padding: 0 0 50px 0;}
.contact_content .information_right {width: 100%;margin-top: 30px;}

.blank_letter {font-size: 22px;}
.note {font-size: 12px;}
.contact_form {font-size: 16px;margin: 30px 0 0;}
.contact_form li .form__insert {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.contact_page .main_part {padding: 30px 5%;}
.other_item_1 .contact_content {padding: 0 0 30px 0;}
.blank_letter {font-size: 20px;}
.contact_form li {width: 100%;padding: 0 0 10px 0;}
.contact_form li .form__insert {font-size: 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode {padding: 30px 0 0;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




