@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=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
/*------------ basic ------------*/
body{
    color: #545454;
    line-height: 1.8;
    font-family: 'Noto Sans TC', serif;
    background: #fff
}
.content-nav-menu{
    display: none;
}
.wrapper{
    padding-top: 115px;
}
/*------------ /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.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
/*------------ /box ------------*/
/*------------ 隱私權 ------------*/
.header-sheet{
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #ccc;
    color: #545454;
}
.header-sheet .close-ontop{
    color: #545454;
}
.header-sheet a{
    color:#000;
}
.close-ontop{
    color: #000;
}
/*------------ /隱私權 ------------*/
/*------------ btn ------------*/
/*back-btn*/
.btn.back{
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    transition: all .3s ease;
}
.btn.back:before{
    display: inline-block;
    content: "\e1002";
    transform: rotate(180deg);
    display: inline-block;
    margin: 0 5px 0 0;
    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;
}
.btn.back:hover{
    border-color: #000;
    background: #000;
    color: #fff;
}
/*/back-btn*/
/*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: 50px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 0 78px;
    margin: 0 10px 15px;
    border: 1px solid #ccc;
}
.btn.style01 i{
    color: #000;
    font-size: 13px;
    margin: 0 0 2px 15px;
    display: inline-block;
    vertical-align: middle;
}
.btn.style01:hover i{
    color: #fff;
}
.btn.style01.arrowL i{
    margin: 0 15px 2px 0;
    transform: rotate(180deg);
    transition: all .3s ease;
}
.btn.style01:hover{
    background: #000;
    color: #fff;
}
.btn.style01 i:before{
    content: "\e1002";
    font-family: 'icon-font2' !important;
}
.btn.style01.arrowL i:before{
    content: "\e1002";
}
/*/style01-btn*/
/*style02-btn*/
.btn.style02{
    transition: all .3s ease;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    line-height: 50px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0 5px 15px;
    max-width: 136px;
    transition: all 0.3s ease;
    border-radius: 50px;
}
.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{
    border-color: #000;
    background: #000;
    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;
    text-align: center;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 999;
}
.site-title{
    padding: 20px 0 29px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-title .logo{
    color: transparent;
    background: url(../../../images/layout04/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 263px;
    height: 66px;
    transition: all .3s ease;
}
.site-title .logo:hover{
    opacity: .7;
}
/*top-nav*/
.top-nav{
    position: absolute;
    top: 20px;
    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: #fad038;
}
.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;
    width: 170px;
    float: right;
    box-sizing: border-box;
    margin: 0 0 0 25px;
}
.site-header .search-box .form-control{
    margin: 0;
    padding: 0 40px 0 15px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #aaa;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 30px;
    transition: all .3s ease;
    font-family: 'Libre Baskerville', 'Noto Sans TC', serif;
}
.site-header .search-box .form-control:focus{
    outline: none;
    border: 1px solid #000;
}
.search-box .search{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.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: #000;
    right: 0;
    top: 0;
    font-size: 22px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
}
.search-box:hover:after{
    color: #555;
}
/*/search-box*/
/*site-nav*/
.site-nav{
    float: right;
    margin: 50px 0 0 0;
    transition: all .3s ease;
}
.site-nav .menu{
    display: flex;
}
.site-nav .menu li{
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    transition: all .3s ease;
}
.site-nav .menu>li:nth-last-child(-n){
    display: none;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    padding: 10.5px 40px 24px 0;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    transition: all .3s ease;
}
.site-nav .menu>li:last-of-type>a{
    padding-right: 0;
}
.site-nav .menu>li.active>a,
.site-nav .menu>li.active2>a,
.site-nav .menu>li:hover>a{
    color: #7F7F7F;
}
.site-nav .menu li ul{
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul{
    top: 100%;
    left: 0;
    box-sizing: border-box;
    text-align: left;
    width: 190px;
    margin: 0;
    background: #333;
    z-index: 600;
}
.site-nav .menu>li ul{
    background: #333;
}
.site-nav .menu>li>ul:before{
    content: "";
    position: absolute;
    bottom: 100%;
    display: block;
    width: 100%;
    height: 27px;
    background: transparent;
}
.site-nav .menu>li.full_menu>ul:before{
    height: 27px;
}
.site-nav .menu li ul li{
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #ddd;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul li a{
    position: relative;
    display: block;
    text-align: left;
    padding: 10.5px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
    background: #fff;
    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{
    color: #A47764;
}
.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: #000;
}
.site-nav .menu ul>li.products_activity.active>a,
.site-nav .menu ul>li.products_activity.active2>a,
.site-nav .menu ul>li.products_activity>a:hover {
    color: #A47764;
}
/*滿版清單*/
.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: #000;
    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: #c5afa0;
}
.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: #fff;
}
/*/滿版清單*/
/*/site-nav*/
/*share*/
.share li{
    display: inline-block;
    margin: 0 4px;
}
.share .btn{
    font-size: 0;
    color: #ccc;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 0;
}
.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;
}
/*/share*/
/*------------ /site_header ------------*/
/*------------ fixed ------------*/
.header-fixed .site-header{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}
.header-fixed .language,
.header-fixed .search-box{
    display: none;
}
.header-fixed .site-title{
    padding: 10px 0;
}
.header-fixed .site-title .logo{
    width: 180px;
    height: 45px;
}
.header-fixed .site-nav{
    margin: 0;
    padding: 0;
}
.header-fixed .site-nav .menu>li:last-of-type>a {
    padding-right: 0;
}
.header-fixed .site-nav .menu>li>a{
    padding: 17.5px 40px 17.5px 0;
}
/*------------ /fixed ------------*/
/*------------ site_main ------------*/
.main-top{
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    margin-top: -70px;
    z-index: 5;
}
.main-top .main-title{
    text-align: center;
    width: 100%;
    margin: 0;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}
.main-top .container{
    padding: 0;
}
.main-content{
    position: relative;
    box-sizing: border-box;
    padding: 0 0 100px;
    z-index: 100;
}
.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;
    padding: 11px 0 11px 60px;
    margin: 0;
    color: #000;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    min-height: 30px;
}
.content-title:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 49px;
    height: 51px;
    background: url(../../../images/layout04/common/title_ic.png) no-repeat;
    background-size: contain;
}
.search-title h1{
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
/*------------ /site_main ------------*/
/*------------ site_footer ------------*/
.site-footer{
    position: relative;
    color: #fff;
    letter-spacing: 0.5px;
    background: #000;
}
.footer_top .container{
    padding: 100px 15px 85px;
}
.site-footer .col{
    float: left;
}
.site-footer .tit{
    font-size: 16px;
    color: #aaa;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-family: 'Libre Baskerville', serif;
}
.site-info{
    width: 30%;
}
.site-info li{
    position: relative;
}
.site-info li+li{
    margin: 10px 0 0;
}
.site-info li a,
.site-info span{
    display: inline-block;
}
.site-map{
    width: 45%;
    transition: all .3s ease;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
}
.site-map ul + ul{
    margin: 0 0 0 30px;
}
.site-map li+li{
    margin: 10px 0 0;
}
.site-map ul a:hover{
    color: #ccc;
}
.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;
    display: block;
    text-align: right;
    top: 100%;
    left: 0;
    margin-top: 35px;
    z-index: 5;
}
.fllow *{
    display: inline-block;
    vertical-align: middle;
}
.fllow p{
    display: block;
    margin: 15px 0 0 0;
}
.fllow .qr-inner{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px 0 0;
    width: 110px;
}
.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{
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copy_box{
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ccc;
}
/*------------ /site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 45px;
    bottom: 9%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .gotop{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 168px;
    height: 168px;
    line-height: 168px;
    text-indent: unset;
    color: #aaa;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: height 0.3s ease;
    font-family: 'Libre Baskerville', serif;
}
.floating .gotop:hover{
    color: #fff;
}
.floating .gotop::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.5, 0.5);
    transform: translate(0%, 0%) scale(0.5, 0.5);
    transition: all .3s ease;
    z-index: -1;
}
.floating .gotop:hover:before {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(0.8, 0.8);
    transform: translate(0%, 0%) scale(0.8, 0.8);
}
.floating .gotop::after{
    content: '';
    display: block;
    position: absolute;
    width: 168px;
    height: 168px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../../images/layout04/common/f_circle.png) no-repeat;
    background-size: contain;
    -webkit-animation: rotateAnim 10000ms linear infinite;
    animation: rotateAnim 10000ms linear infinite;
}
@-webkit-keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*------------ /floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb{
    text-align: center;
    color: #cccc;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 5.5px 15px;
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a{
    display: inline;
    transition: all .3s ease;
}
.breadcrumb a:hover{
    color: #fff;
}
.breadcrumb li+li:before{
    content: "-";
    margin: 0 2px;
}
.content-top .breadcrumb{
    background: none;
    float: right;
    color: #848484;
    padding: 6px 0;
    margin-top: 6px;
}
.products-breadcrumb{
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #848484;
    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: #888;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: -4px 4px 0 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: #000;
}
/*------------ /breadcrumb ------------*/
/*------------ side ------------*/
.side{
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 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;
    text-align: center;
    border: 0;
    padding: 25px 0 20px;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1;
    width: 220px;
    border-radius: 10px 10px 0 0;
    background: url(../../../images/layout04/common/side_title_bg.jpg) no-repeat;
}
.side {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 295px;
    padding: 0;
    line-height: 1.5;
}
.content{
    position: relative;
}
.has-side .content{
    box-sizing: border-box;
    display: table-cell;
    width: calc(100% - 265px);
}
.side-nav{
    box-sizing: border-box;
    max-width: 220px;
    padding: 10px 17px 20px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.side-nav li a{
    position: relative;
    display: block;
    letter-spacing: 1px;
    line-height: 1.8;
    transition: all .3s ease;
}
.side-nav>li>a{
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    color: #32302D;
    border-bottom: 1px solid #DDDDDD;
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    color: #000;
}
.side-nav>li>a:before{
    content: '\f106';
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: 'icon-font' !important;
    font-size: 15px;
    transition: all .3s ease;
}
.side-nav > li:hover > a:before, 
.side-nav > li.active > a:before, 
.side-nav > li.active2 > a:before{
    transform: rotate(180deg);
}
.side-nav ul{
    display: none;
    margin: 0;
    padding: 10px 0;
    background: #fff;
}
.side-nav ul ul{
    padding-top: 0;
    padding-left: 25px;
    padding-bottom: 15px;
}
.side-nav ul li a{
    color: #545454;
    padding: 3px 30px;
}
.side-nav > li.active2 > ul{
    display: block;
}
.side-nav ul li:hover>a,
.side-nav ul li.active>a,
.side-nav ul li.active2>a{
    color: #fff;
    background: #000;
    padding-left: 50px;
}
.side-nav ul li a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    width: 0;
    height: 2px;
    background: #DBDBD3;
    transition: all 0.3s ease;
}
.side-nav ul li:hover>a:before,
.side-nav ul li.active>a:before,
.side-nav ul li.active2>a:before{
    width: 9px;
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
}
.side-nav-top{
    max-width: 220px;
    margin-top: 10px;
}
.side-nav-top>li {
    margin-bottom: 10px;
}
.side-nav-top>li>a{
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    background: #A47764;
    position: relative;
    transition: all .3s ease;
    line-height: 1.5;
}
.side-nav-top>li:hover>a, 
.side-nav-top>li.active>a, 
.side-nav-top>li.active2>a {
    opacity: 0.7;
}
/*------------ /side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span{
    width: 33px;
    height: 33px;
    line-height: 31px;
    color: #999999;
    border: 1px solid transparent;
    font-family: 'Libre Baskerville', serif;
}
.pagination li a:hover,
.pagination li.active a{
    color: #000;
    text-decoration: underline;
}
.pagination li a.controls{
    width: 33px;
    height: 33px;
    line-height: 31px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 0;
    transition: all .3s ease;
}
.pagination li a.controls i{
    font-size: 16px;
    line-height: 31px;
}
.pagination li a.controls:hover{
    color: #fff;
    background: #000;
    border-color: #000;
}
.page-info .form-control{
    color: #999999;
    border: 1px solid #ddd;
}
.page-info .form-control:focus{
    border-color: #000;
}
/*------------ /pagination ------------*/
/*------------ reminder ------------*/
.reminder{
    text-align: center;
    margin: 0 0 45px 0;
}
.reminder b{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 10px;
    background: #000;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}
/*form-detail*/
.form-control{
    box-sizing: border-box;
    display: block;
    margin: 0 0 6px;
    padding: 0 10px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #666666;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    transition: all .3s ease;
}
.form-control:focus{
    outline: none;
    border: 1px solid #000;
}
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;
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.form-box .name .radio-box{
    position: static;
}
.form-box{
    position: relative;
    margin: 0 auto;
    padding: 0px 0px 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-required*/
.form-box .required{
    position: relative;
    padding: 0px 0 0 20px;
}
.form-box .required:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    background: #000;
    border-radius: 100%;
}
.form-box .name .radio-box{
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 3px;
    line-height: 1.6;
}
.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');
}
/*form-required*/
/*success-box*/
.success-box{
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 70px 0;
}
.success-box .msg{
    color: #000;
    font-weight: normal;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.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 #000;
    color: #000;
    box-sizing: border-box;
    background: #fff;
    outline: 10px solid #fff;
    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: #888888;
    border-color: #888888;
}
body .fancybox-skin{
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: 20px auto 20px;
}
body .fancybox-nav span{
    visibility: visible;
    background: url('../../../images/layout04/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-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: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
    background: url(../../../images/layout04/common/bg.jpg);
}
.photo-intro{
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    padding: 10px 15px;
    background: url(../../../images/layout04/common/bg.jpg);
}
.photo-pager{
    text-align: center;
    font-size: 15px;
    color: #ccc;
    margin: 10px 0 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    font-family: 'Libre Baskerville', serif;
}
.photo-pager b{
    color: #fff;
}
/*------------ /lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul{
    border-bottom: 1px solid #000;
}
.mmenu-show #mobile-fixed li{
    background: #000;
    color: #fff;
}
.mmenu-show #mobile-menu .menu li a {
    color: #000;
}
.mmenu-show #mobile-menu .menu li.active>a,
.mmenu-show #mobile-menu .menu li a:hover{
    color: #7F7F7F;
}
.mmenu-show #mobile-menu .language-menu{
    background: #000;
    color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu{
    background: #000;
}
.mmenu-show #mobile-search,
.mmenu-show #mobile-menu .share-menu {
    background: #000;
}
.mmenu-show #mobile-menu .menu ul ul li a{
    color: #000;
}
.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: #000;
}
.mmenu-show #mobile-menu .menu ul li>a:hover,
.mmenu-show #mobile-menu .menu ul ul li>a:hover,
.mmenu-show #mobile-menu .menu ul li.active>a {
    color: #A47764;
}
.mmenu-show #mobile-menu .menu li.products_activity>a:hover, 
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    color: #A47764;
}
.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-search .search-box:after {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
/*------------ /mobile_menu ------------*/
/*------------ contact ------------*/
.contact-form{
    border: 0;
    background: #fff;
    padding: 60px 130px 30px;
    margin-top: 35px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.contact-title{
    padding: 0 0 15px 5px;
    border-bottom: 1px solid #ccc;
    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: #555555;
    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: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
}
/*------------ /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: 55px;
    height: 55px;
    color: #FFF;
    background: #31CAA4;
    border-radius: 50%;
    display: block;
    line-height: 55px;
    text-align: center;
    transition: all 0.5s ease;
    border: 0;
    font-size: 0;
    box-shadow: 0px 2px 5px #0000001c;
    overflow: hidden;
}
.side-share .share .btn i {
    display: block;
    font-size: 30px;
    line-height: 55px;
    margin-top: 0;
}
.side-share .share .btn.cm-fb{
    color: #FFF;
    background: #405D9A;
}
.side-share .share .btn.cm-youtube{
    color: #FFF;
    background: #b52322;
}
.side-share .share .btn.cm-mail{
    color: #FFF;
    background: #2caf8e;
}
.side-share .share .btn.cm-line{
    color: #FFF;
    background: #06C755;
    padding-top: 1px;
    padding-left: 1px;
}
.side-share .share .btn.cm-phone{
    color: #FFF;
    background: #3c352a;
}
.side-share .share .btn.cm-instagram{
    background: #b90675;
}
.side-share .share .btn.cm-instagram i{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFF;
}
.side-share .share .btn.cm-linkedin{
    color: #FFF;
    background: #0073b0;
}
.side-share .share .btn.cm-twitter{
    background: #0F1419;
}
.side-share .share .btn.cm-wechat{
    background: #51c332;
}
.side-share .share .btn.cm-qq{
    background: #000;
}
.side-share .share .btn:hover {
    border: 0;
    box-shadow: unset;
}
.side-share .share .btn.cm-fb:hover {
    background: #5C79B7;
}
.side-share .share .btn.cm-youtube:hover {
    background: #CB3A39;
}
.side-share .share .btn.cm-mail:hover {
    background: #43CAA8;
}
.side-share .share .btn.cm-line:hover {
    background: #1DD96A;
}
.side-share .share .btn.cm-phone:hover {
    background: #5A5247;
}
.side-share .share .btn.cm-instagram:hover {
    background: #CE208C;
}
.side-share .share .btn.cm-linkedin:hover {
    background: #1C94D4;
}
.side-share .share .btn.cm-twitter:hover {
    background: #29333C;
}
.side-share .share .btn.cm-wechat:hover {
    background: #71E053;
}
.side-share .share .btn.cm-qq:hover {
    background: #333;
}
/*------------ /side-share ------------*/
/*------------ cart ------------*/
.main-cart-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    box-sizing: border-box;
    width: 80px;
    height: auto;
    background: transparent;
    border-radius: 0;
    z-index: 1000;
}
.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 {
    display: none;
}
.main-cart-box .c-box-btn .ic {
    width: 41px;
    height: 41px;
    align-items: center;
    font-size: 19px;
    display: block;
    line-height: 41px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-radius: 50%;
    transition: all .3s ease;
    margin-bottom: 3px;
    color: #fff;
    background: #666666;
}
.main-cart-box .c-box-btn .ic.icon-cart-info {
    font-weight: bold;
}
.main-cart-box .c-box-t {
    color: #999;
}
.main-cart-box .c-box-btn:hover .ic {
    background: #000;
    color: #FFF;
}
.main-cart-box .cart-btn .qty {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #020202;
    background: #fff;
    border-radius: 50%;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
    background: #000;
    color: #FFF;
}
.main-cart-box .history-content {
    position: absolute;
    width: 80px;
    height: auto;
    left: -85px;
    top: 110px;
    box-sizing: border-box;
    padding: 13px 8px 7px;
    border: 2px solid #c5c5c5;
    background: #FFF;
    border-radius: 10px;
    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: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
}
.history-list .box {
    position: relative;
    margin-bottom: 10px;
}
.history-list .box:nth-last-child(1) {
    margin-bottom: 0;
}
.history-list .box .name{
    font-size: 15px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    white-space: nowrap;
    color: #000;
    text-decoration: underline;
}
.history-list .box:hover .name{
    color: #333;
}
.history-list .box .pic {
    position: relative;
    border-radius: 5px;
}
.history-list .box .pic img {
    border-radius: 5px;
}
.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;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin: 0 0 30px;
}
.f-login .main-title{
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #000;
}
.f-login .main-sub{
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #7F7F7F;
    font-family: 'Libre Baskerville', serif;
}
.f-login .main-sub::before {
    content: '(';
}
.f-login .main-sub::after {
    content: ')';
}
.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-control {
    background: #efefef;
}
.f-login .form-box .form-group label{
    width: 139px;
}
.f-login .btn.pure{
    text-align: center;
    color: #3385CB;
    margin: 5px 0 15px;
    text-decoration: underline;
    transition: all .3s ease;
}
.f-login .btn.pure:hover{
    color: #5cabef;
}
.f-login .btn.p-reset,
.f-login .btn.p-send{
    width: 200px;
    height: 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
    transition: all .3s ease;
}
.f-login .btn.p-reset:hover,
.f-login .btn.p-send:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.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: #3385CB;
    text-decoration: underline;
    transition: all .3s ease;
}
.f-login .terms-style:hover{
    color: #5cabef;
}
.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: 1500px){
    .main-cart-box {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: unset;
        bottom: 0;
        transform: unset;
        display: flex;
        width: 100%;
        height: 80px;
        background: #fff;
        z-index: 401;
    }
    .main-cart-box .c-box-btn {
        width: auto;
        height: auto;
        flex-grow: 1;
        z-index: 2;
    }
    .main-cart-box .c-box-btn .ic {
        width: 35px;
        height: 35px;
        font-size: 18px;
        border: none;
        line-height: 35px;
        color: #aaa;
        background: transparent;
        border: 0;
        margin: 0;
    }
    .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 {
        color: #000;
        background: transparent;
        border: 0;
    }
    .main-cart-box .c-box-t {
        color: #888;
        font-size: 15px;
        font-weight: normal;
    }
    .main-cart-box .cart-btn .qty {
        right: calc(50% - 38px);
        top: 13px;
        background: #aaa;
        color: #fff;
    }
    .main-cart-box .c-box-btn+.c-box-btn:before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: calc(100% - 30px);
        background: #ccc;
        left: 0;
        top: 15px;
    }
    .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: 65px;
    }
    .footer_bottom.for-cart{
        margin-bottom: 60px;
    }
    /*------------ side-share 1500 ------------*/
    .side-share.for-cart {
        right: 15px;
        left: unset;
        bottom: 70px;
        transform: unset;
        top: unset;
    }
    /*------------ /side-share 1500 ------------*/
}
@media screen and (max-width: 1280px){
    .site-title .logo{
        width: 200px;
    }
    .site-nav .menu li {
        padding: 0 5px;
    }
    .footer_top >.container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-map{
        float: none;
        clear: both;
        text-align: center;
        padding-top: 30px;
        width: 100%;
        order: 3;
    }
    .site-map ul{
        display: inline;
        padding: 0;
        float: none;
    }
    .site-map ul li{
        display: inline-block;
    }
    .site-map li{
        padding: 0 5px;
    }
    .site-map ul + ul {
        margin: 0;
    }
    .footer_bottom .container{
        padding-right: 15px;
    }
    .fllow .share {
        left: 15px;
    }
    .site-footer .tit {
        margin: 0 0 5px;
    }
    .site-footer .fllow {
        align-items: center;
    }
}
@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;
        box-shadow: 0 0 0;
    }
    .site-title,
    .header-fixed .site-title{
        float: none;
        padding: 15px 0;
        display: block;
    }
    .site-title .logo,
    .header-fixed .site-title .logo{
        width: 199px;
        height: 50px;
    }
    .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;
        top: 0;
    }
    /*------------ /site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: 100%;
        float: none;
    }
    .has-side .content,
    .content{
        padding: 0;
    }
    .main-top{
        margin-bottom: 30px;
    }
    .ibtn.fb{
        margin: 0 10px;
    }
    .btn-box{
        padding-top: 30px;
    }
    .btn.style01{
        max-width: 40%;
        padding: 0 15px;
        margin: 0 5px 15px;
    }
    .content-top{
        margin: 0 0 20px;
    }
    .contact-title > b{
        font-size: 30px;
    }
    .content-title {
        font-size: 20px;
        padding: 6px 0 6px 50px;
    }
    .content-title:before {
        top: 0;
        width: 39px;
        height: 41px;
    }
    .content-top .breadcrumb {
        display: none;
    }
    .contact-form{
        padding: 20px 15px 0;
    }
    .contact-title{
        margin: 0 5px 15px;
    }
    .contact-title .reminder,
    .reminder{
        margin: 0;
        text-align: left;
    }
    .form-box{
        background: none;
        padding: 15px;
    }
    .form-box .captcha .form-control{
        width: 100%;
        display: block;
        max-width: inherit;
    }
    .success-box{
        padding: 50px 15px 45px;
    }
    .success-box .btn-box{
        padding-top: 25px;
    }
    /*------------ /site_main 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .site-footer .tit{
        display: none;
    }
    .footer_top .container{
        padding: 30px 0;
    }
    .footer_bottom{
        padding: 15px 0 35px;
    }
    .site-map,
    .fllow .share{
        display: none;
    }
    .site-footer .col{
        float: none;
        width: auto;
        margin-top: 0;
    }
    .site-info p{
        margin: 0 0 0 10px;
    }
    .fllow p{
        margin: 15px 0 0 0;
    }
    .site-footer .site-info{
        padding-left: 15px;
        padding-right: 15px;
        background: none;
        float: none;
        margin: 0 auto 15px;
    }
    .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 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;
        padding-left: 1px;
    }
    .side-share .share .btn i {
        font-size: 20px;
        line-height: 40px;
    }
    /*------------ /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;
    }
}
@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: 0;
        height: unset;
    }
    .f-login .f-title {
        padding-top: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #member-login-fancybox{
        padding-top: 0;
        padding-bottom: 0;
    }
    #member-register-fancybox{
        padding-top: 0;
        padding-bottom: 0;
    }
    #member-forget-fancybox{
        padding-top: 20px; 
        padding-bottom: 0
    }
    #member-forget-ok-fancybox{
        padding-top: 30px; 
        padding-bottom: 0;
    }
    #member-register-ok-fancybox{
        padding-top: 0;
        padding-bottom: 0;
    }
    .f-login .f-title {
        margin-top: 25px;
    }
    .f-login .form-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .f-login .btn.p-reset,
    .f-login .btn.p-send{
        width: 100px;
        height: 40px;
        font-size: 15px;
        line-height: 38px;
        border-radius: 40px;
        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 ------------*/
}
