@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=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

body {
    font-family: "Noto Sans TC", sans-serif;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #26495C;
    color: #fff;
}

::selection {
    background-color: #26495C;
    color: #fff;
}

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: #26495C;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #19323f;
}

.swiper-pagination {
    display: none;
}



.pageIndex .swiper-wrapper .swiper-slide.swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/painfree/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}




/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #19323f;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: transparent;
    z-index: 0;
    background-image: url(https://pic03.eapple.com.tw/painfree/bg-06.jpg);

}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}



#content {
    width: 100%;
    min-height: 80vh;
    background-position: top center;
    background-size: 100% auto;
    background-image: url(https://pic03.eapple.com.tw/painfree/bg-06.jpg);
}









/* 首頁文章 */

.module_i_news {
    background: #fff3e6;
    padding: 0 20px 50px;
}

.i_blog_le {
    position: relative;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3 - 20px), 1fr));
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news li {
    border-radius: 40px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 3px 3px 10px #0000002e;
    transition: all 0.5s;
}

.module_i_news li:nth-of-type(3)~li {
    display: none;
}



.i_blog_ri {
    padding: 5% 10%;
    width: 100%;
}

.module_i_news li a:after,
.module_i_news li a:before {
    display: none;
}

.module_i_news li:hover .i_blog_le img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}

.module_i_news .title_i_box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 50px;
    background: transparent;
    position: relative;
    z-index: 2200000;
}

.module_i_news .title_i_box h4 {
    font-size: 70px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
}

.module_i_news .title_i_box h6 {
    font-size: 24px;
    color: #3f3f3f;
    letter-spacing: 9px;
    text-indent: 9px;
    text-transform: uppercase;
}

.module_i_news .title_i_box h4::before {
    content: "";
    display: block;
    width: 190px;
    height: 150px;
    border-radius: 100px;
    margin: 19px auto;
    background-image: url(https://pic03.eapple.com.tw/painfree/icon-05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.module_i_news .title_i_box h4::after {
    content: "";
    display: block;
    width: 180px;
    height: 4px;
    border-radius: 100px;
    margin: 19px auto;
    background-color: #8c9a5c;
}

.i_blog_ri h5 {
    font-size: 22px;
}

.i_blog_ri p {
    font-size: 18px;
}














/* = == 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/





.header_area {
    position: relative;
    z-index: 9999;
    padding: 0;
    background: #f0f0f0;
    position: sticky;
    top: 0;
    width: 100%;
}

.header_area .main_header_area {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    transition: all 0.5s;
}




.header_area .me_tp_features {
    display: inline-block;
    width: auto;
    position: fixed;
    top: 36px;
    right: 5%;
    margin-bottom: 0;
}


.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 27px;
    right: 5%;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 27px;
    transition: all 0.5s;
}







/* 漢堡 */

.stellarnav .menu-toggle {
    text-align: center;

}

.stellarnav .menu-toggle:after {
    content: "MENU";
    display: none;
    font-size: 12px;
    text-align: center;
    color: #43453D;
    font-family: "Klee One", 'Noto Serif TC';
    margin-top: 10px;
}




.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    border-radius: 6px;
    background: #333333;
    margin: 0 auto 3px;
    left: 0;
    transition: 0.5s;
}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}




/* 漢堡關 */

.stellarnav .menu-toggle span.bars {
    top: 0;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    margin: 0;
    transform: rotate(35deg) scaleX(.35) translate(32px, -11.5px);
    border-radius: 50px 50px 50px 0;
    transition: all 0.3s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    margin: 0;
    opacity: 1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 23px;
    transition: all 0.3s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    margin: 0;
    transform: rotate(-35deg) scaleX(.35) translate(32px, 11.5px);
    border-radius: 0 50px 50px 50px;
    transition: all 0.3s;
}



.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}










/* 未開啟 */

.stellarnav.desktop>ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}

.stellarnav.desktop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}

.stellarnav.desktop::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
}



/* 開啟 */
.stellarnav.desktop.active>ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: all;
    width: 100%;
    height: 25%;
    background: transparent;
    padding: 0px 5% 20px;
    padding-top: 130px;
}

.stellarnav.desktop.active>ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 5px #0000007a;
    animation: nav-left 0.5s forwards;
}

.stellarnav.desktop.active {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
}

.stellarnav.desktop.active::before {
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    border-radius: 0;
    /* backdrop-filter: blur(5px); */
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes nav-left {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }

}






@keyframes line-up {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}




/* BAR */


/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: 0;
    padding: 12px 0px 10px 42px;
    width: 210px;
    font-size: 14px;
    max-width: 100%;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #000 solid;
    border-radius: 0;
    filter: brightness(0);
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}









/* 選項 */
.stellarnav>ul>li>a {
    margin: 0 20px;
    padding-left: 0;
    color: #333333;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.stellarnav>ul>li>a:hover {
    padding-left: 25px;
    transition: all 0.3s;
}

.stellarnav>ul>li>a b {
    display: inline;
    line-height: 15px;
    height: 20px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    margin-right: 20px;
}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
    color: #43453D;
    word-break: keep-all;
}

.stellarnav>li {
    opacity: 1;
    width: calc(100% / 4);
}

.stellarnav>ul>li::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 8px 0;
    background-color: #43453d21;
    animation: line-left-right 1s forwards linear;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav>ul>li>a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}











/* 選單線 延遲 */

.stellarnav li:nth-child(2):before {}

.stellarnav li:nth-child(3):before {
    animation-delay: 0.3s;
}

.stellarnav li:nth-child(4):before {
    animation-delay: 0.4s;
}

.stellarnav li:nth-child(5):before {
    animation-delay: 0.5s;
}

.stellarnav li:nth-child(6):before {
    animation-delay: 0.6s;
}

.stellarnav li:nth-child(7)::before {
    animation-delay: 0.7s;
}

.stellarnav li:nth-child(8)::before {
    animation-delay: 0.8s;
}




@keyframes line-left-right {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}




/* 字 動畫 */



.stellarnav>ul>li {
    width: calc(100% / 8);
    opacity: 0;
    animation: up 1.5s forwards;
    animation-delay: 0.2s;
}


/* 下拉 */
.stellarnav ul ul {
    width: 100%;
    border-radius: 5px;
    left: 50%;
    background: #ffffee;
    transform: translate(-50%, 0px);
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: #fff;
    transition: all 0.3s;
}

.stellarnav li li:nth-child(1) {
    border-radius: 5px 5px 0 0;
}

.stellarnav li li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}

.stellarnav li li:hover {
    background: #19323f;
    border-radius: 5px;
    color: #fff;
    transform: scale(1.05) translate(10px, 0);
    box-shadow: 1px 1px 5px #25353448;
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #777;
    font-size: 14px;
    transition: all 0.3s;
}

.stellarnav li li:hover>a {
    color: #fff;
    transition: all 0.3s;
}


/* 下拉二層 */

.stellarnav ul ul ul {
    top: 0;
    left: 240px;
}








@keyframes ul-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}





@media screen and (max-width: 1024px) {
    .stellarnav>ul>li {
        width: calc(100% / 4);
    }

    .stellarnav.desktop.active>ul {
        height: fit-content;
    }

    .stellarnav ul ul {
        position: relative;
        width: 100%;
        border-radius: 5px;
        left: 50%;
        background: #ffffee;
        transform: translate(-50%, 0px);
    }


}




@media screen and (max-width: 768px) {
    .stellarnav>ul>li {
        width: 100%;
    }

    .stellarnav.mobile>ul>li {
        border: 0;
    }

    .stellarnav>ul>li::before {
        display: none;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 20px 10px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/





@keyframes show-logo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-line {
    0% {
        right: 100%;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}






.nav-header {
    position: fixed;
    z-index: 123;
    top: 27px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: all 0.3s;
}

.header_area.sticky .nav-header {
    top: 27px;
    opacity: 1;
    transition: all 0.3s;
}


.nav-brand {
    display: inline-block;
    width: 200px;
}




@media screen and (max-width: 1024px) {
    .nav-brand {}

    .nav-header {
        text-align: center;
    }

    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {
        margin: 0 15px;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #19323f;
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close::after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 11px;
    }
}











@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .nav-brand {
        display: inline-block;
        width: 130px;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    .nav-header {
        z-index: 0;
    }

}


@keyframes up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/*開場NAV */



.pageIndex .stellarnav.desktop .menu-toggle {
    opacity: 1;
}

.stellarnav.desktop .menu-toggle {
    opacity: 1;
    top: 31px;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.copy {
    color: #fff;
    border-top: 0;
}

.copy a {
    color: #fff;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 浮動 */
.info_fix {}

.info_fix_links {
    display: flex !important;
}

.info_fix_links::before {}

.info_fix>span {
    display: none;
}

.info_fix_links a {}

.info_fix_links a {}

.info_fix_links a span {}

.info_fix_links a span::before {}

.info_fix_default.info_fix_tel {}

.info_fix_default.info_fix_mail {}

.info_fix_links a:hover {}

.info_fix_links img {}


.info_fix_links a.info_fix_default.info_fix_phone {
    display: none;
}

.info_fix_links a.info_fix_default.info_fix_tel {
    display: none;
}

.info_fix_links a.info_fix_default.info_fix_mail {
    display: none;
}


@keyframes line {
    0% {
        background-position: 0 -70px;
    }

    100% {
        background-position: 0 70px;
    }
}





/* top */
#to_top {
    display: none !important;
    position: fixed;
    bottom: 27px;
    left: auto;
    right: 13px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 100%;
    opacity: 1 !important;
}

#to_top i:before,
#to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #fff;
    transition: all 100ms ease-in-out;
}

span.line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}






@media screen and (max-width: 768px) {

    /* .footer_info ul {
        width: 100%;
        text-align: center;
    }
    .footer_menu a {
        width: 100%;
        margin-right: 0;
    } */
    .info_fix {
        bottom: 65px;
    }

    .info_fix {
        right: -5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
    }

    .info_fix_links {
        width: 40px;
        ;
    }

    #to_top {
        right: -5px;
    }
}



@media screen and (max-width: 500px) {
    /* .footer_info ul {
        flex-direction: column;
    }
    .footer_info li p {
        margin-bottom: 10px;
    }
    .footer_info li {
        padding: 30px 5%;
    }
    .footer_menu a {
        margin-bottom: 20px;
    } */

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    padding: 0;
    height: 0;
    padding-bottom: 26%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.5em;
    text-indent: .5em;
    padding: 20px 50px;
    background: #26495c6e;
    border-radius: 10px;
    font-weight: 500;
}

.banner.banA {
    display: none;
}

.banner.banA h5::after {}

.banner.banB {
    display: none;
}

.banner.banC {
    display: none;

}

.banner.banD {}

.banner.banE h5::after {}

.banner.banF h5::after {}



.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/painfree/banner-14.jpg);
}

.banner.banblog[data-banner="article_list_403"] {
    background-image: url(https://pic03.eapple.com.tw/painfree/banner-15.jpg);
}

@keyframes banner-line {
    0% {
        width: 0;
        opacity: 0;
    }

    75% {
        width: 300px;
        opacity: .5;
    }

    100% {
        width: 300px;
        opacity: 1;

    }
}

@keyframes banner-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@media screen and (max-width: 1024px) {
        .banner {
        padding: 60px 5%;
    }
       .banner h5{
        font-size: 26px;
    }
    .banner h5 {
    position: absolute;
    padding: 20px 10px;
    text-wrap: nowrap;
}


}



@media screen and (max-width: 768px) {
        .banner h5 {
        font-size: 20px;
        text-wrap: nowrap;
        width: fit-content;
    }
    
}






/* 分頁 */
.other_select_page .promotion_title {
    display: none;
}

.other_select_page .other_promotion {
    display: none;
}

.other_select_page .page {
    display: none;
}



/*其他分頁*/
/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #19323f;
}

.promotion_title {
    padding: 13px 0;
    display: block;
}

.promotion_title span {
    border: none;
}

.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}

.edit * {
    word-break: break-all;
    color: #6D6D6D;
}

.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #19323f;
}

.pd_tabTitle li.activeTab a {
    color: #19323f;
    font-size: 24px;
    font-weight: bold;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 2%;
}

.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}

.other_promotion li a:hover {
    background: #0000000d;
    transition: all 0.3s;
}

.other_promotion li a:before {
    display: none;
}

.other_promotion li a:after {
    display: none;
}

.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span {
    display: none;
}

.promotion_title * {
    vertical-align: middle;
    color: #6D6D6D;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #C5C5C5;
    flex-direction: column;
}

.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #43453d;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: bold;
}




@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }

}

@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }

}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 0;
}





/* 選單 */
.product-layer-two {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    top: 0px;
    box-shadow: 1px 1px 5px #00000040;
    justify-content: space-between;
}

.product_menu_list {
    width: 100%;
    margin-bottom: 30px;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: calc(100% / 8);
    height: fit-content;
    text-align: center;
    transition: all 0.5s;
}

.product-layer-two li::before {}

.product-layer-two li:hover:before {
    bottom: inherit;
    top: 0;
    height: 100%;
    transition: all 0.5s;
}

.product-layer-two li a {
    color: #43453d;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: transparent;
    color: #19323f;
}

.show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.product-layer-two li li {
    width: 100%;
}

.page {
    color: #43453d;
    width: 1000%;
}

.product-layer-two li.active>a {
    background: transparent;
    color: #19323f;
    border: 0;
    border-bottom: 2px #19323f solid;
    font-weight: normal;
}

.products-list .price {
    padding: 0 5%;
}


/* 內容 */
.products-list .more {
    border: 1px solid #999 !important;
    color: #999;
    max-width: 90%;
    position: relative;
    margin: 30px auto 20px;
    transform: none;
    left: auto;
}

.products-list .item a:hover .more {
    background: #19323f;
    border-color: transparent;
    color: #ffffff;
}

.products-list {
    width: 100%;
    max-width: 90%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: calc(100% / 4 - 20px);
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #00000040;
    transition: all 0.5s;
}

.products-list .item:hover {
    background: transparent;
    transition: all 0.5s;
}

.products-list .item a img {
    height: auto;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #43453d;
    height: fit-content;
    padding: 0 5%;
    margin-top: 10px;
}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}

.products-list .price b {
    color: #7e8d29a3;
}

.inquiry_a3 {
    background: #4c804d;
}

.products-list .price b.sp_price {
    color: #4c804d;
}

.product_info li .txt_box {
    color: #999;
}

/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0px;
}

.lastPage {
    background: #19323f;
}

.nextaction {
    background-color: #19323f;
}

.lastaction {
    color: #fff;
    background-color: #19323f;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    position: relative;
    top: -80px;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebarBtn {
    padding: 5%;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    border: 0;
    background: transparent;
    border: 1px #595859 solid;
}

.sidebarBtn h2 {
    color: #595859;
    font-size: 24px;
}

.sidebarBtn * {}

.product_info li span {
    color: #43453d;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #19323f;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #19323f;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 60%;
    margin: 0 auto;
}

ul.prod li .prod-panel {
    color: #43453d;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #43453d;
}

.toShare {
    border-top: 0;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #3d663d;
}

.products-list .item a {
    padding-bottom: 0;
}

/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #43453d;
}

.qaform .breakF {
    border: 1px #43453d solid;
    background: transparent;
    color: #43453d;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #43453d solid !important;
    color: #43453d;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

.qaform {
    margin-top: 30px;
}


/*  */
.related_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
}

.prod_related {
    background: #fff3e6;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #19323f;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}

.related_list li a p {
    font-size: 15px;
    color: #43453d;
    margin: 10px 0;
}

.related_list li {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 1px 1px 5px #00000047;
    overflow: hidden;
    width: 20%;
    transition: all 0.5s;
}

.related_list li:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642F;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
    margin: 80px 0;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
    display: none;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}

.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    /* padding: 0; */
}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #19323f;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 20%;
    position: relative;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #43453d solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #43453d;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #19323f !important;
    transition: all 0.3s;
}

.accordion li::before {
    content: "";
    display: block;
    background-color: #19323f;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.subbox_item a:after {
    display: none;
}

.product_main {
    width: 55%;
}

.subbox_item a:before {
    z-index: 19;
    bottom: 15px;
    right: 15px;
    color: #43453d;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 10px);
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.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%);
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}



.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 100%;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-size: 22px;
    color: #19323f;
    margin-bottom: 10px;
}

.blog_list_ri em {}

.blog_list_ri p {
    font-size: 18px;
    color: #545454;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 30px;
}

.sidebarBtn .price span {
    color: #7e8d2994;
    font-size: 14px;
}

.sidebarBtn .price span.sp_price {
    color: #4c804d;
    font-size: 16px;
}

.prod_info_clearfix {
    display: none;
}

.blog_back a.article_btn_back {
    background: #19323f;
}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1440px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
}

.subbox_item {
    width: calc(100% / 4 - 40px);
    padding: 0;
    border-bottom: 0;
    margin: 0px 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: calc(100% / 2 - 40px);
    }
 .blog_list_ri h5 {
        font-size: 24px;
    }
    
}

/**/


@media screen and (max-width: 500px) {
   .subbox_item {
        width: 100%;
    }

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #19323f;
}

.show-list .show_pic {
    height: 30vh;
    max-height: 290px;
    padding-bottom: 0;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 50px;
    transition: all 0.3s;
}

.show-list a:hover .show_pic img {
    transform: scale(1.1);
    transition: all 0.3s;
}

/*次分類頁面*/
.other_album_choice li {
    background: #4c804d;
}

.other_subalbum li p {
    line-height: 220%;
    color: #43453d;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part {
    max-width: 80%;
    padding: 50px 0;
}

.album_info_page .main_part {}

.show-list .show_pic {
    height: 60vh;
    max-height: 430px;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 50px;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 50vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.show_content {}

.album_page .main_part {}

.album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.show-list .item {
    width: 33.1%;
    padding: 0;
    margin: 20px;
    margin-bottom: 50px;
}


.album_fixed_title {
    display: none;
}


/*  */
.show-list a .show_name {
    font-size: 20px;
    color: #43453d;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: auto;
    opacity: 1;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    transition: all 0.3s;
}

.show-list .item:hover .show_name {
    color: #19323f;
}

.subalbum-menu h2 {
    color: #19323f;
}

.show-list .item .overlay {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
    display: none;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}





@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }

}

/*  */


@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}


.edit,
.show_content {}

.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .item img {
    max-width: 100%;
}

.other_subalbum li {
    display: inline-block;
    background: transparent;
    width: 100%;
    margin: 10px 0;
    border: none !important;
    color: #fff;
}


/*相本分類全版面 ( 限制最寬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: 2px solid #19323f;
    padding: 10px 0;
}

.promotion_title {}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}


/*聯絡我們MAP區改滿版編輯區*/
.contact_content {
    width: 100%;
    padding: 0;
}

.contact_page .main_part {
    max-width: 100%;
    padding: 0;
}

.contact_page .path {
    display: none;
}

.contact_content .information_left {
    width: 100%;
    padding: 0;
}

.contact_content .information_right {
    width: 90%;
    margin: 80px auto;
    padding: 0 10px;
    display: block;
}

.contact_content .information_left>h4.blank_letter {
    display: none;
}

.contact_content .list_before {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.contact_content .list_before>li:not(li:last-of-type) {
    display: none;
}

.contact_content .list_before.info>li:last-of-type {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        margin: 50px auto;
    }
}

/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {
    max-width: 90%;
}

.contact_editbox {
    margin: auto;
    padding: 0;
}

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.blank_letter {
    padding-top: 0;
    font-size: 40px;
    padding: 30px 0;
    color: #19323f;
    font-weight: bold;
    position: relative;
}

.blank_letter::after {
    content: "FORM";
    display: inline-block;
    font-size: 16px;
    color: #494949;
    letter-spacing: .3em;
    font-weight: 500;
    padding-top: 13px;
    border-top: 2px #19323f solid;
    font-family: "Noto Sans TC", sans-serif;
    margin-left: 20px;
}

.list_before.info li {
    padding-left: 32px;
    color: #494949;
}



.contact_form li .form__label {
    color: #494949;
    width: 130px;
    margin-left: -140px;
    text-align: left;
}

.contact_form li:nth-of-type(4) .form__label {
    margin-left: -120px;
}

.contact_le_map a {
    background: #494949;
    color: #fff;
}

.contact_form li.last cite {
    background: #494949;
    color: #fff;
    width: 220px;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    display: none;
    transition: all .5s;
}

.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #494949 solid; */
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 130px;
}

/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #494949 solid;
    color: #494949;
    transition: all 0.3s;
}

.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input {
    margin: 0 10px;
    color: #494949;
}


.contact_content {
    margin: auto;
    padding: 0px 5%;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left: 270px;
}

.contact_form {
    margin: 0 auto;
    padding: 30px 0 50px;
    font-size: 15px;
    color: #494949;
    max-width: 1200px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        background-color: #19323f;
        width: 160px;
    }

    .contact_content .information_right {
        max-width: 100%;
        padding: 0;
    }

    .contact_form li.last {
        display: flex;
        justify-content: center;
    }

    .banner::before {
        width: 50%;
    }

    .contact_form {
        max-width: 100%;
    }
}


@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
    }
    .contact_form li .form__label {
    color: #494949;
    width: 130px;
    margin-left: 0;
    text-align: left;
}
.contact_form li {
    padding-left: 0;
}
.contact_form li:nth-of-type(4) .form__label {
    margin-left: 0;
}
}