@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Cardo:ital,wght@0,400;0,700;1,400&family=Dancing+Script:wght@400..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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 {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 li:hover > a { background:#fff; color:#ad925e;}
.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;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}



#content_main, #content {
    background-color: #f9f8f7;
}

/*反白顏色*/
::-moz-selection {
    background-color: #a4825c;
    color: #fff;
}

::selection {
    background-color: #a4825c;
    color: #fff;
}

/* 開場動畫 */
.pageIndex #page::before {
 content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/alfonsoideas/loading_001.png);
    width: 550px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: banner-logo 2s forwards;

}
.pageIndex #page::after{
    content: "";
    display: block;
    background: #e8dfda;
    width: 100%;
    height: 110%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: banner-bg 1.8s forwards;
}


@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1.1);
    }
}

@media screen and (max-width: 768px) {
.pageIndex #page::before{    width: 450px;height: 150px;}
}



/*大圖/＝＝＝＝＝*/

#content_main { margin:0;}
 body { overflow-x: hidden;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none; }


.bannerindex::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    pointer-events: none;
    animation: act-line 5.3s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
@keyframes act-line {
0% {
    opacity: 0;
    transform: scale(1.5);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/alfonsoideas/index_text001.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/alfonsoideas/index_text002.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: puff-in-center 2.5s; animation-fill-mode: both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: puff-in-center 2.5s; animation-fill-mode: both;}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*上面顏色*/
.header_area {
    background: #e8dfda;
}
.stellarnav > ul > li > a {
    color: #333;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
.stellarnav > ul > li > a:hover{ 
    color: #666;
}
.pageIndex .stellarnav > ul > li > a:hover{
     color: #e8dfda;
}
.pageIndex .header_area {
    background: transparent;
    transition: all 0.5s ease-in-out;
    position: fixed;
	padding:0;
}
.pageIndex .main_header_area {
    background: linear-gradient(180deg, rgb(92 92 92), transparent);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.me_tp_features{    display: none;}
.navigation {
    padding: 20px 0px 10px;
    display: flex;
    align-items: center;
}


.pageIndex .stellarnav > ul > li > a{    
	color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
	    margin: 0 15px;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a{color:#000;}
.main_header_area .container {
    max-width: 90%;
}
.pageIndex .stellarnav li.has-sub > a:after{border-top: 6px solid #fff; top: 37%;}

.header_area.sticky {    background: #e8dfda;}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #e8dfda;}
.stellarnav > ul > li > a b:nth-child(1) {
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
	font-family: "Philosopher", sans-serif;
    font-weight: 400;
}
.stellarnav li > ul > li:hover {
    background: #B5B1D7;
    color: #fff;
    transition: .3s;
}
.stellarnav li a{    font-size: 14px;}

.stellarnav li li a:hover{     background: #b4a49b;
    color: #fff;
    transition: .3s;}

.stellarnav ul ul{ left: 14px;}
.stellarnav li.has-sub > a:after{display:none;}

/*logo*/

.pageIndex .nav-brand {
    max-width: 280px;
}
.pageIndex .sticky .nav-brand {
    max-width: 230px;
    transition: all .3s;
}
.nav-brand img{    width: 200px;}
.nav-header{    max-width: 200px;}
.header_area.sticky .nav-brand img{filter: invert(1);}
.nav-brand img{filter: invert(1);}
.pageIndex .nav-brand img{filter:none;}

/*footer*/
.box_link {
    position: absolute;
    top: 0%;
    right: 0px;
    width: auto;
    max-width: 350px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 100%;
    justify-content: flex-end;
    z-index: 10;
}

.box_link a{border: 1px #444 solid;    color: #baa9a0;}
.box_link a:hover {
    border: 1px #444 solid;
    color: #444;
}
.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    background: #b3b3b3;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0 0 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 10px;
    font-family: var(--SFontE);
}
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/alfonsoideas/footer_logo_001.png) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    animation: glowPulse 2s ease-in-out infinite;
}

.footer_logo img {
    opacity: 0;
}
.footer_info ul {
    position: relative;
    border-top: 1px solid #444;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
	font-family: "Philosopher", sans-serif;
   	font-weight: 400;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #444;
}
.footer_info li p a{
    color: #444;
}

/* 網頁連結 */
.footer_info li:nth-child(2) {   
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    color: #444;
    background: transparent;
    border: 0;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
	font-family: "Philosopher", sans-serif;
    font-weight: 400;
}

.footer_menu a:hover {
    background: transparent;
    color: #ffffff;
   
}
/**/
.copy {background:transparent; color: #444; border:none; padding: 10px 0;margin: 10px 0 0;}
.copy a{color: #444;transition:all 0.3s;}
.copy a:hover {color: #ffffff;}
.box_link a {
    display: block;
    width: 40px;
    border: 0px #ccc solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    margin: 2px;
}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #ffffff00;  color: #444;    border: 0px #444 solid;}

.footer{background: #e8dfda;}

/*文章管理*/

body.blog_page.article_a .main_part{    background: #fff;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{    background: #af988c;}
.blog_le .accordion{border-radius: 0px;}
.accordion li .link a{color: #666;}
h5.blog_le_t{font-family: "Philosopher", sans-serif;
    font-weight: 400;}

.blog_list_ri {
    display: flex;
    padding: 5px 0;
    width: 100%;
    flex-direction: column;
	padding: 1rem;
}
.blog_list_le {
    display: flex;
    width: 250px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    aspect-ratio: 4 / 3;
}
.subbox_item a{
	display: flex;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    justify-content: space-between;
    flex-direction: row-reverse;
	font-family: "Philosopher", sans-serif;
    font-weight: 400;
}
.subbox_item{display: inline-block;padding: 15px 0;    margin: 10px 0;}
.subbox_item a:before, .module_i_news li a:before {
    content: "READ MORE >";
    position: absolute;
    right: auto;
    left: 1rem;
    bottom: 0;
    opacity: 1;
    text-align: left;
    color:#cbbdb5;
    letter-spacing: .1rem;
}

.subbox_item:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #bfaa9e;
    transition: 0.5s ease-out;
    z-index: 1;
}
.subbox_item:hover:after {
    width: 100%;
    transition:0.5s ease-out;
}

.subbox_item a:after{    
	background: rgb(255 255 255 / 0%);
    border: 0px #ddd solid;}
	
.blog_subbox {
    display: block;}
.blog_list_ri h5{
	font-weight: 600;    
	letter-spacing: .15rem;
    color: #af988c;}
	
/*文章內頁*/
.articel_mainPic img{display:none;}

.news_related{    background: #efeded;}
.blog_back a.article_btn_next {
    background: #af988c;
}
.blog_back a.article_btn_prev {
    background: #af988c;
}
.blog_back a.article_btn_back {
    background: #e8dfda;
    color: #666;
}
.news_related h6 span:before{color: #af988c;}
.lastPage{    background: #af988c;}

/*相簿*/
.other_album_choice li{    background: #baa9a0;}
.album_fixed_title{    background: #f9f8f7;}
.show-list{    grid-template-columns: 1fr 1fr;}
.show-list .item{    text-align: center;}
.other_subalbum li a p{    background: #e8dfda;}
.show-list .show_pic img, .other_subalbum li a img {
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s;
}
.show-list .item a:hover .overlay {
    opacity: 0;
}
.show-list .item:hover .overlay {
    transform: scale(1);
}
.show-list .item a:hover .show_pic img, .other_subalbum li a:hover img {
    transform: scale(1.1);
}
.show-list .show_name{    color: #d5c0b5;}
.show-list .item:hover .show_name {
    color: #b0836b;
}

/*聯絡我們*/
.contact_content .information_left{display:none;}
.contact_content .information_right {
      width: 100%;
    padding-left: 0;
    display: block;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px;
}
.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.contact_form li {
    display: flex;
    align-items: flex-start;
    width: 48%;
    padding: 0 0px 20px 0px;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: column;
}
.contact_form li .form__label{    max-width: 100%;}
.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: -webkit-inline-box;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.contact_form li.last blockquote {
    color: #666;
    width: 50%;
    margin-right: 20px;
}
.contact_form li.last cite{    width: 50%;}
.form select {
    width: 100%;}
	



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner:before {
    content: '';
    animation: bgScroll 30s 
linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/alfonsoideas/banner_bg001.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.banner {
    width: 100%;
    height: 70vh;
    background: var(--bg-color);
    position: relative;
    overflow: hidden;
}
.banner h5 {
    display: none;
}
.banner.banA {}
body.services_page .banner.banB:before {
	background-image: url(https://pic03.eapple.com.tw/alfonsoideas/banner_bg002.jpg);}
.banner.banC:before {background-image: url(https://pic03.eapple.com.tw/alfonsoideas/banner_bg005.jpg);}
.banner.banD {}
.banner.banE:before{background-image: url(https://pic03.eapple.com.tw/alfonsoideas/banner_bg003.jpg);}
.banner.banblog:before{background-image: url(https://pic03.eapple.com.tw/alfonsoideas/banner_bg004.jpg);}

@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);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


#to_top {
    position: fixed;
    bottom: 75px;
    left: 10px;
    z-index: 600;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    background: #ffffff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
.pageIndex .header_area{
	position: relative;
	background: #e8dfda;
	padding: 10px;
	
	}
.pageIndex .main_header_area {
    background: #e8dfda;
	position: relative;}

.navigation {
    padding: 10px;}
.pageIndex .nav-brand img {
    filter: invert(1);
}
.header_area.sticky{       
		 position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;}

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

#bottom_menu li {
    display: none;
}
.stellarnav ul ul {
    left: 0;
}


.stellarnav.mobile ul{    background: #e8dfda;}
.header_area.sticky{box-shadow: unset;}
.pageIndex .stellarnav > ul > li > a{    color: #666;}
.stellarnav > ul > li > a b:nth-child(1){
    line-height: unset;}


/*Footer/＝＝＝＝＝*/
    .footer_info li p {
        text-align: left;
        display: flex;
        color: #444;
        flex-direction: row;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 60px;
    }

    .footer_info {
        justify-content: center;
    }

    .footer_logo {
        text-align: center;
    }

    #bottom_menu li a:hover {
        color: #ffffff;
    }

    .footer_info li {
        width: 80%;
    }

    .footer_info ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
		
    }

    /*footer*/
    .footer_info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-items: flex-start;
        padding: 10px;
        flex-direction: column;
    }

    .box_link {
    display: none;
    }

    .footer_info li:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .footer_menu {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(135px, 100%), 1fr));
        gap: 5px;
    }

    .footer_info li {
        width: 80%;
    }

    .footer_menu a {
        margin: 0;
        text-align: center;
        transition: all 0.3s;
        color: #444;
        background: #ffffff00;
        border: 1px #444 solid;
    }

    .footer_menu a:hover {
        border: 1px #e0e0e0 solid;
        
    }

}

@media screen and (max-width: 600px) { 
.nav-brand img {
    width: 155px;
}
.show-list {grid-template-columns: 1fr;
}
.pic-list {grid-template-columns: 1fr;}
.banner{    height: 30vh;}
.main_header_area .container {
    max-width: 100%;
}
.subbox_item a {
    display: block;}
.blog_list_le{    width: 100%;}
.contact_form {
    display: block;}
.contact_content .information_right{    padding: 20px;}
.contact_form li{width: 100%;}
.contact_form li .form__label{background: rgb(255 255 255 / 0%);}
.contact_form li{padding: 0;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 5px;
    align-items: center;}



}




