﻿@charset "utf-8";

:root {
    /*--second-rgbcolor: 218, 37, 28;
    --third-color: #FF9F1C !important;*/
    /*--forth-color: #257830; 
    --fifth-color: #283F3B; 
    --sixth-color: #4e7770;*/
}

table[border] td,
table[border] th {
    border-width: initial;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); */
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background-color:#666;
}

body {
    font-family: "微軟正黑體", sans-serif , Arial;
    font-size: 16px;
    color: #000;
}

p {
    line-height: 1.6;
    margin-bottom: 0;
}

p + p {
	margin-top: 1.5rem;
}

a {
    color: #000;
}

a:hover {
	color: var(--main-color);
}

.banner .slick .item picture {
    position: relative;
}

.h1{
	font-size: 1.65rem;
	padding:10px 10px 10px 60px;
	border-bottom:3px double #ebebeb;
	background: url(../images/all/h1.png) no-repeat center left;
	color:#000;
}
.h4 {
    font-size: 1.8rem;
}

/*.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    height: 30%;
    pointer-events: none;
}*/



.list-style:not(.row) {
    margin: 0 -15px;
}

.list-style:not(.row) .list-item {
	margin: 0 100px 0 15px;
}

.list-style .pic {
    overflow: hidden;
    display: block;
    background: #fff;
}

.list-style .pic img, .row-style .item .pic img {
	object-fit: cover;
	height: 100% !important;
	width: 100%;
	transform: scale(1);
	transition: all 1s !important;
}


.list-style .list-item:hover .pic img, .row-style .item:hover .pic img {
    transform: scale(1.1);
}

.list-style .list-item .info {
    padding: 15px;
    text-align: center;
    position: relative;
}

.header .navbar {
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(3px);
}
body:not(.home) .header .navbar{
    background:#fff;
    border-bottom:1px solid #ccc;
}

.navbar-toggler {
    display: inline-block;
    vertical-align: middle;
}

.header .bsnav-mobile .navbar {
}

.header .navbar-nav .nav-link {
    padding: 15px 10px;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
    border-bottom: solid 1px #4a4a4a;
}

.search-btn-area.full-st .btn-search .icon.close svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}

.nav-search-box.full-st .search-area .form-wrap {
    display: flex;
}

.search-btn-area.full-st .btn-search .icon {
    position: relative;
    left: auto;
    top: auto;
}

.search-btn-area.full-st .btn-search .icon svg {
	width: 19px;
}

.editor .contentbuilder-box .center > * {
    text-align: center;
}

.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}

.banner .slick-dots {
    bottom: 15px;
    text-align: right;
    padding: 0 15px;
}

.banner .slick-dots li, .slick .slick-dots button {
	width: 30px;
	height: 3px;
	border-radius: 0;
	padding: 0;
}

.banner .slick-dots li.slick-active button:before {
	display: none;
}

.banner .slick .slick-dots button {
    background: #fff;
}


/*.banner .banner-pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

body.home .banner .banner-pic {
    height: 85vh;
}

.banner .banner-pic {
    height: 400px;
}

.banner picture {
}

body:not(.home) .banner-info {
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48783263305322133) 50%, rgba(0,0,0,0) 100%);
    padding: 15px;
}

body.home .banner .bann_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    text-align: center;
    z-index: 2;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
}

    body.home .banner .bann_tit img {
        margin: 0;
    }

    body.home .banner .bann_tit .picB {
        margin-bottom: 105px;
        margin-left: 30px;
    }*/
body.home .header .navbar-nav.nav-1 > li > .nav-link{
    color:#fff;
}
.header .navbar-nav.nav-1 > li > .nav-link {
    font-size: 18px;
    color: #000;
    padding: 5px 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.is_scroll .header .navbar-nav.nav-1 > li > .nav-link {
	color: #000!important;
}
.header .navbar-nav.nav-1 > li > .nav-link:hover, .is_scroll .header .navbar-nav.nav-1 > li > .nav-link:hover, .header .navbar-nav.nav-1 > li > .nav-link:focus {
	background: var(--main-color);
	color: #fff !important;
}
.header .btn-group.lang .dropdown-item {
    display: block;
    margin-left: 0;
    margin: 0;
}

.header .navbar .nav-share-btn-area li a {
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
}
body.home .navbar{
    position:fixed;
    top:0;
    left:0;
    right:0;
}

.header .navbar .nav-share-btn-area li.icon_tri img {
    width: 20px;
}

.header .navbar .nav-share-btn-area {
    font-size: 1rem;
}

.header .navbar .nav-share-btn-area li + li {
	margin-left: 0;
}

.header .navbar .nav-share-btn-area li.icon_f a:hover {
	background: #1974ec;
	border-radius: 50%;
	opacity: 1;
}

.header .navbar .nav-share-btn-area li.icon_i a:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-radius: 50%;
	opacity: 1;
}

.header .navbar .nav-share-btn-area li.icon_tri a:hover {
	background: #3ae1a4;
	border-radius: 50%;
	opacity: 1;
}


.header .btn-group.lang li + li {
    border-left: 1px solid #fff;
}

.header .navbar-nav .nav-link span {
    display: inline-block;
}
.header .navbar-nav .nav-link .caret{
    display:none;
}
.navbar .navbar-brand img {
    width:62px;
    height: auto;
    transition: width .5s;
    display: block;
}

.navbar .nav-brand-wrapper .btn-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    /* background: var(--second-color); */
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 3px 10px;
    color: var(--main-color);
}

.navbar .nav-brand-wrapper .btn-home:hover {
	background: var(--main-color);
	color: #fff;
}

.header .navbar .navbar-brand {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
    margin: 15px auto;
}
.header .navbar .small-btn-box {
    justify-content: flex-end;
}

.header .navbar .small-btn-box .lang > a:after {
	display: none;
}
.header .navbar .small-btn-box .lang > a:hover {
	background: var(--main-color);
	color: #fff;
}

.header .btn-group.lang .dropdown-item:hover {
    background: var(--main-color);
    color: #fff !important;
}

.header .navbar .small-btn-box .lang a .icon-font span {
    vertical-align: middle;
    opacity: .5;
}
.navbar.bsnav-left .navbar-brand {
    width: 70px;
    background-size: contain;
    margin: 15px 30px 15px 0;
    height: auto;
}

.header .navbar-nav .nav-link span.title-main {
}

.header .navbar-nav .nav-link span.title-sub {
    font-size: 12px;
    opacity: .3;
}

.header .navbar-nav .nav-item > .nav-link .caret {
    display: none;
}

.navbar .small-btn-box ul {
    margin: 0;
}
.navbar .small-btn-box ul .list-inline-item > a, .navbar .small-btn-box ul .list-inline-item >div> a {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #000;
}

.is_scroll .navbar .small-btn-box ul .list-inline-item > a, .is_scroll .navbar .small-btn-box ul .list-inline-item > div>a {
    width: 40px;
    height: 40px;
}
body:not(.home) .navbar .small-btn-box ul .list-inline-item > a, body:not(.home) .navbar .small-btn-box ul .list-inline-item >div> a {
    width: 30px;
    height: 30px;
}
body:not(.home) .navbar .small-btn-box ul a:hover, .navbar .small-btn-box ul .list-inline-item > a:hover, .navbar .small-btn-box ul .list-inline-item > div > a:hover {
    background: var(--main-color);
    color: #fff;
}
.navbar .small-btn-box ul li.member a {
	font-size: 25px;
}
.nav-search-li .nav-search-box .search-area a {
    padding: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.header .small-btn-box .lang > button {
    display: block;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-indent: -99999px;
    margin: 0 auto;
    background: var(--second-color);
    border-color: var(--second-color);
}

.header .small-btn-box .lang > button:before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	-webkit-transform: translate(-50%, -49%);
	transform: translate(-50%, -49%);
}
.header .navbar .small-btn-box a:hover i {
    transform: scale(0.8);
}

.header .btn-group.lang .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    overflow: hidden;
    right: 0;
    left: auto;
    background: #eee;
}
.header .btn-group.lang .dropdown-menu a {
	padding: 8px;
	text-align: center;
	color: #000;
	width: auto;
	height: auto;
	border-radius: 0;
	background:none;
}
.navbar .flex-navBox{
    padding-left:50px;
    padding-right:50px;
}
/*首頁*/
body.home .banner{
    position:relative;
}
body.home .banner:before {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:15%;
    content:"";
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index:5;
}
.sec-home .h2{
    color:#000;
    font-size:30px;
    margin-bottom:30px;
}
.sec-home .h2 .txt-en {
	font-family: "Bebas Neue", serif;
	font-size: min(max(3vw, 55px), 65px);
	display: block;
	letter-spacing: 4px;
}
.sec-home .h2 .txt-tw {
	color: #979797;

}
.btn.more {
	background: #cacaca;
	color: #000;
	font-weight: bold;
	display: table;
	margin: 30px auto 0;
	border-radius: 30px;
	padding: 15px 30px;
	min-width: 200px;
	overflow: hidden;
}
.btn.cover:before{
    background:var(--second-color);
}

.btn.more:hover {
    background: var(--main-color);
    color: #fff;
}


.btn-more {
    padding: 8px 30px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 5;
}

.btn-more .arrow i {
	line-height: 1;
	position: relative;
}

.btn-more .arrow i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: -1;
	transition: all .5s;
}

.btn-more .txt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.btn-more .txt:after {
	content: "";
	width: 3em;
	height: 1px;
	/* background: #000; */
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.btn-more .txt:before {
	content: "";
	width: 3em;
	height: 1px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 5px;
	transform-origin: left;
	transform: scaleX(1);
	transition: transform .5s ease-in-out;
}

.btn-more:hover .txt:before {
	transform-origin: right;
	transform: scaleX(0);
}



.btn-more:hover {
	color: var(--main-color);
}

.btn-more:hover .arrow i:after {
	width: 40px;
	height: 40px;
	background: var(--main-color);
	border: none;
}

.btn-more:hover .arrow i {
	color: #fff;
}

.btn-more:hover .txt:after {
}
.pic.pic-fill {
    overflow: hidden;
}

.pic.pic-fill img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	transform: scale(1);
	transition: all .5s;
}

a:hover .pic.pic-fill img {
    transform: scale(1.1);
}

.floating_circle .menu-item {
}

.floating_circle .fmenu-open-button {
    background: var(--second-color);
}

.floating_circle .menu-item {
    background: var(--third-color);
}

.floating_circle .menu-item:hover svg {
	color: var(--main-color);
}

.floating_circle .menu-item {
    right: 20px;
    bottom: 20px;
}
.nav-item.dropdown > .navbar-nav {
    right: 0;
    left: 0;
}
.nav-item.dropdown > .navbar-nav, .nav-item.dropdown > .navbar-nav .navbar-nav {
	background: #ccc;
	right: 0;
	width: auto;
	color: #000;
	background: rgb(0,78,162);
	background: -moz-linear-gradient(180deg, rgba(0,78,162,1) 0%, rgba(120,162,212,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,78,162,1) 0%, rgba(120,162,212,1) 100%);
	background: linear-gradient(180deg, rgba(0,78,162,1) 0%, rgba(120,162,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004ea2",endColorstr="#78a2d4",GradientType=1);
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.50);
}
.nav-item.dropdown > .navbar-nav a:hover, .nav-item.dropdown > .navbar-nav .navbar-nav a:hover {
	background: var(--second-color);
	color: #fff;
}

.nav-item.dropdown.fadeup > .navbar-nav li a {
    color: #fff;
}

.header .navbar-nav .nav-item, .header .navbar-nav .nav-item:hover, .header .navbar-nav .nav-item:hover > .nav-link {
    color: var(--main-color);
}

.section h1.h3 {
    margin: 0;
}

/*.header .navbar .small-btn-box {
    align-self: baseline;
    margin-top: 25px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 24px;
    margin-left: 30px;
}*/
.search-btn-area.full-st .btn-search {
    background: #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.search-btn-area.full-st .btn-search:hover svg {
	fill: #fff;
}

.search-btn-area.full-st .btn-search:hover {
	background: var(--main-color);
}

.search-btn-area.full-st .btn-search.active {
	background: none;
}

.header .navbar .nav-share-btn-area {
    margin-left: 0;
    padding: 0 !important;
    flex-direction: row;
    justify-content: center;
}

.nav-cart-info .cart-drop-box .count {
    display: flex;
    align-items: center;
    justify-content: center;
	right: 0;
    top: 0;
}

.header .cart-drop-box {
    position: relative;
}

.header .nav-cart-info .nav-cart-list.cart-drop-detail {
    top: 100% !important;
}

    .header .nav-cart-info .nav-cart-list.cart-drop-detail > div {
        padding: 15px;
    }

.header .nav-cart-info {
    padding: 0;
}

.ezshare-box a {
    border-radius: 5px;
}

/*body.news .article-horizontal-grid .item .info .kind a {
    position: absolute;
    left: 10px;
    top: -10px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #000;
    background: var(--third-color);
    border: none;
    padding: 5px;
    letter-spacing: 2px;
}

body.news .article-horizontal-grid .item .info .date {
    font-size: 13px;
    color: var(--main-color);
    line-height: 18px;
    border-bottom: 1px solid;
    padding: 0 5px;
    position: absolute;
    top: 0;
    padding: 0 0 5px;
}

body.news .article-horizontal-grid .item .pic a {
    border: 1px solid #9c9c9c;
    padding: 2px;
}

    body.news .article-horizontal-grid .item .pic a .ratio {
        overflow: hidden;
    }

    body.news .article-horizontal-grid .item .pic a img {
        transform: scale(1);
        transition: all .3s;
    }

    body.news .article-horizontal-grid .item .pic a:hover img {
        transform: scale(1.1);
    }*/

.breadcrumb > li {
    margin: 0 5px;
}

    .breadcrumb > li + li:before {
        content: "/";
        margin-right: 5px;
    }

.breadcrumb .txt-en {
    display: none;
}

.breadcrumb {
    margin-top: 30px;
    justify-content: center;
    background: none;
    font-size: 14px;
    margin-bottom: 20px;
}

    .breadcrumb a, .breadcrumb li {
        color: #808080;
    }
.main .page-box {
    margin-top: 30px !important;
    margin-bottom:0!important;
}

.page-box .pagination {
    align-items: center;
}

.page-link {
    background: #e1e1e1;
    border-radius: 5px;
}

.page-item.active .page-link {
    background: var(--main-color);
    border-color: var(--main-color);
    color:#fff;
}

body:not(.show) .page-link, body:not(.show) .page-item:first-child .page-link, body:not(.show) .page-item:last-child .page-link {
    background: #e1e1e1;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

body:not(.show) .page-item:first-child .page-link, body:not(.show) .page-item:last-child .page-link {
    background: none;
}
    body:not(.show) .page-item:first-child .page-link:hover, body:not(.show) .page-item:last-child .page-link:hover {
        background: #e1e1e1;
    }
    body:not(.show) .page-item.prev .page-link, body:not(.show) .page-item.next .page-link {
    width: auto;
    flex-direction: column;
    border-radius: 0;
    background: none;
    color: #000;
}

    body:not(.show) .page-item.prev .page-link .icon-arrow {
        transform: scaleX(-1);
    }

body.news .article-horizontal-grid .item .info {
    padding-top: 25px;
}

.page-item .page-link:hover {
    background: var(--main-color);
    color: #fff;
}

.page-item.next .page-link:hover .icon-arrow {
    /* -webkit-animation: move-up-alternate 0.6s ease forwards; */
    animation: move-right-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}

.page-item.prev .page-link:hover .icon-arrow {
    /* -webkit-animation: move-up-alternate 0.6s ease forwards; */
    animation: move-left-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}



@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-left-alternate {
    0% {
        transform: translateX(0) scaleX(-1);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%) scaleX(-1);
        opacity: 0;
    }

    51% {
        transform: translateX(+80%) scaleX(-1);
        opacity: 0;
    }

    to {
        transform: translateX(0) scaleX(-1);
        opacity: 1;
    }
}

body.news .article-horizontal-grid .item .more-area .d-none {
    display: none !important;
}

body.news .article-horizontal-grid .item .more-area {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    body.news .article-horizontal-grid .item .more-area .icon {
        margin: 0;
    }


body.news .tag {
    margin: 0;
    color: #fff;
    background: var(--third-color);
}

/*.main .side .h3 {
    position: relative;
    text-align: left;
}

    .main .side .h3 span {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .main .side .h3:before {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
    }

.side .wid {
    display: flex;
}*/

.btn-info {
    background-color: var(--main-color);
    color: #fff;
}

    .btn-info:hover {
        color: #fff;
        background-color: #e1e1e1;
        border: none;
    }

.function-bar .display-mode .btn-mode {
    color: var(--second-color);
}

    .function-bar .display-mode .btn-mode:hover {
        color: var(--main-color);
    }

.side .h3 {
    border: none;
    padding: 0;
    background: var(--main-color);
    color: #fff;
    margin: -15px -15px 0;
    padding: 10px;
    font-size: 1.125rem;
}

    .side .h3 .txt-tw {
        border: none;
        padding: 0;
        background: none;
    }

.main .side .wid-search .h3 {
    display: none;
}

.main .side .wid-search .form-area {
    flex-grow: 1;
}




.btn.btn-primary:hover, .btn-secondary:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

body:not(.home) .h2, body.contact .content .h2 {
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: min(max(3vw, 30px), 30px);
    letter-spacing: 4px;
    margin-bottom:30px;
    justify-content: center;
    
}

    body:not(.home) .h2:before, body:not(.home) .h2:after, body.contact .content .h2:before, body.contact .content .h2:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background: #ccc;
        display: block;
    }

    body:not(.home) .h2 > span, body.contact .content .h2 > span {
    border: none;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 30px;
    flex-shrink: 0;

    }

    body:not(.home) .h2 .txt-en, body.contact .content .h2 .txt-en {
        font-size: 22px;
        display: none;
    }


h3.h5 .txt-en {
    display: none;
}

body:not(.home) .h2 .txt-en {
    display: none;
}

/*body:not(.home) .main-content {
    padding-top: 50px;
}



    body:not(.home) .h2:before {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
        display: inline-block;
        margin: 0 15px;
        margin-top: -8px;
        vertical-align: middle;
    }



    body:not(.home) .h2:after {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        margin-top: -8px;
    }

    body:not(.home) .h2 .txt-en {
        font-size: 13px;
        color: var(--forth-color);
        display: none;
    }

.main .side .wid-cont {
    border-left: 1px solid #000;
    flex-grow: 1;
    margin-left: 10px;
    padding-left: 10px;
}

body:not(.home) .h5 .txt-en {
    display: none;
}*/
.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn,
.side .navbar-nav .dropdown-menu li.nav-title a {
    background: none;
    border: none;
    padding: 10px 0px;
}

.side .filter-content > ul {
    padding: 5px 10px;
}

.side .navbar, .side .filter-sidebar, .sideAutoUcCollapse {
    background: none;
}

.side .filter-content ul li:before {
    content: "-";
}

/*.grid .grid-item .item .info {
    padding: 0;
}

    .grid .grid-item .item .info .title {
        font-size: 1rem;
        text-align: left;
        background: #000;
        width: 80%;
        color: #fff;
        padding: 5px 10px;
        margin-top: -20px;
        position: relative;
    }

.grid.hov-bg .grid-item a .pic {
    background: none;
    overflow: hidden;
    border: 1px solid #000;
    padding: 5px;
}

    .grid.hov-bg .grid-item a .pic .ratio {
        overflow: hidden;
    }*/

.form-hasbg .form-control {
    background: none;
    border-bottom: 1px solid #ccc;
}

.breadcrumb li .txt-en {
    display: none;
}

body.contact .list-creative .list-terms:before {
    background: var(--second-color);
}

body.contact .list-creative li:nth-child(1) .list-terms {
    padding-left: 0;
}

    body.contact .list-creative li:nth-child(1) .list-terms:before {
        display: none;
    }

/*body.contact .section.pt-5 .justify-content-xl-between {
    flex-direction: column;
    width:70%;
    margin:auto;
}
body.contact .section.pt-5 .justify-content-xl-between >div {
     width:100%;
}
    body.contact .section.pt-5 .justify-content-xl-between > div + div{
        margin-top:3rem!important;
    }
    body.contact .section.pt-5 .justify-content-xl-between > div + div .h5 {
        display: none;
    }
    body.contact .row-2-columns-bordered > [class*=col]:nth-child(1)::after {
        display: none;
    }
body.contact .list-creative{
    display:flex;
    flex-wrap:wrap;
}
body.contact .list-creative > li + li {
    border: none;
    border-bottom: 1px solid #ccc;
}
    body.contact .list-creative > li:nth-child(1), body.contact .list-creative > li:nth-child(2){
        width:100%;
    }
    body.contact .list-creative > li:not(:first-child):not(:nth-child(2)) {
        width: 50%;
    }
    body.contact .list-creative .list-terms {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }*/


body.member.login .btn-area .flex-item .btn-primary {
    padding: 0.375rem 2.5rem;
}

.wid-float-section ul {
    background: none;
    display: block;
}

    .wid-float-section ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }

        .wid-float-section ul li a:hover {
            background: #000;
            color: #fff;
        }

.wid-float-section, .wid-float-section, body.scroll-down .wid-float-section.mobile-animate {
    right: 5px;
    bottom: 5%;
    left: auto;
}

    .wid-float-section ul li.gotop {
        position: relative;
        right: auto;
        bottom: auto;
        opacity: 1;
    }

    .wid-float-section ul li {
        padding: 5px 0;
    }

        .wid-float-section ul li + li {
            border: none;
        }

    .wid-float-section ul:before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        background: #000;
    }

.footer {
    color: #fff;
    padding: 30px 0;
    background: url(../images/all/bg_footer.jpg) no-repeat #504c43;
    background-size: cover;
}
.editor{
	line-height:inherit;
}


body.lang_TW .footer .tt_tw {
	display:block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	color:#fff;
}
body.lang_TW .footer .tt_en {
	display:none;
}

body.lang_US .footer .tt_tw {
	display:none;
}
body.lang_US .footer .tt_en{
	display:block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	color:#fff;
}

.footer .footer-logo a {
	display: block;
}
.footer .footer-logo a img {
	width: 80px;
}
.footer .footer-info ul {
	margin-bottom: 0;
	justify-content: flex-end;
}

.footer a, .footer .social-box a {
	color: #fff;
}
.footer .powered{
	opacity:.6;
}
.footer .g-btn {
	justify-content: flex-end;
}

.footer .social-box a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.footer .social-box .icon_f a {
	color: #1974ec;
}
.footer .social-box li.icon_tri img {
	height: 19px !important;
	vertical-align: middle;
}

.footer .social-box ul li {
	margin: 0 10px;
}

.footer .social-box li.icon_f a:hover {
	background: #1974ec;
	color:#fff;
	border-radius: 50%;
	opacity: 1;
}
.footer .social-box li.icon_i a i {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}
.footer .social-box li.icon_i a:hover i{
	color:#fff;
	background:none;
}

.footer .social-box li.icon_i a:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-radius: 50%;
	opacity: 1;
	color: #fff;
}
.footer .social-box li.icon_y a {
	color: #f60002;
}

.footer .social-box li.icon_y a:hover {
	background: #f60002;
	color:#fff;
}

.footer .social-box li.icon_tri a:hover {
	background: #3ae1a4;
	border-radius: 50%;
	opacity: 1;
}

.footer .footer-info ul.tat_x li+li {
	margin-left:20px;
}
.footer .footer-info ul.tat_x li + li:before {
	content: "";
	margin-right: 20px;
	opacity: .5;
	width: 1px;
	display: inline-block;
	height: 100%;
	background: #fff;
	vertical-align: middle;
}
.footer .footer-info ul li .icon-font {
	opacity: .5;
}

.footer .footer_content {
	background: none;
	padding: 0;
}
.footer .copyrights-info{
	margin-top:10px;
}
.footer .copyrights-info, .footer .copyrights-info a {
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 0;
}
.footer .com-list li,
.footer ul.nav li{
	line-height:24px;
}
.footer .com-list li, .footer .com-list li a {
        color: #b9b9b9;
    }
    .footer .com-list li + li {
        margin-top: 5px;
    }
    .is_scroll .header .navbar {
        background:rgba(255, 255, 255, 0.8);
    }




.is_scroll .header .navbar.nav-big-wrapper .navbar-brand {
    /*margin: 5px auto;*/
}

.is_scroll .navbar .nav-brand-wrapper .btn-home {
    display: none;
}

.home-pagelist-area .editor img {
    margin: 0;
}

.bsnav-mobile.in {
    z-index: 9999;
}
/*news*/


body:not(.home) .banner .bannerT .txt-en {
    font-size: min(max(3vw, 45px), 74px);
    font-weight: bold;
    text-transform: uppercase;
}

body:not(.home) .banner .bannerT .txt-tw {
    font-size: min(max(3vw,25px), 35px);
}

    body:not(.home) .banner .bannerT .txt-tw:before {
        content: "";
        width: 2em;
        height: 1px;
        background: #fff;
        display: block;
        margin: 20px auto;
    }

body.news .news-list .item article {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.article-horizontal-grid.news-list .item .info .kind a {
    border: solid 1px #000;
    font-size: 16px;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    margin-right: 30px;
}

.main .side.col-12 .nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main .side .h3 {
    display: none;
}

.main .side.col-12 .nav {
    font-size: 25px;
}

.main .side .nav a {
    position: relative;
}

.main .side.col-12 .nav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--main-color);
    transition: all .5s;
    width: 2em;
    transform: translateY(5px);
    opacity: 0;
    margin: auto;
}

.main .side.col-12 .nav a:hover:before {
    transform: translateY(0);
    opacity: 1;
}

.main .side .nav a:hover {
    background: none;
    color: var(--main-color) !important;
}

.main .side.col-12 .nav > li > ul {
    padding: 0;
    display: flex;
}

.main .side.col-12 .nav > li {
    display: flex;
}

.main .side.col-12 .nav ul li {
    border-left: 1px solid #ccc;
}

.main .side.col-12 .nav > li a {
    margin: 0;
    padding: 3px 20px !important;
}

.main .side.col-12 .nav > li + li {
    border-top: 1px solid #eee;
}

.main .side .nav > li > a {
    padding: 10px 0;
    font-weight: bold;
}

.main .side .nav > li > ul {
    padding: 0;
    color: #898989;
}

    .main .side .nav > li > ul > li > a::before {
        flex-shrink: 0;
        vertical-align: middle;
        content: "";
        background: transparent;
        width: 6px;
        height: 6px;
        background: var(--main-color);
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
        transition: 0.3s;
    }
    .main .side .nav > li > ul > li > a, .main .side .nav > li > ul > li > a:hover {
        padding: 6px 15px;
        display: flex;
        align-items: center;
    }

    .main .side .nav > li > ul > li > ul {
        padding: 0;
        border-left: 1px solid #ccc;
        margin-left: 20px;
        margin: 5px 0 5px 17px;
    }

.article-grid.ar-img .item .info {
    border: none;
}

.article-grid.ar-img article {
    position: relative;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.article-grid .item .info .kind a, .news .news-list .list-item .kind {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
}

    .news .news-list .list-item .kind a {
        font-size: 12px;
        display: inline-block;
        background: var(--third-color);
        padding: 1px 12px;
        margin-bottom: 10px;
        width: auto;
        color: #fff;
        margin-right: 10px;
    }

.article-grid .item .info .title, .article-grid .item .info .title a {
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
}

.article-grid.ar-img .item .info .desc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.masonry-img:hover {
    filter: brightness(100%);
}
/*contact*/
.row-contact .txt-welcome .txt-en {
    font-size: min(max(3vw, 35px), 50px);
    color: var(--main-color);
    margin-bottom: 20px;
}
.row-contact .col-form-label{
    /*width:100%;*/
}
.form-contact > .col-md-12:not(.col-btn) .form-group > div[class*="col"]:not(.col-auto) {
    /*width: 100%;*/
}
body.contact .form-group{
	align-items: center;
}
body.contact .siteinfo li label {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #818181;
    font-weight: bold;
}
.form-contact .radio-inline{
    margin:0 10px 5px 0;
}

.form-floating.floating-checkbox .check-box {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    padding-top: 1.625rem;
    padding-top: 1.625rem;
    border: 1px solid #ced4da;
    /* border-radius: 5px; */
    border-radius: 0.25rem;
}

.form-floating.floating-checkbox > label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
input[type="radio"] {
	margin-right:5px;
}


.btn-style {
    background: #ccc;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 0.25rem;
    color: #000;
    position: relative;
    overflow: hidden;
}


    .btn-style span {
        position: relative;
        z-index: 5;
    }

    .btn-style:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 0;
        background: var(--main-color);
        transition: all 0.3s ease;
    }

    .btn-style.btn-light {
        background: var(--main-color);
        color: #fff;
    }

	.btn-style.btn-light:after {
		background: var(--main-color);
	}

    .btn-style:hover {
        color: #fff;
		background: #999;
    }

	.btn-style:hover:after {
		/*left: 0;
		width: 100%;*/
	}

body.contact .siteinfo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-top: 40px;
    font-size: 20px;
}

body.contact .siteinfo li {
	margin-right: 30px;
	margin-bottom: 15px;
}

body.contact .siteinfo li label {
	display: block;
}

body.contact .siteinfo li .d-flex .icon-font {
	align-self: center;
	opacity: .3;
	margin-right: 10px;
	display: block;
}

body.contact .siteinfo li .d-flex .icon-font i {
	font-size: 40px;
	line-height: 1;
}
body.contact .table_flex{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
/*pro*/
.gallery-list.border-solid .item .item-detail {
    border: none;
    background: none;
    height: 100%;
}

.gallery-list .item .info {
    padding: 0;
}

.mode-switch.gallery-list[data-mode=mode4] > .item .item-info .info p {
    font-weight: bold;
}

.main .side .nav > li + li {
    border-top:1px solid #dedede;
}

.nav-item.dropdown .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.main .side .nav > li a:hover, .main .side .nav > li a:focus, .main .side .nav > li.active a {
    color: var(--second-color);
}

.slider-nav .thumbnail:focus, .slider-nav .thumbnail.slick-current.slick-active {
    border-color: var(--main-color);
}

body.product .car-color {
    background: #e4e4e4;
    margin-top: 50px;
}

body.product .color-list {
    margin: 0 -15px;
}

body.product .color-list .item {
	position: relative;
	margin: 15px 15px 20px;
	transition: all .5s;
}

body.product .color-list .item:hover {
	transform: scale(1.03);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

body.product .color-list .color-title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgb(62, 62, 62);
	color: #fff;
	padding: 5px 15px;
}

body.product .car-model {
    background: url(../images/all/bg_location.jpg) no-repeat;
    background-size: cover;
}

body.product .car-model h5.st {
	color: #fff;
}

body.product .car-model h5.st:after {
	background: #fff;
}

body.product .car-model .model-list a {
	border: 1px solid #e4e4e4;
	color: #fff;
	border-radius: 15px;
	padding: 20px;
	display: block;
}

body.product .car-model .model-list a .h5 {
	color: var(--third-color);
}

body.product .car-model .model-list a:hover {
	background: #e4e4e4;
	color: #000;
}


body.product .tab-area {
    border: none;
}

body.product .tab-area .tab-title a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #888;
	padding: 15px;
	position: relative;
	border: none;
}

body.product .tab-area .tab-title a.active {
	background: none;
	color: #000;
}

body.product .tab-area .tab-title a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #666;
	transition: all .5s;
}

body.product .tab-area .tab-title a.active:before {
	height: 1px;
}

.tab-area.tab-accordion .tab-accordion-header {
    padding: 0;
}

    .tab-area.tab-accordion .tab-accordion-header a {
        padding: 10px;
    }

        .tab-area.tab-accordion .tab-accordion-header a:not(.collapsed) {
            background: var(--main-color);
            color: #fff;
        }

h5.st:after {
    content: "";
    width: 2em;
    height: 4px;
    background: var(--main-color);
    margin: 10px auto;
    display: block;
}

.slick-style:has(.list-item) {
    margin: 0 -15px;
}

.slick-style .list-item {
    margin: 0 15px;
}

.slick-style .slick-dots {
    position: relative;
    bottom: auto;
    margin: 20px auto;
}

.slick-style .slick-arrow, .slick-btn .slick-arrow {
    z-index: 20;
    width: 50px;
    height: 50px;
    background: none;
    transition: all .5s;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

    .slick-style .slick-arrow:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: var(--main-color);
        z-index: -1;
        transition: all .5s;
    }

    .slick-style .slick-arrow:hover:after {
        transform: scale(0);
    }

    .slick-style .slick-arrow:hover, .slick-btn .slick-arrow:hover {
        background: var(--third-color) !important;
    }

.slick-btn .slick-arrow {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}

/*.slick-style .slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: all .5s ease;
    z-index: -1;
}

.slick-style .slick-arrow:hover:after {
    transform: scale(1);
}*/

.slick-style .slick-arrow.slick-disabled {
    display: none !important;
}

/*.slick-style:has(button) {
    padding: 0 25px;
}*/

.slick-style .slick-prev {
    left: -15px;
}

.slick-style .slick-next {
    right: -15px;
}





.slick-style .slick-prev:before, .slick-btn .slick-prev:before {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right ";
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    opacity: 1;
    transform: scaleX(-1);
    /*position: absolute;
    top: 50%;
    background-size: contain;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);*/
}

.slick .slick-arrow {
    text-indent: 0;
}



.slick-style .slick-next:before, .slick-btn .slick-next:before {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right ";
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    opacity: 1;
}

.slick-style .slick-prev:hover:before, .slick-btn .slick-prev:hover:before,
.slick-style .slick-next:hover:before, .slick-btn .slick-next:hover:before {
    background: url(../images/all/icon_arrow2.svg) no-repeat;
    background-size: contain;
}


.banner .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    width: auto;
    height: auto;
    background: #dadada;
    border-radius: 50%;
    opacity: 1;
    transition: all .5s ease;
    display: none;
}


.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots {
}

    .banner .slick-dots li button {
        width: 29px;
        height: 3px;
        background: transparent;
        border-radius: 0;
        transition:all .5s;
    }

    .banner .slick-dots li.slick-active button {
        width: 40px;
        background:var(--main-color);
    }

        .banner .slick-dots li.slick-active button:before {
            background: var(--main-color);
        }

.bsnav-mobile.in .navbar {
    background: none;
    border-radius: 0;
    margin: 0;
    backdrop-filter: blur(2px);
}

.bsnav-mobile.in .bsnav-mobile-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%; 
    right: 0;
    bottom: 0;
    background: url(../images/all/bg_body2.jpg) no-repeat center bottom;
    background-size: cover;
    mix-blend-mode: hue;
}

body:not(.home) .banner .slick .item .banner-pic:before {
    display: none;
}

h2.st {
    font-size: 25px;
    font-weight: bold;
    color: var(--forth-color);
    display: flex;
    white-space: nowrap;
    align-items: flex-end;
    margin: 0 0 30px;
    position: relative;
    color: #000;
}


    h2.st:after {
        content: "";
        height: 1px;
        background: #000;
        width: 100%;
        display: block;
        margin-left: 10px;
    }

.room-desc .device-list .list-item {
    margin: 0 15px;
}

    .room-desc .device-list .list-item li {
        margin-bottom: 5px;
        font-size: 20px;
    }

h2.stB {
    margin-bottom: 30px;
    font-size: 35px;
}

    h2.stB:after {
        content: "";
        width: 2em;
        height: 1px;
        background: #000;
        margin: 15px 0 20px;
        display: block;
    }

    h2.stB.text-center:after {
        margin: 15px auto 20px;
    }

.room-show .g-tt {
    margin-bottom: 40px;
}

    .room-show .g-tt .tt .txt-en {
        font-size: min(max(3vw, 55px), 74px);
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
    }

        .room-show .g-tt .tt .txt-en small {
            display: block;
            font-size: 0.525em;
        }


    .room-show .g-tt .tt .txt-tw {
        font-size: min(max(3vw, 35px), 55px);
    }

    .room-show .g-tt .info {
        font-size: 18px;
        margin-left: 40px;
        padding-left: 40px;
        border-left: 1px solid #ccc;
    }

        .room-show .g-tt .info li {
            margin-bottom: 10px;
        }

.son-about.about04 .service-list {
    counter-reset: item;
}



    .son-about.about04 .service-list .tt {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .son-about.about04 .service-list .list-item {
        display: flex;
        align-items: center;
    }

    .son-about.about04 .service-list .icon {
        position: relative;
        width: 120px;
        flex-shrink: 0;
        margin-right: 15px;
    }

        .son-about.about04 .service-list .icon img {
            position: relative;
            z-index: 5;
            filter: drop-shadow(0px 5px 4px rgb(0 0 0 / 0.3));
        }

        .son-about.about04 .service-list .icon:after {
            position: absolute;
            content: counter(item, decimal-leading-zero) " ";
            counter-increment: item;
            z-index: 2;
            left: 50%;
            top: 0;
            font-size: 50px;
            transform: translateX(-50%);
            font-style: italic;
            font-weight: bold;
            opacity: .3;
        }

        .son-about.about04 .service-list .icon:before {
            content: "";
            position: absolute;
            top: 10%;
            left: 10%;
            right: 10%;
            bottom: 10%;
            background: #eee;
            border-radius: 50%;
            z-index: -1;
        }
/*.facilityPic-list .info {
    padding: 30px 0 0 30px;
    font-size: 20px;
    position: relative;
    margin-left: 20px;
}
    .facilityPic-list .info .tt{
        display:none;
    }*/

.facilityPic-list .tt {
    font-size: 22px;
    font-weight: bold;
}
/*.facilityText-list .slick-slide {
    float: none;
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 22px;
}*/


.facilityText-list .slick-dots {
    position: relative;
    display: flex;
    bottom: auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .facilityText-list .slick-dots li {
        height: auto;
        text-align: left;
        font-size: 18px;
        width: calc(100% / 3);
        margin: 0;
    }


        .facilityText-list .slick-dots li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #000;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
        }

        .facilityText-list .slick-dots li.slick-active:before {
            background: var(--main-color);
        }

        .facilityText-list .slick-dots li.slick-active {
            color: var(--main-color);
        }

.facilityText-list .list-item {
    margin: 0 0 0 auto;
}

    .facilityText-list .list-item .tt {
        display: none;
    }

    .facilityText-list .list-item .info {
        border-top: 1px solid #fff;
        padding-top: 20px;
    }


.about04 .txt-intro {
    font-size: 18px;
    margin-bottom: 40px;
}

.g-facility .l-info {
    padding-bottom: 50px;
}

.row-traffic .map iframe {
    width: 100%;
    filter: grayscale(1);
    transition: all .5s;
}

.row-traffic .map:hover iframe {
    filter: grayscale(0);
}

.row-traffic .map, .row-traffic .map iframe {
    height: 100%;
}

    .row-traffic .map, .row-traffic .map iframe {
        min-height: 300px;
    }

.row-traffic .traffic-list {
    border-top: 2px solid #000;
}

    .row-traffic .traffic-list .item {
        padding: 40px 0 40px 80px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    }

    .row-traffic .traffic-list ul .tt {
        font-weight: bold;
        font-size: 18px;
    }

    .row-traffic .traffic-list ul li {
        margin-bottom: 20px;
    }

.row-traffic .traffic-list {
    counter-reset: item;
}

    .row-traffic .traffic-list .item {
        position: relative;
    }

        .row-traffic .traffic-list .item:before {
            position: absolute;
            content: counter(item, decimal-leading-zero) " ";
            counter-increment: item;
            font-size: min(max(3vw, 45px), 60px);
            left: 0;
            top: 30px;
            font-size: 50px;
            font-style: italic;
            font-weight: bold;
            opacity: .3;
            line-height: 1;
        }

h2.stC {
    margin-bottom: 30px;
}

.about06 .attractions-list .info {
    margin-top: 15px;
}

    .about06 .attractions-list .info .st {
        font-size: 18px;
        font-weight: bold;
    }

.container .ezshare-box {
    display: none;
}

.row-about01 .tt {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

    .row-about01 .tt:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 100%;
        left: -100%;
        height: 1px;
        background: #000;
        z-index: -1;
        transition: all .5s;
        opacity: 0;
        transition-delay: .5s;
    }

.row-about01:nth-child(even) .tt:before {
    right: -100%;
    left: 100%;
}

.row-about01.aos-animate .tt:before {
    right: 0;
    opacity: 1;
}

.row-about01:nth-child(even).aos-animate .tt:before {
    left: 0;
    right: -100%;
    opacity: 1;
}

.row-about01 .txt {
    font-size: 18px;
}

.row-about01 + .row-about01 {
    margin-top: 100px
}

.row-about01 .r-info {
    align-self: center;
}

    .row-about01 .r-info .txt {
        padding: 50px;
    }

        .row-about01 .r-info .txt ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

            .row-about01 .r-info .txt ul li:before {
                content: "";
                position: relative;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                margin-right: 10px;
                background: #ccc;
            }

.row-about01 .tt span {
    display: block;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1.5s;
}

.row-about01 .g-p {
    transform: translateY(-150px);
    opacity: 0;
    transition: all 1.5s;
}

.row-about01.aos-animate .tt span, .row-about01.aos-animate .g-p {
    transform: translateY(0);
    opacity: 1;
}

.row-about01 .l-info {
    position: relative;
}

.row-about01 .no {
    font-size: 120px;
    color: #000;
    -webkit-writing-mode: initial;
    -moz-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-style: italic;
    position: absolute;
    top: 0;
    /* z-index: -1; */
    line-height: 1;
    /* left: 0; */
    right: -30px;
    top: -30px;
    font-weight: bold;
}

.row-about01:nth-child(even) .no {
    left: -30px;
    right: auto;
}

.son-about.about01 .d-yt {
    position: relative;
    padding: 100px 0;
}

.son-about.about01 .d-yt .bg {
	position: absolute;
	top: 0;
	left: 0;
	rigth: 0;
	bottom: 0;
}
.son-about.about01 .application-list {
    width: 50%;
    margin-bottom: 40px;
}

.son-about.about01 .d-yt .bg img {
	object-fit: cover;
	height: 100% !important;
	width: 100%;
}

.son-about.about01 .d-yt .ratio {
	max-width: 1200px;
	margin: auto;
}

.son-about.about06 .end-txt {
    display: table;
    margin: 50px auto 0;
}

.son-about.about06 .end-txt .quote {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.son-about.about06 .end-txt .quote img {
	width: 30px;
	margin: 0 15px;
}


.son-about.about06 .end-txt .quote span {
	font-size: 70px;
	line-height: 1;
}

.son-about.about06 .end-txt .quote:before, .son-about.about06 .end-txt .quote:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #ccc;
}

.news.show .more-news {
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news.show .more-news .pic {
	width: 30%;
	position: relative;
}

.news.show .more-news .pic .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000a1;
	color: #fff;
	text-align: center;
	padding: 5px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.news.show .more-news .list-item:hover .pic .txt {
	opacity: 0;
}

.news.show .more-news .info {
	width: 70%;
	padding: 15px;
}

.news.show .more-news .info .tt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

.news.show .more-news .list-item + .list-item > a {
	flex-direction: row-reverse;
}

.show .page-item a.page-link {
    color: #000;
    padding: 15px 30px;
}

.show .page-item a.page-link:hover {
	color: #fff;
}

.banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.banner-info .ani-marquee {
	position: absolute;
	top: 50%;
	width: 100vw;
	transform: translateY(-50%);
	overflow: hidden;
	height: 100px;
	left: 0;
}

.banner-info .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: .3;
	display: flex;
	justify-content: space-around;
	-webkit-animation: scroll 10s linear infinite;
	animation: scroll 10s linear infinite;
}

.banner-info .bg img {
	width: calc(100% / 3 - 40px);
	margin-right: 40px;
}



@-webkit-keyframes scroll {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes scroll {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

.banner-info .g-banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .banner-info .g-banner > * {
        width: 40%;
    }

.banner-info .txt-slogan {
    font-size: min(max(3vw, 18px), 25px);
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.70);
}

    .banner-info .txt-slogan .tt {
        font-size: 40px;
        font-size: min(max(5vw, 25px), 40px);
        margin-bottom: 20px;
        display: table;
        position: relative;
        border-bottom: 2px solid #fff;
    }

        .banner-info .txt-slogan .tt .icon {
            position: absolute;
            font-size: 80px;
            left: -40px;
            top: -35px;
            opacity: .3;
            line-height: 1;
        }


.banner .banner-info .r-info .pic {
    opacity: 0;
    filter: blur(5px);
    transition: all 1s;
    transform: scale(1.5);
}

.banner.aos-animate .banner-info .r-info .pic {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

.header .g-nav {
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}


.news-list .tt a {
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    color: var(--main-color);
}

.news-list .info .g-div{
    align-self:center;
}
.news-list .info {
    padding: 15px 15px 0 15px;
}

.news-list .desc {
    color: #8b8b8b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.article-horizontal-grid .item .info .desc{
    font-size:16px;
    height:auto;
}




.banner .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24
}

.sec-home.home-about {
    padding-top: 30px;
    padding-bottom: 30px;
}



    .footer .g-footer > * {
        width: 50%;
    }

    .footer .pic-logo {
        width: 360px;
    }

    .footer .footer-top .st {
        font-size: 20px;
        font-weight: bold;
    }

    .footer .footer-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footer .footer_content.fc_seperate_bottom .footer-bottom {
        background: none;
    }

    .footer .cominfo li {
        margin-bottom: 5px;
        margin-right: 25px;
    }

        .footer .cominfo li .icon {
            margin-right: 5px;
            opacity: .5;
        }

.bsnav-mobile .bsnav-mobile-overlay {
    mix-blend-mode: multiply;
}

.bsnav-mobile.full .navbar {
    transform: scale(1) translateX(-50%);
    right: auto;
    left: 0;
}

.news .news-list .info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.news .news-list .list-item {
    margin-bottom: 30px;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    color: #fff;
}

.pro-list .info-wrap .info {
    color: #fff;
    opacity: 1;
    transform: none;
    width: 100%;
    font-size: 18px;
}

body:not(.home) .pro-list .info-wrap .info {
    padding: 10px 15px;
}

.pro-list .info-wrap .info a {
    color: #fff;
}

.gallery-list .item-detail:hover .info a {
    color: #fff;
}

.gallery-list .item-detail .info a:hover {
    color: var(--main-color);
}
.gallery-list .item a:hover .title{
	color:#004ea2;
}
/* .pro-list .info-wrap {
    width: 90%;
} */
.product .tab-area .tab-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0 !important;
}

.product .tab-area .tab-title li {
	max-width: 100%;
	flex-grow: 1;
}

body:not(.home) .kind-info {
    margin-top: 0 !important;
}


.contact .list-creative > li + li {
    border-top: none;
}

.contact .list-creative > li {
    border-bottom: 1px solid #ccc;
}

    .contact .list-creative > li:last-child {
        padding-bottom: 30px;
    }

.footer .icon_l:hover a {
    background: #06c052;
    border: 1px solid #06c052;
}

.product .gallery-list.cover.hov-cart .item .pic .cover {
    position: absolute;
    display: none;
}

.sec-son.son-about.a1 .pic-logo {
    width: 50%;
}

.sec-son.son-about.a1 .pic-logo {
    width: 50%;
}

    .sec-son.son-about.a1 .pic-logo img {
        width: 100%;
        margin: 0;
    }

.sec-son.son-about.a1 .preface {
    font-size: 18px;
    font-weight: bold;
}

    .sec-son.son-about.a1 .preface a {
        display: inline-flex;
        background: var(--main-color);
        color: #fff;
        border-radius: 5px;
        padding: 5px 20px;
        margin-top: 20px;
    }

        .sec-son.son-about.a1 .preface a:hover {
            background: var(--second-color);
        }

        .sec-son.son-about.a1 .preface a .icon {
            margin-left: 5px;
        }

.sec-son.son-about.a1 .pro-list .list-item.p1 .pic {
    height: 400px;
}

    .sec-son.son-about.a1 .pro-list .list-item.p1 .pic img {
        object-position: center;
    }

.pro-listB .list-item a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 15px 15px 0 15px;
    position: relative;
    height: 100%;
}



    .pro-listB .list-item a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--main-color);
        bottom: 0;
        left: 0;
        transform-origin: left;
        transform: scaleX(1);
        transition: transform .3s ease-in-out;
    }

.pro-listB .list-item:hover a {
}

    .pro-listB .list-item:hover a:after {
        transform-origin: right;
        transform: scaleX(0);
    }

.pro-listB .list-item a .pic {
    padding: 20px 0;
}

.pro-listB .list-item a .icon {
    margin: 0 auto 20px;
}

    .pro-listB .list-item a .icon img {
        transition: all .5s;
        transform: scale(1);
    }

.pro-listB .list-item:hover a .icon img {
    transform: scale(1.1);
}

.pro-listB .list-item a .tt {
    padding: 5px 15px;
    border-top: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}

.partner-list .icon {
    font-size: 30px;
    color: #fff;
}

.partner-list .tt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.side-menu {
    margin-bottom: 30px;
}

    .side-menu a {
        border-radius: 30px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-weight: bold;
        padding: 0 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .side-menu a:hover {
            background: var(--main-color);
            color: #fff;
        }

.g-side .icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

table.table tr th, table.table tr td {
    text-align: center;
    vertical-align: middle;
}

table.table.tb-style thead tr {
    border-radius: 20px;
}



/*table.table.tb-style thead:after {
    content: "";
    display: block;
    height: 15px;
}*/

table.table.tb-style tr th {
    background: var(--third-color);
    text-align: center;
    padding: 15px 10px;
    min-width: 6em;
    color: #fff;
    border: none;
}



table.table.tb-style tr td {
    border-top: none;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

    table.table.tb-style tr td.text-left {
        text-align: left;
    }

table.table.tb-style tbody tr td:nth-child(1) {
    font-weight: bold;
}

table.table.tb-style.tb-brand tr td:nth-child(1) {
    text-align: left;
}

.table-responsive {
    overflow-x: auto;
}

.tb-sticky tbody td:nth-child(1):before, .tb-sticky thead th:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    /* right: 0; */
    bottom: 0;
    /* box-shadow: 5px 0 0 #ccc; */
    width: 30px;
    background: rgb(145, 145, 145);
    background: -moz-linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    background: linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191",endColorstr="#919191",GradientType=1);
    opacity: .5;
    border-left: 2px solid #fff;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
}

table.table.tb-style tr th {
    border-bottom: 3px solid var(--main-color);
    text-align: center;
    padding: 15px 10px;
    min-width: 160px;
    color: #fff;
    /* border: none; */
    word-break: keep-all;
    white-space: nowrap !important;
    background: none;
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
}

.tb-sticky tbody td:nth-child(1), .tb-sticky thead th:nth-child(1) {
    position: sticky;
    left: 0;
    max-width: 160px;
}

.tb-sticky td .pic {
    width: 100%;
}
/*首頁*/
.home .main > .container {
    max-width: 100%;
    padding: 0;
}

.sec-home {
    padding-top: 70px;
    padding-bottom: 70px;
}
.sec-home h2.h2{
    font-size:30px;
    color:#000;
    font-weight:bold;
    text-align:center;
    border:none;
    margin-bottom:30px;
    position:relative;
    z-index:5;
}
.lang_US .sec-home h2.h2{
	margin-bottom:0;
}
.brand-list .list-item .tt{
    font-size:18px;
    text-align:center;
    padding:10px 15px 20px;
}
.lang_US .brand-list .list-item .tt{
	font-size:16px;
}
.brand-list .list-item{
    background:#fff;
    position:relative;
    display:block;
    margin:10px;
    overflow:hidden;
}
.lang_US .brand-list .list-item{
	height:250px;
}
.brand-list .list-item .info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
	color:#fff;
	font-size:30px;
	opacity:0;
	transform:scale(1.1);
	transition:all .5s;
}
.brand-list .list-item:hover .info {
	opacity: 1;
	transform: scale(1);
}
.brand-list .list-item .info .txt-en {
	font-size: 20px;
	color: #ccc;
}
.home-brand {
    background: #ededed;
    position: relative;
}

.home-brand .g-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.home-brand .g-bg img {
	width: 100%;
}

.home-brand .g-bg .l-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
}

.home-brand .g-bg .r-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
}

.home-news {
    position: relative;
}

.home-news .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	overflow: hidden;
	mix-blend-mode: luminosity;
	opacity: .6;
	bottom: 0;
}

.sec-home.home-application {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.home-application .flex-application > * {
    width: 50%;
}

.home-application .flex-application .l-info img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}

.home-application .flex-application .r-info {
    background: var(--main-color);
    padding: 7vw 5vw;
}

.home-application .application-list .list-item + .list-item {
    margin-top: 20px;
}

.home-application .application-list .list-item .pic {
    max-height: 190px;
}

.home-application .application-list .list-item .g-tt .icon {
    width: 55px;
}

.home-application .application-list .list-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.home-application .application-list .list-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    color: #fff;
    transition:all .5s;
}
    .home-application .application-list .list-item:hover .info{
        transform:translateY(100%);
        opacity:0;
    }

    .home-application .application-list .list-item .info .g-tt {
        display: flex;
        align-items: center;
    }

        .home-application .application-list .list-item .info .g-tt .tt {
            font-size: 25px;
            font-weight: bold;
        }

.home-application .application-list .list-item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 5;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    opacity: 1;
    transition:all .5s;
}
    .home-application .application-list .list-item:hover a:before{
        opacity:0;
    }
    .home-application .application-list .list-item .d-more {
        background: var(--second-color);
        color: #fff;
        border-radius: 30px;
        padding: 5px 20px;
        font-weight: 500;
    }
    .home-application .application-list .list-item .d-more:hover{
        background:var(--third-color);
    }

    .home-application .l-info .txt-en {
        font-family: "Bebas Neue", serif;
        font-size: min(max(3vw, 55px), 65px);
        position: absolute;
        z-index: 20;
        color: #fff;
        display: flex;
        align-items: center;
        letter-spacing: 4px;
        opacity: 0;
        transition: all .5s;
    }

.home-application:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color);
    transition-delay: 1s;
    transition: all 1s;
}

.home-application.aos-animate:before {
    left: 50%;
}

.home-application.aos-animate .l-info .txt-en {
    transform: translate(-50%, 0);
    opacity: 1;
}

.home-application .l-info .txt-en:after {
    content: "";
    width: 1px;
    height: 100%;
    flex-grow: 1;
    background: #fff;
    display: block;
    margin-top: 20px;
}

.home-application h2.h2 {
    color: #fff;
}

.home-application .h2 .txt-tw {
    color: #fff;
}





        .btn.more span:after {
            content: "chevron_right";
            font-family: 'Material Symbols Outlined';
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            display: inline-block;
            white-space: nowrap;
            word-wrap: normal;
            direction: ltr;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            opacity: 1;
            width: 16px;
            height: 16px;
            background: #fff;
            border-radius: 50%;
            font-size: 16px;
            vertical-align: middle;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
            color: #000;
        }

.btn.more:hover span:after {
    animation: move-right-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}







@-webkit-keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes move-left-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%);
        opacity: 0;
    }

    51% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-left-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%);
        opacity: 0;
    }

    51% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}





.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
}

.pro-list .item-info {
    background: #fff;
}
body:not(.home) .pro-list .item-detail{
    height:100%;
}
body:not(.home) .pro-list .item-info {
    /*background: #efefef;*/
    height: 100%;
}
.pro-list .list-item:hover .item-info {
    /*background: var(--main-color);*/
}

.pro-list .list-item .pic a{
    display:block;
}
.product-pic.slick .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
}

.product-pic.slick:has(button) .slider {
    padding: 0 15px;
}
/*.product-pic.slick .slick-list.slider-nav {
    margin: 0 -6px;
}*/
.product-pic.slick .slider-nav .slick-arrow:after {
    background: #ccc;
}

.home-pagelist-area .title.h2 {
    display: none;
}

.home-pagelist-area .container-fluid {
    padding: 0;
}

.home-pagelist-area .editor {
    line-height: normal;
}
.home-news .article-horizontal-grid .item .info .date {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column-reverse;
    transition: all .5s;
}
.home-news .article-horizontal-grid .item:hover .info .date {
    background: rgb(13,111,184);
    background: -moz-linear-gradient(180deg, rgba(13,111,184,1) 0%, rgba(53,181,226,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13,111,184,1) 0%, rgba(53,181,226,1) 100%);
    background: linear-gradient(180deg, rgba(13,111,184,1) 0%, rgba(53,181,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d6fb8",endColorstr="#35b5e2",GradientType=1);
}


    .home-news .article-horizontal-grid .item .info .date span.year {
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
    .home-news .article-horizontal-grid .item .info .date span:not(.year) {
        font-weight: bold;
    }
.home-news .article-horizontal-grid .item .info{
    padding:0;
}
.footer-seo:has(*:not(.h4)){
    margin-bottom:2rem;
}
.navbar-toggler.active {
    opacity: 0;
}

.main .side .nav > li > a {
}
    .main .side .nav > li > a:hover {
        color:var(--main-color)!important;
    }
    .gallery-list.hov-cart .item-detail:hover .info a {
        color: #fff;
    }
body:not(.home) .article-grid .item .info .date {
    background: var(--main-color);
    border-radius: 5px;
    padding: 5px 10px;
    display: table;
    color:#fff;
}
.news .article-grid.ar-img article{
    height:100%;
}
.news .article-grid.ar-img .item .info {
    flex-grow: 1;
}
.btn.btn-primary {
    background:var(--main-color);
    border-color:var(--main-color);
}
.btn.btn-primary:hover {
	background:#999;
	border-color:#999;
}
.btn.btn-secondary{
	background:#999;
    border-color:#999;	
}
.btn.btn-secondary:hover{
    background:var(--main-color);
    border-color:var(--main-color);	
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-right: 0;
    border-left: solid 5px #fff;
}
h3.h5{
    font-size:2rem;
}
.small-title{
	color:#000;
}
body:not(.home) .main{
    padding-bottom:50px;
    min-height:450px;
}
.article-list .item .time {
	/*display:none !important;*/
    color: #000;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 10px;
    background: #eee;
    padding: 10px 30px;
}
.article-list .item .icon {
    width: 16px;
    height: 16px;
    background:#e1e1e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	margin-right: 10px;
	transition: all 0.5s;
}
.article-list .item:hover .icon{
	opacity:0;
	transition: all 0.5s;
    /*background:var(--second-color);
    color:#fff;*/
}
.material-symbols-outlined{
	padding-left:2px;
}
.news .article-list .item .info{
    text-overflow: unset;
    white-space: normal;
}
.article-list .item a{
    padding: 0;
}
.main .side:not(:has(*)){
    margin:0;
}
.footer-seo:has(*:not(h4)){
    margin: 0 !important;
}
.breadcrumb-section{
    margin-bottom:0!important;
}
/*會員*/
.member-function-box .item .pic{
    display:flex;
}
.member-function-box .item > a:hover {
    background: var(--main-color);
    color:#fff;
    border:1px solid var(--main-color);
}
/*產品*/
.product .row-proShow .pro-info li{
    margin-bottom:5px;
}

.btn-flex {
    margin: 0 -10px;
}
.btn-flex >*{
    margin: 0 10px;
    flex-grow:1;
}
/*brand*/
.sec-brand .tt{
    font-size:25px;
    font-weight:bold;
    margin-bottom:30px;
}
.sideNavBtn .icon{
    margin-right:5px;
}

.ex-txt {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
/*download*/
.news .article-list .item .info {
    flex-grow: 1;
	padding:15px;
}
/*cart*/
.cart-item .pro-name{
    font-size:18px;
    font-weight:bold;
}
.cart-list .info-area .highlight.st{
    display:none!important;
}
.cart-list div[class*="pro-no"] label {
    background: #333;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.cart .sec-cart .btn-list ul{
}
.cart.p01 .sec-cart .btn-list li:first-child {
    flex-grow: 1;
    text-align: left;
}
.cart.p01 .sec-cart .btn-list li a {
    width: auto;
    max-width: 200px;
    min-width: 100px;
    margin-right: 10px;
}
.cart.p01 .sec-cart .btn-list li:last-child a{
    margin:0 0 0 auto;
}
.cart-box .cart-list, .form-style {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: none;
    padding: 20px;
    border-radius: 5px;
}
.col-form-label {
    font-size: 17px;
	font-weight:bold;
    color: #4d4d4d;
}
.form-tt{
    font-size:22px;
    font-weight:bold;
    margin-bottom:15px;
}
.g-tt:has(.form-tt){
    margin-bottom:15px;
}
.g-tt .form-tt{
    margin-bottom:0;
}
.btn-list ul{
    margin:0 -5px;
}
.btn-list li {
    margin: 0 5px;
}
.talk-box .talk-item .second-level {
    padding-left: 10px;
}
.btn-tb {
    background: #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.btn-tb:hover{
    background:var(--main-color);
    color:#fff;
}
.cart-box .cart-list .cart-item {
    position: relative;
}
.flex-ul > li label {
    width: 100px;
    flex: 0 0 100px;
    font-weight: bold;
}
/*about*/
.son-about .g-history {
    position: relative;
}

.son-about .g-history .line {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 10px;
	transition: all 2s;
	width: 30px;
	border-radius: 30px;
	z-index: -1;
}

.son-about .g-history .line:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	display: block;
	bottom: 100%;
	transition: all 1s;
	background: rgb(218,181,36);
	background: -moz-linear-gradient(180deg, rgba(218,181,36,1) 59%, rgba(218,181,36,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(218,181,36,1) 59%, rgba(218,181,36,0) 100%);
	background: linear-gradient(180deg, rgba(218,181,36,1) 59%, rgba(218,181,36,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dab524",endColorstr="#dab524",GradientType=1);
}

.son-about .g-history.aos-animate .line:before {
	bottom: 10px;
}

.son-about .history-list .item {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.son-about .history-list .item:before {
	content: "";
	width: 11px;
	height: 11px;
	background: var(--second-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(0) translate(-50%, -50%);
	transition: all .5s;
	transition-delay: .5s;
}

.son-about .history-list .item.aos-animate:before {
	transform: scale(1) translate(-50%, -50%);
}

.son-about .history-list .item > * {
	padding: 0 20px;
	width: 50%;
}

.son-about .history-list .item .r-info .box {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
}

.editor .son-about img {
    margin: 0;
}

.son-about .history-list .item .pic {
    width: 40%;
    margin: 0 ;
}

/*.son-about .history-list .item:nth-child(even) .pic {
    margin: 0 auto 0 0;
}*/
.son-about .history-list .item .pic img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.son-about .history-list .item {
    flex-direction: row-reverse;
}

.son-about .history-list .item + .item {
}

/*.son-about .history-list .item:nth-child(even) .r-info {
    text-align: right;
}*/

.son-about .history-list .year {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #9d9d9d;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    opacity: 0;
    text-align: right;
    transition: all .5s;
}

.son-about .history-list .aos-animate .year {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    transition-delay: .5s;
}

/* 
.son-about .history-list .item:nth-child(even){
    left:50%;
    position: relative;
    margin-top:-60px;
}

.son-about .history-list .item:nth-child(odd){
    display: flex;
    flex-direction: column;
    align-items: flex-end;
} */
.son-about .g-history {
    position: relative;
}

.son-about .g-history .line {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 10px;
	transition: all 2s;
	width: 30px;
	border-radius: 30px;
	z-index: -1;
}
.son-about .g-history.aos-animate .line:before {
	bottom: 10px;
}
.sec-history .pic-logo {
    width: 90px;
    margin: 0 auto ;
}

.about01 .sec1 .txt-since {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 20px;
	margin-right:20px;
}
.txt-mainColor{
    color:var(--main-color);
    font-weight:bold;
}
.son-about .txt-big{
    font-size:20px;
    font-weight:bold;
}
.about01 .sec1 .bg {
    position: relative;
    height:250px;
    overflow:hidden;
}
.about01 .sec1 .bg>img{
	object-fit:cover;
	height:100%!important;
	width:100%;
}
.about01 .sec1 .pic-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about01 .sec1 .pic-logo img {
	width: 72px;
}
.about01 .sec2{
    position:relative;
    z-index:5;
}
.about02 .map {
    width: 60%;
}
.about02 .info {
    width: 40%;
    padding:30px;
}
.about02 .map iframe {
    height: 100%;
}
.about02 .com-list .list-item{
    margin-bottom:30px;
}
.about02 .com-list .list-item ul li{
    margin-bottom:5px;
    display:flex;

}
.about02 .com-list .list-item ul li .icon{
	color:#ccc;
}
.about02 .com-list .list-item .tt{
	font-weight:bold;
	margin-bottom:20px;
}
.about02 .com-list .list-item .tt .txt-en{
	color:#4b4b4b;
	margin-bottom:5px;
	display:block;
}
.about02 .com-list .list-item .tt .txt-tw {
	color: var(--main-color);
}
.editor table[border] td,
.editor table[border] th {
	border-width: initial;
}
.txt-flex {
    justify-content: center;
    align-items: center;
}

.txt-flex .icon {
	font-size: 80px;
	margin-right: 30px;
	padding-right: 30px;
	color: #ccc;
	line-height: 1;
	border-right: 1px solid #ccc;
}

.txt-flex .tt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.cart .form-box .sec {
    margin-bottom: 50px;
}
body:not(.home) .banner{
    display: none;
}
/*首內頁新設定*/
.brand-list{
	padding:0 7%;
}
.checkbox{
	text-align: center;
    margin: 10px auto;
    border-bottom: 1px dashed #ececec;
    padding-bottom: 15px;	
}
.text-right{
	text-align:right;
}
.mr-5{
	margin-right:5px;
}
/*產品應用*/
.subject-sec {}
.article-list .item{
	display:block;
	padding:0px;
	box-shadow: 5px 5px 16px 0 #eee;
	margin:10px 7px 26px;
}
.article-list .item + .item{
	border-top: none;
    margin-top: 0;
    padding-top: 0; 
}
.a_flex{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

/*廠牌管理*/
.flex-brand{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
}
.flex-brand .l-info{
	width:100%;
}
.l-info > .editor{
	text-align: justify;
}

/*電子型錄*/
.g-icon{
	margin:10px auto;
	color:#fff;
	background:#004ea2;
	font-size:14px;
	text-decoration: underline;
	border-radius:20px;
	display:table;
	text-align:center;
	padding:5px 25px;
}
.g-icon:hover{
    text-decoration: none;
	background:#333;
}
.a_title{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 16px;
	text-align:center;
	min-height:48px;
}
.a_title02{
	display:block;
    font-size: 16px;
	padding:7px 0;
	color:#999;
	text-align:center;
}