<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&amp;display=swap');
body {
    font-size: 15px;
    color: #333;
    /*font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;*/
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #666;
}

a:hover {
    color: #2d3e50;
}
/*.container-fluid {
    padding:0;
}*/
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
.btn-primary {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 5px 10px;
    letter-spacing: 0.08em;
    border-radius: 20px;
    background: #666;
    transition: all 0.3s ease;
    position: relative;
    margin: 0px auto;
	border:none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
    /*background: #f29001;
	color:#fff;
    border: 1px solid #fff;*/
    color: #fff;
    background: linear-gradient(-45deg, #ad1618 0%, #ad1618 100%);
    transition: all 0.3s ease;
}

.btn-default {
    /*border: 1px solid #DFDFDF;
    color: #888;*/
	font-size: 15px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #da4547;
    color: #fff;
}
.news_marquee{
	display:none;
}

/** loading **/
.loadingbar {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

}
.loadingbar div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #52ced5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #52ced5 transparent transparent transparent;
}
.loadingbar div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadingbar div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadingbar div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content &gt; .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#floating, #floating.fixed {
    display:none;
    position: fixed;
    right: 0;
    margin-right: 0;
    top: 30%;
}
#floating .btn-floating {
    background-color: #4389b7;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: 0px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
	right:40%;
}

#floating .btn-floating .icon-arrow {
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 40px;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    padding: 10px;
    /*border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;*/
    margin: 0;
    text-align: center;
}

#floating ul li {
    padding: 0;
}

#floating ul li + li {
    /*border-top: 1px solid #E7E7E7;*/
}

#floating ul li a {
    width: 76px;
    height:82px;
    text-align: center;
    display: block;
    position: relative;
    background: url(../images/all/floating_icon.svg) no-repeat;
    line-height: 82px;
    margin-top: 0;
    text-indent: -9999px;
}
#floating ul li.member a{
    background-position: 0 -82px;
}
#floating ul li.fb a{
    background-position: 0 -249px;
}
#floating ul li.line a{
    background-position: 0 -166px;
}
#floating ul li.top a{
    background-position: 0 -333px;
}

#floating ul li a:hover {
    opacity:0.8;
    /*top:2px;*/
    position: relative;
}

#floating ul li a .num {
    min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    top: 0;
    text-indent: initial;
}
.header .nav_btn_group .sub-nav .icon_cart a .num {
    text-indent:initial;
    min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 13px;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    top: 0;
    text-align:center;
}

#floating ul li a .txt-en {
    display: none;
}

.navbar .gotop a{
	background:url(../images/all/gotop.png) no-repeat;
	width:50px;
	height:50px;
	position:fixed;
	right:-50px;
	bottom:90px;
	cursor: pointer;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.navbar .gotop2 a{
	right:0px;
}

.main_ex &gt; .gotop{
	display:none !important;
}


.jcarousel-wrapper {
    position: relative;
}

body:not(.album) .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
    width: auto;
}

.pic a {
    display: block;
}

/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

.header .navbar {
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
	z-index: 999;
	position: fixed;
	width: 100%;
	transition: all 0.5s;
}
body.is_scroll .header .navbar {
    box-shadow: 0 0 8px rgb(0 0 0 / 80%);
}

.header .navbar .navbar-brand {
    background: url(../images/all/logo.svg) no-repeat center top;
    display: block;
    height: 60px;
    padding: 0;
    text-indent: -9999px;
    width: 218px;
    margin: 10px auto;
    transition: all 0.5s;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

.header .navbar .navbar-nav {
    float: right;
    margin-top: 20px;
    margin-right: 90px;
    background: none;
}

.header .navbar .navbar-nav li a {
    color: #000;
    font-size:16px;
    background-color: inherit;
    background: center bottom;
    transition: 0.4s all ease;
	padding:10px;
    margin:0 20px;
    position: relative;
    line-height:30px;
    overflow: hidden;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans TC';
    font-weight:300;
    /*background: url(../images/all/menu_hover.svg) no-repeat 0 200px;
    border-bottom:3px solid transparent;
    */
}
/*.header .navbar .navbar-nav li:nth-child(1){
    background: url(../images/all/menu_hover01.svg) no-repeat left center;
}
.header .navbar .navbar-nav li:nth-child(2){
    background: url(../images/all/menu_hover02.svg) no-repeat left center;
}
.header .navbar .navbar-nav li:nth-child(3){
    background: url(../images/all/menu_hover03.svg) no-repeat left center;
}
.header .navbar .navbar-nav li:nth-child(4){
    background: url(../images/all/menu_hover04.svg) no-repeat left center;
}
.header .navbar .navbar-nav li:nth-child(5){
    background: url(../images/all/menu_hover05.svg) no-repeat left center;
}*/

/*.header .navbar .navbar-nav li.b &gt; a*/
.header .navbar .navbar-nav li a:hover {
    line-height: 30px;
    /*background: url(../images/all/menu_hover.svg) no-repeat center bottom;*/
    transition: 0.4s all ease;
    width:auto;
    color:#da4547;
}

.header .navbar .navbar-nav li + li a {
}

.header .navbar .navbar-nav li a .txt-en {
    margin-left: 5px;
    color: #ccc;
    font-weight: normal;
    float: right;
}

.header .navbar .navbar-nav li a:focus {
    background-color: transparent;
}

.header .navbar .navbar-nav li a:hover .txt-en,
body.about .header .navbar .navbar-nav li.b1 a .txt-en,
body.product .header .navbar .navbar-nav li.b2 a .txt-en,
body.news .header .navbar .navbar-nav li.b3 a .txt-en,
body.contact .header .navbar .navbar-nav li.b4 a .txt-ens {
    color: #999;
}

.header .navbar .sub-nav {
    /*position: absolute;
    right: 15px;
    top: 20px;*/
}

.header .navbar .sub-nav li {
    padding: 0;
    list-style:none;
}

.header .navbar .sub-nav li a {
    transition: all 0.3s ease;
   text-indent: 9999px;
     /*color:#fff;
    font-size:14px;
    padding-left:5px;
    letter-spacing:0.15em;*/
    width: 28px;
    height:28px;
}
.header .navbar .sub-nav li a:hover{
    /*color:#fdd000;
    text-decoration: underline;*/
    transition: all 0.5s ease;
}

.header .navbar .sub-nav li.icon_f a {
    background-image: url(../images/all/icon_facebook.svg);
}
.header .navbar .sub-nav li.icon_l a {
    background-image: url(../images/all/icon_line.svg);
}
.header .navbar .sub-nav li.icon_i a {
    background-image: url(../images/all/icon_ig.svg);
}
.header .navbar .sub-nav li.icon_m a {
    background-image: url(../images/all/icon_m.svg);
}

.header .navbar .sub-nav li.icon_t a {
    background-image: url(../images/all/icon_t.png);
}
.header .navbar .sub-nav li.icon_y a {
    background-image: url(../images/all/icon_y.png);
}
.header .navbar .sub-nav li.icon_p a {
    background-image: url(../images/all/icon_p.png);
}


.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .sub-nav li.b1 {
    display: none;
}

.header .navbar .sub-nav li.b2 a {
    background-position: 0 0;
}


.header .navbar .btn-default {
    background: #0951a3;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 17px;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.glyphicon{
	top:3px;
}

.header .navbar .lang {
    display:none;
    margin-right: 10px;
    /*position: absolute;
    right: 54px;
    top: 20px;*/
}

.header .navbar .lang .dropdown-menu {
    background: #0951a3;
    color: #fff;
    border: none;
    min-width: 100px;
    border-radius: 20px;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
    font-size:12px;
    line-height:20px;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

.header .nav_btn_group {
    position: absolute;
    right: -7px;
    top: -60px;
}

.header .navbar .sub-nav {
    display: inline-block;
    vertical-align: top;
}

/*上方搜尋*/
.search_box {
    display: inline-block;
    position:relative;
}

.search_box .form-group {
    /*width: 100%;*/
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.search_box .form-group input {
    background-color: #fff;
    border: 1px solid #053e7f;
    color: #ccc;
    font-size: 14px;
    height: 33px;
    padding: 0 15px 0 10px;
    border-radius: 20px; 
	width:175px;
}

.search_box .form-group button,
.search_box .form-group .navSearchButton {
    color: #fff;
    background-color:#053e7f;
    transition: .3s;
    border-radius:90em; 
    right: 0px;
    top: 0px;
    position: absolute;
    font-size: 18px;
    padding: 0;
    width:33px;
    height:33px;
    border: none;
}

.glyphicon glyphicon-search {
    color: #000;
}

/*上方小選單*/
.header .navbar .topmenu_txt {
    background: #da4547;
    padding: 10px 0;
}
.header .navbar .topmenu_txt .nav_title {
    display:inline-block;
    float:left;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Noto Sans TC';
    font-weight:300;
    padding-top:5px;
    letter-spacing:0.1em;
}
.header .navbar .topmenu_txt .nav_member {
    letter-spacing:0.1em;
    position: relative;
    float: right;
    display:block;
}
.header .navbar .topmenu_txt .nav_member ul{
    list-style:none;
}
.header .navbar .topmenu_txt .nav_member ul li{
    color: #fff;
    transition: all 0.6s ease;
    letter-spacing: 0.05em;
    display:inline-block;
    font-size:14px;
    line-height:24px;
	margin-left:3px;
}
.header .word_box {
    font-size:14px;
    color:#fff;
    line-height:28px;
    padding-right:10px;
}
.header .member_box a {
    color: #fff;
    font-size: 14px;
    padding:0 15px 0 7px;
    line-height: 28px;
}
.header .member_box a:hover{
    color:#fadb7e;
}
.space_L5 {
    padding-right:5px;
}

/*右上角購物車*/
.header .navbar .top_right {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.header .navbar .top_right .icon a {
    display: inline-block;
    margin: 0 15px;
    font-family: 'Noto Sans TC';
    font-size: 14px;
    letter-spacing: 0.2em;
    color:#fff;
    position:relative;
}
.header .navbar .cart_box {
    position: absolute;
    right: 25px;
    top: 25px;
}
.header .navbar .cart_box .cart .num {
    background: #da4547;
    color: #fff;
    right: -10px;
    top:-5px;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 99em;
    width: 15px;
    height: 15px;
    position: absolute;
    padding-left: 0px;
}
/*跑馬燈訊息*/
.news_marquee {
    float:left;
    z-index:999;
}
.marquee a {
    display: block;
    text-align: left;
    color: #fff;
}
.marquee {
    height: 24px;
    overflow: hidden;
    display: inline-block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
}

/*右上角搜尋*/
.navbar .dlko .input-group .form-control{
    width: 65%;
    margin: 0 0 0 auto;
    display: table;
    float: none;
    height: 50px;
}
.navbar .dlko {
    position: absolute;
    z-index: 20;
}
.navbar .shopping {
    position: absolute;
    right: 70px;
    top: 26px;
}
.navbar .dlko .input-group .form-control {
    width: 27%;
    margin: 0 0 0 auto;
    display: table;
    float: none;
    height: 50px;
}
.navbar .shopping .navbar_search {
    display: inline-block;
    vertical-align: middle;
}
.navbar .shopping .navbar_search .btn-primary {
    background: url(../images/all/icon_search.svg) no-repeat center;
    text-indent: -9999px;
    border: none;
    box-shadow: none;
    width:24px;
    height:24px;
    padding:0;
    border-radius:initial;
}

.navbar .dlko .wall a {
     padding: 14px 20px;
    background-position: 5px;
    background-color: #090909;
    color: #fff;
}




/*----------------------- Banner -----------------------*/
/*.banner .bannerImgBox {
    visibility: hidden;
}*/
.banner .bannerImgBox.slick-initialized,
.banner .bannerImgBox.oneMode { 
    visibility: visible;
}

html.no-js .banner .bxslider,
html.no-js .banner .bxslider img{
    display:none;
}
html.js .banner .bxslider{
    display:block;
}
.banner {
    position: relative;
    padding-top:129px;
}
.banner .container-fluid{
	padding-left:0 !important;
	padding-right:0 !important;
}

.banner .loadingbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body.VIDEOLOADED .banner .loadingbar{
    display:none;
}

.banner .container {
    padding: 0;
}

.banner .video_banner {
    width: 100%;
}

.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item {
    width:100%;
    background:none !important;
}
.banner .bxslider .bannerImgBox.banner_mob_bg .item{
    height:250px;
    background-repeat:no-repeat;
    background-position:center center;
}
body.home .banner .bxslider .bannerImgBox.banner_mob_bg .item{
    height:500px;
}

.banner .video_sec{
	width:100%;
}

.banner .bxslider .item img {
    width: 100%;
    display: none;
}


.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_small{
     display: none;
}
.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_big {
    display: block;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 2px;
    text-align: right;
    padding: 0 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-align: left;
    background: #404040;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}

.banner .bx-wrapper .bx-controls-direction {
    display: none;
}
/*banner 左右箭頭 新設定*/
.banner .slick-prev:before,
.banner .slick-next:before {
    opacity: 0.75;
	font-size:40px;
}
.slick-prev {
    top: calc(50% - 50px/2) !important;
    bottom: 0 !important;
    left: 5px !important;
    transform: translate(0, 0%) !important;
    /*background: url(../images/all/dot_left.png)no-repeat !important;*/
    width: 40px !important;
    height: 40px !important;
    z-index: 1;
}
.slick-next {
    top: calc(50% - 50px/2) !important;
    display: inline-block !important;
    right: 5px !important;
    bottom: 0 !important;
    transform: translate(0, 0%) !important;
    /*background: url(../images/all/dot_right.png)no-repeat !important;*/
    width: 40px !important;
    height: 40px !important;
    z-index: 1;
}

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}


.header_ex {
}


/********************* Footer *********************/
.footer {
    padding:0;
    /*text-align:right;*/
}

.footer_top ul li {
    padding: 0;
}

.footer_top ul li:nth-child(2n) {
    display: none;
}

.footer_top ul li,
.footer_top ul li a {
    color: #888;
    padding: 10px;
}

.footer_top ul li a:hover {
    color: #36B9C0;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    padding: 50px 0 0;
    background: url(../images/all/footer_bg.jpg) repeat center top;
}

.footer .copyright {
    display: block;
    color: #333;
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.footer .siteinfo {
    margin:10px 0 0;
}
.footer .siteinfo ul &gt; li {
    display:block;
    line-height:30px;
    color:#333;
    padding:0 0 0 39px;
}
.footer .siteinfo ul &gt; li a{
    color:#333;
	font-size:14px;
}

.footer .siteinfo ul &gt; li + li:before {
    /*content: "|";
    padding: 0 10px;
    color:#fff;
    color: #9c9c9c;*/
}

.footer .siteinfo ul &gt; li label {
    /*margin: 0 5px 0 0;*/
    color: #333;
}

.footer .siteinfo .sitemap-link {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .sitemap-link:hover {
    position: relative;
    top: 2px;
}

.footer .powered {
    display: block;
    color: #999;
    line-height: 20px;
    font-family: 'Noto Sans TC';
    font-size: 13px;
    letter-spacing: 0.15em;
    text-align: right
}
.footer .powered a {
    color: #999;
}
.footer .footer_top .sitemap{
	display:none;
}
/*.footer 新設定*/
.list-inline {
    margin-left: 0px !important;
}
.footer_logobox .f-logo {
    background: url(../images/all/logo_footer.svg) no-repeat center;
    height: 60px;
    text-indent: -9999px;
    /*margin: 10px auto;*/
    width: 226px;
}
.footer .icon_box {
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.footer .icon_box .list-inline &gt; li {
    padding: 0;
}
.footer .icon_box ul li a img {
    width: 45px;
    height: 45px;
}
.footer .privacy_bg {
    display: block;
    position: relative;
    background-color: #da4547;
    color:#fff;
    padding:15px 0 5px;
    text-align:right;
}
.privacy_bg a{
	color:#fff;
}
.footer .sitemap_box {
    display:inline-block;
    position:relative;
    letter-spacing:0.08em;
    margin-right:40px;
}
.footer .sitemap_box ul li{
    list-style:none;
    font-size:14px;
    text-align:left;
    line-height:28px;
}
.footer .sitemap_box ul li a{
    color:#888;
}
.footer .sitemap_box ul li a:hover{
    color:#da4547;
}
.footer .sitemap_box .stiemap_title{
    color:#000;
    font-size:18px;
    padding-bottom:7px;
    font-weight:500;
    font-family:'Noto Sans TC';
}
.footer .d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}
.footer .d-flex &gt; .item:nth-child(1) {
    width: 25%;
}
.footer .d-flex &gt; .item:nth-child(2) {
    width: 36%;
}
.footer .d-flex &gt; .item:nth-child(3) {
    width: 30%;
}
.footer .d-flex02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

/********************* cookie *********************/
body .cookie_agree .footer_content {
    padding-bottom: 80px;
}
.cookie {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(54, 185, 192);
    z-index: 100;
    border-top: 1px solid rgb(215, 215, 215);
    color: #fff;
    text-align: left;
}
.cookie .txt {
}
.cookie .txt a {
    text-decoration: underline;
    color: #3c3c3c;
    font-size: 14px;
}
.cookie .agree-btn {
    padding: 5px 15px;
    display: inline-block;
    background: #fff;
    color: #333;
    margin-top: 3px;
    transition: all .3s ease;
}
.cookie .agree-btn:hover {
    background: #ccc;
}

/********************* Main *********************/
.main {
    /*-moz-box-shadow: 0 0 10px 0 #919191;
    -webkit-box-shadow: 0 0 10px 0 #919191;
    box-shadow: 0 0 10px 0 #919191;
    background: url(../images/all/main_bg.jpg) no-repeat center top;*/
    z-index: 20;
}
.side.side1 {
    border: 1px solid #000;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
    background: #fdf9ed;
}
.side.side1::before{
    background: url(../images/all/side_toppic.svg) no-repeat center top;
    content: '';
    position: absolute;
    left: 37%;
    top: -54px;
    width: 77px;
    height: 77px;
    z-index: 11;
    right: 0;
}
.side .h3 {
    font-size: 18px;
    background: #fdf9ed;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    padding: 15px 0px;
    border-top: solid 5px #000;
    margin-top: 0;
    margin-bottom: 0;
}

.side .h3 .txt-en{
    display:none;
}
.side .h3 .txt-tw {
    display: block;
}

.side .nav &gt; li + li {
    /*border-top: 1px solid #fed6a7;*/
}

.side .nav &gt; li &gt; a {
    display: block;
    line-height: 24px;
    margin: 0px;
    padding: 8px 10px 8px 22px;
    color: #fff;
    background: #da4547;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius:0px;
	margin-top: 5px;
}

.side .nav &gt; li a:hover,
.side .nav &gt; li a:focus,
.side .nav &gt; li.active a {
    /*background: #fadb7e;*/
    color: #fff;
    background: #000;
}

.side .nav &gt; li &gt; ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav &gt; li &gt; ul &gt; li {
}

.side .nav &gt; li &gt; ul &gt; li &gt; a{
	font-size:14px;
    line-height: 36px;
	padding: 8px 10px 8px 22px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #161114;
}
.side .nav &gt; li &gt; ul &gt; li &gt; a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 8px;
	color:#000;
}

.side .nav &gt; li &gt; ul &gt; li &gt; ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li {

}

.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
    line-height: 30px;
    font-size:13px;
}


/*----------------------- Content -----------------------*/
.main_content {
    min-height: 300px;
    padding: 30px 15px 100px;
}

body.home .main_content {
    min-height: 0;
    padding:0;
}

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 18px;
}

.breadcrumb &gt; li + li:before {
    content: "＞";
}

.content .breadcrumb .txt-en {
    display: none;
}

.content &gt; .h2,.content .modify {
    color: #da4547;
    font-size: 24px;
    letter-spacing: 0.10em;
    font-family: 'Noto Sans TC';
    font-weight: 600;
    padding: 20px 0px 10px 20px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    display: block;
    position: relative;
    border-bottom: 3px double #aaa;
    background: url(../images/all/icon_cat.svg) no-repeat 20px center;
}


.content &gt; .h2 .txt-tw {
    /*color: #979797;
    font-size: 18px;
    margin-left: 10px;*/
}

body:not(.home) .content &gt; .h2 .txt-en {
    display:none;
}


.content .content-banner {
    margin-bottom: 20px;
}

.content .txt {
    padding: 10px;
    line-height: 30px;
}

.content .btn-normal {
    background: none;
    color: #23989f;
    border: 1px solid #ACE7EB;
}

.content .btn-normal:hover {
    color: #888;
    border-color: #aaa;
}

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    padding:0 10px;
    /*border-bottom: 1px solid #eee;*/
    margin:5px 0;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.7);
}

.content .list-box .txt-list li .h4 {
    font-size: 15px;
    margin: 0;
}

.content .list-box .txt-list li a {
    position: relative;
    display: block;
    line-height: 30px;
	font-size:16px;
    color:#000;
    padding:5px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #1d2088;
}

.content .list-box .txt-list li span {
    position: relative;
    line-height: 24px;
    padding: 0 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    float:left;
    margin:2px 8px;
    border-radius:4px;
    background-color:#666;
    font-weight:700;
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    display:none;
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: 1px solid #ACE7EB;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    color: #36B9C0;
    font-size: 18px;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .works-box .pic-carousel li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .works-box .pic-carousel li a:hover {
    border-color: #36B9C0;
}

.content .works-box .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

.content .works-box .slick .list_item {
    background: #fff;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    position: relative;
    min-height: 330px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.content .works-box .slick .list_item .pic {
    padding: 0px;
    display: block;
}

.content .works-box .slick .list_item:hover .pic {
    border-color: #36B9C0;
}

.content .works-box .slick .list_item .info {
    text-align: left;
    padding:15px;
    display:block;
}
.content .works-box .slick .list_item .info .title{
    font-size:16px;
    color:#747474;
    line-height:36px;
    font-family:'Noto Sans TC';
}
.content .works-box .slick .list_item .info .title{
    font-size:16px;
    color:#747474;
    line-height:20px;
    font-family:'Noto Sans TC';
    /* overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; */
    max-width: 250px;
    min-height: 40px;
}
.content .works-box .slick .list_item .info .price {
    color: #da4547;
    font-family:'Lato';
    font-size:16px;
    display:block;
    margin-top:20px;
}

.content .works-box .slick .slick-arrow {
    width: 24px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -24px;
}

.content .works-box .slick .slick-next {
    background-position: 0 -40px;
    right: -24px;
}

.content .works-box .slick .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}

.content .works-box .slick .slick-dots li {
    display: inline-block;
}

.content .works-box .slick .slick-dots button {
    display:none;
    width: 10px;
    height: 10px;
    background: #c7c7c7;
    border-radius: 50%;
    border: none;
    outline: none;
    text-indent: -9999px;
    margin: 0 3px;

}

.content .works-box .slick .slick-dots .slick-active button {
    background: #37bac0;
}
.content .sec {
    padding: 10px;
    line-height: 30px;
}

.content .btn-box {
    clear: both;
    border-top: 3px double #999;
    padding-top: 15px;
    text-align: center;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
    float: left;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li &gt; a {
	/*padding:5Px 25px;
	color:#fff;
    border-radius:99px;
    background-color: #00b4d1;
    background-repeat: repeat;
    border-color:#fff;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #f29001 50%);
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;*/
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 5px 30px;
    letter-spacing: 0.08em;
    border-radius: 50px;
    background: #000;
    transition: all 0.3s ease;
    position: relative;
    margin: 0px auto;
}

.content .btn-box .pager li &gt; a:hover {
    /*background-color: #f29001;
    background-position: -100% 100%;*/
    color: #fff;
    background: linear-gradient(-45deg, #ad1618 0%, #ad1618 100%);
    transition: all 0.3s ease;
}

.content .btn-box .pager li &gt; a .icon {
    display: none;
}

body.product.p02 .content .btn-box {
    border: none;
}

/*body.news.show .content .btn-box,
body.faq.ask .content .btn-box,
body.product.show .content .btn-box,
body.member .content .btn-box,
body.album.show .content .btn-box {
    text-align: center;
}*/

body.news.show .content .btn-box .pager,
body.faq.ask .content .btn-box .pager,
body.product.show .content .btn-box .pager,
body.member .content .btn-box .pager,
body.album.show .content .btn-box .pager {
    float: none;
}

.content .btn-box a .icon {
    background: url(../images/all/pager_icon.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.content .btn-box a .icon-first {
    background-position: -6px -1px;
}

.content .btn-box a .icon-prev {
    background-position: -6px -29px;
}

.content .btn-box a .icon-next {
    background-position: -6px -58px;
}

.content .btn-box a .icon-last {
    background-position: -6px -87px;
}

.content .btn-box a .icon-back {
    background-position: -6px -112px;
}

.content .btn-box .page-info {
    float: right;
    margin: 0 5px;
    text-align: center;
    color: #888;
}

.content .btn-box .page-info select {
    border: 1px solid #DFDFDF;
    min-width: 60px;
    margin-right: 10px;
}


.content .btn-box a span {
    margin-right: 5px;
}

.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #000;
    color: #fff;
	background-color:#000;
    text-align: center;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td a {
    color: #36B9C0;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td a:hover {
    text-decoration: underline;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td.pic img {
    max-width: 100px;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn:hover,
.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn:focus,
.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 14px;
    padding-top: 0px;
    padding-right: 0px;
}

.form-horizontal .row .form-inline {
    /*padding-bottom: 15px;*/
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

/*.gotop {
    display:none;
    background: #36B9C0;
}

.gotop a {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 14px 0 0px;
}

.gotop a .txt-en {
    display: block;
}

.gotop a .txt-tw {
    color: #bdebed;
    font-size: 13px;
    border-top: 1px solid #bdebed;
    padding: 5px 40px;
}*/

/*----------------------------------------- 首頁 home --------------------------------------*/

.wid {
    margin-bottom: 5px !important;
}
body.home .content .wid-home-news {
    margin-left: 0;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

body.home .content .wid-home-news .txt-list li {
    /*padding-left: 14px;
    background-position: 0 4px;*/
    background-color: transparent;
}

/*body.home .content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}*/

/*body.home .wid-home-product .slick-slider {
    margin-top: 15px;
}*/

/*新設定*/
body.home .content .h2 {
    background: url(../images/all/title_bg.svg) no-repeat center top;
    padding: 25px 6px 6px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
}
body.home .content .h2 .txt-tw {
    display: block;
    font-size: 25px;
    position: relative;
    font-family:'Noto Sans TC';
    color:#da4547;
    font-weight:300;
}
body.home .content .h2 .txt-en {
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Oswald';
    display: block;
    line-height: 40px;
    position:relative;
    color:#000
}
body.home .content .h2 .txt-en::before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    height: 4px;
    width: 40%;
    background: url(../images/all/title_line.png) no-repeat center top;
    
}
body.home .content .h2 .txt-en::after {
    content: '';
    position: absolute;
    top: 19px;
    right: 0;
    height: 4px;
    width: 40%;
    background: url(../images/all/title_line.png) no-repeat center top;
}

body.home .content .btn-box {
    padding: 45px 0 30px 0; 
	margin:0;
    clear: both;
    text-align: center;
    border:none;
}
body.home .content .btn-box .pager {
    float: none;
    text-align: center;
}
body.home .content .btn-box .pager li{
    position:relative;
}
body.home .content .btn-box .pager li &gt; a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    /*text-transform: uppercase;
    font-weight: bold;
    */
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 7px 50px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #f29001 50%);
    background-repeat: repeat;
    -webkit-transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    border-radius: 50px;
}
body.home .content .btn-box .pager li &gt; a:hover {
    /*color: #00b4d1 !important;
      border: 1px solid #f29001!important;
    */
    background-color: #f29001;
    background-position: -100% 100%;
}
body.home .content .btn-box .pager li::after{
    background: url(../images/all/icon_btn.png) no-repeat;
    content:"";
    width:40px;
    height:40px;
    position:absolute;
    top:-30px;
    right:50px;
}

/*首頁_產品*/
body.home .product_bg {
    display: block;
    clear: both;
    background-color: #fdf9ed;
    padding:40px 0;
}
body.home .product_box {
    display: block;
    position: relative;
    clear: both;
    margin:0 auto;
}



/*首頁-廣告*/
body.home .content .ad_bg {
    display: block;
    position: relative;
    clear: both;
    padding: 50px 0;
    text-align: center;
    background-color: #fdf9ed;
}
body.home .content .ad_bg .ad_box {
    display: block;
    margin: 0 auto;
}
body.home .content .ad_bg .ad_box img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #919191;
    margin: 0 auto;
}
body.home .content .ad_bg .ad_box .item {
    background: none !important;
}
body.home .content .ad_bg .ad_box img.img_big {
    display: inline-block;
}
body.home .content .ad_bg .ad_box img.img_small {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}

.slick .slick-dots button {
    background-color: rgba(255,255,255,0);
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #171215;
}
.slick .slick-dots .slick-active button {
    background: #171215;
}
.slick.list {
    display:block;
    position:relative;
    margin:20px 0 0 0;
}
body.home .wid-home-pages .list_item &gt; a {
    display: block;
    color: var(--font_color);
    margin: 0 10px;
}
body.home .wid-home-pages .list_item &gt; a .pic {
    position: relative;
    /*max-width: 230px;*/
    margin: 58px 0 0;
}

body.home .wid-home-pages .list_item .pic::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 309px;
    left: 0;
    right: 0;
    top: -52px;
    margin: 0 auto 0 -8px;
    background: url(../images/all/recommend_picbg.png) no-repeat center top;
    z-index: -1;
}
body.home .wid-home-pages .list_item &gt; a img {
    transition: 0.3s;
     border-radius: 10px;
     border:2px solid #feb926;
}

body.home .wid-home-pages .list_item &gt; a {
    display: block;
    color: var(--font_color);
    margin: 0 15px;
}
body.home .wid-home-pages .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
body.home .wid-home-pages .slick .slick-prev, 
body.home .wid-home-pages .slick .slick-next {
    display:none !important;
}
body.home .wid-home-pages .slick-dots {
    display: block;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}



/*首頁-news*/
body.home .news_bg {
    display: block;
    position: relative;
    clear: both;
    margin: 60px 0 10px;
}
body.home .content .news_bg .wid-home-news &gt; .m_title02::after {
    background: url(../images/all/title_bg.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0px;
    left:-6px;
    top: 10px;
    margin:0 auto;
    width: 175px;
    height: 56px;
    z-index: -1;
}
body.home .content .news_bg .wid-home-news .list {
    display: block;
    position: relative;
    margin: 50px 0;
}
body.home .content .wid-home-news .list_item a .date {
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #231815;
    display: block;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'Ubuntu';
    font-weight:600;
}
body.news .content .news-list a.item .info .title,
body.home .content .wid-home-news .list_item a .title {
    font-size: 15px;
    line-height: 24px;
    color: #231815;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans TC';
    font-weight:100;
	padding-bottom: 10px;
}
body.home .content .wid-home-news .list_item {
    position: relative;
    margin: 10px;
}
body.home .content .wid-home-news .list_item a.pic{
    margin: 0px 20px;
    display: block;
}
body.home .content .wid-home-news .list_item a.pic img {
    border: 2px solid #333;
    border-width: initial !important;
    border-radius: 10px;
}
body.home .content .wid-home-news .list_item a.pic::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -68px;
    background: url(../images/all/news_picbg.png) no-repeat center top;
    z-index: -1;
    background-size:100%;
}
body.home .content .wid-home-news .list_item a.info {
    border: 2px solid #333;
    position:relative;
    background:#fadb7e;
    color:#000;
    display:block;
    border-radius: 10px;
    margin: 20px 0 10px;
    padding:0 10px;
}
body.home .content .wid-home-news .list_item a:hover.info {
    background:#feb926;
}
body.home .content .wid-home-news .list_item a.info::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 36px;
    left: -25px;
    top: -20px;
    background: url(../images/all/icon_paw.png) no-repeat center top;
}
body.home .content .wid-home-news .list_item a.info::after{
    content: "";
    position: absolute;
    width: 63px;
    height: 45px;
    right: -25px;
    top: -20px;
    background: url(../images/all/icon_paw.png) no-repeat center top;
}

/*首頁-3服務*/
body.home .service_icon {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: wrap;
    border: 6px solid #ffc4c4;
    border-radius: 20px;
    padding:20px;
    margin:10px 0 0;
}
body.home .service_icon .R_word{
    display:inline-block;
    text-align:left;
    letter-spacing:0.1em;
}
.L_icon {
    display:inline-block;
    padding:0 10px 0;
}
body.home .service_icon .R_word .R_title{
    font-size:24px;
    display:block;
    line-height:40px;
    color:#333;
    font-family:'Noto Sans TC';
    font-weight:400;
}
body.home .service_icon .R_word .R_main {
    font-size: 15px;
    display: block;
    line-height: 30px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}
.red_bigword {
    font-size: 18px;
    color: #c44646;
    font-family:'Noto Sans TC';
}
.number_word {
    font-family:'Lato';
}

.red_word {
    color: #ff0000;
}


/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content &gt; .h1 {
    text-align: center;
    color: #fff;
    background: #00b4d1;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 24px;
    border-radius: 99px;
}

.content .album-list a {
    margin: 20px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .album-list a:hover {
    opacity: 0.7;
}

.content .album-list a img {
    width: 100%;
}

.content .album-list a .h4 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.content .album-list a .pic {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a,
.pic-gallery .pic-pager .jcarousel-control,
.pic-gallery .slick-prev, 
.pic-gallery .slick-next{
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    /*overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;*/
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev,
.pic-gallery .slick-prev{
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next,
.pic-gallery .slick-next{
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev,
.pic-gallery .pic-pager .slick-prev{
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next,
.pic-gallery .pic-pager .slick-next{
    background-position: -120px 0;
    right: -40px;
}

.pic-gallery .slick-prev:before, 
.pic-gallery .slick-next:before{
    display:none;
}
.pic-gallery .pic-pager .jcarousel div a.slick-current {
    opacity: 1;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content &gt; .h1,
body.sign .content &gt; .h1{
    position: relative;
    color: #333;
    font-size: 20px;
    /*border: 1px solid #666;*/
    padding: 10px 0px;
    line-height: 36px;
    letter-spacing: 0.07em;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content &gt; .h1 small {
    position: static;
    display: block;
    left: 15px;
    top: 10px;
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #f29001;
}
body.news .content .news_son_t,
body.sign .content .news_son_t{
	background-color:#f2972c;
	color:#fff;
	border-radius:10px;
	text-align:center;
	border-top: solid 5px #333;
}


/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #36B9C0;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 16px;
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel &gt; .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel &gt; .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top: none;
    position: relative;
    padding-left: 48px;
    border-bottom: 1px dotted #ccc;
    color: #888;
    line-height: 30px;
}

.btnbox-ask {
    text-align: right;
}

/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
    text-align: center;
    color: #848275;
}

.content .list-mode label {
    display: none;
}

.content .list-mode .btn-group {
    display: inline-block;
}

.content .list-mode .btn-group .btn-mode {
    color: #ffd24a;
    background: none;
    border: none;
    padding: 5px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
}

.content .list-mode .btn-group .btn-mode.active {
    color: #000;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #999;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    transition: 0.3s all ease;
    background: #fff;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    position: relative;
    min-height: 260px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 30px;
}

body.product .content .product-list .item:hover {
    border-color: #fadb7e;
}

body.product .content .product-list.mode1 .item.i1 &gt; a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 &gt; a ul {
    height: 40px;
}

body.product .content .product-list.mode1 .item.i3 &gt; a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 &gt; a ul {
    height: 80px;
}

body.product .content .product-list .item &gt; a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.product .content .product-list a {
    display: block;
}

/*body.product .content .product-list a .pic {
    overflow: hidden;
    background: #fff;
    padding: 5px;
	transition: 0.3s;
    border-radius: 10px;
    border: 2px solid #feb926;
}*/

body.product .content .product-list a .pic img {
    width: 100%;
    transition: 0.3s all ease;
    /*border-radius: 10px;*/
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.7;
}

body.product .content .product-list a .info {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

body.product .content .product-list a .h4 {
	font-size: 16px;
    color: #747474;
    line-height: 20px;
    font-family: 'Noto Sans TC';
    padding: 15px;
    margin: 0;
	text-align:left;
	font-weight:300;
	/* overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; */
    max-width: 250px;	
}

body.product .content .product-list ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
	padding-bottom: 10px;
	/* display:none; */
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #000 url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .quick-buy .btn:hover {
    background-color: #da4547;
    color:#fff;
}

body.product .content .product-list.mode1 .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}

body.product .content .product-list.mode1 .quick-buy ul,
body.product .content .product-list.mode1 .quick-buy ul li {
    display: inline-block;
    vertical-align: top;
}

body.product .content .product-list.mode1 .quick-buy .form-control.qty {
    width: 30%;
    vertical-align: middle;
}

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 &gt; div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

body.product .content .product-list.mode2 .item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

body.product .content .product-list.mode2 .item .pic {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    padding: 5px;
}

body.product .content .product-list.mode2 .item &gt; a {
    padding: 10px;
    width: 70%;
    float: left;
}

body.product .content .product-list.mode2 .item .info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

body.product .content .product-list.mode2 .item .info .h4 {
    margin-bottom: 10px;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul {
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul li {
}

body.product .content .product-list.mode2 .item .info p {
    margin: 5px 0 0;
    clear: both;
    color: #888;
    font-size: 14px;
    line-height: 1.4;
}

body.product .content .product-list.mode2 .item .quick-buy {
    width: 16%;
    float: left;
    padding: 20px 0 15px;
}

body.product .content .product-list.mode2 .item .quick-buy .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

body.product .content .product-list.mode2 .item .quick-buy .btn {
    right: 10px;
    bottom: 50%;
    margin-right: 0;
    margin-bottom: -37px;
}

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;
}
body.product.show .content .quick-buy .btn.goshop{
    background:#3da72a;
}
body.product.show .content .quick-buy .btn.goshop:hover{
    background:#1b7277;
}
body.product .content .goshop .icon-addcart{
    background-image: url('../images/all/icon_cart2.png');
}
body.product.show .content .quick-buy .btn {
    padding: 3px 10px;
}
body.product.show .content .icon-addcart {
    margin-right: 5px;
}


body.product.show .info .info_box {
    background: #f3f3f3;
    margin-bottom: 10px;
}
body.product.show .info .info_box .h6{
    font-size: 15px;
    margin:0;
    padding: 10px 10px;
    background: #dedede;
}
body.product.show .info .info_box .info_txt{
    padding:10px;
}
body.product.show .info .info_box ul {
    list-style: none;
}



body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #ccc;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

/*-- for show2 product pic --*/
body.product.show .content .product-pic .big-pic a {
    cursor: zoom-in;
}

body.product.show .content .product-pic .small-pic {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

body.product.show .content .product-pic .small-pic img {
    margin: 0 3px;
    outline: none;
    cursor: pointer;
}

body.product.show .content .product-pic .small-pic .slick-arrow {
    min-width: 20px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
}

body.product.show .content .product-pic .small-pic .slick-prev {
    background-position: center top;
}

body.product.show .content .product-pic .small-pic .slick-next {
    background-position: center bottom;
}
/*-- END for show2 product pic --*/


body.product.show .content .info .h1 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 30px;
    color: #111;
    padding-left: 5px;
    padding: 10px;
    border-radius: 20px;
    background-color:#fadb7e;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
    font-size:14px;
    line-height:24px;
    color:#666;
}

body.product.show .content .info .txt ul {
    margin-left: 0;
    padding-bottom: 5px;
}

body.product.show .content .info .txt ul li {
    background: url(../images/all/list_icon2.png) no-repeat 0 3px;
    padding-left: 22px;
}

body.product.show .content .quick-buy {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content &gt; .h3 {
    /*color: #8E8B77;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #ACE7EB;
    color: #36b9c0;*/
    font-size: 18px;
    margin: 10px 0 0;
    background: #eee;
    color: #da4547;
    padding: 10px 16px;
    border-radius: 0px;
}

body.product.show .content &gt; .h3 small {
    margin-left: 10px;
    color: #888;
}

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    background-image: none;
    width: auto;
    height: auto;
    line-height: 42px;
    font-size: 18px;
    border-radius: 10px;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    margin-bottom: 10px;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}

/*----------------------------------------- 會員專區 member --------------------------------------*/
body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #f7d6af;
    padding: 20px 10px;
    width: 116px;
    margin-bottom: 15px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    color: #c44646;
    transition: all 0.35s linear;
}

body.member .content .nav-func li a:hover {
    color: #333;
    border-color: #aaa;
    box-shadow: 3px 3px 0 0 #333;
    transition: all 0.35s linear;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #aaa;
}
body.activity.sign .content .form-group .checkbox a,
body.member.register .content .form-group .checkbox a {
    color: #f2972c;
	font-weight:600;
}

body.member.register .content .form-group .checkbox a:hover {
    text-decoration: underline;
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 0px 20px 10px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 0px;
}

body.member .content {
    padding-bottom: 20px;
}

/*新設定*/
body.member .member_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    display: block;
    letter-spacing: 0.08em;
    background-color: #fdeddb;
    padding: 5px 10px;
    border-radius: 6px;
    position: relative;
}
body.member .member_note {
    font-size: 13px;
    line-height: 24px;
    color: #b30f0f;
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 10px;
}
body.activity .member_note02,
body.member .member_note02 {
    font-size: 13px;
    line-height: 24px;
    color: #fb5b29;
    margin: 10px 0 0;
    display: block;
    position: relative;
}
body.member .member_note03 {
    display: block;
    position: relative;
    padding: 10px;
    background-color: #eee;
    border-radius: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    /*border:3px double #aaa;*/
}
body.member .member_note03.space{
    margin-top:10px;
}
body.member .member_note03 ul li{
    margin-left:25px;
}
body.member .form-inline {
    font-size:14px;
}
body.album.show .content .btn-box,
body.news.show .content .btn-box,
body.member .content .btn-box {
    text-align:center;
}
body.member .time_box {
    display:inline-block;
}
body.member .text-orange {
    color: #ff3c00;
}
body.member .text-blue {
    color: #0036ff;
}
.panel {
    box-shadow:none !important;
}
.form-inline .form-control.f2 {
    display: inline-block;
    width:80%;
    vertical-align: middle;
}
input[type="radio"] {
    margin: 8px 0 0;
}
input[type="checkbox"] {
    margin:5px 0;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top:0;
}
.form-control-static {
    padding-top:0;
}

/*黑名單列表*/
body.member .blacklist_bg {
    display: block;
    position: relative;
    clear: both;
}
.offset-top-20 {
    margin-top: 20px;
}
.inset-left-10 {
    padding-left: 10px;
}
.page .text-black {
    color: #000;
}
.page .text-middle {
    vertical-align: middle;
}
.student_title{
	font-size:24px;
	color:#ffa836;
	line-height:65px;
	display:block;
	background: url(../images/all/student_tbg.png) no-repeat left top;
	padding-left: 70px;
    padding-top: 10px;
	letter-spacing:0.07em;
}
.title_small{
	font-size:16px;
	color:#666;
}

/*查詢結果表格*/
.rwd-table {
	table-layout: fixed;
    /*border: 1px solid #000000;*/
	border-collapse: collapse;
    width: 100%;
}
.rwd-table th{
	padding: 10px;
	border-bottom:1px solid #000;
    vertical-align: middle;
	font-size: 14px;
}
.rwd-table td {
  	padding: 10px;
	font-size: 14px;
	color:#999;
}
.rwd-table tbody tr {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}
.table-custom.table-fixed th:nth-child(n+2), .table-custom.table-fixed td:nth-child(n+2) {
    padding-left: 0;
}
  
@media screen and (max-width: 600px) {
  .rwd-table tr {
    border: 1px solid #000000;
  }
  
  .rwd-table th {
      display: none;
  }
  
  .rwd-table td {
      display: block;
      border: none;
  }
  
  .rwd-table td:before {
      content: attr(data-th) " ";
      float: left;
      font-weight: bold;
	  color:#000;
	  padding-right:5px;
  }
}



/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}

/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: #111;
    font-size: 20px;
    margin: 20px auto 5px;
    position: relative;
    line-height:36px;
}

body.cart.p03 .content .sec .h3,
body.cart.help .content .sec .h3 {
    padding: 10px;
    border: 1px solid #ACE7EB;
}

body.cart.help .content .sec p {
    padding: 0 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.content .sec .h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    border-top: 1px solid #ACE7EB;
    line-height: 36px;
    font-weight: bold;
}

body.cart .content p {
    font-size: 14px;
}

body.cart .content p a {
    display: inline-block;
    color: #36B9C0;
}

body.cart .content p a:hover {
    color: #888;
}

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: #36b9c0;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    border: 1px solid #ACE7EB;
    padding: 0 5px;
}

body.cart .content .btn-list:hover {
    color: #888;
    border-color: #ccc;
}

body.cart .content .btn-list span {
    margin-right: 10px;
}

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

body.cart .lightbox-list .h4 {
    font-size: 18px;
    padding: 0 5px;
}

body.cart .lightbox-list .h4 small {
    display: inline-block;
}

body.cart .lightbox-list .glyphicon {
    margin-right: 5px;
}

body.cart .lightbox-list ul li {
    border-top: 1px solid #62544C;
}

body.cart .lightbox-list ul li a {
    color: #666;
    padding: 10px;
    display: block;
}

body.cart .lightbox-list ul li a:hover {
    background-color: #eee;
}


/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 350px;
}
body.contact .contact-box {
    display: block;
    clear: both;
    position: relative;
    /*padding-bottom:20px;
	text-align:center;*/
    background: url(../images/all/contact_infobg.png) no-repeat center;
    margin-bottom: 10px;
    padding: 80px 0px;
    text-align: center;
}
body.contact .contact-box ul li{
	display:block;
	color:#111;
    font-weight:600;
	font-size:16px;
	line-height:30px;
}
body.contact .infor_box {
    text-align: left;
    color: #000;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
body.contact .infor_box .infor_main{
    padding-left:10px;
}
body.contact .infor_box .infor_main .infor_title{
    font-size:24px;
    font-weight:600;
    letter-spacing:0.08em;
}
body.contact .infor_box .infor_main .infor_word {
    font-size:15px;
    line-height:30px;
    letter-spacing:0.05em;
}

/*關於我們*/
body.about .about_box{
	display:block;
	position:relative;
	clear:both;
}
body.about .about_title{
	padding:5px;
	font-size:18px;
	color:#fff;
	border-radius: 50px;
	line-height:30px;
	background-color:#00b4d1;
	display:block;
	width:120px;
	text-align:center;
}
body.about .a_mainbox{
	display:block;
	position:relative;
	margin:30px 0;
	padding-left:30px;
}
body.about .about_note{
	font-size:18px;
	color:#000;
	line-height:36px;
	padding:20px 0 10px 0;
	display:block;
	border-bottom:1px dashed #999;
	letter-spacing:0.05em;
}
body.about .about_word{
	color:#00b4d1;
	line-height:36px;
	font-weight:bold;
	font-size:18px;
	padding:10px 0;
}

body.about .about_main ul li{
	list-style:none;
	font-size:15px;
	color:#333;
	line-height:40px;
	letter-spacing:0.05em;
	background: url(../images/all/tick.png) no-repeat left 5px;
	padding-left:25px;
}
body.about .about_Rpic{
	text-align:center;
}



/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.side .wid .h3 .side-toggle {
    display: none;
}

/*.side1 .wid {
    max-width: 254px;
}*/

/* 搜尋產品 wid-search */
.wid-search {
    display:none;
}
.wid-search .h3 {
    color: #23989F;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.wid-search .h3 .txt-tw {
}

.wid-search .form-group {
    width: 100%;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}

/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
    list-style-type: none;
}

.wid-slideBanner ul li a {
    display: block;
}

.wid-slideBanner ul li a img {
    width: 100%;
}

.wid-slideBanner .jcarousel-control-prev,
.wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    background: url(../images/home/arrow.png) no-repeat;
    background-size: 100% auto;
    top: -39px;
}

.wid-slideBanner .jcarousel-control-prev {
    right: 16px;
}

.wid-slideBanner .jcarousel-control-next {
    right: 0;
    background-position: 0 -30px;
}

.form-group input[type=checkbox] + label {
    margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}
.navbar-nav .dropdown_submenu &gt; ul &gt; li &gt; ul &gt; li {
    list-style: none;
    text-align: center;
}

.navbar-nav .dropdown_submenu &gt; ul &gt; li &gt; ul &gt; li a {
    /*display: block;*/
    color:#000;
}
.navbar-nav .dropdown_submenu &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
    background-color:#fff !important;
    color:#000 !important;
    width: auto;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}
.navbar-nav .dropdown_submenu &gt; .dropdown-menu {
    left: -10px;
    /*margin-top: 0px;*/
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-width: 140px;
    padding: 0;
}
li.hover_r_sider.dropdown_submenu {
    position: relative;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu &gt; li {
    padding:0;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu li &gt; a {
    color: #333;
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0;
    transition: 0.3s all ease;
    line-height: 30px;
    margin: 5px 0;
    padding: 10px 0;
    background: none;
    border: none;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu li &gt; a:hover{
    color:#fff;
    background: none;
    background-color:#000;
}
ul.dropdown-menu li.hover_r_sider:last-child a,
.navbar-nav .dropdown-menu .dropdown-menu &gt; li:last-child a {
    border-bottom: none;
}


/*新設定*/
.navbar-nav .dropdown-menu.sub-menu {
    top: 5px;
    border-radius: 10px;
    border: 1px solid #dedddb;
}
.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;

}
.dropdown-menu &gt; li &gt; a {
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu a:hover {
    border-bottom: 1px solid #000;
}
.navbar-nav .dropdown-menu.dropdown-menu1 .dropdown-width {
    /* width: 1000px; */
    margin: 0 auto;
    padding: 0px;
}
ul.dropdown-menu li.hover_r_sider a {
    border-bottom: 1px solid #000;
}
.navbar-nav .dropdown_submenu .txt.dropdown-menu {
    left: 30%;
    margin-top: -15px;
    padding: 10px 15px;
    /*width: 66%;*/
}
.dropdown-width .item {
    /*text-align:center;*/
}
.dropdown-width .item ul li {
    display: inline-block;
    font-size: 14px;
}
.dropdown-width .item ul li &gt; a:hover{
    color:#f94d1c;
    background:none;
}

.navbar-nav .minwidth {
    display: inline-block;
    padding: 0;
    width: 180px;
}

.navbar-nav .dropdown_submenu {
    /*position: relative;*/
}
.navbar-nav .dropdown_submenu.yamm-content {
    position: static;
    padding: 0;
}
.yamm-content.open {
    
}
.yamm-content.open &gt; a {
    /*color:#fff !important;*/
}

/* 控制不要有下拉的三角形
.navbar-nav .dropdown_submenu:nth-child(3) .caret,
.navbar-nav .dropdown_submenu:nth-child(4) .caret,
.sub-nav .dropdown_submenu .caret {
    display: none;
}*/

.menu_link {
    margin: 10px 0px;
}

.header .navbar-nav .dropdown-menu.dropdown-menu1 .dropdown-width &gt; ul li.menu_link &gt; ul.nav &gt; li &gt; a {
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header .navbar-nav .dropdown-menu.dropdown-menu1 .dropdown-width &gt; ul li.menu_link &gt; ul.nav &gt; li &gt; a:hover {
    color: #4f256f;
}

.navbar-nav .dropdown-menu.dropdown-menu1 .dropdown-width {
    /*width: 1000px;*/
    margin: 0 auto;
    padding: 0px;
}

.navbar-nav .dropdown-menu.dropdown-menu1,
.navbar-nav .dropdown-menu.dropdown-menu3 {
    border-radius: 7px;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    top: inherit;
	box-shadow: 0 0 10px 0 #919191;
}
.navbar-nav .dropdown-menu.dropdown-menu3 li{
    display:block;
}
.navbar-nav .dropdown-menu.dropdown-menu1 li a,
.navbar-nav .dropdown-menu.dropdown-menu3 li a{
    font-size:14px;
    color:#2d3e50;
    border:none;
}
.navbar-nav .dropdown-menu.dropdown-menu1 li a:hover,
.navbar-nav .dropdown-menu.dropdown-menu3 li a:hover{
    color:#000;
    top:0;
    text-decoration: underline;

}

.yamm-content h5 {
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.yamm-content h5 a {
    color: #6f3581;
}

.yamm-content h5, .menu_link .link {
    color: #6f3581;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 65px 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #6f3581;
    position: relative;
}

.yamm-content h5:after,
.menu_link .link:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/all/arrow02.png)no-repeat;
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 9px;
}
.yamm-content h5:hover:after,
.menu_link .link:hover:after {
    animation: scroll 2s linear infinite;
}
@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu &gt; ul &gt; li &gt; ul &gt; li {
        /* margin-left: 15px; */
    }

    /*.dropdown_submenu .dropdown_submenu &gt; a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }*/
}
/*------------------------subNav  dropdownMenu --------------------*/
</pre></body></html>