﻿
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-size: 16px;
    font-family:'微軟正黑體','Lato';
}

:root {}

img {
    transition: all 0.5s;
}
.active-link {
  background-color: #f0f0f0; /* 或你想要的顏色 */
  color: #000; /* 文字顏色 */
}
a:hover {
    color: #ff8000;
}
ol, ul, dl {
    margin:0;
}
.container-fluid {
    padding: 0;
}
.form-control {
    font-size: 16px;
	color:#000;
}

.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;
}
.footer_mid .container {
    z-index: 2;
    max-width: 1600px;
}

.header .navbar {
    flex-direction: column;
    background:none;
    /*background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);*/
    border-color: unset;
    border-bottom: none;
    z-index: 99 !important;
    padding:0 35px;
}

.is_scroll .header .navbar {
    background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
}

.navbar .flex-navBox {
    padding-left: 70px;
    padding-right: 70px;
}

.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: #707372;
}

.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: #ff8000;
}
.nav-item.dropdown.dropdown-left ul.navbar-nav li.nav-item > a:hover.nav-link:before{
	display:none !important;
	background:none !important;
}

.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 #fff;
}

.header .navbar-nav .nav-item:hover > .nav-link {
    color: #ff8000;
}
.header ul.navbar-nav > li.nav-item > a.nav-link:before {
    content: '';
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 3px;
    background-color: #ff8000;
    transition: all .5s ease-out;
}
.header ul.navbar-nav > li.nav-item > a:hover.nav-link:before {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s ease-out;
}

 /*改變右上角購物車和會員專區的位置
.navbar .small-btn-box ul li:nth-child(2) {
    order: 2;
}

.navbar .small-btn-box ul li:nth-child(1) {
    order: 1;
}*/

.navbar .small-btn-box ul li.nav-cart-info {
	margin-right: 1rem !important;
}
.list-inline-item:not(:last-child) {
    /*margin-right: 1rem;*/
}
.small-btn-box ul li {
    position:relative;
}

.cart-drop-box a.nav-cart-info-btn {
    background: #08397f;
    border: none;
    border-radius: 60em;
    box-shadow: none;
    padding: 0 0 0 25px;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    position: relative;
    display: block;
}
.cart-drop-box a.nav-cart-info-btn::after {
    content: '';
    position: absolute;
    background: url(../images/all/icon_arrow.svg)no-repeat;
    width: 13px;
    height: 9px;
    right: 20px;
    top: 18px;
    transition: all linear .5s;
}
.cart-drop-box a.nav-cart-info-btn:hover {
    background: #619b28;
}
.cart-drop-box a.nav-cart-info-btn:hover::after {
    right: -50%;
    opacity: 0;
    transition: all linear .5s;
}
.inquiry_icon {
    display:none;
}

.nav-cart-info {
    padding: 0;
}
.dropdown-toggle::after {
    display: none;
}

.header .navbar .container {
    max-width:1600px;
}
.navbar .navbar-brand {
    margin: 0;
    transition: width .5s;
    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;
    margin-left: 10px;
    transition: width .5s;
}
.is_scroll .header .navbar-collapse {
    /*margin-top: 10px;
    transition: width .5s;*/
}
.top_searchbox {
    position: relative;
    margin-right: 15px;
}


.btn-group.lang > a.btn.btn-primary {
    background: none;
    border: none;
    border-radius: 60em;
    box-shadow: none;
    padding: 0px;
    border: none;
    color: #575757;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-group.lang a:hover.btn.btn-primary {
    /*color: #619b28;*/
}

.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 {
    font-size: 15px;
}
.header .btn-group.lang .dropdown-item:hover,
.header .btn-group.lang .dropdown-item:focus {
    background:#ffce9d;
}
.navbar .small-btn-box a {
    margin: 0;
    font-size: medium;
}
.small-btn-box .btn-group.lang {
    vertical-align: text-top; 
    margin:0 15px;
}
.header .btn-group.lang .dropdown-menu {
    overflow: hidden;
    right: 0;
    left: auto;
}

.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: 5px 0;
}

.header .navbar-nav .nav-link {
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    letter-spacing:0em;
    font-weight:600;
}
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{
	display:none;
	
}
.nav-cart-info .cart-drop-box .count {
    line-height: 17px;
    top: -7px;
    left:12px;
    right:initial;
    width: 15px;
    height: 17px;
}
.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 {
    margin:0 auto 10px;
    /*font-size: 15px;
    padding: 0;
    border-radius:16px;
    width:65px;
    height:65px;
    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 {
}
.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+li{
    border-top: none;
}
.wid-float-section ul li {
    padding:0;
}

.wid-float-section ul li a .icon {
    font-size: 18px;
    padding-bottom: 8px;
}
.wid-float-section .mobile_btn{
	display:none;
}

.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: #619b28;
    width: 200px;
    border-radius: 6px;
    padding: 10px 10px 5px;
}

.nav-search-li .nav-search-box .search-area a {
    color: #fff;
    background:none;
}

.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;
}
.ezshare-box ul li.list-inline-item{
	margin-right:0;
}

.breadcrumb li .txt-en {
    display: none;
}

.h2 .txt-en {
    display: none;
}

.h2 {
    font-size: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ff8000;
    border-bottom: 2px solid #ccc;
}
.lang_TW .h2{
	font-size:30px;
}
.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;*/
}
.h3 {
    display: block;
    position: relative;
    font-size: 50px;
    font-family: 'Jost';
    color: #000;
    text-align: left;
    /*background: url(../images/all/title_icon.svg) no-repeat left center;*/
    margin: 15px 8px;
    text-transform: uppercase;
    font-weight:500;
}
.h4 {
    color:#2267f2;
    border-bottom:1px solid #ccc;
    padding-bottom:15px;
    margin-bottom:15px;
}
.h5 {
    font-size: 18px;
    font-weight:600;
    color: #063c96;
}
.h2 .txt-en{
	display:none;
}

.h6 {
    border-left: solid 5px #063c96;
	color:#063c96;
}

.h6 .justify-content-between {
    align-items: center;
}

.red-word {
    color: #ff0000 !important;
}

.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;
}
.list-creative > li + li {
    border-top:none;
    border-bottom: solid 1px #ccc;
}

.btn.btn-secondary,
.btn.btn-primary {
    padding: 5px 35px;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius:36px !important;
}
.btn.btn-secondary {
    background: #666;
}
.btn.btn-primary {
    background: #063c96;
}
.btn.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #619b28;
    color: #fff;
}

.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;
}

.search-area .form-control {
    font-size: 14px;
    border-radius: 6px;
    border: none;
}

.container .ezshare-box ul {
    /*text-align: center;*/
}

.breadcrumb {
    position: relative;
    background: unset;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 10px;
}
.breadcrumb:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #fff;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}



.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: #ff8000;
}

.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: #666;
    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;
}

#countdown {
    font-weight: bold;
    color: #fff600;
}


.banner .slick .slick-dots{
	bottom:50px !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:#ff8000;
}
.slick-dots li button:before {
    color:#ff8000;
}

/*左選單*/
.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;
}
.side .navbar-nav .dropdown-menu .dropdown-menu{
	padding: 0 0 5px 17px;
	color:#000;
	font-size:15px;
}

body.home .main {
    padding-bottom: 0;
}
.container .ezshare-box {
	display:none !important;
    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 .side1 .h3 {
    font-size: 18px;
    display: none;
    padding-bottom: 0;
    /*border: 3px double #ccc;*/
    color: #000;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}

.side1 .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    /*color: #a4a4a4;*/
    background: #333;
}
.side1 .navbar-nav .dropdown-menu li.nav-title>ul {}

.side1 .navbar-nav .dropdown-menu li.nav-title a {
    background: #619b28;
    color: #fff;
    font-size: 15px;
}
.side1 .navbar-nav .dropdown-menu li.nav-title a:active{
	background:#333 !important;
}

.side1 .navbar-nav .dropdown-menu li a{
}
.side1 .nav-item:not(.nav-title).dropdown>.navbar-nav .nav-item:not(.nav-title) .nav-link {
    background: #fff;
    font-size: 15px;
    padding: 10px 0px 10px 15px;
    color: #4f81be;
    display: block;
    white-space: normal;
	border-bottom:1px dashed #eee;
}

.side1 .nav-item:not(.nav-title).dropdown>.navbar-nav .nav-item:not(.nav-title) .nav-link:hover {
    color: #000 !important;
}

.side1 .navbar-nav .dropdown-menu li.nav-title {
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
}
.side1 .h3 .txt-tw{
	border:none;
	padding:0;
	font-size:20px;
}



/*-----------------------訂單 -----------------------*/

.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: #00a2ff;
    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 #fff;
    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-step .txt{
	font-size:20px;
}
.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;
    border-radius: 36px;
}
.cart .btn-box > .btn.gray:hover{
    background:#619b28;
}
.cart .cart-step .num {
    color: #fff;
    line-height: 32px;
    background: #063c96;
    font-size: 18px;
}

.cart .other_link {
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
}
.cart .other_link a {
    color: #063c96 !important;
    text-decoration: underline;
    font-size: 14px;
    border-radius:30em;
}
.cart .other_link a:hover{
    text-decoration:none;
}
.pr-10 {
    padding-right: 10px;
}
.form-select {
    font-size:16px;
}
.mt-1 {
    margin-top: 0.15rem !important;
}
.mr-15 {
    margin-right:15px;
}

/*聯絡我們 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 .side1 .nav>li a:hover {
    color: #9a9a9a;
}

.main .side1 .nav>li a {
    padding: 10px;
	color:#fff;
	background:#063c96;
}
.side1 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: 80%;
    margin: 30px auto 50px;
    padding: 5%;
    border: 3px double #3da3f9;
}
.member.modify .frame-small-box{
	width:100%;
}
.member .frame-small-box .finish{
	text-align:center;
}
.member-info > div{
	color:#174494;
}
.member .identity_word {
    display: block;
    color: #3da3f9;
    font-weight: bold;
    font-size: 16px;
    padding: 0.375rem 0;
    line-height: 1.5;
    border-radius: 0;
    width: 100%;
}
.member .col-form-label {
    text-align:right;
}
.member .form-check-inline {
    margin-top:5px;
}
.member .member_title {
    display:block;
    position:relative;
    margin-bottom:15px;
    font-weight:bold;
}
.member .order_box1 {
	order: 1;
}
.member .order_box2 {
	order: 2;
}
.noteword {
    display:block;
    font-size:14px;
    color:#F00;
    line-height:20px;
    padding:5px 0;
}
.noteword02 {
    display: block;
    position:relative;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 5px 0 5px 12px;
}
.member .btn.btn-txt {
    font-size: 15px !important;
    text-decoration: none;
    color: #333;
    padding: 5px 15px;
    border-radius: 0;
    background: #ececec;
}
.member .btn.btn-txt02 {
    font-size: 15px !important;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0;
    background: #666;
}
.member a:hover.btn.btn-txt,
.member a:hover.btn.btn-txt02 {
    color:#fff;
    background:#063c96;
}


/*頁籤*/
.tabs_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    max-width: 100%;
    width: 100%;
    border-top: none;
    justify-content: center;
}
.tabs input[type=radio] {
	display: none;
}
.tabs input[type=radio]:checked + label {
	color: #fff;
	background-color:#3da3f9;
	transform: translate(-1,1px);
}
.tabs input[type=radio]:checked + label + .tab-content {
	display: block;
}

.tabs label {
	padding:8px 12px;
	color: #000;
	font-size:18px;
	border-bottom: unset;
	/*border: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	cursor: pointer;
	order: 0;
}
.tabs label:hover {
	color: black;
}
.tabs .tab-content {
	display: none;
	padding: 1.5em 0 0;
	width: 100%;
	/*border: 1px solid #ccc;
	border-radius: 5px;*/
	order: 1;
}



/*-----------------------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;
}
.gallery-list .item{
	margin-bottom:0;
}
.gallery-list .item .pic {
    overflow: hidden;
}

.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 .info {
    padding:10px;
}
.product .gallery-list .item .title {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #08397f;
    min-height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: left;
}
.product .add_icon {
    display: block;
    position: relative;
    color: #fff;
    background: #063c96;
    font-size: 15px;
    text-align: center;
    padding: 7px 25px;
    border-radius:50em;
    font-weight:600;
}
.btn.add_icon:hover {
    background:#619b28;
}

.product.show .item.price .cont,
.cart-list .info-area .info-item.price,
.cart-list .info-area .price {
    font-size: 1.125rem;
    color: #ff0000 !important;
    font-weight: bolder;
}
.product .gallery-list .item .item-info .info a .desc {
    display: none;
}
.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%;
    padding: 30px 0 10px;
}

.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;
}

.product.show .bulk-price {
    display:flex;
    position:relative;
}
.product.show .bulk-price .label{
    color:#063c96;
}
.product.show .quantity_word {
    font-weight:bold;
}
.product-info-area .item .label {
    font-weight:bold;
}
.product.show .gallery-list .item a {
    padding: 10px;
    box-shadow: 0 0 16px 0 #cfcfcf;
    margin: 10px 0px;
    display: block;
}
.product.show .gallery-list .item a .ratio{
    overflow: hidden;
}
.product.show .gallery-list .item a:hover .ratio 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.show .gallery-list .item .info {
    padding: 0;
}
.product.show .point-title {
    display:block;
    font-size:20px;
    color:#F00;
    margin-bottom:10px;
    font-weight:bold;
}
.modal-title {
    text-align: left;
}
.product .item-info .btn-box {
    display: table;
    margin: 0 auto;
}
.login_title {
    display: block;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.check-btn {
    display: block;
    position: relative;
    text-align:center;
}
.check-btn a{
    color:#fff;
    background:#ee2f2f;
    font-size:16px;
    padding:8px 25px;
    text-align:center;
}
.check-btn a:hover{
    background:#000;
}

.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;
}



.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 {
    border-radius:0;
	font-size: 16px;
}

.tab-area .tab-title a.active {
    font-weight:400;
    font-size:16px;
}

.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 {
    display:block;
    color: #666;
    letter-spacing: 0;
    font-size:15px;
    padding:7px 0;
}

.btn.btn-light:hover,
.btn.btn-dark:hover {
    background:#619b28;
}

.btn.btn-dark {
    background: #3da3f9;
    padding: 8px 25px;
    font-size: 16px;
	border-radius:36px;
}

.btn.btn-light {
    background: #063c96;
    padding: 8px 25px;
    font-size: 16px;
	border-radius:36px;
}

.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;
}
/* 16:9 高度比例 
    .home_news .pic .ratio,
    .news .pic a .ratio{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	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;
	margin:15px 5px;
}
.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: 24px;
    line-height: 30px;
    color: #08397f;
    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: none;
    padding: 0;
    color: #619b28;
    margin-right: 0px;
    font-size: 14px;
	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;
    background:#619b28;
}
.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: 36px;
    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: #063c96;
}
.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,
.order.show .page-box .page-item:first-child .page-link:hover{
    background-color:#619b28;
}
.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,
.article-grid .item .info .date {
    background-color: transparent;
    padding: 0;
	color: #666;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
}

.tag {
    margin-right: 10px;
    margin-bottom: 0;
    background: none;
    padding:0;
    color: #619b28;
	font-size:14px;
}

.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%;
	color:#08397f;
}
.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: #3885f8;
}
.radio-text-st label {
    margin: 0 5px 0 0;
    background-color: #999;
}


/*詢價系統*/
.cart-box .cart-list {
    background: #fff;
    margin: 15px 0;
}
.cart-box .cart-list .cart-item{
	display:flex;
	justify-content: space-evenly;
}

body.cart .p_type {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: #ececec;
    padding: 5px;
    display: inline-block;
    text-align: center;
}
body.cart .p_type2 {
    font-size:14px;
}

body.cart .cart-step {
    border: 3px double #063c96;
    background:#063c96;
    margin: 20px 0 0;
    line-height: 30px;
    padding-left: 10px;
    font-size: 18px;
    color: #fff;
}

body.cart .p_no {
    font-size: 14px;
    letter-spacing: 0px;
    color: #999;
    letter-spacing: 0;
}
body.cart .p_name a {
    color: #2277bb;
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
body.cart .col-form-label {
    text-align: right;
}
.notice {
    color: #f00;
    font-weight:bold;
}
.note_box {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 0px;
    line-height: 30px;
    padding: 0px 14px;
    text-align: left;
    margin-bottom: 0;
    background: #333;
}
.precautions_box {
    display:block;
    position:relative;
}
.precautions_box .p_title{
    margin: 20px 0 0;
    line-height: 40px;
    padding-left: 10px;
    font-size: 18px;
    color:#063c96;
    font-weight: bold;
}
.precautions_box .editor{
    border:1px solid #ccc;
    padding:10px;
}
.step_title {
    display: block;
    font-size: 18px;
    color: #063c96;
    border-bottom: 1px dashed #063c96;
    padding: 5px 10px;
    margin: 15px 0;
}
.btn-box .btn.icon {
    background: #4099de;
    color: #fff;
}
.btn.cart {
    background: #4099de;
}
.rwd-table.mob-mode .td_left {
    text-align: left;
}
.rwd-table.mob-mode td > .pic img {
    width: 200px;
    height: 150px;
}
.flex-ul > li .label{
	flex: 0 0 150px;
}





/*-----------------------首頁 -----------------------*/
.width_1600 {
    display: block;
    position: relative;
    width: 1600px;
    margin: 0 auto;
}

/*more鈕*/
.more-btn-area {
    display: block;
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}
.home_about .more-btn-area{
	text-align:left;
	margin:30px 0;
}
.btn.more {
    color: #fff;
    /*background-image: linear-gradient(to right, #0058de, #04a9c2);*/
    background: #333;
    border-radius: 0px;
    border: 0;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Lato';
    width: 225px;
    height: 60px;
    position: relative;
    line-height: 42px;
}
a:hover.btn.more {
    background: #ff8000;
    transition: all 0.5s;
}
a.btn.more::before {
    background: url(../images/all/icon_arrow.svg)no-repeat;
    content: "";
    width: 20px;
    height: 7px;
    position: absolute;
    top: 25px;
    right: 10px;
    transition: all 0.5s;
}
a:hover.btn.more::before {
    right: -100px;
    opacity: 0;
    transition: all 0.5s;
}

/*首頁 about us*/
.about_flex {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about_Rword {
    display: block;
    position: relative;
    margin-top: 160px;
}
.home_about .about_title img {
    margin: 0;
    display:block;
}
.title_en {
    font-size: 18px;
    font-weight:600;
    color: #333;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 30px;
    padding-bottom:7px;
}
.about_word {
    display: block;
    position: relative;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    text-align: justify;
    letter-spacing: 0.05em;
    margin-top:50px;
}
.about_word::after{
    content:'';
    position:absolute;
    width:65px;
    height:3px;
    background:#ff8000;
    left:0;
    top:-20px;
}

.pic-auto {
    width: 100%; /* 滿版寬度 */
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
    top: 30px;
}
/* 真正無縫輪播的關鍵：整條 track 會用 animation + repeat content trick */
.pic-track {
    display: flex;
    width: max-content;
    animation: scroll 100s linear infinite;
    font-size: 140px;
    font-weight:500;
    line-height: 150px;
    font-family: 'Jost';
    color: #f1f1f1;
    z-index: -1;
    text-transform: uppercase;
}

/* ✨ 利用 CSS 讓內容自動重複（跑馬燈效果） */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}




/*首頁 產品分類*/
.home_ptype {
    display: block;
    position: relative;
    margin: 160px 0 0;
    background:#f5f5f5;
    padding-bottom:50px;
}
.home_ptype::after{
    content:'';
    position:absolute;
    background:#f5f5f5;
    width:2000px;
    height:500px;
    z-index:-1;
    clip-path: polygon(0 35%, 100% 0, 100% 61%, 0 62%);
    top: -200px;
}
.title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.p-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    position: relative;
    flex-wrap: wrap;
}

.ptype_box {
    display:block;
    position:relative;
    margin:10px;
    width:18%;
    border:1px solid #eee;
}
.p_left {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    font-family: 'Lato';
    font-weight: bold;
    text-transform: uppercase;
    padding-right:0;
}
.p_left::after{
    content:'';
    position:absolute;
    width:65px;
    height:3px;
    background:#ff8000;
    left: 15px;
    bottom: -30px;
}
.p_right {
    display:block;
    color:#666;
    font-size:18px;
    line-height:36px;
    padding:0;
}

.home_ptype .feature-link {
    display: block;
    position: relative;
    text-align: center;
}
.home_ptype .feature-link:hover,
.home_ptype .feature-link:focus,
.home_ptype .feature-link:active {
    z-index: 1;
}
.home_ptype .feature-link:hover .pic,
.home_ptype .feature-link:focus .pic,
.home_ptype .feature-link:active .pic {
    transform: scale(1);
}
.home_ptype .feature-link:hover .pic img,
.home_ptype .feature-link:focus .pic img,
.home_ptype .feature-link:active .pic img {
    transform: scale(1.02);
    opacity: 0.2;
}
.home_ptype .feature-link .pic img {
    opacity: 1;
    transition: all ease 0.8s;
}
.home_ptype .info-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -40%;
    left: 0;
    right: 0;
    padding: 15px;
    opacity: 0;
    transition: all linear .5s;
}
a:hover .info-flex {
    opacity: 1;
    bottom: 30%;
    transition: all linear .5s;
    text-align:center;
}
.home_ptype .info-flex .p_pic img {
    border-radius: 99em;
}
.home_ptype .feature-link .info-flex .title {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato';
    line-height:24px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align:center;
}
.p_son {
    display: block;
    position: relative;
}
.p_son .p_type {
    display: block;
    position:relative;
    color: #fff;
    font-size: 15px;
    font-weight:600;
    line-height:19px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family:'Lato';
    padding-bottom:10px;
}
 


/*圖片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: #ff8000;
}
.feature-link:hover .pic img {
    opacity: 0.5;
    transition: all ease 1.5s;
    overflow:hidden;
}

.gallery-list .item .info {
    padding: 10px 0 10px 20px;
}
.gallery-list .item .title {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #08397f;
    min-height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align:left;
}
.box-intro {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 5px !important;
    font-family: 'Jost';
}

.slick .slick-arrow {
    width: 65px;
    height: 65px;
}
.slick-prev,
.slick-next {
    top: 40%;
}
.slick .slick-prev {
    background: url(../images/all/gallery_btn.png) no-repeat 0 0;
    left: -40px;
}
.slick .slick-next {
    background: url(../images/all/gallery_btn.png) no-repeat -75px 0;
    right: -40px;
}
.slick-prev:focus {
    background: url(../images/all/gallery_btn.png) no-repeat 0 0;
}
.slick .slick-next:hover,
.slick .slick-next:focus {
    background: url(../images/all/gallery_btn.png) no-repeat -77px 0;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}


/*-----------------------footer -----------------------*/
.footer .powered {
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
}
.footer .powered a {
    color: #bebebe;
    font-size: 12px;
}
.footer .copyrights {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color:#fff;
}
.footer {
    padding: 20px 0 10px;
    background: #1f1f1f;
    z-index: 1;
    position: relative;
    color: #fff;
}
.footer .footer_content{
    background:none;
    /*background: url(../images/all/footer_bg.jpg) repeat-y top center;*/
    padding:20px 0 0;
}
.footer .footer_content .container{
    max-width:100%;
}
.footer a{
    color:#fff;
}

.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: 20px 0 0;
    margin: 0;
    text-align: right;
}
.f-info-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}
.f-company {
    display:block;
    color:#fff;
    position:relative;
    font-size:20px;
    font-weight:bold;
    letter-spacing:0.1em;
    padding-bottom:7px;
}
.f-company::before{
    content:'';
    position:absolute;
    background:#ff8000;
    width:10px;
    height:10px;
    left:-15px;
    top:-10px;
}
.f-word {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-bottom:8px;
}
.other_link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.other_link img {
    padding-bottom: 10px;
}



/*單元系統-about*/



