@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Quicksand:wght@400;500;600;700&display=swap');

body {
    overflow-x: hidden;
    font-family: "Noto Sans TC", 微軟正黑體, arial, sans-serif;
    font-weight: 400;
}

/*
關於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 {}
*/

body {
    --fs_80: 80px;
    --fs_40: 40px;
    --fs_24: 24px;
    --fs_16: 16px;
    --fs_12: 12px;
    --themEn: "Noto Sans TC", sans-serif;
}

@media (max-width: 768px) {
    body {
        --fs_80: 72px;
        --fs_40: 32px;
    }
}

@media (max-width: 600px) {
    body {
        --fs_80: 62px;
        --fs_40: 28px;
    }
}

@media (max-width: 480px) {
    body {
        --fs_80: 48px;
        --fs_40: 24px;
        --fs_24: 22px;
        --fs_16: 14px;
    }
}



#content {
    background-image: url(https://pic03.eapple.com.tw/honglong/bg-03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;

}






/* 大圖 */



.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/honglong/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/honglong/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide-active::after {
    transform-origin: 50% 50%;
    animation: bg-active-2 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.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/honglong/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.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/honglong/bg-06.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide-active::before {
    transform-origin: 50% 80%;
    animation: bg-active-1 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


@keyframes bg-active-1 {
    0% {
        opacity: 0;
        transform: translate(5%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


@keyframes bg-active-2 {
    0% {
        opacity: 0;
        transform: translate(-5%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


@media screen and (max-width: 768px) {
    .swiper-banner .swiper-slide img {
        height: auto;
        max-width: 200%;
        width: 200%;
    }

    .swiper-wrapper .swiper-slide:nth-child(1)::before {
        background-position: 5%;
    }

    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-position: 10%;
    }

    .swiper-wrapper .swiper-slide:nth-child(2)::before {
        background-position: 80%;
    }

    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-position: 80%;
    }

}









.main_header_area .container {
    max-width: 2000px;
    width: 90%;
}

/* 商品下拉超過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個--結束 */

.nav-header {
    max-width: 320px;
}

.nav-brand img {
    max-width: 100%;
}

.pageIndex .nav-brand img {
    max-width: 100%;
    filter: brightness(100);
}

.sticky .nav-brand img {
    max-width: 100%;
    filter: brightness(100);
}

.header_area {
    padding: 10px 0;
    background: transparent;
    position: fixed;
}

.header_area.sticky {
    background: #07329069;
    backdrop-filter: saturate(93%) blur(7px);
    transition: all 0.5s ease;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.stellarnav li {
    font-size: 17px;
}

.stellarnav li a {
    color: #000;
    padding: 10px 10px;
}

.stellarnav>ul>li {
    padding: 5px;
}

.stellarnav>ul>li>a {
    line-height: 24px;
    height: 24px;
    padding: 0 17px 0 0;
    border-right: solid 1px #333333;
    margin: 10px 5px;
    position: relative;
    letter-spacing: 1.5px;
    color: #333333;
    transition: all 0.1s;
}

.pageIndex .stellarnav>ul>li>a {
    color: #fff;
    border-right: solid 1px #fff;
}



.sticky .stellarnav>ul>li>a {
    color: #fff;
    border-right: solid 1px #fff;
}


.stellarnav>ul>li:nth-of-type(5)>a {
    border-right: none;
}

.stellarnav>ul>li>a b {
    font-weight: 400;
}

.header_area .stellarnav>ul>li>a:hover {
    text-shadow: none;
}

.header_area.sticky .stellarnav>ul>li>a:hover {
    color: #fff;
    text-shadow: 0 0 3px #0000005c;
}

.stellarnav li li a {
    transition: all 0.2s ease-in-out;
}

/*下拉分類滑過前*/
.stellarnav li li a:hover {
    background: #1B8397;
    color: #ffffff;
}

/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #555 #555 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub>a:hover:after {
    border-color: #dfd7c9;
}



/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li {
    border: none !important;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    color: #333333;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}

/*下拉背景*/
.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    padding-left: 20px;
    border-left: 4px solid #F8A564;
}

.stellarnav>ul>li>ul {
    left: 50%;
    transform: translateX(-42%);
}

.stellarnav ul ul {
    width: 160px;
    border: 0 solid transparent;
}

/*下拉分類寬度/外框*/
.stellarnav li li {
    border: none;
}

.stellarnav li li+li {
    border-top: 1px solid #eeeeee;
}

.stellarnav li.drop-left ul ul {
    right: 100%;
}

.stellarnav ul ul ul {
    left: 100%;
}








/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav li li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.navigation {
    grid-template-columns: 320px 1fr;
}

.me_tp_features {
    display: none;
}

@media screen and (max-width: 1750px) {


    .nav-brand img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .stellarnav>ul>li {
        padding: 0 0px;
    }
}

@media screen and (max-width: 1024px) {
    .navigation {
        justify-content: center;
    }

    .nav-header {
        padding-left: 0px;
    }



    .stellarnav>ul>li>a {
        margin: 10px 1px;
    }
}


@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle:after {
        display: none;
    }

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: auto;
        width: auto;
        display: inline-block;
        left: 10px;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 20px;
        height: 1px;
        background: #333333;
        transition: all 0.5s;
    }

    .pageIndex .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .nav-brand img {}

    .stellarnav .menu-toggle {
        padding: 12px;
    }

    .stellarnav>ul>li>ul {
        left: auto;
        transform: none;
    }

    .header_area.sticky {
        backdrop-filter: none;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #1a7f8e;
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close::after {
        border-bottom: solid 3px #fff;
    }

    .sticky .stellarnav>ul>li>a {
        color: #333333;
        border-right: solid 1px #fff;
    }

    .header_area.sticky .stellarnav>ul>li>a:hover {
        color: #333333;
        text-shadow: 0 0 3px #0000005c;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: -10px;
    }

    .nav-header {
        max-width: 250px;
    }

    .stellarnav li li>a,
    .stellarnav li li.has-sub>a {
        background: transparent;
        box-shadow: none;
    }

    .stellarnav.mobile ul ul {
        background: transparent;
    }

    .stellarnav>ul>li>a {
        border-right: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/


.footer {
    background: linear-gradient(90deg, #073290, #1B889C);
    padding: 48px 0 0;
}

.footer_logo {
    max-width: 320px;
    margin: 0;
}

.footer_logo img {
    width: 100%;
    max-width: 100%;
    display: block;
    filter: brightness(100);
}

i.fa-regular.fa-envelope {
    display: none;
}

.fa-phone-volume::before {
    color: #bfbfbf;
}

.fa-line:before {
    color: #bfbfbf;
}


.box_link {
    display: none;
}

/*
.footer_menu a:first-child {
    display: none;
}*/


.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 10px;
}

/*
.footer_info li p,
.footer_info li p a {

}*/

.footer_info li p {
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    line-height: 200%;
}

.footer_info li {
    align-items: center;
    padding: 15px 10px;
}

.footer_info {
    padding: 0 0 20px;
    grid-template-columns: 370px 1fr;
}
/*
.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}*/

.footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_menu a {
    letter-spacing: 1px;
    background: #fff;
    margin: 0;
    text-align: center;
    padding: 6px 10px;
    transition: all 0.3s;
    border: unset;
    margin: 0 5px 4px 0px;
}

.footer_menu a:hover {
    color: #fff;
    background: #a1a1a1;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

/*
.footer_info li p:before {
    content: "";
    width: 25px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-bottom: -5px;
}


.footer_info li p.tel:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/honglong/tel.svg);
}

.footer_info li p.fax:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/honglong/fax.svg);
}

.footer_info li p.line:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/honglong/line.svg);
}

.footer_info li p.mail:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/honglong/mail.svg);
}
*/

.copy,
.copy a,
.copy a:hover {
    color: #fff;
}

.copy {
    background: linear-gradient(90deg, #073290, #1B889C);
    border-top: none;
    margin: 0 auto;
}

.footer_logo {
    /* background: url(https://pic03.eapple.com.tw/honglong/wlogo.png) no-repeat center; */
    height: 0;
    max-width: 320px;
    padding-bottom: 12%;
    width: 100%;
    position: relative;
    background-size: contain;
}

@media screen and (max-width: 1500px) {}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .footer_info ul {
        width: 100%;
        padding: 15px 0 36px;
    }

    .footer_info {
        display: block;
    }

    .footer .center {
        max-width: 1600px;
        padding: 0 20px;
    }

    .footer_menu {
        width: 100%;
        position: unset;
    }

    .footer_info ul {
        display: block;
        width: 100%;
        letter-spacing: 1px;
        padding: 10px;
    }

    .footer_info li:nth-child(1) {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;
    }
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list {
    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;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: transparent;
    padding-top: 130px;
    padding-bottom: 80px;
}

.banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 130px;
    background-color: #F8A564;
    transform: translate(-50%, 0);
}




.banner h5 {
    font-size: 16px;
    color: #333333;
}



.banner h5::before {
    content: "";
    display: block;
    font-size: 80px;
    color: #1B8397;
    font-weight: bold;
    text-transform: uppercase;
}




.banner.banA h5::before {
    content: "NEWS";
}

.banner.banB {
    display: none;
}

.banner.banC h5::before {
    content: "CONTACT";
}

.banner.banD {}

.banner.banE {}

.banner.banblog h5::before {
    content: "Application";
}


.path {
    display: none;
}


@media screen and (max-width: 1024px) {
    .banner::before {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .banner h5::before {
        font-size: 50px;
    }

}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/* 一排呈現 */

.blog_page .main_part {
    max-width: 1440px;
}

.subbox_item a {
    display: flex;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}


.blog_subbox {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.subbox_item {
    width: calc(100% / 3 - 20px);
}

.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    color: #1B8397;
}

.blog_list_ri h5 {
    color: #1B8397;
}


.blog_list_le {
    overflow: hidden;
}

.blog_list_le img {
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all 0.5s;
}


.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
}

.blog_le .accordion li {
    border-bottom: 1px #33333375 solid;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #1B8397 !important;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    border-radius: 0;
}

.blog_le {
    width: 220px;
    margin-right: 5%;
}

.blog_ri {
    width: calc(100% - 240px - 5%);
    padding: 0 0 0 20px;
    min-height: 75vh;
}



.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #0000001f;
    color: #444;
}

.blog_back a.article_btn_back {
    background: #1B8397;
}

.lastPage {
    background: #1B8397;
}


@media screen and (max-width: 1024px) {
    .subbox_item {
        width: calc(100% / 2 - 20px);
    }

}


@media screen and (max-width: 768px) {
    .blog_ri {
        width: 100%;
        padding: 0;
    }

    .blog_le {
        width: 80%;
        margin-right: 0;
        margin: 0 auto;
    }

}



@media screen and (max-width: 500px) {
    .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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 0;
    color: #454442;
}

.promotion_title {
    border-bottom: 1px #00000052 solid;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column-reverse;
}

.promotion_title em {
    border: 0;
}

.promotion_title span {
    border: 0px #ccc dashed;
}



.other_promotion li {
    background-color: transparent;
}

.other_promotion li a {
    display: block;
    border: 0;
    padding: 30px 10px;
    margin: 0;
    position: relative;
    height: 100%;
    background-color: #1b889c26;
    transition: all 0.5s;
}

.other_promotion li a:hover {
    background: #1b889c85;
    color: #fff;
    transition: all 0.5s;
}

.other_promotion li a .pmtTitle h3 {
    transition: all 0.5s;
}

.other_promotion li a:hover .pmtTitle h3 {
    color: #fff;
    transition: all 0.5s;
}




.other_promotion .pmtTime cite {
    float: left;
    font-size: 12px;
    font-style: normal;
}

.other_promotion li a:before,
.other_promotion li a::after {
    display: none;
}





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {}

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}



.contact_editbox {
    padding: 0;
}

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    background: url(https://pic03.eapple.com.tw/honglong/bg-03.jpg);
}

.contact_content {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 90%;
}

.list_before.info li {
    padding-left: 0;
    color: #43453d;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
}

.contact_form li .form__label {
    display: flex;
    color: #333333;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    font-size: 16px;
    flex-direction: row;
}

.blank_letter {
    font-size: 40px;
    color: #333333;
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: left;
    letter-spacing: normal;
    position: relative;
}

.blank_letter::before {
    content: "FORM";
    display: block;
    position: absolute;
    top: -150%;
    left: 0;
    font-size: var(--fs_80);
    color: #1b8195;
        font-family: var(--themEn);
    font-weight: bold;
}


.blank_letter::after {
    content: "Online Form";
    display: block;
    position: absolute;
    top: -20%;
    left: 0;
    font-size: var(--fs_16);
    color: #1b8195;
        font-family: var(--themEn);
    text-transform: uppercase;
        font-weight: bold;
}

.contact_content form {
    display: flex;
    justify-content: space-between;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

.contact_le_map {
    display: none;
}

.blank_letter.i {}

.list_before {
    margin-top: 0;
    margin-bottom: 0px;
}

.contact_form li {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% / 2 - 60px);
    margin: 0;
    padding: 0;
    grid-gap: 0px;
    margin-bottom: 5px;
}


.contact_form li:nth-of-type(1) {
    width: 100%;
}

.form select {
    width: 100%;
}


.contact_form li .form__insert {
    outline: #DB5434;
    color: #fff;
}

.contact_form li input.noborder {
    border: 0;
    background: #00000017;
    color: #333333;
}

.contact_form li .form__insert:focus {
    border: 1px #DB5434 solid;
}

.contact_form li textarea.noborder {
    border: 0;
    background: #00000017;
    color: #333333;
}

.contact_form li:nth-last-of-type(2) {
    /* width: 20%; */
}

.contact_form li.last {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-top: 50px;
}

.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    grid-gap: 0px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 50px;
}

.contact_form li.last blockquote {
    color: #fff;
    background: transparent;
    transition: all 0.5s;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: initial;
    color: #fff;
    transition: all 0.5s;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 3px 10px;
    text-align: center;
    border: 1px #1b8195 solid;
    width: 140px;
    background: transparent;
}

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    background: #1b8195;
}

.contact_form li.last blockquote {
    margin-right: 10px;
}

.contact_form li.last cite {
    background: transparent;
    color: #43453d;
}

.prod_related h6 {
    margin: 0 auto 40px;
}

.list_before.info li::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inli ne-block;
    position: relative;
    margin-right: 20px;
}

.note {
    text-indent: 0;
    letter-spacing: 0;
}

.star {
    margin-left: 5px;
}

.contact_form li.last input {
    color: #333333;
}

.fa-arrow-right::before {
    color: #333333;
}

.contact_form li.last cite:hover .fa-arrow-right::before {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .contact_form {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 0;
        grid-gap: 20px;
        align-content: center;
        align-items: center;
    }

    .contact_form li {
        width: 100%;
    }
    .blank_letter::before {
    top: -100%;
}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
    }
}