@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.pageIndex .header_area,
.pageIndex .header_area.sticky {
    position: fixed;
    background: transparent;
}

.header_area,
.header_area.sticky {
    background: #000;
    padding: 20px 0 0;
    transition: all 0.5s ease;
}

.header_area.sticky {
    padding: 0;
}

.main_header_area {
    background: rgba(25, 25, 25, 0.75);
    max-width: 96%;
    margin: 0 auto;
    border-radius: 15px;
    transition: all 0.5s ease;
}

.sticky .main_header_area {
    max-width: 100%;
    border-radius: 0;
    backdrop-filter: blur(10px);
}

.main_header_area .container {
    max-width: 88%;
    width: 1400px;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.stellarnav>ul {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    text-align: left;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li {
    position: relative;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    line-height: 80px;
    height: 100%;
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin: 0 12px;
    letter-spacing: .5px;
    transition: all ease 0.3s;
}

.stellarnav>ul>li:after {
    content: "";
    background: rgb(236, 34, 38);
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: scale(0, 1);
    transition: all ease 0.3s;
}

.stellarnav>ul>li:hover:after {
    transform: scale(1);
}

.navigation {
    grid-gap: 0 40px;
}

.swiper-pagination {
    display: none;
}

.swiper-banner .swiper-slide img {
    width: 100%;
}

/*vul3icon*/
.me_tp_features {
    order: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 9999;
}

.me_tp_features a {
    color: #fff;
}

.tp_links {
    display: none;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
}

.stellarnav li li {
    background: #222;
    border: none;
    border-bottom: 1px solid #ffffff19;
    margin-bottom: 0;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: rgb(236, 34, 38);
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #fff;
    padding: 9px 15px;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    font-size: 15px;
}

.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li.drop-left ul ul {
    left: 100%;
    right: auto;
}



/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.main_part {
    width: 90%;
    max-width: 1600px;
    padding: 60px 0;
}

.show_content {
    padding: 0;
}

.contact_content {
    padding: 0 0 60px;
}

.path {
    padding: 0 0 20px;
}

.path p,
.path p a,
.path p a:hover {
    color: #fff;
}

#content,
#content_main {
    background: #111;
}

.animated-arrow {
    background: rgb(236, 34, 38);
    margin-top: 0;
}

/*預設解除背景輪播*/
#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 {
    width: 100%;
    height: auto;
    aspect-ratio: 40 / 7;
    position: relative;
    min-height: 180px;
    padding: 0;
    overflow: hidden;
    background: none;
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 40/7;
    background: url(https://pic03.eapple.com.tw/octt/banner.jpg) no-repeat center/cover;
}

.banner h5 {
    z-index: 9;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, .75);
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    position: relative;
    margin-top: 25px;
}

.banner h5:before {
    content: "";
    letter-spacing: 5px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 0px);
    transform: translate(-50%, -50%);
    opacity: .1;
    font-family: 'Anton';
    font-weight: normal;
    font-size: 72px;
    z-index: -1;
}

.banC h5:before {
    content: "CONTACT";
}

.banF h5:before {
    content: "PRODUCT";
}

.article_b .banblog h5:before {
    content: "VIDEO";
}

.banE h5:before {
    content: "ALBUM";
}

.banblog h5:before {
    content: "BLOG";
}

.banB h5:before {
    content: "SERVICE";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    margin-top: 20px;
    padding: 0;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    padding: 0;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

.blog_list_le:after {
    content: 'VIEW MORE +';
    font-family: 'Anton';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    width: 105%;
    height: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgb(236, 34, 38);
    opacity: 0;
    transition: all .4s;

}

.subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}

.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: 15px 0 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.blog_list_ri em {
    font-weight: 400;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    color: #FFF;
    line-height: 160%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    font-size: 15px;
    border-top: 1px solid #bbb;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #fff;
    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,
.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: rgb(236, 34, 38) !important;
}

.blog_le .accordion>li .link a,
.blog_le .accordion>li .link i {
    color: #fff !important;
}

.submenu {
    background: #000;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', serif;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #000 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #000;
    color: #ff4c4c;
}

.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: #000 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.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: #fff;
}

.blog_box_edit {
    color: #fff;
    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 {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: rgb(236, 34, 38);
    transition: all .3s ease;
}

.news_related {
    background: #151515;
    padding: 48px 0;
}

.news_related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.lastPage {
    margin: 40px auto 20px;
    background: rgb(236, 34, 38);
}

.news_related h6 span:before {
    color: #999;
}

.news_related_list li a p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 5px 5px;
}

/*首頁文章*/
.module_i_news .title_i_box h4 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}

.module_i_news section {
    max-width: 1600px;
}

.module_i_news_list {
    padding: 30px 0 50px;
}

.module_i_news {
    padding: 100px 5%;
}

.module_i_news ul {
    grid-template-columns: repeat(2, 1fr);
}

.module_i_news li {
    width: 100%;
    margin: 0;
    background: #000;
    border-bottom: none;
    transition: all 0.6s ease;
}

.module_i_news li:hover {
    transform: translateY(-6px);
}

.module_i_news li a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0;
}

.i_blog_le {
    width: 240px;
    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;
    justify-content: center;
    padding: 36px;
    width: calc(100% - 240px);
    position: relative;
}

.i_blog_ri em:after {
    content: '＋ 繼續閱讀';
    letter-spacing: .5px;
    color: #999;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s ease;
}

.module_i_news li:hover .i_blog_ri em:after {
    color: #ff4c4c;
}

.module_i_news li a:after,
.module_i_news li a:before {
    content: none;
}

.module_i_news .title_i_box {
    margin: 0 auto;
}

.i_blog_ri em {
    position: relative;
    order: 1;
    margin: 0;
}

.i_blog_ri p {
    margin: 14px 0 16px;
    padding: 0;
    border: none;
    line-height: 170%;
    color: #fff;
    -webkit-line-clamp: 2;
}

.i_blog_ri h5 {
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.show-list .show_name,
.subalbum-menu h2,
.album_fixed_title span:before,
.pic-list .item h6 {
    color: #fff;
}

.show-list .item:hover .show_name {
    color: rgb(236, 34, 38);
}

.subalbum-menu,
.album_descrip {
    margin: 0;
    padding: 0;
}

.subalbum-menu h2,
.other_album {
    display: none;
}

.other_subalbum li {
    background: none;
}

.show-list .show_name {
    letter-spacing: 0.5px;
}

.other_subalbum li a p {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 5px 0;
    font-size: 17px;
    font-weight: 500;
}

.show-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
}

/*首頁相簿*/
.module_i_album {
    background: #000;
}

.i_album_list>li:nth-of-type(n+5) {
    display: none;
}

.module_i_album .title_i_box {
    margin: 0;
}

.module_i_album .title_i_box h4 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}

.module_i_album {
    padding: 100px 0;
}

.module_i_album section {
    width: 90%;
    max-width: 1600px;
}

.i_album_b {
    margin-top: 0;
}

.i_album_list_box {
    padding: 30px 0 50px;
}

.i_album_list {
    grid-gap: 20px;
}

.i_album_list li a p {
    height: 40px;
    background: rgba(15, 15, 15, .9);
    color: #fff;
    font-weight: 500;
}

.i_album_list li a p span {
    white-space: normal;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*影片*/
.video_menu_list {
    margin-bottom: 0;
    width: 100%;
}

.video_menu_list>ul {
    text-align: center;
    margin: 0 auto 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.video-layer-two>li {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 24px;
}

.video-layer-two li a {
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.video-layer-two>li:not(:first-of-type):before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    transform: translateX(-50%);
    position: absolute;
    left: -29px;
    top: 2px;
    background: #ddd;
    opacity: .5;
}

.video_menu_list+.video-list {
    max-width: 100%;
}

.video-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.vidDesc {
    max-height: max-content;
    color: #BEBEBE;
    line-height: 160%;
    -webkit-line-clamp: 3;
    text-align: justify;
    font-size: 15px;
}

.video-list .vidTitle {
    margin-top: 20px;
    height: auto;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/*影片改文章*/
.blog_page.article_b .blog_list_le {
    aspect-ratio: 9/16;
}

.blog_page.article_b .blog_list_ri {
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    transition: all .4s;
}

.blog_page.article_b .subbox_item a:hover .blog_list_ri {
    opacity: 0;
}

.blog_page.article_b .blog_list_le:after {
    content: '';
    background: linear-gradient(to bottom, transparent, #000 75%);
    opacity: 1;
}

.blog_page.article_b .blog_list_le:before {
    content: 'VIEW MORE +';
    font-family: 'Anton';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    width: 105%;
    height: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgb(236, 34, 38);
    opacity: 0;
    transition: all .4s;
}

.blog_page.article_b .subbox_item a:hover .blog_list_le:before {
    opacity: 1;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
/*modify*/
.products-list .name,
.page,
.page li a,
.page li strong,
.shopping-cart .cell.product_name p,
.shopping-cart .cell,
.fa-lg,
.total_amount li,
.car_page .form label,
.formbox_form li .form__label,
.list_before.account li,
.order_list_tit span,
.order_pay .blank_letter,
.order_list_head p,
.order_list_pro table tr:last-of-type>td,
.last_box_money p,
.last_box_money em,
.order_list_tab.shopper td:last-of-type,
.order_list_tab.paybox td:last-of-type {
    color: #fff;
}

.products-list .name {
    -webkit-line-clamp: 1;
    height: auto;
}

.total_amount li input[name=DiscountCode],
.form.declaration label.Bigcheck {
    color: #222;
}

.products-list .price b {
    color: rgb(236, 34, 38);
}

.products-list .more {
    border-color: rgb(236, 34, 38);
    color: rgb(236, 34, 38);
}

.products-list .item a:hover .more {
    background: rgb(236, 34, 38);
}

/*預設*/
.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: 45vw;
}

.product_page .products-list {
    width: calc(100% - 280px);
    grid-template-columns: repeat(4, 1fr);
}

ul.page {
    width: 100%;
}

.page li.activeN {
    display: flex;
    width: 25px;
    height: 25px;
    line-height: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    background: rgb(236, 34, 38);
}

.product-layer-two li ul {
    position: static;
    margin: 0;
    width: 100%;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 5px 0;
}

.product-layer-two li i {
    right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: white;
    transition: all ease .3s;
}

.product-layer-two>li:hover i,
.product-layer-two>li.active i {
    color: white;
}

.product_info_page .product_menu_list {
    display: none;
}

.product-wrapper {
    width: 100%;
}

.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 {
    display: block;
    background: none;
    border: none;
    padding: 0 14px;
    margin: 10px 0 0;
    transition: all ease .3s;
}

.product-layer-two li li:hover {
    padding-left: 34px;
}

.product-layer-two>li>ul li+li {
    margin-top: 0;
}

.product-layer-two>li>ul li:last-of-type {
    margin-bottom: 5px;
}

.product-layer-two li.active li {
    display: block;
}

.product-layer-two li li a,
.product-layer-two li.active li a {
    background: none;
    padding: 0;
    color: #fff;
}

.product-layer-two li li:hover>a {
    color: rgb(236, 34, 38);
    border: none;
}

.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li li:hover>a:before {
    background: rgb(236, 34, 38);
}

.product-layer-two li:hover>a:before,
.product-layer-two li.active>a:before {
    background: white;
    color: rgb(236, 34, 38);
}

.product-layer-two li a {
    padding: 10px 48px 10px 15px;
    color: #fff;
    letter-spacing: 0px;
    border: none;
    font-weight: bold !important;
    background: transparent;
    transition: all 0.3s;
    line-height: 160%;
    transition: all 0.3s;
}

.product-layer-two>li:hover>a,
.product-layer-two li.active>a {
    background: rgb(236, 34, 38);
    border: none;
    color: #fff;
}

/*內頁*/
.product_info_page .main_part {
    max-width: 1400px;
}

.proImgSwiper {
    aspect-ratio: 4 / 3;
}

.proImgSwiper li {
    align-items: flex-start;
}

.pd_tabInner_contain {
    padding-top: 0;
}

.prod_related {
    background: #151515;
    padding: 48px 0;
}

.prod_related h6 span:before {
    color: #999;
}

.related_list li a p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 5px 5px;
}

.pd_tabTitle li.activeTab a {
    font-size: 24px;
    font-weight: bold;
    color: rgb(236, 34, 38);
}

.pd_tabTitle li.activeTab::after {
    height: 4px;
    background: rgb(236, 34, 38);
}

.pd_tabTitle li {
    border: none;
}

.edit {
    line-height: 1.6;
    color: #fff;
    font-size: 16px;
}

.edit a {
    color: #ff4c4c;
}

.related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.related_list li {
    width: calc((100% - 60px) / 4);
}

.inquiry_a3 {
    background: rgb(236, 34, 38);
}

.pd_tabTitle li a {
    color: #fff;
    border-bottom: 3px solid #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡*/
.list_before.info li,
.contact_form li .form__label,
.list_before.info a {
    color: #fff;
}

.list_before.info {
    margin-right: 0;
}

.info_LINE {
    order: 2;
}

.info_FAX {
    order: 7;
}

.info_ADD {
    order: 3;
}

.info_ADD2 {
    order: 4;
}

.info_TEL2 {
    order: 8;
}

.info_MAIL {
    order: 6;
}

.info_TEL {
    order: 1;
}

.info_TAXID {
    order: 5;
}

.info_FAX:before {
    content: '地址';
}

.info_ADD:before {
    content: '臉書';
}

.info_ADD2:before {
    content: 'IG';
}

.info_TEL2:before {
    content: '營業時間';
}

.info_MAIL:before {
    content: 'Email';
}

.list_before.info a {
    pointer-events: none;
}

.list_before.info li:before {
    width: 72px;
    font-size: 15px;
    letter-spacing: 0;
}

.list_before.info li {
    padding-left: 80px;
    margin: 2.5px 0;
}

.blank_letter {
    color: rgb(236, 34, 38);
    padding-top: 0;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    letter-spacing: 0;
}

.information_right .blank_letter {
    display: flex;
    justify-content: space-between;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
    margin-bottom: 0;
}

.contact_form li:nth-of-type(-n+4),
.contact_form li:nth-last-of-type(-n+2) {
    width: calc(50% - 10px);
}

.contact_form li.last {
    margin-top: auto;
    margin-bottom: 0;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: #fff;
    padding: 8px;
    border: none;
}

.contact_form li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0;
    border-bottom: none;
    color: #444;
    grid-gap: 8px;
}

.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-weight: normal;
    padding: 0;
    background: none;
}

.star {
    order: 1;
    height: 18px;
}

.contact_content>form,
.i_contact_box section>form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact_content .information_left {
    width: 400px;
}

.contact_content .information_right {
    width: calc(100% - 400px);
    padding-left: 60px;
}

.contact_form li .form__insert {
    line-height: 165%;
}

.contact_form li.last cite {
    background: rgb(236, 34, 38);
    border-color: rgb(236, 34, 38);
}

.contact_form li.last blockquote {
    border-color: rgb(236, 34, 38);
    color: rgb(236, 34, 38);
}

.information_left,
.information_right {
    padding: 0;
}

.list_before,
.contact_content .information_left {
    display: flex;
    flex-flow: column wrap;
}

.contact_le_nomap {
    margin-top: auto;
}

/*首頁聯絡*/
.i_contact_box section {
    width: 90%;
    max-width: 1600px;
}

.pageIndex .contact_content {
    padding: 100px 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer_info li p.line:before {
    content: 'LINE：';
}

.footer_info li p.fax:before {
    content: '地址：';
}

.footer_info li p.add:before {
    content: '臉書：';
}

.footer_info li p.add2:before {
    content: 'IG：';
}

.footer_info li p.tel2:before {
    content: '營業時間：';
}

.footer_info li p.mail:before {
    content: 'Email：';
}

.footer_info li p.line {
    order: 2;
}

.footer_info li p.fax {
    order: 7;
}

.footer_info li p.add {
    order: 3;
}

.footer_info li p.add2 {
    order: 4;
}

.footer_info li p.tel2 {
    order: 8;
}

.footer_info li p.mail {
    order: 6;
}

.footer_info li p.tel {
    order: 1;
}

.footer_info li p.taxid {
    order: 5;
}

.footer_info li p:not(.add, .line, .add2) a {
    pointer-events: none;
}

.footer {
    background: #000;
    padding: 44px 0 0;
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 200px;
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 1600px;
    padding: 0 6%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #fff;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 8px 12px;
    border: none;
    background: transparent;
    margin: 0;
    margin-left: 6px;
}

.footer_menu a:hover {
    background: rgb(236, 34, 38);
    color: #fff;
}

.copy,
.copy a,
.copy a:hover {
    color: #555;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.copy {
    text-align: left;
    padding: 5px 6% 52px;
    border-top: none;
    max-width: 1600px;
    margin: 0 auto;
}

.box_link {
    display: none;
}


@media screen and (max-width: 1540px) {
    .main_header_area .container {
        max-width: 96%;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        margin: 0 10px;
    }

    .navigation {
        grid-gap: 0 30px;
    }

    .product_page .products-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1360px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        gap: 0;
    }

    .stellarnav ul {
        text-align: center;
    }

    .me_tp_features {
        order: 0;
        position: static;
        transform: none;
        margin: 0;
    }

    .nav-header {
        position: static;
        text-align: center;
        padding: 20px 0;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        line-height: 66px;
    }

    .pageIndex .header_area,
    .pageIndex .header_area.sticky,
    .header_area,
    .header_area.sticky {
        position: sticky;
        padding: 0;
        background: transparent;
    }

    .main_header_area .container {
        max-width: 100%;
    }

    .main_header_area {
        max-width: 100%;
        border-radius: 0;
        backdrop-filter: blur(10px);
    }

    body {
        background: #000;
    }

    .i_blog_ri {
        padding: 20px 24px;
        width: calc(100% - 180px);
    }

    .i_blog_le {
        width: 180px;
    }
}

@media screen and (max-width: 1024px) {

    .contact_form li:nth-of-type(-n+4),
    .contact_form li:nth-last-of-type(-n+2) {
        width: 100%;
    }

    .contact_le_nomap {
        margin-top: 20px;
    }

    .contact_content .information_right,
    .contact_content .information_left {
        width: calc(50% - 20px);
        padding: 0;
    }

    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .footer_menu {
        position: static;
        width: 100%;
    }

    .footer_info ul {
        gap: 20px;
        padding: 0;
        flex-direction: column;
        width: 100%;
    }

    .footer_menu a {
        margin-left: -12px;
        margin-right: 16px;
    }

    .copy {
        text-align: left;
    }

    .footer .center {
        padding: 0 5%;
    }

    .copy {
        padding: 5px 5% 60px;
    }

    .footer_info li+li {
        margin-top: 0;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
    }

    .banner:after {
        height: 100%;
        aspect-ratio: auto;
    }

    .product_page .products-list,
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .show-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}


@media screen and (max-width: 768px) {

    .me_tp_features {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 54px 0;
    }

    #to_top {
        bottom: 76px;
    }

    .nav-header {
        max-width: 160px;
        padding: 15px 0;
    }

    .contact_content .information_right,
    .contact_content .information_left {
        width: 100%;
    }

    .contact_content>form,
    .i_contact_box section>form {
        gap: 60px;
    }

    .module_i_news li a {
        flex-direction: column;
    }

    .i_blog_ri,
    .i_blog_le {
        width: 100%;
    }

    .i_blog_ri {
        padding: 16px 0;
    }

    .module_i_news li {
        background: transparent;
    }

    .stellarnav.mobile>ul {
        border-top: none;
        background: #222;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #FF2727;
    }

    .stellarnav a {
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-color: #fff;
    }

    .stellarnav.mobile.left>ul {
        border-right: none;
        box-shadow: 0 0 15px rgba(0, 0, 0, .75);
    }

    .stellarnav ul ul {
        animation: none;
    }

    .stellarnav>ul>li {
        height: auto;
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-color: #fff;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a {
        padding: 10px 44px 10px 10px;
        border-bottom: none;
        line-height: 150% !important;
        margin: 0 4px;
    }

    .stellarnav li li {
        border-bottom: none;
    }

    .stellarnav.mobile li li:last-of-type a {
        border-bottom: none;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile li.open {
        background: #000;
    }

    .stellarnav.mobile>ul>li {
        border-color: rgba(255, 255, 255, .25);
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }

    .stellarnav .menu-toggle {
        padding: 14px 10px;
    }

    .main_header_area,
    .sticky .main_header_area {
        backdrop-filter: none;
    }

    .stellarnav>ul>li:after {
        content: none;
    }

    .stellarnav.mobile li.open li.open {
        background: #151515;
    }

    .stellarnav li.drop-left ul ul {
        left: 0;
    }

    .stellarnav.mobile li li.has-sub a:not(.dd-toggle) {
        padding-left: 15px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        margin-top: 7px;
    }

    .stellarnav.mobile li li a.dd-toggle {
        margin-right: 2px;
        margin-top: -2px;
    }

    .stellarnav.mobile li.open li.open a.dd-toggle {
        margin-right: 1px;
        margin-top: 4px;
    }

    .contact_content {
        padding: 0;
    }

    .product_page .product_menu_list,
    .product_page .products-list {
        width: 100%;
        letter-spacing: 0;
        border-right: none;
        min-height: auto;
    }

    .product_menu_list>h5 {
        font-size: 22px;
        color: #fff;
        display: block;
        padding-left: 5px;
    }

    .product-layer-two li a {
        padding: 5px 48px 5px 5px;
    }

    .product-layer-two li i {
        top: 14px;
        right: 7px;
    }

    .product-layer-two li li {
        padding: 0 6px;
    }

    .product-layer-two li li:hover {
        padding-left: 20px;
    }

    .product_menu_list {
        margin-bottom: 20px;
    }

    a.pd_menu_toggle i,
    a.news_menu_toggle i {
        color: #fff;
    }

    .banner h5 {
        font-size: 28px;
    }

    .banner h5:before {
        font-size: 54px;
    }

    .mobile_product_name {
        display: none;
    }

    .related_list li,
    .news_related_list li {
        width: calc((100% - 10px) / 2);
    }

    .video-list,
    .show-list {
        grid-template-columns: 1fr;
    }

    .video-list .vidTitle {
        letter-spacing: 0px;
    }

    .video-list .vid_item {
        border-bottom: 1px solid rgba(255, 255, 255, .25);
        padding-bottom: 20px;
    }

    .video_menu_list>h5 {
        display: none;
    }

    .video-layer-two>li:not(:first-of-type):before {
        content: none;
    }

    .video_menu_list>ul {
        margin: 0 auto 20px;
        gap: 10px;
    }

    .video-layer-two li a {
        padding: 4px 0;
    }

    .video-layer-two>li {
        background: rgb(236, 34, 38);
        width: 100%;
        margin: 0;
    }

    .blog_ri {
        padding: 0;
    }

    .blog_page h5.blog_le_t {
        display: block;
        color: #fff;
        letter-spacing: 0;
    }

    .blog_le {
        margin-bottom: 20px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .module_i_news {
        padding: 48px 5%;
    }

    .pageIndex .contact_content,
    .module_i_album {
        padding: 48px 0;
    }


    .i_blog_ri p {
        font-size: 14px;
        margin: 8px 0 12px;
        line-height: 160%;
    }

    .blank_letter,
    .module_i_album .title_i_box h4,
    .module_i_news .title_i_box h4 {
        font-size: 24px;
    }

    .module_i_news_list,
    .i_album_list_box {
        padding: 20px 0 30px;
    }

    .other_subalbum li a p {
        font-size: 16px;
    }

    h4.blog_category_title {
        font-size: 24px;
    }

    .blog_box {
        margin-top: 0;
    }

    .pic-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}