@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, "微軟正黑體",  "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro","Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
     letter-spacing: 1px;
}
.wrapper {
    position: relative;
    padding-top: 134px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.has-bg {
    background: #FCFBF8;
    margin: -25px 0 0 0;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.list-h .box{
    position: relative;
    display: block;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #122c54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
.loadingArea .loadLogo .loadLogoBox {
  position: relative;
  width: 300px;
  height: 352px;
  margin: 0 auto;
}
.loadingArea .loadLogo .loadLogoBox img {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.loadingArea .loadLogo .loadLogoBox .img2 {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogoBox .img1 {
  opacity: 1;
}
.loadingArea.show .loadLogoBox .img3 {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.loadingArea.show .loadLogoBox .img2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.loadingArea.show .loadLogoBox .img4 {
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.loadingArea.show .loadLogoBox .img5 {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.loadingArea.show .loadLogoBox .img6 {
  opacity: 1;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.loadingArea.show .loadLogoBox .img7 {
  opacity: 1;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.loadingArea.show .loadLogoBox .img8 {
  opacity: 1;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.loadingArea.show #component_004 {
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.loadingArea.hide {
  opacity: 0;
}
.loadingArea #component_004 {
  position: absolute;
  top: -130%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 130%;
  pointer-events: none;
}
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #555;
    border-radius: 8px;
    border:solid 1px #122C54;
    letter-spacing: 0;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#122C54;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*-----back-btn-----*/
.btn.back {
    color: #fff;
    font-size: 13px;
    transition: all .2s;
    background: #122c54;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 2px 12px;
    font-family: "Jost", sans-serif;
    border-radius:50px;
}
.btn.back i {
    transform: rotate(180deg);
    display: inline-block;
    margin: 0px 15px 0px 0;
    position: relative;
    top: 4px;
}
.btn.back:hover {
    background: #cc4d4d;
    transition: all .2s;
}
/*-----style01-btn-----*/
.btn.style01 {
    background: #9C9C9C;
    color: #fff;
    transition: all .2s;
    padding: 14px;
        border-radius: 0;
    display: block;
}
.btn.style01 i {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.btn.style01:hover {
    background: #000000;
    transition: all .2s;
}
/*-----style02-btn-----*/
.btn.style02 {
    background: #FF2626;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    transition: all .2s;
    line-height: 45px;
}
.btn.style02 i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}
.btn.style02.bg2 {
    color: #fff;
    background: #122c54;
}
.btn.style02.bg3 {
    background: #999999;
}
.btn.style02:hover {
    background: #000000;
    transition: all .2s;
}
.btn.style02.bg2:hover {
    color: #fff;
}
.btn.style02.bg3:hover {
    background: #737373;
}
/*-----style03-btn-----*/
.btn.style03 {
    transition: all .2s;
    line-height: 40px;
    border-radius: 50px;
    background: #122c54;
    color: #fff;
    font-size: 18px;
    padding: 0 78px;
    margin: 0 10px 15px;
    
}
.btn.style03 i {
    color: #fff;
    font-size: 15px;
    margin: 0 0 3px 15px;
    display: inline-block;
    vertical-align: middle;
}
.btn.style03.arrowL i {
    margin: 0 15px 2px 0;
    transform: rotate(180deg);
    transition: all .2s;
}
.btn.style03:hover {
    background: #cc4d4d;
    color: #fff;
    transition: all .2s;
}
.btn.style03:hover i {
    color: #fff;
    transition: all .2s;
}
/*-----style04-btn-----*/
.btn.style04 {
    transition: all .2s;
    background: #122c54;
    color: #fff;
    line-height: 34px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0 5px 15px;
    max-width: 136px;
    border-radius: 50px;
}
.btn.style04 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 4px 0;
}
.btn.style04 i.fz18 {
    font-size: 18px;
}
.btn.style04.bg2 {
    background: #fff;
}
.btn.style04.bg2 i {
    color: #777;
}
.btn.style04:hover,
.btn.style04:hover i {
    background: #cc4d4d;
    color: #fff;
    transition: all .2s;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.has-border {
    padding: 25px 0;
    border-bottom: 1px dotted #ACACAC;
}
.btn-box.dib .btn {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 0 10px 10px;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: url(../../images/common/headbg.jpg);
    top: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    position: fixed;
}
.site-title {
    padding: 29px 0 25px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 451px;
    height: 80px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------top-nav ------------*/
.top-nav {
    position: absolute;
    right: 30px;
    z-index: 35;
    top: 10px;
}

/*---- search-box ----*/
.site-header .search-box{
    position: absolute;
    width: 160px;
    box-sizing: border-box;
    margin: 0 0px 0 25px;
    top: 25px;
    right: 15px;
}
.site-header .search-box .form-control{
    height: 35px;
    line-height: 32px;
    margin: 0;
    border-radius: 30px;
    transition: all .1s;
    padding: 0 35px 0 15px;
    background: none;
    color: #fff;
    border:1px solid rgb(255 255 255 / 0%);
    font-family: "Jost", sans-serif;
}
.site-header .search-box .form-control:focus{
    outline: none;
    border:1px solid rgb(255 255 255 / 50%);
}
.search-box .search{
    z-index: 1;
    position: absolute;
    width: 35px;
    height: 35px;
    display:block;
    right:0;
    top:1px;
}
.search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #122C54;
    background:#fff;
    border-radius:100%;
    right: 0px;
    top: 0;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.search-box:hover:after{
    color:#CC4E4E;
}
.search-box .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}
.search-box .form-control:focus::-webkit-input-placeholder {
    color: #A2A2A2;
}
.search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}
.search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}
.search-box .form-control::-ms-input-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}
.search-box .form-control:focus::-ms-input-placeholder {
    color: #A2A2A2;
}
.search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}
.search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}

/*------------site-nav ------------*/

.site-nav{
    float: right;
    margin: 80px 0px 0 0;
    transition: all .3s ease;
}
.site-nav .menu{
    display: inline-block;
}
.site-nav .menu li{
    position: relative;
    padding: 0 18px;
}
.site-nav .menu>li:nth-last-child(-n){
    display: none;
}
.site-nav .menu>li>a{
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    box-sizing: border-box;
    line-height: 30px;
    transition: all .3s;
    padding: 0;
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}

.site-nav .menu>li+li>a:before {
    content: '';
    display:block;
    background: rgb(255 255 255 / 50%);
    width: 1px;
    height: 13px;
    position: absolute;
    left: -20px;
    top: 11px;
}


.site-nav .menu li ul{
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul{
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
    background: #414042;
}
.site-nav .menu>li ul{
    background: rgb(255 255 255 / 90%);
}
.site-nav .menu>li>ul:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}
.site-nav .menu>li.full_menu>ul:before{
    height: 24px;
}
.site-nav .menu li ul li{
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #ddd;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul li a{
    font-weight: bold;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    position: relative;
    font-size: 15px;
    transition: all .2s;
    color: #555;
    /* background: rgb(255 255 255 / 90%); */
}
.site-nav .menu a,
.site-nav .menu .active>a,
.site-nav .menu a:hover{
 
    color: #cc4d4d;
}

.site-nav .menu ul>li.active>a,
.site-nav .menu ul>li.active2>a,
.site-nav .menu ul>li>a:hover{
    background: #cc4d4d;
    color: #FFFFFF;
}
.site-nav .menu ul ul{
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu > li > a:after{
  content: "";
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  left:0;
  margin:0 auto;
  top: -20px;
  background: url(../../images/common/menuic.png) 50% 50%  no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity .4s cubic-bezier(.42,0,1,1),transform .3s cubic-bezier(.42,0,1,1);
}

.site-nav .menu>li.active>a::after,
.site-nav .menu>li.active2>a::after,
.site-nav .menu>li>a:hover::after {

   opacity: 1;
    animation: btn-more-compress .5s infinite alternate;
}


@keyframes btn-more-compress{
  0%{transform:scale(.5)}
  100%{transform:scale(1);animation-timing-function:ease-out}
}

.site-nav .menu ul ul:before{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}
.site-nav > .menu > li:nth-child(n+8){
    display: none;
}
/*------------share------------*/
.share {
    display: inline-block;
    vertical-align: middle;
}
.share li {
    float: left;
    margin: 0 0 0 27px;
}
.share .btn {
    font-size: 20px;
    color: #aaa;
    transition: all .2s;
}
.share .btn:hover {
    color: #cc4d4d;
    transition: all .2s;
}
.share .twitter .btn:hover {
    color: #39A0CE;
}
.share .google .btn:hover {
    color: #F34537;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
    position: fixed;
    width: 100%;
    z-index: 600;
}
.header-fixed .top-nav,
.header-fixed .search-box {
    display: none;
}
.header-fixed .site-title {
   
padding: 16px 0 20px;
}
.header-fixed .site-title .logo {
    width: 250px;
    height: 45px;
}
.header-fixed .site-header .site-nav {
    margin: 30px 0 0 0;
}
/*------------ / fixed ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}
.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
}
.banner-dot {
    display: inline-block;
}
.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}
.banner-dot .slick-dots li {
    margin: 0 3px;
}
.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #DAD4CE;
    top: 0;
}
.banner-dot .slick-active button {
    background: #83705E;
}
.banner .container{
    padding: 0;
    max-width: inherit;
}
.banner img{
    min-height: 96px;
    object-fit: cover;
    width: 100%;
}
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    text-align: center;
    padding: 40px 0 20px;
    margin-top: -116px;
}
.main-title {
    line-height: 26px;
    font-size: 26px;
    color: #333;
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-weight: 700;
    letter-spacing:5px;
}
.site-main {
    position: relative;
}
.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 80px 0 90px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title {
    color: #444444;
    font-size: 26px;
    margin: 0 0 30px;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    font-weight: 700;
    letter-spacing: 4px;
    border-bottom:1px solid #ddd;
    padding: 0 0 16px;
}

/*------------shopping-title ------------*/
.shopping-title {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #444444;
    margin: 0 0 10px;
}
.shopping-title i {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
.shopping-title.plus-title {
    background: #F0EBD5;
    padding: 5px 20px;
}
.shopping-title.plus-title i {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #444444;
    border-radius: 50%;
    text-align: center;
    margin: 0 15px 0px 0;
}
/*----- plus-title -----*/
.plus-tip {
    display: inline-block;
    font-weight: normal;
    border-left: 1px solid #444444;
    line-height: 1.2;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    padding: 50px 0 0;
}

.site-footer:before{
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 652px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../images/common/footerbg.jpg) 0 0% no-repeat;
    z-index: -1;
}
.site-footer .footer-top{
     padding: 70px 0 80px;
     display:flex;
     align-items: end;
}
.site-footer .contact{
    width: 36%;
}
.site-info {
    color: #555;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
}

.site-info p {
    margin: 0;
}

.site-info p i {
    font-size: 20px;
    color: #cc4d4d;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.site-info p.add i {
    font-size: 22px;
    padding-left: 3px;
    margin: 0 11px 0 0;
}
.site-info p + p {
    margin: 12px 0 0 0;
}
.site-info p span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 36px);
}
.footer-logo{
    text-align: center;
    width: 25%;
    padding: 0 15px;
}

.footerlogopic{
    margin:0 0 25px
}

.site-map {
    width: 39%;
    font-size: 15px;
    color: #5B5B5B;
    margin: 0 0 0 auto;
    text-align: right;
    letter-spacing: 0;
}

.site-map ul {
    box-sizing: border-box;
    display:inline-block;
    line-height: 1.2;
}
.site-map ul + ul {
    margin: 0 0 0 23px;
}
.site-map li + li {
    margin-top: 16px;
}
.site-map ul a:before{
    content:"- ";
}
.site-map ul a:hover {
    color: #cc4d4d;
}
.site-footer .fllow {
    margin: 0px 0 20px 0;
}
.fllow .qr-inner {
  
display: inline-block;
  
vertical-align: bottom;
  
margin: 0 10px 0 0px;
}
.fllow .fb {
    width: 124px;
    height: 74px;
    display: inline-block;
    background: url('../../images/tw/fb.png')0 50% no-repeat;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.fllow .fb:hover {
    opacity: 0.7;
}
.footer-bottom {
    text-align: center;
    padding: 18px 0px;
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
    background: #122c54;
}
.footer-bottom .share {
    margin: 0 10px 0 0;
}
.footer-bottom span {
    margin: 0 0 0 15px;
}
.links{
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 997;
}
.links .links-pic{
    position:absolute;
    top: -75px;
    left: -40px;
    z-index: 998;
    pointer-events: none;
}
.links .links-order{
    margin:0 0 25px;
}
.links .links-order{
    position:relative;
}
.links .links-order a span{
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    background:#122c54;
    border-radius:50px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    position:relative;
}
.links .links-order a span:hover{
    animation: hover_updown 1s infinite;
}

.links .links-order:after{
    content: '';
    position: absolute;
    display: block;
    border-radius:50px;
    top: 2px;
    right: -2px;
    margin: 0 auto;
    background:#091528;
    z-index: -1;
    width: 120px;
    height: 40px;
}
.links .links-menu{
    position:relative;
}

.links .links-menu a span{
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    background:#cc4d4d;
    border-radius:50px;
    transition: all 0.3s ease;
      position:relative;
}
.links .links-menu:after{
    content: '';
    position: absolute;
    display: block;
    border-radius:50px;
    top: 0px;
    right: -2px;
    margin: 0 auto;
    background:#B43434;
    z-index: -1;
    width: 120px;
    height: 40px;
}
.links .links-menu a span:hover{
    animation: hover_updown 1s infinite;
}
@keyframes hover_updown {
    0% {
        top: 0 ;right:0px
    }

    25% {
        top: 5px ;right:-2px
    }

    50% {
         top: 0 ;right:0px
    }

    100% {
         top: 0 ;right:0px
    }
}

/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}
.floating .gotop {
    display: none;
}
.gotop {
    transition: all .2s;
    
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: -10px auto 0;
    z-index: 200;
}
.gotop:before {
    width: 1440px;
    height: 1px;
    background: #ddd;
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.gotop i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid #122c54;
    color: #122c54;
    width: 58px;
    height: 58px;
    padding: 0;
    transition: all .2s;
    text-align: center;
    line-height: 55px;
    letter-spacing: 2px;
    background: #f8f8f8;
}
.gotop .ic-arrow-up2:before {
    content: "TOP";
    font-family: "Jost", sans-serif;
    font-weight:700;
}
.gotop:hover i{
     border: 4px solid #cc4d4d;
    color: #cc4d4d;
}

/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999;
    font-size: 12px;
    padding: 10px 0 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}
.breadcrumb li a:hover {
    color: #cc4d4d;
    transition: all .2s;
}
.products-breadcrumb {
    color: #888;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}

.products-breadcrumb li+li:before {
    font-size: 15px;
    font-weight: normal;
    margin: 0px 2px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 230px;
    float: left;
    box-sizing: border-box;
    padding: 0 0 15px 0;
}
.has-side .content {
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
}
.side .title {
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 43px 50px 18px 96px;
    box-sizing: border-box;
    letter-spacing: 3px;
    position: relative;
    width: 230px;
    line-height: 1.2;
}
.side .title span {
    margin: 0 auto 3px;
}
.side-nav{
    max-width: 230px;
    padding:20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    position:relative;
}
.side-nav:before{
    content: "";
    background: url(../../images/common/sidebg.png);
    width: 270px;
    height: 211px;
    position: absolute;
    left: -21px;
    top: -151px;
    z-index: -1;
}
.side-nav>li+li{
    margin: 5px 0 0 0;
}
.side-nav li a{
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.8;
}
.side-nav>li>a{
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    color: #4B503F;
    position: relative;
    border-bottom: 1px solid #ddd;
    transition: all .5s;
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    color: #cc4d4d;
}

.side-nav ul{
    font-size: 15px;
    display: none;
    margin: 0px 0;
    padding-top: 10px;
}
.side-nav ul ul{
    padding-top: 0px;
    padding-bottom: 15px;
}
.side-nav ul li a{
    line-height: 1.3;
    padding: 8px 20px 8px 20px;
    margin: 3px 0;
    font-size: 14px;
    border-radius: 30px;
    transition: all .5s ease;
}
.side-nav ul ul li a{
    border:none;
}
.side-nav ul li:hover> a,
.side-nav ul li.active> a,
.side-nav ul li.active2> a{
    color: #fff;
    background: #122c54;

}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
 }
.side-nav ul li:hover> a,
.side-nav ul li.active> a,
.side-nav ul li.active2> a{
    background: #122c54;
    color: #fff;
    padding: 8px 20px 8px 40px;
}
.side-nav ul li> a:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 21px;
    top: calc(50% - 2.5px);
    transition: all .5s;
    transform: scale(0);
}
.side-nav ul li:hover> a:before,
.side-nav ul li.active >a:before,
.side-nav ul li.active2 >a:before{
    transform: scale(1.0);
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
}
.side-nav-top{
    max-width: 230px;
    margin-top: 10px;
}
.side-nav-top>li {
    margin-bottom: 10px;
}
.side-nav-top>li>a{
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    background: #7c7e7c;
    position: relative;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav-top>li:hover>a, 
.side-nav-top>li.active>a, 
.side-nav-top>li.active2>a {
    background: #122c54;
    color: #fff;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: "Jost", sans-serif;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 23px;
    line-height: 23px;
    border: 2px solid transparent;
    margin: 0 5px;
    text-align: center;
    color: #9F9F9F;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .2s;
    border-radius: 50%;
}
.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    background: #FFFFFF;
    color:   #cc4d4d;
}
.pagination li a.controls {
    margin: 0 15px 0px;
    font-weight: bold;
    border: 0;
    font-size: 0px;
    color: #fff;
    letter-spacing:0;
     background: #122c54;
    width: 27px;
    height: 27px;
}
.pagination li a.controls i {
    margin: 0 0 -2px 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.pagination li a.controls:hover {
    background: #cc4d4d;
    text-decoration: none;
    padding: 0;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #cc4d4d;
}
.ic-arrow-l:before {
     content: "\f105";
     font-family: 'icon-font' !important;
     font-size: 17px;
}
.pagination li a.controls.prev i {
    transform: rotate(180deg);
    margin: 0 0px -6px 0;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px 0;
}
.reminder.has-border {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 40px;
}
.reminder strong {
    display: block;
    color: #333333;
    font-size: 24px;
    margin: 0 0 10px;
}
.reminder b {
    width: 7px;
    height: 7px;
    border-radius:100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    background:#cc4d4d;
}
/*-----qty-box-----*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 85px;
    padding: 0 28px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    color: #fff;
    box-sizing: border-box;
    background: #999999;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.qty-box .btn {
    color: #999999;
    line-height: 21px;
    border: 2px solid #999999;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    position: absolute !important;
    z-index: 0;
    top: 2px;
    width: 24px;
    height: 24px;
}
.qty-box .btn:hover {
    background: #000;
    color: #fff;
}
.qty-box .add {
    left: 0px;
}
.qty-box .less {
    right: 0px;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #666666;
    background: #f6f6f6;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
}
.form-control:focus {
    outline: none;
    border: 1px solid #ccc;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-box.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.form-box .form-group {
    padding: 5px 0 15px;
}
.form-box .control-label {
    box-sizing: border-box;
}
.form-group .control-label + .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}
.form-box .control-box {
    position: relative;
    margin: 5px 0 0 0;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
    padding: 0;
}
.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #F15102;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.form-wrap.has-bg {
    
background: #fff;
    
padding: 60px 130px 30px;
    
box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    
border-radius: 25px;
}
.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 835px;
    box-sizing: border-box;
}
.form-box .row {
    margin: 0 -24px;
    display: block;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
    padding: 0px 0 0 20px;
}
.form-box .required:before {
    content: "";
     width: 7px;
    height: 7px;
    border-radius:100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -5px 0 0 0;
    background:#cc4d4d;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 280px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 26px;
    transform: rotate(90deg);
    transition: all .2s;
}
.form-box .captcha a:hover i {
    color: #cc4d4d;
    transition: all .2s;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 3px;
    line-height: 1.6;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
/*----- address -----*/
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #B25900;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 150;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px 6px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*-----success-box-----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 100px 45px;
}
.success-box .msg {
    color: #122c54;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #E4E4E4;
}
.success-box .msg.no-border {
    border: 0;
}
.success-box .msg i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
}
.success-box .fz16 {
    font-size: 16px;
    color: #666666;
}
.success-box b {
    font-size: 16px;
    color: #122c54;
}
.success-box b span {
    color: #333333;
}
.success-box a {
    color: #FF2626;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box > span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}
.success-box > span b {
    color: #000;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: none;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 3px solid #000;
    color: #000;
    box-sizing: border-box;
    background: #fff;
    outline: 10px solid #fff;
}
body .fancybox-close:after {
    content: "\e1019";
    display: block;
    font-size: 36px;
    position: absolute;
    top: 1px;
    left: -6px;
    text-align: center;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover {
    color: #888888;
    border-color: #888888;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.photo-title {
    background: #EEEEEE;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
}
.photo-intro {
    background: #EEEEEE;
    font-size: 13px;
    color: #666666;
    line-height: 1.75;
    padding: 10px 15px;
}
.photo-pager {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}
.photo-pager b {
    color: #122c54;
}
body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 0 10px;
}
body #fancybox-thumbs ul li {
    opacity: 1;
    padding: 0 10px;
}
body #fancybox-thumbs ul li a {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    transition: all .2s;
}
body #fancybox-thumbs ul li a:hover,
body #fancybox-thumbs ul li.active a {
    border: 1px solid #fff;
    transition: all .2s;
}
body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 50;
}
body #fancybox-thumbs ul li a:hover:after,
body #fancybox-thumbs ul li.active a:after {
    content: "\e1017";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: rgba(249, 249, 249, .5);
    z-index: 100;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
body .fancybox-nav span {
    visibility: visible;
    width: 28px;
    height: 50px;
    background: url('../../images/common/album/arrow.png');
    left: -55px;
}
body .fancybox-next span {
    left: auto;
    right: -55px;
    transform: rotate(180deg);
}
body .fancybox-nav span:hover {
    background-position: 0 100%;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
/* 手機版主選單樣式3 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
  
}
/* 手機版主選單樣式3 end */
.mmenu-show #mobile-search {
    background: #122c54;
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #fff;
}
.mmenu-show #mobile-search .search-box {
    float: none;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #eee;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu .top {
    display: none;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #ddd;
    color: #444444;
    padding: 10px 15px;
    font-weight: bold;
}
.mmenu-show #mobile-fixed .qty {
    background: #000;
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu {
    color: #444;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    font-weight: bold;
    background: #122c54;
    color: #fff;
}
.mmenu-show #mobile-menu .share .btn {
    width: 30px;
    line-height: 17px;
    height: 30px;
    font-size: 20px;
}
.mmenu-show #mobile-menu .share .youtube .btn,
.mmenu-show #mobile-menu .share .instagram .btn {
    padding: 5px 0 0 0;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    position: relative;
    padding: 12px 40px 5px 10px;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #ddd;
}
.mmenu-show #mobile-menu .menu li a span {
    font-family: "新細明體";
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 10px;
    top: 11px;
    padding: 0;
    line-height: 1;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
    padding: 0px 4px 0 6px;
}
.mmenu-show #mobile-menu .language li + li {
    border-left: 1px solid #666;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    display: none;
}
.mmenu-show #mobile-menu .share {
    margin: 10px 0;
    padding: 0;
}
/* 手機版主選單樣式3 start */

.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    z-index: unset;
    position:static;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show .toggle-mmenu-cover {
    top: 60px;  
}
.mmenu-show #mobile-menu.mobile-menu-type3 .language ul li a{
    padding: 5px;
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .language-menu {
    padding: 5px 40px 5px 15px;
    background: #fff;
    color: #333;
}
.mmenu-show #mobile-menu .language ul li a:hover {
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .main-menu {
    background: #fff;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.has-child > .toggle-submenu {
    color: #A3A3A3;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a {
    border-bottom: 1px solid #D6D6D6;
    color: #333333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    background: #FFF;
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.active > a {
    background: #FFF;
    color: #cc4d4d;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li.active > a {
    color: #cc4d4d;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    background: #FFF;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    border-top: 1px solid #122c54;
    background: #122c54;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn{
    background: none;
    color: #FFF;
    border-radius: 50%;
    line-height: 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    padding: 10px 0;
}

.mmenu-show #mobile-search.mobile-search-type3 .form-control {
    background: #FFF;
    color: #333;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control::placeholder {
    color: #333;
    opacity: 0.4;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-left: 0px;
    box-sizing: border-box;
    color: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    background: url(../../images/common/headbg.jpg);
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box-title {
    color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type3:before {
    height:1px;
    background: #fff;
}
/* 手機版主選單樣式3 end */
/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1400px) {
    .share li {
        margin: 0 0 0 19px;
    }
    .site-map ul + ul {
        margin: 0 0 0 6px;
    }
    .site-title {
        padding: 32px 0 22px;
    }
    .site-nav {
        margin: 75px 0px 0 0;
    }
    .site-title .logo {
        width: 370px;
        height: 80px;
    }
    .site-nav .menu li {
        padding: 0 10px;
    }
    .site-nav .menu>li>a{
        font-size: 16px;
    }
    .site-nav .menu>li+li>a:before {
        left: -11px;
        top: 9px;
    }
    /*------------ site-footer 1350 ------------*/
   
    
    /*------------ / site-footer 1350 ------------*/
}
@media screen and (max-width: 1100px) {
    .main-content {
        padding: 20px 0 90px;
    }
   /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
    .wrapper{
        /* 手機版主選單樣式3 start */
        padding-top: 60px;
        /* 手機版主選單樣式3 end */
    }
    /*------------ site-header 1100 ------------*/
    .content-title {
        padding: 0 0 10px;
        font-size: 24px;
    }
    .site-title {
        text-align: center;
        float: none;
        padding: 20px 0;
    }
    .site-nav,
    .top-nav {
        display: none;
    }
    /* 手機版主選單樣式3 start */
    .site-title.site-title-type3{
        box-shadow: 0 0 0;
        position: fixed;
        float: none;
        width: auto;
        height: 60px;
        top: 0;
        left: 0;
        background: transparent;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;  
        padding-left: 16px;
        z-index: 601;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
          width: 230px;
          height: 40px;
          transition: opacity .3s ease;
    }
    /* 手機版主選單樣式3 end */
    /*------------ / site-header 1100 ------------*/
    /*------------  fixed 1100 ------------*/
    .header-fixed .site-header {
        position: static;
    }
    .side {
        display: none;
    }
    .has-side .content{
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / fixed 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .site-footer .footer-top{
         padding: 35px 0;
         flex-direction:column;
         align-items: center;
         text-align: center;
    }
    .site-footer .site-map,
    .site-footer .share {
        display: none;
    }
    .footer-logo {
    width: 100%;
    max-width: 250px;
}
    .site-footer .contact{
        width: 100%;
        order:2;
        max-width: 350px;
    }
    /*------------ / site-footer 1100 ------------*/
    .banner .slick-arrow{
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    /*------------ site-header 767 ------------*/
    /*------------ / site-header 767 ------------*/
    .footer-top {
        padding: 25px 0;
    }
    .footer-bottom {
        padding-bottom: 45px;
    }
    /*------------ site-footer 767 ------------*/
    /*------------ / site-footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 85px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: -5px;
    }
    .pagination li a.controls.next {
        right: -5px;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ floating 767 ------------*/
    .site-footer{
        border-top:1px solid #ddd;
        padding: 0;
    }
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
        display: block;
    }
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        position: static;
        transform-origin: 0;
        transform: rotate(0deg);
    }
    /*------------ / floating 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box2,
    .form-wrap.has-bg {
        padding: 20px 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .success-box {
        padding: 50px 15px 45px;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-nav span {
        left: 10px;
        ;
    }
    body .fancybox-next span {
        left: auto;
        right: 10px;
    }
    /*------------  / lightbox 767 ------------*/
}
@media screen and (max-width: 600px) {
    /*------------ site-footer 600 ------------*/
    .site-footer .col {
        display: block;
        margin: 0 auto 25px;
        max-width: 100%;
    }
    /*------------ / site-footer 600 ------------*/
}
@media screen and (max-width: 510px) {
    .links{
        bottom: 30px;
        right: 10px;
    }
    .links .links-order{
        margin:0 0 15px;
    }
      .links .links-pic {
        width:70%;
        top: -38px;
        left: -18px;
    }
        .links .links-order a span{
        padding: 8px 16px;
        font-size: 16px;
        letter-spacing: 1px;
        width: 100px;
        height: 30px;
    }
    
    .links .links-order:after{
        top: 4px;
        right: -2px;
        width: 100px;
        height: 30px;
    }
    .links .links-menu a span{
       padding: 8px 16px;
        font-size: 16px;
        letter-spacing: 1px;
        width: 100px;
        height: 30px;
    }
    .links .links-menu:after{
        top: 4px;
        right: -2px;
        width: 100px;
        height: 30px;
    }
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/\
  
}
@media screen and (max-width: 400px) {
    /*------------ btn 480 ------------*/
    .btn-box.dib .btn {
        display: block;
        margin: 0 0 10px;
    }
    .btn.style03 {
        width: 100%;
        display: block;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 0 15px;
    }
    /*------------ btn 480 ------------*/
}
@media screen and (max-width: 330px) {
     .site-title .logo,
    .header-fixed .site-title .logo {
          width: 175px;
          transition: opacity .3s ease;
    }
 
}