﻿
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hind+Mysuru:wght@300;400;500;600;700&display=swap');

body.lang_US {
    font-size: 16px;
    font-family: "Hind Mysuru";
}
body.lang_TW {
    font-size: 16px;
    font-family: "微軟正黑體";
}

:root {}

img {
    transition: all 0.5s;
}
.active-link {
  background-color: #f0f0f0; /* 或你想要的顏色 */
  color: #666; /* 文字顏色 */
}
a:hover {
    color: #949494;
}
ol, ul, dl {
    margin:0;
}
.container-fluid {
    padding:0;
}
.form-control {
    font-size: 16px;
}

.header .navbar .nav-share-btn-area li.icon_l a,
.header .navbar .nav-share-btn-area li.icon_p a,
.header .navbar .nav-share-btn-area li.icon_t a,
.header .navbar .nav-share-btn-area li.icon_y a,
.header .navbar .nav-share-btn-area li.icon_i a,
.header .navbar .nav-share-btn-area li a,
.header .navbar .nav-share-btn-area li.icon_f a {
    color: #2d2d2d;
}
.header .navbar .container,
.footer-info .container,
.copyright_bottom .container {
    max-width: 1600px;
}
.header .navbar {
    background: #fff;
}
.header .navbar {
    flex-direction: column;
    border-color: unset;
    padding: 0 70px;
    border-bottom: none;
    z-index: 99 !important;
}

.is_scroll .header .navbar {
    background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}

.navbar .flex-navBox {
    padding-left: 70px;
    padding-right: 70px;
}

.is_scroll .navbar-expand-xxl .navbar-collapse {
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.editor .contentbuilder-box .center > * {
    text-align: center;
}

.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}

.modal-body .spec-box .btn-box.st {
    height: 100%;
}

.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header .navbar .nav-share-btn-area {
    font-size: unset;
    margin-top: 2px;
}
.header .navbar-nav li.nav-item.dropdown > .navbar-nav.in {
    background: #8c7a64;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #fff;
}

.is_scroll .nav-item.dropdown>.navbar-nav .nav-item .nav-link:hover,
.nav-item.dropdown>.navbar-nav .nav-item .nav-link:hover {
    /*    background-color: #000;
    color: #fff;*/
}

.is_scroll .nav-item.dropdown>.navbar-nav .nav-item .nav-link {
    /*color: #000;*/
}

.is_scroll .header .navbar-nav>.nav-item>.nav-link {
    /* color: #fff;*/
}

.is_scroll .navbar .small-btn-box a.btn-search i {
    /*background: url(../images/all/search2.svg)no-repeat;*/
}

.nav-item .caret {
    /*display:none;*/
    border-top: solid 5px #000;
}

.header .navbar-nav .nav-item:hover > .nav-link {
    color: #8b7964;
}
.header .navbar-nav .nav-item:hover > .nav-link .caret {
    border-top-color:#8b7964;
}

.navbar .small-btn-box ul li:nth-child(2) {
    order: 2;
}

.navbar .small-btn-box ul li:nth-child(1) {
    order: 1;
}

.list-inline-item:not(:last-child) {
    margin-right: .8rem;
}
.nav-cart-info {
    padding:0;
}
.dropdown-toggle::after {
    display: none;
}

.navbar .navbar-brand {
    margin: 20px 0 0 10px;
    transition: width .5s;
    background-size: contain;
}
.is_scroll .header .navbar.nav-big-wrapper .navbar-brand {
    transition: width .5s;
}
.header .navbar-collapse {
    margin-top: 12px;
    transition: width .5s;
}
.is_scroll .header .navbar-collapse {
    margin-top: 10px;
    transition: width .5s;
}

.btn-group.lang {
    vertical-align: text-top;
    margin: 0 15px;
}

.btn-group.lang > a.btn.btn-primary {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #4f4436;
    padding: 7px 15px;  
    box-shadow: none;
    font-size: 18px;
}
body.lang_TW .btn-group.lang > a.btn.btn-primary{
	font-size:15px;
}
.btn-group.lang a:hover.btn.btn-primary {
    color: #fff;
}
body.lang_US .btn-group.lang > a.btn.btn-primary > span{
    padding-top:5px;
}
body.lang_TW .btn-group.lang > a.btn.btn-primary > span{
    padding-top:0px;
}

/*語系下拉*/
.header .btn-group.lang .dropdown-menu {
    border-radius: 36px;
    text-align: center;
    overflow:hidden;
}
body.lang_US .header ul li .btn-group.lang .dropdown-menu.show > div > a.dropdown-item {
    padding: 5px 10px 0;
    line-height:36px;
}
body.lang_TW .header ul li .btn-group.lang .dropdown-menu.show > div > a.dropdown-item {
    padding: 0 10px;
    line-height:36px;
}

.dropdown-item.active, .dropdown-item:active{
	background:#fff;
}


.header .navbar .small-btn-box {
    /*margin-top: 8px;*/
}
.is_scroll .header .navbar .small-btn-box {
    /*margin: 10px 0;*/
}
.navbar .small-btn-box a {
    font-size:16px;
    margin:0;
}

.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 .navbar-collapse .navbar-nav .nav-item.dropdown > .navbar-nav {
    background: none !important;
}
body.lang_US .header .navbar-nav.navbar-mobile li.nav-item > a.nav-link {
    font-size: 20px;
    color: #1c150c;
    line-height: 20px;
    background: none;
    padding: 0;
    margin: 0px auto;
}
body.lang_TW .header .navbar-nav.navbar-mobile li.nav-item > a.nav-link {
    font-size: 18px;
    color: #1c150c;
    line-height: 30px;
    background: none;
    padding: 0;
    margin: 0px auto;
}
body.lang_US .header .navbar-nav > li.nav-item.dropdown,
body.lang_TW .header .navbar-nav > li.nav-item.dropdown {
	margin:0 15px;
}
.header .navbar-nav.navbar-mobile li.nav-item > a:hover.nav-link {
    color: #8b7964;
}
.header .navbar-collapse ul.navbar-nav > li.top-menu:last-child > a.nav-link {
    color: #fff;
    background: #000;
    border-radius: 60em;
    padding: 5px 18px;
    font-size: 16px;
    margin-left: 18px;
}
.header .navbar .navbar-collapse ul.navbar-nav > li.top-menu:last-child > a.nav-link:hover {
    background: #504436;
}
.header .navbar-nav.navbar-mobile li.nav-item ul.navbar-nav.in li.nav-item a.nav-link {
    padding: 10px 15px 5px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    background: #1c150c;
}
.header .navbar-nav.navbar-mobile li.nav-item ul.navbar-nav.in li.nav-item a:hover.nav-link {
    padding-left: 20px;
}
/*右上角購物車*/
.nav-cart-info .nav-cart-list.cart-drop-detail {
}
.nav-cart-info .cart-drop-box .count {
    line-height: 17px;
    top: -3px;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group .btn{
	padding:0;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group{
	padding:10px;
	align-items: center;
}
.btn.gray{
	height:50px;
	line-height:50px;
}
.info-item a{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.nav-cart-list .cart-detail .item-detail .info-detail .title{
	font-size:16px;
}
.nav-cart-list .cart-detail .item-detail .info-detail .buy-info .sub-text,
.cart-checkout .sum .price{
	color:#F00;
}

/*訊息跑馬燈*/
.marquee {
    position:relative;
    display:block;
    z-index:1;
	background-image: linear-gradient(to top, #2267f2, #194cbc)
}
.marquee > div > .container{
    overflow:hidden;
}
.marquee-box {
    overflow:hidden;
}
.marquee_title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #2267f2, #194cbc);
    padding:0 15px;
}


.wid-float-section ul {
    /*background: rgb(0 0 0 / 90%);*/
    background: none;
}

.wid-float-section ul li a {
    font-size: 15px;
    padding: 0;
    border-radius:16px;
    width:65px;
    height:65px;
    margin:0 auto 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15); 
}

.wid-float-section ul li a:hover {
    background:#333;
}
.wid-float-section ul li.b5 a{
    background:#4f81be;
    color:#fff;
}
.wid-float-section ul li.b6 a{
    background:#fff;
    color:#023894;
}
.wid-float-section ul li.top a{
    background:#023894;
    color:#fff;
}
.wid-float-section ul li+li{
    border-top: none;
}
.wid-float-section ul li {
    padding:0;
}

.wid-float-section ul li a .icon {
    font-size: 18px;
    padding-bottom: 8px;
}
.floatin_icon,
.floatin_icon_block {
    display:block;
    margin:5px auto 0;
}

.floatin_icon_mobile{
	display:none;
}

.nav-search-li .nav-search-box .search-area {
    background: #010080;
    width: 200px;
    border-radius: 8px;
    padding: 10px 10px 5px;
}

.nav-search-li .nav-search-box .search-area a {
    color: #fff;
}

.nav-search-box .btn.btn-dark:hover {
    background: unset;
    opacity: 0.6;
}

.ezshare-box a:before {
    display: none!important;
}

.ezshare-box a:hover {
    background-color: #4b4b4b !important;
}

.ezshare-box a {
    font-size: 14px;
    color: #fff;
	font-family:'微軟正黑體';
    /*background-color: #000 !important;*/
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.breadcrumb li .txt-en {
    display: none;
}

.h3 .txt-en,
.h2 .txt-en {
    display: none;
}

body.lang_US .h2 {
    color: #4f4436;
    font-size: 36px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    position: relative;
    font-weight: bold;
    letter-spacing: 0;
    border-bottom:1px solid #8c7a64;
}
body.lang_TW .h2 {
    color: #4f4436;
    font-size: 36px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-weight: bold;
    letter-spacing: 0;
    border-bottom:1px solid #8c7a64;
}
.h2::after{
    /*content:'';
    position:absolute;
    background: url(../images/all/title_before.png) no-repeat;
    width:70px;
    height:15px;
    left:0;
    right:0;
    margin: 0 auto;
    top: -25px;*/
}


.h5 {
    color: #000;
}
.h2 .txt-en{
	display:none;
}

.h6 {
    border-left: solid 2px #063c96;
	color:#063c96;
}

.h6 .justify-content-between {
    align-items: center;
}

.contact .pt10 {
    padding-top: 30px;
}

.list-creative a {
    color: #333;
    font-size: 18px;
}

.list-creative .list-terms:before {
    /*width: 3px;*/
    background: #8c7a64 !important;
	position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;

}

.list-creative .list-terms label {
    color: #8c7a64;
    font-size:20px;
}

.list-creative>li:nth-child(2n) .list-terms:before {
    background: #4f4436 !important;
}

.btn.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #8c7a64;
    color: #fff;
}

body.lang_US .btn.btn-secondary,
body.lang_US .btn.btn-primary {
    padding: 8px 50px 5px;
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius:36em !important;
}
body.lang_TW .btn.btn-secondary,
body.lang_TW .btn.btn-primary {
    padding: 10px 50px;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius:36em !important;
}

.btn-secondary {
    background: #666;
}

.btn.btn-primary {
    background: #4f4436;
}

.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: #4f4436;
    border:none;
    padding: 0.5rem 0.75rem 0.2rem;
}

.btn-info:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

body.lang_US .btn-info {
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    font-size: 14px;
    border-radius: 0;
    line-height: 14px;
    padding-top: 12px;
}
body.lang_TW .btn-info{
	padding-top: 5px;
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    font-size: 14px;
    border-radius: 0;
    line-height: 14px;
}
.gallery-list .btn-box .btn.done {
    color: #4f4436;
}

.page-link {
    color: #4f4436;
    border:none;
    padding: 0.5rem 0.75rem 0.2rem;
}

.page-link:hover {
    background: #8c7a64;
    color: #fff!important;
}
.btn.show {
    background-color: #8c7a64;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn:first-child:active{
    color: #fff;
    background-color: #8c7a64;
    border:none;
}

.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;
}
#ctl00_content_holder__contactTemplates_Repeater1_ctl02_Panel_AddressList_ .form-inline .form-control{
	margin-bottom:5px;
}

.container .ezshare-box ul {
    /*text-align: center;*/
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb {
    background: #1c150ca1;
    /*transform: translateY(-41px);*/
}

.btn.cart {
    background: #5db7e8;
}

.contact .main .side {
    margin-bottom: 0;
}

.main-title .h6 {
    border-left: none;
    font-size: 20px;
    padding-left: 0;
}

.cart .breadcrumb-section,
.contact .breadcrumb-section,
.album .breadcrumb-section,
.faq .breadcrumb-section,
.news .breadcrumb-section {
    margin-bottom: 3rem !important;
}

.member .member-function-box {
    padding-bottom: 50px;
}

.member .main .side,
.cart.finish .main .side {
    margin-bottom: 0;
}

.album.show .section.mainSection,
.content .section:nth-child(1) {
    padding-top: 0 !important;
}

.content .section:nth-child(1) .kind-info {
    margin-top: 0!important;
}

.header .nav-item.dropdown > .navbar-nav .navbar-nav {
    transition: .3s;
    opacity: 0;
    width: 210px;
    background: #5db7e8;
}

.header .nav-item.dropdown>.navbar-nav .nav-item:hover>.navbar-nav {
    opacity: 1;
}


/*-----------------------banner -----------------------*/
.slick .slick-dots button{
	background: #023894;
    width: 12px;
    height: 12px;
}
.banner-pub-content{
	position: absolute;
    top: 440px;
    z-index: 2;
    left: 10%;	
}
.banner-pub-content .editor{
    position: relative;
}

.banner .banner-txt{
	top: 0;
    left: 0;
    transform: translate(10vw, 200px);
    padding: 0;
    z-index: 9;
    position: absolute;
    background: none;
    width: auto;
    text-align: left;
}
.pl_15{
	padding-left:15px;
}
#countdown {
    font-weight: bold;
    color: #fff600;
}


.banner .slick .slick-dots{
	bottom:10px !important; 
}
.banner .banner-info {
    width: 100%;
}

.banner .item.slick-active .banner_tit .ba_aox.aos-animate,
.banner .bannerImgBox.oneMode .item .banner_tit .ba_aox.aos-animate {
    opacity: 1;
    top: -40px;
}

.banner .scro_sol {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner {
    position: relative;
    margin-top: 102px;
}
.slick .slick-dots .slick-active button {
    background:#999;
}
.slick-dots li button:before {
    color:#999;
}

.side .wid.wid-search .btn {
    display: block;
    padding: 7px 5px;
    font-size: 15px;	
}

.side .wid .btn {
    display: none;
}

.side .filter-content,
.side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    background-color: #666;
    color: #fff;
}

.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #fff;
    background: #2267f2;
    border: solid 1px #2267f2;
}

.side .filter-content>ul {
    padding: 4px 10px;
	background:
}

.side .filter-content ul li {
    padding: 4px 0;
}
.side .wid-cont {
    margin-bottom:25px;
}
.main .side .wid-search .h3 {
    background-color: #000;
    padding: 8px;
    display: block;
    color: #fff;
    display: none;
}

body.home .main {
    padding-bottom: 0;
}
.container .ezshare-box {
	display:none !important;
    margin: 0px 0 50px 0;
}

.cart .btn-box,
.main {
    padding-bottom: 50px;
}

.order .main .side .nav>li+li {
    border-top: none;
}

.order .main .side .nav>li a,
.news .side .navbar-nav .dropdown-menu li.nav-title a {
   /* padding: 10px;
    background: #eaeaea;
    margin-bottom: 9px;*/
}

body.lang_US .main .side .h3 {
    font-size: 22px;
    display: block;
    padding-bottom: 0;
    border: 1px solid #1c150c;
    color: #fff;
    padding: 8px 0 3px;
    text-align: center;
    background: #1c150c;
    font-weight:400;
}
body.lang_TW .main .side .h3 {
    font-size: 22px;
    display: block;
    padding-bottom: 0;
    border: 1px solid #1c150c;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    background: #1c150c;
    font-weight:400;
} 

.side .nav-item.dropdown>.navbar-nav .nav-item .nav-link:hover {
    /*color: #a4a4a4;*/
}
.side .navbar-nav .dropdown-menu li.nav-title > ul {
    border: dashed 1px #8c7a64;
    border-bottom:none;
    padding: 0;
}

.side .navbar-nav .dropdown-menu li.nav-title a {
    background: unset;
    color: #4f4436;
    font-size: 18px;
    font-weight:bold;
}
.side .navbar-nav .dropdown-menu li.nav-title a:active{
	background:#333 !important;
}

.side .navbar-nav .dropdown-menu li a{
}
.side .nav-item:not(.nav-title).dropdown > .navbar-nav .nav-item:not(.nav-title) .nav-link {
    background: #fff;
    font-size: 16px;
    padding: 10px 0px 5px 15px;
    color: #8c7a64;
    display: block;
    white-space: normal;
    border-bottom: 1px dashed #8c7a64;
    font-weight: 500;
}

.side .nav-item:not(.nav-title).dropdown>.navbar-nav .nav-item:not(.nav-title) .nav-link:hover {
    color: #000 !important;
}

.side .navbar-nav .dropdown-menu li.nav-title {
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
}
.side .h3 .txt-tw{
	border:none;
	padding:0;
	font-size:18px;
}


/*-----------------------訂單 -----------------------*/

.coupon .mainSection .kind-info .h2,
.order .mainSection .kind-info .h2 {
    margin-bottom: 40px;
}

.order .sum .item .value.final-price {
    color:#fff;
	font-weight:bold;
}

.order .mainSection .cart-box .pay-box {
    width: 30%;
    height: 100%;
    margin-top: 0 !important;
    background-color: #063c96a1;
    color: #fff;
}

.order .mainSection .cart-box .cart-list {
    width: 68%;
    height: 100%;
    border-top: 1px solid #000;
}

.order .mainSection .cart-box .h6 {
    width: 100%;
}

.order .mainSection .cart-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order .rwd-table.mob-mode td {
    padding: 20px 10px;
}

.order .pay-box .sum .item:last-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-top: 20px;
}

.order .info-area .info-item a.op-web-link {
    color: #000;
}


/*-----------------------購物車 -----------------------*/

.cart.finish .h3 {
    font-weight: 900;
    color: #000;
    margin: 0 0 20px!important;
}
.cart-box .cart-step .txt{
	font-size:20px;
	color:#063c96;
}
.sum > div:last-child{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dashed #ccc;
}
.sum .item .value.final-price{
	color:#F00;
	font-weight:bold;
	font-size:16px;
}
.frame-border{
	border:3px double #063c96;
}
.frame-border02{
	padding:20px;
	border:3px double #063c96;
}

.btn.btn-bord:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-bord {
    border: solid 1px #070707;
    color: #212121;
}

.cart .btn-box > .btn.gray {
    color: #fff;
    background: #063c96;
	line-height:inherit;
	height:auto;
	font-size:16px;
}

.cart .cart-step .num {
    color: #fff;
    line-height: 32px;
	background:#063c96;
	font-size:18px;
}

.contact .radio-inline {
    padding-right: 15px;
}

.contact .radio-inline input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.contact .map-box {
    padding-right: 5%;
}

.contact .info-area h3.h5 {
    margin-top: 0!important;
}
.list-creative > li {
    padding: 15px 0;
}
.list-creative .list-terms {
    /*padding-left: 0px;*/
}
.company_name label {
    color: #4f4436 !important;
    font-size: 36px !important;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    font-weight: bold;
    letter-spacing: 0;
    border: none !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label{
	color:#333;
	transform:none;
}

.font-17{
	color:#000;
	font-weight:bolder;
	font-size:17px;
	line-height:30px;
}


/*-----------------------會員 -----------------------*/

.rwd-table a {
    color: #0d0e0e;
}

.rwd-table a:hover {
    color: #808080;
}

.favorite .btn.cart {
    border-radius: 0;
    color: #000;
    background-color: unset;
}

.rwd-table.mob-mode th {
    background: #121212;
    font-size: 16px;
    font-weight: 400;
}

.main .side .nav>li+li {
    border-top: 1px solid #a7a7a7;
}

.main .side .nav>li a:hover {
    color: #9a9a9a;
}

.main .side .nav>li a {
    padding: 10px;
	color:#fff;
	background:#063c96;
}
.side ul.nav li {
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
}

.member .member-function-box .item>a .info {
    margin-left: 0!important;
    padding-top: 8px!important;
}

.member-function-box .item>a {
    color: #000;
    text-align: center;
    padding: 40px 20px;
    border: 2px solid #174494;
    display: block;
}
.member-function-box .item > a:hover{
	color:#fff;
	background: #5db7e8;
}

.member #geLoginBtn,
.member #lineLoginBtn {
    font-weight: 400;
    color: #0c0c0c;
    border: 1px solid #bcbcbc;
}

.member .frame-small-box .h2 {
    margin-bottom: 50px;
}

.member .frame-small-box {
    width: 70%;
    margin: 30px auto 50px;
    padding: 2% 5% 5%;
    border: 3px double #063c96;
}
.member .frame-small-box .finish{
	text-align:center;
}
.member-info > div{
	color:#174494;
}


/*-----------------------FAQ -----------------------*/

.faq .h2 {
    margin-bottom: 40px;
}

.faq .h2 .btn.btn-primary {
    padding: 6px 25px;
}

.faq .h2 .float-end {
    float: none !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}

.faq .accordion-list .accordion-list-header .btn-link:hover {
    color: #a2a2a2;
}

.faq .contentbuilder-box {
    padding-left: 0;
}

.faq .accordion-list .accordion-list-header {
    border: none;
    border-bottom: solid 1px #dadada;
}

.faq .accordion-list .accordion-list-header .btn-link {
    font-size: 18px;
    padding: 20px 10px 20px 35px;
}

.faq .accordion-list .st.st-a {
    top: 19px;
}

.faq .accordion-list .st {
    color: #111111;
    top: 19px;
}


/*-----------------------產品 -----------------------*/

body.product .display-mode a[data-mode=mode2] {
    display: none;
}

.mode-switch.gallery-list[data-mode=mode2]>.item,
.mode-switch.gallery-list[data-mode=mode4]>.item {
    flex: 0 0 50%;
}

.mode-switch.gallery-list[data-mode=mode2]>.item .justify-content-center,
.mode-switch.gallery-list[data-mode=mode4]>.item .justify-content-center {
    justify-content: flex-start !important;
}

.toast-body i {
    padding-right: 5px;
}

body.product .gallery-list .item .pic {
    overflow: hidden;
}

body.product .gallery-list .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product .gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box .btn:hover {
    border-radius: 0;
}

.product .gallery-list .item .title {
    font-weight: bold;
    margin: 25px 0 5px 0;
    font-size: 16px;
    color: #000;
}
.product.show .item.price .cont,
.product .gallery-list .item .item-info .info .price-box .price,
.cart-list .info-area .info-item.price,
.cart-list .info-area .price{
	color:#F00;
}
.product.show .item.price .cont s{
	color:#ccc;
}

.product .function-bar .display-mode .btn-mode {
    color: #6d6d6d;
}

.product.show .product-info-area .btn-area {
    order: 3;
    width: 100%;
}

.product.show .product-info-area .info-box {
    order: 2;
    width: 100%;
}

.product.show .product-info-area .title-box {
    order: 1;
    width: 100%;
}

.product.show .container .product-info-area .ezshare-box ul li {
    margin-right: 0;
}

.product.show .product-info-area .ezshare-box {
    order: 4;
    width: 100%;
}

.product.show .product-info-area {
    display: flex;
    flex-wrap: wrap;
}

.product.show .product-info-area .item .label:before {
    background: #d0d0d0;
}

.product.show .product-info-area .item {
    margin-bottom: 20px;
}

.product.show .container .ezshare-box ul li {
    padding-left: 5px;
}

.product.show .container .ezshare-box ul {
    text-align: right;
    display: table;
    margin: 0 0 0 auto;
    position: relative;
}

.product.show .product-pic {
    padding-right: 5%;
}

.product.show .content {
    width: 100%!important;
}

.product.show .side1 {
    display: none;
}

.gallery-list.border-solid .item .item-detail {
    border: none;
}

.compare .table.table-fixed-two th {
    background-color: #151515;
}

.compare .table.table-fixed-two td {
    padding: 15px;
}

.compare .table.table-fixed-two .main-info .icon-area .btn.btn-cart .icon,
.compare .table.table-fixed-two .main-info .icon-area .btn.btn-fav .icon {
    color: #000000;
}

.compare .table.table-fixed-two th:first-child {
    background-color: #ffffff;
    color: #000;
}

.compare .table.table-fixed-two td:first-child {
    background-color: #ebebeb;
}

.compare .table.table-fixed-two th:first-child {
    background-color: #fff;
}

.gallery-list.cover.hov-cart .btn-box .btn.done {
    background: #fafafa;
    color: #000;
}

.product .gallery-list .item .info {
    padding: 0px 0;
}

.slider-nav .thumbnail:focus,
.slider-nav .thumbnail.slick-current.slick-active {
    border-color: transparent;
    /* border: none;   如果解開詳細頁有用到slick輪播的會變成垂直 */
}

.tab-area {
    border-top: solid 1px #727272;
}

.nav-item .nav-link:hover,
.tab-area .tab-title a.active:hover {
    /*color: #2267f2;*/
}

.nav-item .nav-link {
    color: #666;
}

.tab-area .tab-title a.active {
    /*color: #023894;*/
}

.toast {
    background: rgb(0 0 0 / 80%);
}

.slider-nav .thumbnail {
    margin: 0;
}

.badge {
    border-radius: 0;
}

.product.show .container .ezshare-box ul:before {
    content: "Share ";
    display: block;
    position: absolute;
    font-size: 18px;
    left: -60px;
    top: 4px;
}

.product.show .container .ezshare-box {
    margin: 10px 0;
    position: relative;
}

.product.show .h5 {
    margin-bottom: 10px;
}

.h5 .sub-txt {
    color: #959595;
    letter-spacing: 0;
}

.btn.btn-light:hover,
.btn.btn-dark:hover {
    background: #000;
}

.btn.btn-dark {
    background: #174494;
    padding: 8px 25px;
    font-size: 16px;
	border-radius:0;
}

.btn.btn-light {
    background: #5db7e8;
    padding: 8px 25px;
    font-size: 16px;
	border-radius:0;
}

.qty-box .btn:hover {
    background: #000;
}

.product-info-area .item.price .cont {
    color: #000000;
}

.gallery-list.cover.hov-cart .btn-box .btn {
    background: #686868;
}

.gallery-list p.price {
    color: #626262;
    margin-top: 0;
}

.gallery-list p.price s {
    color: #c6c6c6;
}


/*-----------------------訊息 -----------------------*/

.news .article-grid .item .info .title {
    padding: 4px 0 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.news .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news .pic {
    position: relative;
    overflow: hidden;
}
.home_news .pic .ratio,
.news .pic a .ratio{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 高度比例 */
	height: 0;
	overflow: hidden;
    border-radius:30px;
}
.home_news .pic .ratio > iframe,
.news .pic a .ratio > iframe{
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.article-grid .item article {
    /*box-shadow: 0 0 10px 0 #ccc;
    padding: 10px;*/
}
.article-list .item .icon {
    display: none;
}

.article-list .item .time {
    color: #808080;
}

.article-list .item .info {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.article-grid.info-absolute .item .info .title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0;
    color: #1c150c;
    font-size: 20px;
    font-weight: 400;
    min-height: 60px;
}

.article-horizontal-grid .item .info .desc {
    order: 3;
    width: 100%;
}

.article-horizontal-grid .item .info .title {
    order: 2;
    width: 100%;
    padding:7px 0;
}
.article-horizontal-grid .item .info .title a{
    font-size:20px;
}

.article-horizontal-grid .item .info .d-flex {
    order: 1;
    width: 100%;
}

.article-horizontal-grid .item .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.item-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.item-flex .pic a .ratio{
    border:1px solid #f2f2f2 !important;
    margin-bottom:15px;
}
body.lang_US .article-grid .item .info .kind a{
	padding: 6px 12px 0;
	background:#8c7a64;
	color:#fff;
}
body.lang_TW .article-grid .item .info .kind a{
	padding: 3px 12px;
	background:#8c7a64;
	color:#fff;	
}
/*div排列*/


.news.show .h1 {
    font-size: 28px;
    text-align: left;
    line-height: 30px;
    color: #36312c;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight:400;
}

.news.show .container .ezshare-box ul {
    text-align: left;
}

body.lang_US .news .article-grid .item .info .kind a {
    background: #8c7a64;
    padding: 4px 7px 0px;
    color: #fff;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom:8px;
}
body.lang_TW .news .article-grid .item .info .kind a {
    background: #8c7a64;
    padding: 4px 7px;
    color: #fff;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom:8px;
}

.album.show page-box .page-item:first-child .page-link:hover,
.order.show page-box .page-item:first-child .page-link:hover,
.product.show page-box .page-item:first-child .page-link:hover,
.news.show .page-box .page-item:last-child .page-link:hover {
    color: #fff;
    background: #8c7a64;
}

.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,
body.lang_US.news.show .page-box .page-item:last-child .page-link {
    margin: 0 auto;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    padding: 12px 5px 8px;
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /*    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;*/
    background: #4f4436;
    border-radius: 36em;
}
body.lang_TW.news.show .page-box .page-item:last-child .page-link{
    margin: 0 auto;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    padding: 12px 5px;
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;	
    background: #4f4436;
    border-radius: 36em;	 
}
.page-box .page-item .page-link:hover,
.page-box .page-item:first-child .page-link:hover,
.page-box .page-item:last-child .page-link:hover,
body.lang_US.news.show .page-box .page-item:last-child .page-link:hover,
body.lang_TW.news.show .page-box .page-item:last-child .page-link:hover {
    background:#8c7a64;
}
.page-box .page-item:first-child .page-link:hover:before,
.page-box .page-item:last-child .page-link:hover:before {
    /*-webkit-transform: scaleX(1);
    transform: scaleX(1);*/
}

.page-item:not(:first-child) .page-link {
    margin: unset;
}

.page-box .page-item:first-child .page-link:before,
.page-box .page-item:last-child .page-link:before {
    display: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 60em;
}

.small-title,
.article-list .item .time {
    background-color: transparent;
    padding: 5px 0px;
    color: #8c7a64;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
}

body.lang_US .tag {
    background: #8c7a64;
    padding: 4px 7px 0px;
    color: #fff;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom: 8px;
}

body.lang_TW .tag {
    background: #8c7a64;
    padding: 4px 7px;
    color: #fff;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom: 8px;
}

.article-grid .item:hover .pic img {
    opacity: 0.6;
}

.article-grid.info-absolute .item .info {
    padding: 20px 5px;
    text-align:left;
}
.article-grid.info-absolute .item .info .date {
    color: #a0a6ad;
    font-size: 14px;
}
.article-grid .item .info .title a {
    color: #36312c;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}
.article-grid.info-absolute .item {
    padding: 0 15px;
}
.article-grid .item .info .date {
    color: #8c7a64;
    font-size: 15px;
}

.article-horizontal-grid .item .more-area {
    right: 0;
    background-color: #111111;
    display: none;
}

.article-horizontal-grid .item .info .desc {
    margin-bottom: 20px;
}

.article-grid .item .info .desc,
.article-grid .item .info .desc a {
    /*display:none;*/
	display:block;
    overflow: hidden;
    white-space: nowrap;  /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 98%;
}


.article-horizontal-grid .item .info .date {
    color: #9a9a9a;
    margin-left: 15px;
}

.article-horizontal-grid .item .info .kind a {
    color: #fff;
    background: #063c96;
    padding: 7px 15px;
}

.news .article-grid.ar-img .item .info {
    border: none;
    padding: 10px;
}

.radio-text-st input[type=radio]:checked+label {
    background-color: #003997;
}
.radio-text-st label{
	margin:0 5px 5px 0;
}

/*----------------------contact -------------------*/




/*-----------------------首頁 -----------------------*/
body.home .section .container-fluid,
.section .container,
.main > .container {
    max-width: 100%;
    padding: 0 125px;
}


.more-btn-area {
    display: block;
    position: relative;
    margin-left:20px;
}
body.lang_US .btn.more {
    color: #8b7964;
    background: none;
    line-height: 30px;
    font-size: 26px;
    padding: 0;
    margin-bottom: 0px;
    transition: all 0.5s;
    position: relative;
}
body.lang_TW .btn.more {
    color: #8b7964;
    background: none;
    line-height: 30px;
    font-size: 18px;
    padding: 0;
    margin-bottom: 0px;
    transition: all 0.5s;
    position: relative;
}
a.btn.more::after {
    /*background: url(../images/all/btn_after.svg) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.5s;*/
}
a:hover.btn.more {
    color:#000;
    /*background: #193e7d;*/
    box-shadow: none;
    transition: all 0.5s;
}
a:hover.btn.more::after {
    /*opacity: 0;
    transition: all 0.5s;
    right: -10%;*/
}

/*首頁  最新消息*/
.home_news {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}
.home_news .h3,
.home_service .h3{
    display: block;
    position: relative;
    color: #1c150c;
    font-size: 48px;
    line-height: 50px;
    margin:0;
    text-align:left;
    font-weight:400;
}
body.lang_TW .home_news .h3{
	margin-bottom:15px;
}
.home_news .multiple-slick.slick {
    padding: 0;
}
.home_news .slick-multi-cusarrow .slick-btn .slick-arrow {
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    background: url(../images/all/gallery_btn.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 35%;
    transform:none;
    padding:0;
    border:none;
    border-width:initial;
}
.home_news .slick-multi-cusarrow .slick-btn .btn-prev {
    left: 0;
}
.home_news .slick-multi-cusarrow .slick-btn .btn-next {
    right:0;
    background-position: -75px 0;
}

.home_news .item .pic{
    display:block;
    position:relative;
}
.home_news .item .pic a img{
    border: 1px solid #eee;
}
.home_news .item .info{
    display:block;
    text-align:left;
    padding:15px 0 0 0;
}
.home_news .item .info .kind a {
    display:none;
    background: #193e7d;
    padding: 7px;
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}
.home_news .item .info .date{
    display:none;
    color:#9a9a9a;
    display:block;
    font-size:14px;
    letter-spacing:0;
}

.home_news .item .info .title a:hover{
    color:#8b7964;
}
.home_news .item .info .news_btn a{
    display:block;
    position:relative;
    color:#8b7964;
    font-size:17px;
    letter-spacing:0em;
}
.home_news .item .info .news_btn a:hover{
    color:#000;
}
.article-grid.info-absolute .item .pic img {
    transform: scale(1);
}
/*首頁 2區塊*/
wow {
    animation: none !important;
}
.home_explore {
    display: block;
    position: relative;
    margin: 80px 0 100px;
}
body.lang_US .home_title,
body.lang_US .product_title {
    display: block;
    position: relative;
    color: #1c150c;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto;
}
body.lang_TW .home_title,
body.lang_TW .product_title {
    display: block;
    position: relative;
    color: #1c150c;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto;
	letter-spacing:0.1em;
}
body.lang_US .info-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 30px;
    transition: all linear .5s;
}
body.lang_TW .info-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
    transition: all linear .5s;
}
a .info-flex .p_pic{
    position:relative;
    opacity:0.8;
    right:0;
    transition: all linear .5s;
    overflow:hidden;
}
a:hover .info-flex .p_pic {
    position: relative;
    right: -25px;
    transition: all linear .5s;
    opacity: 0;
}
.feature-link .info-flex .p_son {
    display: block;
    position: relative;
    text-align: left;
}
body.lang_US .feature-link .info-flex .title {
    color: #fff;
    font-size: 80px;
    line-height: 86px;
    font-weight: 500;
    text-transform: uppercase;
}
body.lang_TW .feature-link .info-flex .title {
    color: #fff;
    font-size: 56px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
body.lang_US .feature-link .info-flex .p_type {
    display: block;
    position:relative;
    color: #fff;
    font-size: 30px;
    line-height:1;
    padding-bottom:15px;
}
body.lang_TW .feature-link .info-flex .p_type {
    display: block;
    position:relative;
    color: #fff;
    font-size: 24px;
    line-height:1;
    padding-bottom:15px;
}
.feature-link {
    display: block;
    position: relative;
    text-align: left;
    overflow:hidden;
}
/*圖片HOVER效果*/
.feature-link .pic{
    display:block;
    position:relative;
    overflow: hidden;
    margin-bottom: 0px;
    border:none;
}
.feature-link .pic img{
    position:relative;
    transition: all ease 0.7s;
    transform: scale(1);
    border-radius:30px;
    background-image: linear-gradient(to bottom, transparent, black);
}
.feature-link:hover .pic img{
    /*opacity:1;*/
    transform: scale(1);
    transition: all ease 0.5s;
}
/*end*/
.feature-link:hover .info_box{
    /*opacity: 0.3;
    transition: all ease 1.5s;*/
}
.line_box {
    width:200px;
    height:3px;
    background:#504436;
    margin:100px auto 0;
    text-align:center;
    display:block;
    position:relative;
}



/*首頁 服務*/
.home_service {
    display: block;
    position: relative;
    padding: 100px 0;
}
body.lang_US .home_service .contact_title{
	display:block;
	position:relative;
	font-size:46px;
	margin:15px auto;
	color:#1c150c;
	text-align:center;
}
body.lang_TW .home_service .contact_title{
	display:block;
	position:relative;
	font-size:40px;
	margin:15px auto;
	color:#1c150c;
	text-align:center;
}
body.lang_US .home_service .contact_title br,
body.lang_TW .home_service .contact_title br{
	display:none;
}
.hs_box {
	display: flex;
    justify-content: center;   /* 整排置中 */
    align-items: stretch;      /* 三個等高 */
    gap: 24px;
    width: 100%;
}
.s_box{
	flex: 1;                   /* 三個等寬 */
    max-width: 250px;          /* 可選：限制最大寬度 */
}
/* 讓 a 撐滿整個 box */
.s_box a {
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.icon_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;   /* 垂直置中 */
    align-items: center;       /* 水平置中 */
    width: 100%;
    padding: 30px 20px;
    text-align: center;
}
/* icon */
.icon_box img {
    width: 60px;
    height: auto;
    margin-bottom: 12px;
}
a:hover .icon_flex {
    background: #f6f2ec;
}
.icon_box img,
.icon_arrow img{
    max-width: initial !important;
}
body.lang_US .icon_title {
    display: block;
    font-size: 20px;
    color: #8c785b;
    padding: 15px 15px 0;
	font-weight:500;
}
body.lang_TW .icon_title {
    display: block;
    font-size: 20px;
    color: #8c785b;
    padding: 15px 15px 0;
    font-weight: 500;
}
/*-----------------------footer -----------------------*/
.footer {
    padding: 0;
    z-index: 2;
    position: relative;
}
.footer .footer_content{
    padding:35px 0;
    background: #1C150C;
}
.footer .footer_content .container-fluid{
    max-width: 100%;
    padding:0 125px;
}
.footer-info {
    display: block;
    position: relative;
    margin:0;
}
body.lang_US .footer .footer-info ul.list-unstyled li {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 18px;
	line-height: 40px;	
}
body.lang_TW .footer .footer-info ul.list-unstyled li {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
	line-height: 40px;	
}
.footer .footer-info ul.list-unstyled li a{
    color:#fff;
}
.footer ul li a:hover {
    /*border-bottom: 1px solid #ccc;*/
}
.footer .social-box {
    display:block;
    position:relative;
    margin:0 0 20px;
}
.footer .social-box ul li {
    display: inline-block;
}
.footer .social-box ul li.icon_f a:hover,
.footer .social-box ul li.icon_l a:hover,
.footer .social-box ul li.icon_p a:hover,
.footer .social-box ul li.icon_i a:hover,
.footer .social-box ul li.icon_y a:hover,
.footer .social-box ul li.icon_in a:hover {
    border-bottom: none;
    opacity: 0.5;
}
.footer .copyrights {
    color: #aaa;
    display: inline-block;
    font-size: 15px;
}
.footer .powered {
    display: inline-block;
    padding-left: 30px;
    font-size: 13px;
    line-height:24px;
}
.footer .powered a {
    color: #aaa;
    font-size: 13px;
}
.footer .powered a:hover{
    opacity:1;
}
.footer .gotop {
    display: none !important;
    right: 0;
}
.footer .gotop a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/top.svg)no-repeat center;
    width: 18px;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
}
.footer .gotop a {
    background: #111111;
    width: 65px;
    height: 65px;
    border-radius: 0;
    border: 1px solid #858585;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-top: 14px;
}
.footer .copyrights-info {
    border-top:1px solid rgba(255, 255, 255, 0.4);
    padding:20px 0 0;
    margin:20px 0 0;
}
.copyright_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sitemap ul li a {
    text-decoration: underline;
}
.sitemap ul li a:hover {
    text-decoration: none;
}
.company_name01 {
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin: 40px 0 10px
}
.left-area,
.right-area {
    text-align:left;
	width:50%;
}

.footer-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}
.footer-flex02 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.footer .map-box {
    height:320px;
}
.footer-grey {
	display:block;
	position:relative;
	background:#f2f2f2;
	max-width: 100%;
    padding: 15px 125px;
}
.f-title{
	display:block;
	color:#fff;
	font-size:16px;
	padding-bottom: 7px;
}
body.lang_US .community_title{
	font-size: 20px;
    font-weight: 400;
	color:#1C150C;
	line-height:30px;
	padding-top:10px;
}
body.lang_TW .community_title{
	font-size: 20px;
    font-weight: 400;
	color:#1C150C;
	line-height:30px;
}
.community_icon{
    display: flex;
    flex-direction: row;
	justify-content:start;
	align-items: center;
	margin-left:3px;
}



/*單元系統-about*/
.products_box {
    display: block;
    position: relative;
}
.product_title {
    line-height:50px;
}
.p_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}
.p_icon img{
	width:120px;
	height:120px;
}
body.lang_US .p_title {
    display: block;
    position:relative;
    color: #4f4436;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight:500;
}
body.lang_TW .p_title {
    display: block;
    position:relative;
    color: #4f4436;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight:bold;
}
.p_word {
    display: block;
    position: relative;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #504436;
}
.product_list {
    display:block;
    position:relative;
    margin-top:100px;
}
body.lang_US .pr_title {
    display: block;
    position: relative;
    color: #3f382e;
    font-size: 40px;
    line-height: 40px;
}
body.lang_TW .pr_title {
    display: block;
    position: relative;
    color: #3f382e;
    font-size: 34px;
    line-height: 40px;
}
body.lang_US .pr_word {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #504436;
    margin:10px 0 20px;
}
body.lang_TW .pr_word {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #504436;
    margin:10px 0 20px;
}
body.lang_US .pr_btn a {
    display: table;
    padding: 15px 25px 7px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #8d7b65;
    margin: 15px 0 0;
}
body.lang_TW .pr_btn a {
    display: table;
    padding: 7px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #8d7b65;
    margin: 15px 0 0;
}
.pr_btn a:hover{
    background:#1c150c;
} 

.list_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom:30px;
}
.product_right {
    margin-left: 30px;
    margin-bottom:30px;
}

/*單元系統 careers 人才招募*/
.careers_box{
	display:block;
	position:relative;
}
.red_word{
	color:#F00;
}
.c_box{
	padding-bottom: 15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
.c_box p{
	font-size:18px;
	color:#333;
}
body.about.kind_61 .kind-info .h2,
body.about.kind_63 .kind-info .h2{
	display:none;	
}
body.about.kind_61 .editor,
body.about.kind_63 .editor{
	padding-bottom:0 !important;
}
.careers_no{
	display:block;
	font-size:1.2rem;
	line-height:1;
	color:#666;
	padding: 15px 0 5px;
}
.careers_son{
	display:block;
	position:relative;
	margin:20px 0 35px;
	border-bottom:1px dashed #ccc;
	padding:0 0 35px;
}
.careers_list{
	display:block;
	position:relative;
	padding:0 30px 20px;
}
.careers_title01{
	display:block;
	font-size:24px;
	color:#1C150C;
	line-height:40px;
	font-weight:bold;
}
.careers_job{
	display:block;
	font-size:18px;
	color:#333;
	line-height:30px;
	padding:10px 15px;
}
.careers_requirements ul li{
	font-size:16px;
	color:#666;
	line-height:30px;	
}
.careers_requirements ul li::marker{
	color:#8b7964;
}
.careers_title02{
	display:block;
	color:#8b7964;
	font-size:18px;
	line-height:40px;
	font-weight:600;
}
.link_btn{
	display:block;
	position:relative;
	padding-top:0px;
	float:right;
	top:-60px;
	right: 4%;
}
.link_btn a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color:#fff;
	background:#1C150C;
	border-radius:6px;
	font-size:16px;
	padding:10px 20px;
	font-family:Arial;
}
.link_btn a:hover{
	background:#4f4436;
}
.contact_box{
	position:relative;
	padding:40px 30px 0;
}
.contact-flex{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top:20px;
}
.contact_title{
	display:block;
	font-size:30px;
	color:#000;
	line-height:36px;
	text-align:center;
}
.contact_btn{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding:10px 25px;
	border:1px solid #ccc;
	background:#fff;
	color:#8c785b;
	width:190px;
	border-radius:30px;
	margin:0 10px;
	font-size:18px;
	line-height:36px;
	font-family:Arial;
}
.contact_btn img{
	width:38px;
	height:38px;
	margin:0;
}
.contact_btn:hover{
	color:#8c785b;
	background:#f6f2ec;
	border-color:#fff;
}

/*單元系統*/
.about .container{
	max-width:100%;
}