@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/*------------ basic ------------*/
body{
    color: #777;
    position: relative;
}
body:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/bg02.png) 0% 0% no-repeat;
    position: absolute;width: 100%;height: 100%;
    top: 0;
}
.editor{
    letter-spacing: 1px;
}
.content-nav-menu{
    display: none;
}
.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 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s 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);
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet{
    background-color: rgba(255,255,255,0.9);
    border:solid 1px #183355;
    color: #444;
}
.header-sheet .close-ontop{
    color: #000;
}
.header-sheet a{
    color:#183355;
}
.close-ontop{
    color: #000;
    text-shadow: 0 1px 0 #fff;  
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back{
   background: #183355;
    width: 125px;
    height: 30px;
    text-indent: inherit;
    margin: 0px auto;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
}
.btn.back:hover{
    background: #3E718C;
}
/*--- fb-btn ---*/
.ibtn.fb{
    transition: all .3s ease;
    width: 180px;
    height: 90px;
    background: url('../../../images/layout01/tw/fb.png') no-repeat;
    background-position: 0 0;
    position: relative;
    overflow:inherit; 
}
.ibtn.fb:before{
    /* transition: all .3s ease;
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 10px solid transparent; */
}
.ibtn.fb:hover{
   opacity: 0.5;
}
/*--- style01-btn ---*/
.btn.style01{
    transition: all .2s;
    line-height: 40px;
    border-radius: 9px;
    background: #3E718C;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 20px 15px;
    position: relative;
    max-width: 250px;
    width: 100%;
}
.btn.style01 i{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    background-image: url(../../../images/layout01/common/icons.png);
}
.btn.style01 i{
    background-position: -180px -87px;
    right: 10px;
}
.btn.style01.arrowL i{
    background-position: -160px -87px;
    left: 10px;
    width: 20px;
    height: 20px;
}
.btn.style01:hover{
    background: #183355;
}
.btn.style01:hover i{
    color: #fff;
    transition: all .2s;
}
/*--- style02-btn ---*/
.btn.style02{
    color: #777;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    /* border: 1px solid transparent; */
    border-radius: 8px;
    /* box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%); */
    margin: 0 2px 10px;
    background: #3E718C;
    color: #fff;
}
.btn.style02:before{
    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;
    content: "\e1002";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    margin-top: -5px;
}
.btn.style02:hover{
   background: #183355;
}
/*------------ / btn ------------*/
.banner{
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}
/*------------ site_header ------------*/
.wrapper{
    padding-top: 160px;
}
.site-header{
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    /* border-top: 4px solid rgb(185 151 100 / 80%); */
    background: url(../../../images/layout01/common/site-header-deco.jpg) repeat-x ;
}
.site-title{
    padding: 17px 0 27px;
    float: left;
}
.site-title .logo{
    color: transparent;
    background: url(../../../images/layout01/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 259px;
    height: 100px;
    transition: all .3s ease;
    position: absolute;
    left: 70px;
    top: 20px;
    top: 10px;
    left: 60px;
    position: relative;
}
.site-title .logo:hover{
    opacity: .7;
}
/*------------ top-nav ------------*/
.top-nav{
    position: absolute;
    right: 5px;
    z-index: 35;
    top: 25px;
}
/*詢價車*/
.func-menu > li.gocart{
    margin-top: 39px;
}
.func-menu > li.gocart .toggleBtn .num{
    color: #fff;
    background: #183355;
}
.func-menu > li.gocart .price{
    color: #F2856C;
    letter-spacing: 0.035em;
}
.func-menu .cart-box{
    border: 2px solid #183355;
    background: #fff;
}
.func-menu .cart-box .btn{
     background: #183355;
    color: #fff;
}
.func-menu .cart-box .btn:hover{
    background: #183355;
    color: #fff;
}
.func-menu .cart-list li+li{
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box{
    background: #fafafa;
}
.func-menu .cart-list .qty{
    color: #F2856C;
}
/*數量icon*/
.qty-box{
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .less{
    left: 0;
}
.qty-box .add{
    right: 0;
}
.qty-box .form-control{
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus{
    border-color: #1db597;
}
.qty-box .btn{
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover{
    border-color: #1db597;
    background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart{
    background:#1db597;
     color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover{
    background: #b5c356;
    color: #fff;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language{
    float: left;
}
.site-header .language .btn{
    display: none;
}
.top-nav .language li{
    display: inline-block;
}
.top-nav .language li a{
    display: inline-block;
    color: #222;
    font-size: 13px;
    border-left: solid thin #ddd;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
}
.top-nav .language li a:hover{
    color: #183355;
    text-decoration: underline;
}
/*---- search-box ----*/
.none{
    display: none;
}
.site-header .search-box{
    position: relative;
    width: 180px;
    float: right;
    box-sizing: border-box;
    margin: 0 0px 0 25px;
}
.site-header .search-box .form-control{
    border: 1px solid #CCCCCC;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
    font-family: 'Arial', sans-serif;
    background: unset;
}
.site-header .search-box .form-control:focus{
    outline: none;
    border-color: #183354;
}
.search-box .search{
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right:0;
    top:1px;
}
.search-box:after{
    content: '';
    background-image: url(../../../images/layout01/common/btn_search.png);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 14px;
    top: 6px;
 }
.search-box:hover:after{
     background-position: 100% 100%;
}
/*------------site-nav ------------*/
.site-nav{
    float: right;
    margin: 105px 0px 18px 0;
    transition: all .3s ease;
}
.site-nav .menu{
    display: inline-block;
}
.site-nav .menu li{
    position: relative;
}
.site-nav .menu>li>a:after{
    content: "";
    background: url('../../../images/layout01/common/header-icon.png');
    width: 12px;
    height: 8px;
    position: absolute;
    left: calc(50% - 6px);
    top: -18px;
    opacity: 0;
    transition: all .3s ease;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.site-nav .menu>li:nth-child(n)>a:hover:after,
.site-nav .menu>li:nth-child(n).active>a:after,
.site-nav .menu>li:nth-child(n).active2>a:after{
    opacity: 1;
    -moz-transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -o-transform:scaleX(1);
    transform:scaleX(1);
}
.site-nav .menu>li>a:before{
    content: '';
    content: '';
    display: block;
    height: 0px;
    width: 1px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    transition-delay: .1s;
    transition: all .5s ease-in-out;
    background: #B1BCCB;
}
.site-nav .menu>li.active>a:before,
.site-nav .menu>li.active2>a:before,
.site-nav .menu>li:hover>a:before{
    height: 18px;
}
.site-nav .menu>li:nth-last-child(-n){
    display: none;
}
.site-nav .menu>li>a{
    letter-spacing: 1px;
    position: relative;
    color: #666666;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    font-size: 17px;
    padding: 0 18px;
    box-sizing: border-box;
    transition: all .3s;
    letter-spacing: 2px;
}
.site-nav .menu>li:nth-child(2n)>a{
    background-position: 50% 0;
}
.site-nav .menu>li:nth-child(n)>a:hover,
.site-nav .menu>li:nth-child(n).active>a,
.site-nav .menu>li:nth-child(n).active2>a{
    color:#183354;
}
.site-nav .menu li ul{
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul{
    z-index: 600;
    width: 190px;
    top: 180%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
    background:#D7DFE3;
}
.site-nav .menu>li ul{
    background:#D7DFE3;
    border-radius: 0;
}
.site-nav .menu>li>ul:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}
.site-nav .menu li ul li{
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #b5bec2;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu li ul li:first-child a{
    border-radius: 0;
}
.site-nav .menu li ul li:last-child a{
    border-radius: 0;
}
.site-nav .menu ul li a{
    font-weight: normal;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    position: relative;
    font-size: 15px;
    transition: all .2s;
    color: #183355;
    background: #D7DFE3;
    letter-spacing: 1.5px;
}
.site-nav .menu ul>li.active>a,
.site-nav .menu ul>li.active2>a,
.site-nav .menu ul>li>a:hover{
    background:#183355;
    color: #FFFFFF;
}
.site-nav .menu ul ul{
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}
.site-nav > .menu > li:nth-child(n+9){
    display: none;
}
.site-nav .menu ul li.products_activity a{
    color: #FFF;
}
/*滿版清單*/
.site-nav .menu>li.full_menu>ul:before {
    height: 30px;
   }
.site-nav .menu .full_menu > ul{
    top: 100%;
}
.site-nav .menu .full_menu ul li a{
    padding: 6.5px 15px;
}
.site-nav .menu .full_menu ul ul ul{
   padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a{
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 10px;
    margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a{
    background: rgba(255, 255, 255, 0.18);
}
.site-nav .menu li.full_menu ul ul li:hover >a,
.site-nav .menu li.full_menu ul ul li.active> a,
.site-nav .menu li.full_menu ul ul li.active2> a{
    background:#183355;
    color: #FFFFFF;  
}
.site-nav .menu li.full_menu >ul >li >a:before{
    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;
     content: "\f105";
     margin-right: 5px;
     vertical-align: middle;
     top: -1px;
     position: relative;
}
.site-nav .menu .full_menu ul>li.active>a,
.site-nav .menu .full_menu ul>li.active2>a,
.site-nav .menu .full_menu ul>li>a:hover{
    background: none;
    color: #3E718C;
}
.site-nav .menu .full_menu ul>li.products_activity>a{
    color: #FFF;
}
.site-nav .menu .full_menu ul>li.products_activity.active>a,
.site-nav .menu .full_menu ul>li.products_activity.active2>a,
.site-nav .menu .full_menu ul>li.products_activity>a:hover{
    color: #b0b74b;
}
/*!滿版清單*/
/*------------share------------*/
.share li{
    display: inline-block;
    margin: 0 2px;
}
.share .btn{
    font-size: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #849EAC;
    transition: all 0.3s ease;
}
.share .btn i{
    display: block;
    font-size: 17px;
    line-height: 30px;
}
.share .btn:hover{
    color: #fff;
}
.share_box{
    margin: 10px 0 20px 0;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 100%;
    -moz-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    background: url(../../../images/layout01/common/bg02.png) 0% 0% no-repeat #fff;
}
.header-fixed .language,
.header-fixed .search-box{
    display: none;
}
.header-fixed .site-title{
    padding: 10px 0;
}
.header-fixed .site-title .logo{
    width: 130px;
    height: 50px;
    /* width: 80px; */
    position: relative;
    left: unset;
    top: unset;
}
.header-fixed .site-nav{
    margin-top: 0px;
    padding: 10px 0;
    margin-bottom: 0;
}
.header-fixed .site-nav .menu>li>a{
    height: 46px;
    width: 96px;
    padding: 12px 0 10px 0;
    border-radius: 10px;
}
.header-fixed .func-menu > li.gocart{
    margin-top: 6px;
}
.header-fixed .top-nav{
    top: -5px;
}
.header-fixed .site-nav .menu>li>ul {
    margin: 5px 0 0 -104px;
    top: 127%;
    left: 60%;
}
.header-fixed .site-nav .menu .full_menu > ul {
    margin: 0;
    top: 100%;
}
.header-fixed  .site-nav .menu .full_menu > ul{
    left: 0%; 
}
.header-fixed  .site-nav .menu>li>a:after{
    display: none;
}
.header-fixed  .site-nav .menu>li>a:before {
    bottom: -18px;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top{
    text-align: right;
    text-align: right;
    margin-bottom: 50px;
}
.main-top .main-title{
    display: none;
}
.main-content{
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}
.main-content .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.content{
    min-height: 300px;
    box-sizing: border-box;
}
.content-top{
    padding:0;
    margin: 0 0 40px 0px;
    overflow: hidden;
    background: #103C5C;
    overflow: hidden;
}
.content-title{
    position: relative;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    min-height: 30px;
    float: none;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
}
.search-title h1{
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer{
    position: relative;
    /* border: 1px solid #777;
    border-width: 1px 0; */
}
.footer_top{
    padding: 0px 15px 30px;
    background: url(../../../images/layout01/common/footer_bg.jpg) no-repeat;
    background-size: cover;
}
.footer_top .container {
    padding: 55px 0 0px;
    border-top: 1px solid #1E6295;
}
.footer_bottom{
    /*border: 1px solid #777; */
    /* border-width: 1px 0; */
    text-align: right;
    color: rgba(253,253,253,0.5);
    font-size: 12px;
    padding: 10px 0;
    background: #183356;
}
.site-footer .col{
    float: left;
}
.site-footer .tit{
    display: none;
}
.site-info{
    width: 430px;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    min-height: 149px;
}
.site-info h3{
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 3px;
    font-size: 22px;
    color: #7799A5;
    margin: 0;
    margin-bottom: 10px;
    margin-top: -10px;
}
.site-info ul{
    list-style-type: none;
    letter-spacing: 1px;
}
.site-info li .tel a{
    /* font-size: 40px;
    font-weight: bold;
    color: #183355;
    line-height: 1; */
}
.site-info a:hover{
    color: #7799A5;
}
.site-info li{
    position: relative;
    padding: 4px 0;
}
.site-info li span,.site-info li a{
    color: rgba(255,255,255,0.9);
}
.site-info li+li{
    margin: 0px 0 0;
}
.site-info li a,
.site-info span{
    display: inline-block;
}
.site-map{
    line-height: 1.2;
    width: 440px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 0px;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #cbd3e1;
}
.site-map li+li{
    margin-top: 22px;
}
.site-map ul a:hover{
    color: #7799A5;
}
.site-footer .fllow{
    float: right;
    text-align: right;
}
.fllow .share{
    vertical-align: bottom;
    display: block;
    text-align: right;
    right: 140px;
    position: absolute;
    top: 100%;
    margin-top: 35px;
    z-index: 5;
}
.fllow *{
    display: inline-block;
    vertical-align: middle;
}
.fllow p{
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}
.fllow .qr-inner{
    margin: 0 0px 0 20px;
    float: right;
    width: 109px;
}
.copy_box{
    text-align: right;
     font-size: 12px;
    margin: 5px 0;
    padding-right: 0;
}
.copy_box .copyright{
    padding-right: 275px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 117px;
        bottom: 30%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .gotop{
    background-image: url(../../../images/layout01/common/gotop.png);
    width: 61px;
    height: 61px;
}
.floating .gotop:hover{
    background-position: 0 100%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb{
    /* background: #eee; */
    text-align: right;
    color: #666;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.breadcrumb li,.breadcrumb li a{
    display: inline;
    transition: all .2s;
}
.breadcrumb li:first-child{
    position: relative;
}
.breadcrumb li:first-child a:before {
    /* content: '';
    background-image: url(../../../images/layout01/common/bread_deco.png);
    width: 20px;
    height: 19px;
    position: absolute;
    right: 14px;
    top: 6px; */
}
.products-breadcrumb li:first-child{
    position: relative;
}
.products-breadcrumb li:first-child a:before {
    content: '/';
}
.breadcrumb a:hover{
    color: #7799A5;
}
.breadcrumb li+li:before{
    content: "/";
    margin: 0px 2px;
}
.content-top .breadcrumb{
    background: none;
    float: right;
    color: #c9d0d8;
    padding: 6px 0;
    margin-top: 6px;
    position: absolute;
    right: 15px;
    margin-top: -39px;
}
.products-breadcrumb{
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #BABABA;
    background: none;
}
.products-breadcrumb:before,
.products-breadcrumb:after{
    content: '/';
}
.products-breadcrumb li+li:before{
    content: ">";
    margin: 0px 2px;
}
.products-breadcrumb li:first-child a span{
    display: inline-block;
}
.products-breadcrumb li:first-child a:before{
    content: "";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side{
    width:300px;
    box-sizing: border-box;
    line-height: 1.5;
    vertical-align: top;
    padding: 0px 0 0 0;
}
.content{
    position: relative;
    /* background: #FFFFFF; */
}
.has-side .content{
    width: calc(100% - 260px);
    width: calc(100% - 300px);
    box-sizing: border-box;
}
.side_logo{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    display: none;
}
.side_logo span{
    display: block;
    font-weight: 400;
}
.side .title{
    font-family: 'Noto Serif TC', serif;
    border-bottom: 0;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #103C5C;
    text-align: left;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    width: 220px;
    font-weight: bold;
    letter-spacing: 2px;
}
.side .title::before{
    content: '';
    content: '';
    /* padding-left: 15px; */
    width: 13px;
    height: 13px;
    border: 2px solid #103C5C;
    display: inline-block;
    transform: rotate(45deg);
    box-sizing: border-box;
    margin-top: 0px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.side .title::after{
    content: '';
    content: '';
    width: 13px;
    height: 13px;
    border: 2px solid #103C5C;
    display: inline-block;
    transform: rotate(45deg);
    box-sizing: border-box;
    top: -3px;
    margin-left: 8px;
    position: relative;
}
.side-nav{
    max-width: 220px;
    /* background: url(../../../images/layout01/common/side_shadow.png) 50% 100% no-repeat; */
    padding-bottom: 20px;
}
.side-nav>li{
    padding: 0px 0;
}
.side-nav li a{
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav>li>a{
    padding: 10px 30px;
    font-size: 15px;
    color: #000000;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    background: #103C5C;
    color: #fff;
    border-color:#103C5C ;
}
.side-nav>li>a:before {
    content: '';
    display: inline-block;
    background: url(../../../images/layout01/common/side_ic.png) no-repeat;
    height: 11px;
    position: absolute;
    left: 10px;
    top: 13px;
    width: 10px;
    transition: all .3s ease;
}
.side-nav ul{
    font-size: 15px;
    display: none;
    margin: 0px 0;
    background: #fff;
    padding-top: 10px;
    border-bottom: 1px solid #E8E8E8;
}
.side-nav ul ul{
    padding-top: 5px;
}
.side-nav ul li a{
    line-height: 1.3;
    padding: 8px 40px;
    font-size: 14px;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 1px 0;
    color: #727272;
}
.side-nav ul ul li a{
    border:none;
}
.side-nav ul li a:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #536679;
    top: 16px;
    left: 23px;
    transition: all .3s ease;
}
.side-nav ul li:hover> a,
.side-nav ul li.active> a,
.side-nav ul li.active2> a{
    color: #536679;
    padding-left: 45px;
}
.side-nav ul li:hover> a:before,
.side-nav ul li.active >a:before,
.side-nav ul li.active2 >a:before{
    width: 16px;
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
}
.side-nav-top{
    max-width: 220px;
}
.side-nav-top>li {
    padding: 5px 0;
}
.side-nav-top>li>a{
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    background: #7c7e7c;
    position: relative;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav-top>li:hover>a, 
.side-nav-top>li.active>a, 
.side-nav-top>li.active2>a {
    background: #b5c356;
    color: #fff;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,.pagination li span{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #868686;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 50%;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a{
    text-decoration: underline;
    color: #183355;
}
.pagination li a.controls{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-bottom: 2px;
    color: #fff;
    background-color: #183355;
    font-size: 0;
}
.pagination li a.controls i{
    font-size: 16px;
    line-height: 23px;
}
.pagination li a.controls:hover{
    background-color: #000;
}
.page-info .form-control{
    color: #999;
    border: 1px solid #ddd;
}
.page-info .form-control:focus{
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder{
    text-align: center;
    margin: 0 0 45px 0;
}
.reminder b{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    width: 3px;
    height: 3px;
    border: 3px solid #c0605d;
    border-radius: 5px;
}
/*-----form-detail-----*/
.form-control{
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    height: 30px;
    line-height: 28px;
}
.form-control:focus{
    border: 1px solid #183355;
}
textarea.form-control{
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.form-box .captcha .form-control{
    display: inline-block;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a{
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
/*-----form-static-control-----*/
.static-control{
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap{
    box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    border: 3px solid #ddd;
    max-width: 1000px;
    margin: 0 auto;
    background: #F4F4F4;
    border-radius: 0;
    padding-bottom: 30px;
}
.form-box .name .radio-box{
    position: static;
}
.form-box{
    position: relative;
    margin: 0 auto;
    max-width: 880px;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    z-index: 15;
}
.form-box .row{
    margin: 0 -24px;
    display: block;
}
.form-box .col{
    float: left;
    width: 50%;
    padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required{
    position: relative;
}
.form-box .required:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 10px;
    width: 3px;
    height: 3px;
    border: 3px solid #c0605d;
    border-radius: 5px;
}
/*----- success-box -----*/
.success-box{
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border: 3px solid #E8E8E8;
    text-align: center;
    padding: 4% 15px;
}
.success-box .msg{
    max-width: 600px;
    border-bottom: 1px dashed #ccc;
    color: #183355;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.success-box .msg i{
    background-image: url(../../../images/layout01/common/icons.png);
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
    display: inline-block;
    background-position: -192px 0;
    vertical-align: middle;
    display: none;
}
/*------------ lightbox ------------*/
body .fancybox-close{
    background: url(../../../images/layout01/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}
body .fancybox-close:hover{
    background-position: 0 100%;
}
body .fancybox-skin{
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}
body .fancybox-nav span{
    visibility: visible;
    background: url('../../../images/layout01/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}
body .fancybox-prev span{
    background-position: 0 0;
    left: -65px;
}
body .fancybox-next span{
     background-position: 100% 0;
    right: -65px;
}
body .fancybox-nav span:hover{
        opacity: 1;
}
body .fancybox-inner{
    /*background: #fff;*/
    border-radius: 0;
    overflow: hidden !important;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}
.password-box .main-title2{
    color: #3e718c;
    font-size: 30px;
    margin: 0;
    white-space: nowrap;
}
.password-box .main-sub{
    color: #333333;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}
.password-box .main-sub:before{
    content: "";
    background: #3e718c;
    width: 24px;
    height: 2px;
    position: absolute;
    left: calc(50% - 12px);
    bottom: 0;
}
.password-box{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}
.password-box .control-label{
    display: none;
}
.password-box .form-control {
    border-radius: 0;
    border: unset;
    max-width: 490px;
}
.password-box  .form-box{
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.password-box  .form-box .captcha .form-control {
    max-width: unset;
    border-radius: 0;
    border: unset;
}
.password-box .form-box .captcha a{
    display: inline-block;
    vertical-align: top;
    color: #AE9F92;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: 0;
}
.password-box .form-box .captcha a * {
    vertical-align: middle;
}
.password-box .info{
    margin-top: 10px;
    font-size: 14px;
    color: #444444;
}
.password-box .info a{
   color: #3e718c;
   text-decoration: underline;
   transition: all .3s ease;
}
.password-box .info a:hover{
    opacity: 0.7;
}
.password-box .btn-box{
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.password-box .btn.send{
    width: 136px;
    height: 34px;
    background: #3e718c;
    transition: all .3s ease;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0;
    color: #FFF;
    font-size: 14px;
}
.password-box .btn.send:hover{
    opacity: 0.7;
}


.lightbox-wrapper{
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}
.login-box{
    padding: 30px;
}
.lightbox-title{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}
.lightbox-title span{
    display: block;
    font-size: 32px;
}
.lightbox-title .icon{
    background: url('../../../images/layout01/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}
.login-box .form-box{
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.lightbox-wrapper .form-group{
    padding: 5px 0;
}
.lightbox-wrapper .control-label{
    display: none;
}
.photo-title{
    border: 1px dashed #DDD;
    border-width: 1px 0;
    color: #183355;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 70px 5px 10px;
    min-height: 28px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.photo-intro{
    padding: 15px 10px 5px;
}
.photo-pager{
    float: right;
    color: #999;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px 0;
}
.photo-pager b{
    color: #EB4130;
}
/*------------ / lightbox ------------*/
.form-radio:before{
    background-image: url('../../../images/layout01/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before{
    background-image: url('../../../images/layout01/common/form_checkbox.png');
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul{
    border-bottom: 1px solid #183355;
}
.mmenu-show #mobile-fixed li{
    background: #183355;
}
.mmenu-show #mobile-menu .menu li>a:hover,
.mmenu-show #mobile-menu .menu li.active>a{
    color: #437a98;
}
.mmenu-show #mobile-menu .language-menu{
    background: #183355;
    color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu{
    background: #eee;
}
.mmenu-show #mobile-search{
    background: #183355;
}
.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i{
    font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i{
    font-size: 28px;
}
.mmenu-show #mobile-menu .share-menu{
    background: #183355;
}
.mmenu-show #mobile-menu .share .btn{
    font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-fixed .m-contact{
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i{
    font-size: 28px;
}
.mmenu-show #mobile-menu .menu ul li.products_activity a {
    color: #006651;
}
.mmenu-show #mobile-menu .menu li.products_activity>a:hover, 
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    color: #183355;
}
/*------------ / mobile_menu ------------*/
.contact-title{
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px;
}
.contit{
    font-size: 0px;
    text-align: center;
}
.contit b{
    color: #5d5d5d;
    font-family: 'Times new roman', cursive;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}
.contit span{
    display: none;
}
.contact-title .reminder,.reminder{
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}
.contact-title .reminder .requrin_txt,.reminder .requrin_txt{
    display: block;
}
/*------------ cart ------------*/
.main-cart-box{
    background: url(../../../images/layout01/common/cart-box-bg.png);
    position: fixed;
    width: 80px;
    height: 495px;
    z-index: 1000;
    right: 70px;
    bottom: calc(50% - 300px);
    border-radius: 10px;
    box-sizing: border-box;
}
.main-cart-box .c-box-btn{
    width: 80px;
    height: 99px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}
.main-cart-box .c-box-btn + .c-box-btn:before{
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #40453F;
    position: absolute;
    left: 10px;
    top: 1px;
}
.main-cart-box .c-box-btn .ic{
    width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    display: block;
    line-height: 41px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #535752;
    border-radius: 50%;
    transition: all .3s ease;
    margin-bottom: 3px;
    color: #FFF;
}
.main-cart-box .c-box-btn .ic.icon-cart-info{
    font-weight: bold;
}
.main-cart-box .c-box-t{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
.main-cart-box .c-box-btn:hover .ic{
    background: #197564;
    border: 1px solid #197564;
    color: #FFF;
}
.main-cart-box .cart-btn .qty{
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #FFF;
    background: #D80000;
    border-radius: 50%;
}
.cart-fancybox-content {
    display: none;
}
.f-login{
    text-align: center;
    padding-top: 73px;
    padding-bottom: 40px;
    height: 330px;
}
.f-login .f-title{
    text-align: center;
    margin-bottom: 30px;
}
.f-login .main-title{
    color: #444444;
    font-size: 26px;
    margin: 0;
}
.f-login .main-title{
    color: #444444;
    font-size: 26px;
    margin: 0;
    z-index: 1;
    position: relative;
    font-weight: 600;
}
.f-login .main-sub{
    color: #ededed;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    margin-top: -72px;
    display: block;
}
.f-login .form-box label.control-label{
    display: none;
}
.f-login label.form-checkbox{
    display: block;
    font-size: 14px;
}
.f-login .form-box .form-group{
    padding-bottom: 5px;
    text-align: left;
}
.f-login .btn.pure{
    text-align: center;
    color: #183355;
    font-size: 16px;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 20px;
}
.f-login .btn.pure:hover{
    color: #3AB89E;
}
.f-login .btn.p-reset,
.f-login .btn.p-send{
    width: 202px;
    height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    border-radius: 5px;
    background: #AAAAAA;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
}
.f-login .btn.p-reset:before,
.f-login .btn.p-send:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to right,#183355,#183355);
    opacity: 0;
    border-radius: 5px;
    transition: all .3s ease;
}
.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before{
    opacity: 1;
}
.f-login .form-box{
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
    max-width: 500px;
}
.f-login .check-agree{
    padding: 10px 30px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.f-login .f-reminder{
    padding: 10px 25px 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
    background: none;
}
.f-login .f-reminder p{
    margin: 0;
}
.f-login .btn-box.cart_f_btn{
    padding-top: 10px;
}
.f-login .terms-style{
    color: #183355;
    transition: all .3s ease;
}
.f-login .terms-style:hover{
    color: #3AB89E;
}
.f-login .f-msg{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.f-login .f-txt{
    font-size: 15px;
    text-align: center;
}
/*------------ / cart ------------*/


@media screen and (max-width: 1440px){
    .floating, .floating.fancybox-margin {
        right: 30px;
       }
}
@media screen and (max-width: 1280px){
    .site-title .logo{
        /* width: 140px; */
    }
   .footer_top >.container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px;
        padding-top: 40px;
    }
    .site-map{
        float: none;
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
        width: 100%;
        order: 3;
    }
    .site-map ul{
        display: inline;
        padding: 0 0px;
        float: none;
    }
    .site-map ul li{
        display: inline-block;
    }
    .site-map li{
        padding: 2px 6px;
    }
    /* .copy_box{
        text-align: center;
    } */
    .footer_bottom .container{
        padding-right: 15px;
    }
    .copy_box .copyright {
        padding-right: 0;
    }
    .fllow .share {
        left: 0;
        right: unset;
     }
}
@media screen and (max-width: 1250px){
   .site-title .logo{
        width: 194px;
        height: 75px;
        position: relative;
        left: unset;
        top: unset;
   }
   .site-title{
      padding: 15px 0;
        float: none;
        text-align: center;
        position: static;
    }
    .header-fixed .site-title ,.header-fixed .func-menu{
        display: none;
    }
   .site-nav{
        clear: both;
        position: static;
        width: 95%;
        text-align: center;
        padding: 10px 0;
        float: none;
        margin: auto;
   }
   .func-menu{
        position: absolute;
        top: 10px;
        right: 0;
    }
    .site-nav .menu>li ul {
        top: 142%;
    }
    .site-nav .menu>li>a:before {
        bottom: -18px;
    }
    .site-nav .menu>li>a:after{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .banner:before{
        display: none;
    }
    .breadcrumb{
        display: none;
    }
    .banner .container{
        padding: 0;
    }
    .main-top .main-title{
        display: block;
        text-align: center;
        font-size: 20px;
        padding: 0;
        font-family: 'Noto Serif TC', serif;
        color: #103C5C;
        letter-spacing: 2px;
        margin: 10px 0;
    }
    .site-header, .header-fixed .site-header{
        position: relative;
        width: 100%;    
        z-index: 600;
        background: unset;
    }
    .wrapper{
        padding-top: 40px;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: 100%;
        float: none;
    }
    .content:before{
        display: none;
    }
    .site-footer .tit{
        display: none;
    }
    .ibtn.fb{
        margin: 0 10px;
    }
    .btn.style01{
        max-width: 40%;
        font-size: 12px;
        padding: 0 15px;
        margin: 0 5px 15px;
    }
    .has-side .content,.content{
        padding:0px 0px 30px;
    }
    .btn-box{
        padding-top: 25px;
    }
    /*------------ site_header 1000 ------------*/
    .header-fixed .site-title,
    .site-title{
        display: block;
        float: none;
        padding: 15px 0;
    }
    .site-title .logo, .header-fixed .site-title .logo{
        width: 130px;
        height: 50px;
        /* width: 80px; */
        position: relative;
    }
    .top-nav,
    .site-nav{
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top{
        padding: 0px 0px;
    }
    .footer_bottom{
        padding-bottom: 30px;
    }
    .copy_box {
        text-align: center;}
    .site-map,
    .fllow .share{
        display: none;
    }
    .site-footer .col{
        float: none;
        width: auto;
    }
    .site-info h3 {
        letter-spacing: 3px;
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .site-info p{
        margin: 0 0 0 10px;
    }
    .site-info li .tel a{
    }
    .fllow p{
        margin: 15px 0 0 0;
    }
    .site-footer .site-info{
        padding-left: 0;
        background: none;
        float: none;
        margin: 0 auto 15px;
        min-height: inherit;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop{
        display: none;
    }
    .floating .ibtn.gotop{
        background: url(../../../images/layout01/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop:before,.floating .gotop:after{
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title{
        margin: 0 5px 15px;
    }
    .contact-title .reminder,.reminder{
        margin: 0;
    }
    .contact-form{
        background: none;
    }
    .main-top{
        margin-bottom: 0px;
    }
    .content-title{
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.7;
    }
    .content-title:before{
        background-size: 80%;
    }
    .content-top{
        padding: 0 0 0px 0px;
        margin: 0 0 30px 0px;
    }
    .contact-title > b{
        font-size: 30px;
    }
    .form-box{
        background: none;
        padding: 15px;
    }
    /*------------ lightbox ------------*/
    .fancybox-album .fancybox-skin{
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close{
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-nav span{
        top: -45px;
    }
    .fancybox-album .fancybox-prev span{
        left: 0;
    }
    .fancybox-album .fancybox-next span{
        right: 0;
    }
    .fancybox-album .fancybox-title .photo-title,
    .fancybox-album .fancybox-title .photo-pager{
        font-size: 18px;
    }
    .fancybox-album .fancybox-title .photo-title{
        padding: 5px 0;
    }
    .fancybox-album .fancybox-title .photo-pager{
        padding: 5px 0 0;
    }
    .fancybox-album .fancybox-title .photo-intro{
        padding: 15px 0 5px;
    }
    /*------------ / lightbox  ------------*/
    .main-cart-box{
        width: 100%;
        height: 120px;
        right: 0;
        bottom: 0;
        border-radius: 0;
        display: flex;
        z-index: 100;
    }
    .main-cart-box .c-box-btn{
        width: calc(100%  / 5);
        height: auto;
    }
    .main-cart-box .c-box-btn .ic{
        width: 55px;
        height: 55px;
        font-size: 25px;
        line-height: 55px;
        margin-bottom:3px;
    }
    .main-cart-box .c-box-t{
        font-size: 15px;
        font-weight: normal;
    }
    .main-cart-box .cart-btn .qty{
        right: calc(50% - 38px);
        top: 13px;
    }
    .main-cart-box .c-box-btn + .c-box-btn:before{
        width: 1px;
        height: calc(100% - 30px);
        left: 0;
        top: 15px;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 127px;
    }
    .footer_bottom.for-cart{
        margin-bottom: 130px;
        border-bottom: none;
    }
}
@media screen and (max-width: 900px){
    body .fancybox-nav span{
        left: 0;
    }
    body .fancybox-next span{
        left: calc(100% - 35px);
    }
}
@media screen and (max-width: 850px){
    .footer_top >.container{
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .site-footer .fllow{
        width: 100%;
        text-align: center;
    }
    .site-footer .fllow{
        display: flex;
        justify-content: center;
        padding: 30px 5px;
        align-items: center;
    }
    .fllow .qr-inner{
        float: none;
        margin: 0 5px;
        order:2;
    }
}
@media screen and (max-width: 767px){
    /*------------ site-main 767 ------------*/
    .main-content{
        padding: 0 0 40px;
    }
    .pagination li a.controls{
        margin-bottom: -3px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li{
        display: block;
    }
    .site-info li+li{
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
}
@media screen and (max-width: 600px){
    /*------------ cart-fancybox 600 ------------*/
    .f-login {
        padding-top: 41px;
        height: unset;
    }
    #member-login-fancybox{
        padding-top: 70px;
    }
    #member-register-fancybox{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #member-forget-fancybox{
        padding-top: 50px;
    }
    #member-forget-ok-fancybox{
        padding-top: 80px;
        padding-bottom: 0;
    }
    #member-register-ok-fancybox{
        padding-top: 80px;
        padding-bottom: 0;
    }
    .f-login .main-sub {
        font-size: 40px;
        line-height: 40px;
        margin-top: -55px;
        margin-bottom: 0;
    }
    .f-login .btn.p-reset,
    .f-login .btn.p-send{
        width: 100px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        border-radius: 0;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .f-login .btn-box.cart_f_btn{
        margin-top: 0;
        padding-top: 10px;
    }
    .f-login .btn.p-reset:before,.f-login .btn.p-send:before {
        border-radius: 0;
    }
    .f-login .check-agree {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .f-login .btn.pure {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .f-login .f-reminder {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    body .fancybox-skin {
        margin-left: auto;
        margin-right: auto;
    }
    /*------------ / cart-fancybox 600 ------------*/
    .main-cart-box{
        height: 85px;
    }
    .main-cart-box .c-box-btn .ic{
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 0; 
    }
    .main-cart-box .c-box-t{
        font-size: 13px;
    }
    .main-cart-box .cart-btn .qty{
        right: calc(50% - 28px);
        top: 5px;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 90px;
    }
    .footer_bottom.for-cart{
        margin-bottom: 100px;
    }
}