﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
body {
    color: #333;
    font-family: '微軟正黑體';
    /*font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;*/
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.t-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.4em;
    height: 1.4em;
}
.clamp-1 {
    -webkit-line-clamp: 1;
    height: 1.4em;
}
.clamp-2 {
    -webkit-line-clamp: 2;
    height: 2.8em;
}
.clamp-3 {
    -webkit-line-clamp: 3;
    height: 4.2em;
}
.clamp-4 {
    -webkit-line-clamp: 4;
    height: 5.6em;
}
.clamp-5 {
    -webkit-line-clamp: 5;
    height: 7em;
}
.clamp-6 {
    -webkit-line-clamp: 6;
    height: 8.4em;
}
.red {
    color: #d00;
}
a {
    color: #666;
}

a:hover {
    color: #2d3e50;
}
.banner .container-fluid {
    padding:0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
label{
	margin-bottom:0;
}
.list-inline {
    margin-left:0;
}
.btn-primary {
    background-color: #1b64d7;
    color: #fff;
    border: 1px solid #1b64d7;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 6px 25px;
    border-radius: 8px;
    transition: all 0.35s linear;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #C00;
    color: #fff;
    border: 1px solid #C00;
    transition: all 0.35s linear;
}

.btn-default {
    /*border: 1px solid #DFDFDF;
    color: #888;*/
	font-size: 15px;
	margin-bottom:10px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    /*background-color: transparent;*/
    background-color: #e4007f;
    color: #fff;
}

.thumbnail .btn-primary {
    transform-origin: center;
    transform: scale(.65);
}
/** 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 > .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*floating設定*/

#floating,
#floating.fixed {
    font-family: "微軟正黑體", "Microsoft JhengHei";
    letter-spacing: 1px;

    position: fixed;
    right: 20px;
	top:auto;
    transform: translateY(-50%);
    margin-right: 0;
	transition: .5s;
    bottom: 50px;
}
#floating .btn-floating {
    background-color: #000;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -29px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
	transition: .5s;
}

#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 {
    /*background: #fff;
    background: rgba(255, 255, 255, 0.9);*/
    margin: 0;
}

#floating ul li {
    padding: 0;
}

#floating ul li+li {
    margin-top: 5px;
}

    #floating ul li a {
        width: 50px;
        height: 50px;
        font-size: 10px;
        color: #888;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 3px;
        background-color: rgba(0,0,0,0);
        border: solid 1px #888;
    }
#floating ul li.line a{
    background-position: 0 0;
}
#floating ul li.fb a{
    background-position: 0 -82px;
}
#floating ul li.youtube a{
    background-position: 0 -165px;
}
#floating ul li.student a{
    background-position: 0 -250px;
}
#floating ul li.reservation a{
    background-position: 0 -334px;
}
#floating ul li.top a{
    background-position: 0 -60px;
}
#floating ul li.contact{
    padding-top:150px;
}
#floating ul li.contact a{
    background: url(../images/all/floating_icon_contact.png) no-repeat;
    background-position: 0 0;
    width: 110px;
    height:110px;
}
#floating ul li a:hover {
    opacity:0.8;
    top:2px;
    position: relative;
}

#floating ul li a .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto 2px;
}

#floating ul li a:hover .icon {
    color: #1d2088;
}
#floating ul li a:hover {
    border-color: #1d2088;
}

#floating ul li a .num {
    min-width: 19px;
    height: 19px;
    background-color: #e4007f;
    font-size: 14px;
    color: #fff;
    display: block;
    border-radius: 20px;
    line-height: 19px;
    position: absolute;
    right: -8px;
    bottom: 0px;
}

#floating ul li a .txt-en {
    display: none;
}

#floating ul li.top a .icon {
    font-size: 20px;
    display: block;
    margin-bottom: -.1em;
}


.navbar .gotop a{
	background:url(../images/all/gotop.png) no-repeat;
	width:55px;
	height:55px;
	position:fixed;
	right:-55px;
	bottom:180px;
	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 > .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;*/
    width: 136px;
    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 > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}
.editor .s_pic img,
.storevue_bg .editor .col-md-6.col-sm-12 img{
	margin:0 auto !important; 
}
.ml_20 {
    padding-left: 20px;
}

/********************* 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-color: rgba(255,255,255,0.8);
    /*background: #fff;*/
    position: fixed;
    border-radius: 0px;
	z-index: 999;
	width: 100%;
	transition: all 0.5s;
}
.is_scroll .header .navbar {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 10px 0 #ccc;
    transition: all 0.1s linear;
}
.header .navbar.newtop {
    /*position: fixed;
	background-color: #000;*/
}
.header .navbar .navbar-brand {
    background: url(../images/all/logo.svg) no-repeat;
    background-size: contain;
    display: block;
    --height: 93px;
    width: calc(var(--height) * 1.763);
    height: var(--height);
    padding: 0;
    text-indent: -9999px;
    margin: 20px 8px 2px 20px;
    transition: all 0.5s;
    position: relative;
    z-index: 99;
}

.header .navbar .navbar-brand:hover {
    transition: all 0.5s;
    opacity:0.7;
}

.header .navbar .navbar-nav {
    float: right;
    margin-top: 50px;
    margin-bottom:0px;
    margin-right: 0px;
	margin-left:0px;
    background: none;
}

.header .navbar .navbar-nav li > a {
    color: #3c3c3b;
    font-size: 18px;
    background-color: inherit;
    transition: 0.3s all ease;
	padding:10px 0px;
    margin: 8px 20px;
    position: relative;
    line-height:36px;
    overflow: hidden;
    letter-spacing:0.1em;
    text-align:center;
	/*width:100px;*/
    /*text-transform:uppercase;
    background: url(../images/all/menu_hover.png) no-repeat 0 100px;
    border-bottom:8px solid transparent;*/
}
    .header .navbar .navbar-nav li > a .title-sub {
        display: none;
        visibility: hidden;
    }
.is_scroll .header .navbar .navbar-nav > li > a {
    padding:0;
}

/*.header .navbar .navbar-nav li.b > a*/
.header .navbar .navbar-nav li > a:hover {
    font-weight: bold;
    color: #e4007f;
    transition: all 0.5s ease;
    /*background-color:#bc1825;
    border-color:#fcc328;
    background: url(../images/all/menu_hover.png) no-repeat 0 -1px;*/
}

.header .navbar .navbar-nav li + li a {
}
.header .navbar .navbar-nav li:nth-child(8) a{
    color:#1346c5;
}
.header .navbar .navbar-nav li:nth-child(9) a{
    color:#e4007f;
}

.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;*/
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin-right: 50px;
}

.header .navbar .sub-nav li {
    padding: 0 3px;
    list-style:none;
}

.header .navbar .sub-nav li a {
    transition: all 0.3s ease;
    text-indent: 9999px;
    width: 34px;
    height: 34px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #1346c5;
}
.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 {
        -webkit-mask-image: url(../images/all/icon_facebook.svg);
        mask-image: url(../images/all/icon_facebook.svg);
        background-color: #3b5998;
    }
    .header .navbar .sub-nav li.icon_i a {
        -webkit-mask-image: url(../images/all/icon_i.png);
        mask-image: url(../images/all/icon_i.png);
    }
    .header .navbar .sub-nav li.icon_t a {
        -webkit-mask-image: url(../images/all/icon_t.png);
        mask-image: url(../images/all/icon_t.png);
    }
    .header .navbar .sub-nav li.icon_y a {
        -webkit-mask-image: url(../images/all/icon_youture.svg);
        mask-image: url(../images/all/icon_youture.svg);
        background-color: #c4302b;
    }
    .header .navbar .sub-nav li.icon_p a {
        -webkit-mask-image: url(../images/all/icon_p.png);
        mask-image: url(../images/all/icon_p.png);
    }
    .header .navbar .sub-nav li.icon_l a {
        -webkit-mask-image: url(../images/all/icon_line.svg);
        mask-image: url(../images/all/icon_line.svg);
        background-color: #03bd02;
    }
    .header .navbar .sub-nav li.icon_m a {
        -webkit-mask-image: url(../images/all/icon_mail.svg);
        mask-image: url(../images/all/icon_mail.svg);
        background-color: #666;
    }

.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;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 20px;
    */
    color: #1b64d7;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
	background:none;
}
body.lang_TW .header .navbar .btn-default{
	display:none
}
body.lang_US .header .navbar .btn-default {
    display: none
}

.glyphicon{
	top:3px;
}
.header .navbar .lang_box {
    position: relative;
    margin-top:10px;
}
.header .navbar .lang_box a::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    background: url(../images/all/icon_earth.svg) no-repeat left center;
    width: 34px;
    height: 34px;
    z-index: 1;
}
.header .navbar .lang {
    margin-right: 10px;
    /*position: absolute;
    right: 54px;
    top: 20px;*/
}
.header .navbar .lang .btn:hover{
    color:#e4007f;
}
.header .navbar .lang .dropdown-menu {
    border: none;
    min-width: auto;
    border-radius: 0px;
    position:relative;
    display:block;
    box-shadow:none;
    margin:0 0 0 5px;
	background:none;
}

.header .navbar .lang .dropdown-menu a {
    color: #1b64d7;
    font-size:16px;
    padding:1px 0;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #e4007f;
}

.header .nav_btn_group {
    position: fixed;
    right: 180px;
    top: 0px;
}
.btn .caret {
    display:none;
}


/*右上角搜尋*/
.nav_btn_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.hide {
    display: none !important;
}

.header .wid-search {
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 0;
    margin-left: 0;
}

.wid-search .h3 {
    display: none;
}

.wid-search .w2 .search {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #5a9f0f 43%, #5a9f0f 43%, #7cc61b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#5a9f0f 43%,#5a9f0f 43%,#7cc61b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#5a9f0f 43%,#5a9f0f 43%,#7cc61b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7cc61b',GradientType=0 ); /* IE6-9 */
    position: relative;
    width: 35px;
    height: 35px;
    padding: 0px;
    border-radius: 5px;
    border: solid 1px #5A9F0F;
    margin-left: 10px;
}
    .wid-search .w2 .search:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-mask: url(../images/all/icon_search.svg) no-repeat center;
        mask: url(../images/all/icon_search.svg) no-repeat center;
        -webkit-mask-size: 50%;
        mask-size: 50%;
        background-color: #fff;
    }

.wid-search .w2 {
    display: flex;
    align-items: center;
    margin: auto;
}

.header .wid-search .w2 .form-control {
    box-shadow: none;
    background: transparent;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.1em;
    color:#000 !important;
}

/*----------------------- Banner -----------------------*/
.banner {
    padding-bottom: 30px;
}
.banner .slick-prev,
.banner .slick-next {
    z-index: 999;
}
.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;
    margin-top:130px;
}

.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);
    bottom: 0;
    left: 0px;
    transform: translate(0, 0%) !important;
    /*background: url(../images/all/dot_left.png)no-repeat !important;*/
    width: 40px;
    height: 40px;
    z-index: 1;
}
.slick-next {
    top: calc(50% - 50px/2);
    display: inline-block !important;
    right: 0px;
    bottom: 0;
    transform: translate(0, 0%) !important;
    /*background: url(../images/all/dot_right.png)no-repeat !important;*/
    width: 40px;
    height: 40px;
    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;
}

.banner .slick-dots {
    z-index: 9999;
    bottom: -30px;
}
.banner .slick-dots li,
.banner .slick-dots li button {
    width: auto;
    height: auto;
}
.banner .slick-dots li button {
    padding: 0;
}
.banner .slick-dots li button:before {
    content: "";
   /* height: 8px;
    width: 70px;*/
    border-radius: 99em;
    /* background: #666; */
    /*border:1px solid #1b64d7;*/
    display: block;
    position: relative;
    transition: all .5s ease;
	opacity:1;
	color:none;
	height: 8px;
	width: 8px;
    border: solid 1px #666;
}
.banner .slick-dots li:hover button:before {
    background: #000;
}
.banner .slick-dots li.slick-active button:before {
    /*width: 70px;*/
    border-radius: 99em;
    background: #1b64d7;
	color:none;
	opacity:1;
}

.header_ex {
}

/********************* Footer *********************/
.footer {
   /*z-index:999;
   padding: 0 10%;
   text-align:right;
    background: #f2f2f2;
   text-align:center;*/
}
.footer .footer_infor{
	display:block;
	padding-top:20px;
}
.footer_top ul li:nth-child(2n) {
    display: none;
}

.footer_top ul li,
.footer_top ul li a {
    color: #000;
    padding: 10px;
}

.footer_top ul li a:hover {
    color: #36B9C0;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    /*background: url(../images/all/footer_bg.jpg) no-repeat top center;*/
    /*background: linear-gradient(#1994b2,#07abc8);*/
    background:#ddd;
    position: relative;
    display: block;
    padding:40px 0;
}

.footer .copyright {
    color: #333;
    display: block;
    letter-spacing: 0.05em;
    margin-top: 10px;
    font-weight:300;
}

.footer .siteinfo {
    margin:0;
}
.footer .siteinfo img {
    width: 45px;
}
.footer .siteinfo ul > li {
    display: block;
    line-height: 30px;
    padding: 0 20px 0 0;
    color:#000;
	font-size:16px;
}
.footer .siteinfo ul > li b {
    color: #1d2088;
}
.footer .siteinfo ul > li a {
    color:#000;
	font-size:16px;
    letter-spacing:0.1em;
}

.footer .siteinfo ul > li + li:before {
    /*color:#333;
    color: #9c9c9c;
     content: "|";
    */
}
.footer .siteinfo ul > li label {
    margin: 0;
    color: #333;
    font-weight:500;
}
.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 {
    color: #c6c4c4;
    font-size: 13px;
    line-height: 30px;
    padding-top: 0px;
    text-align: center;
    font-weight: 100;
    letter-spacing:0.05em;
}
.footer .powered a {
    color: #c6c4c4;
}
/*.footer 新設定*/
address {
    margin-bottom: 0px;
}
.pic-logo {
    display:block;
    margin:30px auto 15px;
}
.footer_logo {
    background: url(../images/all/footer_logo.svg) no-repeat;
    background-size:contain;
    --height: 70px;
    width: calc(var(--height) * 1.763);
    height: var(--height);
}
.footer_content .container .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.footer .icon_box {
    display: block;
    margin-top: 10px;
    position:relative;
}
    .footer .icon_box .icon_f a {
        -webkit-mask-image: url(../images/all/icon_facebook.svg);
        mask-image: url(../images/all/icon_facebook.svg);
        background-color: #3b5998;
    }
    .footer .icon_box .icon_l a {
        -webkit-mask-image: url(../images/all/icon_line.svg);
        mask-image: url(../images/all/icon_line.svg);
        background-color: #03bd02;
    }
    .footer .icon_box .icon_y a {
        -webkit-mask-image: url(../images/all/icon_youture.svg);
        mask-image: url(../images/all/icon_youture.svg);
        background-color: #c4302b;
    }
.footer .icon_box ul li {
    padding:0;
    margin:5px 5px 0 0;
}
    .footer .icon_box ul li a {
        transition: all 0.3s ease;
        text-indent: 9999px;
        width: 34px;
        height: 34px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: #1346c5;
    }
.footer .icon_box ul li a:hover {
    position: relative;
    top: 2px;
    transition: all 0.3s ease;
}
.footer_notice {
    font-size: 16px;
    margin: 0 20px 0 55px;
    line-height:24px;
    letter-spacing:0.05em;
}
.sitemap {
    background: #efefef;
    display:block;
    text-align:center;
}
.sitemap ul li{
    margin: 0 10px;
}
.sitemap ul li a {
    color: #727171;
    padding: 10px;
    font-size: 18px;
}
.sitemap ul li a:hover{
    font-weight: bold;
    color:#1b64d7;
}
.left_icon {
    margin-right:30px;
    display:inline-block;
}
.flex_box .editor {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.qrcode_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.qrcode_pic {
    display: inline-block;
    padding: 0 10px;
    max-width: 50%;
}
.fot_left {
    padding: 0 30px 0 0;
    position: relative;
}
.fot_left::after{
    content:'';
    background:#b5b5b6;
    width:1px;
    height:220px;
    position:absolute;
    right:-10px;
    top:-15px;
}
.left_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    flex: 0 0 auto;
    width: auto;
}

.flex_box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    
}
/********************* 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: 100;
    
}
.side {
    /*border: 1px solid #000;
    border-left:5px solid #292929;*/
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;

}

.side .h3 {
    background: #f5a405; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5a405 0%, #ed7500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5a405 0%,#ed7500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5a405 0%,#ed7500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a405', endColorstr='#ed7500',GradientType=0 ); /* IE6-9 */

    line-height: 1.4em;
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
}
.side .h3 .txt-en {
    color: #1d2088;
    font-size: 0.8em;
    font-family: 'Roboto';
    font-weight: bolder;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.07em;	
    padding-left: .4em;
}
.side .h3 .txt-tw {
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.1em;
    /* background: url(../images/all/icon_title.jpg) no-repeat left center;
    padding: 0 0 0 35px; */
}
.side .nav > li + li {
    /*border-top: 1px solid #ccc;*/
}
.side .nav {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #efefef;
}
.side .nav li a {
    display: block;
    line-height: 1.4em;
    font-size: 18px;
    padding: 5px 15px 5px 39px;
    transition: 0.3s all ease;
}
.side .nav > li > a {
    color: #1d2088;
    background: url(../images/all/list_icon1.svg) no-repeat 10px center;
    background-size: 20px;
}
.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav li a.active {
    color: #d00;
}
.side .nav > li a.activebox {
    color:#d00;
}

.side .nav > li > ul {
    list-style-type: none;
    background: #efefef;
}

.side .nav > li > ul > li {
    border-bottom:1px solid #ccc;
}

.side .nav > li > ul > li > a {
	color:#333;
    background: url(../images/all/list_icon2.svg) no-repeat 25px center;
}
.side .nav > li > ul > li > a:hover {
    color:#fff;
    background:#1b64d7 url(../images/all/list_icon2_hover.svg) no-repeat 25px center;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
	margin-bottom:15px;
}

.side .nav > li > ul > li > ul > li {
}

.side .nav > li > ul > li > ul > li > a {
    background: url(../images/all/list_icon3.png) no-repeat 25px center;
    padding: 10px 10px 10px 45px;
    font-size:16px;
    display:block;
}
.side .nav > li > ul > li > ul > li > a:hover{
    color:#1b64d7;
    background: url(../images/all/list_icon3.png) no-repeat 25px center;
}

.icon_plus {
    float: right;
    display: inline-block;
    color: #1d2088;
    transition: 0.3s all ease;
    font-size:19px;
}
.side .nav > li a:hover .icon_plus {
    opacity: 0;
    transition: 0.3s all ease;
}
/*----------------------- Content -----------------------*/
.main_content {
    min-height: 300px;
	padding:50px 0;
}

body.home .main_content {
    min-height: 500px;
    padding:50px 0 30px;
}

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: -40px;
}

.breadcrumb > li + li:before {
    content: "＞";
}

.content .breadcrumb .txt-en {
    display: none;
}
.content .t2 {
	display:block;
	margin-top:20px !important;
}
.content > .h2 {
    color: #1d2088;
    font-size: 28px;
    border-bottom: 3px double #1d2088;
    padding: 5px 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0.2em;
    position: relative;
}


.content > .h2 .txt-tw {
    /*color: #979797;
    font-size: 18px;
    margin-left: 10px;*/
}

body:not(.home) .content > .h2 .txt-en {
    display:none;
}

.content .content-banner {
    margin-bottom: 20px;
}

.content .txt {
    padding:0 10px 20px 0;
    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;
    /*border-bottom: 1px solid #eee;*/
    margin:8px 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: 36px;
	font-size:16px;
    color:#333;
    /*padding:5px 0;*/
    letter-spacing:0.05em;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #e4007f;
}

.content .list-box .txt-list li span {
    position: relative;
    font-size: 13px;
    color: #919191;
    font-family: 'Lato';
    display: inline-block;
    padding-right: 10px;
    border-radius:0px;
    float:left;
}

.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 {
    padding: 0 15px;
}

.content .works-box .slick .list_item .pic {
    border: 1px solid #eee;
    padding: 0px;
    display: block;
}

.content .works-box .slick .list_item:hover .pic {
    border-color: #4ea220;
}

.content .works-box .slick .list_item .info {
    display: block;
}

.content .works-box .slick .list_item .info .title {
    margin: 10px auto;
    font-size:16px;
    color:#333;
    font-family:'Noto Sans TC';
    letter-spacing:0.07em;
}

.content .works-box .slick .slick-arrow {
    width: 50px;
    height: 100px;
    background: url(../images/all/slide_arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 125px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -50px;
}

.content .works-box .slick .slick-next {
    background-position: -50px 0;
    right: -50px;
}

.content .works-box .slick .slick-dots {
    display:none;
    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 {
    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;
}
body.news .content .btn-box {
    text-align:left;
}
.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;
}
body.order.show .content .btn-box .pager{
	float:none !important;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    /*background: #0951a3;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 25px 7px;
	font-size:17px;
    transition: 0.3s all ease;
	text-transform:uppercase;*/
	padding:8Px 28px;
	color:#666;
    border-radius:6px;
    background-color: #fff;
    background-repeat: repeat;
    border: 1px solid #ddd;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #1d2088 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;
}

.content .btn-box .pager li > a:hover {
    background-color: #1d2088;
    background-position: -100% 100%;
	border-color:#1d2088;
    color:#fff;
}

.content .btn-box .pager li > 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 > thead > tr > th {
    /*border-bottom: 1px solid #fff;*/
    border:1px solid #fff;
    color: #fff;
	background:#1b64d7;
    text-align: center;
	font-size:15px;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border:1px solid #ccc;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #e4007f;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
	background:#e4007f;
}

.content .table.table-stack > tbody > tr > 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: 16px;
    padding-top: 6px;
    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 --------------------------------------*/
body.home .content .h2 {
    padding: 0px;
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    margin: 0 auto 70px;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size:24px;
    font-family: 'Noto Sans TC';
}
.wid {
    margin-bottom: 0px !important;
}
body.home .content .wid-home-news {
    margin: 0 30px;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: 20px;
}

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;
    margin-bottom: 20px;
}
body.home .product_box{
	display:block;
	clear:both;
}

/*新設定*/
body.home .content .btn-box {
    padding: 0;
    margin: 0 auto;
    clear: both;
    text-align: center;
    border:none;
}
body.home .content .btn-box .pager {
    float: none;
    text-align: center;
    margin-top: 30px;
}
body.home .content .btn-box .pager li > a {
    color: #333;
    background-color: #fff;
    border: 5px solid #efefef;
    border-radius: 50em;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 10px 60px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #4ea220 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;
}
body.home .content .btn-box .pager li > a:hover {
    color: #fff !important;
    background-color: #4ea220;
    border: 5px solid #d4e1ba;
    background-position: -100% 100%;
}
.red_word {
    color:#ff0000;
}
.more_btn {
    width: 120px;
    text-align: center;
    border-radius: 30px;
    background: #333;
    line-height: 36px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 17px;
    padding-left: 18px;
    font-family: 'Times New Roman';
    letter-spacing: 0.05em;
    margin-top: 30px;
    transition: all 0.3s ease;
}
a:hover.more_btn {
    color: #fff;
    background: #0f753c;
    transition: all 0.3s ease;
}
/*產品左選項*/
body.home .side {
    position:relative;
    display:block;
}
body.home .side .title_box{
    position:relative;
    display:block;
    clear:both;
    margin-top:40px;
}
body.home .side .title_box .title_tw{
    font-size:24px;
    color:#777;
    line-height:24px;
    letter-spacing:0.1em;
    background: url(../images/all/icon_title.jpg) no-repeat left center;
    padding:0 0 0 35px;
}
body.home .side .title_box .title_en{
    color:#1d2088;
    font-size:55px;
    font-family:'Roboto';
    font-weight:bolder;
    text-transform:uppercase;
    display:block;
    margin:20px 0 30px;
    line-height:55px;
    letter-spacing:0.07em;
}


/*首頁-產品列表*/
.product-list .row{
	margin-right:35px;
}
.product-list .list_item .pic {
    position: relative;
    overflow: hidden;
}
.product-list .list_item .pic .hov_bg,
body.product .product-list .item .hov_bg  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    opacity: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    transition: all ease .5s;
    text-align: center;
    overflow: hidden;
}
.product-list .list_item a:hover .hov_bg,
body.product .product-list .item a:hover .hov_bg {
    opacity: 1;
}
.product-list .list_item .pic .hov_bg img,
body.product .product-list .item .hov_bg  {
    width: 100%;
    display:block;
}
.product-list .list_item .info {
    display:block;
    padding:5px 0;
    position:relative;
}
.product-list .list_item .info .p_type{
    display:block;
    font-size:16px;
    line-height:18px;
    color:#1b64d7;
    letter-spacing:0.05em;
    font-weight: bolder;
}
.p_type_red {
    color:#ff0000;
}
.product-list .list_item .info .title {
    color: #000;
    font-size: 18px;
    line-height:30px;
    display: block;
    border-bottom: 1px solid #868686;
    /* padding: 0 0 12px 0;
    margin-bottom: 10px; */
    letter-spacing: 0.05em;
    font-weight:bold;
    max-width: 250px;
    padding: 0 0 4px 0;
    margin-bottom: 4px;
}

.product-list .ask-panel {
    bottom: 0;
    margin: 8px 0 20px;
}


.product-list .list_item a:hover .info .title {
    color: #1d2088;
}
.product-list .list_item .info .desc,
body.product .product-list .item .desc {
    font-size: 15px;
    line-height: 30px;
    color: #888;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    letter-spacing: 0.05em;
    /* min-height: 60px; */
}
/*page設定*/
.page-box {
    display: block;
    margin: 38px 0 20px;
    position: relative;
    clear: both;
}

.price_box  {
    text-align: center;
    margin: 26px 0 0;
    margin-right: 55px;
}

.price_box .btn {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_right.svg')no-repeat #FFB366;
    background-position: 12px;
    background-size: 12%;
    display: inline-block;
    border-radius: 26px;
    text-align: center;
    padding: 4px 15px 4px 40px;
    color: #0000ff;
    font-size: 16px;
    font-weight: bold;
}

.price_box .btn:hover {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_right.svg')no-repeat #ee82ee;
    background-position: 12px;
    background-size: 12%;
    transition: .5s;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.page-box.text-center ul li {
    margin: 0 5px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 1px solid #cecece;
    border-radius: 6px;
    text-transform: uppercase;
}
.pagination > li {
    color: #231815;
    font-size: 18px;
    line-height: 40px;
}
.pagination > li > a {
    color: #231815;
    padding: 8px 15px;
    font-size: 18px;
    border-color: #999;
    border-radius: 6px;
}
.pagination > li > a:hover,
.page-item.active .page-link {
    background-color: #1d2088 !important;
    border-color: #1d2088 !important;
    color: #fff;
}
.pagination > li > a:hover img{
    opacity:0;
    transition: all ease .5s;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.pagination .form-control {
    height: 40px;
    margin: 0;
}

/*手機版主選單LOGO*/
.header .navbar .mobile-brand {
    background: url(../images/all/logo.jpg) no-repeat;
    background-size: contain !important;
    display: none;
    width: 160px;
    height: 60px;
    padding: 0;
    text-indent: -9999px;
    margin: 0 auto 10px 0;
}


/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > .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 > .h1,
body.member.show .content > .h1 {
    position: relative;
    color: #0a3193;
    font-size: 18px;
    border: 3px double #eee;
    padding: 10px 15px;
    line-height: 36px;
    letter-spacing: 0.07em;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > .h1 small,
body.member.show .content > .h1 small {
    position: static;
    display: block;
    line-height: 30px;
    position: relative;
    font-size: 13px;
    color: #919191;
    font-family: 'Lato';
    padding-right: 10px;
}
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 > .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel > .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel > .panel-heading + .panel-collapse > .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: #f5b8da;
    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: #1d2088;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #000;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    position: relative;
    transition: 0.3s all ease;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 20px;
    display: block;
    padding: 20px 20px 0 20px;
    /*border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 #eee;*/
    background: #fff;
    margin: 10px;
    z-index: 10;
	border-radius: 0px;
}

body.product .content .product-list .item:hover {
    border-color: #d4e1ba;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height: 40px;
}

body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body.product .content .product-list a {
    display: block;
}

body.product .content .product-list a .pic {
    overflow: hidden;
    /*background: #fff;
    padding: 5px;
	border:1px solid #ccc;*/
}

body.product .content .product-list a .pic img {
    width: 100%;
    transition: 0.3s all ease;
}

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;
}

body.product .content .product-list a .h4 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
body.product .content .product-list .item .p_type {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #1b64d7;
    letter-spacing: 0.05em;
}

body.product .content .product-list ul,
body.home .ask-panel ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: flex;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #1d2088 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: #000;
}

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 > 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 > 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;



    background-color: #35d2ce;
    border-radius: 26px;
    text-align: center;
    padding: 4px 6px;
}
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-weight: bolder;
    font-size: 15px;
    margin:0;
    padding: 10px 10px;
    background: rgb(204, 255, 187);
}
body.product.show .info .info_box .info_txt{
    padding:10px;
}



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 0;
    font-size: 16px;
	line-height:36px;
	color:#fff;
    font-weight:500;
	padding-left:10px;
	background-color:#1b64d7;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
}

body.product.show .content .info .txt ul {
    margin-left: 0;
}

body.product.show .content .info .txt ul li {
    /*background: url(../images/all/list_icon.png) no-repeat 0 3px;*/
    padding-left: 0px;
    font-size: 16px;
    line-height:30px;
    color: #333;
}
body.product.show .content .info .txt ul li.p_type {
    color: #000;
}
body.product.show .content .info .txt ul li.title {
    color: #0542a3;
}

body.product.show .content .quick-buy {
    /*border-top: 1px solid #bdbdbd;*/
    padding-top: 30px;
    margin-bottom: 10px;
}

body.product.show .content > .h3 {
    background-color: rgb(204, 255, 187);
    color: #000;
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 6px;
    /*border: 1px solid #e1e9f2;
    margin:5px;*/
    margin-top: 0;
}

body.product.show .content > .h3 small {
    margin-left: 10px;
    color: #000;
}

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: 50%;
    height: auto;
    font-size: 16px;
}

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;
}
body.product.show .content .goto-pro {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
    body.product.show .content .goto-pro li {
        display: inline-block;
        position: relative;
    }
    body.product.show .content .goto-pro li + li:before {
        content: '';
        display: block;
        position: absolute;
        inset: 20% auto 20% 0;
        border-left: solid 1px #666;
    }
    body.product.show .content .goto-pro li a {
        padding: 3px 1em;
    }
    body.product.show .content .goto-pro li .icon {
        font-size: 1.2em;
        vertical-align: middle;
    }
/*----------------------------------------- 會員專區 member --------------------------------------*/

body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #fec7e6;
    padding: 20px 10px;
    width: 120px;
    margin-bottom: 15px;
    font-size: 16px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    color: #e4007f;
    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;
}


/*新設定*/
.form-control{
	height: 40px;
    margin: 0;
	font-size:16px;
}

/*查詢結果表格*/
.rwd-table {
	table-layout: fixed;
    /*border: 1px solid #000000;*/
	border-collapse: collapse;
    width: 100%;
}
.rwd-table th{
	padding: 5px;
	text-align:center;
	background:#0f753c;
	color:#fff;	
    vertical-align: middle;
	font-size: 15px;
	line-height:30px;
}
.rwd-table td {
  	padding: 5px;
	font-size: 15px;
	color:#000;
	text-align:center;
}
.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;
}

.nav-cart {
    position: relative;
    top: 4px;
    right: 50px;
}

.nav-cart li a span{
    min-width: 19px;
    height: 19px;
    background-color: #e4007f;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-align:center;
    margin-left: 5px;
}

.li-cart a span {
    min-width: 36px;
    height: 36px;
    background-color: #e4007f;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    border-radius: 20px;
}

.ask-panel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 10px;
}

body.product .content .product-list .shop_box a {
    display:inline;
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat 70px center;
    background-size: 22%;
}

body.lang_US.product .content .product-list .shop_box a  {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat 66px center;
    background-size: 22%; 
}

body.product .content .product-list .ask-panel {

}

body.product.p01 .shop_box,
body.home .shop_box,
body.product .shop_box
{
    background-color: #35d2ce;
    border-radius: 26px;
    text-align: center;
    padding: 4px 6px;
}

body.product .shop_box {
    padding: 0;
}

body.product .btnbox  {
    display: flex;
    justify-content: center;
}

body.product .btnbox .add_box {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

body.product .btnbox .add_box .btn {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat #35d2ce;
    background-position: 86px;
    background-size: 20%;
    display: inline-block;
    border-radius: 26px;
    text-align: center;
    padding: 7px 36px 7px 12px;
    color: #0000ff;
    font-size: 18px;
    font-weight: bold;
}

body.product .btnbox .add_box .btn:hover {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat #ee82ee;
    background-position: 86px;
    background-size: 20%;
    transition: .5s;
}

body.product.lang_US .btnbox .add_box .btn, body.product.lang_US .btnbox .add_box .btn:hover{
    background-position: 79px;
}

body.product.lang_US .price_box .btn,body.product.lang_US .price_box .btn:hover {
    background-size: 14%;
}

body.product .price_box .btn {
    background-size: 12%;
    font-size: 18px;
    padding: 7px 15px 7px 40px;
}

body.product.p01 .shop_box, body.home .shop_box .btn,body.product .shop_box {
    display: inline;
    padding: 8px 26px 8px 4px;
}
body.product.p01 .shop_box {
    padding: 4px 6px;
}

body.home .shop_box .btn ,
body.product .shop_box .btn {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat 70px center;
    background-size: 22%;
}

body.product .shop_box .btn {
   padding: 8px 26px 8px 4px; 
}

body.product.p01 .shop_box:hover {
    background-color: #EE82EE;
    transition: .5s;
}

body.product .shop_box .btn {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat 6px center;
    background-size: 25%;
    color: #fff;
}
body.product .content .icon-addcart {
    display: none;
}

body.home.lang_US .shop_box .btn {
    background: url('/Templates/C111064EZW/images/all/circle_arrow_top.svg')no-repeat 62px center;
    background-size: 22%;
}

body.home .shop_box:hover{
    background-color: #ee82ee;
    transition: .5s;
}

body.product .price_box {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0;
}

body.product.p01 .ask,
body.home .ask {
    color: #0000ff;
    font-size:16px;
    font-weight: bold;
}

body.member.lang_US .content .nav-func li a {
    width: 150px;
}

.pl-0 {
    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;
  }
}


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;
}

.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:5px;
	font-size:16px;
}
.form-control-static {
    padding-top: 0;
    padding-bottom: 0;
}


/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}

/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin:10px 0;
    position: relative;
    letter-spacing: 0.05em;
    text-align:left;
	font-weight:600;
}

body.cart.p01 .qty .input-group input, 
body.cart.p01 .qty .input-group a {
    height: 40px;
    line-height: 28px;
}

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 #666;
    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;
}

/*加價購*/
body.cart .full_box{
	display:block;
	position:relative;
	margin:15px 0;
	clear:both;
}
body.cart .full_box .full_title{
	display:block;
	position:relative;
	font-size:20px;
	color:#e4007f;
	margin-bottom:15px;
	padding:10px 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	line-height:30px;
	letter-spacing:0.1em;
}

/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 350px;
	border:5px solid #fff;
	box-shadow: 0 0 15px 0 #eee;
}
body.contact .contact-box {
    display: flex;
	flex-flow: wrap; 
	flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /*clear:both;*/
    position: relative;
    padding: 0px;
	margin-bottom:10px;
}
body.contact .contact-box .h3 {
    padding:0;
    border-bottom:none;
    margin: 0 10px 0 0;
    position: relative;
    /*background:linear-gradient(-45deg, transparent 32px, #08396d 0);
    color: #333;
    font-size: 24px;		
    text-align:center;	
	*/
}
body.contact .contact-box .list-unstyled{
    margin-top:0px;
}
body.contact .contact-box ul li{
	display:block;
	color:#333;
	font-size:15px;
	line-height:24px;
}

body.contact .form-control-static {
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    padding: 5px;
    letter-spacing: 0.1em;
}
/*----------------------------------------- 檔案下載 file --------------------------------------*/
body.file .file_main {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    padding: 15px;
}

body.file .file_main .file_title {
        font-size: 18px;
        background: #666;
        color: #fff;
        line-height: 36px;
        padding: 0 8px;
        display: block;
        position: relative;
    }

.file_dbox {
    display: block;
}

.file_name {
    line-height: 30px;
	text-align:center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.file_name a{
    font-size:16px;
    color:#1b64d7;
    padding: 0 5px 0 0;
	font-weight:600;
	letter-spacing:0.1em;
    display: -webkit-box;
    max-width: 100%;
    height: 65px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.file_name img {
    padding-top: 6px;
}

.file_pic {
    display:block;
    position:relative;
}
.file_pic img{
	text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.file_date{
	text-align:center;
	display:block;
	padding:5px;
	color:#999;
}

/*----------------------------------------- widgets --------------------------------------*/
.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.p-flex {
    display: flex;
    flex-direction: row;
}

/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.side .wid {
    position: relative;
    padding: 0;
    /*background-color: #fff;
    max-width: 260px;	
    border: solid 2px #4ea220;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
}

.side .wid .h3 .side-toggle {
    display: none;
}

/*.side1 .wid {
    max-width: 254px;
}*/

/* 搜尋產品 wid-search */
.side .wid-search{
	display:none;
}
.side .wid.wid-search::before{
	display:none;
}
.wid-search {
    display: block;
    border: none !important;
    box-shadow:none !important;
}
.wid-search .h3 {
	display:none;
    color: #23989F;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.wid-search .h3 .txt-tw {
}

header .wid-search .form-group {
    width: 250px;
}
.wid-search .form-group {
    width: 90%;
    margin-top:12px;
}


.wid-search .form-group .form-control {
    width: calc(100% - 45px);
    height: 35px;
    border-radius: 50px;
    border: 1px solid #c9caca;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}


.form-group input[type=checkbox] + label {
    margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}
.navbar-nav .hover_r_sider.dropdown_submenu > ul > li > a {
    display: block;
	color:#930914 !important;
	font-size:14px !important;
	text-align: left;
    padding: 0 20px 0 23px;	
}
.navbar-nav .hover_r_sider.dropdown_submenu > ul > li > a:hover{
    background-color:#ccc;
}
.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li > a {
    display: block;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    left: 0px;
    margin-top: 0px;
}
.navbar-nav .dropdown_submenu > .dropdown-menu {
    background-color: #fff;
    /* border: 1px solid #dedddb;
	   width: 100%;
	*/
    border-radius: 0;
    padding: 0;
    box-shadow: none;
	min-width:160px;
}

body:not(.lang_TW) .show_TW,
body:not(.lang_US) .show_US {
    display: none !important;
    visibility: hidden !important;
}

.navbar-nav .dropdown_submenu ul.dropdown-menu > li {
    padding: 0;
}

.navbar-nav .dropdown_submenu ul.dropdown-menu > li > a {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.1em;
    transition: 0.3s all ease;
    line-height: 30px;
    padding: 5px 20px;
    margin: 0 auto;
    border: none;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu > li > a:hover {
    background-color: #e9f5ee;
    border: none;
    margin: 0;
}

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}

.navbar-nav .dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}
.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.navbar-nav .dropdown-menu.sub-menu{
	top:5px;
	border-radius:0px;
	border: 1px solid #dedddb;
}
.navbar-nav .dropdown-menu.sub-menu > li{
	border-bottom:1px solid #ccc !important;
}

body.member.login .m-button {
    margin-top:10px;
}

.navbar-nav > li.li-cart {
    display:none;
}


@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        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: 15px;
        margin-right: -10px;
    }

}



/* 控制不要有下拉的三角形
.navbar-nav .dropdown_submenu:nth-child(3) .caret,
.navbar-nav .dropdown_submenu:nth-child(4) .caret,
.sub-nav .dropdown_submenu .caret {
    display: none;
}*/



/*------------------------subNav  dropdownMenu --------------------*/

.navbar-nav .dropdown_submenu ul.dropdown-menu > li > ul {
    display: none;
}

.navbar-nav .dropdown_submenu ul.dropdown-menu > li a:after {
    display: none;
}

