@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體','Esteban','Exo 2','Droid Serif', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background: url('../../images/common/all-bg.jpg');
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
header.site-header .container{
    max-width: 1200px;
    margin:auto;
    transition: all .3s ease;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.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: #444;
    border-radius: 8px;
    border:solid 1px #CE000E;
}
.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:#CE000E;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    background:transparent;
    color: #BDBDBD;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    margin-left: 15px;
     font-size: 20px;
     border: 1px solid #BDBDBD;;
}
.share .btn:hover {
    background: #BFBFBF;
    color: #2C2C2C;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 91px;
    height: 92px;
}

.btn.back {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    max-width:150px;
    width: 100%;
    background: #000;
    border-radius: 0;
}
.btn.back:hover{
    color: #FFF;
    background: #CF000E;
}
.btn.back .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 100px;
}
.btn.simple {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    max-width: 150px;
    width: 100%;
    background: #000;
    border-radius: 0;
}
.btn.simple:hover {
    color: #FFF;
    background: #CF000E;
}
.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}
.btn.simple2:hover {
    border-color: #80CAA5;
}
.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}
.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}
.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}
.btn.normal {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    max-width: 150px;
    width: 100%;
    background: #000;
    border-radius: 0;
}
.btn.normal:hover {
    color: #FFF;
    background: #CF000E;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: rgba(255,255,255,0.85);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
}
.site-title {
   position: relative;
   z-index: 5;
   float: left;
   padding: 17px 0;
   left: 50%;
   top:0px;
   margin: 0 -120px 0 -100px;
   transition: all .3s ease;
}
.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat 50% 50%;
    width: 173px;
    height: 75px;
    transition: all .3s ease;
    background-size: contain;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .language {
    position: relative;
     width: 127px;
    letter-spacing: 0;
}

.top-nav .language .btn {
    width: 100%;
    border: 1px solid #D0C4BD;
    color: #888888;
    background:rgba(255,255, 255, 0.7);
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #B2A292 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language li a {
   background:rgba(255,255, 255, 0.9);
    display: block;
    color: #888888;
    padding: 4px 10px;
    font-size: 13px;
}
.top-nav .language li a:hover {
    color: #FF7E6B;
}
.site-nav {
    margin-top: 0;
    padding-top: 0; 
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    color:#40342D;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 7px;
}
.site-nav .menu > li > a {
    line-height: 30px;
    padding: 35px 7px;
    margin: 0 1px;
    transition: all .3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    filter: blur(2px);
}
.site-nav .menu > li > a span:nth-child(1) {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}
.site-nav .menu > li > a span:nth-child(2) {
    display: block;
    color: #858585;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #FF7E6B;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 180px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -90px
}
.site-nav .menu ul li a {
    font-size: 16px;
    text-align: center;
    padding: 6px 22px;
    background:rgba(255, 255, 255, 0.85);
    color: #000000;
    transition: all .3s ease;
    margin-bottom: 1px;
    position: relative;
}
.site-nav .menu ul li a:before {
    content: "";
    width: calc(100% - 6px);
    height:calc(100% - 6px);
    background: transparent;
    border: 1px solid #FFF;
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 2px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background:rgba(0, 0, 0, 1);
}
.site-nav .menu ul li a:hover:before,
.site-nav .menu ul li.active > a:before {
    opacity: 1;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu.right-menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #80CAA5;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {
    background: #e6f4ed;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}

.site-nav .menu:nth-child(2) {
    margin-right: 0px;
}

.site-nav .menu:nth-child(2) > li > a {
    line-height: 30px;
    padding: 35px 7px;
    margin: 0 1px;
    transition: all .3s ease;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1920px;
    padding: 0;
}
.banner .slider {
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden;
}
.banner .slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.banner > .item img.bannershow {
    animation-name:bannershow;
    animation-duration:.6s;
    animation-timing-function:ease;
 }

 .banner.no-banner{
     height: 145px;
 }
 @keyframes bannershow{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top {
    
}
.main-t-box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 102px;
    position: relative;
    width: 248px;
    margin-top: 25px;
}
.main-t-box:before{
    content: "";
    background: url(../../images/common/title-icon.png);
    width: 86px;
    height: 76px;
    bottom: -6px;
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.main-t-box.style2{
    width: 353px;
}
.main-title {
    text-align: left;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    letter-spacing: 5px;
    white-space: nowrap;
    position: relative;
}
.main-title:before{
    content: "";
    width: calc(100% - 24px);
    background: #ababab;
    height: 1px;
    position: absolute;
    right: 12px;
    top: -23px;
}
.main-title-sub{
    color: #CF000D;
    font-size: 15px;
    line-height: 15px;
    margin-top: 19px;
    display: block;
    margin-bottom: 15px;
    margin-left: 5px;
    position: relative;
    background: #fdfaf5;
    display: inline-block;
    z-index: 1;
    padding-right: 9px;
}
.main-content {
    padding: 0 0 70px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.content-title {
    margin: 0;
    color: #aaa;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 30px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
   text-align: right;
    color: #000;
    font-size: 13px;
    padding: 5px 15px;
     position: absolute;
    right:0px;
    top:5px;
    margin-top: -11px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
     color: #D7303A;
}
.breadcrumb_all{
    position: relative;
    padding-bottom: 55px;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}
.content-top .breadcrumb li+li:before {
    content: '> ';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}
.h2-title{
    font-size: 26px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 0px;
    width: 65%;
    font-weight: normal;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
  /*  width: calc(100% - 340px);
    float: right;*/
}
.side-title {
    border-top: 5px solid #80CAA5;
    color: #80CAA5;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #80CAA5;
}
.side-nav-top > li > a {
    background-color: #4CA076;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}
.side-nav > li > a:before,
.side-nav-top > li > a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.side-nav > li.has-child.active > a:before,
.side-nav-top > li.has-child.active > a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a {
    color: #80CAA5;
    border: 1px solid #80CAA5;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #F2FAF6;
}
.site-nav .left-menu{ 
    float: left;
    margin-left: 40px;
}
.site-nav .right-menu{ 
    float: right;        
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/



.site-footer {
    background: url('../../images/common/footer-bg.jpg');
    background-size: cover;
}


.site-footer .row{
    display: flex;
    padding-top: 76px;
    padding-bottom: 50px;
}

.site-footer .col:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    width: 85%;
}
.site-footer .follow {
    padding: 0 0 0 0px;
    width: 160px;
    text-align: left;
    display: inline-block;
    /* margin-top: 76px; */
}
.site-footer .follow .fb-fans-page {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url('../../images/tw/fb_page.jpg');
    margin: 0 5px 0 0px;
    transition: all .3s ease;
}
.site-footer .follow .fb-fans-page:hover {
   opacity: 0.7;
}
.site-footer .qr-inner {
    display: inline-block;
}

.site-footer .site-info {
    width: 300px;
    display: inline-block;
}
.site-footer .site-info {
    color: #B9B9B9;
    font-size: 12px;
    line-height: 1.45;
    box-sizing: border-box;
    margin-left: 10px;
    padding-top: 28px;
}
.site-footer .site-info p{
    margin: 0;
    margin-bottom: 10px;
}
.site-footer .site-info a {
    color: #B9B9B9;
}

.site-map {    
    padding: 20px 0;
    padding-top: 24px;
    width: 100%;
}
.site-map ul li:before {
    content: "|";
    display: inline-block;
    color: #B9B9B9;
    margin: 0 6px;
    position: relative;
}
.site-map ul li:nth-child(1):before{
    display: none;
}
.site-footer a {
    color: #B9B9B9;
    font-size: 12px;
}
.site-footer a:hover {
    color: #ddd;    
}
.site-footer .share {
      margin: 20px 0 15px;
}

.qrcode {
    display: inline-block;
}
.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.site-footer .col:nth-child(2){
    font-size: 12px;
    color: #B9B9B9;
    text-align: right;
    width: 50%;
    padding-top: 26px;
}
/*------------- / contact ---------------*/

/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    z-index: 250;
    transition: all .3s ease;
    padding: 18px 0px;
    text-align: center;
    background: rgba(34, 34, 34, 0.75);
}
.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 108px;
    height: 21px;
    opacity: 1;
}
.floating .ibtn.gotop:hover {
    opacity: 0.7;
    background-position:0% 0%;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination-title {
    font-size: 14px;
    color: #444444;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-left:20px;
}
.pagination {
    text-align: center;
    font-size: 14px;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.pagination li.pagination_ctrl{
    width: 38px;
    height: 28px;
}
.pagination li a.controls.next{
    position: relative;
    width: 38px;
    height: 28px;
    border: 0px;
}
.pagination li a.controls.next::before{
    position: absolute;
    font-family: 'icon-font' !important;
    content: "\f054";
    color: #000;
    font-size: 16px;
    left: 8px;
    top: 2px;
}
.pagination li a.controls.next:hover:before{
    color: #CF000E;
    background: transparent;
}
.pagination li a.controls.next:hover{
    background: transparent;
}


.pagination li a.controls.prev{
    position: relative;
    width: 38px;
    height: 28px;
    border: 0px;
}
.pagination li a.controls.prev::before{
    position: absolute;
    font-family: 'icon-font' !important;
    content: "\f053";
    color: #000;
    font-size: 16px;
    left: 8px;
    top: 2px;
}
.pagination li a.controls.prev:hover:before{
    color: #CF000E;
    background: transparent;
}
.pagination li a.controls.prev:hover{
    background: transparent;
}

.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #CCCCCC;
    text-align: center;
    color: #000000;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    border-color: #CF000E;
    color: #FFF;
    background: #CF000E;
}
.pagination li a.controls {
    font-size: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.page-info .form-control:focus {
    outline: none;

}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #CF000E;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
   text-align: center;
    font-size: 16px;
    color: #444444;
    padding-bottom: 35px;
}
.reminder span {
    display: inline-block;
    color: #7FCAA5;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
     margin-bottom: 4px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #D0C4BD;
    background: none;
    border-radius:0px;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #333;
}
.form-control:focus {
    outline: none;
   border-color: #d00411;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 840px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
    max-width: 833px;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background:#d00411;
    width:7px;
    height:7px;
    border-radius:100%;
    margin: 0 6px 3px 0;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    font-weight:600;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
    color:#afafaf;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color: #ddd;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.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;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #80CAA5;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.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;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.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%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.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: 3;
    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: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
   text-align: center;
    max-width: 775px;
    margin: 0 auto;
    padding: 0px 35px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #d00411;
    font-size: 20px;
    font-weight: bold;
    border:1px solid #d00411;
    padding: 6px 0px;
    border-radius:0px;
    line-height: 1.5;
    margin: 0 auto 50px;
}
.no-svg .success-msg {
    /* background-image: url('../../images/common/success_ic.png'); */
}
.success-txt {
    line-height: 1.8;
    color: #735F52;
    font-size:14px;
    padding-bottom: 10px;
}
.success-txt strong {
    color: #444;
    font-size: 14px;
}
.success-txt strong:hover {
    color: #FFA395;
    font-size: 14px;
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-close:hover {
    opacity: .5;
}
body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}
body .fancybox-inner {
    background: #fff;
    border-radius: 13px;
}
.fancybox-album .fancybox-skin {
    background: none;
    margin: 40px 60px 5px;
}
.fancybox-album .fancybox-nav span {
     visibility: visible;
    background: url(../../images/common/fancybox-arrow.png) no-repeat;
    width: 60px;
    height: 60px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: 0px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: 0px;
}
.fancybox-album .fancybox-prev:hover span,
.fancybox-album .fancybox-next:hover span {
  opacity: .5;
}
 
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    margin:20px 0;
    padding:20px;
    border-radius:5px;
    background:#fff;
}
.fancybox-album .photo-pager {
    float: right;
    color: #444444;
}
.fancybox-album .photo-title {
    background: url(../../images/common/album/title_icon.png) no-repeat 0 3px;
    padding-left: 24px;
    color: #CE000E;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 20px;
    font-family: '微軟正黑體';
    font-weight: 600;
}
.fancybox-album .photo-intro {
     margin-bottom: 15px;
    color: #555;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #CE000E;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #CE000E;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #CE000E;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #CE000E;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .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: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
 .mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
 }
 .mmenu-show #mobile-menu .language-menu {
    background: #CE000E;
    color: #FFF;
}

.mmenu-show #mobile-menu .menu > li > a span:nth-child(2) {
    display: none;
}

.header-fixed .site-nav .menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-fixed .site-title {
    padding: 13px 0;
}
.header-fixed  .site-title .logo {
    width: 129px;
    height: 44px;
}
.header-fixed   .site-header {
    border-bottom: 1px solid #ddd;
}
.header-fixed  header.site-header .container {
    max-width: 1239px;
}
.header-fixed  .site-title {
    margin: 0 -120px 0 -65px;
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1400px) {
    .h2-title{
        width: 55%;
    }
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
    .site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    }
/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
    .site-nav .menu:nth-child(2) > li > a {
        padding-left: 2px;
        padding-right: 2px;
    }
    .site-nav .menu > li > a{
        padding-left: 2px;
        padding-right: 2px;
}
/*------------ site_footer 1280 ------------*/
    .footer-top .col {
        width: 50%;
        border-width: 0;
        margin: 0;
        min-height: 0;
    }
    .footer-top .col3 {
        width: 100%;
        padding-top: 30px;
    }
    .footer-top .map-box {
        margin-top: 0;
    }
    .follow {
        margin-top: 20px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
     #contact .container .qrcode,#contact .container .contact-item{
        float: none;
          margin-left: -30px;
    }
    #contact .container .contact-item{
       margin-left: -30px;
        margin-top: 20px;
    }
    #contact .contact-botton{
        margin: auto;
        top: auto;
        bottom: 0px;
    }
/*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .site-map {    
        padding: 10px 0;
        padding-top: 40px;
    }
   
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .site-nav .menu {
        margin: 0 0px;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .banner.no-banner{
        height: 0;
    }
    /*--- 隱私權手機板 ---*/
    .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隱私權手機板 ---*/
    /*------------ site_header 1000 ------------*/
    .site-header {
        position:relative;
    }
    .site-title {
        top: 0px;
        left: 0;
        margin: 0 auto;
        display: block;
        float: none;
        text-align: center;
        transition: all 0s ease;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    .breadcrumb_all {
        padding-bottom: 25px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 10px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 0px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .footer-top .col3 {
        display: none;
    }

    .site-map {
       display: none;
    }
    .site-footer .share {
        display: none;
    }
    .site-footer .follow {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    .site-footer .site-info {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    .site-footer .col:nth-child(1) {
        flex-direction: column;
    }
    .site-footer .row {
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .site-footer .col:nth-child(1) {
        width: 100%;
    }
    .site-footer .col:nth-child(2) {
        text-align: center;
        width: 100%;
        padding-top: 26px;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
          position: fixed;
        margin-right: -15px; 
        border:none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 925px) {
    .h2-title{
        width: 40%;
    }
}
@media screen and (max-width: 880px) {
    #contact .contact-botton{
        position: static;
        margin: 0px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 860px) {
    .h2-title{
        width: 100%;
        font-size: 24px;
    }
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    .breadcrumb{
        position: static;
        margin:30px 0px -10px;
        text-align: left;
        padding: 0px;
    }
/*------------ / breadcrumb 767 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 60px;
    }
    .main-t-box {
        width: 214px;
    }
    .main-t-box.style2{
        width: 293px;
    }
    .main-title {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 2px;
    }
    .main-t-box {
        padding-left: 99px;
    }
    .content-title2 {
        font-size: 18px;
    }
/*------------ / site_main 767 ------------*/
    .site-map{
        display: none;
    }
    .site-footer .share{
        display: none;
    }
    .site-info{
        padding: 0px 0;
    }
/*------------ pagination 767 ------------*/
     .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: 0px;
    }
    .pagination li.pagination_ctrl{
        position: absolute;
        bottom: 38px;
    }
    .pagination li.pagination_prev{
        left: 0;
    }
    .pagination li.pagination_next{
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .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-wrap .form-box .tips {
        min-height: 0;
    }
   .success-wrap {
        padding: 30px 0px;
    }
    .success-msg {
      padding-right:5px;
      padding-left:5px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}
@media screen and (max-width: 340px) {
    #contact{
         padding: 20px 10px 10px;
    }
    #contact .contact-botton{
        width: 98%;
    }
}
@media screen and (max-width: 300px) {
    #contact .container .qrcode li{
        margin:1px;
    }
}