﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
:root {
    --cspt-greenly-white-color-rgb: 0, 0, 0;
}
body {
    font-family: 'Noto Serif TC';
}
a:hover {
    color: #02b051;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-left:0;
}
.d-none {
    display:none;
}
.page-box{
	position:relative;
	margin-top:40px;
	z-index:3;
}
body.about .main .side{
	margin-bottom:0;
}

/*右上角社群*/
    .header .navbar .nav-share-btn-area {
    font-size: 1.75em;
    margin-top: -7px;
    margin-left: 10px;
}
.header .navbar .nav-share-btn-area li.icon_l a,
.header .navbar .nav-share-btn-area li.icon_p a,
.header .navbar .nav-share-btn-area li.icon_t a,
.header .navbar .nav-share-btn-area li.icon_y a,
.header .navbar .nav-share-btn-area li.icon_i a,
.header .navbar .nav-share-btn-area li a,
.header .navbar .nav-share-btn-area li.icon_f a {
    color: #555;
}


.editor .contentbuilder-box .center > * {
    text-align: center;
}
.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}


.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}


/*header*/
.header .navbar {
    background: rgba(255, 255, 255, 1);
    border-bottom: none;
    padding: 0 10%;
    z-index: 99;
}
.is_scroll .header .navbar {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    position: fixed;
}
.navbar-expand-md .navbar-nav {
    margin-top: 20px;
    transition: all .5s ease-out;
}
.is_scroll .navbar-expand-md .navbar-nav {
    margin-top: 0px;
    transition: all .5s ease-out;
}
/*logo*/
.nav-brand-wrapper {
    padding: 0;
}
.navbar .navbar-brand {
    display: block;
    margin: 10px auto;
    /*background: url(../images/all/logo.svg)no-repeat;
    background-size: contain;*/
    width: 350px;
    height: 63px;
    transition: all 0.3s ease;
}
/*.navbar .navbar-brand img {
    width: 100%;
    height: auto;
}*/
.is_scroll .header .navbar .navbar-brand {
    width: 220px;
    height:auto;
    margin:0;
}

.is_scroll .header .navbar .nav-item .caret {
    /*border-top: solid 5px #fff;*/
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link:hover {
    padding-left: 15px;
}
.is_scroll .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover,
.nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    color:#fff !important;
    background-color: #333 !important;
}
.is_scroll .nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    color: #000;
}
.is_scroll .header .navbar-nav > .nav-item > .nav-link {
    /*color: #fff;*/
}
.is_scroll .navbar .small-btn-box a.btn-search i {
    /*background: url(../images/all/search2.svg)no-repeat;*/
}

.nav-item .caret {
    /*border-top: solid 5px #fff;*/
}
/*.header .navbar-nav .nav-item:hover > .nav-link {
    color: #a2a2a2;
}
.navbar .small-btn-box ul li:nth-child(2) {
    order: 1;
}
.navbar .small-btn-box ul li:nth-child(1) {
   order:2;
}*/
.dropdown-toggle::after{
    display:none;
}



/*搜尋*/
.navbar .small-btn-box a.btn-search:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 8px;
    background-color: #b6b6b6;
    width: 1px;
    height: 10px;
}
.navbar .small-btn-box a.btn-search:after {
    content: "SEARCH";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: #626262;
}
.nav-search-li .nav-search-box .search-area a i:before {
    content: "";
}
.nav-search-li .nav-search-box .search-area a i {
    background: url(../images/all/search2.svg)no-repeat;
    width: 20px;
    height: 20px;
}
.nav-search-li .nav-search-box .search-area a {
    padding: 9px 3px;
}
.navbar .small-btn-box a.btn-search i {
    background: url(../images/all/search.svg)no-repeat;
    width: 20px;
    height: 20px;
}
.navbar .small-btn-box a.btn-search i:before {
    content: "";
}
.navbar .small-btn-box a.btn-search {
    font-size: 16px;
    padding-left: 77px;
}
.navbar .small-btn-box a:hover {
    background-color: unset;
}
.navbar .small-btn-box a {
    background-color: unset;
    color: #9f9f9f;
    font-size: 13px;
    padding: 5px 11px;
}
.btn.btn-primary:hover {
    background: unset;
    border-color: unset;
}

.header .navbar-nav .nav-link {
    padding: 7Px 15px;
    position: relative;
}
.header .navbar-nav .nav-item a.nav-link {
    font-size: 18px;
    color:#666;
    letter-spacing:0.05em;
}
.header ul.navbar-nav > .nav-item > .nav-link:hover {
    color: #22a564;
}

/*滑鼠滑至下拉選單時，選項會再另外變色*/
.header .navbar-nav .nav-item:hover > .nav-link{
	color:#000;
}

.header ul.navbar-nav > li.nav-item > a.nav-link:before {
	display:none;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all .5s ease-out;
}
.header ul.navbar-nav > li.nav-item > a:hover.nav-link:before {
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s ease-out;
}
.header ul.navbar-nav > li.nav-item > ul {
    border-top:2px solid #02b051;
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    left: 0;
    /*transform: translateX(-50%);*/
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link {
    font-size: 14px !important;
    color: #000;
}
.header ul.navbar-nav > li.nav-item > ul li > a:hover.trigger.nav-link{
    color:#fff;
	background:#333;
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link:before {
    display: none;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before{
	background:none;
}


.wid-float-section ul {
	background:#06C755;
    /*background: rgb(0 0 0 / 90%);*/
}
.wid-float-section ul li{
	padding:10px 0;
}
.wid-float-section ul li a {
	color: #fff;
	padding: 6px 0;
	width: 75px;
}
.wid-float-section ul li a:hover {
	color: #9e9e9e;
}
.wid-float-section ul li + li {
	border-top: none;
}
.wid-float-section ul li a .icon {
	font-size: 18px;
	padding-bottom: 8px;
}
.nav-search-li .nav-search-box .search-area {
    background: #111111;
  
}
.nav-search-li .nav-search-box .search-area a {
	color: #fff;
}
.nav-search-box   .btn.btn-dark:hover {
    background: unset;
    opacity: 0.6;
}


.ezshare-box a:before{
    display:none!important;
}
.ezshare-box a:hover {
    background-color: #4b4b4b !important;
}
.ezshare-box a {
    font-size: 14px;
    color: #fff;
    /*background-color: #000 !important;*/
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding-top: 5px;
}


.breadcrumb li  .txt-en {
    display:none;
}

h3.h1 .txt-en,
.h2 .txt-en {
    display: none;
}
.h3,
h3.h1,
.h2 {
    border-bottom: 3px double #666;
    color: #000;
    font-size: 32px;
    padding-bottom: 10px;
    display: block;
    margin: 0;
    position: relative;
    font-weight: bold;
}
.h5,
.h2 {
    color: #000;
    text-transform: uppercase;
    margin-bottom:15px;
}
.h6 {
    border-left: solid 2px #000;
 
}
.h6 .justify-content-between {
        align-items: center;
}
.contact  .pt10{
    padding-top:30px;
}
.list-creative a {
    color: #323232;
    font-size: 16px;
}
.list-creative .list-terms.company_name label {
    font-size: 24px;
    color: #33a24d;
}
.list-creative .list-terms:before {
    width: 3px;
    background: #02b051;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #000;
}
.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #02b051;
	color:#fff;
    border: 1px solid #d0d0d0;
}
.btn-secondary,
.btn.btn-primary {
    padding: 10px 50px;
    border-radius: 0px;
	font-size:16px;
	text-align: center;
    font-family: 'Merriweather';
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
    color: #666;
}
.btn-secondary {
    background: #fff;
}
.btn.btn-primary {
    background: #fff;
	
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
}

.page-item.active .page-link {
    background: #4b4b4b;
    border-color: #4b4b4b;
}
.btn-info:hover {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}
.btn-info {
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    font-size: 12px;
    border-radius: 0;
}
.gallery-list .btn-box .btn.done {
    color: #a65858;
}
.page-link {
    color: #595959;
    border-color: #fff;
    padding: 3px 10px;
}
.page-link:hover {
    background: #02b051;
    color:#fff!important;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}

.modal-header  .btn.cart {
    background: #080808;
    color: #fff;
}
.close {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background-color: #000;
    color: #fff;
}

.form-control {
    font-size: 14px;
    border-radius: 0;
}
.container .ezshare-box ul {
    text-align: left;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb li a {
    color: #fff;
}
.breadcrumb {
    color: #fff;
    background: #02b051;
    padding: 10px 10%;
    /*transform: translateY(-41px);*/
}

.btn.cart {
    background: #010101;
   
}
.contact .main .side {
    margin-bottom: 0;
}
.main-title .h6 {
    border-left: none;
    font-size: 20px;
    padding-left: 0;
}

.member   .member-function-box {
    padding-bottom:50px;
}
.member .main .side,
.cart.finish .main .side {
    margin-bottom: 0;
}
.album.show .section.mainSection,
.content .section:nth-child(1) {
    /*padding-top: 0 !important;*/
}
.content .section:nth-child(1)  .kind-info{
    margin-top:0!important;
}
.header .nav-item.dropdown > .navbar-nav .navbar-nav {
    transition: .3s;
    opacity: 0;
}
.header .nav-item.dropdown > .navbar-nav .nav-item:hover > .navbar-nav {
    opacity: 1;
}




/*-----------------------banner -----------------------*/

.banner .banner-info {
    width: 100%;
}

.banner .item.slick-active .banner_tit .ba_aox.aos-animate,
.banner .bannerImgBox.oneMode .item .banner_tit .ba_aox.aos-animate {
    opacity: 1;
    top: -40px;
}
.banner .ba_aox {
    transition: all 1s;
    position: relative;
    top: 0px;
    opacity: 0;
}
body.home .banner .item.slick-active .banner_tit .ba_aox h3 span:before {

    right: 15px;
    top: 40px;

}
.banner .item.slick-active .banner_tit .ba_aox h3 span:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/ba_icon.svg)no-repeat;
    width: 28px;
    height: 19px;
    right: -15px;
    top: 10px;
}
.banner .item.slick-active .banner_tit .ba_aox h3 span {
    font-weight: 100;
    position: relative;
}
.banner .item.slick-active .banner_tit .ba_aox h3 {
    font-size: 93px;
    font-weight: 900;
    letter-spacing: 0;
}
body.home  .banner .item.slick-active .banner_tit .ba_aox h3 {
    font-size: 173px;
 
}
.banner .item.slick-active .banner_tit .ba_aox p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 20px;
    padding-top: 0;
    margin-top: -10px;
}
.banner .scro_sol {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner {
    position: relative;
    padding-top: 83px;
    z-index: 1;
}
body.home .banner::before {
    content:'';
    position:absolute;
    background: url(../images/all/banner_left.svg) no-repeat;
    width:1079px;
    height:262px;
    left:0;
    bottom:-18px;
    z-index:2;
}
body.home .banner::after {
    content:'';
    position:absolute;
    background: url(../images/all/banner_right.svg) no-repeat;
    width:1200px;
    height:145px;
    right:0;
    bottom:-25px;
    z-index:1;
}
body.home .slick-dots{
	bottom:5px;
}

.slick-dots {
    bottom:10px;
    right:4%;
}
.slick .slick-dots {
    text-align: right;
}
.slick-dots li.slick-active button:before {
    color: #33a24d;
    opacity: 1;
}
.slick-dots li {
    width: 50px;
}

.slick .slick-dots button {
    width: 50px;
    height: 6px;
    padding: 0;
    border-radius: 0;
    margin: 0 10px 0;
    background: #fff;
}

.slick .slick-dots .slick-active button {
    background: #54a009;
}
.is_scroll .side .navbar {
    background: none;
}
.side .wid.wid-search .btn {
    display: block;
    padding: 7px 5px
}
.side .wid .btn {
    display: none;
}

.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
  
}
.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    background-color: #33a24d;
    color: #fff;
}
.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #fff;
    background:#666;
}
.side .filter-content > ul {
    padding: 4px 20px;
	border-bottom: 1px solid #ccc;
}
.side .filter-content ul li {
    padding: 4px 0;
}
.side .wid-search .h3 {
    background-color: #000;
    padding: 8px;
    display: block;
    color: #fff;
    display: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
	/*background:url(../images/all/gallery_btn.png) no-repeat !important;*/
}
/*BANNER放影片*/
body.home .banner iframe {
    margin-top: -6%;
}

.banner iframe {
    pointer-events:none;
    height:68vw;
}



/*main*/
.main {
    /*background: #f3f5e9;*/
}
body:not(.home) .main-content .container,
body:not(.home) .main .container {
    max-width: 100%;
    padding: 0 10%;
}
body.home .main {
    padding-bottom: 0;
}
.cart  .btn-box,
.main {
    padding-bottom: 50px;
}
.order .main .side .nav > li + li {
    border-top: none;
}
.order .main .side .nav > li a,
.side .navbar-nav .dropdown-menu li.nav-title > a {
    padding: 10px;
    background: #333;
    margin-bottom: 9px;
    color: #fff;
    font-size: 16px !important;
}
body:not(.home) .content .mainSection .container{
	padding:0 2%;
}

/*side*/
.nav-item.dropdown > .navbar-nav {
    background:none;
}
.main .side .h3 {
    display: none;
    border: none;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 0;
}
.main .side .h3 .txt-tw {
	font-size: unset;
	border: none;
	padding: 0;
	font-weight: 400;
}
.bsnav {
    background:none;
}
.side .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    
}
.side .navbar-nav .dropdown-menu li.nav-title > ul {
    padding: 0;
}
.side .wid-cont ul.navbar-nav li ul li ul.show li.nav-item > a {
    font-size:14px !important;
    color: #666;
    padding:5px 0 5px 25px !important;
    line-height:30px;
}
.side .wid-cont ul.navbar-nav li ul li ul.show li.nav-item > a:hover{
    color:#fff;
    background: #127bab !important;
}


/*-----------------------訂單 -----------------------*/
.coupon   .mainSection .kind-info .h2,
.order .mainSection .kind-info .h2 {
    margin-bottom: 40px;
}
.order .sum .item .value.final-price {
    color: #fff;
}
.order .mainSection .cart-box .pay-box {
    width: 30%;
    height: 100%;
    margin-top: 0 !important;
    background-color: #111111;
    color: #fff;
}
.order .mainSection .cart-box .cart-list {
    width: 68%;
    height: 100%;
    border-top: 1px solid #000;

}
.order .mainSection .cart-box .h6 {
    width: 100%;
}
.order .mainSection .cart-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order .rwd-table.mob-mode td {
    padding: 20px 10px;
}
.order .pay-box .sum .item:last-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-top: 20px;
}
.order .info-area .info-item a.op-web-link {
    color: #000;
}

/*-----------------------購物車 -----------------------*/
.cart.finish .h3 {
    font-weight: 400;
    color: #000;
    margin:0 0 20px!important;
}
.btn.btn-bord:hover{
    background-color:#000;
    color:#fff;
}
.btn.btn-bord {
    border: solid 1px #070707;
    color: #212121;
}
.cart  .btn.gray {
    color: #fff;
    background: #242424;
}
.cart .cart-step .num {
    border: solid 1px #0b0b0b;
    color: #010101;
    line-height: 32px;
}
.contact .radio-inline{
    padding-right:15px;
}
.contact .radio-inline input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.contact .map-box {
    
}
.contact .info-area h3.h5 {
    margin-top:0!important;
}


/*-----------------------會員 -----------------------*/
.rwd-table a {
    color: #0d0e0e;
}
    .rwd-table a:hover {
        color: #808080;
    }
.favorite .btn.cart {
    border-radius: 0;
    color: #000;
    background-color: unset;
}
.rwd-table.mob-mode th {
    background: #121212;
    font-size: 16px;
    font-weight: 400;
}
.main .side .nav > li + li {
    border-top: 1px solid #a7a7a7;
}
.main .side .nav > li a:hover {
    color: #9a9a9a;
}
.main .side .nav > li a {
    padding: 14px 10px 14px 0;
}
.member    .member-function-box .item > a .info {
    margin-left:0!important;  
    padding-top:8px!important;
}
.member-function-box .item > a {
    color: #000;
    text-align: center;
    padding: 40px 20px;
    border-left: 1px solid #000;
    display: block;
}
.member #geLoginBtn,
.member #lineLoginBtn {
    font-weight: 400;
    color: #0c0c0c;
    border: 1px solid #bcbcbc;
}
.member    .frame-small-box .h2{
    margin-bottom:50px;
}
.member .frame-small-box {
    width: 70%;
    margin: 30px auto 50px;
    padding: 2% 5% 5%;
    border: 1px solid #bbb;
}

/*-----------------------FAQ -----------------------*/
.faq .h2{
    margin-bottom:40px;
}
.faq .h2 .btn.btn-primary {
    padding: 6px 25px;
}
.faq .h2 .float-end {
    float: none !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.faq .accordion-list .accordion-list-header .btn-link:hover {
    color: #a2a2a2;
}
.faq  .contentbuilder-box {
    padding-left: 0;
}
.faq  .accordion-list .accordion-list-header {
     border:none;
    border-bottom: solid 1px #dadada;
}

.faq .accordion-list .accordion-list-header .btn-link {
    font-size: 18px;
    padding: 20px 10px 20px 35px;
}
.faq .accordion-list .st.st-a {
    top: 19px;
}
.faq .accordion-list .st {
    color: #111111;
    top: 19px;
}


/*-----------------------產品 -----------------------*/
.ratio {
    overflow: hidden;
    border-radius: 0px;
    transition: all linear .5s;
}

body.product .display-mode a[data-mode=mode2] {
    display: none;
}
.mode-switch.gallery-list[data-mode=mode2] > .item,
.mode-switch.gallery-list[data-mode=mode4] > .item {
    flex: 0 0 50%;
}
    .mode-switch.gallery-list[data-mode=mode2] > .item .justify-content-center,
    .mode-switch.gallery-list[data-mode=mode4] > .item .justify-content-center {
        justify-content: flex-start !important;
    }
.toast-body  i{
    padding-right:5px;

}
body.product .gallery-list .item:hover .pic img {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);*/
    transform: scale(1);
}
.product .gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box .btn:hover {
    border-radius: 0;
}
.product .gallery-list .item .title {
    font-weight: 400;
    margin: 10px 0;
    font-size: 16px;
    color: #33a24d;
    letter-spacing:0.07em;
}


.product .function-bar .display-mode .btn-mode {
    color: #6d6d6d;
}
.product.show .product-info-area .btn-area {
    order: 3;
    width: 100%;
}
.product.show .product-info-area .info-box {
    order: 2;
    width: 100%;
}
.product.show .product-info-area .title-box {
    order: 1;
    width:100%;
}
.product.show .container .product-info-area .ezshare-box ul li{
    margin-right:0;
}

.product.show .product-info-area .ezshare-box {
    order: 4;
    width: 100%;
}
.product.show .product-info-area {
    display: flex;
    flex-wrap: wrap;
}
.product.show .product-info-area .item .label:before {
    background: #d0d0d0;
}
.product.show   .product-info-area .item {
    margin-bottom: 20px;
}
.product.show .container .ezshare-box ul li{
    padding-left:5px;
}
.product.show .container .ezshare-box ul {
    text-align: right;
    display: table;
    margin: 0 0 0 auto;
    position: relative;
}
.product.show .product-pic{

}
.product.show .content {
    width: 100%!important;
}

.product.show .side1 {
    display: none;
}
.gallery-list.border-solid .item .item-detail {
    border: none;
}
.compare .table.table-fixed-two th {
    background-color: #151515;
}
.compare .table.table-fixed-two td {
    padding: 15px;
}
.compare .table.table-fixed-two .main-info .icon-area .btn.btn-cart .icon,
.compare    .table.table-fixed-two .main-info .icon-area .btn.btn-fav .icon {
    color: #000000;
}
.compare .table.table-fixed-two th:first-child {
    background-color: #ffffff;
    color: #000;
}
.compare .table.table-fixed-two td:first-child {
    background-color: #ebebeb;
}
.compare .table.table-fixed-two th:first-child {
    background-color: #fff;
}
.gallery-list.cover.hov-cart .btn-box .btn.done {
    background: #fafafa;
    color: #000;
}
.product   .gallery-list .item .info {
    padding: 0px 0;
}
.slider-nav .thumbnail:focus, 
.slider-nav .thumbnail.slick-current.slick-active {
    border-color: unset;
    border: none;
}
.tab-area {
    border-top: solid 1px #727272;
}
.tab-area .tab-title a.active:hover {
    color: #9cfbb3;
}
.nav-item .nav-link {
    color:#fff;
}
.tab-area .tab-title a.active {
        color: #fff;
        background:#33a24d;
}
.toast {
    background: rgb(0 0 0 / 80%);
  
}
.badge {
    border-radius: 0;
}
.product.show .container .ezshare-box ul:before {
    content: "Share ";
    display: block;
    position: absolute;
    font-size: 18px;
    left: -60px;
    top: 4px;
}
.product.show .container .ezshare-box {
    margin: 10px 0;
    position: relative;
}
.product.show  .h5 {
    margin-bottom: 10px;
}
.h5 .sub-txt {
    display:none;
    color: #959595;
    letter-spacing: 0;
}
.product.show .tag-area {
    display:none;
}
.tab-area .tab-title a {
    padding: 10px 30px;
}
.product.show .h4 {
    text-align:center;
    color:#fff;
    background:#000;
    padding:10px;
}
.product.show .gallery-list .item .pic {
    overflow:hidden;
}
.product.show .product-info-area .info-box {
    padding: 30px 0 10px;
}


.btn.btn-light:hover,
.btn.btn-dark:hover {
    background: #9a9a9a;
}
.btn.btn-dark {
    background: #575757;
    padding: 8px 25px;
    font-size: 16px;
}

.btn.btn-light {
    background: #1c1c1c;
    padding: 8px 25px;
    font-size: 16px;
}
    .qty-box .btn:hover {
    background: #000;
 
}
.product-info-area .item.price .cont {
    color: #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;
}
/*.product-pic.slick.st .slider-nav .slick-list .slick-track{
	width:100% !important;
}*/
.slider-nav .thumbnail{
	border:0 !important;
}


/*-----------------------訊息 -----------------------*/
.news .article-grid .item .info .title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}
.news .pic a .ratio img {
	border-radius: 10px;
    transform: scale(1);
    transition: all 0.35s linear;
}
.news .pic a:hover .ratio img {
    transform: scale(1.1);
    transition: all 0.35s linear;
}
.news .pic {
    position: relative;
    overflow: hidden;
}
.article-list .item a {
    display: block;
}
.article-list .item a:hover {
    background: #f8f8f8;
}
.article-list .item .time {
    color: #000;
}
.article-list .item .info {
    font-weight: bold;
    color: #02b051;
    line-height: 20px;
    padding-left: 20px;
}
.article-list .item a .info {
    position: relative;
}
.article-list .item a .info::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    top: 7px;
    left: 5px;
    border-radius: 99em;
}
.article-horizontal-grid .item .info .desc {
    order: 3;
    width: 100%;
}
.article-horizontal-grid   .item .info .title {
    order: 2;
    width: 100%;
    font-weight: bold;
    padding-top: 3px;
}
.article-horizontal-grid    .item .info .d-flex {
    order: 1;
    width: 100%;
}
.article-horizontal-grid    .item .info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:0;
}

.container .ezshare-box {
    margin: 20px 0 10px 0;
}
.news.show .h1 {
    font-size: 2rem;
    color: #02b051;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.news.show  .container .ezshare-box ul {
    text-align: left;
}
.news .article-grid .item .info .kind a {
    display:none;
    background: #86bb46;
    padding: 5px 9px;
    color: #fff;
    margin-top: 5px;
}
.album.show page-box .page-item:first-child .page-link:hover,
.order.show page-box .page-item:first-child .page-link:hover,
.product.show page-box .page-item:first-child .page-link:hover,
.news.show .page-box .page-item:last-child .page-link:hover {
    color: #fff;
}
.album.show .page-box .page-item:first-child .page-link,
.order.show .page-box .page-item:first-child .page-link,
.product.show .page-box .page-item:first-child .page-link,
.news.show .page-box .page-item:last-child .page-link {
    margin: 0 auto;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 10px 5px;
    width: 180px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #000;
}

.page-box .page-item:first-child .page-link:hover:before,
.page-box .page-item:last-child .page-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.page-box .page-item:first-child .page-link:before,
.page-box .page-item:last-child .page-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #02b051;
    -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;
}
.small-title {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
}
.tag {
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 0;
    background: #8c98a5;
    color: #fff;
	border-radius:6px;
}
a:hover.tag {
    color:#fff;
}
.article-grid .item:hover .pic img{
    opacity:0.6;

}
.article-grid .item .info .title {
    color: #2aa7ff;
    font-size: 18px;
    font-weight: 400;
}
.article-grid .item .info .title, .article-grid .item .info .title a {
    font-size: 16px;
    line-height:20px;
    font-weight:600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 99%;
    margin-bottom:0;
}
.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 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.article-horizontal-grid .item .info .date {
    color: #a8a8a8;
   
}
.article-horizontal-grid .item .info .kind a {
    border: solid 1px #292929;
    color: #292929;
}
.news .article-grid.ar-img .item .info {
    /*height: 230px;*/
    border: none;
    padding: 10px 5px;
}



/*-----------------------首頁 -----------------------*/
.width_1600 {
    width: 100%;
    padding: 0 200px;
    position: relative;
    display: block;
}
.title_tw {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    display: block;
    margin-bottom: 25px;
    color: #333;
    position: relative;
    text-align: center;
    letter-spacing:0.1em;
}
.title_en {
    text-align: center;
    font-size: 24px;
    color: #1fa563;
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
}
.title_en::after {
    content: '';
    position: absolute;
    background: url(../images/all/icon_title.svg) no-repeat;
    background-size:contain;
    width:46px;
    height:43px;
    right: 63px;
    bottom: -1px;
}
.home_news .title_en::after {
    content: '';
    position: absolute;
    background: url(../images/all/icon_title.svg) no-repeat;
    background-size:contain;
    width:46px;
    height:43px;
    right: 81px;
    bottom: 1px;
}
.more-btn-area {
    position:relative;
    display:block;
    margin-top:30px;
}
.home_news .more-btn-area {
    position: relative;
    display: table;
    margin: 30px auto 0;
    text-align: center;
}

.s_right02 .more-btn-area {
    position: relative;
    display: block;
    margin-top:30px;
    text-align: right;
}
.more-btn-area .btn.more {
    text-align: center;
    font-family: 'Merriweather';
    border:1px solid #d0d0d0;
    text-transform:uppercase;
    background: #fff;
    font-size:13px;
    color: #666;
}

a:hover.btn.more {
    background:#02b051;
    color:#fff;
}
/*首頁-about*/
.home_about {
    display: block;
    position: relative;
    margin: 30px 0 150px;
}
.home_about::before{
    content:'';
    position:absolute;
    background: url(../images/all/service_bg01.png) no-repeat;
    background-size:contain;
    width:613px;
    height:768px;
    left: 0;
    bottom: -500px;
    z-index:-4;
}
.home_about::after{
    content:'';
    position:absolute;
    background: url(../images/all/service_bg02.jpg) no-repeat;
    background-size:contain;
    width:2000px;
    height:800px;
    right: 0;
    top: 320px;
    z-index:-5;
}

.a_list > .row > .col-md-4 {
    padding: 0;
}
.a_bg01, .a_bg02, .a_bg03, .a_bg04, .a_bg05, .a_bg06 {
    position: relative;
    display: block;
    padding:40px 30px 30px;
    height: 220px;
}
.a_bg01 {
    background: #f3fcff;
}
.a_bg02 {
    background: #fef9f2;
}
.a_bg03 {
    background: #fff1f5;
}
.a_bg04 {
    background: #f9fff5;
}
.a_bg05 {
    background: #f3ecf5;
}
.a_bg06 {
    background: #e6f7fa;
}
.a_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom:15px;
}
.a_title_tw {
    display:block;
    font-size:24px;
    font-weight:500;
    color:#000;
    letter-spacing:0.2em;
    line-height:30px;
    padding-left:5px;
}
.a_word {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    display: block;
    position: relative;
}


/*首頁-home_service*/
.home_service {
    display: block;
    position: relative;
    text-align: center;
    padding: 110px 0 10px;
}
.home_service::after{
    content:'';
    background: url(../images/all/news_bg01.png) no-repeat;
    position:absolute;
    width:100%;
    height:841px;
    left:0;
    bottom:-250px;
    z-index:-2;
}
.service_son {
    display:block;
    position:relative;
    margin-top:30px;
}

.service_flex {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:0 0 80px;
}
.s_pic {
    display: block;
    position: relative;
    width: 480px;
    min-width: 480px;
}
.s_pic.b01,
.s_pic.b03 {
    margin: 0 -30px 0 0;
}
.s_pic.b01::after{
    content:'';
    position:absolute;
    background:#fff7fa;
    width:1000px;
    height:295px;
    left:-20vw;
    top:40px;
    z-index:-1;
}
.s_pic.b02::after{
    content:'';
    position:absolute;
    background:#eaf4fd;
    width:1000px;
    height:295px;
    right:-17vw;
    top:40px;
    z-index:-1;
}
.s_pic.b03::after{
    content:'';
    position:absolute;
    background:#fdf1ea;
    width:1000px;
    height:295px;
    left:-20vw;
    top:40px;
    z-index:-1;
}
.s_pic.b04::after{
    content:'';
    position:absolute;
    background:#f4fdea;
    width:1000px;
    height:295px;
    right:-17vw;
    top:40px;
    z-index:-1;
}
.s_pic img{
    border:1px solid #f9f8f8;
    width: 100%;
}
.s_right {
    position: relative;
    display: block;
    width: 480px;
    text-align: left;
    padding: 30px 0 30px 40px;
    margin-left: 40px;
}
.s_right02 {
    position: relative;
    display: block;
    width: 450px;
    text-align: right;
    padding: 30px 20px 30px 0px;
    margin-right: 30px;
    z-index: 1;
}
.s_title {
    color:#000;
    font-size:24px;
    letter-spacing:0.1em;
    margin-bottom:40px;
    position:relative;
    display:block;
}
.s_title::after{
    content:'';
    position:absolute;
    background:#02b051;
    width:35px;
    height:1px;
    left:0;
    top:48px;
}
.s_right02 .s_title::after {
    content: '';
    position: absolute;
    background: #02b051;
    width: 35px;
    height: 1px;
    right: 0;
    left:initial;
    top: 48px;
}
.s_word {
    font-size:15px;
    line-height:24px;
    color:#333;
    display:block;
}
/*首頁-訊息*/
.home_news {
    display: block;
    position: relative;
    margin: 100px 0 150px;
}
.home_news .container {
    max-width:100%;
    width: 100%;
    padding: 0 10%;
    position: relative;
    display: block;
}
/*首頁-聯絡我們*/
.home_contact .more-btn-area {
    position: relative;
    display: table;
    margin: 30px auto 0;
}
.home_contact .more-btn-area .btn.more {
    text-align: center;
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
    background: #fff;
    font-size: 15px;
    color: #666;
    font-family: 'Noto Serif TC';
    letter-spacing:0.08em;
}
.home_contact .more-btn-area a:hover.btn.more {
    background: #02b051;
    color: #fff;
}
.contact_title {
    font-size:30px;
    color:#000;
    display:block;
    letter-spacing:0.1em;
    position:relative;
    margin:30px auto;
}
.contact_word {
    display:block;
    color:#666;
    font-size:17px;
    letter-spacing:0.07em;
}

.slick-multi-cusarrow .slick-btn .btn-next {
    width: 55px;
    height: 55px;
    background: url(../images/all/arrow3.png) no-repeat;
    background-position: 0px -52Px;
    border: none;
    outline: none;
    text-indent: -9999px;
    transform: none !important;
    right: 5px;
    display: block;
    top: 35%;
}
.slick-multi-cusarrow .slick-btn .btn-prev {
    width: 55px;
    height: 55px;
    background: url(../images/all/arrow3.png) no-repeat;
    background-position: 0 0;
    border: none;
    outline: none;
    text-indent: -9999px;
    transform: none !important;
    left: 5px;
    display: block;
    top: 36%;
}

.home_news .article-grid.info-absolute .item .info {
    text-align: left;
    padding: 8px 0px;
    background:#fff;
}
.home_news .article-grid.info-absolute .item .info .date,
.article-grid .item .info .date {
    color: #86bb46;
    display: block;
    font-size: 14px;
    font-family: 'Arial';
    line-height: 24px;
    text-align: left;
    padding-left: 15px;
    background: url(../images/all/icon_point.png) no-repeat center left;
}
.article-grid.info-absolute .item .info .tt_1.title a {
    color: #000;
    font-size:16px;
    font-weight:400;
    overflow: hidden;
    white-space: nowrap; /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 95%;
    font-weight:600;
}
.article-grid.info-absolute .item {
    padding:10px 10px 0;
}

/*首頁-連絡我們*/
.home_contact {
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/all/contact_bg.jpg) no-repeat center left;
    min-height:287px;
    padding-top:50px;
}
/*按鈕後箭頭
    a.btn.more::after {
    background: url(../images/all/btn_after.svg) no-repeat;
    background-size:contain;
    content: "";
    width: 20px;
    height: 12px;
    position: absolute;
    top: 16px;
    right: 10px;
    color:#000;
    transition: all 0.5s;
}
a:hover.btn.more::after {
    right: -100px;
    opacity: 0;
    transition: all 0.5s;
}*/
.article-list .item + .item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}


.home_news .article-grid.info-absolute .item:hover .pic img {
    opacity: 0.6;
    transform: scale(1.1);
    transition: all 0.35s linear;
}
.home_news .article-grid.info-absolute .item .pic img {
    /*border-radius: 50%;*/
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.35s linear;
}
.home_news .pic_wrapper {
    width: 15%;
   
}



/*-----------------------footer -----------------------*/
.footer {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #efefef;
    /*background-image: linear-gradient(to right, #2462be, #02b051);*/
}
.footer .container{
    max-width:100%;
    padding: 0 10%;
}
.footer .footer_content{
    background:none;  
}
.footer .copyrights {
    border-top: none;
    padding: 0;
    color: #454545; /*rgb(255 255 255 / 100%);*/
    font-size: 14px;
    line-height:20px;
}
.footer .powered a{
    font-size:12px;
    color: #ccc;
    padding-left:10px;
    line-height:16px;
}
.footer .footer-info ul li{
    margin:0;
}
.footer .footer-info ul li a{
}

.footer_logo {
    width:220px;
    margin-right:30px;
}

.footer .gotop,
.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: #02b051;
    width: 65px;
    height: 65px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    padding-top: 14px;

}
.footer .gotop a:hover{
   opacity:0.7;
   color:#fff;
}

.footer-left {
    display:block;
    position:relative;
    margin-right:15px;
}
.footer-center ul {
    list-style:none;
}
.footer-center ul li{
    color:#000;
    font-size:16px;
}
.footer-center ul li a {
    text-decoration: none;
    color:#000;
}
.footer-center ul li a:hover {
    text-decoration: underline;
}

.footer-flex {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
}
.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}
.footer-aie {
    align-items:end;
}

.sitemap-info {
    display: block;
    position: relative;
    padding: 10px 0 0;
}
.sitemap-info ul {
    list-style: none;
    padding-left:0;
}
.sitemap-info ul li a {
    color: #666;
    line-height: 30px;
    font-size: 14px;
    padding-right:7px;
    text-decoration: underline;
}
.sitemap-info ul li a:hover{
    text-decoration:none;
}
.footer .social-box a {
    padding-right: 7px;
}
.footer .social-box ul li {
    margin:0;
}
.footer .social-box ul li a:hover {
    /*border-bottom: 1px solid #666;*/
}

.list_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.footer .h4 {
    display:none;
}

/*floating*/
.icon_top 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: -10px;
}


/*單元系統-about*/
body.about .editor{
	padding:0 35px;
}
.about_box{
	position:relative;
	display:block;
	z-index:0;
}
.about_box::after{
	content: '';
    position: absolute;
    background: #f7f7f7;
    width: 2000px;
    height: 350px;
    left: -15%;
    bottom: -25px;
    z-index: -3;
}
.about_son01::after{
	content:'';
	position:absolute;
	background: url(../images/about/a_sonbg_after.jpg) no-repeat left top;
	width:115px;
	height:115px;
	left: 8%;
    bottom: 20px;
	z-index:-4;
}
.about_box02{
	display:block;
	position:relative;
	margin-top: 25px;
}
.son_title02{
	display:block;
	position:relative;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:600;
	background:#0b7aa3;
	letter-spacing:0.05em;
}
.about_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    position: relative;
    margin-top:30px;
}
.a_left.b01{
	display:block;
	position:relative;
    margin-top: 100px;
	z-index:-1;
}
.a_left.b01::after{
	content:'';
	position:absolute;
	background:#f7f7f7;
	width:960px;
	height:370px;
	right:-10vw;
	bottom:-7vh;
	z-index:-1;
}
.a_right{
	display:block;
	position:relative;
	margin-top:165px;
}
.a_right.pic::after{
	content:'';
	position:absolute;
	background: url(../images/about/about_pic02.jpg)no-repeat center;
	width:320px;
	height:390px;
	right:-15%;
	bottom:-15vh;
	z-index:-2;
	opacity:0.5;
}
.a_word01{
	display:block;
	color:#000;
	font-size:18px;
	margin-bottom:50px;
	letter-spacing:0.05em;
}
.a_word02{
	color:#333;
	font-size:16px;
	letter-spacing:0.05em;
	font-weight:300;	
}
.a_word03{
	display:block;
	color:#000;
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin:10px auto;
	letter-spacing:0.05em;
}
.a_title02{
	color:#0b7aa3;
	display:block;
	position:relative;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.05em;
	padding-left:50px;
}
.a_title02::before{
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	background:#448eb0;
	left:0;
	top:15px;
}
.mb_15{
	margin-bottom:15px;
}
.a_title02-2{
	color:#0b7aa3;
	display:block;
	position:relative;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.05em;
	text-align:center;
}
.a_title02-2::after{
	content:'Advantages';
	position:absolute;
	font-size:100px;
	color:#fff;
	opacity:0.5;
	left:0;
	right:0;
	top:0;	
	text-transform:uppercase;
	z-index:-1;
}
.a_title02-2.mb_25{
	margin-bottom:25px;
}

.a_title03{
	color:#05910f;
	font-size:20px;
	position:relative;
	display:inline-block;
	letter-spacing:0.05em;
}
.a_title03.no1::before{
	content:'1.';
	position:absolute;
	font-family:"Kaushan Script";
	padding-right: 10px;
	left:-22px;
	top:0;
}
.a_title03.no2::before{
	content:'2.';
	position:absolute;
	font-family:"Kaushan Script";
	padding-right: 10px;
	left:-22px;
	top:0;
}
.a_title03.no3::before{
	content:'3.';
	position:absolute;
	font-family:"Kaushan Script";
	padding-right: 10px;
	left:-22px;
	top:0;
}
.a_title04{
	color:#539519;
	display:block;
	position:relative;
	font-size:28px;
	font-weight:bold;
	letter-spacing:0.05em;
}
.a_info{
	display:block;	
	position:relative;
	margin-left: 20px;
	margin-top: 30px;	
}
.a_list{
	display:block;
	position:relative;
	padding-left:27px;
}
.a_list ul li{
	color:#333;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.05em;
}
.a_list ul li b{
	font-weight:bold;
	color:#000;
}
.about_son01{
	position: relative;
    display: block;
    margin: 90px 0 0;
    padding: 70px 0 50px;
    background: url(../images/about/about_pic04.jpg) no-repeat center top;
    z-index: -2;
}
.a_sonbg{
	display:block;
	position:relative;
	background:#fff;
	padding:30px;
	width: 80%;
    margin: 0 auto;		
}
.a_sonflex{
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
}
.a_sonbox{
	display:block;
	border-right:1px solid #ccc;
	text-align:center;
	margin: 0 0 0 25px;
    padding: 15px 25px 30px 0;
	width:100%;
	height:280px;
}
.a_sonbox:last-child{
	border-right:none;
}
.son_title{
	font-size:20px;
	line-height:36px;
	margin:5px auto 12px;
	color:#000;
	display:block;
	font-weight:700;
	letter-spacing:0.05em;
}
.son_word{
	display:block;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.05em;
	color:#666;
	font-weight:400;	
}


/*單元系統-服務*/
.a_service,
.a_service02,
.a_service03{
	display:block;
	position:relative;
	padding:30px 0;
}
.a_service::after{
	content:'';
	position:absolute;
	background:#f7f7f7;
	left: -30vw;
    top: 65px;
    width: 1050px;
	height:370px;
	z-index:-1;
}
.a_service03 .row{
	z-index:2;
	position:relative;
}

.a_sflex{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.a_sflex02{
	display: flex;
	flex-direction: row;
	ustify-content: flex-end;
	align-items: center;
}
.a_spic01{
	display:block;
	position:relative;
}
.mt_110{
	margin-top:110px;
}
.a_smain{
	position:relative;
	margin-left:20px;
}
.a_steppic{
	display:block;
	position:relative;
	margin:10px auto;
	padding:0 15px;
}

/*大勾*/
.c-appeal {
	position:relative;
	padding-top: 15%;
	padding-left: 15%;
}
.c-appeal_check.c-check {
    position: absolute;
	bottom: 0;
    left: 0;
	z-index: -1;
}
.c-check {
    width: 230px;
    height: 300px;
    background: no-repeat url(../images/about/check-bg.png);
    background-size: cover;
    overflow: hidden;
    transform-origin: top left;
    transform: scale(.73913);
    position: relative;
}

.a_s_iconbox{
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
    padding-top: 50px;
}
.a_s_iconbox::before{
	content:'PRODUCTS';
	position:absolute;
	color:#fff;
	opacity:0.7;
	left:-16%;
	top:50px;
	z-index:-1;
	font-size:160px;
	font-family:"Times New Roman";
}
.a_s_iconbox::after{
	content:'';
	position:absolute;
	background:#eaf3ef;
	width:2300px;
	height:200px;
	left:-20%;
	top:-80px;
	z-index:-2;
}
.a_s_title{
	display:block;
	font-size:20px;
	letter-spacing:0.05em;
	line-height:30px;
	color:#01a25f;
	padding:10px 0;
	text-align:center;
}
.a_s_list ul{
	list-style:none;
}
.a_s_list ul li{
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height:30px;
	text-align:center;
}

/*單元-創研中心*/
.innovation_box{
	display:block;
	position:relative;
}
.innovation_box > .row{
	align-items: center;
	margin-bottom:20px;
}
.innovation_box .a_info{
	margin-top:5px;
}
.innovation_en{
	color:#b0b0b0;
	display:block;
	font-size:20px;
	text-align:center;
	font-family:"Times New Roman";
	text-transform:uppercase;
}
.innovation_tw{
	font-size:48px;
	color:#000;
	display:block;
	text-align:center;
	margin:10px auto 50px;
	position:relative;
	font-weight:bold;
	letter-spacing:0.05em;
}
.innovation_flex{
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.innovation_flex02{
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.i_note{
	display:block;
	text-align:center;
	margin:45px auto;
	position:relative;
	padding:30px 0;
	border:3px double #ccc;
}
.i_note .a_title02::before{
	display:none;
}
.i_pic,
.i_main{
	position:relative;
	display:block;
	width:50%;
}
.i_main{
	padding-right:15px;
}
.i_pic img{
	padding:0;
	margin:0;
}

.pl_30{
	padding-left:30px;
}
.mb_25{
	margin-bottom:25px;
}

.intent01{
	display:block;
	margin:0 auto;
	text-align: center;
}
.intent02{
	display:none;
	text-align: center;
}
