@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap');
/*------------ basic ------------*/
body {
   font-family:'Fira Sans', sans-serif, 'Arial', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
     color: #666;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
}
h3.name{
    margin: 0;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.box{
    display: block;
    position: relative;
}
/*------------ / 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: rgb(147 37 42 / 0.85);
    color: #fff;
    /* border-radius: 8px; */
    /* border:solid 1px #94252a; */
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
    background-color:#93252a; 
     opacity:0.85; 
     filter:alpha(opacity=85); 
}
.header-sheet .close-ontop {
    color: #9FA0A0;
    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: #222;
    text-shadow: 0 1px 0 #9FA0A0;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#9FA0A0;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! éš±ç§æ¬Š ---*/
/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.icon.require {
    background: #94252a;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px 3px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    color: #1F2645;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 31px;
    border-radius: 30px;
    background: #9FA0A0;
    margin: 0px 2px;
    text-decoration: none;
    transition: all .4s ease;
}
.share .btn i{
    line-height: 40px;
}
.share .btn:hover {
    background: #94252a;
    text-decoration: none;
    color:#fff;
}
.share .btn .ic {
    vertical-align: middle;
    /* margin-bottom: 5px; */
}
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 100px;
    height: 100px;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.75;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    max-width: 168px;
    width: 100%;
    height: 36px;
    background: #94252a;
    color: #ffffff;
    font-family: 'Fira Sans', 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei',  'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 36px;
    border-radius: 0px;
    position: relative;
    margin: 0 8px 10px;
}
.btn.simple:hover {
    background: #1f2c5c;
    color: rgb(255 255 255 / 0.8);
}
.btn.simple .ic {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 6px 6px;
}
.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.btn.simple2:hover {
    background: #94252a;
}
.btn.simple3 {
    width: 100%;
    color: #fff;
    background: #94252a;
    font-size: 20px;
    font-family: 'Fira Sans', 'å¾®è»Ÿæ­£é»‘é«”',serif;
    line-height: 40px;
    letter-spacing: 0.08em;
    border-radius:0;
    position:relative;
    z-index:0;
   
}

.btn.simple3:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background:  #1f2c5c;;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.btn.simple3:hover:before {
    
  z-index: -1;
  right: auto;
  left: 0;
  width: 100%;
}
.btn.normal {
    color: rgb(255 255 255 / 0.8);
    background: #94252a;
    font-size: 14px;
    padding: 0 10px;
    min-width: 160px;
    line-height: 32px;
    border-radius:0;
    margin: 0 2px 10px;
}
.btn.normal:hover {
   background: #1f2c5c;
}
.btn.normal .icon {
    margin: 0 4px 3px 0;
}
.btn.normal .icon.home {
    background-position: 0 0;
}
.btn.normal .icon.cart {
    background-position: -25px 0;
}
.btn.normal .icon.cart2 {
    background-position: -50px 0;
}
.btn.normal .icon.order {
    background-position: -75px 0;
}
.btn.normal .icon.money {
    background-position: -100px 0;
}
.btn.pure {
    color: #94252a;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #888;
    text-decoration: none;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9995;
   box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.wrapper{
    padding-top: 111px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 18px 0 19px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 170px;
    height: 74px;
    transition: all .45s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .icon {
    margin: 0 3px 3px 0;
}
.top-nav .icon.lock  { background-position: -100px -25px; }
.top-nav .icon.order { background-position:  -75px -25px; }
.top-nav .icon.money { background-position:  -50px -25px; }
.top-nav .icon.cart  { background-position:  -25px -25px; }


/*---- img scale ----*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*è©¢åƒ¹è»Š é–‹å§‹*/

.func-menu{
    float: right;
    /* margin-top: 8px; */
}
.func-menu > li.gocart{
    position: relative;
}
.func-menu > li.gocart .toggleBtn{
    position: relative;
    font-size: 15px;
    line-height: 30px;
    padding: 0px 30px;
    padding-right: 0px;
    color: #9e9fa5;
    display: flex;
    align-items: center;
    font-weight:400;
}
.func-menu > li.gocart .toggleBtn .title{
    font-weight: bold;
}
.func-menu > li.gocart .toggleBtn .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.ic3-cart:after {
    background: url(../../images/common/cart.png) 50% 50% no-repeat;
    content: '';
    width: 23px;
    height: 20px;
    position: relative;
    display: block;
    top: 0px;
    right: calc(0% - 0px);
}
.func-menu > li.gocart .toggleBtn .num{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #94252a;
    line-height: 25px;
    min-width: 25px;
    padding: 0 5px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    bottom: 7px;
    left: -2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.func-menu > li.gocart .toggleBtn .ic3-cart{
    color: #9e9fa5;
    font-size: 21px;
    position: relative;
    top: -1px;
    margin: 0 5px 0 5px;
}
.func-menu > li.gocart:before {
    display: none;
}

.func-menu > li.gocart > a {
    font-weight: bold;
    padding: 0;
    margin: 0 10px;
}

.func-menu > li.gocart.active > a,
.func-menu > li.gocart > a:hover {
    text-decoration: none;
}


.func-menu > li.gocart .price {
    color: #94252a;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 100%;
    border: 0px solid transparent;
    box-shadow: 0px 0px 5px 0px rgba(19, 37, 59, 0.2);
    background: rgb(238 239 240 / 1);
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    width: 300px;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
    transition: all 0.4s;
}
.func-menu .cart-box .cart-box-more{
    padding: 7px;
    padding-top: 0;
}
.func-menu .cart-box .btn {
    font-family: 'Fira Sans', sans-serif;
    width: 100%;
    background: #94252a;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 46px;
    border-radius: 0;
    letter-spacing: 0.05em;
    transition: all .5s;
}
.func-menu .cart-box .btn:hover {
    background: #1f2c5c;
}

.func-menu .cart-box .btn .icon {
    background-position: -180px -87px;
}

.func-menu .cart-list {
    padding: 10px;
}
.func-menu .cart-list li {
    clear: both;
    min-height: 64px;
}
.func-menu .cart-list li+li {
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
}
.func-menu .cart-list li:nth-last-child(1) {
    border-bottom: 1px solid #E3E3E3;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list .box {
    display: block;
    position: relative;
}
.func-menu .cart-list a.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; 
}

.func-menu .cart-list .box:hover .name {
    color: #555;
}
.func-menu .cart-list .pic {
    float: left;
    width: 54px;
    margin-bottom: 8px;
}
.func-menu .cart-list .txt {
    margin-left: 69px;
    line-height: 15px;
    text-align: left;
    color: #AAAAAA;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
    padding-top: 5px;
}

.func-menu .cart-list .box:hover .name {
    color: #1f2c5c;
}
.func-menu .cart-list .qty {
    color: #94252a;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
} 

/*è©¢åƒ¹è»Š çµæŸ*/

.top-nav .language .btn {
    display: none;
}
.top-nav .language li a {
   display: inline-block;
   background: #ffffff;
   color: #9E9FA5;
   font-size: 13px;
   border-left: solid thin rgb(158 159 165 / 0.4);
   line-height: 16px;
   min-width: 25px;
   text-align: center;
   padding-left: 8px;
   transition: all .8s ease;
}
.top-nav .language li a:hover {
    color: #94252a;
   
}
.site-nav {
    position: relative;
    padding-top: 62px;
    /* margin-left: 320px; */
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -12px;
}
.site-nav .menu li {
    position: relative;
    line-height: 1.4;
}
.site-nav .menu li a {
    display: block;
    
}
.site-nav .menu > li {
      color: #1F1F1F;
   font-family:'Fira Sans', sans-serif, 'Arial', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
      font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 21px;
    box-sizing: border-box;
}
.site-nav .menu > li:nth-last-child(5):hover {
    color:#94252a;
}
.site-nav .menu > li > a {
  
}

.site-nav .menu > li + li:before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #B7272E;
    border-radius:100%;
    top: 13px;
    left: -3px;
    position: absolute;
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #94252a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -6px;
    max-width: 70px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px);
}
.site-nav .menu>li:hover:after,
.site-nav .menu>li.active:after,
.site-nav .menu>li.hold:after{
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
}


.site-nav .menu > li.active:nth-last-child(5){
    color:#94252a;
}

.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a ,
.site-nav .menu > li.hold{
    color: #94252a;
}
.site-nav .menu > li > a span {
    display: block;
    color: #fff;
    font-family: 'Lily Script One', cursive;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.site-nav .menu ul {
    display: none;
   font-family:'Arial', 'Fira Sans', sans-serif, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 208px;
    box-sizing: border-box;


}
.site-nav .menu > li > ul {
    top: 154%;
    left: 50%;
    margin-left: -104px;
    
    

}
/* .site-nav .menu > li > ul:before {
    content: ' ';
    background: url(../../images/common/menu_deco.png) no-repeat;
    display: block;
    height: 9px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
} */
.site-nav .menu ul li+li {
   padding-top: 1px;
}
.site-nav .menu ul > li+li {
    padding-top: 1px;
}
.site-nav .menu ul li a {
     font-size: 15px;
    text-align: center;
    padding: 10px;
     transition: all .6s ease;
     background-color:#efefef; 
     

   
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #94252a;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-header .search-box {
    position: relative;
    width: 125px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
    color:#9E9FA5;
}
/* .site-header .search-box:before {
    content: '';
    background: url('../../images/common/border_dot_v.png') 0 50% repeat-y;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
} */
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 42px 0 8px;
    font-family: 'Fira Sans', sans-serif;
    color:#9E9FA5;
}
.site-header .search-box .form-control:focus {
    border-color: #FBCFC7;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;

}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    /* border-bottom: 12px solid #444; */
    background: #EFEFEF;
}
.main-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #1F2C5C;
    line-height: 1.2;
    padding: 24px 0;
    margin: 0;
    font-weight:500;
    text-transform: uppercase;
}
.main-title:before {
    content: ' ';
    background: url(../../images/common/title_deco.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 40px;
    margin: -5px 20px 0;
}
.main-content {
    padding: 35px 0 100px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 45px;
}
.content-title {
    color: #222;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    text-align:center;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.content-title .keyword {
    color: #94252a;
    font-size: 0.7em;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 0;
}
.shopping-title .icon.cart {
    background-position: 0 -30px;
}
.shopping-title .icon.money {
    background-position: 0 -60px;
}
.shopping-title .icon.plus {
    background-position: 0 -90px;
}
.shopping-title .icon.user {
    background-position: 0 -120px;
}
.shopping-title .icon.box {
    background-position: 0 -150px;
}
.shopping-title .icon.notice {
    background-position: 0 -180px;
}
.shopping-title .icon.msg {
    background-position: 0 -210px;
}
.btn-box {
    clear: both;
    padding-top: 45px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding: 0 0 30px;
}
.site-nav,.site-header,.site-title{
    transition: all .45s ease;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav{
    padding-top: 25px;
}
.header-fixed .site-title {
    padding: 15px 0px;
}

.header-fixed .site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 170px;
    height: 45px;
    transition: all .45s ease;
}


/*------------ / site_main ------------*/
/*------------ contet_nav ------------*/
.content-nav {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}
.content-nav li {
    position: relative;
    margin: 0;
}
.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
}
.content-nav li a.logout {
    color: #94252a;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #94252a;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #000;
    color: #94252a;
}
.content-nav li a:before {
    content: '// ';
}
/*------------ / contet_nav ------------*/
/*------------ / site_footer ------------*/
.site-footer .col {
    float: left;
    width: 33.33333%;
}

.site-map {

  display:flex;

letter-spacing: 45px;

margin: 0;

align-content: flex-start;
}

.site-map ul {

    display: inline-block;

    vertical-align: top;

    text-align: left;


    font-size: 13px;
}

.site-map li {

padding: 3px 11px;

letter-spacing: 0.5px;
}

.site-info {
    color: #FFF;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
}

.site-info p {
    margin: 2px 0 0;
    letter-spacing: 1px;
    color: #9fa0a0;
}

.site-info b {
    color: #fff;
}

.site-info p i {
    font-size: 20px;
    color: #444444;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.site-info p.mail i {
    font-size: 14px;
}

.site-info p span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 35px);
}

.site-footer .fllow {
    float: right;
}

.fllow .qr-inner {
    
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 10px;
}

.fllow .fb {
    width: 110px;
    height: 120px;
    display: inline-block;
    background: url('../../images/common/fb.png');
    box-sizing: border-box;
    transition: all .3s ease;
}

.fllow .fb:hover {
    opacity: .5;
    transition: all .3s ease;
}

.footer-bottom {
    text-align: right;
    padding: 75px 0px 65px;
    font-size: 13px;
    color: #9fa0a0;
    background: #1F2645;
}


.footer-bottom2 {
    text-align:left;
    padding: 20px 0px 40px;
    font-size: 13px;
    color: #9fa0a0;
    background: #1F2645;
    letter-spacing:0.5px;
    border-top:1px solid rgb(221 221 221 / 0.15);
}
/* .footer-bottom2 .site-map{
    float: left;
    width: 60%;
    letter-spacing: 1px;
    } */


.site-map li:before {
    content: '';
    display: inline-block;
    top: -2px;
    left: -3px;
    margin:0 10px;
    background:#9fa0a0;
    width:3px;
    height:3px;
    border-radius:100%;
    position: relative;
}

.site-map a{
    font-size:14px;
    transition: all .4s ease;
}


.site-map a:hover {
    color: #94252a;
    text-decoration:underline;}

.footer-bottom .share {
    margin: 0;
    text-align:left; 
}

.footer-bottom span {
    margin: 0 0 0 15px;
}
.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 7px;
    position: relative;
    padding-left: 25px;
}

.footershare .footer-title{
    margin-top:-3px;
}
.footershare .footer-title:before{
    top: 10px;
}

.footer-title:before {
    content: '';
    display: block;
    background:#94252a;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 7px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 20%;
    margin-right: -800px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background: url(../../images/common/gotop.png) no-repeat #94252a;
    width:  60px;
    height: 60px;
    border-radius:100%;
    transition: all .45s ease;
}
.floating .ibtn.gotop:hover {
    background: url(../../images/common/gotop.png) no-repeat #1f2c5c;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
    text-align:center;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all ease 0.5s;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #94252a;
}
/*------------ / breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination-title {
    font-family: 'Poppins', serif;
    font-size: 14px;
    font-weight: bold;
    color: #9e9fa5;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pagination-title:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 24px;
    padding: 0 5px;
    border: 2px solid #9e9fa5;
    text-align: center;
    color: #9e9fa5;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all ease 0.3s;
    
}
.pagination li a:hover,
.pagination li.active a {
    border-color: #94252a;
    color: #94252a;
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
}
.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 2px solid #ccc;
    margin: 0;
    border-radius: 8px;
}
.page-info .form-control:focus {
    border-color: #94252a;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #132539;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: 0px;
    color: #E51C6C;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 5px 29px;
    box-sizing: border-box;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    background: #F5F6F7;
    border: none;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #0D0A13;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 0;
}
.qty-box .btn:hover {
    background: #94252a;
    color: #fff;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    top: 5px;
}
.qty-box .add {
    right: 0;
    top: 5px;
}
.t1{
    text-align:center;
    color:#94252a;
    font-size:30px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
}


.reminder {
    color: #333;
    font-size: 15px;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.reminder:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 230px;
    margin: 10px auto 0;
}
.reminder strong {
    color: #000;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.reminder .require-txt {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #aaa;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #94252a;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    font-family: 'Alike', serif;
    font-size: 38px;
    font-weight: normal;
    color: #D3AC72;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.form-title:after {
    content: '';
    display: block;
    width: 168px;
    border-top: 1px solid #777;
    margin: 30px auto 0;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    border: 1px solid #ddd;
    max-width: 740px;
}
.form-wrap.type3 {
    max-width: 1000px;
}
.form-box {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type2 .form-box {
    max-width: 540px;
    padding: 4% 0 5%;
}
.form-box .row {
    margin: 0 -2%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #94252a;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 8px 4px 0;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: inherit;
    padding-left: 5px;
    font-weight: 500;
}
.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: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.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: #FF7430;
    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 .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 .psw-account .control-label {
    float: left;
}
.form-box .psw-account .control-box {
    margin-left: 50px;
}
.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: 18px;
    height: 18px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.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;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 620px;
   
    color: #94252a;
    font-size: 30px;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 20px;
    border-radius: 8px;
    font-weight: 500;
}
.success-msg2 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
}
.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 20px auto 0;
}
.success-txt strong {
    color: #000;
    font-size: 16px;
}
.success-txt span {
    color: #1f2c5c;
    font-size: 22px;
    font-weight:500;
    
}
.success-txt a {
    text-decoration: underline;
    color: #94252a;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h thead {
    border-top: 1px solid #BBB;
}
.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #777;
    background: #eee;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px dashed #bbb;
}
.table-h tfoot tr {
    background: #FFEADF;
    color: #555;
}
.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}
.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}
.table-h tfoot td:last-child {
    width: 15%;
}
.table-h tfoot tr:last-child td {
    color: #94252a;
}
.table-h tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #aaa;
    font-size: 14px;
}
.table-h .pd-name {
    color: #222;
    font-size: 15px;
    font-weight: 500;
}
.table-h a:hover .pd-name {
    color: #94252a;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table-h a.pic:before {
    content: ' ';
    background:rgb(31 44 92 / 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    
}
.table-h a.pic:hover:before {
    opacity: 1;
}
.table .ibtn.delete {
    background-image: url(../../images/common/cart/btn_delete.png);
    width: 25px;
    height: 25px;
}
.table td span {
    color: #94252a;
}
.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}
.table-v tr:first-child {
    border-bottom: 1px solid #ddd;
}
.table-v tr:nth-child(2n+1) {
    background: #F7F7F7;
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}
.table-v strong {
    color: #94252a;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 0;
    top: -56px;
    display:none;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: none;
    padding:0 !important;
    border-radius: 0;
    margin-top: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 130px 0px 10px;
}
.fancybox-album .fancybox-close {
    background: url('../../images/common//album/lightbox_close.png') no-repeat;
    width: 70px;
    height: 40px;
    right: 0;
    top: -40px;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}


.fancybox-album .fancybox-title {
    color: #555;
     font-family:'Arial','Fira Sans', sans-serif, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
   font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    padding:10px 20px 5px;
    background:#fff;
}
.fancybox-album .photo-pager {
    float: right;
    font-size: 12px;
    
}
.fancybox-album .photo-title {
    background: url('../../images/common/album/title_icon.png') no-repeat 0 3px;
    padding-left: 24px;
    color: #94252a;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 20px;
   
}
.fancybox-album .photo-intro {
    margin-bottom: 10px;
     
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #94252a;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #94252a;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #94252a;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #94252a;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-menu .share-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f2645;
    z-index: 1100;
    margin: 0;
    border-top: 1px solid #ddd;
    text-align: center;
}
.mmenu-show #mobile-menu .language-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #1f2645;
    color: #9FA0A0;
    height: 40px;
    line-height: 20px;
}
.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;
    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;
    color: #9FA0A0;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
@media screen and (max-width: 1620px) {
/*------------ floating 1620 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin-right: 0;
    }
/*------------ / floating 1620 ------------*/
}
@media screen and (max-width: 1580px) {
/*------------ site_footer 1580 ------------*/
.footer-bottom2 .site-map{
    float: left;
    width: 100%;
    
    
    }

    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
/*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ site_header 1420 ------------*/
    .site-title {
        /* padding: 30px 0; */
    }
    .site-nav {
        /* position: static; */
        /* float: none; */
        /* clear: both; */
        /* padding: 0 0 15px; */
        /* margin: 0; */
    }
    .func-menu {
        margin-right: 0;
    }
/*------------ / site_header 1420 ------------*/
    .banner:before {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    .site-map li {
    padding: 3px 6px;
    letter-spacing: 0.5px;
}
/*------------ site_footer 1300 ------------*/
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
/*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1080px) {
/*------------ site_header 1080 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li > a {
        padding: 5px 8px;
    }
/*------------ / site_header 1080 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-header{
        position: static;
    }
    .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 {
        float: none;
        text-align: center;
        padding: 12px 0;
    }
    .site-title .logo ,.header-fixed .site-title .logo{
        width: 200px;
        height: 56px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 36px;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 25px;
    }
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ contet_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / contet_nav 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top,
    .footer-bottom .share {
        display: none;
    }
    .footer-bottom {
        padding: 35px 0 20px;
    }
    .site-map, .footer-bottom .share,.footershare .footer-title {
    display: none;
}
.site-footer .col,.footer-title{
    width:100%;
    text-align:center;
    margin-bottom: 15px;
}
.footer-title:before{
    left: calc(50% - 110px);

}
.footer-bottom2{
    text-align:center;
    padding: 20px 0;
}
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 35px;
        height: 35px;
        border: 0;
    }
/*------------ / 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_main 767 ------------*/
    .main-title {
        font-size: 30px;
    }
    .main-title:before,
    .main-title:after {
        display: none;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        font-size: 26px;
    }
    .main-content {
        padding: 30px 0 60px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 28px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-wrap.type2 {
        border: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
        padding: 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.type1 .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    .success-msg2 {
        font-size: 19px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h {
        border-top: 1px solid #bbb;
    }
    .sum-box .table-h {
        border-top: 0;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody 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 tfoot tr {
        padding: 10px 15px;
        overflow: hidden;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
        float: right;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 2;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th, .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -45px;
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        top: -55px;
        margin-top: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 400 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        background: #F7F7F7;
        border: 0;
    }
/*------------ / table 400 ------------*/
}
@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 ------------*/
}