@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900');

/* font-family: "Montserrat", serif; */
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/*  font-family: "Montserrat", serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*------------ basic ------------*/
body {
    color: #666;
    font-size: 13px;
}

.editor {
    letter-spacing: 0.1em;
}

.content-nav-menu {
    display: none;
}

/*------------ / basic ------------*/
/* load */
[data-js="reveal"] {}

[data-reveal="content"] {
    display: block;
    position: relative;
}

[data-reveal="cover"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 50;
}

[data-reveal="text"] {
    opacity: 0;
}

@keyframes reveal-cover {
    0% {
        width: 0;
        left: 0;
    }

    44% {
        width: 100%;
        left: 0;
    }

    54% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes reveal-text {
    0% {
        opacity: 0;
    }

    44% {
        opacity: 0;
    }

    54% {
        opacity: 1;
    }
}

[data-js="reveal"].loaded [data-reveal="cover"] {
    animation: reveal-cover 1.5s ease-in-out;
}

[data-js="reveal"].loaded [data-reveal="text"] {
    opacity: 1;
    animation: reveal-text 1.5s ease-in-out;
}

/* end load */
.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.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*--- 隱私權 ---*/
.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #982823;
    color: #444;
}

.header-sheet .close-ontop {
    color: #000;
}

.header-sheet a {
    color: #982823;
}

.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
    background:#444;
    width: 125px;
    height: 30px;
    text-indent: inherit;
    margin: 0px auto;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}

.btn.back:hover {
    background:  #982823;
}

/*--- fb-btn ---*/
.ibtn.fb {
    transition: all .3s ease;
    width: 110px;
    height: 110px;
    background: url('../../../images/layout01/tw/fb.png') no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative;
    overflow: inherit;
    margin-top: 0px;
}

.ibtn.fb:hover {
    opacity: 0.7;
}

/*--- style01-btn ---*/
.btn.style01 {
    transition: all .2s;
    line-height: 40px;
    border-radius: 35px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 20px 15px;
    position: relative;
    max-width: 250px;
    width: 100%;
}

.btn.style01 i {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    background-image: url(../../../images/layout01/common/icons.png);
}

.btn.style01 i {
    background-position: -180px -87px;
    right: 20px;
}

.btn.style01.arrowL i {
    background-position: -160px -87px;
    left: 20px;
    width: 20px;
    height: 20px;
}

.btn.style01:hover {
    background: #982823;
}

.btn.style01:hover i {
    color: #fff;
    transition: all .2s;
}

/*--- style02-btn ---*/
.btn.style02 {
    color: #FFF;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    background: #333;
    border: 1px solid transparent;
    border-radius: 30px;
    margin: 0 2px 10px;
    transition: all .3s ease;
}

.btn.style02:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e1002";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px transparent;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 18px;
    color: #FFF;
    vertical-align: middle;
    margin-top: -5px;
}

.btn.style02:hover {
    background: #982823;
}

/*------------ / btn ------------*/
.banner {
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}

/*------------ site_header ------------*/
.wrapper {
    padding-top: 150px;
}

.site-header {
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    border-top:none;
}

.site-title {
    padding: 50px 0 30px;
    float: left;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout01/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 324px;
    height: 72px;
    transition: all .3s ease;

}

.site-title .logo:hover {
    opacity: .7;
}

/*------------ top-nav ------------*/
.top-nav {
    position: absolute;
    right: 5px;
    z-index: 35;
    top: 15px;
}

/*詢價車*/
.func-menu>li.gocart {
    margin-top: 39px;
}

.func-menu>li.gocart .toggleBtn .num {
    color: #fff;
    background: #982823;
}

.func-menu>li.gocart .price {
    color: #F2856C;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: 2px solid #982823;
    background: #fff;
}

.func-menu .cart-box .btn {
    background: #982823;
    color: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #982823;
    color: #fff;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list li:hover .box {
    background: #fafafa;
}

.func-menu .cart-list .qty {
    color: #F2856C;
}

/*數量icon*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #982823;
}

.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: #982823;
    background: #eee;
}

.products-intro .pd-intro .btn-group .btn.addcart {
    background: #982823;
    color: #fff;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    background: #b5c356;
    color: #fff;
}

/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
    float: left;
}

.site-header .language .btn {
    display: none;
}

.top-nav .language li {
    display: inline-block;
}

.top-nav .language li a {
    display: inline-block;
    color: #222;
    font-size: 13px;
    border-left: solid thin #ddd;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
}

.top-nav .language li a:hover {
    color: #982823;
    text-decoration: underline;
}

/*---- search-box ----*/
.none {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 160px;
    float: right;
    box-sizing: border-box;
    margin: 0 12px 0 25px;
    font-family: "Montserrat", serif;
    color: #000;
}

.site-header .search-box .form-control {
    border: none;
    border-bottom: 1px solid #DDDDDD;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 42px 0 5px;
    border-radius: 0;
}

.site-header .search-box .form-control:focus {
    outline: none;
    border-color: #868686;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 0px;
}

.search-box:after {
    content: '';
    background-image: url(../../../images/layout01/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.search-box:hover:after {
    background-position: 100% 100%;
}

/*------------site-nav ------------*/
.site-nav {
    float: right;
    margin: 82px -15px 0 0;
    transition: all .3s ease;
}

.site-nav .menu {
    display: inline-block;
}

.site-nav .menu li {
    position: relative;
    width: 95px;
}

.site-nav .menu>li:nth-last-child(-n) {
    display: none;
}
.site-nav .menu > .history-content{
    display: none;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    /* color: #444444;
    font-size: 18px;
    letter-spacing: 0.1em; */
    line-height: 1.2;
    transition: all .3s;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 15px 10px;
}

.site-nav .menu>li:nth-child(2n)>a {
    background-position: 50% 0;
}

.site-nav .menu>li:nth-child(n)>a:hover,
.site-nav .menu>li:nth-child(n).active>a,
.site-nav .menu>li:nth-child(n).active2>a {
    color: #982823;
}

.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: 5px 0 0 -95px;
    background: #efefef;
}

.site-nav .menu>li ul {
    background: #efefef;
    border-radius: 0px;

}

.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}

.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #DDD;
}

.site-nav .menu li ul li:last-child {
    border-bottom: none;
}

.site-nav .menu li ul li:first-child>a {
    border-radius: 0;
}

.site-nav .menu li ul li:last-child>a {
    border-radius: 0;
}

.site-nav .menu ul li a {
    font-weight: bold;
    line-height: 1.4;
    display: block;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    transition: all .2s;
    color: #333;
    background: #efefef;
}

.site-nav .menu ul>li.active>a,
.site-nav .menu ul>li.active2>a,
.site-nav .menu ul>li>a:hover {
    background: #982823;
    color: #FFFFFF;
}

.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}

.site-nav>.menu>li:nth-child(n+9) {
    display: none;
}

.site-nav .menu ul li.products_activity a {
    color: #FFF;
}

/*滿版清單*/
.site-nav .menu .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.1);
    padding: 5px 10px;
    margin: 6px 3px;
    border-radius: 0;
}

.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: #982722;
    color: #FFFFFF;
}

.site-nav .menu li.full_menu>ul>li>a:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.site-nav .menu .full_menu ul>li.active>a,
.site-nav .menu .full_menu ul>li.active2>a,
.site-nav .menu .full_menu ul>li>a:hover {
    background: none;
    color: #bc3831;
}

.site-nav .menu .full_menu ul>li.products_activity>a {
    color: #cc7e49;
    
}

.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: #bc3831;
}
.site-nav .menu>li.full_menu>ul:before{
    height: 22px;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
    display: inline-block;
    margin: 0 2px;
}

.share .btn {
    font-size: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.share .btn i {
    display: block;
    font-size: 17px;
    line-height: 30px;
    transition: all .2s;
    color: rgba(255, 255, 255, 0.5);
}
.share .btn:hover i{
    color:#FFF;
}

.share_box {
    margin: 10px 0 20px 0;
}

/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 100%;
    -moz-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
}

.header-fixed .language,
.header-fixed .search-box {
    display: none;
}

.header-fixed .site-title {
    padding: 10px 0;
}

.header-fixed .site-title .logo {
    width: 230px;
    height: 50px;
}

.header-fixed .site-nav {
    margin-top: 0px;
    padding: 10px 0 0;
}

.header-fixed .site-nav .menu>li>a {
    height: 46px;
    width: 96px;
    padding: 15px 10px;
    border-radius: 10px;
}

.header-fixed .func-menu>li.gocart {
    margin-top: 6px;
}

.header-fixed .top-nav {
    top: -5px;
}

.header-fixed .site-nav .menu>li>ul {
    margin: 5px 0 0 -94px;
}

.header-fixed .site-nav .menu .full_menu>ul {
    margin: 0;
}
.header-fixed .site-nav .menu>li.full_menu>ul:before {
    height: 14px;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
    text-align: right;
    margin-bottom: 18px;
}

.main-top .main-title {
    display: none;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 120px;
}

.main-content .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    background: #F6F6F6;
    margin: 0 0 40px 0px;
    overflow: hidden;
}

.content-title {
    position: relative;
    box-sizing: border-box;
    padding: 14.5px 15px !important;
    color: #333333 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    letter-spacing: 0.15em !important;
    line-height: 1.2 !important;
    text-align: center;
    margin: 0 auto;
}


.search-title h1 {
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url(../../../images/layout01/common/footer_bg.jpg) center repeat;
    border: none;
    border-width: 1px 0;
}

.footer_top {
    padding: 100px 0px 76px;
}

.footer_bottom {
    border-top: 1px solid rgba(221,221,221,.3);
    padding: 14px 0;
}

.site-footer .col {
    float: left;
}

.site-footer .tit {
    display: none;
}
.site-logo{
    position: relative;
    display: block;
    width: 180px;
    height: 158px;
    background-size: contain;
}
.site-logo a{
    transition: all .3s ease;
}
.site-logo a:hover{
    opacity: .7;
}
.site-info {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 28%;
    padding: 0px 0  0 5%;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255,255,255,.8);
    letter-spacing: 0.1em;
}

.site-info ul {
    list-style-type: none;
}

.site-info li .tel a {
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-family: "Montserrat", serif;
    margin-bottom: 4px;
}

.site-info li {
    position: relative;
    padding: 0px 0;
}

.site-info li.info_name{
    font-size: 18px;
    font-weight: bold;
}
.site-info li span,
.site-info li a {
    color: rgba(255,255,255,.8);
    transition: all .3s ease;
}
.site-info li a:hover{
    color: rgba(255,255,255,1);
}
.site-info li+li {
    margin: 4.5px 0 0;
}

.site-info li a {
    display: inline-block;
}

.site-map {
    line-height: 1.2;
    width: 38%;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 0px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.8);
}

.site-map ul {
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul{
    margin-left: 15px;
}
.site-map li+li {
    margin-top: 29.5px;
}

.site-map ul a:hover {
    color: #FFF;
    text-decoration: underline;
}

.site-footer .fllow {
    width: 20%;
    float: right;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    right: 5px;
    position: absolute;
    top: 85%;
    margin:0;
    z-index: 5;
}

.fllow * {
    display: inline-block;
    vertical-align: middle;
}

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}

.fllow .qr-inner {
    margin: 0 15px 0 0px;
    float: right;
    width: 110px;
}

.copy_box {
    text-align: center;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    margin: 0px 0;
    letter-spacing: 0.2em;
}

/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 4.5%;
    bottom: 13%;
    z-index: 400;
    transition: all .3s ease;
}

.floating .gotop {
    position: relative;
    display: flex;
    width: 35px;
    height: 150px;
    font-size: 18px;
    font-family: "Montserrat", serif;
    font-weight: normal;
    text-indent:inherit;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    align-items: center;
    justify-content: flex-start;
}

.floating .gotop span {
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-weight: normal;
    letter-spacing: 0;
    color: #AAAAAA;
    transition: all .3s ease;
    padding-top: 60px;
}

.floating .gotop::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    top: 18px;
    left: 17px;
    background: #AAAAAA;
    transition: all .3s ease;
}

.floating .gotop::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #AAAAAA;
    top: 20px;
    left: 11px;
    transform: rotate(-45deg);
    transition: all .3s ease;
}


.floating .gotop:hover:before {
    top: 13px;
}

.floating .gotop:hover:after {
    top: 15px;
}

.floating .gotop:hover span {
    padding-top: 55px;
}

.floating .gotop span::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 100%;
    background: #444;
    transform: scale(1);
    z-index: -1;
    transition: all .5s ease;
}

.floating .gotop:hover span::before {
    transform: scale(1);
    background: rgba(152,40,35,.95);
}

/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    background: transparent;
    text-align: right;
    color: #464646;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 12px 0px;
    margin-top: 0px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
}

.breadcrumb a:hover {
    color: #982823;
}

.breadcrumb li+li:before {
    content: "-";
    margin: 0px 2px;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #646464;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 10px 0;
    margin-top: 4px;
    position: absolute;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #BABABA;
    background: none;
}

.products-breadcrumb:before,
.products-breadcrumb:after {
    content: '/';
}

.products-breadcrumb li+li:before {
    content: ">";
    margin: 0px 2px;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    vertical-align: top;
    padding: 0px 0 0 0;
}

.content {
    position: relative;
    background: #FFFFFF;
}

.has-side .content {
    width: calc(100% - 300px);
    box-sizing: border-box;
    margin-left: auto;
}

.side_logo {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    display: none;
}

.side_logo span {
    display: block;
    font-weight: 400;
}

.side .title {
    background: url(../../../images/layout01/common/side_title_bg.jpg) no-repeat;
    background-size: cover;
    border:none;
    padding: 22px 0;
    margin-bottom: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: normal;
    position: relative;
    font-weight: bold;
    width: 220px;
    height: 76px;
    box-sizing: border-box;
}
.side-nav{
    max-width: 220px;
    background: #F6F6F6;
}
.side-nav li a{
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav>li>a{
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #444444;
    border-bottom: #FFFFFF solid 1px;
    position: relative;
}
.side-nav>li>a:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
/* .side-nav>li:last-child>a{
    border-color: transparent;
}
.side-nav>li:last-child>a:after{
    display: none;
} */
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    border-color: transparent;
    color: #fff;
    background: #982823;
}
.side-nav>li.active>a:after,
.side-nav>li.active2>a:after,
.side-nav>li:hover>a:after{
    opacity: 0;
}
.site-nav .menu li.full_menu ul ul{
    margin-top: 20px;
}
.side-nav ul{
    font-size: 15px;
    display: none;
    margin: 0px 0;
    background: rgba(221,221,221,.3);
    box-sizing: border-box;
    padding: 10px 0;
}
.side-nav ul li a{
    padding: 7.5px 25px 7.5px 40px;
    color:#666666;
    font-size: 15px;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}
.side-nav ul li a:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #737373;
    display: block;
    position: absolute;
    top: 19px;
    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: #982823;
    padding: 7.5px 25px 7.5px 50px;
}
.side-nav ul li:hover> a:before,
.side-nav ul li.active >a:before,
.side-nav ul li.active2 >a:before{
    background: #982823;
    width: 12px;
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
 }
 .side-nav-top{
    max-width: 220px;
    margin-top: 10px;
    display: none;
}
.side-nav-top>li {
    margin-bottom: 10px;
}
.side-nav-top>li>a{
    padding: 8px 16px;
    font-size: 15px;
    color: #000;
    background: #d3d3d3;
    position: relative;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav-top>li:hover>a, 
.side-nav-top>li.active>a, 
.side-nav-top>li.active2>a {
    background: #cc7e49;
    color: #fff;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #868686;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 50%;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #982823;
}

.pagination li a.controls {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-bottom: 2px;
    color: #fff;
    background-color: #444444;
    font-size: 0;
}

.pagination li a.controls i {
    font-size: 16px;
    line-height: 23px;
}

.pagination li a.controls:hover {
    background-color:  #982823;
}

.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}

.page-info .form-control:focus {
    border-color: #777777;
}

/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px 0;
}

.reminder b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    width: 8px;
    height: 8px;
    background: #982823;
    border-radius: 100%;
}

/*-----form-detail-----*/
.form-control {
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    height: 30px;
    line-height: 28px;
}

.form-control:focus {
    border: 1px solid #982823;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

/*-----form-static-control-----*/
.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}

/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    border: 3px solid #ddd;
    max-width: 1000px;
    margin: 0 auto;
    background: #F4F4F4;
    border-radius: 20px;
    padding-bottom: 30px;
}

.form-box .name .radio-box {
    position: static;
}

.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 880px;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    z-index: 15;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

/*-----form-required-----*/
.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 10px;
    width: 8px;
    height: 8px;
    background: #982823;
    border-radius: 100%;
}

/*----- success-box -----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border: 3px solid #E8E8E8;
    text-align: center;
    padding: 4% 15px;
}

.success-box .msg {
    max-width: 600px;
    border-bottom: 1px dashed #DDD;
    color: #982823;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}

.success-box .msg i {
    background-image: url(../../../images/layout01/common/icons.png);
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
    display: inline-block;
    background-position: -192px 0;
    vertical-align: middle;
}

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../../images/layout01/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

body .fancybox-nav span {
    visibility: visible;
    background: url('../../../images/layout01/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}

body .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}

body .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}

body .fancybox-nav span:hover {
    opacity: 1;
}

body .fancybox-inner {
    /*background: #fff;*/
    border-radius: 0;
    overflow: hidden !important;
}

.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.login-box {
    padding: 30px;
}

.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}

.lightbox-title span {
    display: block;
    font-size: 32px;
}

.lightbox-title .icon {
    background: url('../../../images/layout01/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    padding: 5px 0;
}

.lightbox-wrapper .control-label {
    display: none;
}

.photo-title {
    border: 1px solid #DDD;
    border-width: 1px 0;
    color: #982823;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 70px 5px 10px;
    min-height: 28px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.photo-intro {
    padding: 15px 10px 5px;
    color: #888;
    font-size: 13px;
    font-weight: normal;
}

.photo-pager {
    float: right;
    color: #999;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px 0;
    font-family: "Montserrat", serif;
}

.photo-pager b {
    color: #982823;
}

/*------------ / lightbox ------------*/
.form-radio:before {
    background-image: url('../../../images/layout01/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../../images/layout01/common/form_checkbox.png');
}

/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #0A0405;
}

.mmenu-show #mobile-fixed li {
    background: #0A0405;
}

.mmenu-show #mobile-menu .menu li>a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #0A0405;
}

.mmenu-show #mobile-menu .language-menu {
    background: #0A0405;
    color: #fff;
}

.mmenu-show.mmenu-open #mobile-menu {
    background: #eee;
}

.mmenu-show #mobile-search {
    background: #0A0405;
}

.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-fixed .m-icon-contact_tel{
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-icon-contact_tel i{
    font-size: 22px;
}
.mmenu-show #mobile-menu .share-menu{
    background: url(../../../images/layout01/common/footer_bg.jpg) center repeat;
}
.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}

.mmenu-show #mobile-menu .share .btn i {
    line-height: 30px;
}

.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}
.mmenu-show #mobile-fixed .ic-cart-gocart{
    font-size: 0;
}
.mmenu-show #mobile-fixed .ic-cart-gocart i{
    font-size: 28px;
} 
.mmenu-show #mobile-fixed .ic-cart-member{
    font-size: 0;
}
.mmenu-show #mobile-fixed .ic-cart-member i{
    font-size: 28px;
} 
.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}

.site-nav .menu .full_menu ul>li.products_activity,
.mmenu-show #mobile-menu .menu ul li.products_activity{
    display: none;
}

.mmenu-show #mobile-menu .menu ul li.products_activity a {
    color: #006651;
}

.mmenu-show #mobile-menu .menu li.products_activity>a:hover,
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    color: #0A0405;
}
.mmenu-show #member-box li a {
    background: #0A0405;
}

.mmenu-show #member-box li {
    border-bottom-color: #777777;
}

.mmenu-show #mobile-fixed .qty{
    background: #982823;
    font-family: "Montserrat", serif;
    font-size: 13px;
}
.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;
}

/*------------ / mobile_menu ------------*/
.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px;
}

.contit {
    font-size: 0px;
    text-align: center;
}

.contit b {
    position: relative;
    display: block;
    letter-spacing: 0.1em;
    font-family: "Montserrat", serif;
    font-weight: 550;
    font-size: 36px;
    color: #333;
    margin-bottom: 8px;
}

.contit span {
    display: none;
}

.contact-title .reminder,
.reminder {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.contact-title .reminder .requrin_txt,
.reminder .requrin_txt {
    display: block;
}
/*------------ 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 {
    flex-direction: column;
    display: flex;
}
.side-share .share  .btn i {

    color: #FFF;
}
.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;
}
.side-share .share .btn i {
    display: block;
    font-size: 30px;
    line-height: 55px;
}
.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 {
    background: url(../../../images/layout01/common/index/index_bg.jpg) repeat;;
    position: fixed;
    width: 80px;
    height: auto;
    z-index: 1000;
    right: 0;
    bottom: calc(50% - 80px);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.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:nth-child(3),
.main-cart-box .c-box-btn:nth-child(4),
.main-cart-box .c-box-btn:nth-child(5),
.main-cart-box .c-box-btn:nth-child(6) {
    display: none;
}

.main-cart-box .c-box-btn+.c-box-btn:before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 10px;
    top: 1px;
}

.main-cart-box .c-box-btn .ic {
    width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    display: block;
    line-height: 41px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(10,4,5,.3);
    border-radius: 50%;
    transition: all .3s ease;
    margin-bottom: 4px;
    color: #333;
}

.main-cart-box .c-box-btn .ic.icon-cart-info {
    font-weight: bold;
}

.main-cart-box .c-box-t {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.03em;
    transition: all .3s ease;
}

.main-cart-box .c-box-btn:hover .ic {
    background: #0A0405;
    border: 1px solid #0A0405;
    color: #FFF;
}

.main-cart-box .cart-btn .qty {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #FFF;
    background: #982823;
    border-radius: 50%;
}



.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 #B0B0B0;
    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;
}

.history-list .box:hover .name {
    color: #982823;
    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: 73px;
    padding-bottom: 40px;
    height: auto;
    overflow-x: hidden;
}

.f-login .f-title {
    text-align: center;
    margin-bottom: 30px;
}

.f-login .main-title {
    color: #444444;
    font-size: 26px;
    margin: 0;
}

.f-login .main-title {
    color: #444444;
    font-size: 24px;
    margin: 0;
    z-index: 1;
    position: relative;
    font-weight: 600;
}

.f-login .main-sub {
    color: #DDD;
    font-family: "Montserrat", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    margin-top: -72px;
    display: block;
}

.f-login .form-box label.control-label {
    display: none;
}

.f-login label.form-checkbox {
    display: block;
    font-size: 14px;
}

.f-login .form-box .form-group {
    padding-bottom: 5px;
    text-align: left;
}

.f-login .btn.pure {
    text-align: center;
    color: #333;
    font-size: 14px;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 20px;
}

.f-login .btn.pure:hover {
    color: #982823;
}

.f-login .btn.p-reset,
.f-login .btn.p-send {
    width: 202px;
    height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 45px;
    border-radius: 30px;
    background: #0A0405;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
}

.f-login .btn.p-reset:before,
.f-login .btn.p-send:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, #982823, #982823);
    opacity: 0;
    border-radius: 30px;
    transition: all .3s ease;
}

.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before {
    opacity: 1;
}

.f-login .form-box {
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
    max-width: 500px;
}

.f-login .check-agree {
    padding: 10px 30px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.f-login .f-reminder {
    padding: 10px 25px 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
    background: none;
}

.f-login .f-reminder p {
    margin: 0;
}

.f-login .btn-box.cart_f_btn {
    padding-top: 10px;
}

.f-login .terms-style {
    color: #0A0405;
    transition: all .3s ease;
}

.f-login .terms-style:hover {
    color: #982823;
}

.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 {
        width: 100%;
        height: 60px;
        right: 0;
        bottom: 0;
        border-radius: 0;
        display: flex;
        z-index: 401;
    }

    .main-cart-box .c-box-btn {
        width: auto;
        height: auto;
        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;
        background: transparent;
        font-size: 25px;
    }

    .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 {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0px;
        white-space: nowrap;
        transition: all .3s ease;
    }
    .main-cart-box .c-box-btn:hover .c-box-t{
        color: #FFF;
    }
    .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);
        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: #0A0405;
        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;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .history-list .box {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        width: 60px;
    }

    .history-list .box .name {
        font-size: 12px;
    }

    .floating.for-cart {
        bottom: 70px;
    }

    .floating.for-cart .ibtn.gotop {
        bottom: 10px;
    }

    .footer_bottom.for-cart {
        margin-bottom: 0px;
        border-bottom: none;
    }
    /*------------ side-share ------------*/
    .side-share.for-cart {
        bottom: 127px;
        transform: unset;
        top: unset;
    }
    /*------------ / side-share ------------*/
}


@media screen and (max-width: 1280px) {
    .site-logo{
        display: none;
    }
    .header-fixed .site-nav {
        margin-top: 5px;
        padding: 8px 0 0;
    }
    .footer_top {
        padding: 80px 15px 70px;
    }
    .site-info{
        padding: 0;
        width: 30%;
        font-size: 14px;
    }
    .site-map {
        width: 47%;
        font-size: 14px;
    }
    .site-footer .fllow {
        width: 23%;
    }
    .site-map ul+ul {
        margin-left: 10px;
    }
    .breadcrumb{
        padding: 12px 15px;
    }
    .main-top {
        text-align: right;
        margin-bottom: 12px;
    }
    .main-content{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1250px) {
    .header-fixed .site-nav {
        margin-top: 0px;
    }
    .site-title .logo {
        width: 276px;
        height: 60px;
    }

    .site-title {
        padding: 20px 0;
        float: none;
        text-align: center;
        position: static;
    }

    .header-fixed .site-title,
    .header-fixed .func-menu {
        display: none;
    }

    .site-nav {
        clear: both;
        position: static;
        width: 95%;
        text-align: center;
        padding: 0px 0;
        float: none;
        margin: auto;
        line-height: inherit;
    }

    .func-menu {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .wrapper {
        padding-top: 156px;
    }
    .site-nav .menu>li>a{
        padding: 15px 10px 18px;
    }
    .header-fixed .site-nav .menu>li>a {
        padding: 15px 10px 18px;
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .banner:before {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .banner .container {
        padding: 0;
    }
    .main-top .main-title {
        display: block;
        font-size: 20px;
        width: auto;
        padding: 0;
        font-weight: normal;
        text-align: center;
        color: #0A0405;
        margin: 10px auto;
    }
    .main-top .main-title::before{
        content: '。';
        position: relative;
        display: inline-block;
        margin:0 8px 5px 0;
    }
    .main-top .main-title::after{
        content: '。';
        position: relative;
        display: inline-block;
        margin:0 0px 5px 8px;
    }
    .site-header,
    .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
        border: none;
        background: #f6f6f6;
    }

    .wrapper {
        padding-top: 40px;
    }

    .side {
        display: none;
    }

    .has-side .content {
        position: relative;
        width: 100%;
        float: none;
    }

    .content:before {
        display: none;
    }

    .site-footer .tit {
        display: none;
    }

    .btn.style01 {
        max-width: 40%;
        font-size: 12px;
        padding: 0 15px;
        margin: 0 5px 15px;
    }

    .has-side .content,
    .content {
        padding: 0px 0px 30px;
    }

    .btn-box {
        padding-top: 25px;
    }

    /*------------ site_header 1000 ------------*/
    .header-fixed .site-title,
    .site-title {
        display: block;
        float: none;
        padding: 15px 0;
    }

    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 230px;
        height: 50px;
    }

    .top-nav,
    .site-nav {
        display: none;
    }

    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top {
        padding: 40px 0px 40px;
    }

    .footer_bottom {
        padding: 20px 0 45px;
    }

    .site-map,
    .fllow .share {
        display: none;
    }

    .site-footer .col {
        float: none;
        width: auto;
    }

    .site-info p {
        margin: 0 0 0 10px;
    }

    .site-info li .tel a {
        font-size: 30px;
    }

    .fllow p {
        margin: 15px 0 0 0;
    }

    .site-footer .site-info {
        padding-left: 0;
        background: none;
        float: none;
        margin: 0 auto 30px;
        min-height: inherit;
        letter-spacing: 0.05em;
    }

    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }

    .floating .ibtn.gotop {
        background: url(../../../images/layout01/common/mobile_gotop.svg) 50% 50% no-repeat;
    }

    .floating .gotop:before,
    .floating .gotop:after,
    .floating .gotop span{
        display: none;
    }

    /*------------ / floating 1000 ------------*/
    .contact-title {
        margin: 0 5px 15px;
    }

    .contact-title .reminder,
    .reminder {
        margin: 0;
    }

    .contact-form {
        background: none;
    }

    .main-top {
        margin-bottom: 0px;
    }

    .content-title {
        padding: 10.5px 15px;
        font-size: 18px !important;
    }

    .content-title:before {
        background-size: 80%;
    }

    .content-top {
        padding: 0 0 0px 0px;
        margin: 0 0 30px 0px;
    }

    .contact-title>b {
        font-size: 30px;
    }

    .form-box {
        background: none;
        padding: 15px;
    }

    /*------------ lightbox ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }

    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }

    .fancybox-album .fancybox-nav span {
        top: -45px;
    }

    .fancybox-album .fancybox-prev span {
        left: 0;
    }

    .fancybox-album .fancybox-next span {
        right: 0;
        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  ------------*/

    /*------------ side-share ------------*/
    .side-share {
        top: unset;
        transform: unset;
        bottom: 20px;
    }

    .side-share.for-cart {
        bottom: 70px;
        display: none;
    }

    .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 ------------*/
    .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 10px;
        order: 2;
    }
}

@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: 767px) {

    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }

    .pagination li a.controls {
        margin-bottom: -3px;
    }

    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }

    .site-info li+li {
        margin: 2px 0 0;
    }
    .copy_box{
        font-size: 11px;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ side-share ------------*/
    .side-share.for-cart {
        bottom: 95px;
    }

    /*------------ / side-share ------------*/
    .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;
    }

    .footer_bottom.for-cart {
        margin-bottom: 0;
    }
}

@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 .main-sub {
        font-size: 40px;
        line-height: 40px;
        margin-top: -55px;
        margin-bottom: 0;
    }

    .f-login .btn.p-reset,
    .f-login .btn.p-send {
        width: 100px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        border-radius: 30px;
        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;
    }

    body .fancybox-skin {
        margin-left: auto;
        margin-right: auto;
    }

    /*------------ / cart-fancybox 600 ------------*/
}