﻿
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

body {
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
}
:root {
   
}
img {
    transition: all 0.5s;
}
a:hover {
    color: #333;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-left:0;
}
.d-none{
	display:none !important;
}

.page-box{
	margin-top:40px;
}
.h2{
	color:#d7252d;
	border-bottom: 3px double #ccc;
}


/*右上角社群*/
.header .navbar .nav-share-btn-area {
    font-size: 1.5em;
    margin-top: 0px;
    margin-left: 10px;
}
.header .navbar .nav-share-btn-area li.icon_l a,
.header .navbar .nav-share-btn-area li.icon_p a,
.header .navbar .nav-share-btn-area li.icon_t a,
.header .navbar .nav-share-btn-area li.icon_y a,
.header .navbar .nav-share-btn-area li.icon_i a,
.header .navbar .nav-share-btn-area li a,
.header .navbar .nav-share-btn-area li.icon_f a {
    color: #fff;
}
.header .navbar .navbar_btn .nav-share-btn-area li a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
}


.editor .contentbuilder-box .center > * {
    text-align: center;
}
.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}


.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}


/*header*/
.header .navbar {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding:0 100px;
}
.is_scroll .navbar {
    border-color: transparent;
    /*background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);*/
}
.is_scroll .header .navbar .nav-item .caret {
    border-top: solid 5px #fff;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link:hover {
    padding-left: 15px;
}
.is_scroll .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover,
.nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    background-color: #000;
    color: #fff;
 }
.is_scroll .nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    /*color: #000;*/
}
.is_scroll .header .navbar-nav > .nav-item > .nav-link {
    color: #fff;
}
.is_scroll .navbar .small-btn-box a.btn-search i {
    background: url(../images/all/search2.svg)no-repeat;
}

.nav-item .caret {
    border-top: solid 5px #fff;
}
/*.header .navbar-nav .nav-item:hover > .nav-link {
    color: #a2a2a2;
}
.navbar .small-btn-box ul li:nth-child(2) {
    order: 1;
}
.navbar .small-btn-box ul li:nth-child(1) {
   order:2;
}*/
.dropdown-toggle::after{
    display:none;
}
.navbar .navbar-brand {
    margin: 10px 20px;
    z-index: 9;
    position: relative;
}

/*搜尋*/
.navbar .small-btn-box a.btn-search:before {
    /*content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 8px;
    background-color: #034a83;
    width: 1px;
    height: 10px;*/
}
.nav-search-li .nav-search-box .search-area a i {
    /*background: url(../images/all/search2.svg)no-repeat;
    width: 20px;
    height: 20px;*/
}
.nav-search-li .nav-search-box .search-area a {
    padding: 9px;
}
.navbar .small-btn-box a.btn-search i {
    background: url(../images/all/search2.svg)no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    position: relative;
}
.navbar .small-btn-box a.btn-search i:before {
    content: "";
}
.navbar .small-btn-box a.btn-search {
    background: #034a83;
    border-radius: 99em;
    position: relative;
    padding: 8px 10px;
}


.navbar .small-btn-box a:hover {
    background-color: unset;
}
.navbar .small-btn-box a {
    font-size: 13px;
    /*background-color: unset;
    color: #fff;
    padding: 5px 11px;*/
}
.btn.btn-primary:hover,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background: none !important;
    border-color: transparent !important;
}
/*右上語系*/
.lang a.dropdown-toggle {
    background: #c50e15;
    border-radius: 99em;
    position: relative;
    padding: 6px 7px;
}
.caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*右上*/
.header .navbar .nav-pos-top {
    background: unset;
    position:absolute;
    right:0;
    margin-bottom:50px;
}
/*end*/
.header .navbar-nav .nav-link {
    padding: 10px 20px;
    position: relative;
}
.header ul.navbar-nav .nav-item a.nav-link {
    font-size: 16px;
    color: #fff;
}
.header ul.navbar-nav .nav-item a:hover.nav-link {
    color: #ca0009;
}
.header ul.navbar-nav > .nav-item:hover > .nav-link {
    color: #eee;
}
.header ul.navbar-nav > li.nav-item > a.nav-link:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background-color: transparent;
    transition: all .5s ease-out;
}
.header ul.navbar-nav > li.nav-item > a:hover.nav-link:before {
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s ease-out;
}

.header ul.navbar-nav > li.nav-item > ul,
.header ul.navbar-nav > li.nav-item > ul li {
    border: 1px solid none;
    background: #242d7a;
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link {
    font-size: 14px !important;
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link:before {
    display: none;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #fff;
}



.wid-float-section ul {
    background: rgb(0 0 0 / 90%);
}

.wid-float-section ul li a {
	color: #fff;
	padding: 6px 0;
	width: 75px;
}
	.wid-float-section ul li a:hover {
		color: #9e9e9e;
	}
.wid-float-section ul li + li {
	border-top: none;
}
.wid-float-section ul li a .icon {
	font-size: 18px;
	padding-bottom: 8px;
}
.nav-search-li .nav-search-box .search-area {
    margin-top: 9px;
    border-radius: 0.25rem;
}
.nav-search-li .nav-search-box .search-area a {
	color: #fff;
}
.nav-search-box .btn.btn-dark:hover {
    background: #d7252d;
    /*opacity: 0.6;*/
}


.ezshare-box a:before{
    display:none!important;
}
.ezshare-box a:hover {
    background-color: #4b4b4b !important;
}
.ezshare-box a {
    font-size: 14px;
    color: #fff;
    /*background-color: #000 !important;*/
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding-top: 5px;
}


.breadcrumb li  .txt-en {
    display:none;
}
body.home .h2,
.h3,
h3.h1,
.h2 .txt-en {
    display: none;
}
.h5 {
    color: #fff;
   
}
.h6 {
    border-left: solid 2px #000;
 
}
.h6 .justify-content-between {
        align-items: center;
}
.contact  .pt10{
    padding-top:30px;
}
.list-creative a {
    color: #323232;
    font-size: 16px;
}
.list-creative .list-terms:before {
    width: 3px;
    background: #010101;

}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #b4b4b4;
}
.btn-secondary:hover {
    background-color: #0900a2;
}
.btn-secondary {
    padding: 10px 50px;
}
.btn-secondary {
    background: #575757;
}
.btn.btn-primary {
    background: none;
    border-color: transparent;
}
.form-horizontal .btn.btn-primary {
    background: #c30000;
    border-radius:0;
    padding:7px 25px;
    font-size:15px;
}
.form-horizontal .btn.btn-primary:hover{
    background-color: #034a83 !important;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
}

.page-item.active .page-link {
    background: #4b4b4b;
    border-color: #4b4b4b;
}
.btn-info:hover {
    color: #fff;
    background-color: #ca0009;
    border-color: #ca0009;
}
.btn-info {
    color: #fff;
    background-color: #666;
    border-color: #666;
    font-size: 12px;
    border-radius: 0;
}
.gallery-list .btn-box .btn.done {
    color: #a65858;
}
.page-link {
    color: #595959;
    border-color: #fff;
    padding: 3px 10px;
}
.page-link:hover {
    background: #000000;
    color:#fff!important;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: 1px solid #fff;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}

.modal-header  .btn.cart {
    background: #080808;
    color: #fff;
}
.close {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background-color: #000;
    color: #fff;
}

.form-control {
    font-size: 14px;
    border-radius: 0;
}
.container .ezshare-box ul {
    text-align: center;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb li a {
    color: #fff;
}
.breadcrumb {
    background-color: #d7252d;
    /*background-color: rgba(255, 255, 255, 0.2)
    transform: translateY(-41px);*/
}

.btn.cart {
    background: #010101;
   
}
.contact   .main .side {
    margin-bottom: 0;
}
.main-title .h6 {
    border-left: none;
    font-size: 20px;
    padding-left: 0;
}
.cart .breadcrumb-section {
    margin-bottom: 0 !important;
}
.member .member-function-box {
    padding-bottom:50px;
}
.member .main .side,
.cart.finish .main .side {
    margin-bottom: 0;
}
.album.show .section.mainSection,
.content .section:nth-child(1) {
    padding-top: 0 !important;
}
    .content .section:nth-child(1)  .kind-info{
        margin-top:0!important;
    }
.header .nav-item.dropdown > .navbar-nav .navbar-nav {
    transition: .3s;
    opacity: 0;
}
.header .nav-item.dropdown > .navbar-nav .nav-item:hover > .navbar-nav {
    opacity: 1;
}


/*-----------------------banner -----------------------*/
.banner .banner-info {
    width: 100%;
}

.banner .item.slick-active .banner_tit .ba_aox.aos-animate,
.banner .bannerImgBox.oneMode .item .banner_tit .ba_aox.aos-animate {
    opacity: 1;
    top: -40px;
}
.banner .ba_aox {
    transition: all 1s;
    position: relative;
    top: 0px;
    opacity: 0;
}
body.home .banner .item.slick-active .banner_tit .ba_aox h3 span:before {

    right: 15px;
    top: 40px;

}
.banner .item.slick-active .banner_tit .ba_aox h3 span:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/ba_icon.svg)no-repeat;
    width: 28px;
    height: 19px;
    right: -15px;
    top: 10px;
}
.banner .item.slick-active .banner_tit .ba_aox h3 span {
    font-weight: 100;
    position: relative;
}
.banner .item.slick-active .banner_tit .ba_aox h3 {
    font-size: 93px;
    font-weight: 900;
    letter-spacing: 0;
}
body.home  .banner .item.slick-active .banner_tit .ba_aox h3 {
    font-size: 173px;
 
}
.banner .item.slick-active .banner_tit .ba_aox p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 20px;
    padding-top: 0;
    margin-top: -10px;
}
.banner .scro_sol {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner{
    position:relative;
}
    .slick .slick-dots {
        bottom:0;
    }
    .slick .slick-dots .slick-active button {
        color: #ca0009;
    }
    .slick .slick-dots .slick-active button {
        background: #ca0009;
    }
.banner .scro_sol {
    display: none;
}
 body.home .banner .scro_sol {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 90px;
	z-index: 10;
	right: 13px;
	display:block;
}
.banner .scro_sol p {
	text-align: center;
	margin: 0 auto;
	color:#fff;
}
.banner .scro_sol .scrolldown {
	background: url(../images/all/scrolldown.svg)no-repeat center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	animation: scrolldown 1s ease-in-out infinite;
}


@keyframes scrolldown {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.is_scroll .side .navbar {
    background:none;
}
.side .wid.wid-search .btn {
    display: block;
    padding: 7px 5px
}
.side .wid .btn {
    display: none;
}

.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
  
}
.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover{
    background-color:#000;
    color:#fff;

}
.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #fff;
    background: #da1b24;
}
.side .filter-content > ul {
    padding: 4px 20px;
}
.side .filter-content ul li {
    padding: 4px 0;
}
.side .wid-search .h3 {
    background-color: #000;
    padding: 8px;
    display: block;
    color: #fff;
        display: none;
}

/*main*/
.main,
.editor {
    /*color: #fff;
    background:#000;*/
}

body.home .main {
    padding-bottom: 0;
}
.cart .btn-box {
    padding-bottom: 50px;
}
.order .main .side .nav > li + li {
    border-top: none;
}
.order .main .side .nav > li a,
.news .side .navbar-nav .dropdown-menu li.nav-title a {
    padding: 10px;
    background: #d7252d;
    margin-bottom: 9px;
	color:#fff;
}

/*side*/
.main .side .h3 {
    display: none;
    border: none;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 0;
}
.main .side .h3 .txt-tw {
	font-size: unset;
	border: none;
	padding: 0;
	font-weight: 400;
}
.bsnav {
    background:none;
}
.side .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}
.side .navbar-nav .dropdown-menu li.nav-title > ul {
    padding: 0;
}
.side .navbar-nav .dropdown-menu li.nav-title a {
    background: unset;
    color: #0b0b0b;
}


/*-----------------------訂單 -----------------------*/
.coupon   .mainSection .kind-info .h2,
.order .mainSection .kind-info .h2 {
    margin-bottom: 40px;
}
.order .sum .item .value.final-price {
    color: #fff;
}
.order .mainSection .cart-box .pay-box {
    width: 30%;
    height: 100%;
    margin-top: 0 !important;
    background-color: #111111;
    color: #fff;
}
.order .mainSection .cart-box .cart-list {
    width: 68%;
    height: 100%;
    border-top: 1px solid #000;

}
.order .mainSection .cart-box .h6 {
    width: 100%;
}
.order .mainSection .cart-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order .rwd-table.mob-mode td {
    padding: 20px 10px;
}
.order .pay-box .sum .item:last-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-top: 20px;
}
.order .info-area .info-item a.op-web-link {
    color: #000;
}
/*-----------------------購物車 -----------------------*/
.cart.finish .h3 {
    font-weight: 400;
    color: #000;
    margin:0 0 20px!important;
}
.btn.btn-bord:hover{
    background-color:#000;
    color:#fff;
}
.btn.btn-bord {
    border: solid 1px #070707;
    color: #212121;
}
.cart  .btn.gray {
    color: #fff;
    background: #242424;
}
.cart .cart-step .num {
    border: solid 1px #0b0b0b;
    color: #010101;
    line-height: 32px;
}
.contact .radio-inline{
    padding-right:15px;
}
.contact .radio-inline input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.contact .map-box {
    
}
.contact .info-area h3.h5 {
    margin-top:0!important;
}

/*-----------------------會員 -----------------------*/
.rwd-table a {
    color: #0d0e0e;
}
    .rwd-table a:hover {
        color: #808080;
    }
.favorite .btn.cart {
    border-radius: 0;
    color: #000;
    background-color: unset;
}
.rwd-table.mob-mode th {
    background: #121212;
    font-size: 16px;
    font-weight: 400;
}
.main .side .nav > li + li {
    border-top: 1px solid #a7a7a7;
}
.main .side .nav > li a:hover {
    color: #9a9a9a;
}
.main .side .nav > li a {
    padding: 14px 10px 14px 0;
}
.member    .member-function-box .item > a .info {
    margin-left:0!important;  
    padding-top:8px!important;
}
.member-function-box .item > a {
    color: #000;
    text-align: center;
    padding: 40px 20px;
    border-left: 1px solid #000;
    display: block;
}
.member #geLoginBtn,
.member #lineLoginBtn {
    font-weight: 400;
    color: #0c0c0c;
    border: 1px solid #bcbcbc;
}
.member    .frame-small-box .h2{
    margin-bottom:50px;
}
.member .frame-small-box {
    width: 70%;
    margin: 30px auto 50px;
    padding: 2% 5% 5%;
    border: 1px solid #bbb;
}

/*-----------------------FAQ -----------------------*/
.faq .h2{
    margin-bottom:40px;
}
.faq .h2 .btn.btn-primary {
    padding: 6px 25px;
}
.faq .h2 .float-end {
    float: none !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.faq .accordion-list .accordion-list-header .btn-link:hover {
    color: #a2a2a2;
}
.faq .contentbuilder-box {
    padding-left: 0;
}
.faq .accordion-list .accordion-list-header {
     border:none;
    border-bottom: solid 1px #dadada;
}

.faq .accordion-list .accordion-list-header .btn-link {
    font-size: 18px;
    padding: 20px 10px 20px 35px;
}
.faq .accordion-list .st.st-a {
    top: 19px;
}
.faq .accordion-list .st {
    color: #111111;
    top: 19px;
}


/*-----------------------產品 -----------------------*/
.ratio {
    overflow:hidden;
}
body.product .display-mode a[data-mode=mode2] {
    display: none;
}
.mode-switch.gallery-list[data-mode=mode2] > .item,
.mode-switch.gallery-list[data-mode=mode4] > .item {
    flex: 0 0 50%;
}
    .mode-switch.gallery-list[data-mode=mode2] > .item .justify-content-center,
    .mode-switch.gallery-list[data-mode=mode4] > .item .justify-content-center {
        justify-content: flex-start !important;
    }
.toast-body  i{
    padding-right:5px;

}
body.product .gallery-list .item:hover .pic img {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);*/
    transform: scale(1);
}
.product .gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box .btn:hover {
    border-radius: 0;
}
.grid.hov-bg .grid-item a .pic {
    background:unset;
}
body.product.show .multiple-slick .info > p.title {
    margin: 10px 0;
    font-size: 15px;
    color: #fff;
}


.product .function-bar .display-mode .btn-mode {
    color: #6d6d6d;
}
.product.show .product-info-area .btn-area {
    order: 3;
    width: 100%;
}
.product.show .product-info-area .info-box {
    order: 2;
    width: 100%;
    color: #f6f6f6;
}
.product.show .product-info-area .title-box {
    order: 1;
    width:100%;
}
.product.show .container .product-info-area .ezshare-box ul li{
    margin-right:0;
}

.product.show .product-info-area .ezshare-box {
    order: 4;
    width: 100%;
}
.product.show .product-info-area {
    display: flex;
    flex-wrap: wrap;
}
.product.show .product-info-area .item .label:before {
    background: #d0d0d0;
}
.product.show   .product-info-area .item {
    margin-bottom: 20px;
}
.product.show .container .ezshare-box ul li{
    padding-left:5px;
}
.product.show .container .ezshare-box ul {
    text-align: right;
    display: table;
    margin: 0 0 0 auto;
    position: relative;
}
.product.show .product-pic{

}
.product.show .content {
    width: 100%!important;
}

.product.show .side1 {
    display: none;
}
.gallery-list.border-solid .item .item-detail {
    border: none;
    background:none !important;
}
.compare .table.table-fixed-two th {
    background-color: #151515;
}
.compare .table.table-fixed-two td {
    padding: 15px;
}
.compare .table.table-fixed-two .main-info .icon-area .btn.btn-cart .icon,
.compare .table.table-fixed-two .main-info .icon-area .btn.btn-fav .icon {
    color: #000000;
}
.compare .table.table-fixed-two th:first-child {
    background-color: #ffffff;
    color: #000;
}
.compare .table.table-fixed-two td:first-child {
    background-color: #ebebeb;
}
.compare .table.table-fixed-two th:first-child {
    background-color: #fff;
}
.gallery-list.cover.hov-cart .btn-box .btn.done {
    background: #fafafa;
    color: #000;
}
.product .gallery-list .item .info {
    padding: 0px 0;
}
.product .gallery-list .item .info .title {
    font-size:16px;
    margin: 10px 0;
    color:#fff;
}
.item-detail .item-info .pic a:hover,
.product .gallery-list .item .info a:hover {
    opacity: 0.5;
}
.slider-nav .thumbnail:focus, 
.slider-nav .thumbnail.slick-current.slick-active {
    border-color: unset;
    border: none;
}
.tab-area {
    border-top: solid 1px #727272;
}
.tab-area .tab-title a.active:hover {
    color: #676767;
}
.nav-item .nav-link,
.tab-area .tab-title a.active {
        color: #000000;
    }
.toast {
    background: rgb(0 0 0 / 80%);
  
}
.badge {
    border-radius: 0;
}
.product.show .container .ezshare-box ul:before {
    content: "Share ";
    display: block;
    position: absolute;
    font-size: 18px;
    left: -60px;
    top: 4px;
}
.product.show .container .ezshare-box {
    margin: 10px 0;
    position: relative;
}
.product.show  .h5 {
    margin-bottom: 10px;
}
.h5 .sub-txt {
    color: #999;
    letter-spacing: 0;
}
.product.show .tag-area {
    display:none;
}
.tab-area .tab-title a {
    padding: 10px 30px;
}
.tab-area a.nav-link {
    color: #ccc;
}
.product.show .h4 {
    text-align:center;
    color:#fff;
    background:#000;
    padding:10px;
}
.product.show .gallery-list .item .pic {
    overflow:hidden;
}
.product.show .product-info-area .info-box {
    padding: 30px 0 10px;
}


.btn.btn-light:hover,
.btn.btn-dark:hover {
    background: #9a9a9a;
}
.btn.btn-dark {
    background: #575757;
    padding: 8px 25px;
    font-size: 16px;
}

.btn.btn-light {
    background: #1c1c1c;
    padding: 8px 25px;
    font-size: 16px;
}
    .qty-box .btn:hover {
    background: #000;
 
}
.product-info-area .item.price .cont {
    color: var(--main-color);
}
.gallery-list.cover.hov-cart .btn-box .btn {
    background: #686868;
 
}
.gallery-list p.price {
    color: var(--main-color);
    font-size: 15px;
    margin-top: 0;
}
.gallery-list p.price s {
    display:none;
	/*color: #c6c6c6;*/
}
/*.product-pic.slick.st .slider-nav .slick-list .slick-track{
	width:100% !important;
}*/
.slider-nav .thumbnail{
	border:0 !important;
}


/*-----------------------訊息 -----------------------*/
.news .article-grid .item .info .title {
    padding: 4px 0 0;
}
.news .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news .pic {
    position: relative;
    overflow: hidden;
}
.article-list .item a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 5px;
    margin-bottom: 0px;
    border-bottom:1px solid #eee;
}
.article-list .item a:hover {
    background: #efefef;
}
.article-list .item a > .d-flex{
    flex-direction: column;
}
.article-list .item .time {
    display: block;
    color: #999;
    font-size: 13px;
    padding: 5px 0;
    margin-right:0;
}
.article-list .item .info {
    font-weight: bold;
    color: #000;
    line-height: 24px;
    padding-left: 0px;
}
.article-list .item a .info {
    position: relative;
}
.article-list .item a .info::before {
    display:none;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    top: 7px;
    left: 5px;
    border-radius: 99em;
}
.article-horizontal-grid .item .info .desc {
    order: 3;
    width: 100%;
}
.article-horizontal-grid   .item .info .title {
    order: 2;
    width: 100%;
    font-weight: bold;
    padding-top: 3px;
}
.article-horizontal-grid    .item .info .d-flex {
    order: 1;
    width: 100%;
}
.article-horizontal-grid    .item .info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:0;
}

.container .ezshare-box {
    margin: -10px 0 10px 0;
}
.news.show  .h1 {
    font-size: 2rem;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top:20px;
}
.news.show  .container .ezshare-box ul {
    text-align: left;
}
.news .article-grid .item .info .kind a {
    background: #666666;
    padding: 5px 7px;
    color: #fff;
    margin-bottom: 0;
}
.album.show page-box .page-item:first-child .page-link:hover,
.order.show page-box .page-item:first-child .page-link:hover,
.product.show page-box .page-item:first-child .page-link:hover,
.news.show .page-box .page-item:last-child .page-link:hover {
    color: #fff;
}
.album.show .page-box .page-item:first-child .page-link,
.order.show .page-box .page-item:first-child .page-link,
.product.show .page-box .page-item:first-child .page-link,
.news.show .page-box .page-item:last-child .page-link {
    margin: 0 auto;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    width: 180px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #ca0009;
    border-radius: 0.25rem;
}

.page-box .page-item:first-child .page-link:hover:before,
.page-box .page-item:last-child .page-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.page-box .page-item:first-child .page-link:before,
.page-box .page-item:last-child .page-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #034a83;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0.25rem;
}
.small-title {
    color: #999;
    font-size: 13px;
    padding: 5px 10px 5px 0;
}
.tag {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom:0;
}
.article-grid .item:hover .pic img{
    opacity:0.6;

}
.article-grid .item .info .title {
    padding-top:7px;
}
.article-grid .item .info .title a {
    color:#000;
    font-size:16px;
    line-height:24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;

}
.article-horizontal-grid .item .more-area {
    right: 0;
    display:none;
}
 
.article-horizontal-grid .item .info .desc {
    margin-bottom: 20px;
}
.article-grid .item .info .desc, .article-grid .item .info .desc a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.article-horizontal-grid .item .info .date {
    color: #a8a8a8;
   
}
.article-horizontal-grid .item .info .kind a {
    border: solid 1px #292929;
    color: #292929;
}
.news .article-grid.ar-img .item .info {
    height: 230px;
    border: none;
    padding: 20px 0;
}



/*-----------------------首頁 -----------------------*/
.home_about {
    display: block;
    position: relative;
    background: url(../images/all/about_bg01.jpg)no-repeat center;
    background-size: cover;
    min-height: 670px;
}
.home_about02 {
    display: block;
    position: relative;
    background: url(../images/all/about_bg02.jpg)no-repeat center;
    background-size: cover;
    min-height: 700px;
}
.about_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.about_flex02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    width: 80%;
	margin-top:10%;
}
.about_title01 {
    font-size: 100px;
    line-height:120px;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 20px;
    font-weight: 900;
    color: #da1b24;
}
.about_title02 {
    font-size: 80px;
    line-height:110px;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
}
.about_word {
    font-size: 22px;
    color: #111;
    display:block;
    line-height:30px;
    letter-spacing:0.02em;
}
.home_about .btn-box {
    padding: 0;
    margin: 0 auto;
    clear: both;
    text-align: center;
    border: none;
}
.home_about02 .btn-box{
    padding: 0;
    margin: 0;
    clear: both;
    text-align: right;
    border: none;	
}
.home_about .btn-box .pager,
.home_about02 .btn-box .pager {
    float: none;
    text-align: center;
    margin-top: 50px;
}
.home_about .btn-box .pager li,
.home_about02 .btn-box .pager li {
    margin: 0 5px;
    list-style: none;
}
.home_about .btn-box .pager li > a,
.home_about02 .btn-box .pager li > a {
    color: #fff;
    background-color: #034a84;
    border: none;
    border-radius: 50em;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding: 10px 60px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #fff 50%);
    background-repeat: repeat;
    -webkit-transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
.home_about .btn-box .pager li > a:hover,
.home_about02 .btn-box .pager li > a:hover {
    color: #034a84 !important;
    background-color: #fff;
    border:1px solid #034a84;
    background-position: -100% 100%;
}
.home_about02 .editor > .container {
    position: relative;
    padding: 110px 0px;
}
.home_about02 .core_bg {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 80px 100px;
    margin:8px;
}
.core_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.core_title {
    font-size: 40px;
    color: #da1b24;
    display: block;
    font-weight:900;
}
.core_word {
    color: #555;
    font-size: 15px;
    line-height:24px;
    letter-spacing: 0.06em;
    display: block;
}
.core_ptop {
    position:relative;
    padding-top:50px;
}
.c_icon {
    text-align:center;
    position:relative;
    margin-bottom:20px;
}
.c_title {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.about_t01{
	display:block;
	font-size:40px;
	color:#fff;
	line-height:60px;
}

.about_t02{
	display:block;	
	font-size:24px;
	color:#fff;
	line-height:40px;
}




/*首頁-產品*/

/*產品資訊輪播*/
.home_product {
    display: block;
    position: relative;
    padding: 100px 0 0 !important;
    background: url(../images/all/product_bg.jpg) no-repeat center bottom;
    background-size:cover;
    min-height:820px;
}
.home_product .application_main {
    display: block;
    position: relative;
    padding:0 130px;
}

.application_main .slider .slick-arrow {
    position: relative;
    width: 50px;
    height: 124px;
    background: url(../images/all/arrow3.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50%);
}

.application_main .slider .slick-prev {
    background-position: 0 0;
    left: -20px;
}

.application_main .slider .slick-next {
    background-position: 0 -125px;
    right: -20px;
}

.application_main .item {
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.application_main .item a:hover {
    box-shadow: 0 0 20Px 0 #999;
}
.application_main .item .pic{
    width:50%;
}

.application_main .item .title_box {
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    transition: all .3s ease;
    text-align: left;
}

.application_main .item .product_tw {
    font-size: 40px;
    font-weight: bold;
    color: #d2090f;
    display:block;
    margin-top:10px;
    margin-bottom:30px;
}
.application_main .item .info {
    width:50%;
    display:block;
    position:relative;
    padding: 20px 10px 0 15px;
    transition: all .5s ease;
    text-align: left;
}
/*end*/




.slick-multi-cusarrow .slick-btn .btn-prev {
    border: solid white;
    border-width: 0px 2px 2px 0;
    top:40%;
}
.slick-multi-cusarrow .slick-btn .btn-next {
    border: solid white;
    border-width: 0px 2px 2px 0;
    top: 40%;
}

.article-grid.info-absolute .item .info {
    padding:10px;
    text-align:left;
}
.gallery-list .item a .pic .cover,
.gallery-list .item .pic a .cover {
    opacity: 1;
    z-index: 1;
}
.gallery-list .item a:hover .pic .cover,
.gallery-list .item .pic a:hover .cover {
    opacity: 0;
}
.article-grid.info-absolute .item {
    padding: 10px;
    margin-bottom:0;
}


body.home .home_product .gallery-list .item {
    padding: 0 5px 0 0;
}
body.home .home_product .gallery-list .item .item-info {
    position: relative;
}
body.home .home_product .gallery-list .item .info {
    position: absolute;
    padding:0 30px;
    background: none;
    border: none;
    top: 47%;
    display: block;
    left: 0;
    right: 0;
    z-index:3;
}
body.home .home_product .gallery-list .item a:hover .info {
    
}
body.home .home_product .gallery-list .item .title {
    font-size:20px;
    color:#fff;
    letter-spacing:0.5em;
    margin:0 auto;
    font-weight:400;
}

.more-btn-area {
    margin: 15px 0;
    display: block;
    position: relative;
}
.btn.more {
    color: #000;
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0 60px 0 0;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Arial';
    text-align: right;
    display: block;
    letter-spacing:0.1em;
}
a.btn.more::after {
    background: url(../images/all/btn_after.svg) no-repeat;
    content: "";
    width: 53px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 0px;
    transition: all 0.5s;
}
a:hover.btn.more::after {
    right: -100px;
    opacity: 0;
    transition: all 0.5s;
}
body.home .article-list .item a {
    background: #fff;
    padding:30px 60px;
    margin-bottom:10px;
}
body.home .article-list .item a:hover {
    background: #dae3a9;
}
.article-list .item + .item {
    border-top: none;
    margin-top:0;
    padding-top:0;
}

/*首頁-訊息*/
.home_news .news_box {
    position: relative;
}

.home_news .news_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.home_news .title_box_news {
    display: block;
    position: relative;
    padding: 50px 0 0 0;
}

.home_news .news_left {
    width: 10%;
    margin-right: 40px;
}

.home_news .news_right {
    width: 90%;
    display: block;
    position: relative;
}
.home_news .article-list {
    padding: 30px 0 20px 60px;
    display: block;
    position: relative;
    border-left: 1px solid #333;
}
.home_news .box-intro {
    color: #a3a3a3;
}
.home_news .h3 {
    color: #000;
    padding-top: 3%;
    font-weight: 900;
    border-bottom: none;
}
.home_news .article-grid.info-absolute .item:hover .pic img {
    opacity: 0.6;
}
.home_news .article-grid.info-absolute .item .pic img {
    border-radius: 50%;
    transform: scale(1);
}
.home_news .article-grid.info-absolute .item .pic img {
    height: 90px !important;
    width: 90px !important;
}
.home_news .pic_wrapper {
    width: 15%;
    
}
.home_news .ti_right_s p.date {
    color: #737373;
    font-size: 14px;
    margin-bottom:0;
}
.home_news .ti_right_s p.title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.home_news .article-grid.info-absolute .item .post-foo:after {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/triangle2.svg)no-repeat;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: -15px;
}
.home_news .article-grid.info-absolute .item .post-foo:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/triangle.svg)no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    bottom: -15px;
}
.home_news .article-grid.info-absolute .item .post-foo {
    position: relative;
    overflow: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: unset;
    padding: 20px;
    transition: all 0.3s ease;
    background: #efefef;
    box-shadow: unset;
    margin-top:20px;
}
.home_news .article-grid.info-absolute .item .info {
    text-align: left;
}
    .home_news .article-grid.info-absolute .item .info a p {
        font-size: 15px;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        height:68px;
    }


/*-----------------------footer -----------------------*/
.footer {
    display:block;
    position:relative;
    background: #d6252d;
    padding-bottom:30px;
}
.footer .footer_content{
    background:none;
    padding:35px 0;
}
.footer .social-box ul li {
    color:#fff;
    font-size:15px;
    line-height:30px;
    margin: 0 5px;
    display: inline-block;
}
.footer .fot_sitemp ul li a {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 0px 0 0px 10px;
    transition: all 0.9s ease;
}
.footer ul li a:hover {
    color: #999;
}
.footer .footer-info ul li {
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}
.footer .footer-info ul li a{
    color: #000;
}

.footer .gotop {
    right: 10px;
}
.footer .gotop a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/top.svg)no-repeat center;
    width: 18px;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
}
.footer .gotop a {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-top: 14px;
    color:#000;
    border-radius:99em; 
    box-shadow: 0 0 10px 0 #ccc; 
}


.footer-oth-det {
    justify-content: space-around;
}
.footer_left label {
    margin-right: 5px;
}
.footer .footer_word ul li a {
    color: #fff;
}
.footer .footer_word ul li a:hover {
    color: #ffff00;
}
.footer_right {
    width: 70%;
    display: block;
    line-height: 24px;
    padding-left: 100px;
    margin-top: 50px;
    border-left: 1px solid #e57176;
}
.footer .copyrights {
    display: block;
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    color: #f1c4c5;
	text-align:right;
}

.footer .fot_sitemp ul li a:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #9f9d9d;
    left: 0;
    top: 16px;
    width: 7px;
    height: 1px;
}
.footer_left {
    width: 40%;
}
.footer_title {
    margin: 10px 0;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
}
.footer_word ul li {
    list-style: none;
    /*background: url(../images/all/arrow.svg)no-repeat center left;
    padding-left: 20px;*/
    display: block;
    line-height: 30px;
    font-weight: 300;
	font-size:15px;
}
.f_sitemap {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.footer_word.b2 {
    display:block;
    margin-bottom:40px;
    width:50%;
}
.footer_word.b2 ul li {
    list-style: none;
    background: none;
    padding-left: 0;
    margin: 0;
    display: block;
}
.footer_word.b2 .footer_title{
    margin:10px 0 10px;
}
.contentbuilder-box .row > .col-md-3 > ul{
	list-style:none;
}
.contentbuilder-box .row > .col-md-3 > ul > li{
	line-height: 24px;
}
.mb-none{
	margin-bottom:0 !important;
}
.footer .footer_content.fc_seperate_bottom{
	padding:0;
}
.contentbuilder-box .size-18 span{
    font-weight: bold;
}
.footer .footer-logo{
	margin-bottom: 10px;
    width: auto;
    height: 148px;
    display: block;
}
.footer .footer_content.fc_seperate_bottom .footer-bottom{
	background:none !important;
}
.footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info{
	padding:0 0 10px;
	margin:0;
}