@charset "utf-8";
@import url(icon-font2/style.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
/*------------ basic ------------*/
body{
    line-height: 1.8;
    color: #ccc;
    background: #121212;
    font-family: 'Arial', 'Noto Sans TC', serif;
}
.content-nav-menu{
    display: none;
}
.wrapper{
    padding-top: 102px;
}
/*------------ /basic ------------*/
/*------------ box ------------*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
/*------------ /box ------------*/
/*------------ 隱私權 ------------*/
.header-sheet{
    background-color: rgba( 18, 18, 18, 0.9);
    border: 0;
    color: #ccc;
    border-radius: 0;
}
.header-sheet .close-ontop{
    color: #ccc;
}
.header-sheet a{
    color: #fff;
}
.close-ontop{
    color: #000;
    text-shadow: unset;  
}
/*------------ /隱私權 ------------*/
/*------------ back-btn ------------*/
/*btn-back*/
.btn.back{
    padding: 0 30px;
    color: #ccc;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    transition: all .3s ease;
}
.btn.back:before{
    content: '';
    position: relative;
    display: inline-block;
    top: 1.5px;
    margin-top: -10px;
    margin: 0 9px 0 0;
    width: 10px;
    height: 14px;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;   
}
.btn.back:hover:before{
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_hover.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_hover.png) no-repeat center center / contain;
    background: #121212;
    transition: all 0.3s ease;  
}
.btn.back:hover{
    color: #121212;
    background: #fff;
    border-color: #fff;
}
/*/btn-back*/
/*fb-btn*/
.ibtn.fb{
    width: 110px;
    height: 110px;
    position: relative;
    overflow: inherit; 
    transition: all .3s ease;
    text-indent: unset;
    font-size: 0;
}
.ibtn.fb:hover{
    opacity: 0.7;
}
/*/fb-btn*/
/*style01-btn*/
.btn.style01{
    transition: all .3s ease;
    line-height: 40px;
    font-size: 18px;
    padding: 0 70px;
    margin: 0 10px 15px;
    color: #ccc;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
}
.btn.style01:not(.arrowL) i{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 12px;
    height: 16px;
    margin: -4px 0 0 3px;
    transition: all 0.3s ease;
}
.btn.style01:not(.arrowL) i:before {
    content: '';
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;
}
.btn.style01:not(.arrowL):hover i:before {
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_hover_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_hover_r.png) no-repeat center center / contain;
    background: #202020;
}
.btn.style01.arrowL i{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 12px;
    height: 16px;
    margin: -4px 15px 0 0;
    transition: all 0.3s ease;
}
.btn.style01.arrowL i:before {
    content: '';
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;
}
.btn.style01.arrowL:hover i:before {
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_hover.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_hover.png) no-repeat center center / contain;
    background: #202020;
}
.btn.style01:hover{
    color: #121212;
    background: #fff;
    border-color: #fff;
}
/*/style01-btn*/
/*style02-btn*/
.btn.style02{
    transition: all .3s ease;
    line-height: 40px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0 5px 15px;
    max-width: 136px;
    color: #ccc;
    background: transparent;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn.style02:before{
    font-family: 'icon-font2' !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: "\e1012";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 4px 0;
}
.btn.style02:hover{
    color: #121212;
    background: #fff;
    border-color: #fff;
}
/*/style02-btn*/
/*------------ /btn ------------*/
/*------------ banner ------------*/
.banner{
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}
.banner .container{
    padding: 0;
    max-width: inherit;
}
.banner img{
    max-width: inherit;
    min-height: 96px;
    height: 100%!important;
    object-fit: cover;
}
/*------------ /banner ------------*/
/*------------ site_header ------------*/
.site-header{
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    background: transparent;
    z-index: 999;
    background: rgb(18, 18, 18, 0.9);
}
.site-title{
    padding: 0;
    float: left;
    transition: all 0.3s ease;
}
.site-title .logo{
    position: absolute;
    top: 15px;
    color: transparent;
    background: url(../../../images/layout04/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 283px;
    height: 108px;
    transition: all .3s ease;
}
.site-title .logo:hover{
    opacity: .7;
}
/*top-nav*/
.top-nav {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 35;
}
/*/top-nav*/
/*詢價車*/
.func-menu{
    position: absolute;
    top: 13px;
    right: 0;
}
.func-menu > li.gocart .toggleBtn{
    color: #fff;
}
.func-menu > li.gocart .toggleBtn .num{
    color: #000000;
    background: #f9d038;
}
.func-menu > li.gocart .price{
    color: #F2856C;
    letter-spacing: 0.035em;
}
.func-menu .cart-box{
    border: 2px solid #f9d038;
    background: #fff;
}
.func-menu .cart-box .btn{
    background: #f9d038;
    color: #000;
}
.func-menu .cart-box .btn:hover{
    background: #f9d038;
    color: #000;
}
.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: #fff;
}
.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: #fad038;
    background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart{
    background: #000;
    color: #fad038;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover{
    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: #A5A5A5;
    font-size: 13px;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
    transition: all .2s;
}
.top-nav .language li + li > a{
    border-left: 1px solid #A5A5A5;
}
.top-nav .language li a:hover{
    color: #F9D038;
}
/*/language*/
/*search-box*/
.none{
    display: none;
}
.site-header .search-box{
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 170px;
    margin: 0;
    transition: all 0.3s ease;
}
.site-header .search-box .form-control{
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 32px 0 5px;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    transition: all .3s ease;
}
.site-header .search-box .form-control:focus{
    outline: none;
}
.search-box .search{
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right: 0;
    top: 0;
}
.search-box:after{
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.25);
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
}
.search-box:hover:after{
    color: rgba(255, 255, 255, 0.5);
}
/*/search-box*/
/*site-nav*/
.site-nav{
    float: right;
    margin: 35px 0 0;
    transition: all .3s ease;
}
.site-nav .menu{
    display: flex;
}
.site-nav .menu li{
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
}
.site-nav .menu>li:last-of-type>a {
    padding-right: 0;
}
.site-nav .menu>li:nth-last-child(-n){
    display: none;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 67px;
    transition: all .3s ease;
}
.site-nav .menu>li.active>a,
.site-nav .menu>li.active2>a,
.site-nav .menu>li:hover>a{
    -webkit-filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    -webkit-animation: glitchy 0.5s infinite ease;
    animation: glitchy 0.5s infinite ease;
}
.site-nav .menu>li>a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all .3s ease;
    display: none;
}
.site-nav .menu>li.active>a:before,
.site-nav .menu>li.active2>a:before,
.site-nav .menu>li:hover>a:before{
    width: 100%;
    left: 0;
    right: 0;
}
.site-nav .menu li ul{
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul{
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 -95px;
    background: #121212;
}
.site-nav .menu>li ul{
    background: #121212;
}
.site-nav .menu>li>ul:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}
.site-nav .menu>li.full_menu>ul:before{
    height: 24px;
}
.site-nav .menu li ul li{
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #4D4D4D;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul li a{
    position: relative;
    display: block;
    padding: 10.5px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    color: #ccc;
    background: #121212;
    transition: all .3s ease;
}
.site-nav .menu ul>li.active>a,
.site-nav .menu ul>li.active2>a,
.site-nav .menu ul>li>a:hover{
    background: #202020;
    color: #fff;
}
.site-nav .menu ul ul{
    margin: 0 0 0 2px;
    width: 100%;
    top: 0;
    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 .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: #121212;
    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: #202020;
    color: #fff;  
}
.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: #fff;
}
.site-nav .menu .full_menu ul>li.products_activity>a{
    color: #FFB646;
}
.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{
    opacity: 0.7;
}
/*/滿版清單*/
/*/site-nav*/
/*------------ /site_header ------------*/
/*------------share------------*/
.share li{
    display: inline-block;
    margin: 0 4px;
}
.share .btn{
    font-size: 0;
    color: #555555;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 1px solid transparent;
}
.share .btn i{
    margin-top: -3px;
    font-size: 16px;
}
.share .btn.cm-fb:hover{
    color: #405D9A;
}
.share .btn.cm-youtube:hover{
    color: #cd201f;
}
.share .btn.cm-instagram:hover i{
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.share .btn.cm-mail:hover{
    color: #fad038;
}
.share .btn.cm-line:hover{
    color: #04ba04;
}
.share .btn.cm-phone:hover{
    color: #fad038;
}
.share .btn.cm-linkedin:hover{
    color: #0073b0;
}
.share .btn.cm-twitter:hover{
    color: #8f8f8f;
}
.share .btn.cm-wechat:hover{
    color: #51c332;
}
.share .btn.cm-qq:hover{
    color: #eb1923;
}
.share_box{
    margin: 10px 0 20px 0;
}
/*------------ /site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header{
    width: 100%;
}
.header-fixed .language,
.header-fixed .search-box{
    display: none;
}
.header-fixed .site-title .logo{
    top: 5px;
    width: 210px;
    height: 80px;
}
.header-fixed .site-nav{
    margin: 0;
}
.header-fixed .site-nav .menu>li>a{
    line-height: 70px;
}
.header-fixed .site-nav .menu .full_menu > ul {
    margin: 0;
}
/*------------ /fixed ------------*/
/*------------ site_main ------------*/
.main-top{
    position: relative;
    text-align: center;
    margin-bottom: 12px;
    margin-top: -70px;
    z-index: 5;
}
.main-top .main-title{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.main-top .container{
    padding: 0;
}
.main-content{
    position: relative;
    box-sizing: border-box;
    padding: 0 0 100px;
    z-index: 100;
}
.site-main .main-content::before,
.site-main.has-side .main-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #202020;
    z-index: -1;
}
.site-main.has-side .main-content::after {
    content: '';
    position: absolute;
    right: calc(50% + 386px);
    top: 0;
    width: calc(100% - 305px);
    height: 60px;
    background: #252525;
    z-index: -1;
}
.has-side .main-content::after {
    width: calc(50% + 438px);
    right: 0;
}
.main-content .container{
    display: flex;
    width: 100%;
}
.content{
    min-height: 300px;
    box-sizing: border-box;
}
.content-top{
    padding: 0;
    margin: 0 0 40px;
    overflow: hidden;
}
.content-title{
    position: relative;
    float: left;
    margin: 0;
    padding: 12px 0 12px 45px;
    min-height: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
}
.content-title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    width: 16px;
    height: 23px;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;
}
.content-title::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -11px;
    width: 16px;
    height: 23px;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;
}
.has-side .content-title {
    padding: 12px 0 12px 65px;
}
.has-side .content-title::before {
    left: 20px;
}
.has-side .content-title::after {
    left: 36px;
}
.search-title h1{
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
/*------------ /site_main ------------*/
/*------------ site_footer ------------*/
.site-footer{
    position: relative;
    background: #202020;
}
.footer_top .container{
    padding: 90px 15px 70px;
}
.site-footer .col{
    float: left;
    box-sizing: border-box;
}
.site-footer .tit{
    font-size: 20px;
    color: #A8A8A8;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.site-info{
    width: 35%;
    color: #A8A8A8;
    padding-right: 15px;
}
.site-info li .tel a{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
}
.site-info li{
    position: relative;
}
.site-info li+li{
    margin: 7px 0 0;
}
.site-info li i {
    position: relative;
    display: inline-block;
    font-style: unset;
    width: 70px;
}
.site-info li a,
.site-info span{
    color: #ccc;
    display: inline-block;
}
.site-info li a {
    transition: all 0.3s ease;
}
.site-info li a:hover {
    color: #fff;
    text-decoration: underline;
}
.site-map{
    width: 40%;
    padding-right: 15px;
    transition: all .3s ease;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
}
.site-map ul + ul{
    margin: 0 0 0 20px;
}
.site-map li+li{
    margin: 7px 0 0;
}
.site-map ul a:hover{
    color: #fff;
    text-decoration: underline;
}
.site-footer .fllow{
    float: right;
    text-align: right;
    margin: 55px 0 0 0;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
}
.fllow .share{
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    text-align: right;
    margin-top: 18px;
    z-index: 5;
}
.fllow * {
    display: inline-block;
    vertical-align: middle;
}
.fllow p{
    display: block;
    margin: 15px 0 0 0;
}
.fllow .qr-inner{
    width: 110px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 15px;
    box-sizing: border-box;
    order: 2;
}
.fllow .qr-inner .ibtn.qr{
    text-indent: unset;
    font-size: 0;
    transition: all .3s ease;
}
.fllow .qr-inner .ibtn.qr:hover{
    opacity: 0.7;
}
.footer_bottom{
    text-align: right;
    font-size: 13px;
    color: #a8a8a8;
}
.footer_bottom .container {
    padding: 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer_bottom .copy_box{
    text-align: right;
}
/*------------ /site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    z-index: 400;
}
.floating .gotop {
    position: relative;
    display: block;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-indent: unset;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}
.floating .gotop:hover {
    color: #202020;
    background: #fff;
}
.floating .gotop span {
    display: block;
}
.floating .gotop:hover span {
    -webkit-filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    -webkit-animation: glitchy 0.5s infinite ease;
    animation: glitchy 0.5s infinite ease;
}
.floating .gotop .n_border.first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
}
.floating .gotop:hover .n_border.first{
    height: 51%;
}
.floating .gotop .n_border.first::before {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
}
.floating .gotop:hover .n_border.first:before {
    width: 51%;
    height: 100%;
}
.floating .gotop .n_border.first::after {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #A8A8A8;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    transition: all 0.8s ease;
}
.floating .gotop:hover .n_border.first:after {
    width: 51%;
    height: 100%;
}
.floating .gotop .n_border.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
}
.floating .gotop:hover .n_border.bottom{
    height: 51%;
}
.floating .gotop .n_border.bottom::before {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.8s ease;
}
.floating .gotop:hover .n_border.bottom:before {
    width: 51%;
    height: 100%;
}
.floating .gotop .n_border.bottom::after {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #A8A8A8;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transition: all 0.8s ease;
}
.floating .gotop:hover .n_border.bottom:after {
    width: 51%;
    height: 100%;
}
.floating .gotop .n_border.bottom::before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.floating .gotop .n_border.bottom::after {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.floating .gotop .n_border.blue::before {
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
}
.floating .gotop .n_border.blue::after {
    border-top: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
.floating .gotop .n_border.blue.bottom::before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.floating .gotop .n_border.blue.bottom::after {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
/*------------ /floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb{
    text-align: center;
    color: #333;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.breadcrumb li,
.breadcrumb li a{
    display: inline;
    transition: all .3s ease;
}
.breadcrumb a:hover{
    color: #fff;
    text-decoration: underline;
}
.breadcrumb li+li:before{
    content: "/";
    margin: 0 2px;
}
.content-top .breadcrumb{
    background: none;
    float: right;
    color: rgba(255, 255, 255, 0.25);
    padding: 21.43px 0;
    margin: 0;
}
.products-breadcrumb{
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: rgba(255, 255, 255, 0.25);
    background: none;
}
.products-breadcrumb:before{
    content: "\f101";
    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;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 3px 0;
}
.products-breadcrumb li+li:before{
    content: "/";
    margin: 0 2px;
}
.products-breadcrumb li:first-child a span{
    display: inline-block;
}
.products-breadcrumb li:first-child a:before{
    content: "";
}
.products-breadcrumb li a:hover{
    color: #fff;
    text-decoration: underline;
}
/*------------ /breadcrumb ------------*/
/*------------ side ------------*/
.side{
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0;
}
.content{
    position: relative;
}
.has-side .content{
    width: calc(100% - 260px);
    box-sizing: border-box;
    display: table-cell;
}
.side_logo{
    display: none;
}
.side .title{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 30px;
    padding: 18px 18px 18px 0;
    width: 200px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    background: #252225;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.side-nav{
    max-width: 220px;
    padding: 0;
    border-top: none;
}
.side-nav>li+li{
    margin: 5px 0 0 0;
}
.side-nav li a{
    position: relative;
    display: block;
    line-height: 1.5;
    transition: all .3s ease;
}
.side-nav>li>a{
    padding: 10px 30px 10px 5px;
    color: #878787;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    color: #fff;
}
.side-nav > li > a:before{
    content: '';
    position: absolute;
    right: 15px;
    top: 16px;
    width: 8px;
    height: 12px;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    background: #878787;
    transform: rotate(270deg);
    transition: all 0.5s ease;
}
.side-nav>li:hover>a:before,
.side-nav>li.active2>a:before {
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    background: #fff;
    transform: rotate(90deg);
}
.side-nav ul{
    font-size: 15px;
    display: none;
    margin: 0;
    padding: 10px 0;
}
.side-nav ul li a {
    color: #ccc;
    line-height: 1.5;
    padding: 8px 20px;
    transition: all .3s ease;
}
.side-nav ul li a:before{
    content: '';
    width: 0;
    height: 2px;
    background: transparent;
    display: block;
    position: absolute;
    top: 18px;
    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: #fff;
    padding: 8px 25px 8px 45px;
}
.side-nav ul li:hover> a:before,
.side-nav ul li.active >a:before,
.side-nav ul li.active2 >a:before{
    background: #fff;
    width: 11px;
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav ul ul{
    padding-top: 0;
    padding-bottom: 15px;
}
.side-nav-top{
    display: none;
    max-width: 220px;
    margin: 0;
}
.side-nav-top>li {
    margin-bottom: 10px;
}
.side-nav-top>li>a{
    position: relative;
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    background: #333;
    transition: all .3s ease;
}
.side-nav-top>li:hover>a, 
.side-nav-top>li.active>a, 
.side-nav-top>li.active2>a {
    background: #FED000;
    color: #15161A;
}
/*------------ /side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span{
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a8a8a8;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.pagination li a:hover,
.pagination li.active a{
    color: #fff;
    text-decoration: underline;
}
.pagination li a.controls {
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    color: #fff;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0;
}
.pagination li a.controls i{
    font-size: 16px;
    line-height: 28px;
}
.pagination li a.controls:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #121212;
}
.page-info .form-control{
    color: #999;
    border: 1px solid #2f3034;
}
.page-info .form-control:focus{
    border-color: #fff;
}
/*------------ /pagination ------------*/
/*------------ reminder ------------*/
.reminder{
    text-align: center;
    margin: 0 0 40px;
    font-size: 15px;
}
.reminder b{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 3px 5px;
    font-weight: normal;
}
.reminder b:before{
    content: "*";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
    width: 5px;
    height: 5px;
    color: #ff001d;
    font-size: 21px;
    line-height: 15px;
    border: 0;
}
/*form-detail*/
.form-control{
    box-sizing: border-box;
    display: block;
    margin-bottom: 6px;
    padding: 0 10px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #fff;
    background: #252525;
    border: 1px solid #2f3034;
    border-radius: 0;
    transition: all 0.3s ease;
}
.form-control:focus{
    outline: none;
    border: 1px solid #fff;
}
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-detail*/
/*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-static-control*/
/*form-wrap*/
.form-wrap{
    box-sizing: border-box;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.form-box .name .radio-box{
    position: static;
}
.form-box{
    position: relative;
    margin: 0 auto;
    padding: 0 0 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-wrap*/
/*form-radio+form-checkbox*/
.form-radio:before{
    background-image: url(../../../images/layout04/common/form_radio.png);
    margin: 0 3px 4px 0;
}
.form-checkbox:before{
    background-image: url(../../../images/layout04/common/form_checkbox.png);
    margin: 0 3px 4px 0;
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*/form-radio+form-checkbox*/
/*form-required*/
.form-box .required{
    position: relative;
    padding: 0;
}
.form-box .required:before{
    content: "*";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
    width: 5px;
    height: 5px;
    color: #ff001d;
    font-size: 21px;
    line-height: 15px;
    border: 0;
}
.form-box .name .radio-box{
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 3px;
    line-height: 1.6;
}
/*/form-required*/
/*success-box*/
.success-box{
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 40px 100px;
}
.success-box .msg{
    color: #ccc;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.success-box .msg i{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
    font-style: normal;
}
.success-box .msg i:before{
    content: "\e1051"; 
    font-family: 'icon-font2' !important;
}
/*/success-box*/
/*------------ /reminder ------------*/
/*------------ lightbox ------------*/
body .fancybox-close{
    background: none;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 3px solid #ccc;
    color: #ccc;
    box-sizing: border-box;
    background: #121212;
    outline: 10px solid #121212;
    line-height: 20px;
}
body .fancybox-close:after{
    content: "\e1019";
    display: block;
    font-size: 36px;
    position: absolute;
    top: 1px;
    left: -6px;
    text-align: center;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover{
    color: #fff;
    border-color: #fff;
}
body .fancybox-skin{
    box-shadow: none;
    border-radius: 0;
    background: #121212;
    margin: 20px auto 20px;
}
body .fancybox-nav span{
    visibility: visible;
    mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    background: #fff;
    width: 23px;
    height: 33px;
    margin-top: -16.5px;
    transition: all 0.3s ease;
}
body .fancybox-prev span{
    left: -65px;
}
body .fancybox-next span{
    mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    background: #fff;
    right: -65px;
}
body .fancybox-nav span:hover{
    opacity: 0.7;
}
body .fancybox-inner{
    background: #fff;
    border-radius: 0;
    overflow: hidden !important;
}
body .fancybox-title-inside-wrap{
    padding-top: 0;
}
.fancybox-album .fancybox-image, 
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}
.lightbox-wrapper{
    max-width: 100%;
    margin: 0 auto;
    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/layout04/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{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 10px 0;
}
.photo-intro{
    font-size: 15px;
    color: #ccc;
    line-height: 1.75;
    padding: 10px 15px;
}
.photo-pager{
    text-align: center;
    font-size: 15px;
    color: #ccc;
    margin: 10px 0 0 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.photo-pager b{
    color: #fff;
}
.alertify {
    background: #121212 !important;
    border: 10px solid #202020 !important;
}
/*------------ /lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul{
    border-bottom: 1px solid #202020;
}
.mmenu-show #mobile-fixed li{
    background: #202020;
    color: #ccc;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu .menu li>a:hover,
.mmenu-show #mobile-menu .menu li.active>a{
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul li a {
    padding-left: 50px;
    background: #202020;
}
.mmenu-show #mobile-menu .language-menu{
    background: #202020;
    color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu{
    background: #eee;
}
.mmenu-show #mobile-search{
    background: #202020;
}
.mmenu-show #mobile-menu .menu ul ul li a{
    background: #202020;
    color: #fff;
}
.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 .btn{
    font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 28px;
    margin-left: 5px;
}
.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: #FFB646;
}
.mmenu-show #mobile-menu .menu li.products_activity>a:hover, 
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    opacity: 0.7;
}
.mmenu-show #mobile-menu .menu li.pd-class > a{
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}
.mmenu-show #mobile-menu .menu li.pd-class.has-child > .toggle-submenu:before {
    content: '\f078';
    display: inline-block;
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mmenu-show #mobile-menu .main-menu {
    background: #121212
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 1px solid #202020;
    background: #202020;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
    color: #fff;
    background: #1C1D21;
    border: 1px solid #2f3034;
}
/*------------ /mobile_menu ------------*/
/*------------ contact ------------*/
.contact-form{
    border: 0;
    background: #202020;
    padding: 60px 130px 40px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.contact-title{
    padding: 0 0 15px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0 0 30px;
    text-align: left;
}
.contact-form .contit,
.contact-form .reminder{
    display: inline-block;
    margin: 0;
}
.reminder:before{
    content: '/  ';
    display: inline-block;
    margin: 0 5px -2px 10px;
}
.contact-title .reminder .requrin_txt,
.reminder .requrin_txt{
    display: inline-block;
}
.contact-form .contit{
    text-align: left;
}
.contact-form .contit span{
    display: none;
}
.contact-form .contit b:before{
    content: "\e1009";
    color: #ccc;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
    font-family: 'icon-font2' !important;
    font-weight: normal;
}
.contact-form .contit b{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-transform:uppercase;
    text-align: left;
    font-family: 'Orbitron', 'Noto Sans TC', serif;
}
.contact-form .btn-box{
    position: absolute;
    top: 100%;
    margin: 30px auto 0;
    left: 0;
    right: 0;
}
/*------------ /contact ------------*/
/*------------ side-share ------------*/
.side-share{
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
}
.side-share.for-cart{
    right: unset;
    left: 15px;
}
.side-share .share{
    display: flex;
    flex-direction: column;
}
.side-share .share li{
    margin: 2px 0;
}
.side-share .share li a{
    width: 45px;
    height: 45px;
    background: #121212;
    border-radius: 50%;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    border: 0;
    font-size: 0;
    box-shadow: none;
    overflow: hidden;
}
.side-share .share .btn i {
    display: block;
    font-size: 20px;
    line-height: 50px;
}
.side-share .share .btn i:before {
    color: #fff;
}
.side-share .share .btn.cm-line{
    padding-top: 1px;
    padding-left: 1px;
}
.side-share .share .btn.cm-instagram i{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #fff;
}
.side-share .share .btn:hover {
    box-shadow: unset;
}
.side-share .share .btn:hover i,
.side-share .share .btn:hover i:before{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #fff;
}
.side-share .share .btn.cm-fb:hover {
    background: #0862F7;
}
.side-share .share .btn.cm-youtube:hover {
    background: #F60032;
}
.side-share .share .btn.cm-mail:hover {
    background: #464646;
}
.side-share .share .btn.cm-line:hover {
    background: #06C051;
}
.side-share .share .btn.cm-phone:hover {
    background: #333;
}
.side-share .share .btn.cm-instagram:hover {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.side-share .share .btn.cm-linkedin:hover {
    background: #1C94D4;
}
.side-share .share .btn.cm-twitter:hover {
    background: #000;
}
.side-share .share .btn.cm-wechat:hover {
    background: #71E053;
}
.side-share .share .btn.cm-qq:hover {
    background: #333;
}
/*------------ /side-share ------------*/
/*------------ animation ------------*/
@keyframes p_style {
    0%, 13%, 27%, 41%, 59%, 68%, 72%, 83%, 94%, 100% {
        opacity: 0;
    }
    21%, 36%, 46%, 63%, 70%, 78%, 89%, 9% {
        opacity: 1;
    }
    0% {
        left: 60px;
    }
    40% {
        left: 20px;
    }
    100% {
        left: 20px;
    }
}
@keyframes n_style {
    0%, 13%, 27%, 41%, 59%, 68%, 72%, 83%, 94%, 100% {
        opacity: 0;
    }
    21%, 36%, 46%, 63%, 70%, 78%, 89%, 9% {
        opacity: 1;
    }
    0% {
        bottom: 82%;
    }
    40% {
        bottom: 0;
    }
    100% {
        bottom: 0;
    }
}
@keyframes s_marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@keyframes glitchy {
    0% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    25% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    50% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    75% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
}
@keyframes smoke {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2)
    }
}
/*------------ /animation ------------*/
/*------------ cart ------------*/
.main-cart-box{
    position: fixed;
    box-sizing: border-box;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: auto;
    background: #121212;
    border-radius: 0;
    z-index: 1000;
}
.main-cart-box .c-box-btn{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80px;
    height: 80px;
    transition: all .3s ease;
    cursor: pointer;
}
.main-cart-box .c-box-btn.active,
.main-cart-box .c-box-btn:hover {
    background: #fff;
}
.main-cart-box .c-box-btn .ic{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    transition: all .3s ease;
}
.main-cart-box .c-box-btn .ic.icon-cart-info{
    font-weight: bold;
}
.main-cart-box .c-box-t{
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
    transition: all .3s ease;
}
.main-cart-box .c-box-btn:hover .ic,
.main-cart-box .c-box-btn:hover .c-box-t,
.main-cart-box .c-box-btn.active .ic,
.main-cart-box .c-box-btn.active .c-box-t {
    color: #202020;
}
.main-cart-box .cart-btn .qty{
    position: absolute;
    right: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #202020;
    background: #a8a8a8;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
    color: #202020;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
    color: #202020;
}
.main-cart-box .history-content{
    position: absolute;
    left: -85px;
    top: 110px;
    box-sizing: border-box;
    width: 80px;
    height: auto;
    padding: 13px 8px 7px;
    border: 0;
    background: #FFF;
    border-radius: 0;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}
.main-cart-box .history-content.active{
    opacity: 1;
    pointer-events: all;
    top: 100px;
}
.main-cart-box .history-content:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
}
.history-list .box {
    position: relative;
    margin-bottom: 10px;
}
.history-list .box:nth-last-child(1) {
    margin-bottom: 0;
}
.history-list .box .name{
    color: #000;
    font-size: 15px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.history-list .box:hover .name{
    color: #333;
    text-decoration: underline;
}
.history-list .box .pic{
    position: relative;
}
.history-list .box .pic:before {
    content: "";
    background: rgba(204, 204, 204, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.history-list .box:hover .pic:before {
    opacity: 1;
}
.history-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.cart-fancybox-content {
    display: none;
}
.front-member-fancybox .fancybox-skin {
    margin-top: unset;
    margin-bottom: unset;
}
.front-member-fancybox .fancybox-inner {
    max-height: unset !important;
}
.member-fancybox-body{
    overflow-y: hidden;
}
.social-login-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.social-login-box > div.fb-login-box,
.social-login-box > div.google-login-box,
.social-login-box > div.line-login-box{
    width: 240px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.LINE-login-button a{
    width: 240px;
    height: 40px;
    background: #06C755;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='61' viewBox='0 0 64 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='LINE' class='cls-1' d='M57.144,41.969c4.64-5.087,6.863-10.251,6.863-15.984C64.007,11.66,49.646.005,32,.005S-0.014,11.66-.014,25.985c0,12.842,11.388,23.6,26.771,25.633,1.041,0.225,2.46.688,2.819,1.579a6.558,6.558,0,0,1,.1,2.894s-0.374,2.259-.456,2.741C29.085,59.641,28.58,62,32,60.557S50.43,49.7,57.145,41.969h0M19.466,34.508h-6.36a1.681,1.681,0,0,1-1.678-1.68V20.107a1.678,1.678,0,1,1,3.356,0V31.15h4.682A1.679,1.679,0,0,1,19.466,34.508Zm6.579-1.68a1.678,1.678,0,1,1-3.355,0V20.107a1.678,1.678,0,1,1,3.355,0V32.829Zm15.31,0a1.678,1.678,0,0,1-3.022,1.008l-6.518-8.878v7.87a1.679,1.679,0,1,1-3.357,0V20.107A1.678,1.678,0,0,1,31.479,19.1L38,27.978v-7.87a1.678,1.678,0,1,1,3.356,0V32.829Zm10.292-8.039a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681a1.679,1.679,0,0,1,0,3.358h-6.36a1.682,1.682,0,0,1-1.678-1.68V20.107a1.68,1.68,0,0,1,1.678-1.679h6.36a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681Z'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 24px 24px;
    background-position: center;
    border-right:1px solid rgba(0,0,0,0.08);
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text{
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color:#FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover,
.LINE-login-button a:focus,
.LINE-login-button a:active{
    background: #05B34C;
}
.f-login{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    height: auto;
    overflow-x: hidden;
}
.f-login .f-title{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 30px;
}
.f-login .main-title{
    position: relative;
    font-size: 27px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0;
    z-index: 2;
    color: #fff;
}
.f-login .main-sub{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    background: -webkit-linear-gradient(top, rgb(70, 70, 70, 0.5) 0, rgb(70, 70, 70, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', serif;
    z-index: 1;
}
.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 .form-box .form-group label{
    width: 139px;
}
.f-login .btn.pure{
    text-align: center;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #ccc;
    text-decoration: underline;
}
.f-login .btn.pure:hover{
    color: #fff;
}
.f-login .btn.p-reset,
.f-login .btn.p-send{
    width: 202px;
    height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    background: transparent;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
    transition: all 0.3s ease;
}
.f-login .btn.p-reset:hover,
.f-login .btn.p-send:hover{
    background: #fff;
    border-color: #fff;
    color: #202020;
}
.f-login .form-box{
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.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: #FFB646;
    text-decoration: underline;
    transition: all .3s ease;
}
.f-login .terms-style:hover{
    color: #fa9a09;
}
.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 ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1500px){
    .main-cart-box{
        width: 100%;
        height: 60px;
        right: 0;
        top: unset;
        bottom: 0;
        transform: none;
        border-radius: 0;
        background: #121212;
        display: flex;
        z-index: 401;
    }
    .main-cart-box .c-box-btn{
        width: auto;
        height: auto;
        background: #121212;
        z-index: 2;
        flex-grow:1;
        flex-direction: row;
    }
    .main-cart-box .c-box-btn .ic{
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0; 
        margin-left: 0;
        margin-right: 4px;
        border: 0;
        font-size: 25px;
        color: #fff;
        background: transparent;
    }
    .main-cart-box .c-box-btn:hover .ic,
    .main-cart-box .history-btn.c-box-btn.active .ic, 
    .main-cart-box .history-btn.c-box-btn:hover .ic {
        background: transparent;
        border: 0;
    }
    .main-cart-box .c-box-t{
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0px;
        white-space: nowrap;
        transition: all .3s ease;
    }
    .main-cart-box .cart-btn .qty{
        right: calc(50% + 9px);
        top: 6px;
    }
    .main-cart-box .c-box-btn + .c-box-btn:before{
        width: 1px;
        height: calc(100% - 30px);
        background: #383838;
        left: 0;
        top: 15px;
    }
    .main-cart-box .c-box-btn:after{
        content: '';
        width: calc(100% - 1px);
        height: 100%;
        position: absolute;
        left: 1px;
        top: 0;
        background: #fff;
        transition: all .3s ease;
        z-index: -1;
        opacity: 0;
    }
    .main-cart-box .c-box-btn:hover:after,
    .main-cart-box .history-btn.c-box-btn.active:after, 
    .main-cart-box .history-btn.c-box-btn:hover:after {
        opacity: 1;
    }
    .main-cart-box .history-content {
        width: 100%;
        height: auto;
        left: 0;
        border-radius: 0;
        padding: 10px 5px 3px;
        top: unset;
        bottom: 90%;
        z-index: 1;
    }
    .main-cart-box .history-content.active {
        top: unset;
        bottom: 100%;
    }
    .history-list{
        display: flex;
        justify-content: center;
    }
    .history-list .box {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        width: 60px;
    }
    .history-list .box .name {
        font-size: 12px;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 60px;
    }
    .footer_bottom.for-cart{
        margin-bottom: 60px;
    }
    /*------------ side-share 1500 ------------*/
    .side-share.for-cart {
        right: 10px;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    /*------------ /side-share 1500 ------------*/
}
@media screen and (max-width: 1280px){
    /*------------ site-header 1280 ------------*/
    .site-title .logo{
        width: 250px;
    }
    .site-nav .menu>li>a {
        font-size: 16px;
        padding: 0 7.5px;
    }
    /*------------ /site-header 1280 ------------*/
    /*------------ site-footer 1280 ------------*/
    .footer_top > .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-footer .tit {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .site-info {
        width: 50%;
        padding-right: 15px;
    }
    .site-info li .tel a {
        font-size: 30px;
    }
    .site-map{
        float: none;
        clear: both;
        text-align: center;
        padding: 50px 0 0;
        width: 100%;
        max-width: 1000px;
        order: 3;
    }
    .site-map .tit {
        margin: 0 0 15px;
        padding: 0;
    }
    .site-map ul{
        display: inline;
        padding: 0;
        float: none;
    }
    .site-map ul li{
        display: inline-block;
    }
    .site-map li{
        padding: 0 7.5px;
    }
    .site-map li+li {
        margin-top: 5px;
    }
    .site-map ul + ul {
        margin: 0;
    }
    .fllow .share {
        left: 15px;
    }
    /*------------ /site-footer 1280 ------------*/
}
@media screen and (max-width: 1000px){
    /*------------ site_header 1000 ------------*/
    .wrapper{
        padding-top: 40px;
    }
    .site-header,
    .header-fixed .site-header{
        position: relative;
        width: 100%;    
        z-index: 600;
    }
    .site-title,
    .header-fixed .site-title{
        float: none;
        padding: 15px 0;
        display: block;
    }
    .site-title .logo,
    .header-fixed .site-title .logo{
        position: static;
        width: 157px;
        height: 60px;
    }
    .top-nav,
    .site-nav,
    .header-fixed .top-nav,
    .header-fixed .site-nav,
    .header-fixed .site-nav .menu>li>a,
    .site-nav .menu>li>a{
        display: none;
    }
    /*------------ /site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: 100%;
        float: none;
    }
    .has-side .content,
    .content{
        padding: 0;
    }
    .btn.style01 {
        max-width: 40%;
        padding: 0 15px;
        margin: 0 5px;
        font-size: 15px;
    }
    .content-top{
        padding: 0;
    }
    .content-title,
    .has-side .content-title {
        padding: 10px 0 10px 40px;
        font-size: 18px;
        line-height: inherit;
    }
    .content-title:before,
    .has-side .content-title:before {
        left: 5px;
        width: 10px;
        height: 14px;
        margin-top: -7px;
    }
    .content-title::after,
    .has-side .content-title::after {
        left: 16px;
        width: 10px;
        height: 14px;
        margin-top: -7px;
    }
    .site-main .main-content::before,
    .site-main.has-side .main-content::before {
        display: none;
    }
    .content-top {
        padding: 0 15px;
        background: #202020;
        margin: 0 -15px 30px;
    }
    .content-top .breadcrumb {
        display: none;
    }
    /*contact*/
    .contact-title{
        margin: 0 5px 15px;
    }
    .contact-title > b{
        font-size: 30px;
    }
    .contact-title .reminder,
    .reminder{
        margin: 0;
        text-align: left;
    }
    .contact-form{
        padding: 20px 15px 0;
    }
    .contact-form .btn-box {
        margin: 0;
        padding: 20px 0 0 0;
    }
    /*/contact*/
    /*form*/
    .form-box{
        background: none;
        padding: 15px;
    }
    .form-box .captcha .form-control{
        width: 100%;
        display: block;
        max-width: inherit;
    }
    /*/form*/
    /*success*/
    .success-box{
        padding: 50px 15px 45px;
    }
    .success-box .btn-box{
        padding-top: 25px;
    }
    /*/success*/
    /*------------ /site_main 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top .container{
        padding: 50px 15px;
    }
    .footer_bottom{
        padding-bottom: 30px;
    }
    .site-footer .tit{
        display: none;
    }
    .site-map,
    .fllow .share{
        display: none;
    }
    .site-footer .col{
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .site-footer .site-info {
        margin: 0 15px 0 0;
    }
    .site-info {
        font-size: 14px;
    }
    .site-info p{
        margin: 0 0 0 10px;
    }
    .ibtn.fb{
        margin: 0 10px;
    }
    .fllow p{
        margin: 15px 0 0 0;
    }
    .footer_bottom .container {
        padding: 10px 15px;
    }
    .footer_bottom .copy_box {
        text-align: center;
    }
    /*------------ /site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop{
        display: none;
    }
    .floating .ibtn.gotop{
        background: url(../../../images/layout04/common/mobile_gotop.svg) 50% 50% no-repeat;
    }
    .floating .gotop:before,
    .floating .gotop:after{
        display: none;
    }
    .floating .gotop span {
        display: none;
        font-size: 0;
    }
    .floating .gotop .n_border.blue,
    .floating .gotop .n_border.first {
        display: none;
    }
    /*------------ /floating 1000 ------------*/
    /*------------ lightbox 1000 ------------*/
    .fancybox-album .fancybox-skin{
        margin: 50px 0 20px;
    }
    .fancybox-album .fancybox-close{
        top: -10px;
        right: 50%;
        margin-right: -15px;
    }
    .fancybox-album .fancybox-nav span{
        top: -45px;
    }
    .fancybox-album .fancybox-prev span{
        left: 0;
    }
    .fancybox-album .fancybox-next span{
        right: 0;
        left: unset;
    }
    .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 1000 ------------*/
    /*------------ side-share 1000 ------------*/
    .side-share {
        top: unset;
        transform: unset;
        bottom: 20px;
    }
    .side-share.for-cart{
        bottom: 70px;
    }
    .side-share .share li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding-left: 1px;
    }
    .side-share .share .btn i {
        font-size: 20px;
        line-height: 45px;
    }
    /*------------ /side-share 1000 ------------*/
}
@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;
    }
    .site-footer .fllow{
        width: 100%;
        text-align: center;
    }
    .site-footer .fllow{
        display: flex;
        justify-content: center;
    }
    .fllow .qr-inner{
        float: none;
        margin: 0 5px;
        order: 2;
    }
    .site-footer .site-info {
        padding: 0 0 30px;
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    /*------------ site-main 767 ------------*/
    .main-content{
        padding: 0 0 70px;
    }
    .pagination li a.controls{
        margin-bottom: 0px;
    }
    /*------------ /site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li{
        display: block;
    }
    .site-info li+li{
        margin: 0;
    }
    .pagination li a{
        display: none;
    }
    /*------------ /site-footer 767 ------------*/
    /*------------ side-share 767------------*/
    .side-share.for-cart{
        bottom: 95px;
    }
    /*------------ /side-share 767 ------------*/
    .member-fancybox-body {
        overflow-y: auto;
    }
    .main-cart-box {
        height: 85px;
    }
    .main-cart-box .c-box-btn {
        flex-direction: column;
    }
    .main-cart-box .c-box-btn .ic {
        margin-right: auto;
        margin-left: auto;
    }
    .main-cart-box .c-box-t {
        font-size: 12px;
    }
    .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: 83px;
    }
}
@media screen and (max-width: 600px){
    /*------------ cart-fancybox 600 ------------*/
    .f-login .form-control {
        margin-bottom: 0;
    }
    .f-login {
        padding-top: 0px;
        height: unset;
    }
    .f-login .f-title {
        padding-top: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #member-login-fancybox{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-register-fancybox{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-forget-fancybox{
        padding-top: 20px; 
        padding-bottom: 0px
    }
    #member-forget-ok-fancybox{
        padding-top:  30px; 
        padding-bottom: 0;
    }
    #member-register-ok-fancybox{
        padding-top: 0px;
        padding-bottom: 0;
    }
    .f-login .f-title {
        margin-top: 25px;
    }
    .f-login .main-sub {
        font-size: 40px;
        line-height: 40px;
        margin-top: -55px;
        margin-bottom: 0;
    }
    .f-login .form-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .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: 15px;
    }
    .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;
    }
    .f-login .form-box .form-control {
        padding-left: 10px;
    }
    /*------------ /cart-fancybox 600 ------------*/
}
@media screen and (max-width: 480px){
    .photo-title {
        font-size: 16px;
    }
    .photo-intro {
        font-size: 14px;
    }
}