@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Libre+Baskerville');
::selection {
    background: #ffecb4;
    color: #050C52;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #ababab;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
    background: #0B1320;

}
.wrapper{
    background: url(../../images/common/bg.jpg);
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box{
    display: block;
    position: relative;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.cover {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
/*------------ / basic ------------*/
.lazyload,.lazyloaded{
    width: 100%;
}
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 35px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: #0d1321;
    border-radius: 8px;
    border:solid 1px #C5A768;
    letter-spacing: 0;
}
.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -20px;
    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:#C5A768;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #C5A768;
    border-radius: 50%;
    margin: 0 2px 3px;
}
/*------------ / icon ------------*/

/*------------ btn ------------*/

.share .btn {
    width: 28px;
    height: 28px;
    line-height: 32px;
    font-size: 17px;
    color: #101112;
    border-radius: 50%;
    background: #979797;

}
.share .btn:hover {
    color: #fff;
}
.share .btn.facebook:hover { background: #48529A; }
.share .btn.twitter:hover  { background: #4EC3FE;  }
.share .btn.plurk:hover   { background: #EA4640; }
.ibtn.fb-fans-page {}

.btn.back {
    display: block;
    margin: auto;
    border: solid 1px #E0E0E0;
    font-family: Libre Baskerville;
    font-size: 17px;
    color: #DFDFDF;
    max-width: 100%;
    line-height: 65px;
    width: 392px;
    border-radius: 0;
    text-align: right;
    padding: 0 24px;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;
}
.btn.back:hover {
 background-color: #050D53;
    border-color:  #050D53;
}
.btn.back:before{
    display: block;
    width: 21px;
    height: 5px;
    margin-left: 10px;
    background: url(../../images/common/index/arrow_left.svg);
    content: "";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 24px;

}
.btn.back:hover:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.btn.simple {
    display: inline-block;
    margin: 0 auto 10px;
    border: solid 1px #E0E0E0;
    /*font-family: Libre Baskerville;*/
    font-size: 17px;
    color: #DFDFDF;
    max-width: 100%;
    line-height: 45px;
    width: 160px;
    border-radius: 0;
    text-align: left;
    padding: 0 14px;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;
}
.btn.reset{
    text-align: right;
}
.btn.simple:hover {
   background-color: #050D53;
    border-color:  #050D53;
}
.btn.simple:after {
    display: block;
    width: 21px;
    height: 5px;
    margin-left: 10px;
    background: url(../../images/common/index/more.svg);
    content: "";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 14px;
}
.btn.simple.reset:after{
    right: auto;
    left: 14px;
    background: url(../../images/common/index/arrow_left.svg);
}
.btn.simple:hover:after{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.btn.simple.reset:hover:after{
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.btn.simple.login b {
    font-size: inherit;
}
.btn.simple.login:hover b {
    color: #BE9964;
}

.btn.simple2 {
    background: #221616;
    color: #fff;
    font-size: 16px;
    width: 244px;
    line-height: 35px;
    margin: 0 5px 10px;
}
.btn.simple2:hover {
    background: #C59B5D;
}

.btn.normal {
    border: 1px solid #ddd;
    background: #fff;
    height: 32px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    letter-spacing: 0.025em;
    margin: 0 5px 10px;
    padding: 0 18px;
    position: relative;
    border-radius: 15px;
}
.btn.normal:hover {
   background: #C59B5D;
   border-color: #C59B5D;
   color: #fff;
}
.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
    color: #999;
}
.btn.normal:hover .ic {
    color: #fff;
}
.btn.pure {
    color: #666;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #BE8F53;
    text-decoration: underline;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/
.wrapper {
    padding-top: 198px;
}

.site-header {
     position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
    background: #0d1321;
}
.site-header .container {
    max-width: 1440px;
    padding: 0;
}
.site-title {
    text-align: center;
    padding: 32px 0;
    transition: all .3s ease;
}
.site-header .search-box .form-control{
    transition: all .3s ease;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50%  no-repeat;
    background-size: contain;
    width: 205px;
    height: 51px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo{
    width: 220px;
    height: 29px;
}
.header-fixed .site-header .search-box .form-control{
    line-height: 52px;
    height: 52px;
}
.header-fixed .site-nav .menu > li > a{
    padding: 10px 25px;
}
.header-fixed .top-nav2
 {
    top: 15px;
}
.header-fixed .top-nav{
	top:50px;
}



.top-nav {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 80px;
}

.top-nav2 {
    position: absolute;
    right: 0;
    top: 54px;
    text-align: right;
    transition: all .3s ease;
}
.site-header .share .btn {
    margin: 0 3px;
}
.site-header .language {
    position: relative;
    font-size: 13px;
    color: #979797;

    font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li+li:before {
    content: '/';
}
.site-header .language li a {
    margin: 0 6px;
    padding-bottom: 1px;
    transition: all .3s ease;

}
.site-header .language li a:before{
    content:'';
    display:inline-block;
    background: #E0E0E0;
    width:100%;
    height:1px;
    position:absolute;
   bottom: 0;
   left: 0px;
    z-index:10;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:right;
    transform-origin:right;
    transition:transform .7s cubic-bezier(.19,1,.22,1),background .6s ease,-webkit-transform .7s cubic-bezier(.19,1,.22,1);
}
.site-header .language li a:hover ,.site-header .language li.active a {
    color: #DFDFDF;
}
.site-header .language li a:hover:before,.site-header .language li.active a:before{
    -webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:left;
    transform-origin:left;
}

.site-header .search-box {
    position: absolute;
    width: 247px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 0;
}
.site-header .search-box:before{
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    background: #C6A869;
    transition: all .3s ease;
    right: 0;
    width: 0;
}
.site-header .search-box:hover:before{
    width: 100%;
}
.site-header .search-box .form-control {
    background-color: transparent;
    border: 0;
    height: 82px;
    line-height: 80px;
    padding: 0 36px 0 10px;
    margin: 0;
    color: #E0E0E0;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: right;
    font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
    width: 27px;
    height: 28px;
    position: absolute;
    z-index: 2;
    right: 3px;
    top: 50%;
    margin-top: -14px;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.site-nav {
    clear: both;
    border-top: solid 1px #37444F;
}
.site-nav .menu {
    text-align: left;
    padding-right: 247px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #C5A768;
    font-size: 18px;
    padding: 25px 25px;
    font-weight: bold;
    vertical-align: middle;
    transition: all .3s ease;
    position: relative;
}
.site-nav .menu > li > a:before{
    content: '';
    background: #E0E0E0;
    position: absolute;
    top: -1px;
    height: 1px;
    width: 0%;
    display: block;
    transition: all .3s ease;
    left: 0;
}
.site-nav .menu > li > a> span{
    font-family: 'Arvo', serif;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-top: -3px;
    margin-right: 5px;
    transition: all .3s ease;
}
.site-nav .menu > li.active_menu > a:before,
.site-nav .menu > li:hover > a:before {
    width: 100%;
}
.site-nav .menu > li.active_menu > a,
.site-nav .menu > li:hover > a {
    color: #E0E0E0;
}
.site-nav .menu > li.active_menu > a >span,
.site-nav .menu > li:hover > a>span {
    color: #979797;
}
.site-nav .menu ul {
    display: none;
}
/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top {
    text-align: center;
}
.main-content {
    padding: 55px 0 143px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.main-title {
   padding: 34px 0 0px;
    margin: 0;
    text-align: center;
    line-height: 1.55;
}
.main-title span {
    color: #DFDFDF;
    font-size: 18px;
    font-weight: 300;
    font-family: Arvo;
    letter-spacing: 28px;
    display: inline-block;
    padding-left: 28px

}
.main-title h1,.main-title h2 {
    display: block;
    margin: 0;
    color: #C5A768;
    font-size: 22px;
    letter-spacing: 8px;
}
.content-title {
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 20px;
    letter-spacing: 2px;
}
.content-title2 {
    color: #BF944E;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #7F7F7F;
    margin: 15px 0 30px;
}
.content-title2 span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-top: -15px;
    padding: 0 15px;
}
.content-title2 small {
    display: block;
    color: #201414;
    font-size: 20px;
}
.content-title2 small:before,
.content-title2 small:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border: 2px solid #C3975C;
    margin: -6px 12px 0;
}
.content-title3 {
    border: 1px solid #DCDCDC;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 16px 10px;
    margin: 0 0 60px;
    letter-spacing: 0.25em;
}

.corner {
    position: relative;
}
.corner .cor {
    display: block;
    position: absolute;
    border: solid #454545;
    width: 13px;
    height: 13px;
    z-index: 2;
    pointer-events: none;
}
.corner .cor.lt { border-width: 1px 0px 0px 1px; top:    -1px;  left: -1px; }
.corner .cor.rt { border-width: 1px 1px 0px 0px; top:    -1px; right: -1px; }
.corner .cor.lb { border-width: 0px 0px 1px 1px; bottom: -1px;  left: -1px; }
.corner .cor.rb { border-width: 0px 1px 1px 0px; bottom: -1px; right: -1px; }

.shopping-title {
    color: #333;
    font-family: '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 20px;
    text-indent: -42px;
    padding-left: 42px;
}
.shopping-title .en {
    letter-spacing: 0.05em;
}
.shopping-title .ic {
    font-size: 20px;
    color: #C3975C;
    vertical-align: text-bottom;
    margin: 0 0 3px;
    text-indent: 0;
}

.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.align-left {
    text-align: left;
}
.btn-box.align-right {
    text-align: right;
}

.warning-sect {
    padding-bottom: 30px;
}
/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.main-top {
    text-align: left;
}
.main-top .container{
    overflow:hidden; 

}
.breadcrumb {
    text-align: left;
    padding: 15px 0;
    font-size: 12px;
    color: #37444E;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.breadcrumb:before{
    background: #24262F;
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 1440px;
    margin-left: 18px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .3s ease;
}
.breadcrumb li+li:before {
    content: '/ ';
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #C5A667;
    font-weight: bold;

}
.breadcrumb li:last-child a {
    color: #C5A667;
    font-weight: bold;
}

.content-breadcrumb {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #979797;
    padding-top: 0;
    padding-bottom: 26px;
}
.content-breadcrumb:before{
    display: none;
}
.content-breadcrumb li+li:before {
    content: ' - ';
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.content-breadcrumb li:last-child a,
.content-breadcrumb li:last-child a:hover {
    color: #DFDFDF;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/
.side {
    width: 200px;
    float: left;
    font-size: 16px;
}
.has-side .content {
    width: calc(100% - 245px);
    float: right;
}
.side-nav {
    line-height: 1.4;
    margin-bottom: 35px;
}
.side-nav li {
    position: relative;
}
.side-nav li a {
    display: block;
    position: relative;
    padding: 4px 0;
    transition: all .3s ease;
}

.side-nav > li {
    position: relative;
    margin-bottom: 15px;
}
.side-nav > li > a {
    color: #DFDFDF;
    padding: 15.5px 40px 15.5px 15px;
    font-weight: bold;
    border:solid 1px #37444F;
}
.side-nav > li > a:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/side_ic.svg);
    width: 21px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: all .3s ease;
    opacity: 0;
}
.side-nav > li.active > a,
.side-nav > li > a:hover {
    background: #37444F;
}
.side-nav > li.active > a:after,
.side-nav > li > a:hover:after{
    opacity: 1;
}
.side-nav ul {
    display: none;
    margin-top: 15px;
    padding-bottom: 15px;
}
.side-nav ul li a {
    color: #DFDFDF;
    font-weight: bold;
    padding: 5.5px 10px;
    position: relative;
}
.side-nav ul li a:before{
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #C6A869;
    position: absolute;
    top: 14px;
    left: 0;
    transition: all .3s ease;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    padding-left: 35px;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before {
    width: 21px;
}
/*------------ / side ------------*/

/*------------ site_footer ------------*/
.tag{
    font-family: Libre Baskerville;
    color: #C6A869;
    font-size: 14px;
    letter-spacing: 60.75px;
    text-align: center;
    margin-bottom: 25px;
}
.site-footer .gotop {
    text-align: center;
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
}
.site-footer .gotop:hover {
    color: #BE9153;
}
.footer-top {
    text-align: center;
    padding: 70px 0 40px;
    background: #000000 url(../../images/common/footer_top.jpg) top repeat-x;
    background-size: 100% auto;
}
.qrcode,.service-sect,.site-map{
    float: left;
    width: 33.33%;
}
.qrcode {
    margin-top: 8px;
    text-align: left;
}
.qrcode img{
    max-width: 110px;
    vertical-align: middle;
}
.fb-fans-page{
    background: url(../../images/tw/ig.png);
    width: 110px;
    height: 110px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.fb-fans-page:hover{
    background-position: bottom;
}
.footer-top .share{
    text-align: left;
    margin-top: 20px;
}
.footer-top .share:before{
    content: 'Share Us';
    font-size: 15px;
    color: #979797;
    font-family: Arvo;
    margin-right: 10px;
}
.service-sect{
    display: inline-block;
}
.site-map {
    text-align: right;
    display: inline-block;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    color: #979797;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    
}
.site-map ul + ul{
     margin-left: 60px;
}
.site-map ul li a {
    padding: 4px 0;
}
.site-map ul li a:hover {
    color: #C5A667;
}
.footer-links-list {
    float: right;
    width: 510px;
    margin: 0 -7px;
}
.footer-links-list .item {
    width: 50%;
    padding: 0 7px;
}
.footer-links-list .box {
    max-width: 240px;
    margin: 0 auto;
}
.footer-links-list .pic {
    position: relative;
    overflow: hidden;
}
.footer-links-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(195,151,92,0.7);
    opacity: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-links-list .box:hover .pic:before {
    opacity: 1;
}

.footer-bottom {
    color: #979797;
    font-size: 12px;
    text-align: center;
    border-top: solid 1px #24262F;
    padding: 34px 0 39px;
    background: #000000;

}
.footer-bottom a:hover {
    color: #BE9354;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 50%;
    margin-right: -800px;
    bottom: 45.5%;
    z-index: 400;
    text-align: center;
    width: 72px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.floating .btn {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    line-height: 0.95;
    padding: 1px 0 6px;
}
.floating .btn:hover {
    opacity: .7;
}
.floating .btn .ic {
    display: block;
    font-size: 30px;
    margin: 6px 0;
}
.floating .btn.gotop {
    width: 70px;
    height: 70px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-family: Libre Baskerville;
    border:solid 1px #37444F;
    position: relative;
}
.floating .btn.gotop .barVign2 {
    position: absolute;
    background: #C6A869;
    transition: all .8s ease;
}
.barVign2.T {
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
}
.floating .btn.gotop:hover  .barVign2.T{
    width: 100%;

}
.barVign2.R {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    
}
.floating .btn.gotop:hover  .barVign2.R{
    height: 100%;

}
.barVign2.B {
    bottom: 0;
    left: 0;
     width: 0;

    height: 1px;
}
.floating .btn.gotop:hover .barVign2.B{
    width: 100%;

}
.barVign2.L {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;

}
.floating .btn.gotop:hover  .barVign2.L{
    height: 100%;

}
/*------------ / floating ------------*/

/*------------ content_nav ------------*/
.content-nav-box {
    text-align: center;
    margin: 0 0 50px;
}
.content-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-nav:before,
.content-nav:after {
    display: inline-block;
    font-family: 'icon-font-35' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;
    color: #C3975C;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
.content-nav:before {
    content: '\e91b';
    left: 0;
}
.content-nav:after {
    content: '\e91c';
    right: 0;
}
.content-nav li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    border-left: 1px dotted #bbb;
    margin-right: 4px;
}
.content-nav li a {
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    padding: 2px 10px;
    margin: 3px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #241711;
    color: #fff;
}
.content-nav li a.logout {
    color: #BE965D;
}
.content-nav li a.logout:hover {
    color: #fff;
    background: #BE965D;
}

/*------------ / content_nav ------------*/

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ACACAC;
    text-align: center;
    font-size: 14px;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #C6A869;
    font-weight: bold;
}
.pagination li a.controls {
    padding: 0;
}
.pagination li a.controls:hover {
    color: #C59B5D;
}
.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.pagination li a.controls .ic {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-top: 8px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
.page-info .form-control:focus {
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    color: #9A9A9A;
    font-size: 13px;
    text-align: center;
    margin: 0 0 35px;
}
.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 40px;
    border: 1px solid #DDD;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 25px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .btn {
    width: 26px;
    height: 28px;
    line-height: 26px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #221714;
    border-color: #221714;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    border: 1px solid #989aa9;
    background: none;
    color: #fff;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #C3995B;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #241711;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    color: #C5A768;
    font-size: 21px;
    letter-spacing: 0.06em;
    text-align: center;
        font-family: Arvo;
    margin-bottom: 10px;
    margin-top: 80px;
}
.form-wrap {
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.form-box {
    margin: 0 auto;
    padding: 25px 0;
}
.form-wrap.type1 {
    max-width: 1045px;
}
.form-wrap.type1 .form-box {
    border: 1px solid #D7D7D7;
    border-width: 1px 0;
}
.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type3 {
    max-width: 1045px;
}
.form-wrap.type3 .form-box {
    max-width: 830px;
    padding: 10px 0 45px;
}
.form-box .row {
    margin: 0 -2%;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background:#C5A768;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 12px;
}
.form-box .form-group {
    padding: 6px 0 3px;
    line-height: 32px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #C5A768;
    font-size: 14px;
    line-height: inherit;
    padding-left: 20px;
}
.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: 50%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #BE9964;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #fff;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    background: #C59B5D;
    border-color: #C59B5D;
    transform: rotate(270deg);
}
.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: inherit;
    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: #BBA273;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}

.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 {
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 60px;
}
.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 {
}
.success-wrap.type2 {
    background: #fff;
    border: 4px solid #FABE00;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #241711;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 24px;
}
.success-msg span {
    color: #C5A768;
    font-weight: normal;
}
.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}
.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}
.success-txt {
    letter-spacing: 0.04em;
    line-height: 1.65;
    padding-bottom: 10px;
}
.success-txt b {
    font-size: 16px;
    color: #333;
}
.success-txt a {
    text-decoration: underline;
    color: #C5A768;
}
.success-txt a:hover {
    color: #111;
}

/*------------ / form ------------*/

/*------------ table ------------*/
.table-h {
    font-size: 13px;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #201810;
    padding: 8px 12px;
}
.table-h thead,
.table-h tbody {
    border-top: 1px solid #7F7F7F;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table th span,
.table td span {
    color: #C3995B;
}
.table td b {
    color: #fff;
}

.table-v {
    border: 1px solid #DCDCDC;
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}
.table-v th {
    background: #221616;
    color: #999696;
    text-align: center;
    width: 120px;
    position: relative;
}
.table-v tr + tr td {
    border-top: 1px solid #DCDCDC;
}
.table-v tr + tr th {
    border-top: 1px solid #444;
}
.table-v strong {
    color: #C3975C;
}
.table-v b {
    color: #C3975C;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/
.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
}
.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-skin {
    background: #0d1321;
    padding-top: 70px !important;
    margin: 0 0 30px;
    border: 3px solid #C7A679;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-album.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-album .photo-prev,
.fancybox-album .photo-next {
    background-image: url('../../images/common/album/lightbox_arrow.png');
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.fancybox-album .photo-prev {
    background-position: 0 0;
    right: 54px;
}
.fancybox-album .photo-next {
    background-position: 100% 0;
    right: 0;
}
.fancybox-album .photo-prev:hover {
    background-position: 0 100%;
}
.fancybox-album .photo-next:hover {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    color: #878787;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 20px;
}
.fancybox-album .photo-title {
    color:#C5A768;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    border: 1px solid#C5A768;
    border-width: 1px 0;
    padding: 10px;
    margin-bottom: 15px;
    min-height: 21px;
}
.fancybox-album .photo-pager {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-top: 25px;
        font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.fancybox-album .photo-pager b {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #C5A768;
    padding: 0 3px;
}
.fancybox-album .photo-intro {
    padding: 5px 0;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #0d1321;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #666;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav-top:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #C3975C;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav > li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #C3975C;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #777;
}
.mmenu-show #mobile-search .search-box .btn.search ,.mmenu-show #mobile-search .ibtn.search{
    width: 27px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 5px;
    top: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search{
    background:url(../../images/common/btn_search.png)
}
.mmenu-show #mobile-menu .menu li > a>span{
    display: none;

}

@media screen and (max-width: 1620px) {
/*------------ floating 1620 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 3px;
        margin-right: 0;
    }
/*------------ floating 1620 ------------*/
}
@media screen and (max-width: 1470px) {
/*------------ site_header 1470 ------------*/
    .top-nav {
        left: 15px;
    }
    .top-nav2 {
        right: 15px;
    }
    .site-nav .menu > li > a {
        padding: 8px 28px;
    }
/*------------ / site_header 1470 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1200 ------------*/
    .site-title .logo {
        width: 171.43px;
        height: 80px;
    }
    .site-nav .menu > li > a {
        padding: 8px 18px;
    }
/*------------ / site_header 1200 ------------*/
/*------------ site_footer 1000 ------------*/
    .site-map ul {
        margin-left: 25px;
    }
/*------------ / site_footer 1000 ------------*/
}
@media screen and (max-width: 1000px) {
	
    .wrapper{
        padding-top: 40px;
    }
    /*--- 隱私權手機板 ---*/
     .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-title,.header-fixed .site-title {
        padding: 15px 0;
        border-bottom: 1px solid #7F7F7F;
    }
    .site-title .logo ,.header-fixed .site-title .logo {
        width: 180px;
        height: 40px;
    }
    .top-nav,
    .top-nav2,
    .site-nav {
        display: none;
    }
	.site-header  ,.header-fixed .site-header{
         position:static;
        z-index: 990;
	}
	body {
        padding-top: 0px;
    }

/*------------ / site_header 1000 ------------*/
/*------------ banner 1000 ------------*/
/*------------ / banner 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        padding: 45px 0 0;
    }
    .main-title span {
        letter-spacing: 8px;
        padding-left: 8px;
    }
    .form-wrap.type3 .form-box{
        padding-bottom: 0;
    }
/*------------ / site_main 1000 ------------*/
/*------------ side 1000 ------------*/
/*------------ / side 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .tag{
        padding-left: 11px;
        letter-spacing: 11px;
    }
    .footer-top {
        padding: 20px 0;
    }
    .site-map {
        display: none;
    }
    .qrcode {
        margin-top: 4px;
    }
    .footer-top .share{
        display: none;
    }
    .qrcode, .service-sect, .site-map{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;

    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        width: auto;
    }
    .floating .btn-group {
        display: none;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        display: block;
        white-space: nowrap;
        text-indent: 101%;
        overflow: hidden;
        text-align: left;
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_header 767 ------------*/
  
/*------------ / site_header 767 ------------*/
/*------------ banner 1000 ------------*/
/*------------ / banner 1000 ------------*/
/*------------ site_main 767 ------------*/
    .main-title {
        padding: 20px 0 0;
        height: 60px;
    }
    .main-title img {
        max-height: 100%;
    }
    .content-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .content-title3 {
        margin-bottom: 30px;
    }
    .main-content {
        padding: 0px 0 45px;
    }
    .success-msg{
        font-size: 20px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .qrcode {
        float: none;
        display: inline-block;
    }
    .footer-links-list {
        display: none;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border-width: 1px 0;
        padding: 25px 0;
        max-width: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .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.type2 {
        padding: 30px 15px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-close {
        top: 10px;
        right: 10px;
    }
    .fancybox-album .fancybox-skin {
        padding: 50px 15px 15px !important;
    }
    .fancybox-album .photo-prev,
    .fancybox-album .photo-next {
        width: 30px;
        height: 30px;
        -webkit-background-size: 60px auto;
        background-size: 60px auto;
    }
    .fancybox-album .photo-prev {
        right: 31px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 5px 10px;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ site_footer 400 ------------*/

    .follow-box > *{
        margin: 3px 0;
    }
/*------------ / site_footer 400 ------------*/
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}