@charset "utf-8";
/*曜境空間設計*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

:root{
    --MainColor:#8B8177;
    --SubColor:#4A4641;
    --SubColor2:#F5F2ED;
}
body {
    font-family: 'Noto sans TC', sans-serif;
    letter-spacing: 1px;
}
.edit_part{
    padding: 200px 20px;
}

/*錨點滾動*/
html { 
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}
::-webkit-scrollbar-thumb {
    background-color: var(--MainColor);
    border-radius: 50px;
}

/*預設解除背景輪播-----------------------------*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.bannerindex .swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.bannerindex .swiper-slide img { 
    height:auto;
}

@media screen and (max-width: 768px) {
    .bannerindex .swiper-banner{
        height:auto;
    }
    .bannerindex{
        padding-bottom: 0;
    }
}

/*大圖----------------------------------------*/
.swiper-slide img{
    filter: brightness(0.7);
}
/* 大圖點點 */
.bannerindex {
    --swiper-pagination-color: #fff;
    position: relative;
    height: 50vw;
    max-height: 100vh;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{
    bottom: auto;
    top: 50%;
    left: 2vw;
    width: 25px;
    font-size: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 3px 8px;
    width: 2px;
    height: 14px;
    border-radius: 0px;
}
/*大圖特效-------------------------------------*/
#content_main {
    margin: 0; 
}
.bannerindex {
    position: static;
    position: relative;
    height: auto;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { 
    height: auto; 
}
.pageIndex .swiper-slide img { 
    filter: brightness(0.65); 
}
.pageIndex .swiper-slide.swiper-slide-active:before{
    content: "居家設計找曜境，匠心獨運創家境";
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(53, 49, 47, 0.616);
    color: #fff;
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50%;
    animation: show_a .8s ease-out forwards;
    z-index: 100;
    opacity: 0;
    line-height: 1.8;
    white-space: pre-line;
    text-shadow: 0 0 8px black;
    width: 100%;
    font-family: 'Noto Sans TC', serif; 
    white-space:pre;
    font-weight: 100;
}
.pageIndex .swiper-slide.swiper-slide-active:after {
    content: "Choose Yaojing for home design; \A we craft unique living spaces with exceptional artistry.";
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 8px black;
    text-align: center;
    right: 50%;
    left: 0;
    animation: show_a 1.5s ease-out forwards;
    z-index: 100;
    white-space: pre-line;
    bottom: 23vw;
    letter-spacing: 1px;
    font-weight: 100;
}
@keyframes show_a {
0% {
    height: 0;
    opacity: .5;
}

100% {
     height: 2.6158vw;
     opacity: 1;
}
}
@keyframes show_b {
0% {
     height: 0;
     opacity: .5;
}

100% {
     height: 1.618vw;
     opacity: 1;
}
}

/*RWD*/
@media screen and (max-width: 1440px) {
    .pageIndex .swiper-slide.swiper-slide-active:after{
        bottom: 21vw;
    }
}
@media screen and (max-width: 1300px) {
.bannerindex { 
    height: auto; 
}
.pageIndex .swiper-container-fade .swiper-slide:after { 
    bottom: 23vw; 
}
.pageIndex .swiper-slide.swiper-slide-active:before { 
    bottom: calc(23vw + 30px); 
}
}
@media screen and (max-width: 1024px) {
.bannerindex {
    position: relative; 
}
.pageIndex .swiper-container-fade .swiper-slide:after { 
    transform: translate(-50%, -50%); 
}
.pageIndex .swiper-slide.swiper-slide-active:after{
    bottom: 20vw;
}
}
@media screen and (max-width: 768px) {
.bannerindex {
     height: 0;
     padding-bottom: 50%;
}
.pageIndex .swiper-container-fade .swiper-slide:after { 
    transform: translate(-50%, -60%); 
}
.pageIndex .swiper-slide.swiper-slide-active::before {  
    font-size: 25px; 
}
.pageIndex .swiper-slide.swiper-slide-active:after  { 
    font-size: 15px; 
    bottom: 25vw;
}
.pageIndex .swiper-slide.swiper-slide-active:before{
    bottom: calc(28vw + 30px);
}
}
@media screen and (max-width: 600px) {
    .pageIndex .swiper-slide.swiper-slide-active:before {  
        font-size: 20px; 
        left:50%;
        bottom: 26vw;
        text-align: center;
        line-height: 1.8;
    }
    .pageIndex .swiper-slide.swiper-slide-active:after { 
        font-size: 10px;
        left:0;
        bottom: 19vw; 
        right: 50%;
        text-align: center;
    }
}
@media screen and (max-width: 425px) {
    .pageIndex .swiper-slide.swiper-slide-active:after{
        bottom: 18vw; 
    }
}
@media screen and (max-width: 375px) {
    .pageIndex .swiper-slide.swiper-slide-active:after{
        bottom: 16vw; 
    }
}

/*header--------------------------------------*/
/*首頁設定*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
    padding: 23px 0;
    animation: text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) both;
}
.pageIndex .stellarnav > ul > li > a {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 5px;
    margin: 0px;
    font-family: 'Montserrat';
}
.pageIndex .stellarnav ul {
    display: grid;
    justify-items: end;
}
.pageIndex .stellarnav > ul > li > a b {
    text-align: end;
    font-size: 14px;
    font-family: 'Montserrat';
}
.stellarnav > ul > li > a > b:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
}
.pageIndex .stellarnav ul ul {
    background: transparent;
    right: 0px;
    position: relative;
    justify-items: normal;
}
.pageIndex .stellarnav li li a {
    text-align: end;
    position: relative;
}
.stellarnav li li a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    transition: all 0.3s;
    padding: 12px 10px;
}
.pageIndex .stellarnav li li a:hover {
    padding-right: 30px;
}

@media screen and (max-width: 1024px) {
    .pageIndex .stellarnav ul{
        display: block;
    }
    .pageIndex .stellarnav > ul > li > a b{
        font-weight: 300;
        text-align: center;
        letter-spacing: 1.5px;
    }
    .stellarnav > ul > li{
        padding: 0px 15px;
    } 
}

/*首頁 header sticky*/
.pageIndex .header_area.sticky .stellarnav ul {
    display: block;
    animation:tracking-in-expand 1.5s cubic-bezier(.215,.61,.355,1.000) both;
}
.pageIndex .header_area.sticky .stellarnav > ul > li > a b {
    text-align: center;
}
.pageIndex .header_area.sticky {
    padding: 20px 0 11px;
    background: var(--SubColor2);
}
.pageIndex .header_area.sticky .nav-header {
    align-items: center;
    max-width:100px;
    top: 5px;
}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {
    color: var(--SubColor);
    letter-spacing: 2px;
    margin: 10px 15px;
}
.pageIndex .header_area.sticky .main_header_area .container {
    max-width: 95%;
}
.pageIndex .header_area.sticky .stellarnav ul {
    justify-items: start;
}
.pageIndex .header_area.sticky .stellarnav li li a {
    text-align: left;
}
.pageIndex .header_area.sticky .stellarnav ul ul {
    background: #e0e0e0;
    right: 0px;
    position: absolute;
    animation: none;
}
.pageIndex .header_area.sticky .stellarnav li li a:hover {
    background: #E7E0D6;
    color: var(--SubColor);
    box-shadow: none;
}
.pageIndex .nav-brand {
    margin-top: 10px;
    margin-left: 0px;
    position: relative;
    width: 100px;
}
.pageIndex .header_area.sticky .nav-brand {
    margin-top: -10px;
    display: block;
    filter:none;
    transition: 0.3s;
    filter: invert(100%) brightness(1000%);
}
.pageIndex .nav-header {
    align-items: flex-start;
    position: relative;
}
.pageIndex .header_area.sticky .nav-header:after {    
    width: 76%;
    height: 48%;
    top: 11px;
    left: 74px;
    filter: none;
}
.nav-header{
    max-width: 100px;
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area.sticky{
        height: 125px;
        display: block;
    }
}
@media screen and (max-width: 768px){
.pageIndex .header_area.sticky .nav-header{
    top: 0px;
}
}

/*內頁*＝＝＝＝＝＝＝＝＝＝＝＝*/
/*內頁logo*/
.nav-brand {
    margin-top: -5px;
    position: absolute;
}
.nav-brand img {
    max-width: 100%;
    width: 100px;
}
.other_page .nav-brand img,
.projects_page .nav-brand img,
.blog_page .nav-brand img,
.contact_page .nav-brand img{
    filter: invert(100%) brightness(1000%);
}
.pageIndex .header_area.sticky .stellarnav li li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #444;
    transition: all 0.3s;
    padding: 15px 0px 15px 10px;
}
.pageIndex .header_area.sticky .stellarnav ul {
    display: block;
    justify-items: normal;
}

/*ALL header*/
.path p, .path p a {
    display: none;
}
.main_header_area .container {
    max-width: 95%;
}
.stellarnav > ul > li > a b {
    text-align: center;
}
.header_area {
    padding: 20px 0 11px;
    background: var(--SubColor2);
}
.header_area.sticky{
    background: var(--SubColor2);
    position: fixed;
}
.stellarnav > ul > li > a {
    color: var(--SubColor);
    letter-spacing: 2px;
    margin: 10px 15px;
    font-family: 'Montserrat';
    font-weight: 300;
}

@media screen and (max-width: 768px) {
.pageIndex .header_area {
    display:none;
    animation:unset;
}
.pageIndex .header_area.sticky .stellarnav ul {
    display: none;
    animation:unset
}
.nav-brand {
    margin-top: 0;
    position: relative;
}
.pageIndex .navigation {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.pageIndex .header_area.sticky .navigation{
    align-items: center;
    justify-content: center;
}
.pageIndex .nav-brand {
    width: 100px;
}
.pageIndex .header_area.sticky .nav-brand {
    margin-top: 0px;
    display: block;
    margin-left: 0px;
}
.pageIndex .stellarnav.mobile {
    top: -8px;
}
.pageIndex .header_area.sticky {
    padding: 20px 0 17px;
    animation: tracking-in-expand 1s cubic-bezier(.215,.61,.355,1.000) both;
}
.header_area {
    padding: 20px 0 17px;
}
}

/*ALL 第一層*/
.stellarnav > ul > li > a {
    color: #696969;
    letter-spacing: 2px;
    margin: 10px 15px;
    font-size: 14px;
}
.stellarnav > ul > li > a b {
    text-align: center;
}
.me_tp_features {
    display: none;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:none;
    border-right:none;
    border-top:none;
}

/*下拉*/
.stellarnav ul ul {
    background: var(--MainColor);
    right: 0px;
    position: absolute;
}
.header_area.sticky .stellarnav ul ul {
    animation: none;
}
.stellarnav li li {
    border: none;
}
.stellarnav li li a:hover {
    background: #ffffff;
    color: var(--SubColor);
}
.stellarnav li li.has-sub > a:after{
    border-left: none;
    right: 10px;
}
.pageIndex .stellarnav li li.has-sub > a:after{
    right: 5px;
}

/*浮動按鈕-------------------------------*/
.linksBtn{
    background-color: #aaa;
}
.info_fix{
    bottom: 125px;
    width: 50px;
    right: 10px;
}
.info_fix_links{
    width: 50px;
}
.info_fix_links a{
    background: var(--MainColor);
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.info_fix_links a:hover{
    background-color:var(--SubColor);
}
a.info_fix_default.info_fix_tel{
    background: var(--MainColor);
}
.info_fix_links a{
    border-bottom: none;
}

/*直接展開*/
.info_fix_links{
    display: flex !important;
}
.info_fix>span{
    display: none;
}

/*TO TOP*/
#to_top{
    bottom: 95px;
    right:20px;
    background: var(--SubColor);
    box-shadow: unset;
    color: #ffffff;
    left:unset;
    width: 50px;
    height: 50px;
    font-size: 13px;
    padding-top: 10px;
    border-radius: 0;
    right: 10px;
    font-family: 'Montserrat';
}
#to_top i.top{
    height:15px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #ffffff;
    height: 10px;
    top: 3px;
}

/*banner--------------------------------*/
.other_page .banner.banB{
    display: none;
}
.banner{
    background-image: url(https://pic03.eapple.com.tw/cozzzydesign/banner.png);
    background-attachment: fixed;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: top;
}
.banner h5{
    display: flex;
    flex-direction: column-reverse;
    font-size:60px;
    color: #fff;
    font-family: 'Jost';
    letter-spacing: 1px;
    align-items: center;
    top: 75px;
    position: relative;
    font-weight: 100;
}
.banner.banblog h5:after{
    content: '相關文章';
    font-size: 20px;
    color: #fff;
    font-weight:  lighter;
    height: 20px;
}
.banner.banDesign h5:after{
    content: '作品集';
    font-size: 20px;
    color: #fff;
    font-weight:  lighter;
    height: 20px;
}
.banner.banC h5:after{
    content: '線上諮詢';
    font-size: 20px;
    color: #fff;
    font-weight:  lighter;
    height: 20px;
}
.banner h5:before{
    content: '';
    background:#fff;
    width: 1px;
    height: 145px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .banner{
        min-height: 345px;
    }
    .banner h5{
        top: 47px;
    }
}

/*首頁設計作品---------------------------*/
.module_i_projects .title_i_box h6{
    color: var(--SubColor);
    font-size: 18px;
}
.module_i_projects .title_i_box h4{
    color: var(--MainColor);
    font-size: 50px;
    font-family: 'Jost';
    font-weight: 300;
}
.module_i_projects .title_i_box{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.ProjSwiper li > a:after{
    background: rgb(0 0 0 / 42%);
    backdrop-filter: blur(5px);
}
.ProjSwiper li > a:hover:after{
    background: rgb(0 0 0 / 42%);
    backdrop-filter: blur(5px);
}
.ProjSwiper li section h6{
    font-weight: 300;
}
.animated-arrow{
    background: var(--SubColor);
    border: 1px var(--SubColor) solid;
}
.ProjSwiper li section h6 strong{
    color: #ffffff;
    font-weight: 100;
}

/*設計作品----------------*/
.StoreProjs_Post li > a:hover:after{
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(3px);
}
.soMenu dd a{
    background: var(--MainColor);
}
.StoreProjs_Post li{
    border: 1px var(--MainColor) solid;
    background: transparent;
}
.StoreProjs_Post li h4{
    font-weight: 500;
    text-align: center;
}

/*第二層*/
.ProjsDetail_Title h4{
    color: var(--MainColor);
    font-weight: 500;
}
.ProjsDetail_Title p > a{
    background: var(--MainColor);
}
.ProjsDetail_Title p > a::before{
    background: transparent;
}
.ProjsDetail_Bottom a{
    background: var(--MainColor);
}
.ProjsDetail_info_3_5{
    padding-right: 50px;
}

/*文章管理-------------------------------*/
.blog_box { 
    padding: 0px;
}
.module_i_news ul, 
.blog_subbox {    
    display: grid;    
    gap: 0px;
    grid-template-columns: none;
}
.module_i_news li , 
.subbox_item {    
    width: 100%;
}
.subbox_item { 
    border-bottom: 1px solid var(--MainColor);
}
.module_i_news li a , 
.subbox_item a {    
    padding: 30px 10px;
}
.module_i_news li a:after , 
.subbox_item a:after{
    pointer-events:none;
}
.subbox_item a:after{
    display: none;
}
.subbox_item a { 
    display: flex; 
    align-items: flex-start;  
    padding: 30px 10px;
}
.subbox_item a:before {
    bottom: 50px; 
    right: 0; 
    opacity: 1; 
    font-size: 15px; 
    color: var(--MainColor);
    font-family: "Jost", serif;
}
.subbox_item a:hover::after { 
    right: 50px;
}
.blog_ri {
    width: 100%; 
    padding: 0px;
}
.i_blog_le, 
.i_blog_ri , 
.blog_list_ri {    
    width: 100%;
}
.blog_list_le{ 
    position: relative; 
    padding-bottom: 25%; 
    height: 0; 
    width: 100%; 
    max-width: 470px;
    overflow: hidden;
}
.blog_list_le img { 
    display: block;  
    max-width: 100%;
    min-width: 100%; 
    height: 100%; 
    object-fit: cover; 
    -moz-object-fit: cover; 
    -ms-object-fit: cover; 
    -o-object-fit: cover;
    -webkit-object-fit: cover; 
    position: absolute; 
    left: 0%; 
    top: 0%; 
    transition: 0.8s;  
    filter: grayscale(0.7);
}
.module_i_news li:hover a img, 
.subbox_item a:hover img { 
    transform: scale(1.05);  
    filter: grayscale(0);
}
.blog_list_ri {
    padding: 20px 20px; 
    display: flex; 
    flex-wrap: wrap;
    flex-direction: column;
}
.blog_list_ri h5 { 
    border-bottom: 1px solid var(--MainColor); 
    color:#666;
    padding-bottom: 10px; 
    letter-spacing: 1px; 
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}
.blog_list_ri em {
    color: var(--MainColor);
    margin: 7px 0 15px; 
    order: -1; 
    border: 1px solid var(--MainColor);  
    width: fit-content; 
    padding: 5px 20px;  
    font-weight: 500;
}
.blog_page h4.blog_category_title {
    display: none;
}
.blog_le .submenu{
    background: var(--MainColor);
}
.blog_le .submenu a{
    padding: 12px 12px 12px 12px;
    text-align: center;
}
.accordion li+li .link{
    border-top: none;
}

/*側邊*/
.blog_le .accordion > li{
    transition:all 0.3s;
    width: auto;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    
    background: var(--MainColor) !important;
}

/*移至上方*/
.blog_le {
    width: 100%;
}
.blog_le, 
.blog_ri { 
    padding: 7px 0;
}
.blog_ri {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; 
    display: block;
}
h5.blog_le_t , 
.blog_search {
    display: none;
}
.blog_le .accordion {
    border-radius: 0px; 
    border: none; 
    display: flex; 
    justify-content: flex-end; 
    border-bottom: 1px solid var(--MainColor);
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    width: auto;
}
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a { 
    color: #fff !important;
}
.accordion li .link { 
    padding: 10px 30px;
    font-size: 17px; 
    letter-spacing: 2px; 
    color: var(--MainColor);
    font-weight: 500;
}
.submenu ,
.blog_le .accordion li.default .submenu {
    width: 160px;
}
.fa-circle-chevron-right::before{
    display: none;
}

/*第二層*/
.news_related{
    display: none;
}
.submenu li.on_this_category a, 
.submenu a:hover{
    background:var(--MainColor);
}
.blog_back a.article_btn_back{
    background:var(--SubColor);
}
.blog_back a.article_btn_next{
    background: var(--MainColor);
}
.blog_back a.article_btn_prev{
    background: var(--MainColor);
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover{
    background:#cdcdcd;
    color:#222;
    transition: 0.3s;
}
.blog_shareData{
    justify-content: flex-end;
}
.blog_back{
    padding: 50px 0;
}
.toShareNews{
    justify-content: flex-start;
}

@media screen and (max-width: 600px){
    .subbox_item a{
        flex-direction: column;
        align-items: center;
        grid-gap: 0px;
    }
    .blog_list_le{
        padding-bottom: 75%;
    }
    .blog_list_ri{
        padding: 20px 10px;
    }
}

/*隱私條款頁面*/
.privacy_page .banner h5{
    color: var(--MainColor);
    font-size: 60px;
    display: block;
    top:0px;
}
.privacy_page .banner h6{
    font-size: 30px;
    color: var(--SubColor);
    font-family: 'Jost';
    font-weight: 400;
}

/*聯絡我們-------------------------------*/
.contact_content .information_left{
    width: 100%;
}
.contact_page .main_part { 
    max-width: 1200px;
}
.contact_content {
    display: block !important;
}
.contact_content .information_right { 
    width: 100%; 
    padding-left: 0px;
}
h4.blank_letter.f { 
    position: relative; 
    padding-bottom: 0px; 
    padding-top: 55px;
    color: var(--MainColor);
}
h4.blank_letter.f:before { 
    position: absolute;  
    content: "Form";  
    color: var(--MainColor);
    font-size: 50px;  
    font-weight: 300;  
    font-family: "Jost", serif;
    left: 0;  
    top: 0;
}
.blank_letter{
    display: flex;
    flex-direction: column;
    color: var(--MainColor);
    font-weight: 300;
    font-size: 20px;
}
h4.blank_letter.i:before{
    content: 'Contact Info';
    font-family: "Jost";
    font-size: 50px;
    font-weight: 300;
    position: relative;
    color: var(--MainColor);
}
.note {
    text-align: left; 
    color: #FF004E; 
    display: block; 
    padding: 30px 0;
    position: relative;
}
.star {
    padding: 0px;
}
.contact_form {
    width: 100%; 
    max-width: 1000px; 
    margin: 0 auto;  
    padding-top: 50px;
}
.list_before.info li{
    padding-left: 70px;
}

/*表格*/
.contact_form li { 
    padding-left: 0px;
    display: block;
}
.contact_page .contact_form { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 0px 50px; 
    max-width: 1140px;
    border: 1px solid var(--MainColor);
    padding: 40px 40px;
}
.contact_content .information_right { 
    width: 100%; 
    padding-left: 0px;
    padding: 80px 0;
}
.contact_form li .form__label { 
    padding: 15px 0;  
    width: 100%;  
    margin-left:0px;
    text-align: left;
    max-width:100%;
}
.contact_form li:nth-of-type(n+5) { 
    grid-column: auto / span 2; 
    text-align: left; 
}
.noborder { 
    padding: 10px;
}
.contact_form li input.noborder{
    border: none;
    background: #ebebeb;
}
.last .animated-arrow.otherSty{
    background: transparent;
    border: 1px solid var(--MainColor);
    color: var(--MainColor);
}
.last .animated-arrow{
    margin: 0 0 0 0px;
}
.contact_form li textarea.noborder{
    border: none;
    background: #ebebeb;
}
.contact_page .form__insert:has(input[type="checkbox"]), 
.contact_page .form__insert:has(input[type="radio"]) {
    display: flex !important;
    padding: 10px;
    background: #dbd9d6;
}
.contact_form li.last blockquote,
i.fa-solid.fa-arrow-right  { 
    display: none;
}
.contact_form li.last { 
    margin: 0 auto;
    margin-top: 40px;
}
.contact_form li.agree { 
    width: fit-content; 
    margin: 0 auto; 
    order: 1;
    padding-bottom: 5px;
}
.contact_form li.agree .form__insert {
    background: transparent;
}

/*按鈕*/
.contact_form li:nth-last-of-type(1) { 
    order: 2;
}
.contact_form li.last cite {
    width: 300px;
    background: transparent;
    border: 1px solid var(--SubColor2);
    border-radius: 50px; 
    color: var(--SubColor2);
    position: relative; 
    overflow: hidden;
}
.contact_form li.last cite:hover:before{ 
    height: 100%; 
    top: auto; 
    bottom: 0;
}
.contact_form li.last cite:before { 
    content: ''; 
    display: block; 
    width: 100%; 
    height: 0; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    background: var(--subColor01); 
    transition: .5s ease;
}
.contact_form li.last input { 
    position: relative; 
    z-index: 2;
}
.contact_form li.last blockquote:hover input, 
.contact_form li.last cite:hover input  { 
    color: var(--mainColor);
}
.animated-arrow{
    background: var(--MainColor);
    border: none;
}

@media screen and (max-width: 768px){
    .contact_form li:has(input[type=checkbox]) .form__insert, 
    .contact_form li:has(input[type=radio]) .form__insert{
        grid-template-columns: 20px 1fr;
        display: grid !important;
    }
}

@media screen and (max-width: 600px){
    .contact_page .contact_form{
        display: block;
    }
    .contact_form li .form__label{
        padding: 5px 10px 5px 5px;
        background: var(--SubColor2);
        font-weight: normal;
    }
}

/*footer--------------------------------*/
.box_link a{
    display: none;
}
.footer .center {
    padding: 0px 30px;
}
.footer_menu a:first-child {
    display: none;
}
.footer {
    background: var(--SubColor2);
    padding: 80px 0 0px; 
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.footer_logo{
    display: none;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li p {
    color: #444;
    font-size: 12px;
    font-family: 'Montserrat';
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #444;
    font-family: 'Montserrat';
}
.footer_menu a:nth-last-of-type(1) {
    margin-right:0px ;
}
.footer_menu a:hover {
    background: var(--MainColor);
    transition: .4s;
}
.copy {
    padding: 10px 0;
    width: 95%;
    margin: 10px auto 0px;
    font-size: 11px;
    color: #444;
    border-top: 1px var(--MainColor) solid;
}
.copy a{
    color: #444;
}
.footer_info li p a {
    color: #444;
    border-left: 1px solid #444;
    padding-left: 10px;
    letter-spacing: 2px;
    margin-left: 65px;
}
.footer_info li p.mail:before {
    content: 'MAIL';
    position: absolute;
}
.footer_info li p.add:before {
    content: 'ADD';
    position: absolute;
}
.footer_info li p.line:before{
    content: 'LINE';
    position: absolute;
}
.footer_info li p.phone:before{
    content: 'PHONE';
    position: absolute;
}
.footer_info li p.tel:before{
    content: 'TEL';
    position: absolute;
}

@media screen and (max-width: 1200px){
.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){
.footer_info ul {
    flex-wrap: wrap;
}
.footer_menu {
    justify-content: flex-start;
}
.box_link {
    top: -10px;
}
.copy {
    border: none;
}
.footer_menu {
    flex-wrap: wrap;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
}
.footer_logo {
    padding: 0px 18px;
}
.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}
.copy {
    margin-top: -10px;
}    
.footer {
    padding: 80px 0 0px;
}
}

@media screen and (max-width: 768px) {
.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}
.footer_info li+li {
    margin-top: 8px;
}
.footer_menu a {
    margin: 5px 5px;
    border: 1pt solid;
    border-radius: 0;
}
.copy {
    margin-top: 0px;
}
.footer.with_shopping_mode {
    padding: 50px 0 55px;
}
#bottom_menu li {
    background: var(--MainColor);
}
#bottom_menu li a i {
    color: #fff;
}
#bottom_menu li a em {
    color: #fff;
}
}

/*手機版選單-----------------------------*/
.stellarnav .menu-toggle:after{
    display: none;
}
.pageIndex .stellarnav .menu-toggle{
    padding: 40px 10px;
}
.stellarnav .menu-toggle{
    padding: 10px 10px;
}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    height: 1px;
    background: #333;
    border-radius:0;
    margin: 5px auto 4px;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: var(--SubColor);
    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.dd-toggle{
    padding: 0px;
}
.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 1px #777;
}
.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 1px #777;
}