﻿
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-size: 16px;
    font-family: '微軟正黑體';
}

:root {}

img {
    transition: all 0.5s;
}
.active-link {
  background-color: #f0f0f0; /* 或你想要的顏色 */
  color: #000; /* 文字顏色 */
}
a:hover {
    color: #949494;
}
ol, ul, dl {
    margin:0;
}
.container-fluid {
    padding:0;
}
.form-control {
    font-size: 16px;
}

.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: #2d2d2d;
}
.header .navbar .container,
.footer-info .container,
.copyright_bottom .container {
    z-index:2;
    /*max-width: 1500px;*/
}
.header .navbar {
    flex-direction: column;
    background: #fff;
    border-color: unset;
    padding: 0;
    border-bottom: none;
    z-index: 99 !important;
    padding: 0 0 0 30px;
}

.is_scroll .header .navbar {
    background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}

.navbar .flex-navBox {
    padding-left: 70px;
    padding-right: 70px;
}

.top_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.is_scroll .navbar-expand-xxl .navbar-collapse {
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.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 .navbar .nav-share-btn-area {
    font-size: unset;
    margin-top: 2px;
}

.nav-item.dropdown > .navbar-nav {
    background: #095fbd;
}

.header .nav-item.dropdown>.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link:hover {
    padding-left: 15px;
    background: #000;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #fff;
}

.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 {
    /*display:none;
    border-top: solid 5px #2267f2;*/
}

.header .navbar-nav .nav-item:hover > .nav-link {
    color: #063c96;
}

.navbar .small-btn-box ul li:nth-child(2) {
    order: 2;
}

.navbar .small-btn-box ul li:nth-child(1) {
    order: 1;
}

.list-inline-item:not(:last-child) {
    margin-right: .8rem;
}
.nav-cart-info {
    padding:0;
}
.dropdown-toggle::after {
    display: none;
}

.navbar .navbar-brand {
    margin: 0;
    transition: width .5s;
    width: 370px;
    height: 60px;
    background-size: contain;
}
.navbar .navbar-brand img.logo,
.navbar .navbar-brand img.logo_en,
.header .navbar.newtop.logo-show:not(.logo-ani-show) .navbar-brand .logo,
.header .navbar.newtop.logo-show:not(.logo-ani-show-bg) .navbar-brand .logo{
  display: none;
}
/* 當語言是中文時顯示中文LOGO */
body.lang_TW .navbar .navbar-brand img.logo,
body.lang_TW .header .navbar.newtop.logo-show:not(.logo-ani-show) .navbar-brand .logo,
body.lang_TW .header .navbar.newtop.logo-show:not(.logo-ani-show-bg) .navbar-brand .logo {
  display: block;
}

/* 當語言是英文時顯示英文LOGO */
body.lang_EN .navbar .navbar-brand img.logo_en,
body.lang_EN.is_scroll .navbar .navbar-brand.newtop img.logo_en {
  display: block;
}

.is_scroll .header .navbar.nav-big-wrapper .navbar-brand {
    transition: width .5s;
}
.header .navbar-collapse {
    margin-top: 0;
    transition: width .5s;
}
.is_scroll .header .navbar-collapse {
    /*margin-top: 10px;
    transition: width .5s;*/
}


.btn-group.lang > a.btn.btn-primary {
    background: none;
    border: none;
    border-radius: 60em;
    box-shadow: none;
    padding: 0px;
    border: none;
    color: #fff;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-group.lang a:hover.btn.btn-primary {
    color: #003997;
}

.bi-globe {
    margin-right:8px;
}
.header .navbar .small-btn-box {
    margin-top:0;
}
.is_scroll .header .navbar .small-btn-box {
    margin: 0;
}
.header .btn-group.lang .dropdown-item {
    color: #fff !important;
    font-size: 15px;
    padding: 0px 17px;
}
.navbar .small-btn-box a {
    margin: 0;
}
.navbar .small-btn-box ul li:first-child::after {
    content: ' / ';
    position: absolute;
    color: #fff;
    right: 53px;
    top: 30%;
}
body.lang_EN .navbar .small-btn-box ul li:first-child::after{
    right: 61px;
}
.small-btn-box .btn-group.lang {
    vertical-align: text-top; 
}

.navbar .small-btn-box a.btn-search:before {
    /*    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 8px;
    background-color: #b6b6b6;
    width: 1px;
    height: 10px;*/
}

.navbar .small-btn-box a.btn-search:after {
    /*content: "SEARCH";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: #626262;*/
}

.nav-search-li .nav-search-box .search-area a i:before {
    content: "";
}

.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 3px;
}

.header .navbar-nav .nav-link {
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    letter-spacing:0.05em;
    font-weight:bold;
}
body.lang_EN .header .navbar-nav .nav-link{
	padding:0 8px;
    font-size: 17px;
	letter-spacing:0;
}
.header .navbar-collapse ul.navbar-nav > li.top-menu:last-child > a.nav-link {
    color: #fff;
    background: #5db7e8;
    border-radius: 60em;
    padding: 5px 18px;
    font-size: 16px;
    margin-left: 18px;
}
.header .navbar .navbar-collapse ul.navbar-nav > li.top-menu:last-child > a.nav-link:hover {
    background: #063c96;
}

/*右上角購物車*/
.nav-cart-info .nav-cart-list.cart-drop-detail{
	
}
.nav-cart-info .cart-drop-box .count {
    line-height: 17px;
    top: -3px;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group .btn{
	padding:0;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group{
	padding:10px;
	align-items: center;
}
.btn.gray{
	height:50px;
	line-height:50px;
}
.info-item a{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.nav-cart-list .cart-detail .item-detail .info-detail .title{
	font-size:16px;
}
.nav-cart-list .cart-detail .item-detail .info-detail .buy-info .sub-text,
.cart-checkout .sum .price{
	color:#F00;
}

/*訊息跑馬燈*/
.marquee {
    position:relative;
    display:block;
    z-index:1;
	background-image: linear-gradient(to top, #2267f2, #194cbc)
}
.marquee > div > .container{
    overflow:hidden;
}
.marquee-box {
    overflow:hidden;
}
.marquee_title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #2267f2, #194cbc)
    padding:0 15px;
}


.wid-float-section ul {
    /*background: rgb(0 0 0 / 90%);*/
    background: none;
}

.wid-float-section ul li a {
    font-size: 15px;
    padding: 0;
    border-radius:16px;
    width:65px;
    height:65px;
    margin:0 auto 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15); 
}

.wid-float-section ul li a:hover {
    background:#333;
}
.wid-float-section ul li.b5 a{
    background:#4f81be;
    color:#fff;
}
.wid-float-section ul li.b6 a{
    background:#fff;
    color:#023894;
}
.wid-float-section ul li.top a{
    background:#023894;
    color:#fff;
}
.wid-float-section ul li+li{
    border-top: none;
}
.wid-float-section ul li {
    padding:0;
}

.wid-float-section ul li a .icon {
    font-size: 18px;
    padding-bottom: 8px;
}
.floatin_icon,
.floatin_icon_block {
    display:block;
    margin:5px auto 0;
}

.floatin_icon_mobile{
	display:none;
}

.nav-search-li .nav-search-box .search-area {
    background: #010080;
    width: 200px;
    border-radius: 8px;
    padding: 10px 10px 5px;
}

.nav-search-li .nav-search-box .search-area a {
    color: #fff;
}

.nav-search-box .btn.btn-dark:hover {
    background: unset;
    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;
}

.h3 .txt-en,
.h2 .txt-en {
    display: none;
}

.h2 {
    color: #095fbd;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.h2::after{
    /*content:'';
    position:absolute;
    background: url(../images/all/title_before.png) no-repeat;
    width:70px;
    height:15px;
    left:0;
    right:0;
    margin: 0 auto;
    top: -25px;*/
}

.h5 {
    color: #000;
}
.h2 .txt-en{
	display:none;
}

.h6 {
    border-left: solid 2px #063c96;
	color:#063c96;
}

.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: #063c96;
}

.list-creative .list-terms label {
    color: #063c96;
}

.list-creative>li:nth-child(2n) .list-terms:before {
    background: #b4b4b4;
}

.btn.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-secondary,
.btn.btn-primary {
    padding: 10px 50px;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius:0 !important;
}

.btn-secondary {
    background: #666;
}

.btn.btn-primary {
    background: #063c96;
}
.fancybox_title{
	display:block;
	position:relative;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#095fbd;
	margin-bottom:5px;
}

.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: #063c96;
    border-color: #063c96;*/
}

.btn-info:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-info {
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    font-size: 12px;
    border-radius: 0;
}

.gallery-list .btn-box .btn.done {
    color: #063c96;
}

.page-link {
    color: #000;
    border-color: #fff;
}

.page-link:hover {
    background: #063c96;
    color: #fff!important;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #2267f2;
    border-color: #fff;
}

.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 li,
.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb {
    background: #333333a1;
    /*transform: translateY(-41px);*/
}

.btn.cart {
    background: #5db7e8;
}

.contact .main .side {
    margin-bottom: 0;
}

.main-title .h6 {
    border-left: none;
    font-size: 20px;
    padding-left: 0;
}

.cart .breadcrumb-section,
.contact .breadcrumb-section,
.album .breadcrumb-section,
.faq .breadcrumb-section,
.news .breadcrumb-section {
    margin-bottom: 3rem !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;
    width: 210px;
    background: #5db7e8;
}

.header .nav-item.dropdown>.navbar-nav .nav-item:hover>.navbar-nav {
    opacity: 1;
}

.form-floating > .form-control{
    line-height: 1.5;
}


/*-----------------------banner -----------------------*/
.slick .slick-dots button{
	background: #023894;
    width: 12px;
    height: 12px;
}
.banner-pub-content{
	position: absolute;
    top: 440px;
    z-index: 2;
    left: 10%;	
}
.banner-pub-content .editor{
    position: relative;
}

.banner .banner-txt{
	top: 0;
    left: 0;
    transform: translate(10vw, 200px);
    padding: 0;
    z-index: 9;
    position: absolute;
    background: none;
    width: auto;
    text-align: left;
}
.pl_15{
	padding-left:15px;
}
#countdown {
    font-weight: bold;
    color: #fff600;
}


.banner .slick .slick-dots{
	bottom:10px !important; 
}
.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 .scro_sol {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner {
    position: relative;
    margin-top: 75px;
}
.slick .slick-dots .slick-active button {
    background:#fff;
}
.slick-dots li button:before {
    color:#fff;
}

.side .wid.wid-search .btn {
    display: block;
    padding: 7px 5px;
    font-size: 15px;	
}

.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: #666;
    color: #fff;
}

.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #fff;
    background: #095fbd;
    border: solid 1px #095fbd;
}

.side .filter-content>ul {
    padding: 4px 10px;
}

.side .filter-content ul li {
    padding: 4px 0;
}

.main .side .wid-search .h3 {
    background-color: #000;
    padding: 8px;
    display: block;
    color: #fff;
    display: none;
}

body.home .main {
    padding-bottom: 0;
}
.container .ezshare-box {
    margin: 0px 0 10px 0;
}

.cart .btn-box,
.main {
    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: #eaeaea;
    margin-bottom: 9px;*/
}

.main .side .h3 {
    font-size: 18px;
    display: block;
    padding-bottom: 0;
    border: 3px double #ccc;
    color: #666;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}

.side .nav-item.dropdown>.navbar-nav .nav-item .nav-link:hover {
    /*color: #a4a4a4;*/
    background:#000;
}
.side .navbar-nav .dropdown-menu li.nav-title>ul {}

.side .navbar-nav .dropdown-menu li.nav-title a {
    background: unset;
    color: #fff;
    font-size: 16px;
}
.side .navbar-nav .dropdown-menu li.nav-title a:active{
	background:#333 !important;
}

.side .navbar-nav .dropdown-menu li a{
}
.side .nav-item:not(.nav-title).dropdown>.navbar-nav .nav-item:not(.nav-title) .nav-link {
    background: #fff;
    font-size: 14px;
    padding: 10px 0px 10px 15px;
    color: #4f81be;
    display: block;
    white-space: normal;
	border-bottom:1px dashed #eee;
}

.side .nav-item:not(.nav-title).dropdown>.navbar-nav .nav-item:not(.nav-title) .nav-link:hover {
    color: #000 !important;
}

.side .navbar-nav .dropdown-menu li.nav-title {
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
}
.side .h3 .txt-tw{
	border:none;
	padding:0;
	font-size:18px;
}


/*-----------------------訂單 -----------------------*/

.coupon .mainSection .kind-info .h2,
.order .mainSection .kind-info .h2 {
    margin-bottom: 40px;
}

.order .sum .item .value.final-price {
    color:#fff;
	font-weight:bold;
}

.order .mainSection .cart-box .pay-box {
    width: 30%;
    height: 100%;
    margin-top: 0 !important;
    background-color: #063c96a1;
    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: 900;
    color: #000;
    margin: 0 0 20px!important;
}
.cart-box .cart-step .txt{
	font-size:20px;
	color:#063c96;
}
.sum > div:last-child{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dashed #ccc;
}
.sum .item .value.final-price{
	color:#F00;
	font-weight:bold;
	font-size:16px;
}
.frame-border{
	border:3px double #063c96;
}
.frame-border02{
	padding:20px;
	border:3px double #063c96;
}

.btn.btn-bord:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-bord {
    border: solid 1px #070707;
    color: #212121;
}

.cart .btn-box > .btn.gray {
    color: #fff;
    background: #063c96;
	line-height:inherit;
	height:auto;
	font-size:16px;
}

.cart .cart-step .num {
    color: #fff;
    line-height: 32px;
	background:#063c96;
	font-size:18px;
}


/*聯絡我們 contact*/
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
}
.form-floating textarea.form-control {
    min-height:180px;
}
.contact .radio-inline {
    padding-right: 15px;
}

.contact .radio-inline input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.contact .map-box {
    padding-right: 5%;
}

.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: 10px;
	color:#fff;
	background:#063c96;
}
.side ul.nav li {
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
}

.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: 2px solid #174494;
    display: block;
}
.member-function-box .item > a:hover{
	color:#fff;
	background: #5db7e8;
}

.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: 3px double #063c96;
}
.member .frame-small-box .finish{
	text-align:center;
}
.member-info > div{
	color:#174494;
}


/*-----------------------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;
}


/*-----------------------產品 -----------------------*/

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 .pic {
    overflow: hidden;
}

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.1);
}

.product .gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box .btn:hover {
    border-radius: 0;
}

.product .gallery-list .item .title {
    font-weight: bold;
    margin: 25px 0 5px 0;
    font-size: 16px;
    color: #000;
}
.product.show .item.price .cont,
.product .gallery-list .item .item-info .info .price-box .price,
.cart-list .info-area .info-item.price,
.cart-list .info-area .price{
	color:#F00;
}
.product.show .item.price .cont s{
	color:#ccc;
}

.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%;
}

.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 {
    padding-right: 5%;
}

.product.show .content {
    width: 100%!important;
}

.product.show .side1 {
    display: none;
}

.gallery-list.border-solid .item .item-detail {
    border: none;
}

.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;
}

.slider-nav .thumbnail:focus,
.slider-nav .thumbnail.slick-current.slick-active {
    border-color: transparent;
    /* border: none;   如果解開詳細頁有用到slick輪播的會變成垂直 */
}

.tab-area {
    border-top: solid 1px #727272;
}

.nav-item .nav-link:hover,
.tab-area .tab-title a.active:hover {
    /*color: #2267f2;*/
}

.nav-item .nav-link {
    color: #666;
}

.tab-area .tab-title a.active {
    /*color: #023894;*/
}

.toast {
    background: rgb(0 0 0 / 80%);
}

.slider-nav .thumbnail {
    margin: 0;
}

.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: #959595;
    letter-spacing: 0;
}

.btn.btn-light:hover,
.btn.btn-dark:hover {
    background: #000;
}

.btn.btn-dark {
    background: #174494;
    padding: 8px 25px;
    font-size: 16px;
	border-radius:0;
}

.btn.btn-light {
    background: #5db7e8;
    padding: 8px 25px;
    font-size: 16px;
	border-radius:0;
}

.qty-box .btn:hover {
    background: #000;
}

.product-info-area .item.price .cont {
    color: #000000;
}

.gallery-list.cover.hov-cart .btn-box .btn {
    background: #686868;
}

.gallery-list p.price {
    color: #626262;
    margin-top: 0;
}

.gallery-list p.price s {
    color: #c6c6c6;
}


/*-----------------------訊息 -----------------------*/
.news .article-list .item a:hover .info {
    color: #095fbd;
}
.news .article-grid .item .info .title {
    padding: 4px 0 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.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;
}
.home_news .pic .ratio,
.news .pic a .ratio{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 高度比例 */
	height: 0;
	overflow: hidden;
}
.home_news .pic .ratio > iframe,
.news .pic a .ratio > iframe{
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.article-grid .item article {
    box-shadow: 0 0 10px 0 #ccc;
    padding: 10px;
}
.article-list .item .icon {
    display: none;
}

.article-list .item .time {
    color: #808080;
}

.article-list .item .info {
    font-weight: 600;
    color: #000;
    font-size: 18px;
	width: 98%;
}

.article-grid .item .info .title {
    padding: 10px 0;
}

.article-horizontal-grid .item .info .desc {
    order: 3;
    width: 100%;
}

.article-horizontal-grid .item .info .title {
    order: 2;
    width: 100%;
    font-weight: bold;
    padding:7px 0;
}
.article-horizontal-grid .item .info .title a{
    font-size:20px;
}

.article-horizontal-grid .item .info .d-flex {
    order: 1;
    width: 100%;
}

.article-horizontal-grid .item .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.item-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.item-flex .pic a .ratio{
    border:1px solid #f2f2f2 !important;
    margin-bottom:15px;
}
/*div排列*/


.news.show .h1 {
    font-size: 26px;
    line-height: 30px;
    color: #095fbd;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.news.show .container .ezshare-box ul {
    text-align: left;
}

.news .article-grid .item .info .kind a {
	background: #999;
    padding: 5px;
    color: #fff;
    margin-right: 8px;
    font-size: 11px;
}

.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;
    background:#000;
}

.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;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 5px;
    width: 180px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
/*    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;*/
    background: #000;
}
.page-box .page-item .page-link:hover,
.page-box .page-item:first-child .page-link:hover,
.page-box .page-item:last-child .page-link:hover,
.product.show .page-box .page-item:first-child .page-link:hover {
    background: #063c96;
}
.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-item:not(:first-child) .page-link {
    margin: unset;
}

.page-box .page-item:first-child .page-link:before,
.page-box .page-item:last-child .page-link:before {
    display: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    -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: 60em;
}

.small-title,
.article-list .item .time {
    background-color: transparent;
    padding: 5px 0px;
	color: #9a9a9a;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
}

.tag {
    margin-right: 10px;
    margin-bottom: 0;
    background: #999;
    padding: 5px 7px;
    color: #fff;
}

.article-grid .item:hover .pic img {
    opacity: 0.6;
}

.article-grid.info-absolute .item .info {
    padding: 20px 15px;
    background: #fff;
    text-align:left;
}
.article-grid.info-absolute .item .info .date {
    color: #9a9a9a;
    font-size: 14px;
}
.article-grid.info-absolute .item .info .title{
    margin:0;
}
.article-grid .item .info .title a {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
	overflow: hidden;
    white-space: nowrap; /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 98%;
}
.article-grid.info-absolute .item {
    padding: 0 15px;
}

.article-horizontal-grid .item .more-area {
    right: 0;
    background-color: #111111;
    display: none;
}

.article-horizontal-grid .item .info .desc {
    margin-bottom: 20px;
}

.article-grid .item .info .desc,
.article-grid .item .info .desc a {
    /*display:none;*/
	display:block;
    overflow: hidden;
    white-space: nowrap;  /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 98%;
}


.article-horizontal-grid .item .info .date {
    color: #9a9a9a;
    margin-left: 15px;
}

.article-horizontal-grid .item .info .kind a {
    color: #fff;
    background: #063c96;
    padding: 7px 15px;
}

.news .article-grid.ar-img .item .info {
    border: none;
    padding: 10px;
}

.radio-text-st input[type=radio]:checked+label {
    background-color: #003997;
}
.radio-text-st label{
	margin:0 5px 5px 0;
}


/*-----------------------首頁 -----------------------*/
.section .container {
    /*max-width: 1200px;*/
}
body.home .h3 {
    display: none !important;
}

/*more鈕*/
.more-btn-area {
    display: block;
    position: relative;
    margin-top:50px;
}
.btn.more {
    color: #fff;
    /*background-image: linear-gradient(to right, #0058de, #04a9c2);*/
    background:#000;
    border-radius: 0px;
    border: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Oswald';
    width: 250px;
    height: 70px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    line-height: 70px;
    font-weight:600;
}
a:hover.btn.more {
    background: #095fbd;
    transition: all 0.5s;
}
a.btn.more::after {
    background: url(../images/all/btn_after.svg) no-repeat;
    content: "";
    width: 33px;
    height: 10px;
    position: absolute;
    top: 30px;
    right: 17%;
    transition: all 0.5s;
}
a:hover.btn.more::after {
    right: -100px;
    opacity: 0;
    transition: all 0.5s;
}


/*首頁  關於我們*/
.home_about {
    display: block;
    position: relative;
    padding-top: 130px;
}
.home_about::after{
    content:'';
    position:absolute;
    background: url(../images/all/about_bg.jpg) no-repeat top center;
    width:2000px;
    min-height:940px;
    top:0;
    left:0;
    right:0;
    z-index: -1;
}
.about_flex {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.about_Lpic {
    width: 80%;
}
.about_Rword {
    display:block;
    position: relative;
    margin-left:60px;
    margin-top:60px;
}
body.lang_EN .about_Rword{
    margin-top: 10px;
	width:70%;
}
.about_title01 {
    font-size: 56px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #000;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 64px;
}
.word_blue {
    color: #035fbc;
}
.about_since {
    display: block;
    font-family: 'Oswald';
    color: #166ac5;
    font-size:30px;
    line-height:40px;
    margin-top:30px;
}
.about_note {
    display: block;
    color: #166ac5;
    font-size: 30px;
    line-height: 40px;
    font-weight:bold;
    letter-spacing:0.1em;
}
body.lang_EN .about_note {
    font-family: 'Oswald';	
	letter-spacing:0;
    line-height: 36px;
}
.about_word {
    display: block;
    position: relative;
    margin: 10px 0;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    text-align: justify;
    width:85%;
    margin-top:40px;
}
body.lang_EN .about_word {
	line-height: 26px;
    font-size: 17px;
	text-align: left;
}

/*首頁 主要產品*/
.home_product {
    display:block;
    position:relative;
    margin:120px 0;
}
.home_product::after{
    content:'';
    position:absolute;
    background: url(../images/all/product_bg.png) no-repeat top center;
    width:2000px;
    min-height:1630px;
    top:0;
    left:0;
    right:0;
    z-index: -1;
}
.ptitle_tw {
    display:block;
    position:relative;
    font-size:22px;
    font-weight:bold;
    color:#000;
}
.product_box {
    display:block;
    position:relative;
    margin-top:40px;
}
.home_ptype {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}
.home_ptype .row .p_box {
    display:block;
    position:relative;
    margin-top:50px;
}
.p_titlebox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    transition: all ease 0.8s;
    margin-left:0;
}
a:hover .p_titlebox {
    margin-left:10px;
    transition: all ease 0.8s;
}
.p_no {
    font-size: 50px;
    font-weight: bold;
    line-height: 56px;
    color: #035fbc;
    padding-right: 7px;
    font-family: 'Oswald';
}
.p_title {
    color:#000;
    font-size:24px;
    font-weight:bold;
    letter-spacing:0.05em;
}
body.lang_EN .p_title {
	font-size:18px;
	letter-spacing:0;
}

/*圖片HOVER效果*/
.feature-link {
    display: block;
    position: relative;
    text-align: center;
}
.feature-link .pic {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
}
.feature-link:hover .pic {
    background: #000;
}
.feature-link:hover .pic img {
    opacity: 0.5;
    transition: all ease 1.5s;
    overflow:hidden;
}


/*首頁_影片專區*/
.home_video {
    display:block;
    position:relative;
    margin-bottom:120px;
}
.video_box {
    position: relative;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-between;
}
.img-wrap-2 {
    position: relative;
    display: inline-block;
}
.img-wrap-2 .v_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all ease 1.5s;
}
a:hover .v_icon {
    transform: translate(-50%, -50%) scale(1.6);
    transition: all ease 1.5s;
}
/*-----------------------footer -----------------------*/
.footer_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
body.lang_EN .footer_content .container div > .row{
    align-items: flex-end;	
}
.footer-logo {
    width: 140px;
    margin-right:30px;
}
body.lang_EN .footer-logo {
	display:none;
}

.footer-info {
    display: block;
    position: relative;
    margin: 0 0 0 20px;
}
body.lang_EN .footer-info ul li{
	letter-spacing:0;
	line-height:20px;
}
.footer .footer-info ul li {
    display: inline-block;
    padding-right: 15px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 10px 0 0;
    letter-spacing: 0.07em;
    line-height: 20px;
}
.footer .footer-info ul li a{
    color:#fff;
}
.footer ul li a:hover {
    /*border-bottom: 1px solid #ccc;*/
}
.footer ul li.icon_f a:hover,
.footer ul li.icon_l a:hover,
.footer ul li.icon_p a:hover,
.footer ul li.icon_i a:hover {
    border-bottom: none;
    opacity: 0.5;
}
.footer .footer-info ul li label{
	font-weight:bold;
}
.footer .powered {
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
}
.footer .powered a {
    color: #9fbcf5;
}
.footer .copyrights {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
body.lang_EN .footer .copyrights{
	line-height: 18px;
}
.footer {
    padding: 0;
}
.footer .footer_content{
    /*background-color: #2e7bed;*/
    background: url(../images/all/footer_bg.jpg) repeat-y top center;
    padding:20px 0;
}

.footer .social-box {
    text-align: right;
    /*margin-bottom:10px;*/
}
.footer .social-box a {
    /*color: #595959;
    font-size: 25px;
    display: block;*/
}
.footer .social-box ul li {
    /*margin: 0 0 0 8px;*/
}
.footer .gotop {
    display: none !important;
    right: 0;
}
.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: #111111;
    width: 65px;
    height: 65px;
    border-radius: 0;
    border: 1px solid #858585;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-top: 14px;
}

.footer .copyrights-info {
    border-top:none;
    padding:0;
    margin:0;
}

.footer-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.right-area {
    text-align:right;
}
.copyright_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sitemap ul li a {
    text-decoration: underline;
}
.sitemap ul li a:hover {
    text-decoration: none;
}



/*單元系統-about*/



