@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

&::-webkit-scrollbar {
    width: 10px;
}

&::-webkit-scrollbar-track {
    background: #dedede;
}

&::-webkit-scrollbar-thumb {
    background-color: #999;
}

.proSubImgSwiper li.swiper-slide img:hover {
    cursor: pointer;
    transform: scale(0.9);
}

.stellarnav>ul>li:first-of-type>ul,
.stellarnav>ul>li:first-of-type>a.dd-toggle {
    display: none !important;
}

.tp_lang a.lang_tw:before {
    content: '中文';
}

.tp_lang a.lang_en:before {
    content: 'EN';
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area,
.header_area.sticky {
    background: #FFF;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.box_search,
.tp_links {
    display: none;
}

.tp_lang {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding: 8px 0 0;
}

.main_header_area .container {
    max-width: calc(1080px + 4%);
    padding: 0 2%;
}

.stellarnav ul {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle),
.stellarnav.mobile>ul>li>a:not(.dd-toggle) {
    padding: 0 2px;
    line-height: 72px;
    height: 72px;
    color: #444;
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin: 0 12px;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    transition: all ease 0.3s;
}

.stellarnav>ul>li:last-of-type>a {
    margin-right: 0;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle),
.stellarnav.mobile>ul>li>a:not(.dd-toggle):hover {
    color: #006ce1;
    border-color: #006ce1;
}

.nav-header {
    margin-bottom: 6px;
    max-width: fit-content;
}

.nav-brand,
.nav-brand img {
    width: 180px;
    display: block;
}

/*次分類*/
.stellarnav ul ul {
    border: 1px solid #ccc;
    background: transparent;
    width: 180px;
    left: -12px;
    transition: all ease .6s;
    animation: navi 0.3s;
}

.stellarnav ul ul.prod_classes {
    border-top: none;
}

@keyframes navi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stellarnav li li {
    background: #fff;
    border: none;
    margin-bottom: 0;
}

.stellarnav li li:first-of-type {
    padding-top: 12px;
}

.stellarnav li li:last-of-type {
    padding-bottom: 12px;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #666;
    font-size: 14px;
    padding: 10px 24px;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    transition: all ease .3s;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #006ce1;
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 100%;
}

.stellarnav li ul ul {
    right: auto;
    left: 100%;
}

/*首頁文章*/
.module_i_news {
    padding: 0 5%;
    font-family: "Noto Sans TC", serif;
}

.module_i_news section {
    max-width: 1410px;
    padding: 0 0 100px;
}

.module_i_news .title_i_box h6 {
    display: none;
}

.module_i_news .title_i_box h4 {
    /*visibility: hidden;*/
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #212121;
    font-family: "Noto Sans TC", serif;
}

.module_i_news .title_i_box {
    margin-bottom: 20px;
}

/*.module_i_news .title_i_box h4:after {
    content: '最新消息';
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/

.i_blog_b a {
    background-color: #006ce1;
    margin-left: 8px;
    border-radius: 4px;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.module_i_news li {
    width: 100%;
    margin: 0;
    box-shadow: 0 0 10px #DDDDDD;
    background: white;
    border-bottom: none;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s ease;
}

.module_i_news li:hover {
    transform: translateY(-6px);
}

.module_i_news li a {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
}

.i_blog_le {
    width: 220px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.i_blog_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.i_blog_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 40px 36px 40px 36px;
    width: calc(100% - 220px);
    position: relative;
    justify-content: center;
}

.i_blog_ri h5 {
    font-weight: 400;
    color: #212121;
    font-size: 19px;
}

.i_blog_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    position: relative;
}

.i_blog_ri p {
    line-height: 165%;
    margin: 16px 0 20px;
    -webkit-line-clamp: 2;
    letter-spacing: 0.5px;
    text-align: justify;
}

.i_blog_ri em:after {
    content: '＋ Read More';
    color: #006CE0;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}

.module_i_news li a:before,
.module_i_news li a:after {
    content: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
.product_info_page .path {
    margin-bottom: 20px;
}

.product_page .main_part {
    padding: 100px 0 0;
}

.product_page .show_content,
.product_info_page .show_content,
.product_main {
    padding: 0;
}

.product_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_page .product-layer-two {
    position: relative;
    width: 220px;
    min-height: 30vw;
}

.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product_menu_list {
    display: none;
}

#prod_thumbSwiper .swiper-slide::before {
    content: none;
}

.products-list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.products-list:before {
    content: none;
}

ul.page {
    width: 100%;
}

.product-layer-two li i {
    color: #888;
    top: 16px;
    height: auto;
    transition: all 0.3s;
}

.product-layer-two li.active i,
.product-layer-two li:hover i {
    color: #000;
}

.product-layer-two li ul {
    position: relative;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: -1px !important;
}

.product-layer-two li.active ul {
    border-bottom: none;
}

.product-layer-two li.active ul,
.product-layer-two li:hover ul {
    border-top-color: #000;
}

.product-layer-two li a {
    color: #888;
    background: transparent;
    line-height: 2.8;
    font-size: 15px;
    padding: 2px;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.product-layer-two>li:hover>a {
    border-bottom-color: #000;
}

.product-layer-two>li:hover>a,
.product-layer-two>li.active>a {
    color: #000;
}

.product-layer-two>li.active>a {
    border: none;
    border-bottom: 2px solid #000;
}

.product-layer-two li li {
    padding: 4px 16px;
    margin: 0;
    border: none;
    border-bottom: none;
    display: block;
    background: transparent;
    transition: all ease .3s;
}

.product-layer-two li li:first-of-type {
    margin-top: 8px;
}

.product-layer-two li li:last-of-type {
    padding-bottom: 12px;
}

.product-layer-two li.active li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.product-layer-two li.active li {
    display: block;
}

.product-layer-two li li a,
.product-layer-two li.active li a {
    padding: 0;
    background: none;
    color: #888;
    line-height: 2;
}

.product-layer-two li li:hover>a {
    color: #000;
}

.product-layer-two li.active,
.product-layer-two li.active:hover {
    border-bottom: none;
}

.product-layer-two li.active a {
    font-weight: 500;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
    transition: all 0.3s;
}

.product-layer-two li {
    margin: 0;
    padding: 0;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .product-wrapper {
    width: 100%;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    height: 52px;
    background-image: none;
    padding: 0;
    text-align: center;
}


/*modify*/
/*主頁*/
.products-list .item {
    width: 100%;
    display: block;
    padding: 18px;
    margin: 0;
    background: #f3f3f3;
    /* filter: drop-shadow(0 0 6px rgba(0, 0, 0, .15)); */
    border-radius: 8px;
    border: 1px solid #c0c0c0;
}

.products-list .item a {
    height: max-content;
}

.products-list .price b,
.sidebarBtn .price {
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.products-list .price * {
    margin: 2px 0;
}

.products-list .name {
    font-weight: 500;
    letter-spacing: 0;
    -webkit-line-clamp: 1;
    height: 24px;
    margin: 16px 0 12px;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: center;
    color: #000;
}

.products-list .price {
    margin: 0 0 12px;
    display: none;
}

.products-list .pic {
    height: auto;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.products-list .pic img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.products-list .item a:hover img {
    opacity: 0.5;
}

.products-list .item a:hover .more {
    background: #006ce1;
    color: #fff;
    border: 1px solid #006ce1;
    letter-spacing: 0;
}

.products-list .more {
    border: 1px solid #c0c0c0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    background: #fff;
}

/*內頁*/
.product_info_page .main_part {
    padding: 48px 0 50px;
}

.product_info_page .banner {
    display: none;
}

.product_main {
    width: 67%;
}

.sidebarBtn {
    background: none;
    padding: 0 0 0 48px;
    border: NONE;
    width: 33%;
}

.sidebarBtn h2 {
    color: #444;
    font-size: 21px;
    font-weight: 400;
}

.sidebarBtn .price {
    padding: 8px 0 16px;
    border-bottom: 1px solid #ccc;
}

.sidebarBtn .price span {
    display: inline-block;
}

.product_info li {
    padding-left: 0;
}

.product_info li span {
    width: 100%;
    margin-left: 0;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
    font-weight: 500;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.product_info li .txt_box {
    font-size: 14px;
    color: #666;
    line-height: 160%;
}

.toShare {
    border-top: 1px solid #ccc;
}

.toShare b {
    font-weight: 500;
}

.inquiry_a1,
.inquiry_a2,
.inquiry_a3 {
    font-size: 15px;
}

.inquiry_a1 {
    background: #ff931e;
}

.inquiry_a2 {
    background: #006ce1;
}

.pd_tabTitle li::after {
    content: none;
}

.pd_tabTitle li {
    border-bottom: 1px solid #888;
}

.pd_tabTitle li a {
    pointer-events: none;
    font-size: 17px;
}

.pd_tabTitle li.activeTab a {
    color: #222;
}

.prod_tabs {
    width: 100%;
}

.pd_tabInner_contain {
    padding-top: 0;
}

.product_info_page .edit {
    line-height: 1.6;
    font-size: 15px;
    color: #444;
    letter-spacing: .5px;
}

.productBtn {
    max-width: 100px;
    margin: 10px 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.nextaction,
.lastPage {
    background: #000;
}

.lastaction {
    background: #fff;
    color: #000;
    border: 1px solid #000 !important;
}

.prod_related {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    padding: 48px 5%;
    background: none;
    border-top: 1px solid #ccc;
}

.prod_related h6 span:before {
    content: 'Recommend';
    font-size: 21px;
    font-weight: 400;
    color: #222;
}

.related_list {
    max-width: 1410px;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    grid-gap: 24px;
    justify-content: center;
}

.related_list li {
    width: calc((100% - 72px) / 4);
}

.related_list li a {
    padding: 0;
    background: none;
}

.related_list li a img {
    transition: 0.5s;
}

.related_list li a:hover img {
    opacity: 0.5;
}

.related_list li a p {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
    padding: 6px 0;
    transition: 0.5s;
}

.related_list li a:hover p {
    border-bottom: 1px solid #000;
    color: #000;
}

.lastPage {
    background: #006ce1;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border-radius: 6px;
    margin: 36px auto 0;
    transition: all .3s ease;
}

.lastPage:hover {
    background: #3389e7;
}

/*詢價車bug*/
.car_page .show_content>h4:first-of-type .star {
    display: none;
}

/*頁碼*/
.page li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: min-content;
    padding: 0;
}

.page strong,
.page a:hover {
    background: #006ce1;
    color: #fff;
    border: 1px #006ce1 solid;
}

.page,
.page li.next a,
.page li.activeN,
.page li a {
    color: #666;
}

.page li:hover a {
    opacity: 1;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.main_part {
    max-width: 1410px;
    width: 90%;
    padding: 50px 0;
}

#content {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.product_page .path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
.swiper-pagination {
    display: none;
}

#content_main {
    margin: 0;
    background: #F9F9F9;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-banner .swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
        background: #F9F9F9;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    display: flex;
    align-items: center;
    height: 275px;
    min-height: auto;
    position: relative;
    background: transparent;
    overflow: hidden;
    padding: 0;
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/enautoland/banner.jpg) center / cover no-repeat;
    filter: brightness(0.6);
}

.banner h5 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: calc(50% + -5px);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-weight: normal;
}

.banner h5:after {
    content: "AUTOLAND SCIENTECH";
    display: block;
    font-size: 15px;
    font-family: 'Arial';
    font-weight: normal;
    letter-spacing: 6px;
    white-space: pre;
    text-align: center;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_page #content,
.blog_in_page #content {
    background: #F9F9F9;
}

.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.blog_le,
.blog_box {
    padding: 0;
}

.blog_ri {
    width: calc(100% - 220px);
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    box-shadow: 0 0 10px #DDDDDD;
    background: white;
    border-bottom: none;
    border-radius: 20px;
    overflow: hidden;
}

.subbox_item:hover {
    transform: translateY(-6px);
}

.subbox_item a {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
}

.blog_list_le {
    width: 260px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 44px;
    width: calc(100% - 260px);
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: 400;
    color: #212121;
    font-size: 19px;
}

.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    position: relative;
}

.blog_list_ri p {
    line-height: 165%;
    margin: 16px 0 20px;
    -webkit-line-clamp: 2;
    letter-spacing: 0.5px;
    text-align: justify;
}

.blog_list_ri em:after {
    content: '＋ Read More';
    color: #006CE0;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 4px;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #3389e7 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #006ce1 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #fff 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #f7f7f7;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left: #f7f7f7 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    border-radius: 4px;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
    right: 3px;
    top: 3px;
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #222;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}

.blog_box_edit {
    color: #444;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    font-size: 14px;
    width: 100%;
    font-weight: 400 !important;
    border-radius: 4px;
    overflow: hidden;
}

.blog_back a:hover {
    background: #3389e7 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #006ce1;
    transition: all .3s ease;
}

.news_related {
    padding: 50px 0;
    background: #f5f5f5;
}

.news_related_list {
    max-width: 1410px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 30px;
}

.news_related_list li {
    width: calc((100% - 90px) / 4);
    border-radius: 20px;
    overflow: hidden;
}

.blog_in_page .lastPage {
    margin: 50px auto 0;
}

.news_related h6 span:before {
    content: 'Related';
    font-weight: 400;
    color: #222;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", serif;
}

.news_related_list li a p {
    margin-top: -2px;
    line-height: 2.4;
}

.news_related_list li a {
    padding: 0;
}

.news_related h6 {
    margin: 0 auto 25px;
}

.animated-arrow>b {
    font-weight: 400;
}

/*聯絡*/
.contact_content {
    padding: 4% 0;
}

.blank_letter {
    font-size: 28px;
    color: #222;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    padding-top: 0;
}

.contact_content .information_left,
.contact_content .information_right {
    padding: 0;
}

.contact_content .information_left {
    width: 400px;
}

.contact_content .information_right {
    width: calc(100% - 480px);
}

.contact_content form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact_form {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    grid-gap: 14px;
}

.contact_form li {
    width: calc(50% - 7px);
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
    grid-gap: 0;
    border-bottom: none;
}

.contact_form li.last {
    justify-content: flex-end;
}

.contact_form li .form__insert {
    line-height: 170%;
}

.contact_form li .form__label {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 4px;
    padding-right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    background: none;
    font-weight: 400;
}

.star {
    order: 1;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: 1px solid #888;
    padding: 8px;
    border-radius: 4px;
}

.contact_form li.last cite {
    background-color: #006ce1;
    color: #fff;
    border: 1px #006ce1 solid;
    margin-left: 8px;
    border-radius: 4px;
}

.contact_form li.last blockquote {
    border: 1px #006ce1 solid;
    color: #006ce1;
    border-radius: 4px;
}

.contact_le_nomap {
    height: 310px;
}

.list_before.info li {
    padding-left: 72px;
}

.list_before.info li:before {
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    width: 60px !important;
    color: #181818;
}

.contact_form li:nth-last-of-type(3) {
    width: 100%;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {
    background: #f5f5f5;
    padding: 50px 0 0;
}

.footer .center {
    max-width: 1200px;
}

.box_link {
    display: none;
}

.footer_logo {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
    max-width: none;
}

.footer_logo img {
    max-width: 100%;
    width: 180px;
    display: block;
}

.footer_logo a {
    display: block;
    height: fit-content;
}

.footer_info {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    font-weight: 400;
}

.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    flex: 3 1 600px;
    letter-spacing: 0;
}

.footer_info li {
    flex: 1 1 300px;
    display: grid;
    place-content: flex-start;
    justify-content: center;
}

.footer_info li+li {
    margin-top: 0;
}

.footer_info li p,
.footer_info li p a {
    line-height: 1;
    letter-spacing: 0;
    color: #444;
    font-size: 14px;
    padding: 2px 0;
}

.footer_info li p a {
    pointer-events: none;
    line-height: 1.6;
}

.footer_menu {
    display: grid;
    place-content: center;
    grid-template-columns: 1fr;
    padding: 0 20px;
}

.footer_menu a {
    width: max-content;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 4px 0;
    color: #444;
    background: transparent;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1;
}

.footer_menu a:hover {
    background: none;
    color: #006ce1;
    border-bottom-color: #006ce1;
}

.copy {
    width: 93%;
    max-width: 1080px;
    margin: 20px auto 0;
    text-align: left;
    padding: 20px 0 60px;
    position: relative;
    border-color: #ccc;
}

.copy,
.copy a,
.copy a:hover {
    color: #666;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    font-weight: 400;
}

.footer_info li p:before {
    color: #181818;
    font-weight: 500;
}

.footer_info li p.tel:before {
    content: 'Tel｜';
}

.footer_info li p.fax:before {
    content: 'Fax｜';
}

.footer_info li p.mail:before {
    content: 'Mail｜';
}

.footer_info li p.add:before {
    content: 'Address｜';
}

.info_TEL:before {
    content: "Tel";
}

.info_FAX:before {
    content: "Fax";
}

.info_MAIL:before {
    content: "Mail";
}

.info_ADD:before {
    content: "Address";
}

/*左浮動*/
#to_top {
    right: auto;
    width: 50px;
    height: 50px;
    color: transparent;
    background: rgba(0, 0, 0, .4);
    box-shadow: none;
}

#to_top i.top {
    top: 18px;
    transform: translateY(-50%);
}

#to_top i.top:before,
#to_top i.top:after {
    height: 12px;
    width: 2px;
    top: 0;
    left: 47%;
}

#to_top i:before,
#to_top i:after {
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .module_i_news ul {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1024px) {

    .nav-brand,
    .nav-brand img {
        width: 140px;
    }

    .nav-header {
        margin-bottom: 0;
        padding: 10px 0 0;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        line-height: 36px;
        height: 44px;
    }

    .main_header_area .container {
        padding: 0;
    }

    .copy {
        padding: 44px 0 60px;
        text-align: center;
    }

    .contact_form li {
        width: 100%;
    }

    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .product_page .main_part {
        padding: 50px 0;
    }

    .product_main,
    .sidebarBtn {
        width: 100%;
        padding: 0;
    }

    .footer .center {
        padding: 0 3.5%;
    }

    .module_i_news .title_i_box h4 {
        font-size: 30px;
    }

    .subbox_item a {
        flex-direction: column;
    }

    .blog_list_le,
    .blog_list_ri {
        width: 100%;
    }

    .blog_list_ri {
        padding: 16px 20px 20px;
    }

    .blog_list_ri p {
        margin: 8px 0 12px;
    }

    .news_related_list li {
        width: calc((100% - 30px) / 2);
    }

    .tp_lang {
        justify-content: center;
        padding: 4px 0 12px;
    }
}


@media screen and (max-width: 768px) {
    #bottom_menu li a {
        line-height: 26px;
        padding: 9px 5px;
    }

    .footer.with_shopping_mode {
        padding: 40px 0;
    }

    #to_top {
        bottom: 72px;
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }

    .stellarnav.mobile {
        left: 14px;
        top: 14px;
    }

    .footer_info li {
        flex: 1 1 270px;
    }

    .footer_logo img {
        width: 160px;
    }

    .stellarnav ul ul {
        border: none;
        left: 0;
    }

    .stellarnav>ul>li>a:not(.dd-toggle),
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        text-indent: 22px;
    }

    .stellarnav.mobile>ul>li>a {
        border-bottom: 2px solid transparent;
    }

    .stellarnav>ul>li>a:not(.dd-toggle),
    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a:not(.dd-toggle) {
        line-height: 2.75;
        height: auto;
        margin: 0;
    }

    .stellarnav.mobile.left>ul {
        border-color: #ccc;
        border-top: none;
    }

    .stellarnav.mobile>ul>li {
        border-color: #ccc;
    }

    .stellarnav.mobile li.open {
        background: #F9F9F9;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #f5f5f5;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        margin-right: 12px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        padding: 12px 6px 0;
    }

    .banner h5 {
        font-size: 24px;
    }

    .banner h5:after {
        font-size: 11px;
        letter-spacing: 4px;
    }

    .banner {
        height: 140px;
    }

    .blank_letter {
        font-size: 24px;
    }

    .list_before,
    .contact_form {
        margin-top: 24px;
    }

    .contact_content .information_left,
    .contact_content .information_right {
        width: 100%;
    }

    .contact_form li .form__label {
        padding: 0;
    }

    .contact_content .information_right {
        margin-top: 40px;
    }

    .page {
        margin: 40px auto 0;
    }

    .related_list {
        grid-gap: 20px;
    }

    .related_list li {
        width: calc((100% - 24px) / 2);
    }

    .mobile_product_name {
        display: none;
    }

    .products-list .more {
        font-size: 13px;
    }

    .products-list .name,
    .contact_form,
    .contact_form li.last input,
    .related_list li a p {
        font-size: 14px;
    }

    .products-list .more {
        line-height: 28px;
    }

    .products-list .name {
        margin: 12px 0 4px;
    }

    .pd_tabTitle li a {
        font-size: 16px;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        padding: 6px;
        width: 120px;
    }

    .prod_related h6 span:before {
        font-size: 19px;
    }

    .module_i_news .title_i_box h4 {
        font-size: 24px;
        font-weight: 600;
    }

    .i_blog_ri em:after,
    .blog_list_ri em:after {
        font-size: 14px;
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 17px;
    }

    .module_i_news ul {
        gap: 15px;
    }

    .module_i_news section {
        padding: 0 0 80px;
    }

    .module_i_news_list {
        padding: 0;
    }

    .blog_subbox {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .blog_ri {
        width: 100%;
        padding: 0;
    }

    h4.blog_category_title {
        font-size: 24px;
    }

    .blog_in_page .edit {
        padding: 10px 0;
    }

    .news_related_list li {
        width: calc((100% - 20px) / 2);
    }

    .news_related_list {
        gap: 20px;
    }

    .news_related h6 span:before {
        font-size: 22px;
    }

    .news_related h6 {
        margin: 0 auto 20px;
    }

    .blog_in_page .lastPage {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 599px) {
    .footer .center {
        padding: 0 5%;
    }

    .copy {
        width: 90%;
    }

    .footer_info {
        grid-gap: 24px;
    }

    .footer_logo {
        flex: none;
        margin-left: 0;
        padding: 0;
    }

    .footer_info,
    .footer_info ul,
    .footer_info li {
        flex: none;
        justify-content: flex-start;
    }

    .footer_info ul {
        flex-flow: column wrap;
        gap: 20px;
    }

    .footer_menu {
        grid-template-columns: repeat(4, 1fr);
        gap: 0 16px;
        padding: 0;
    }

    .copy {
        text-align: left;
    }

    .products-list {
        gap: 20px
    }

    .products-list .item {
        padding: 8px;
    }

    .products-list .name {
        margin: 12px 0 8px;
    }

    .module_i_news section {
        padding: 0 0 50px;
    }

    .module_i_news ul {
        gap: 20px;
    }

    .module_i_news li a {
        flex-direction: column;
    }

    .i_blog_le,
    .i_blog_ri {
        width: 100%;
    }

    .i_blog_le,
    .blog_list_le {
        aspect-ratio: 3 / 2;
    }

    .i_blog_ri {
        padding: 16px 20px 20px;
    }

    .i_blog_ri p {
        margin: 8px 0 12px;
    }

    .blog_subbox {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .news_related_list li {
        width: 100%;
    }
}