@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.pageIndex .main_part{border-top:none;}

body{
    overflow: overlay;
}
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
  }
&::-webkit-scrollbar-track-piece {
    background: #fff;
  }

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #555;
  }

&::-webkit-scrollbar-track {
    box-shadow: transparent;
  }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
    background-color: #444;
    color: #fff;
  }
  ::selection{
    background-color: #444;
    color: #fff;
  }
  
  
  #content_main {
      background-color: #fff;
  }
  
  #content {
      width: 100%;
      min-height: 80vh;
      background-color: #fff;
  }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#1b44b5 ;}
.animated-arrow:hover {background: #26157c;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}

.swiper-pagination {
    display: none;
}

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
.swiper-slide img {
    height: auto;
    width: 200%;
    position: relative;
}
}
.swiper-wrapper .swiper-slide{
    background-color: #fff;
    position: relative;
}

.swiper-wrapper .swiper-slide-active:nth-child(1)::after {
    content: "專業過濾二手煙 細菌 \A 過敏原 PM2.5 懸浮微粒";
    display: block;
    white-space: pre;
    color: #1b44b5;
    font-size: 47px;
    position: absolute;
    letter-spacing: 0.1em;
    bottom: 62%;
    left: 8%;
    opacity: 0;
    font-weight: 500;
    z-index: 10000;
    animation: banner-bg 2s forwards  cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.swiper-wrapper .swiper-slide-active:nth-child(1)::before {
    content: "揮發性氣體·有效淨化空氣";
    display: block;
    color: #1b44b5;
    font-size: 40px;
    position: absolute;
    letter-spacing: 0.1em;
    bottom: 47%;
    left: 16%;
    opacity: 0;
    z-index: 10000;
    letter-spacing: 0.1em;
    animation: banner-bg 2s forwards  cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}



.swiper-wrapper .swiper-slide-active:nth-child(2)::after {
    content: "乾淨清爽的空氣品質";
    display: block;
    color: #1b44b5;
    font-size: 47px;
    position: absolute;
    letter-spacing: 0.1em;
    bottom: 60%;
    right: 20%;
    opacity: 0;
    font-weight: 500;
    z-index: 10000;
    animation: banner-bg 2s forwards  cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.swiper-wrapper .swiper-slide-active:nth-child(2)::before {
    content: "請讓專業的我們·為您把關";
    display: block;
    color: #1b44b5;
    font-size: 40px;
    position: absolute;
    letter-spacing: 0.1em;
    bottom: 52%;
    right: 10%;
    opacity: 0;
    z-index: 10000;
    animation: banner-bg 2s forwards  cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}

/*.swiper-wrapper .swiper-slide-active:nth-child(2)::before {
    content: ""請讓專業的我們 \A  為您把關"";
    display: block;
    white-space: pre;
    color: #1b44b5;
    font-size: 40px;
    position: absolute;
    letter-spacing: 0.1em;
    bottom: 52%;
    right: 18%;
    opacity: 0;
    z-index: 10000;
    animation: banner-bg 2s forwards  cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}*/







.swiper-slide img {
    height: auto;
    transform: scale(1.4);
    animation: banner-img 1s forwards;
}


@keyframes banner-img {
    0%{
        opacity: 0.5;
        transform: scale(1.2);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}


@keyframes banner-bg {
    0%{
        height: 5%;
        opacity: 0;
    }
    100%{
        height: 10%;
        opacity: 1;
    }
}




@keyframes bannerScrollAnimation{
    0%, 100% {
       bottom: 81px;
       border-color: rgba(255,255,255,0.5);
    }
    50% {
        bottom: 90px;
        border-color: #fff;
    }
}




@media screen and (max-width: 1440px) {
    .swiper-wrapper .swiper-slide-active:after{
        font-size: 35px !important;
    }
    .swiper-wrapper .swiper-slide-active::before{
        font-size: 28px !important;
    }
    
}


@media screen and (max-width: 1200px) {
    .swiper-wrapper .swiper-slide-active:after{
        font-size: 30px !important;
    }
    .swiper-wrapper .swiper-slide-active::before{
        font-size: 23px !important;
    }
    .swiper-wrapper .swiper-slide-active:nth-child(2)::before { bottom: 52%;}
    .swiper-wrapper .swiper-slide-active:nth-child(1)::before { bottom: 47%;}
}


@media screen and (max-width: 1024px) {
    .swiper-wrapper .swiper-slide-active:after{
        font-size: 26px !important;
    }
    .swiper-wrapper .swiper-slide-active::before{
        font-size: 19px !important;
    }
    
}

@media screen and (max-width: 940px) {
    .swiper-wrapper .swiper-slide-active:nth-child(2)::before { bottom: 50%;}
    .swiper-wrapper .swiper-slide-active:nth-child(1)::before { bottom: 45%;}
} 

@media screen and (max-width: 768px) {
    .swiper-wrapper .swiper-slide-active:after{
        font-size: 20px !important;
    }
    .swiper-wrapper .swiper-slide-active::before{
        font-size: 15px !important;
    }
    .swiper-wrapper .swiper-slide-active:nth-child(2)::before { bottom: 48%;}
    .swiper-wrapper .swiper-slide-active:nth-child(1)::before { bottom: 42%;}
    .swiper-wrapper .swiper-slide-active:nth-child(1)::after {
        left: 4%;
    }
    .swiper-wrapper .swiper-slide-active:nth-child(1)::before {
        left: 4%;
    }
    .swiper-wrapper .swiper-slide-active:nth-child(2)::after {
        right: 8%;
    }
    .swiper-wrapper .swiper-slide-active:nth-child(2)::before {
        right: 8%;
    }
}


@media screen and (max-width: 500px) {
    .swiper-wrapper .swiper-slide-active:after{
        font-size: 16px !important;
    }
    .swiper-wrapper .swiper-slide-active::before{
        font-size: 11px !important;
    }
}

@media screen and (max-width: 425px) {
    .swiper-wrapper .swiper-slide-active:nth-child(2)::before { bottom: 48%;}
    .swiper-wrapper .swiper-slide-active:nth-child(1)::before { bottom: 40%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 85%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #ef8337;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #ef8337;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features{
    display: none;
}
/*  */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0px;
    background: transparent;
    opacity: 1;
    transition: all 0.3s;
}
.header_area .main_header_area {
    background:#ffffff1f;;
    opacity: 1;
    transition: all 0.3s;
    backdrop-filter: blur(4px);
}
.header_area.sticky .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all 0.3s;
}


.header_area .main_header_area::before  {
    content: "";
    display: block;
    background-color: transparent;
    width: 0%;
    height: 84px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 1s;
}

.header_area.sticky .main_header_area::before {
    box-shadow: 0px 0px 31px #ffffff82;
    width: 100%;
    transition: all 2s cubic-bezier(0.77, 0, 0.65, 0.99);
    
}


.header_area .main_header_area::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 84px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}
.header_area.sticky .main_header_area::after {
    box-shadow: 1px 1px 5px #00000021;
    width: 100%;
    top: 50%;
    transition: all 1s;
}

/*  */




/* 2 */
/*  */

.nav-header {
    top: 20px;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #2b2b2b;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.1s;
}
.pageIndex .stellarnav > ul > li > a {
    color: #2b2b2b;
}
.sticky .stellarnav > ul > li > a{
    color: #1a1a1a;
}
.stellarnav > ul:hover > li > a b:nth-child(1){
    color: #acabab;
    transition: all 0.5s;
}
.stellarnav > ul > li > a b{
    font-weight: 700;
}
.stellarnav > ul > li > a b:nth-child(2){
    transition: all 0.3s;
}
.sticky .stellarnav > ul > li > a b:nth-child(2) {
    color: #1a1a1a;
    transition: all 0.3s;
}
.stellarnav > ul > li:hover > a b:nth-child(1){
    color: #1a1a1a;
    transition: all 0.5s;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}



.stellarnav li.has-sub > a:after {
    display: none;
}

.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 108px;
    background: linear-gradient(180deg, #1b44b5, transparent);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, -80px);
    opacity: 0;
    transition: all 0.3s;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    transition: all 1s;
    animation-name: breath;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}





.navigation {
    width: 100%;
    position: relative;
    padding: 15px 0 10px 20px;
}


@media screen and (max-width: 1024px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 15px 0 10px 210px;
    }
}

@media screen and (max-width: 768px) {
    .header_area .main_header_area {
        opacity: 1;
        height: 0px;
        backdrop-filter: unset;
    }
    .pageIndex .stellarnav > ul > li > a {
        color: #666;
    }
    .header_area .main_header_area::after{
        height: 140px;
    }
}

@media screen and (max-width: 600px) {
    .header_area .main_header_area::after {
        height: 130px;
    }
}




/* 浮動 */
.info_fix_links a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    transition: .3s;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 5px;
    position: relative;
}
.info_fix_links img {
    display: block;
    opacity: 1;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.info_fix_links a:hover {
    background: #1b44b5;
}
/*ig符號更改成messenger*/
.fa-instagram:before {content: "\f39f";}
/*隱藏信箱*/
a.info_fix_default.info_fix_mail{ display: none;}

/*下拉*/

.stellarnav > ul > li.drop-left > ul {
    right: auto;
    left: 0;
}


/*  */
.stellarnav ul {
    margin: 5px 0 0 0;
    padding-top: 0px;
}  
.stellarnav ul ul {
    background: none;
    border: 0;
    padding-top: 6px;
}
.stellarnav > ul > li > ul > li{
    border: 1px #f0f0f0 solid;
    overflow: hidden;
    background: #fff;
}
.stellarnav > ul > li > ul > li > a {
    background-color: transparent;
    border: none;
    padding: 15px 10px;
    color: #666;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #f60000;
    transition: all 0.3s;
}

.stellarnav > ul > li > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent, #ffffff21, transparent);
    opacity: 0;
    animation: show 2s infinite;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover:before {
    opacity: 1;
    transition: all 0.3s;
}

@keyframes show{
    0%{
        left: -200px;
    }
    100%{
        left: 200px;
    }
}


.stellarnav li li.has-sub > a {
    padding: 15px 10px;
}


/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li > a {
    background-color: #00000033;
    border: 1px #5B5E43 solid;
    padding: 15px 10px ;
    color: #fff;
    text-align: left;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}

@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 90%;
    }
    .stellarnav > ul > li > a {
        margin: 0 15px;
    }
    
}


@media screen and (max-width: 1024px) {
    .nav-header {
        position: absolute;
        z-index: 123;
        top: 12px;
        left: 0;
    }
    .stellarnav ul {
        text-align: right;
    }
    .stellarnav > ul > li > a {
        margin: 0px 10px;
        font-size: 15px;
    }
    .main_header_area .container {
        max-width: 100%;
    }
    .nav-brand {
        width: 150px;
    }
    .stellarnav ul {
        margin: 0px 0 0 0;
    }
    .navigation {
        padding: 15px 0 10px 180px;
    }   
}



@media screen and (max-width: 830px) {
    .stellarnav > ul > li > a {
        margin: 0px 5px;
    }
}


@media screen and (max-width: 768px) {
    .nav-header {
        position: absolute;
        z-index: 1;
        top: 12px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .stellarnav .menu-toggle span.bars span {
        background: #666;
    }
    .stellarnav .menu-toggle:after {
        color: #666;
    }
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 8px;
        width: auto;
        display: inline-block;
    }

    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #1442b9;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
        font-size: 16px;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #fafafa;
    }
    .stellarnav.mobile ul ul {
        background-color: transparent;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #5B5E43 solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #5B5E43;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
    .stellarnav > ul > li::before{
        display: none;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        max-width: 250px;
        border-top: none
    }
    
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #666;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #666;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 6px;
        position: absolute;
        text-align: center;
        top: 19px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*電腦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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand {
    width: 300px;
}
.nav-brand img {
    max-width: 100%;
    filter: none;
    transition: all 0.5s;
}
.pageIndex .nav-brand img {
    max-width: 100%;
    /*filter: contrast(0) brightness(100);*/
    transition: all 0.5s;
}


.sticky .nav-brand img {
    filter: none;
    transition: all 0.5s;
}





.footer_logo img {    width: 300px;    margin-top:;}

@media screen and (max-width: 1200px) {
    .nav-brand {
        width: 180px;
        padding: 2px 0 0 0;
    }
}


@media screen and (max-width: 768px) {
    .nav-brand {width: 150px;}
    .nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
    .nav-brand-m img {    max-width: 200px;    width: 100%;}
}


@media screen and (max-width: 600px) {
    .nav-brand {width: 120px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 10px;
    background: transparent;
    position: relative;
    overflow: hidden;
}








.footer_info {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_info ul {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}
.footer_logo {
    display: block;
    width: 300px;
}
.footer_logo a {
    position: relative;
    display: block;
    width: 100%;
    
}
.footer_logo a img{width: 100%;}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.footer .center {
    max-width: 1440px;
    padding: 0 20px;
}
.copy {
    background: transparent;
    border: none;
    color: #444;
    margin-top: 0px;
    padding: 14px 0;
}
.box_link{
    display: none;
}
.copy a{color: #444;}
.footer_info li p{
    color: #222;
}
.footer_info li p a{
    color: #444;
}
.footer_menu a:hover {    background: #1442b9;}
.footer_menu a {
    border-radius: 35px;
    color: #666666;
    border: none;
    margin: 10px;
    transition: all 0.3s;
    width: calc(100% / 4 - 20px);
}
.footer_menu a:hover {
    background: #1442b9;
    color: #fff;
    transition: all 0.3s;
}
.footer_menu a:nth-child(1){
    display: none;
}


.footer_info li:nth-child(1) {
    text-align: left;
    width: 40%;
}
.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 2px #1442b9 solid;
    margin-bottom: 15px;
    color: #1442b9;
}
.footer_info li:nth-child(2) {
    width: 70%;
}
.footer_info li:nth-child(2)::before {
    content: "OTHER PAGES";
    display: block;
    width: 100%;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 2px #1442b9 solid;
    margin-bottom: 15px;
    text-align: left;
    color: #1442b9;
}

/* 浮動 */

.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 80px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.info_fix_links {
    display: flex !important;
    background: #565656a1;
    width: 50px;
    padding-bottom: 0;
    border: 0;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.info_fix>span{
    display: none;
}
.info_fix_links a {
    background: transparent;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_default.info_fix_google{
    color: #fff;
    background-color: #FF8C31;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 140px;
    align-items: center;
}
.info_fix_default.info_fix_google:hover{
    background-color: #D87775;
}
.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}





@media screen and (max-width: 1024px) {
    .footer_logo {
        display: block;
        width: 200px;
    } 
    .footer_info ul {
        flex-direction: column;
    }
    .footer_info {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .footer_info li:nth-child(1) {
        width: 100%;
    }
    .footer_info li:nth-child(2) {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        width: 100%;
        text-align: center;
    }
    .info_fix {
    }    
}


@media screen and (max-width: 500px) {
    .footer_menu a {
        width: calc(100% / 2 - 20px);
    }
    
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*服務項目/＝＝＝＝＝*/
.services_page .edit {
    padding: 0px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案/＝＝＝＝＝*/
.promotions_page .main_part{
    display: flex;
    flex-direction: column;
    max-width: 72%;
    padding: 0 0 10% 0;
}

.promotions_page .other_promotion li{
    width: 100%;
}

.other_promotion li a {
    border: none;
    width: 100%;
    margin: 0;
    padding: 1%;
    border-bottom: 1px #eee solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.other_promotion li a:hover {
    background: linear-gradient(45deg, #e8e8e8, #ffffff2b);
    border-radius: 0px;
}

.other_promotion li{
    width: 100%;
    margin-left: 0;
    
}

.other_promotion li a:before{
    border: none;
}

.other_promotion li a:after{
    border: none;
}

.promotions_page .pmtTitle span{
    display: none;
}

.other_promotion .pmtTime {
    right: unset;
    left: 2%;
}


.promotions_page .pmtTitle{
    width: 100%;
}

.promotions_page .other_promotion{
    order: 1;
    width: 100%;
}

.promotions_page .show_content {
    order: 3;
    padding-top: 60px;
    margin: 0px
}

.promotion_title {
    display: flex;
    flex-direction: column;
    margin: 4% 0 0 0;
}

.promotion_title em {
    border: none;
    padding: 0;
    margin: 1% 0 0 0;
    color: #cccbcb;
    font-weight: 300;
    letter-spacing: 2px;
}

.promotion_title span {
    border: none;
    padding: 0;
    margin: 0 2px 2px 0;
    color: #1b44b5;
    font-size: 25px;
}

.promotion_title{
    margin: 5% 0 0 0;
}

.promotions_page .edit {
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

.promotion_title h2{
    font-size: 24px;
    color: #343434;
    
    letter-spacing: 2px;
}

.news_part{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 8% 0 5% 0;
    max-width: 80%;
    width: 100%;
}

.news_part .title_i_box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #343434;
    font-weight: bold;
    text-align: left;
    font-weight: lighter;
    
    margin-bottom: 50px;
}


.other_promotion .pmtTitle h3{
    margin: 0;
    color: #343434;
    letter-spacing: 2px;
    font-size: 16px;
    padding-left: 4%;
    overflow: unset;
    height: auto;
}

.news_list ul{
    padding: 0 0 5% 0;
}

.news_list ul li p{
    color: #343434;
    
    letter-spacing: 2px;
    font-size: 18px;
    padding-left: 4%;
}

.news_list ul li {
    display: block;
    border-bottom: 1px #c3b6a2 solid;
}

.other_promotion .pmtTime span {
    color: #26157c;
    font-size: 18px;
    position: relative;
}

.news_list ul li span{
    color: #cebfad;
    font-size: 18px;
}

.news_list ul li a:hover{
    background: linear-gradient(45deg, #f1f1f1 0%, #fcfbf8 35%, #f4f4f4 70%, #fcfcfc 100%);
    border-radius: 8px;
}

.news_list {
    order: 3;
    max-width: 100%;
    width: 70%;
    margin: 0;
}

.news_part{
    padding: 8% 3% 5% 3%;
}



.news_part .title_i_box {
    order: 1;
    max-width: 100%;
    width: 20%;
    margin: 0;
}

.news_part .title_i_box h4:before {
    content: 'News';
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
    color: #dfb88f;
    font-weight: 500;
}

.other_promotion {
    list-style: none;
    display: grid
;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 30px 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}



/*購物車首頁 只留8個*/
.prod_part {
    max-width: 1400px;
}
body.pageIndex .products-list .item:nth-child(n+9) {
    display: none;
}




.products-list .pic {
    /*border-radius: 25px;*/
}

.products-list a .pic img {
    transition: .5s;
}

.products-list a:hover .pic img {
    transform: scale(1.05);
}
.products-list .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: .5s;
}
.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
	font-weight: 400;
}
.products-list a:hover .pic::before, .products-list a:hover .pic::after {
    opacity: 1;
}
.products-list a:hover .name {
    /*color: #a27d6b;*/
}






.i_prod_tit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.i_prod_tit h2, .module_i_news .title_i_box h6 {
    font-size: 20px;
    color: #1b44b5;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "Bebas Neue Regular";
	width: 100%;
    order: 1;
	line-height: 1.2;
	letter-spacing: 1px;
}

.i_prod_tit span, .module_i_news .title_i_box h4 {
    font-family: "Zen Kaku Gothic New";
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

.module_i_news {
    padding: 80px 20px;
    margin: auto;
}
.prod_part{
    padding: 0px 20px 80px;
    margin: auto;
}



@media screen and (max-width: 1100px) {
	.i_prod_tit span, .module_i_news .title_i_box h4 {
		font-size: 32px;
	}
	
	.i_prod_tit h2, .module_i_news .title_i_box h6 {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.prod_part, .module_i_news {
		padding: 60px 20px;
	}
}






/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #1b44b5;
    color: #1b44b5;
	line-height: 40px;
}
.products-list .item a:hover .more {
	background: #1b44b5;
}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    /*background: #f2f2f2;*/}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;font-size: 18px;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #FFFFFF;
    background: #1b44b5;
	padding-left: 25px;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #007cff; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent !important;}
.product-layer-two li li:hover a{color: #17a5ff;}
.products-list .name {
    font-weight: 600;
}




/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/

.main_part .swiper-wrapper .swiper-slide-active:nth-child(1)::before{
    display: none;
}
.main_part .swiper-wrapper .swiper-slide-active:nth-child(1)::after{
    display: none;
}
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #1b44b5;}
.inquiry_a2{background: #1b44b5;}
.inquiry_a3{background: #1b44b5;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #26157c;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #1b44b5;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #26157c;
}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #222222;width: 100%;line-height: 1.8;font-size: 14px;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #1b44b5;}
.other_album_choice li {    background: #1b44b5;}
.other_album_choice li:hover {    background: #26157c;}
.subalbum-menu h2{    color: #1b44b5;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
.album_fixed_title {
    background: unset;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章管理/＝＝＝＝＝*/
.module_i_news {
    padding: 0px 20px 80px;
}
.module_i_news .title_i_box{
	position:relative;
}
.module_i_news .title_i_box::before{
	content:"";
	width:56px;
	height:31px;
	display:inline-block;
	background:url("https://pic03.eapple.com.tw/caiwei/logo_icon.png")no-repeat center center;
	background-size:100%;
}
.module_i_news .title_i_box h6 {
    font-size: 50px;
    color: #269984;
    font-family: "Arial";
}
.module_i_news .title_i_box h4 {
    font-size: 28px;
    color: #745A47;
    font-weight: 600;
}



@media screen and (max-width: 768px){
	.module_i_news .title_i_box h6 {
		font-size: 18px;
	}
	
	.module_i_news .title_i_box h4 {
		font-size: 36px;
	}
}

@media screen and (max-width: 600px){
	
	.module_i_news .title_i_box h4 {
		font-size: 32px;
	}
}





h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le {
	width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
}

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_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;
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.module_i_news li a:before, .subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 18px;
	font-family:"Times New Roman";
}
.subbox_item a:after {
    /*border: 1px #bc8f3e solid;*/
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #e1dcc8;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #1b44b5 !important}
.submenu a:hover {background: unset;color: #17a5ff;}

/*首*/
.module_i_news ul{/*width: 90%;*/	grid-template-columns:1fr 1fr 1fr 1fr;max-width: 1400px;}
/*功*/
.blog_subbox{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.news_related {
    background: #fff;
}
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #1b44b5;
	transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    background: #26157c;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {background: #1b44b5;}
.contact_form li.last cite {background: #1b44b5;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background: url(https://pic03.eapple.com.tw/yhwellair/banner.jpg); font-size: 40px; text-align: center; padding: 180px 0px 50px; background-position: left; background-size: cover;}
.banner h5 {font-family: "Zen Kaku Gothic New"; position: absolute; left: 50%; transform: translate(-50%, -50%); font-size: 36px; letter-spacing: 1px;}
.banner h5:after {
    content: "Yuan He Enterprise Co";
    width: max-content;
    position: absolute;
    left: 50%;
    top: calc(50% + 44px);
    transform: translate(-50%, -50%);
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    font-size: 17px;
    color: #1b44b5;
}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

/*文章管理*/
.blog_list_ri h5 {margin-top: 0; font-size: 20px;}
.blog_list_ri p {margin-top: 10px;}

}


/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{/*grid-template-columns:1fr 1fr;*/}
      
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
    
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: flex;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name {display: none;}
.sidebarBtn {order: -1; margin: 0px auto 20px;}
.product_pic {padding-top: 0px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #1b44b5;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) { 
/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

.blog_list_le {width: 100%;}
.blog_list_ri {padding: 20px 10px 30px 10px; width: 100%;}
.blog_list_ri h5 {font-size: 18px;}
.blog_list_ri em {position: inherit;}
.blog_list_ri p {margin-top: 15px; font-size: 14px; min-height: unset;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
    /*購物車/＝＝＝＝＝*/
    .products-list , .product_page .products-list  {    grid-template-columns: 1fr;gap: 20px;}
}


