@charset "utf-8";


/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*Logo ----------*/

/*logo定位 */
.nav-header {
    top: 9px;
    left: 2vw;
}


/*header樣式*/
.header_area{padding: 0px;}

.me_tp_features {
    padding: 10px 24px 0;
}
.tp_links {
    display: none;
}
.main_header_area {
    border-top: 4px #658fb3 solid;
    background: #fff;
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

.navigation{ grid-template-columns: 490px 1fr;}
.nav-header {max-width: 100%;}

.main_header_area .container {
    max-width: 1400px;
    margin: auto;
}
/*header下拉後底色磨砂感*/
.main_header_area.animated {
    background: linear-gradient(#e7e2d4, #e7e2d447, #e7e2d400);
    background: #D1C4B4;
    backdrop-filter: saturate(93%) blur(10px);
}

/*選單文字*/

.stellarnav>ul>li:hover>a {
    color: #4066ad;
    font-weight: bold;
}

/*選單圖示 ---------- */

/*通用設定*/
/* .stellarnav>ul>li>a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/ikd911413/icon01.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transition: .5s ease-out;
    transform: translate(-50%);
    bottom: 25px;
    opacity: 0;
}

.stellarnav>ul>li>a:hover::before {
    transform: translate(-50%) rotate(360deg);
    transition: .5s ease-out;
    opacity: 1;
} */

/*圖示替換*/

/* .stellarnav>ul>li:nth-child(2n)>a:before {
    background: url(https://pic03.eapple.com.tw/ikd911413/icon01.png) no-repeat;
    background-size: contain;
} */



/*文字底線-左到右*/
/* .stellarnav>ul>li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: calc(100% - 2 * 2px);
    height: 2px;
    background: var(--accent-color);
    overflow: hidden;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
}

.stellarnav>ul>li:hover::after {
    transform-origin: 0 50%;
    transform: scaleX(1);
} */

/*下拉的欄位 ---------- */

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: var(--first-color);
}

/*下拉符號-隱藏*/
.stellarnav li.has-sub>a:after {
    display: none;
}

/*次選單 ---------- */

/*次選單樣式-半透明底色*/
.stellarnav ul ul,
.stellarnav ul ul ul {
    background: rgb(255 255 255 / 85%);
    border: solid 1px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    width: 180px;
    /*加寬*/
    max-height: 400px;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--light-gray) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    font-size: 15px;
}

/*欄位尺寸*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 10px 5px;
    transition: .5s ease-out;
    border-left: 2px solid transparent;
}

/*欄位hover樣式*/
/*
.stellarnav li li:hover > a ,
.stellarnav li li.has-sub:hover > a {
    color: var(--first-color);
    border-color:var(--first-color) ;
}
*/

/*hover欄位樣式-向右滑動
.stellarnav li.has-sub ul li a:hover {
    color: var(--first-color);
}*/

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    letter-spacing: .1rem;
    position: relative;
}


.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    color: #ffffff;
    background: #4363a4;
}


.stellarnav.desktop li.has-sub ul a:hover {
    margin: -1px;
    background: #6296b7;
}


@media screen and (max-width: 1024px) {

    /*關掉-header下拉效果*/
    .sticky .main_header_area.animated {
        border-radius: 0vw;
        margin: 0px;
    }

    .navigation {
        padding: 8px 0 0 0;
    }

    .stellarnav>ul>li>a {
        margin: 0px;
        padding: 0px 10px 0 10px;
        height: 35px;
    }

    .nav-header {
        max-width: 260px;
    }

}
@media screen and (max-width: 768px) {
    .stellarnav.mobile {top: 18px;}
    .me_tp_features {
        padding: 10px 10px;
    }
    .main_header_area.animated {
        backdrop-filter: none;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        display: none;
    }
}
@media screen and (max-width: 600px) {

    .nav-brand {
        width: 210px;
    }
        .me_tp_features {
        padding: 0;
    }
}

/*選單*/
.stellarnav > ul > li > a {
    padding: 0px 20px;
    letter-spacing: 2px;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 17px;
    line-height: 0;
    transition: all 0.3s;
    }
    .stellarnav > ul > li > a b {
        font-weight: 600;
    }
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {
    color: #4066ad;font-weight: bold;
    }

.stellarnav > ul > li > a:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/ikd911413/menu_icon.svg);
    background-size: contain;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0.4);
    top: 50%;
    left: 8%;
    opacity: 1;
    z-index: -1;
    transition: all 0.3s;
    }
.stellarnav > ul > li:hover > a:before {
    opacity: 0.25;
    left: 20%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s;}


/*下拉*/
.stellarnav > ul > li.drop-left > ul {    right: unset;}
.stellarnav ul ul {transform: translateX(-50%);left: 50%;min-width: 200px;}
.stellarnav ul ul ul {left: 200px;transform: translate(0%);}
.stellarnav li.has-sub > a:after {display: none;}
/*下拉選單*/
.stellarnav li li {border: unset; margin-bottom: 0;}
.stellarnav li li a {padding: 10px;text-align: center;background: #EDE0D4;color: #000000;}
.stellarnav li li a:hover {background: #dac9a6; color: #ffffff;}


@media screen and (max-width: 1024px) {
.main_header_area .container {max-width: 95%;}
.stellarnav > ul > li > a {font-size: 16px;}
}

@media screen and (max-width: 1024px) {
.main_header_area .container {max-width: 100%;padding: 0;}
.navigation {padding: 0;}
.pageIndex .header_area {position: relative;}
.nav-header {padding-top: 20px;}
.header_area .main_header_area, .header_area.sticky .main_header_area {background: #ffffff;}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {margin: 2px 0;}
}
@media screen and (max-width: 768px) {
.main_header_area .container {max-width: 100%;}
.nav-header {
    display: flex;
    padding: 14px 0 4px;
    justify-content: center;
    }
.nav-brand {width: 200px;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 5px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #6296b7;
    }
.stellarnav .menu-toggle span.bars span {
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {
    font-size: 10px;
    color: #fff;
    transform: unset;
    letter-spacing: 1px;
    margin-top: 10px;}
.stellarnav.mobile.left > ul {background: #ffffff;padding: 0;border-top: unset;}
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 20px 40px;margin: 0;border-right: unset;}
.stellarnav > ul > li > a:before, .stellarnav > ul > li:hover > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open li.open {background: #eee4ce;padding: 0;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #cc8d42;}
/* .stellarnav.mobile ul ul{background: #dac9a6;} */
.stellarnav li li {border: unset;}
.stellarnav li li a {padding: 15px 5px;}
.stellarnav .icon-close {margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #fff;
    letter-spacing: 2px;
    background: #dac9a6;
    border-bottom: unset;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
.stellarnav li li a {background: #fffbf8;}
}

@media screen and (max-width: 425px) {
.nav-header {padding: 14px 0 4px;}
.nav-brand {width: 190px;}
.stellarnav .menu-toggle { padding: 15px;}
.stellarnav.mobile {padding: 0;}
.stellarnav .menu-toggle span.bars span {width: 20px;}
.stellarnav .menu-toggle:after {font-size: 8px;}
}

/* ▲ HEADER---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.box_link {
    display: none;
}

.footer_logo {
    margin-top: 20px;
    width: 330px;
    margin-right: 30px;
    vertical-align: middle;
}



/*footer_info*/
.footer_info {
    padding: 30px 0px;
    gap: 60px;
}

.footer_info ul {
    width: calc(100% - 200px);
}

.footer_info li:nth-child(1) {
    width: 100%;
    padding: 20px 10px;
}

.footer_info li p {
    display: inline-block;
    width: 49%;
}

.footer_info li p a {
    color: #444;
}

/*footer_menu*/
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #B4CEE5;
    border-bottom: 1px solid #B4CEE5;
}

.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.footer_menu a {
    border: none;
    margin: 0;
    color: #82a4c3;
    background: transparent;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
    position: relative;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a:hover {
    background: transparent;
    color: #4363a4;
}

.footer_menu a::before {
    content: "";
    position: absolute;
    top: 25%;
    left: -20px;
    height: 10px;
    width: 10px;
    background: #4363a4;
    clip-path: polygon(100% 50%, 0% 100%, 29% 50%, 0% 0%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.footer_menu a:hover::before {
    left: -10px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.copy {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #ffffff;
    border-top: 1px #B4CEE5 solid;
    margin-top: 15px;
    background-color: #8caecd;
}


.copy a {
    color: #ccc;
}


.copy a:hover {
    color: #ccc;
}

.footer_info li p.tel:before {
    content: '服務專線：';
}

.footer_info li p.mail:before {
    content: '服務信箱：';
}

.footer_info li p.add:before {
    content: "店家地址";
}
.footer_info li p.add2:before {
    content: "服務時間";
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 0px 0 0;
    }

    .footer_info {
        padding: 30px 50px;
    }

    .footer_info ul {
        width: 100%;
        gap: 10px;
    }
}
@media screen and (max-width: 1024px) {
.footer_info li:nth-child(2) {
    width: 80%;}
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;
}

.product_page .product-layer-two {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    border-right: 0px solid #ccc;
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
    /* display: flex;
    flex-wrap: wrap; */
    align-items: flex-start;
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 10px;
    /* 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: 10px 10px;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 0;
}

.product-layer-two li li:hover>a {
    background: transparent;
    color: #4363a4;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.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: #fff;
    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: #4363a4;
}

.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;
}
.order_finish_page h4.blank_letter.i {
    display: none;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 980px) {
    .products-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .product-layer-two,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
    }

    .product-layer-two>li {
        margin-bottom: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page ul.product-layer-two {
        order: 4;
    }
}

@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
        max-width: 350px;
        margin: 20px auto;
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .show_content {
        text-align: start;
        margin: 0 0 auto;
        width: 88%;
    }
    .path p, .path p a{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;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */

    .footer.with_shopping_mode {
        padding: 0px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 700px) {
    .footer_info li p {
        display: inline-block;
        width: 100%;

    }

    .footer_info {
        padding: 30px 10px 60px 10px;
        gap: 0px;
    }

    .footer_logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer_menu {
        display: block;
    }

    .footer_logo {
        width: 300px;
    }
}




/* ==================== */



/*文章管理/＝＝＝＝＝*/
h4.blog_category_title {
    font-size: 28px;
}

h4.blog_category_title span {
    font-size: 24px;
}

h5.blog_le_t span {
    display: none;
}


/*文章管理/外層＝＝*/
.module_i_news {
    padding: 100px 0 50px;
    /* background: #f9f9f9; */
    background: url(https://pic03.eapple.com.tw/ikd911413/bg00.jpg);
    background-position: center;
    background-size: cover;
}

.module_i_news .title_i_box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
}

.module_i_news .title_i_box h4 {
    font-weight: bold;
    font-family: "Noto Sans TC";
    letter-spacing: 1px;
    font-size: 23px;
}


.module_i_news .title_i_box h6 {
    font-size: 16px;
    color: #6f6e70;
}

.module_i_news ul,
.blog_subbox {
    display: grid;
    gap: 10px;
}

.module_i_news li,
.subbox_item {
    width: 100%;
    background: #fff;
    border-radius: 25px;
}

.subbox_item {
    background: #F9F9F9;
}

.module_i_news li a, .subbox_item a {
    display: flex;
    padding: 10px;
    padding-bottom: 20px;
    flex-direction: column;
    grid-gap: 0px;
}

.module_i_news li a:after,
.subbox_item a:after {
    content: none;
}

.module_i_news li a:before,
.subbox_item a:before {
    content: "+";
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4363a4;
    bottom: 20px;
    right: 20px;
    width: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
}

.i_blog_le,
.i_blog_ri,
.blog_list_le,
.blog_list_ri {
    width: 100%;
}

.i_blog_le,
.blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.i_blog_le img,
.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: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i_blog_ri h5 {
    color: #4363a4;
}

.i_blog_ri p {
    -webkit-line-clamp: 2;
}

/*側邊*/
.blog_le .accordion>li {
    transition: all 0.3s;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #4363a4 !important;
}

.submenu a:hover {
    background: #6f6e70;
}

/*首*/



.module_i_news .title_i_box h4:before {
    display: block;
    content: "NEWS";
    font-family: "Comfortaa";
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 4px;
    color: #3D63AE;
}

.module_i_news .title_i_box h4:after {
    display: block;
    content: "最新消息";
    font-family: "Noto Sans TC";
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    padding: 4px 18px;
    background: #86B9E8;
    width: fit-content;
    margin: 8px auto 0 auto;
    border-radius: 20px;
}
.i_blog_b {
    margin: 30px auto 0;
}

.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
}
.module_i_news .title_i_box h6 {
    display: none;}

.module_i_news .title_i_box h4 {
    font-size: 0;}


/*功*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}

.blog_subbox:before {
    content: none;
}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back {
    background: #4363a4;
}

.animated-arrow {
    background: #ca9c81;
    border-radius: 60px;
}


@media screen and (max-width: 1024px) {

    .module_i_news ul {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 980px) {
    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {


    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul,
    .blog_subbox {
        grid-template-columns: 1fr;
    }

    .i_blog_le,
    .blog_list_le {
        padding-bottom: 75%;
    }
}






/* = = = BANNER = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@keyframes oxxo {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*內頁BANNER 設定*/
.banner {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/ikd911413/BANNER.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
}

.banner h5 {
    font-family: 'Josefin Sans', "Noto Sans TC", 微軟正黑體, arial, sans-serif;
    font-size: 35px;
    position: relative;
    top: 8px;
    transform: translate(0, 0);
    text-align: center;
    font-weight: bold;
    color: #3D547F;
}

/* .banner h5:before {
    content: "";
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #6296b7;
} */

.banner h5:after {
    margin: 10px auto;
    font-weight: 500;
    width: fit-content;
    content: "冷氣安裝｜冷氣保養｜冷氣維修｜家電販售";
    display: block;
    font-size: 16px;
    color: #fff;
    background: #99c2db;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}



@media screen and (max-width: 480px) {
    .banner {
        height: 270px;
        background-size: cover;
    }

    .banner h5 {
        top: 60%;
    }

    .banner h5:after {
        font-size: 15px;
        margin: 5px auto;
    }
}



/* ▼ 相簿 (基本) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 版面布局設定 -------------------- */

/*排列*/
ul.show-list,
.other_subalbum,
ul.pic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

/*次分類版面微調*/
.subalbum-menu {
    margin: 0;
    padding: 0;
}

ul.show-list:before,
ul.pic-list:before {
    content: none;
}

/*卡片底色透明*/
.show-list .item,
.other_subalbum li,
.pic-list .item {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    border-radius: .5vw;
    background: transparent;
}

/*相簿圖片框*/
.show-list .show_pic,
.other_subalbum li a div,
.pic-list .show_pic {
    padding-bottom: 75%;
    display: block;
    /* position: relative; */
    overflow: hidden;
    height: 0;
    /* border-radius: 1.5vw; */
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */


/*關掉上層透明黑*/
.overlay {
    display: none;
}

/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {

    ul.show-list,
    .other_subalbum,
    ul.pic-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
}

/* ▲ 相簿 (基本) END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ▼ 相簿---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 相簿文字 -------------------- */
.show-list .show_name,
.other_subalbum li p {
    margin-top: 10px;
    color: #000;
    letter-spacing: 1px;
}

.show-list .item:hover .show_name,
.other_subalbum li p:hover {
    color: #4363a4;
}


/* 相簿圖片 -------------------- */
.show-list .show_pic img,
.pic-list .show_pic img,
.other_subalbum li a img {
    transition: .5s ease-out;
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(0px);
    /*毛玻璃效果*/
}

/*hover放大圖片*/
.show-list .show_pic img:hover,
.pic-list .show_pic img:hover,
.other_subalbum li a img:hover {
    transform: scale(1.1);
    filter: blur(0px);
}

/* +++ 相簿次分類頁 -------------------- */
/*隱藏--分類標題&標題後方塊*/
.subalbum-menu h2,
.block {
    display: none;
}

/*觀看更多相簿 -------------------- */

/*隱藏-其他次分類區塊*/
/*
.other_album {
    display: none;
}

/*次分類按鈕*/
.other_album_choice li {
    background: #6296b7;
    transition: .5s ease-out;
    border: 1px #F9F9F9 solid;
    border-radius: 15px;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li:hover {
    background: #4363a4;
}

.other_album_choice li:hover a {
    color: #fff;
}

/*按鈕圖示距離(不動)*/
.other_album_choice li a i.fa-solid.fa-right-from-bracket,
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
    margin: 0 0 0 10px;
}

/*"觀看更多相簿"文字樣式*/
.album_fixed_title {
    background: transparent;
    color: #fff;
}



/* 商品=== */


.products-list .item a:hover .more {
    background: #4363a4;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .more {
    border: 1px solid #4363a4;
    color: #4363a4;
}


.products-list .pic:hover img {
    transform: scale(1.05) translate3d(0, 0, 0);
}

.products-list .pic img {
    transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.product-layer-two li.active a {
    color: #fff;
    border: 0px #ccc solid;
}

.product-layer-two li li {
    background: transparent;
    border: 0px #ccc solid;
}

.product-layer-two>li.active {
    background: #f2f2f2;
}

.product-layer-two li.active>a {
    background: #6296b7;
}

.product-layer-two li.active li a {
    background: transparent;
}

.inquiry_a2 {
    background: #6296b7;
}


/*＝＝＝聯絡資訊＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*聯絡資訊*/
.contact_page .main_part {
    max-width: 1500px;
}

.contact_content {
    background: #fff0;
    padding: 0px 50px;
}

.contact_content .information_left {
    width: 34%;
}

.blank_letter {
    padding: 0 0 0 10px;
    border-left: 5px solid #6597b5;
    margin-top: 30px;
}

button,
/* input, */
optgroup,
select,
textarea {
    outline: none;
    padding-left: 15px !important;
    background: #ededed;
}



.list_before.info li {
    padding: 8px 0 10px 90px;
    border-bottom: 1px #f5f5f5 solid;
}

.innersend {
    padding-left: 0 !important;
    text-align: center;
}


.info_TEL:before {
    content: "服務專線";
}

.info_MAIL:before {
    content: "服務信箱";
}

.info_ADD:before {
    content: "店家地址";
}

.info_ADD2:before {
    content: "服務時間";
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 60px;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    width: 55px;
    margin-left: 14px;
    font-size: 15px;
    height: 25px;
    border-right: 1px solid #ededed;
    letter-spacing: 0.05em;
    color: #545454;
    font-weight: 500;
}

.TEL::after,
.TEL2::after,
.PHONE::after,
.FAX::after,
.TAXID::after,
.MAIL::after,
.ADD::after,
.ADD2::after {
    position: absolute;
    content: "●";
    color: #4363a4;
    font-size: 6px;
    width: 30px;
    height: 30px;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
}


/*表格樣式*/
.contact_content .information_right {
    width: calc(65% - 0px);
    padding-left: 30px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form li {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    border-bottom: none;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(145px, 1fr));}

.contact_form li .form__label {
    text-align: left;
    margin-left: 0;
    width: 100%;
    color: #2f2f2f;
    font-weight: 600;
    max-width: 100%;
}

.contact_form li.last {
    width: 100%;
}

.noborder {
    padding: 10px 0;
    margin-top: 10px;
    border: 2px solid #ccc;
}

.form select {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 8px 26px 8px 3px;
    margin-top: 10px;
    width: 100%;
    margin-top: 10px;
}

.contact_form li.last cite {
    background: #3D547F;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 49%;
    border: 1px #f5f5f5 solid;
}

.contact_form li input.noborder {
    border: 0px #ddd solid;
    background: #f5f5f5;
}

.contact_form li textarea.noborder {
    border: 0px #ddd solid;
    background: #f5f5f5;
}

.noborder {
    padding: 10px 10px;
    border-radius: 4px;
}



@media screen and (max-width: 1024px) {
    .list_before.info {
        width: 100%;
        max-width: inherit;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li {
        width: 100%;
        padding: 10px 0;
    }

    .contact_content .information_right {
        width: calc(100% - 0px);
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 95%;
    }

    .contact_form li .form__label {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {


    .contact_form li .form__insert {
        width: 100%;
    }

    .contact_form li .form__label {
        width: 100%;
        text-align: left;
    }

    .information_left,
    .information_right {
        padding: 0px;
    }

    .contact_page .main_part {
        padding: 50px 15px;
    }

    h4.blank_letter.i::after {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .blank_letter {
        padding: 0 0 0 10px;
    }

    .contact_content {
        padding: 50px 10px;
    }

    .list_before.info li {
        padding: 8px 0 10px 72px;
    }

    .TEL:before,
    .TEL2:before,
    .PHONE:before,
    .FAX:before,
    .TAXID:before,
    .MAIL:before,
    .ADD:before,
    .ADD2:before {
        width: 53px;
    }


}



/* li.prod-item:nth-child(2) .prod-panel {
    display: none;
}

li.prod-item:nth-child(2) h3.prod-thumb {
    display: none;
} */

.lastPage {

    background: #3D547F;
}