@charset "utf-8";
body {
    font-family: "Arsenal", sans-serif, "Noto Sans TC", sans-serif;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
    background: #ffffff;
    width: 4px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 0px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
    background-color: #ffffff;
}

#to_top {
    display: none!important;
}

/*主要頁面設定**********************************************************/

.main_part {
    padding: 50px 30px;
}

/*HEADER**************************************************************/

.box_search {
    display: none;
}

.me_tp_features {
    display: none;
}

.navigation {
    display: flex;
    align-items: center;
    position: relative;
}

.info_linkbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: flex-end;
    right: 0;
    top: 85px;
    opacity: .7;
    transition: .3s;
    gap: 23px;
}

.info_linkbox a {
    transition: .3s;
}

.info_linkbox a:hover {
    opacity: .4;
    transition: .3s;
}

.nav-header {
    max-width: 110px;
    opacity: .8;
    transition: all .4s;
}

.nav-header:hover {
    opacity: .3;
    transition: all .4s;
}

.stellarnav ul {
    text-align: end;
    padding-bottom: 20px;
}

.header_area {
    position: relative;
    background: #fff;
    padding: 50px 0px;
}

.main_header_area .container {
    padding: 0px 30px;
}

/*HEADER**************************************************************/

.pageIndex .header_area {
    position: fixed;
    top: -30px;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}

.pageIndex .header_area.sticky {
    background: #fff;
    top: 0px;
    opacity: 1;
    pointer-events: all;
    transition: all 1.5s;
}

@media screen and (max-width: 1024px) {
    .stellarnav ul {
        text-align: center !important;
        padding-bottom: 10px;
    }
    .header_area {
        padding: 25px 0px 0px;
    }
    .info_linkbox {
        justify-content: center;
        top: 115px;
    }
    .nav-brand img {
        max-width: 80%;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .navigation {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .nav-brand img {
        max-width: 70%;
        padding-bottom: 0px;
    }
    .main_header_area .container {
        padding: 0px 30px;
    }
}

/*第一層**************************************************************/

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px;
}

.stellarnav>ul>li>a {
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
    margin: 0 10px;
    transition: all .3s;
}

.stellarnav>ul>li:nth-last-of-type(1)>a {
    margin: 0px 0px 0px 10px
}

.stellarnav>ul>li:hover>a {
    color: #c3c3c3;
    transition: all .3s;
}

.stellarnav ul {
    text-align: end;
}

/*第二層**************************************************************/

.stellarnav ul ul {
    display: none !important;
}

/*首頁**************************************************************/

.pageIndex .edit_part {
    padding: 0px 20px;
}

.pageIndex .prod_part {
    padding-bottom: 0px;
}

/*FOOTER**************************************************************/

.footer .center {
    padding: 0px 30px;
}

.copy a:hover {
    color: #444;
}

.footer_menu a:first-child {
    display: none;
}

.footer {
    background: #f9f9f9;
    padding: 80px 0 0px;
}

.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.footer_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.footer_logo {
    display: none;
}

.footer_menu {
    display: flex;
    justify-content: flex-end;
}

.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0px;
}

.footer_info li p {
    color: #444;
    font-size: 13px;
}

.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #444;
    font-size: 13px;
}

.footer_menu a:nth-last-of-type(1) {
    margin-right: 0px;
}

.footer_menu a:hover {
    background: #b2b2b2;
    transition: .4s;
}

.copy {
    padding: 10px 0;
    width: 95%;
    margin: 50px auto 0px;
    font-size: 11px;
    color: #7e7e7e;
}

a {
    color: #595959;
}

.box_link {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 48px;
    right: 0px;
    padding: 0px 30px;
}

.box_link a {
    font-size: 19px;
    border: none;
    transition: .4s;
}

.box_link a:nth-of-type(3) {
    display: none;
}

.box_link a:nth-last-of-type(1) {
    margin-right: 0px;
    padding-right: 0px;
}

.box_link a:hover {
    color: #b2b2b2;
    transition: .4s;
}

.footer_info li p a {
    border-left: 1px solid #a7a7a7;
    padding-left: 10px;
    letter-spacing: 2px;
    margin-left: 42px;
}

.footer_info li p.tel:before {
    content: 'TEL';
    position: absolute;
    letter-spacing: 7.3px;
}

.footer_info li p.mail:before {
    content: 'MAIL';
    position: absolute;
    letter-spacing: 2px;
}

.footer_info li p.add:before {
    content: 'ADD';
    position: absolute;
    letter-spacing: 5.2px;
}

@media screen and (max-width: 1200px) {
    .footer_info li:nth-child(1) {
        width: 50%;
    }
    .copy {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 980px) {
    .footer_info ul {
        flex-wrap: wrap;
    }
    .footer_menu {
        justify-content: flex-start;
    }
    .box_link {
        top: -10px;
    }
    .copy {
        border: none;
    }
    .footer_menu {
        flex-wrap: wrap;
    }
    .footer_info li:nth-child(1) {
        width: 100%;
        padding: 0px 15px;
    }
    .footer_logo {
        padding: 0px 18px;
    }
    .footer_menu a {
        margin: 7px 7px;
        padding: 7px 10px;
    }
    .copy {
        margin-top: -10px;
    }
    .footer {
        padding: 80px 0 0px;
    }
}

@media screen and (max-width: 768px) {
    .box_link {
        justify-content: flex-start;
        top: 2px;
        left: 2px;
        padding: 0px 0px;
    }
    .footer_info li+li {
        margin-top: 5px;
    }
    .footer_menu a {
        margin: 7px 2px;
    }
    .copy {
        margin-top: 40px;
        font-size: 9px;
        padding-bottom: 20px;
    }
    .footer.with_shopping_mode {
        padding: 60px 0 0px;
    }
    #bottom_menu li {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .footer .center {
        padding: 0px 15px;
    }
    .box_link a {
        font-size: 14px;
    }
    .total_view {
        display: contents;
    }
    .copy {
        font-size: 8px;
    }
}

@media screen and (max-width: 500px) {
    .footer_menu a {
        margin: 7px 0px;
        font-size: 10px;
        padding: 7px 5px;
    }
    .footer_info li:nth-child(1) {
        padding: 0px 7px;
    }
    .footer_info li p {
        font-size: 11px;
    }
    .box_link a {
        font-size: 12px;
    }
    .box_link {
        left: -10px;
    }
}

/*文章設定************************************************************/

/*版面設定*/

.article_a h4.blog_category_title {
    display: none;
}

.blog_box {
    display: grid;
    justify-items: center;
    border-top: 1px solid #ccc;
    padding: 45px 0px 0px;
}

.blog_ri {
    width: 100%;
    padding: 0px;
}

/*側邊選單*/

h5.blog_le_t {
    display: none;
}

.blog_search {
    display: none;
}

.blog_le {
    width: 100%;
}

.blog_le .accordion {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border: none;
    border-radius: 0px;
    gap: 20px;
}

.accordion li+li .link {
    border: none;
}

.accordion li .link a {
    font-weight: 400;
    letter-spacing: 3px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
    transition: .6s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #282828 !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #282828 !important;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #fff;
    color: #2e2e2e;
    font-weight: 500;
}

.blog_le .accordion>li,
.blog_le .accordion>li.on_this_category {
    transition: .6s;
}

.blog_le .accordion li .link i {
    position: relative;
    font-size: 14px;
    right: unset;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    align-items: unset;
    right: unset;
    top: 82%;
    left: 50%;
    text-align: center;
}

.submenu {
    background: transparent;
    font-size: 13px;
}

.submenu a {
    color: #848484;
    padding: 12px 5px;
    text-align: center;
    font-size: 13px;
}

.submenu a i {
    display: none;
}

/*文章外表設定*/

.blog_subbox {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

.subbox_item a {
    grid-template-columns: 35% 1fr;
    grid-gap: 50px;
}

.blog_list_ri h5 {
    font-weight: 400;
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
}

.blog_list_ri em {
    font-size: 13px;
    color: #cccccc;
    letter-spacing: 1px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    letter-spacing: 1px;
    line-height: 170%;
    padding-top: 40px;
    padding-right: 30px;
}

.blog_list_ri {
    padding-top: 60px;
}

.blog_list_le img {
    object-fit: contain;
    object-position: left center;
}

.subbox_item a:after {
    background: transparent;
    width: 0%;
    transition: all 1.3s;
}

.subbox_item a:hover:after {
    width: 100%;
    transition: all 1.3s cubic-bezier(0, 0, 0.04, 1.07);
    border: 1px #cccccc solid;
}

/*

.subbox_item a:after {
    background: transparent;
    width: 0%;
    transition: all 1.3s;
    border-radius: 100%;
    transform: skew(1deg, 10deg) scale(0);
}

.subbox_item a:hover:after {
    width: 100%;
    transition: all .9s cubic-bezier(0.0, 0.0, 0.2, 1);
    border: 1px #cccccc solid;
    transform: skew(1deg, 10deg) scale(1) ;
}

*/

/*文章內頁設定*/

.blog_shareData {
    display: none;
}

h4.blog_category_title {
    margin-bottom: 40px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 17px;
}

.blog_box_edit * {
    font-size: 14px;
    font-weight: 300;
    color: #303030;
    letter-spacing: 1px;
    line-height: 170%;
}

.edit {
    padding: 60px 0;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #515151;
}

.blog_back a.article_btn_back {
    background: #a3a3a3;
}

.blog_back a {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 4px 15px;
    width: 100%;
}

/*相關文章*/

.news_related_list {
    max-width: 1300px;
    padding: 0px 30px;
}

.news_related h6 span:before {
    content: 'RELATED ARTICLES';
    font-size: 17px;
    color: #858585;
    font-weight: 400;
    letter-spacing: 1px;
}

.news_related {
    padding: 50px 15px 60px;
}

.news_related h6 {
    margin: 0 auto 70px;
}

.news_related_list li a p {
    font-size: 15px;
    padding-top: 8px;
    letter-spacing: 1px;
    font-weight: 300;
}

.news_related_list li {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 #d6d6d6;
    transform: translateX(0) translateY(0);
}

.news_related_list li:hover {
    box-shadow: -1px 1px #d6d6d6, -2px 2px #d6d6d6, -3px 3px #d6d6d6, -4px 4px #d6d6d6, -5px 5px #d6d6d6, -6px 6px #d6d6d6, -7px 7px #d6d6d6, -8px 8px #d6d6d6;
    transform: translateX(8px) translateY(-8px);
}

.lastPage {
    display: none;
}

/*相簿設定***************************************************************/

.pic-list {
    grid-gap: 20px 30px;
}

.pic-list .item {
    border-bottom: 1px solid #dfdfdf;
}

.pic-list .item h6 {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 2px;
}

/*預設購物車母模版面******************************************************/

.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;
}

.product_page .main_part {
    max-width: 1300px;
    padding-bottom: 0px;
}

.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;
    padding: 10px 0px;
}

.product_page .products-list,
ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }
    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }
    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }
    .product_page .product_menu_list>h5 {
        display: block;
    }
    .product_page .show_content>a {
        order: 1;
    }
    .product_page ul.products-list {
        order: 2;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .product_page ul.page {
        order: 3;
    }
    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {
    .products-list .name {
        font-size: 12px;
    }
    .main_part {
        padding: 50px 20px;
    }
}

/*購物車設定******************************************************/

/*外層設定*/

.product_page .product_menu_list {
    display: none;
}

.products-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 40px 100px;
}

.products-list .price {
    display: none;
}

.products-list .more {
    display: none;
}

.products-list .item a {
    padding-bottom: 0px;
}

.products-list .item img {
    transition: all .5s;
    object-position: bottom center;
}

.products-list .item:hover img {
    transition: all .5s;
    filter: brightness(1.15);
    opacity: .8;
}

.products-list .name {
    text-align: center;
}

/*
.products-list .item:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    bottom: 0px;
    left:0px;
    background: #444;
    transition: all 1.3s ;
}

.products-list .item:hover:before {
    left: 91.5%;
    transition: all 1.3s ;
}*/

/*內頁設定*/

.product_main {
    display: none;
}

.edit * {
    letter-spacing: 0.06em !important;
    word-break: normal !important;
}

.product_info_page .edit {
    max-width: 65%;
    margin: auto;
    display: grid;
    padding: 5px;
}

.sidebarBtn {
    padding: 0px;
    width: 100%;
    border: none;
    text-align: center;
    color: #000;
    background: transparent;
}

.product_info li span,
.product_info li .txt_box,
.inquiry_a1,
.inquiry_a2,
.inquiry_a3,
.toShare {
    display: none;
}

.pd_tabTitle li.activeTab a {
    display: none;
}

.pd_tabTitle li {
    display: none;
}

.product_info_page .edit h2 {
    padding-bottom: 25px;
    font-weight: 400;
}

.product_info_page .edit {
    padding: 0px;
    font-weight: 300;
    line-height: 200%;
    font-size: 14px;
    color: #444;
    text-align: justify !important;
}

.sidebarBtn h2 {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .product_info_page .edit {
        max-width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .prod_related {
        border-top: 1px solid #4444;
    }
    .product_info_page .edit span {
        text-align: left !important;
        display: block;
    }
}

/*相關推薦*/

.related_list {
    max-width: 1300px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    padding: 0px 30px;
}

.prod_related h6 span:before {
    content: 'MORE';
    font-size: 17px;
    color: #444;
    font-weight: 300;
}

.prod_related {
    background: transparent;
    padding: 60px 15px;
}

.prod_related h6 {
    margin: 0 auto 50px;
}

.related_list li a p {
    font-size: 14px;
    color: #858585;
    padding-top: 20px;
    letter-spacing: 1px;
}

.related_list li:hover a img {
    opacity: .6;
    transition: all .5s;
}

.related_list li a img {
    transition: all .5s;
}

/*首頁購物車*/

.prod_part section {
    padding: 0px 30px;
}

.i_prod_tit,
.i_video_tit {
    margin: 30px 0px 50px;
}

.i_prod_tit span,
.i_video_tit span {
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

.pageIndex .products-list {
    grid-gap: 40px;
}

.pageIndex .products-list .item:before {
    display: none;
}

.pageIndex .products-list .item a {
    border: none;
    text-align: center;
}

.pageIndex .products-list .name {
    font-size: 14px;
    font-weight: 300;
}

.pageIndex .products-list .item .pic img {
    transition: all 1s;
    object-position: bottom center;
}

.pageIndex .products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: all 1s;
    filter: none;
    opacity: 1;
}

.pageIndex .products-list .item .name {
    border: 1px solid transparent;
    transition: all .5s;
}

.pageIndex .products-list .item:hover .name {
    padding: 10px;
    border: 1px solid #d4d4d4;
    transition: all .5s;
}

.i_prod_b {
    max-width: 100%;
    text-align: end;
}

.animated-arrow {
    margin: 0px 0 40px 0px;
    height: 38px;
    line-height: 38px;
    width: 220px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    color: #444;
    z-index: 0;
    transition: all .7s;
}

.animated-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    transition: all .7s;
    z-index: -1;
}

.animated-arrow:hover::before {
    transition: all .7s;
    width: 100%;
}

.animated-arrow:hover {
    color: #fff;
    border-color: #000;
    transition: all .7s;
}

.i_prod_b * {
    font-size: 14px;
    font-weight: 300;
}

.i_prod_b a i.fa-solid.fa-arrow-right {
    display: none;
}

@media screen and (max-width: 768px) {
    .pageIndex .products-list {
        grid-gap: 40px 20px;
    }
    .i_prod_b {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .pageIndex .products-list .name {
        font-size: 11px;
    }
    .pageIndex .products-list {
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .prod_part section {
        padding: 0px 10px;
    }
    .i_prod_b * {
        font-size: 13px;
    }
}

/*聯絡我們**************************************************************/

.contact_content {
    padding: 40px 0px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.blank_letter {
    display: none;
}

.list_before {
    display: none;
}

.contact_content .information_right {
    padding: 0px;
    padding-left: 130px;
}

.contact_form {
    margin-top: 0px;
}

.contact_form li {
    padding-bottom: 0px;
    grid-gap: 0px;
    display: flex;
    flex-direction: column;
}

.contact_form li .form__label {
    max-width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.2em;
    position: relative;
    text-align: left;
    font-weight: 300;
    color: #000;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    letter-spacing: 1px;
    text-align: justify;
    gap: 13px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
}

.red {
    color: #000;
    position: absolute;
    left: -17px;
}

.contact_form li input.noborder {
    background-color: #f9f9f9;
    border: none;
}

.form select {
    background-color: #f9f9f9;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
     width: 100%;
    padding: 7px;
}

.contact_form li.last {
    gap: 0px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}

.contact_form li.last cite {
    background: #000;
    border: none;
}

.contact_form li.last blockquote {
    border: 1px #c9c9c9 solid;
    background: #f9f9f9;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    padding: 0px;
}

.contact_form li textarea.noborder {
    background-color: #f9f9f9;
    border: none;
}

.contact_form li.last input {
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    .contact_content .information_right {
        padding-left: 40px;
    }
    .contact_form li:has(input[type=checkbox]) .form__insert,
    .contact_form li:has(input[type=radio]) .form__insert {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        width: 70%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-top: 80px;
    }
    .red {
        left: -18px;
    }
    .note {
        top: 67px;
        left: 17px !important;
    }
    .contact_content .information_left::before {
        top: -18%;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        padding: 0px;
        background: transparent;
    }
    .contact_form li.last {
        flex-wrap: wrap;
    }
    .contact_page .main_part {
        padding: 50px 20px;
    }
    .contact_content .information_right {
        width: 80%;
    }
    .form select{
        border-radius: 0px !important;
    }
}

@media screen and (max-width: 500px) {
    .info_linkbox {
        position: static;
        margin-top: 10px;
        justify-content: center;
    }
    .info_linkbox a {
        margin: 5px;
    }
    .info_linkbox a img {
        width: 15px;
    }
}

/*大圖**************************************************************/

/*大圖*/

#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
  .bannerindex .swiper-slide img { display:none; }
  .bannerindex .swiper-slide { height: 100%; width: 100% !important; background-position: top; background-size: cover; }

  .bannerindex .swiper-slide[data-swiper-slide-index="0"]{ background-image:url(https://pic03.eapple.com.tw/tmdesign/rwd01.jpg); }
  .bannerindex .swiper-slide[data-swiper-slide-index="1"]{ background-image:url(https://pic03.eapple.com.tw/tmdesign/rwd02.jpg); }
  .bannerindex .swiper-slide[data-swiper-slide-index="2"]{ background-image:url(https://pic03.eapple.com.tw/tmdesign/rwd03.jpg); }
}


/*內頁BANNER*****************************************************************/

.banner {
    display: none;
}

.banner h5 {}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 ************************************************/
    #bottom_menu {
        display: flex;
    }
    #to_top {
        bottom: 60px;
    }
    .stellarnav.mobile>ul>li>a.dd-toggle {
        display: none;
    }
    .stellarnav.mobile.left>ul {
        left: 0;
        top: -1px;
    }
    .stellarnav .menu-toggle:after {
        font-size: 11px;
    }
    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-bottom: solid 1px #777;
    }
    .stellarnav .icon-close {
        right: 5px;
        top: 1px;
    }
}

@media screen and (max-width: 600px) {}

/* 其他 ******************************************************************/

.path p,
.path p a {
    display: none;
}

/*首頁*******************************************/

.swiper-slide img {
    height: auto;
    height: 100% !important;
    object-fit: cover;
}

.pageIndex .bannerindex {
    position: fixed;
}

.bannerindex {
    height: 100%;
    max-height: 100%;
    height: 100dvh;
}

.pageIndex .header_area,
.pageIndex .header_area.sticky {
    display: none;
}

.pageIndex .footer {
    display: none;
}

.pageIndex #content_main {
    display: none;
}

.swiper-slide img {
    object-position: right
}


/**按鈕12345*/

.page li {
    width: 25px;
}
.page li.activeN {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page {
    font-size: 12px;
    font-family: "Noto Sans TC", sans-serif;
}