@charset 'utf-8';
.mobile{
    display: none;
}
img{ 
    transition: all .3s ease; 
}
h1, h2, h3, h4, h5, h6,p{
    margin: 0;
}
.center{
    text-align: center;
}
/*------------ basic ------------*/
body {
    font-family: Arial,  '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1.3px;
    background: #FFF;
}
.loadingArea-page{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    opacity: 1;
    pointer-events: none;
    background: #FFF;
}
.wrapper{
    padding-top: 111px;
}
.top-main-title{
    display: none;
}
.sect-title{
    font-weight: bold;
    color: #1F1F1F;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.sect-title .t-main {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.7;
    letter-spacing: 4.5px;
}
.sect-title .t-main span{
    color: #C60033;
}
.sect-title .desc{
    font-size: 24px;
    color: #868686;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 2px;
}
.sect-title .t-small{
    color: #CECECE;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1;
}
.text-left,
.table-h td.text-left{
    text-align: left;
}
.container {
    padding: 0 15px;
    max-width: 1476px;
}
.site-header .container{
    max-width: 1758px;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.box{
    display: block;
    position: relative;
}
.box .pic{
    overflow: hidden;
    position: relative;
}
/*
.box .pic img{
    transition: all ease .3s;
}
.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);
}*/
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 45px;
    left: 45px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #BB1B21;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#BB1B21;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
.fixed-inquiry-btn{
    width: 111px;
    height: 56px;
    border-radius: 30px;
    background: #1246e0;
    position: fixed;
    right: 12px;
    bottom: 93px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 56px;
    padding-left: 11px;
    transition: all .3s ease;
    z-index: 1;
    letter-spacing: 0px;
    color: #FFF;
}
.fixed-inquiry-btn:hover{
    color: #FFF !important;
    background: #2357F1;
}
.fixed-inquiry-btn .inquiry-icon{
    background: url(../images/inquiry-icon.svg);
    width: 26px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 9px;
    top: 15px;
}
.fixed-inquiry-form{
    position: absolute;
    width: 256px;
    height: 366px;
    right: 132px;
    bottom: -137px;
    border: 1px solid #d1d1d1;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 1px 4px 20px #00000040;
    z-index: 901;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}
.fixed-inquiry-form.active{
    opacity: 1;
    pointer-events: auto;
}
.fixed-inquiry-form .in-top{
    background: #1246e0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fixed-inquiry-form .in-mid{
    padding: 20px 20px 5px;
    box-sizing: border-box;
}
.fixed-inquiry-form .in-bottom{
    padding: 0px 20px 14px;
    box-sizing: border-box;
}
.fixed-inquiry-form .in-text{
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    color: #FFF;
}
.fixed-inquiry-form .in-title{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}
.fixed-inquiry-form .in-mid .form-control{
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 7px;
    font-size: 15px;
    color: #333;
    transition: all .3s ease;
}
.fixed-inquiry-form .in-mid .form-control:hover,
.fixed-inquiry-form .in-mid .form-control:focus{
    border: 1px solid #afafaf;
    outline: none;
}
.fixed-inquiry-form .in-mid .control-label{
    color: #333;
    font-size: 14px;
    margin-bottom: 9px;
    display: block;
    padding-left: 17px;
    position: relative;
    text-align: left;
    line-height: 1;
}
.fixed-inquiry-form .in-mid .control-label.required:before {
    content: "";
    position: absolute;
    display: block;
    background: #F45C5C;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    margin: -3px 0 0 0;
    left: 5px;
}
.fixed-inquiry-form .in-mid .control-label.required:after {
    display: none;
}
.fixed-inquiry-form .in-mid .form-box{
    line-height: 1;
    padding: 0;
    background: transparent;
}
.fixed-inquiry-form .in-mid .form-group{
    margin-bottom: 20px;
    border: 0;
    padding: 0;
    line-height: 1;
}
.fixed-inquiry-form .in-mid .form-group .input-box{
    border: 0;
    padding: 0;
}
.fixed-inquiry-form .in-mid .form-group > div{
    padding-left: 0;
    width: 100%;
    margin-left: 0;
}
.fixed-inquiry-form .in-send-btn{
    width: 100%;
    border: 0;
    border-radius: 7px;
    font-size: 15px;
    transition: all .3s ease;
    height: 40px;
    background: linear-gradient(to right, #db3a3a, #F45C5C, #db3a3a, #F45C5C, #db3a3a);
    background-size: 400%;
    animation: grahover 4s linear infinite;
    color: #FFF;
    line-height: 40px;
    cursor: pointer;
}
.fixed-inquiry-form .in-send-btn:hover{
    opacity: 0.8;
}
@keyframes grahover {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} 
.fixed-inquiry-form .in-close-btn{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 6px;
    top: 4px;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}
.fixed-inquiry-form .in-close-btn:before{
    content: "";
    width: 16px;
    height: 2px;
    background: #FFF;
    position: absolute;
    right: 7px;
    top: 13px;
    transform: rotate(45deg);
}
.fixed-inquiry-form .in-close-btn:after{
    content: "";
    width: 16px;
    height: 2px;
    background: #FFF;
    position: absolute;
    right: 7px;
    top: 13px;
    transform: rotate(-45deg);
}
/*------------ btn ------------*/
.qrcode{
    display: inline-block;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7005;
    background: #FFF;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding:23px 0 18px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 326px;
    height: 56px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.site-nav {
    position: relative;
    padding-top: 31px;
    padding-bottom: 31px;
    margin-left: 320px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -12px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
    font-size: 18px;
}
.site-nav .menu > li {
    padding: 0 7px;
}
.site-nav .menu > li > a {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 19px;
    box-sizing: border-box;
    padding: 15px 19px;
}
.site-nav .menu > li > a .w-total{
    background: #C60033;
    color: #FFF;
    font-size: 14px;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    position: relative;
    bottom: 2px;
}
.site-nav .menu > li:nth-last-child(-n+4) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #C60033;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 200px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu ul li + li {
    border-top: 1px solid #DDDDDD;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -100px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #333333;
    padding: 15px 0;
    display: block;
    background: #F0F0F0;
    font-size: 15px;
    transition: all .3s ease;
}
.site-nav .menu ul> li.active >a,
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #C60033;
    color: #FFF;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}
/* menuBox */
.toggle_btn{
    display: inline-block;
    position: relative;
    width: 20px;
    margin-top: -5px;
    margin-right: 10px;
    height: 18px;
    z-index: 80;
    margin-left: 35px;
    cursor: pointer;
}
.toggle_btn:before, .toggle_btn:after, .toggle_btn span {
    background: #333333;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    right: 0px;
    -webkit-transition: none .3s ease .3s;
    transition: none .3s ease .3s;
    -webkit-transition-property: transform,top,bottom,left,opacity;
    transition-property: transform,top,bottom,left,opacity;
}
.toggle_btn span{
    top: 50%;
    margin-top: -1px;
    transition: all .2s ease;
}
.toggle_btn:before {
    top: 0px;
}
.toggle_btn:after {
    bottom: 0;
}
.toggle_btn.active:before ,
.mmenu-open .toggle_btn:before {
    transform: rotate(45deg);
    top: 9px;
}
.toggle_btn.active:before, .toggle_btn.active:after, .toggle_btn.active span{
    background-color: #BB1B21;
}
.toggle_btn.active span,
.mmenu-open .toggle_btn span {
    right: -50px;
    opacity: 0;
}
.toggle_btn.active:after,
.mmenu-open .toggle_btn:after {
    transform: rotate(-45deg);
    top: 9px;
}
.btn.send{
    width: 180px;
    line-height: 43px;
    background-color: #BB1B21;
    color: #fff;
    text-align: center;
    font-size: 18px;
    transition: all .3s ease;
    border-radius: 60px;
}
.btn.send:hover{
    background-color: #dd4045;
}
.sect-menu{
    position: fixed;
    top: 111px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: none;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}
.header-fixed .sect-menu{
    top: 70px;
}
.sect-menu .form-control{
    border-radius: 5px;
}
.sect_menu_open{
    overflow: hidden;
}
.sect-menu .tit1{
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.55;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
}
.sect-menu .tit2{
    color: #F8ECEA;
    font-size: 16px;
    margin-top: 60px;
}
.sect-menu .container{
    height: 100%;
    overflow: inherit;
    display: flex;
    max-width: 1758px;
    min-height: 700px;
    overflow: unset;
}
.sect-menu .col-left,
.sect-menu .col-right{
    position: relative;
    display: flex;
    align-items: center;
}
.sect-menu .col-left >div,
.sect-menu .col-right > div{
    position: relative;
    width: 100%;
}
.sect-menu .col-left{
    width: 69.6%;
    padding-right: 88px;
}
.sect-menu .col-right{
    width:30.4%;
    padding-left: 56px;
}
.sect-menu .col-left:before,
.sect-menu .col-right:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
}
.sect-menu .col-left:before{
    right: 0;
    background-color: #BB1B21;
}
.sect-menu .col-right:before{
    left: 0;
    background-color: #f6f6f6;
}
.products-list{
    margin: 0 -10px;
    display: flex;
    justify-content: center;
}
.products-list .item{
    float: none;
    max-width: 282px;
    width: 25%;
    padding: 0 10px;
}
.products-list .item .box{
    display: block;
    width: 100%;
    margin: auto;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.products-list .item .price{
    font-size: 38px;
    margin-bottom: 0px;
    color: #BB1B21;
    font-weight: 700;
}
.products-list .item .price .up{
    display: inline-block;
    font-size: 20px;
    margin-left: 3px;
    margin-top: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    background-color: #BB1B21;
    text-align: center;
    line-height: 30px;
}
.products-list .item .name{
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    border-bottom: solid 1px transparent;
    transition: all ease .3s;
    line-height: 20px;
    margin-bottom: 14px;
    letter-spacing: 0;
    margin: 0px 0 20px;
    white-space:nowrap;
    text-overflow :ellipsis;
}
.products-list .item .description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    font-size: 16px;
    border: solid 1px #F0F0F0;
    border-width: 1px 0;
    margin-bottom: 26px;
    padding: 10px 0 ;
}
.products-list .item .btn{
    width: 100%;
    border-radius: 60px;
    line-height: 42px;
    padding-top: 3px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'GenYoGothicTW-Regular';
    transition: all .3s ease;
}
.products-list .item .btn:hover{
    opacity: 0.8;
}
.products-list .item .btn .mobile{
    display: none;
}
.products-list .item .btn2{
    background-color: #666666;
}
.products-list .item .btn.btn3{
    color: #999;
    background-color: #F6F6F6;
}
.sect-menu .col-right .form-box{
    padding: 0;
}
.sect-menu .reminder{
    color:#333333;
    text-align: left;
    font-size: 30px;
    font-family: "Huninn", sans-serif;
    font-family: 400;
}
.sect-menu .form-box .control-label{
    color: #666666;
}
.sect-menu .col-right .checkbox-box .form-checkbox{
    width: 50%;
}
.checkbox-box{
    display: flex;
    flex-wrap: wrap;
    color: #666666;
    font-size: 16px;
}
.sect-menu .btn-box{
    text-align: left;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner > img{
    width: 100%;
}
.banner.w-no-100 > img{
    width: inherit;
}
.banner .container{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.banner .text_box{
    color: #fff;
    position: absolute;
    right: 0;
    padding-right: 81px;
    letter-spacing: 2px;
    padding-top: 0;
}
.banner .text_box .tit{
    font-size: 48px;
    font-weight: bold;
    margin: 0px 0 22px;
}
.banner .text_box .text{
    font-size: 20px;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-content {
    padding: 0px 0 100px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.site-nav,.site-header,.site-title{
    transition: all .3s ease;
}
.header-fixed .site-header{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.header-fixed .site-title {
    padding: 13px 0 17px;
}
.header-fixed .site-nav{
    padding: 10px 0 10px;
}
.header-fixed .site-title .logo {
    width: 230px;
    height: 40px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: center;
    color: #6f6f6f;
    padding: 5px 15px 0px 15px;
    margin: 14px 0 14px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.breadcrumb a{
    transition: all .3s ease;
}
.breadcrumb li, .breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #C60033;
}
/*------------ / breadcrumb ------------*/
/*------------ site_footer ------------*/
.site-footer{
    background: #fff;
}
.footer-top {
    padding: 60px 0 20px;
    color: #B9B9B9;
    font-size: 15px;
    text-align: left;
}
.footer-top .container{
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    max-width: 1476px;
}
.footer-top .container .footer-logo{
    width: 388px;
}
.footer-top .container:before,.footer-top .container:after{
    display: none;
}
.floating,.share{
    width: 100%;
}
.site-map{
    width:calc(100% - 388px);
    display: flex;
    justify-content: right;
    color: #333333;
}
.site-map a:before{
    content: '- ';
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 10px;
    color: #B9B9B9;
}
.site-map a{
    transition: all ease .3s;
    padding: 0 12px;
}
.site-map a:hover {
    color: #BB1B21;
}
.footer-top .col {
    text-align: left;
    color: #858585;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 25px;
    padding-top: 40px;
    border-top: solid 1px #DDDDDD;
    height: 122px;
    width: 25%;
    box-sizing: border-box;
}
.footer-top .col a{
    transition: all .3s ease;
}
.footer-top .col a:hover{
    color: #C60033;
}
.footer-top .col +.col{
    padding-left: 10px;
}
.footer-top  .tit {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.footer-top  .txt {
    line-height: 1.5;
}
.footer-top .col4 .tit{
    color: #E24941;
    position: relative;
}
.footer-top .col4 .tit:before{
    content: ' ';
    background: url(../../images/common/hi-icon.svg);
    position: absolute;
    top: -15px;
    left: 85px;
    width: 39px;
    height: 34px;
    transition: all 0.3s;
    animation:jump .8s infinite ; 
}
@keyframes jump{
    0%{
      top:-15px;
    }
    50%{
      top:-10px; 
    }
    100%{
      top:-15px;
    }
  }
.copy_box{
    margin-top: 60px;
    background-color: #F8F8F8;
    line-height: 46px;
    min-height: 46px;
    color: #999999;
    font-size: 14px;
    text-align: right;
    padding-top: 11px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.copy_box span{
    line-height: 1.5;
}
.copy_box a{
    transition: all .3s ease;
}
.copy_box a:hover{
    color: #C60033;
}
.copy_box .container{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1476px;
}
.copy_box .copy{
    display: flex;
    justify-content: space-between;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.bottom_btn{
    position: fixed;
    right: 45px;
    bottom: 45px;
    width: 111px;
    z-index: 998;
}
.bottom_btn a{
    display: block;
    margin-bottom: 10px;
    width: 111px;
    height: 56px;
    line-height: 56px;;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 80px;
    position: relative;
    color: #F6F6F6;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
    transition: all .3s ease;
}
.bottom_btn .chat_box{
    position: relative; 
    width: 111px;
    margin-bottom: 10px;
    height: 56px;
}
.bottom_btn a span.icon{
    width: 48px;
    height: 48px;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 50%;
}
.bottom_btn a.chat_btn {
    background-color: #124CDF;
}
.bottom_btn a.chat_btn:hover {
    background-color: #3a71fd;
}
.bottom_btn a.chat_btn span.icon{
    background-image: url(../../images/common/inquiry-icon.svg);
}
.bottom_btn a.line_btn {
    background-color: #06C554;
}
.bottom_btn a.line_btn:hover {
    background-color: #00db59;
}
.bottom_btn a.line_btn span.icon{
    background-image: url(../../images/common/line-icon.svg);
}
.bottom_btn a.search_btn {
    background-color: #E24941;
}
.bottom_btn a.search_btn:hover {
    background-color: #fd6a62;
}
.bottom_btn a.search_btn span.icon{
    background-image: url(../../images/common/search-icon.svg);
}
.bottom_btn a.case_btn {
    background-color: #E24941;
}
.bottom_btn a.case_btn:hover {
    background-color: #ff736b;
}
.bottom_btn a.case_btn span.icon{
    background-image: url(../../images/common/case-icon.svg);
}
.bottom_btn a.cart_btn {
    background-color: #BB1B21;
}
.bottom_btn a.cart_btn:hover {
    background-color: #d5272e;
}
.bottom_btn a.cart_btn span.icon{
    background-image: url(../../images/common/cart-icon.svg);
}
.floating,
.floating.fancybox-margin {
    z-index: 299;
    transition: all .3s ease;
}
/*------------ / floating ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
    border-radius: 5px;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: flex;
    min-width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 18px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 0 5px;
    margin-left: -1px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    transition: all .5s ease;
}
.pagination li a:hover,
.pagination li.active a {
    background: #6b6b6b;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    color: #aaa;
}
.pagination li a.controls:hover {
    color: #fff;
    border-color: #6b6b6b;
}
.pagination li a.prev {
    margin-right: 0;
    border-radius: 5px 0 0 5px;
}
.pagination li a.next {
    margin-left: -1px;
    border-radius: 0 5px 5px 0;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #C60033;
    background: none;
}
/* ---- /pagination ---- */
/*------------ form ------------*/
.reminder {
    color: #111111;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 0px;
}
.form-control:focus {
    outline: none;
    border-color: #C60033;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #00456A;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 910px;
}
.form-box {
    position: relative;
    padding: 70px 0 70px 50px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
}
.form-box .row {
    margin: 0 -1%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 1%;
}
.form-box .required {
    position: relative;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .form-group.name{
    position: relative;
}
.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: 18px;
    color: #111;
    line-height: inherit;
    padding-left: 5px;
    position: relative;
}
.form-box .required:before {
    content: '◆';
    font-size: 8px;
    font-style: normal;
    line-height: 1.5;
    top: 11px;
    position: absolute;
    color: #C91833;
    left: -14px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 0px 6px 7px;
}
.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: #C60033;
}
.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 1px;
    font-size: 14px;
    color: #666666;
}
.form-box .name .control-box{
    position: relative;
    padding-right: 143px;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.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-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 0 3px 3px;
}
.form-checkbox:before{
    width: 26px;
    height: 26px;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.form-radio:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    border: 1px solid #bbbbbb;
}
.form-radio.checked:after {
    content: "";
    position: absolute;
    left: 4px;
    top: calc(50% - 5px);
    background: #c12136;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.form-radio2 input{
    display: none;
}
.form-radio2{
    width: 180px;
    height: 43px;
    background: #CFCFCF;
    color: #FFF;
    transition: all .3s ease;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    box-sizing: border-box;
    line-height: 44px !important;
    border-radius: 60px;
}
.form-radio2.checked,
.form-radio2:hover{
    background: #BB1B21;
}
.success-wrap {
    text-align: center;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    line-height: 2;
    color: #777777;
    font-size: 14px;
}
.success-msg {
    max-width: 620px;
    color: #C60033;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 8px;
}
.success-txt strong {
    color: #000;
    font-size: 16px;
}
.success-txt a {
    text-decoration: underline;
    color: #C60033;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 30px 20px;
    line-height: 1.4;
    text-align: center;
    color: #444;
    font-size: 14px;
    min-width: 76px;
}
.table-h td span{
    color: #000000;
}
.table-h td a{
    transition: all ease 0.3s; 
}
.table-h td a:hover{
    color: #C60033;
}
.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;
}
.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: #f00;
}
.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: #111;
    font-size: 15px;
    font-weight: bold;
}
.table-h a:hover .pd-name {
    color: #C60033;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table-h a.pic:before {
    content: ' ';
    /* background: url(../../images/common/cart/hover.png) 50% 50% no-repeat rgba(0,0,0,0.6); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    border: 4px solid #BB1B21;
}
.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-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: #C60033;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    /* background: url(../../images/common/lightbox_close.png) no-repeat; */
    /* width: 25px;
    height: 25px;
    right: 0;
    top: -52px;
    transition: all ease .3s; */
}
/* body .fancybox-close:hover {
    transform:rotate(180deg);
} */
body .fancybox-skin {
    /* border-radius: 0; */
    /* margin-top: 60px; */
}
body .fancybox-inner {
    background: #fff;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 50px 50px 0;
}
.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-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    padding-top: 10px;
}
.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: #C60033;
    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{
    display: inline-block;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #ea3f6d;
}
.mmenu-show #mobile-menu .menu ul li a {
    padding-left: 50px;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show.mmenu-open {
    position: relative;
}
/* 聯絡我們 */
.sect-contact{
    background: url(../../images/common/index/contact_bg.webp);
    background-position: center;
    padding-top: 55px;
    padding-bottom: 55px;
    background-size: cover;
}
.sect-contact .col-left,
.sect-contact .col-right{
    width: 50%;
    position: relative;
}
.sect-contact .container{
    display: flex;
    justify-content: space-between;
    max-width: 1476px;

}
.sect-contact .sect-title{
    text-align: right;
    position: absolute;
    right: 0;
    top: 46px;
}
.sect-contact .sect-title .t-main{
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
}
.checkbox-box .form-checkbox{
    width: 40%;
}
.reminder{
    text-align: left;
}
.reminder .require-txt{
    color: #C91833;
    font-size: 15px;
    font-weight: normal;
}
.reminder .require-txt i{
    font-size: 8px;
    font-style: normal;
    line-height: 1.5;
    top: -3px;
    position: relative;
    margin-left: 15px;
}
.sect-contact .btn-box{
    text-align: left;
}
.btn.back{
    position: relative;
    width: 213px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #FFF;
    transition: all .3s ease;
    border-radius: 0;
    display: inline-block;
    color: #777777;
    font-size: 16px;
    border: 1px solid #EEEEEE;
}
.btn.back:hover{
    background: #BB1B21;
    color: #FFF;
}

@media screen and (max-width: 1700px) {
    .sect-menu .col-right{
        padding-left: 20px;
    }
    .sect-menu .col-left{
        padding-right: 30px;
    }
    .sect-menu .col-right .checkbox-box .form-checkbox{
        width: 100%;
    }
    .sect-menu .products-list .item .price{
        font-size: 26px;
    }
    .sect-menu .products-list .item .name{
        font-size: 16px;
        margin: 3px 0;
    }
    .sect-menu .products-list .item .box{
        padding: 10px;
    }
    .sect-menu .products-list .item .description{
        font-size: 14px;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }
    .sect-menu .products-list .item .btn{
        font-size: 20px;
    }
    .sect-menu .products-list .item{
        padding: 0 3px;
    }
    .sect-menu .reminder{
        margin-bottom: 10px;
    }
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin-right: 0;
    }
    .site-nav .menu > li > a{
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 1300px) {
/*------------ site_footer 1300 ------------*/
    .floating{
        width: 30%;
    }
    .site-nav .menu > li {
        padding: 0 0px;
    }
    .site-nav .menu > li > a{
        font-size: 15px;
        padding: 0 9px;
    }
    .site-nav .menu > li > a .w-total{
        font-size: 13px;
        padding: 0px 4px;
        margin-left: 3px;    
        letter-spacing: 1px;
    }
    .site-title .logo{
        width: 240px;
    }
    .site-nav{
        margin-left: 254px;
    }
    .header-fixed .site-nav {
        padding-top: 17px;
    }
    .header-fixed  .site-title {
        padding: 10px 0 13px;
    }
    .toggle_btn {
        margin-right: 5px;
        margin-left: 15px;
        margin-top: -2px;
    }
    .sect-menu{
        top: 85px;
    }
    .wrapper{
        padding-top: 85px;
    }
    .form-box .col:nth-child(1) {
        width: 100%;
    }
    .form-box .col:nth-child(2) {
        width: 100%;
    }
    .sect-contact .col-left > img {
        position: relative;
        top: 20px;
    }
    .checkbox-box .form-checkbox {
        width: 50%;
    }
    .site-map a {
        padding: 0 5px;
    }
    .site-map a:before {
        margin-right: 3px;
    }
    .site-map {
        width: calc(100% - 300px);
    }
    .footer-top .container .footer-logo {
        width: 300px;
    }
/*------------ / site_footer 1300 ------------*/
    .products-list .item .price{
        font-size: 30px;
    }
    .products-list .item .name{
        font-size: 16px;
    }
    .products-list .item .description{
        font-size: 14px;
    }
    .products-list .item .btn{
        font-size: 18px;
    }
    .sect-menu .products-list .item .box{
        padding: 5px;
    }
    .sect-menu .products-list .item .name{
        font-size: 14px;
    }
    .sect-menu .products-list .item .description{
        font-size: 13px;
        -webkit-line-clamp: 3;
        letter-spacing: 0;
    }
    .sect-menu .products-list .item .btn{
        font-size: 14px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1000px) {
    .qr_box{
        text-align: center;
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
        z-index: 2; 
    }
    .sect-menu,.header-fixed .sect-menu{
        top: 60px;
    }
    .sect-menu .col-left{
        width: 100%;
        padding-right: 0;
    }
    .sect-menu .container {
        padding: 0;
        overflow-y: auto;
    }
    .sect-menu .tit1{
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sect-menu .tit2{
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sect-menu .tit2{
        font-size: 14px;
        display: none;
    }
    .sect-menu .col-right{
        display: none;
    }
    .desktop{
        display: none;
    }
    .banner .text_box{
        left: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0px;
        letter-spacing: 1px;
    }
    .banner .text_box .tit{
        font-size: 24px;
        margin: 0px 0 8px;
    }
    .banner .text_box .text{
        font-size: 13px;
        letter-spacing: 0;
    }
    .main-menu .toggle_btn{
        display: none;
    }
    .toggle_btn2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0;
    }
    .toggle_btn2:before, .toggle_btn2:after, .toggle_btn2 span{
        background-color:#FFFFFF;
    }
    .mmenu-show #mobile-menu{
        width: 100%;
        left: -100%;
    }
    .mmenu-show.mmenu-open .toggle-mmenu-cover{
        top: 60px;
        border-radius: 0;
        background-color: transparent;
    }
    .mmenu-show.mmenu-open .wrapper{
        left: 0;
    }
    .mmenu-show.mmenu-open #mobile-fixed{
        left: 0;
        right: 0;
    }
    .mmenu-show.mmenu-open #mobile-menu,
    .mmenu-show #mobile-menu{
        top: 60px;
        background:rgba(17,17,17,0.88);
    }
    .mmenu-show #mobile-menu .main-menu{
        top: 0;
        padding: 20px 0 20px;
        bottom: 0;
        background: transparent;
    }
    .mmenu-show #mobile-menu .menu li a{
        font-size: 18px;
        padding: 8px 30px;
        border:none;
        color: #EEEEEE;
    }
    .mmenu-show #mobile-menu .menu ul li a {
        background: transparent;
    }
    .mmenu-show #mobile-menu .menu > li.m-active > ul{
        display: block;
    }
    .mmenu-show #mobile-menu .menu li.m-active > .toggle-submenu:before {
        content: '\f068';
    }
    .mmenu-show #mobile-menu .menu li.m-active.active > .toggle-submenu:before {
        content: '\f067';
    }
    .mmenu-show #mobile-menu a .w-total{
        background: #890023;
        color: #FFF;
        font-size: 14px;
        padding: 0px 5px 0px;
        margin-left: 5px;
        border-radius: 5px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
        line-height: 1.5;
        position: relative;
        bottom: 2px;
        display: inline-block;
    }
    .mmenu-show #mobile-menu .menu {
        max-height: calc(100%);
        overflow-y: auto;
        position: relative;
        z-index: 2;
    }
    .mmenu-show #mobile-menu .mobile-menu-bg{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .mobile{
        display: block;
    }
    .sect-title {
        margin-bottom: 20px;
    }
    .sect-title .t-main{
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .sect-title .desc{
        font-size: 15px;
    }
    .form-box {
        padding: 20px 10px 40px;
    }

    .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: 15px 0;
        display: none;
    }
    .mmenu-show #mobile-fixed {
        background: #fff;
        border-bottom: solid 1px #ddd;
    }
    .mmenu-show .wrapper{
        padding-top: 60px;
    }
    .wrapper{
        padding-top: 60px;
    }
    .mmenu-show #mobile-fixed ul{
        display: flex;
        height: 60px;
        border:none;
        justify-content: space-between;
    }
    .mmenu-show #mobile-fixed li{
        border:none;
    }
    .mmenu-show #mobile-fixed >ul>li>a,
    .mmenu-show #mobile-fixed >ul>li>span{
        display: flex;
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
    }
    .mmenu-show #mobile-fixed >ul>li>.toggleBtn,
    .mmenu-show #mobile-fixed >ul>li:nth-child(2)>a{
        border-width: 0;
        border-left:solid 1px #DDDDDD;
        border-radius: 0;
    }
    .mmenu-show #mobile-fixed >ul>li>span.toggle-mmenu{
        background: #C91836;
        border-radius: 0;
        border:none;
    }
    .mmenu-show #mobile-fixed li i{
        color: #98999E;
    }
    .mmenu-show #mobile-fixed li.logo {
        padding-left: 16px;
        padding-right: 29px;
        width:calc(100% - 122px);
        box-sizing: border-box;
    }
    .mmenu-show #mobile-fixed li.logo a{
        background: url(../../images/common/logo.png) 50% 50% no-repeat;
        background-size: contain;
        width: 210px;
        height: 60px;
        max-width: 100%;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
    /* ---- pagination 1000 ---- */
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /* ---- / pagination 1000 ---- */
/*------------ site_footer 1000 ------------*/
    .footer-top:before{
        content: '';
        background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 188px;
    }
    .footer-top {
        border-top:solid 1px #DDDDDD;
        padding-top: 0;
        position: relative;
    }
    .footer-top .container .footer-logo{
        width: calc(100% + 30px);
        text-align: center;
        padding: 30px 0; 
        margin: 0 -15px 20px;
        border-bottom:solid 1px #DDDDDD;
    }    
    .footer-logo a img {    	
        width: 70%;   
        max-width: 300px; 
    }
    .site-map{
        min-width: inherit;
        width: 100%;
        order:2;
        padding: 15px;
        display: none;
    }
    .site-map a{
        font-size: 13px;
        padding: 0 8px;
        letter-spacing: 0;
    }
    .site-map a:before{
        margin-top: -1px;
    }
    .footer-top .col{
        width: 100%;
        height: auto;
        border: none;
        margin-top: 0;
        padding: 10px 0 10px;
    }
    .footer-top .col +.col {
        padding-left: 0;
    }
    .footer-top .col.col3 {
        padding-bottom: 20px;
    }
    .footer-bottom .col{
        width: 100%;
        min-width: inherit;
        margin-bottom: 30px;
    }
    .footer-top .tit{
        margin-bottom: 5px;
    }
    .input_box{
        flex-wrap: wrap;
    }
    .input_box .input {
        margin-right: 18px;
        margin-bottom: 5px;
    }
    .input_box .input + .input{
        margin-left: 0;
        margin-right: 0;
    }
    .follow{
        text-align: center;
    }
    .copy_box{ 
        padding-top: 0px;
        margin-top: 0;
        padding-bottom: 10px;
    }
    .copy_box {
        background:transparent;
        text-align: left;
    }
    .copy_box .container {
        padding-left: 0;
        padding-right: 0;
    }
    .copy_box .copy{
        flex-wrap: wrap;
    }
    .link_box{
        padding: 12px 15px;
        width: 100%;
        background-color: #F8F8F8;
        letter-spacing: 0;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .copyright{
        display: block;
        padding:0 15px;
        width: 100%;
        letter-spacing: 0;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
/*------------ / floating 1000 ------------*/
/* sect-menu */
    .products-list{
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
    }
    .products-list .item .box{
        border-radius: 5px;
        text-align: left;
        padding: 18px;
        box-shadow: 0 0 0;
        max-width: inherit !important;
        background: linear-gradient(to right,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%); 
        border:solid 1px #E0E0E0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .products-list {
        margin-top: 10px;
    }
    .products-list .item,
    .sect1 .products-list .item{
        padding: 0;
        width: calc(50% - 15px) !important;
        max-width: inherit!important;
        margin-left: 5px;
        margin-right: 5px;
    }
    .products-list .item .btn .mobile{
        display: block;
    }
    .products-list .item .btn .desktop{
        display: none;
    }
    .sect-menu .products-list .item .box{
        padding: 18px;
    }
    .sect-menu .products-list .item{
        padding: 0;
    }
    .sect-menu .products-list .item .btn{
        line-height: 42px;
        padding-top: 3px;
        font-size: 16px;
    }
    .products-list .item .btn-small-box{
        display: flex;
        margin: 0 -18px -18px;
    }
    .products-list .item .btn {
        width: 50%;
        font-size: 16px;
        margin-bottom: 0;
        border-radius: 0;
    }
    .products-list .item .price{
        font-size: 24px;
        line-height: 1;
        margin-bottom: 7px;
    }
    .products-list .item .name,
    .sect-menu .products-list .item .name{
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
    }
    .sect-menu .products-list .item .description,
    .products-list .item .description{
        display: block;
        font-size: 12px;
        border-width: 0;
        height: auto;
        margin-bottom: 0;
        padding-top: 3px;
    }
    .products-list .item .description span{
        display: block;
    }
    .products-list .item .price .up{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: normal;
        padding-left: 2px;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-top: 1px;
    }
    /* footer */
    .site-footer {
        padding-bottom: 70px;
    }
    .bottom_btn {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 68px;
        align-items: center;
        background: rgba(34, 34, 34, 0.9);
    }
    .bottom_btn a {
        margin-bottom: 0;
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        font-weight: normal;
        margin-right: 3px;
        margin-left: 3px;
    }
    .bottom_btn a span.icon {
        width: 40px;
        height: 40px;
        right: 0px;
        top: -3px;
    }
    .bottom_btn .chat_box {
        width: auto;
        display: block;
        margin-bottom: 0;
        height: 35px;
    }
    .fixed-inquiry-form {
        width: 300px;
        height: 366px;
        right: unset;
        bottom: 50px;
        left: calc(50% - 49px);
    }
    .sect-contact{
        display: none;
    }
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
    .btn-box{
        padding-top: 20px;
    }
    .form-radio2 {
        width: 160px;
        height: 40px;
        line-height: 40px !important;
        font-size: 16px;
    }
    .btn.send {
        font-size: 16px;
        width: 160px;
        height: 40px;
        line-height: 40px !important;
    }
    .btn.back {
        width: 160px;
        height: 40px;
        line-height: 40px !important;
        font-size: 16px;
    }
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 0px 0 60px;
    }
/*------------ / site_main 767 ------------*/
/*------------ form 767 ------------*/
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .success-msg {
        font-size: 17px;
    }
/*------------ / 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: #C60033;
        font-size: 14px;
    }
    .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 10px;
        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) {
    .banner .text_box .tit {
        font-size: 20px;
        margin: 0px 0 2px;
    }
    .banner .text_box .text {
        line-height: 1.5;
    }
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}
@media screen and (max-width: 350px) {
    .sect-title .t-main {
        letter-spacing: 1.5px;
    }
    .sect-title .desc {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .mmenu-show #mobile-menu .menu li a {
        font-size: 16px;
        padding: 6px 30px;
    }
}