<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900');
/*------------ basic ------------*/

body {
    color: #777;
    background: #fff;
    background-position: center 172px;
}

.editor {
    letter-spacing: 1px;
}

.content-nav-menu {
    display: none;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #C2A254;
    color: #444;
}

.header-sheet .close-ontop {
    color: #000;
}

.header-sheet a {
    color: #C2A254;
}

.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

/*--- back-btn ---*/

.btn.back {
    background: #333;
    width: 125px;
    height: 30px;
    text-indent: inherit;
    margin: 0px auto;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    transition: all .3s ease;
}

.btn.back:hover {
    background: #C2A254;
}

/*--- fb-btn ---*/

.ibtn.fb {
    transition: all .3s ease;
    width: 85px;
    height: 85px;
    background: url('../../../images/layout01-4/tw/fb.png') no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative;
    overflow: inherit;
    margin-top: 0;
}

.ibtn.fb:hover {
    opacity: 0.7;
}

/*--- style01-btn ---*/

.btn.style01 {
    transition: all .2s;
    line-height: 40px;
    border-radius: 9px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 20px 15px;
    position: relative;
    max-width: 250px;
    width: 100%;
}

.btn.style01 i {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    background-image: url(../../../images/layout01-4/common/icons.png);
}

.btn.style01 i {
    background-position: -180px -87px;
    right: 10px;
}

.btn.style01.arrowL i {
    background-position: -160px -87px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.btn.style01:hover {
    background: #C2A254;
}

.btn.style01:hover i {
    color: #fff;
    transition: all .2s;
}

/*--- style02-btn ---*/

.btn.style02 {
    color: #FFF;
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin: 0 2px 10px;
    background: #333;
}

.btn.style02:before {
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e1002";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #FFF;
    vertical-align: middle;
    margin-top: -5px;
}

.btn.style02:hover {
    background: #C2A254;
}

/*------------ / btn ------------*/

.banner {
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
    background: url(../../../images/layout01-4/common/index-bg-1.png) 100% -13% no-repeat;
    background-position: center top;
}

.banner .container {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.banner:before {
    display: none;
}

/*------------ site_header ------------*/

.wrapper {
    padding-top: 189px;
}

.site-header {
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.site-title {
    padding: 72px 0 32px;
    float: left;
    transition: all .3s ease;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout01-4/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 405px;
    height: 90px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*------------ top-nav ------------*/

.top-nav {
    position: absolute;
    right: 5px;
    z-index: 35;
    top: 25px;
}

/*詢價車*/

.func-menu&gt;li.gocart {
    margin-top: 8px;
}

.func-menu&gt;li.gocart .toggleBtn .num {
    color: #fff;
    background: #C2A254;
}

.func-menu&gt;li.gocart .price {
    color: #C2A254;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: 2px solid #C2A254;
    background: #fff;
}

.func-menu .cart-box .btn {
    background: #C2A254;
    color: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #F3DCA5;
    color: #fff;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list li:hover .box {
    background: #fafafa;
}

.func-menu .cart-list .qty {
    color: #C2A254;
}

/*數量icon*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #C2A254;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #C2A254;
    background: #C2A254;
    color: #FFF;
}

.products-intro .pd-intro .btn-group .btn.addcart {
    background: #C2A254;
    color: #fff;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    background: #DFC482;
    color: #fff;
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
    float: left;
}

.site-header .language .btn {
    display: none;
}

.top-nav .language li {
    display: inline-block;
}

.top-nav .language li a {
    display: inline-block;
    color: #222;
    font-size: 13px;
    border-left: solid thin #ddd;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
}

.top-nav .language li a:hover {
    color: #31CAA4;
    text-decoration: underline;
}

/*---- search-box ----*/

.none {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 170px;
    float: right;
    box-sizing: border-box;
    margin: 0 0px 0 25px;
}

.site-header .search-box .form-control {
    border: 1px solid #EEEEEE;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}

.site-header .search-box .form-control:focus {
    outline: none;
    border-color: #C2A254;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}

.search-box:after {
    font-family: 'icon-font' !important;
    content: "\e901";
    font-size: 22px;
    position: absolute;
    right: 6px;
    top: -3px;
    transition: all .3s ease;
    color: #BBBBBB;
}

.search-box:hover:after {
    color: #C2A254;
}

/*------------site-nav ------------*/

.site-nav {
    float: right;
    margin: 104px 0 0;
    transition: all .3s ease;
    border-radius: 5px;
    line-height: 12px;
}

.site-nav .menu {
    display: inline-block;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu&gt;li:nth-last-child(-n) {
    display: none;
}

.site-nav .menu&gt;li&gt;a {
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0px 13px;
    transition: all .3s ease;
    z-index: 0;
    color: #333;
    font-weight: 500;
    z-index: 601;
}

.site-nav .menu&gt;li:nth-child(n)&gt;a:hover,
.site-nav .menu&gt;li:nth-child(n).active&gt;a,
.site-nav .menu&gt;li:nth-child(n).active2&gt;a {
    color: #C2A254;
}

.site-nav .menu&gt;li+li:before {
    content: ' / ';
    display: block;
    width: 1px;
    height: 10px;
    float: left;
    margin-top: 18px;
    color: #EBEBEB;
    left: -3px;
    position: relative;
}

.site-nav .menu&gt;li&gt;a::after {
    content: '';
    display: block;
    background: #DDDDDD;
    width: 1px;
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    bottom: -25px;
    z-index: 601;
}

.site-nav .menu&gt;li.active&gt;a:after,
.site-nav .menu&gt;li.active2&gt;a:after,
.site-nav .menu&gt;li:hover&gt;a:after {
    height: 22px;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
}

.site-nav .menu&gt;li&gt;ul {
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 15px 0 0 -95px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.site-nav .menu&gt;li&gt;ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 44px;
    width: 100%;
}

.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
}

.site-nav .menu ul li a {
    font-weight: bold;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    position: relative;
    font-size: 15px;
    transition: all .3s ease;
    color: #4C443E;
    background: #FAFAFA;
    border-bottom: 1px #DDDDDD solid;
}

.site-nav .menu ul li:last-of-type a {
    border: 0;
}

.site-nav .menu ul&gt;li.active&gt;a,
.site-nav .menu ul&gt;li.active2&gt;a,
.site-nav .menu ul&gt;li&gt;a:hover {
    background: #C2A254;
    color: #FFFFFF;
}

.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}

.site-nav&gt;.menu&gt;li:nth-child(n+9) {
    display: none;
}

/*滿版清單*/

.site-nav .menu&gt;li.full_menu&gt;ul {
    top: 85%;
}

.site-nav .menu&gt;li.full_menu&gt;ul {
    background: #fff;
}

.site-nav .menu&gt;li.full_menu ul {
    background: #fff;
}

.site-nav .menu .full_menu ul li a {
    padding: 6.5px 15px;
    background: transparent;
    border: 0;
}

.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}

.site-nav .menu li.full_menu ul ul li a {
    background: rgb(195 195 195 / 50%);
    padding: 5px 10px;
    margin: 6px 3px;
}

.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(255, 255, 255, 0.18);
}

.site-nav .menu li.full_menu ul ul li:hover&gt;a,
.site-nav .menu li.full_menu ul ul li.active&gt;a,
.site-nav .menu li.full_menu ul ul li.active2&gt;a {
    background: #C2A254;
    color: #FFFFFF;
}

.site-nav .menu li.full_menu&gt;ul&gt;li&gt;a:before {
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.site-nav .menu .full_menu ul&gt;li.active&gt;a,
.site-nav .menu .full_menu ul&gt;li.active2&gt;a,
.site-nav .menu .full_menu ul&gt;li&gt;a:hover {
    background: none;
    color: #C2A254;
}

.site-nav .menu&gt;li.full_menu&gt;ul:before {
    height: 67px;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
    display: inline-block;
    margin: 0 4px;
}

.share .btn {
    font-size: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
}

.share .btn i {
    display: block;
    font-size: 17px;
    line-height: 30px;
}

.share .btn.cm-fb {
    color: #405D9A;
}

.share .btn.cm-youtube {
    color: #cd201f;
}

.share .btn.cm-mail {
    color: #31caa4;
}

.share .btn.cm-line {
    color: #04ba04;
}

.share .btn.cm-phone {
    color: #3c352a;
}

.share .btn.cm-instagram i {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share .btn.cm-linkedin {
    color: #0073b0;
}

.share .btn.cm-twitter {
    color: #5da9dd;
}

.share .btn.cm-wechat {
    color: #51c332;
}

.share .btn.cm-qq {
    color: #000;
}

.share .btn:hover {
    border-color: #DAE51E;
}

.share .btn.cm-instagram i {
    background: -webkit-radial-gradient(32% 106%, circle cover, #606060 0%, #606060 10%, #606060 28%, #606060 42%, transparent 82%), -webkit-linear-gradient(-45deg, #606060 12%, #606060 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, #606060 0%, #606060 10%, #606060 28%, #606060 42%, transparent 82%), -moz-linear-gradient(-45deg, #606060 12%, #606060 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, #606060 0%, #606060 10%, #606060 28%, #606060 42%, transparent 82%), -ms-linear-gradient(-45deg, #606060 12%, #606060 58%);
    background: -o-radial-gradient(32% 106%, circle cover, #606060 0%, #606060 10%, #606060 28%, #606060 42%, transparent 82%), -o-linear-gradient(-45deg, #606060 12%, #606060 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, #606060 0%, #606060 10%, #606060 28%, #606060 42%, transparent 82%), linear-gradient(135deg, #606060 12%, #606060 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share .btn {
    color: #777 !important;
}

.share .btn:hover {
    color: #fff !important;
    border: 1px solid transparent;
}

.share .btn.cm-instagram:hover i {
    background: -webkit-radial-gradient(32% 106%, circle cover, #1A509D 0%, #1A509D 10%, #1A509D 28%, #1A509D 42%, transparent 82%), -webkit-linear-gradient(-45deg, #1A509D 12%, #1A509D 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, #1A509D 0%, #1A509D 10%, #1A509D 28%, #1A509D 42%, transparent 82%), -moz-linear-gradient(-45deg, #1A509D 12%, #1A509D 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, #1A509D 0%, #1A509D 10%, #1A509D 28%, #1A509D 42%, transparent 82%), -ms-linear-gradient(-45deg, #1A509D 12%, #1A509D 58%);
    background: -o-radial-gradient(32% 106%, circle cover, #1A509D 0%, #1A509D 10%, #1A509D 28%, #1A509D 42%, transparent 82%), -o-linear-gradient(-45deg, #1A509D 12%, #1A509D 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, #1A509D 0%, #1A509D 10%, #1A509D 28%, #1A509D 42%, transparent 82%), linear-gradient(135deg, #1A509D 12%, #1A509D 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share_box {
    margin: 10px 0 20px 0;
}

/*------------ / site_header ------------*/

/*------------  fixed ------------*/

.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 100%;
    -moz-transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
    -o-transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
    -webkit-transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
    transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
}

.header-fixed .language,
.header-fixed .search-box {
    display: none;
}

.header-fixed .site-title {
    padding: 10px 0;
}

.header-fixed .site-title .logo {
    height: 70px;
    width: 315px;
}

.header-fixed .site-nav {
    margin-top: 14px;
}

.header-fixed .site-nav .menu&gt;li&gt;a {
    border-radius: 10px;
}

.header-fixed .site-nav .menu&gt;li&gt;a:after {
    bottom: -12px;
}

.header-fixed .func-menu&gt;li.gocart {
    margin-top: 6px;
}

.header-fixed .top-nav {
    top: -5px;
}

.header-fixed .site-nav .menu&gt;li&gt;ul {
    margin-top: 0px !important;
}

.header-fixed .site-nav .menu&gt;li&gt;ul:before {
    height: 0;
}

.header-fixed .site-nav .menu&gt;li.full_menu ul {
    margin-top: 0px;
}

.header-fixed .site-nav .menu&gt;li.full_menu&gt;ul:before {
    height: 20px;
}

.header-fixed .site-nav .menu&gt;li&gt;ul {
    top: 100%;
}

.header-fixed .site-nav .menu&gt;li:nth-child(n)&gt;a:hover,
.header-fixed .site-nav .menu&gt;li:nth-child(n).active&gt;a,
.header-fixed .site-nav .menu&gt;li:nth-child(n).active2&gt;a {
    top: 0;
}

/*------------ / fixed ------------*/

/*------------ site_main ------------*/

.main-top {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 5px;
}

.main-top .main-title {
    display: none;
}

.main-top .container {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}

.main-content .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    border-width: 1px 0;
    padding: 3px 0 3px 30px;
    margin: 0 0 40px 0px;
    overflow: hidden;
    position: relative;
    background: #F0F1F0;
    background: -moz-linear-gradient(left, #F0F1F0 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(left, #F0F1F0 0%, #FFFFFF 100%);
    background: linear-gradient(to right, #F0F1F0 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F1F0', endColorstr='#FFFFFF', GradientType=1);
}

.content-title {
    position: relative;
    padding: 5px 0 5px 0px;
    color: #444444;
    font-size: 20px;
    font-family: "微軟正黑體", 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    min-height: 30px;
    float: left;
    margin: 0;
    font-weight: 500;
}

.content-title:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #555555;
    position: absolute;
    left: -30px;
    top: 14px;
    transition: all 0.3s ease;
}

.search-title h1 {
    color: #444444;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    border-width: 1px 0;
}

.footer_top {
    padding: 62px 15px 51px;
    background: #333333;
}

.footer_bottom {
    border-width: 1px 0;
    text-align: right;
    color: #ccc;
    background: #333;
    font-size: 12px;
    padding: 20px 0 20px;
    position: relative;
}

.footer_bottom:before {
    background: #5c5c5c;
    content: '';
    width: 1300px;
    height: 1px;
    display: block;
    position: absolute;
    z-index: 11;
    top: 0px;
    left: calc(50% - 650px);
}

.site-footer .col {
    float: left;
}

.site-footer .tit {
    display: none;
}

.site-info {
    width: 450px;
    font-size: 14px;
    color: #ccc;
    min-height: 149px;
}

.site-info ul {
    list-style-type: none;
}

.site-info li .tel a {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    font-family: 'Arial', sans-serif;
    position: relative;
    padding-left: 0;
}

.site-info li {
    position: relative;
    padding: 4px 0;
}

.site-info li span,
.site-info li a {
    color: #ccc;
}

.site-info li+li {
    margin: 0px 0 0;
}

.site-info li a {
    display: inline-block;
}

.site-map {
    line-height: 1.2;
    width: 403px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 10px;
}

.site-map ul {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #ccc;
}

.site-map li+li {
    margin-top: 17.5px;
}

.site-map ul a:hover {
    color: #C2A254;
}

.site-footer .fllow {
    float: right;
    text-align: right;
}

.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    left: 0;
    position: absolute;
    top: 146%;
    margin-top: 1px;
    z-index: 5;
}

.fllow * {
    display: inline-block;
    vertical-align: middle;
}

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}

.fllow .qr-inner {
    margin: 0 0px 0 20px;
    float: right;
    width: 85px;
}

.copy_box {
    text-align: right;
    font-size: 12px;
    margin: 5px 0;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: unset;
    bottom: unset;
    z-index: 400;
    transition: all .3s ease;
    left: calc(50% - 41.5px);
    top: -84px;
}

.floating .gotop {
    background-image: url(../../../images/layout01-4/common/top.png);
    width: 83px;
    height: 22px;
    line-height: 20px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    transition: all .0s;
}

.floating .gotop:hover {
    background-position: 0 100%;
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    color: #999;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
}

.breadcrumb a:hover {
    color: #C2A254;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #999;
    padding: 6px 0;
    margin-top: 6px;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #999;
    background: none;
}

.products-breadcrumb:before,
.products-breadcrumb:after {
    content: '/';
}

.products-breadcrumb li+li:before {
    content: "&gt;";
    margin: 0px 2px;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    vertical-align: top;
    padding: 0px 0 0 0;
}

.content {
    position: relative;
    /* background: #FFFBEF; */
}

.has-side .content {
    width: calc(100% - 260px);
    box-sizing: border-box;
}

.side_logo {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    display: none;
}

.side_logo span {
    display: block;
    font-weight: 400;
}

.side .title {
    background-size: 100% auto;
    border-bottom: 0;
    padding: 5px 0 5px 13px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    width: 220px;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    border-left: 5px solid #C2A254;
}

.side .title::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #C2A254 transparent transparent transparent;
    position: absolute;
    top: 15px;
    left: 135px;
}

.side-nav {
    max-width: 220px;
}

.side-nav&gt;li {
    margin: 0 0 0px;
}

.side-nav li a {
    font-size: 15px;
    padding: 9px 30px 9px 10px;
    padding-right: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 0;
    transition: all .3s;
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}

.side-nav&gt;li&gt;a {
    color: #444444;
    background: #F8F8F8;
    border: 1px solid #E7E7E7;
}

.side-nav&gt;li&gt;a:hover,
.side-nav&gt;li.active&gt;a,
.side-nav&gt;li.active2&gt;a {
    background: #C2A254;
    color: #fff;
    border-color: transparent;
}

.side-nav&gt;li&gt;a:hover:before,
.side-nav&gt;li.active&gt;a:before,
.side-nav&gt;li.active2&gt;a:before {
    content: '';
    position: absolute;
    background: url(../../../images/layout01-4/common/side_arr.png);
    width: 28px;
    height: 7px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.side-nav ul {
    font-size: 16px;
    display: none;
    margin: 0px 0;
    padding-top: 0px;
    margin-bottom: 15px;
}

.side-nav ul ul {
    padding-top: 5px;
}

.side-nav ul li a {
    line-height: 1.3;
    padding: 6px 10px 6px 32px;
    font-size: 15px;
    transition: all .3s ease;
    margin: 1px 0;
}

.side-nav ul ul li a {
    border: none;
}

.side-nav ul li a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #C2A254;
    position: absolute;
    left: 20px;
    top: 12px;
    opacity: 0;
    transition: all 0.3s ease;
}

.side-nav ul li:hover&gt;a,
.side-nav ul li.active&gt;a,
.side-nav ul li.active2&gt;a {
    color: #C2A254;
}

.side-nav ul li:hover&gt;a:before,
.side-nav ul li.active&gt;a:before,
.side-nav ul li.active2&gt;a:before {
    opacity: 1;
}

.side-nav ul ul {
    padding-left: 25px;
}

.side-nav&gt;li.active2&gt;ul {
    display: block;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 50%;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #C2A254;
}

.pagination li a.controls {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-bottom: 2px;
    color: #fff;
    background-color: #333;
    font-size: 0;
}

.pagination li a.controls i {
    font-size: 16px;
    line-height: 23px;
}

.pagination li a.controls:hover {
    background-color: #C2A254;
}

.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}

.page-info .form-control:focus {
    border-color: #C2A254;
}

/*------------ / pagination ------------*/

/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px 0;
}

.reminder b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    width: 3px;
    height: 3px;
    border: 3px solid #C2A254;
    border-radius: 5px;
}

/*-----form-detail-----*/

.form-control {
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    height: 30px;
    line-height: 28px;
}

.form-control:focus {
    border: 1px solid #C2A254;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

/*-----form-static-control-----*/

.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}

/*-----form-wrap-----*/

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    border: 3px solid #ddd;
    max-width: 1000px;
    margin: 0 auto;
    background: #F4F4F4;
    border-radius: 20px;
    padding-bottom: 30px;
}

.form-box .name .radio-box {
    position: static;
}

.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 880px;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    z-index: 15;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 10px;
    width: 3px;
    height: 3px;
    border: 3px solid #C2A254;
    border-radius: 5px;
}

/*----- success-box -----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border: 0px solid #E8E8E8;
    text-align: center;
    padding: 4% 15px;
}

.success-box .msg {
    max-width: 600px;
    border-bottom: 1px dashed #ccc;
    color: #F68991;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}

.success-box .msg i {
    background-image: url(../../../images/layout01-4/common/icons.png);
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
    display: inline-block;
    background-position: -192px 0;
    vertical-align: middle;
}

/*------------ lightbox ------------*/

body .fancybox-close {
    background: none;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    background: #333;
    border-radius: 50%;
    transition: all .3s ease;
}

body .fancybox-close:after {
    content: "\cc900";
    font-size: 16px;
    font-family: 'icon-font' !important;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
    left: 7px;
}

body .fancybox-close:hover {
    background: #C2A254;
}

body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

body .fancybox-nav span {
    visibility: visible;
    background: url('../../../images/layout01-4/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}

body .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}

body .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}

body .fancybox-nav span:hover {
    opacity: 1;
}

body .fancybox-inner {
    /*background: #fff;*/
    border-radius: 0;
    overflow: hidden !important;
}

.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.login-box {
    padding: 30px;
}

.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}

.lightbox-title span {
    display: block;
    font-size: 32px;
}

.lightbox-title .icon {
    background: url('../../../images/layout01-4/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    padding: 5px 0;
}

.lightbox-wrapper .control-label {
    display: none;
}

.photo-title {
    border: 1px dashed #DDD;
    border-width: 1px 0;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 70px 5px 10px;
    min-height: 28px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.photo-intro {
    padding: 15px 10px 5px;
}

.photo-pager {
    float: right;
    color: #999;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px 0;
}

.photo-pager b {
    color: #EB4130;
}

/*------------ / lightbox ------------*/

.form-radio:before {
    background-image: url('../../../images/layout01-4/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../../images/layout01-4/common/form_checkbox.png');
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #333;
}

.mmenu-show #mobile-fixed li {
    background: #333;
}

.mmenu-show #mobile-menu .menu li&gt;a:hover,
.mmenu-show #mobile-menu .menu li.active&gt;a {
    color: #C2A254;
}

.mmenu-show #mobile-menu .language-menu {
    background: #333;
    color: #fff;
}

.mmenu-show.mmenu-open #mobile-menu {
    background: #eee;
}

.mmenu-show #mobile-search {
    background: #333;
}

.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}

.mmenu-show #mobile-fixed .toggleBtn i {
    font-size: 28px;
}

.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-go-home i {
    font-size: 28px;
}

.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}

.mmenu-show #mobile-menu .share .btn i {
    line-height: 30px;
}

.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}

.mmenu-show #mobile-menu .share .btn:hover {
    color: #C2A254 !important;
}

/*------------ / mobile_menu ------------*/

.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px;
}

.contit {
    font-size: 0px;
    text-align: center;
}

.contit b {
    color: #5d5d5d;
    font-family: 'Times new roman', cursive;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}

.contit span {
    display: none;
}

.contact-title .reminder,
.reminder {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.contact-title .reminder .requrin_txt,
.reminder .requrin_txt {
    display: block;
}

@media screen and (max-width: 1280px) {
    .site-title .logo {
        height: 70px;
        width: 360px;
    }

    .footer_top&gt;.container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px;
    }

    .site-map {
        float: none;
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
        width: 100%;
        order: 3;
    }

    .site-map ul {
        display: inline;
        padding: 0 0px;
        float: none;
    }

    .site-map ul li {
        display: inline-block;
    }

    .site-map li {
        padding: 2px 6px;
    }

    .footer_bottom .container {
        padding-right: 15px;
        max-width: 900px;
    }

    .fllow .share {
        bottom: -99px;
        margin-top: 0;
        top: unset;
    }
}

@media screen and (max-width: 1250px) {
    .wrapper {
        padding-top: 160px;
    }

    .site-title .logo {
        width: 280px;
        height: 90px;
    }

    .site-title {
        padding: 10px 0;
        float: none;
        text-align: center;
        position: static;
    }

    .header-fixed .site-title,
    .header-fixed .func-menu {
        display: none;
    }

    .site-nav {
        clear: both;
        position: static;
        text-align: center;
        float: none;
        margin: auto;
        margin-bottom: 0px;
    }

    .header-fixed .site-nav {
        margin-top: 0px;
        margin-bottom: 0px;
        transition: all .3s ease;
    }

    .site-nav .menu&gt;li&gt;a:after {
        bottom: 0px;
    }

    .site-nav .menu&gt;li&gt;ul:before {
        height: 0;
    }

    .site-nav .menu&gt;li&gt;ul {
        margin-top: 0;
    }

    .site-nav .menu&gt;li.full_menu&gt;ul {
        margin-top: 20px;
    }

    .site-nav .menu&gt;li.full_menu&gt;ul:before {
        height: 0;
    }

    .site-nav .menu&gt;li&gt;ul {
        margin-top: 16px !important;
    }

    .header-fixed .site-nav .menu&gt;li.full_menu&gt;ul {
        margin-top: 0px;
    }

    .header-fixed .site-nav .menu&gt;li&gt;a:after {
        bottom: 0;
    }

    .header-fixed .site-nav .menu&gt;li&gt;ul {
        margin-top: 0px;
    }

    .func-menu {
        position: absolute;
        top: 10px;
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        background: none;
    }

    .banner:before {
        display: none;
    }

    .main-top&gt;.container {
        display: flex;
        flex-direction: column;
    }

    .main-top .main-title {
        display: block;
        text-align: center;
        font-size: 20px;
        padding: 5px 15px 5px;
        margin-left: 16px;
        margin-right: 16px;
        margin: 0;
        order: 2;
    }

    .main-top&gt;.container&gt;.breadcrumb {
        order: 1;
    }

    .site-header,
    .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
    }

    .wrapper {
        padding-top: 40px;
    }

    .side {
        display: none;
    }

    .has-side .content {
        position: relative;
        width: 100%;
        float: none;
    }

    .content:before {
        display: none;
    }

    .site-footer .tit {
        display: none;
    }

    .btn.style01 {
        max-width: 40%;
        font-size: 12px;
        padding: 0 15px;
        margin: 0 5px 15px;
    }

    .has-side .content,
    .content {
        padding: 0px 0px 30px;
    }

    .btn-box {
        padding-top: 25px;
    }

    /*------------ site_header 1000 ------------*/
    .header-fixed .site-title,
    .site-title {
        display: block;
        float: none;
        padding: 15px 0;
    }

    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 270px;
        height: 60px;
    }

    .top-nav,
    .site-nav {
        display: none;
    }

    .banner .container {
        padding: 0;
    }

    .main-top .container {
        padding: 0;
    }

    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top {
        padding: 20px 0px;
    }

    .footer_bottom {
        padding-bottom: 30px;
    }

    .site-map,
    .fllow .share {
        display: none;
    }

    .site-footer .col {
        float: none;
        width: auto;
    }

    .site-info p {
        margin: 0 0 0 10px;
    }

    .site-info li .tel a {
        font-size: 36px;
    }

    .fllow p {
        margin: 15px 0 0 0;
    }

    .site-footer .site-info {
        padding-left: 0;
        background: none;
        float: none;
        margin: 0 auto 15px;
        min-height: inherit;
    }

    .copy_box {
        text-align: center;
    }

    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }

    .floating .ibtn.gotop {
        background: url(../../../images/layout01-4/common/mobile_gotop.svg) 50% 50% no-repeat;
    }

    .floating .gotop:before,
    .floating .gotop:after {
        display: none;
    }

    /*------------ / floating 1000 ------------*/
    .contact-title {
        margin: 0 5px 15px;
    }

    .contact-title .reminder,
    .reminder {
        margin: 0;
    }

    .contact-form {
        background: none;
    }

    .main-top {
        margin-bottom: 0px;
    }

    .content-title {
        font-size: 16px;
    }

    .content-title:before {
        border-width: 4px 0 4px 7px;
        left: -30px;
        top: 12px;
    }

    .content-top {
        /* padding: 0 0 0px 0px; */
    }

    .contact-title&gt;b {
        font-size: 30px;
    }

    .form-box {
        background: none;
        padding: 15px;
    }

    /*------------ lightbox ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }

    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -15px;
    }

    .fancybox-album .fancybox-nav span {
        top: -45px;
    }

    .fancybox-album .fancybox-prev span {
        left: 0;
    }

    .fancybox-album .fancybox-next span {
        right: 0;
    }

    .fancybox-album .fancybox-title .photo-title,
    .fancybox-album .fancybox-title .photo-pager {
        font-size: 18px;
    }

    .fancybox-album .fancybox-title .photo-title {
        padding: 5px 0;
    }

    .fancybox-album .fancybox-title .photo-pager {
        padding: 5px 0 0;
    }

    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }

    /*------------ / lightbox  ------------*/
}

@media screen and (max-width: 900px) {
    body .fancybox-nav span {
        left: 0;
    }

    body .fancybox-next span {
        left: calc(100% - 35px);
    }
}

@media screen and (max-width: 850px) {
    .footer_top&gt;.container {
        display: flex;
        flex-wrap: wrap;
    }

    .site-footer .fllow {
        width: 100%;
        text-align: center;
    }

    .site-footer .fllow {
        display: flex;
        justify-content: center;
    }

    .fllow .qr-inner {
        float: none;
        margin: 0 5px;
        order: 2;
    }
}

@media screen and (max-width: 767px) {

    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }

    .pagination li a.controls {
        margin-bottom: -3px;
    }

    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }

    .site-info li+li {
        margin: 0;
    }

    /*------------ / site-footer 767 ------------*/

}</pre></body></html>