@charset "utf-8";
@import url('icon-font-41/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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/*------------ basic ------------*/
body{
    background: #F5F9FA;
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans TC' , Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.editor{
    letter-spacing: 1px;
}
.content-nav-menu{
    display: none;
}

/*------------ / basic ------------*/
/*------------- animation -------------*/

@-webkit-keyframes arrowMove {
    0% {
        right: 32px;
    }

    50% {
        right: 28px;
    }

    to {
        right: 32px;
    }
}

@-moz-keyframes arrowMove {
    0% {
        right: 32px;
    }

    50% {
        right: 28px;
    }

    to {
        right: 32px;
    }
}

@keyframes arrowMove {
    0% {
        right: 32px;
    }

    50% {
        right: 28px;
    }

    to {
        right: 32px;
    }
}


/**/


@-webkit-keyframes arrowMove1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}

@-moz-keyframes arrowMove1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}

@keyframes arrowMove1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}
/*------------- /animation -------------*/

/*--- 圖片 ---*/

.box .pic {
    position: relative;
    overflow: hidden;
}

.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box:hover .pic img {
    -moz-transform: scale(1.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 #0C7FB8;
    color: #444;
}
.header-sheet .close-ontop{
    color: #000;
}
.header-sheet a{
    color:#0C7FB8;
}
.close-ontop{
    color: #000;
    text-shadow: 0 1px 0 #fff;  
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back{
    width: 150px;
    line-height: 36px;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 0px 10px;
    position: relative;
    background: #0C7FB8;
    text-align: right;
    border-radius: 25px;
}
.btn.back:before{
    font-family: 'icon-font-41' !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: "\e906";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: 4px;
    left: 19px;
}
.btn.back:hover{
    background: #142144;
}
/*--- fb-btn ---*/
.ibtn.fb{
    transition: all .3s ease;
    background-image: url(../../../images/layout03/tw/fb_page.png);
    height: 45px;
    position: absolute;
    bottom: 0;
    z-index: 5;
    max-width: 1330px;
    left: 0;
    margin: auto;
    background-size: 160px 90px;
    right: 0;
    margin-left: auto;
    bottom: 14px;

}
.ibtn.fb:before{
    content: '';
    width: 160px;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    height: 45px;
}
/*--- style01-btn ---*/
.btn.style01{
    width: 170px;
    line-height: 36px;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    margin: 0 5px 10px;
    position: relative;
    background: #0C7FB8;
    text-align: left;
    display: block;
    border-radius: 20px;
}
.btn.style01.arrowL{
    background: #0C7FB8;
    text-align: right;
}
.btn.style01.arrowL:before{
    font-family: 'icon-font-41' !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: "\e906";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: 2px;
    left: 25px;
}
.btn.style01:after{
    font-family: 'icon-font-41' !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: "\e907";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: 2px;
    right: 25px;
}
.btn.style01.arrowL:after{
    display: none;
}
.btn.style01 i{
    display: none;
}
.btn.style01.arrowL i{
    margin: 0 15px 2px 0;
    transition: all .2s;
}
.btn.style01:hover{
    background: #142144;
    color: #fff;
}
.btn.style01:hover i{
    color: #fff;
    transition: all .2s;
}
/*--- style02-btn ---*/
.btn.style02{
    border: 1px solid #0C7FB8;
    width: 150px;
    height: 36px;
    line-height: 34px;
    color: #0C7FB8;
    font-size: 14px;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 20px;
}
.btn.style02 i,.btn.style02:before{
    content: "\e908";
    font-family: 'icon-font-41' !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: 28px;
    vertical-align: middle;
    position: relative;
    margin: -10px 5px 0px 0;
    top: -2px;
}
.btn.style02:hover{
    
    color: #fff;

    background:  #0C7FB8;
}
.btn.style02:after{
    
}
/*------------ / btn ------------*/
.banner .container{
    max-width: inherit;
    padding: 0;
}
/*------------ site_header ------------*/
.site-header{
    text-align: center;
    background: #FFFFFF;
    border-top: 4px solid #0C7FB8;
    background-size: cover;
    position: fixed;
    z-index: 600;
    width: 100%;
    top: 0;
}
.wrapper{
    padding-top: 153px;

}
.site-title{
    position: relative;
    text-align: center;
    padding: 28px 0 15px;
}
.site-title .logo{
    color: transparent;
    background: url(../../../images/layout03/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 478px;
    height: 63px;
    
}
.site-title .logo:hover{
    opacity: .7;
}
.banner{
    z-index: 2;
}
/*------------ top-nav ------------*/
.top-nav{
    background: #0A7EB6;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
}
/*詢價車*/
.func-menu > li.gocart{
    margin-top: 5px;
}
.func-menu > li.gocart .toggleBtn{
    padding: 10px 15px;
}
.func-menu > li.gocart .toggleBtn .num{
    color: #fff;
    background: #3e53e6;
    text-align: center;
}
.func-menu > li.gocart .price{
    color: #5A60A0;
    letter-spacing: 0.035em;
}
.func-menu .cart-box{
    border: 2px solid #3e53e6;
    background: #0a1144;
}
.func-menu .cart-box .btn{
    background: #3e53e6;
    color: #fff;
}
.func-menu .cart-box .btn:hover{
    background: #000;
}
.func-menu .cart-list li+li{
    border-top: 1px solid #666;
}
.func-menu .cart-list li:hover .box{
    background: #000;
}
.func-menu .cart-list .qty{
    color: #5A60A0;
}
/*數量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: #152cbf;
}
.qty-box .btn{
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    position: absolute !important;
    z-index: 0;
    top: 0;
    color: #fff;
    border: 1px solid #666b8a;
}
.qty-box .btn:hover{
    border-color: #152cbf;
    background: #666b8a;
}
.products-intro .pd-intro .btn-group .btn.addcart{
    background: #DCDEDE;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover{
    background: #24262C;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language{
    float: left;
    position: relative;
}
.site-header .language .btn{
    transition: all .2s;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 13px;
    padding: 0 10px;
    line-height: 35px;
}
.site-header .language .btn i:before{
    content: '\f107';
    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;
    margin: 0 0 0 10px;
    color: #fff;
}
.site-header .language ul{
    display: none;
    margin: 0px 0 0 0;
    position: absolute;
    z-index: 35;
    width: 100%;
}
.site-header .language ul li{
    margin: 0 0 0px;
    background: #FFFFFF;
}
.site-header .language li a{
    display: block;
    background: #0C7FB8;
    color: #fff;
    padding: 5px 10px;
    margin-top: 1px;
    font-size: 14px;
    text-align: left;
}
.site-header .language li a:hover{
    background: #002744;
}
.site-header .language ul li a:hover{
    color: #ffffff;
}
/*---- search-box ----*/
.none{
    display: none;
}
.site-header .search-box{
    padding: 7px 41px 8px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    float: left;
}
.site-header .search-box .form-control{
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    margin: 0;
    background: #f3f3f3;
}
.site-header .search-box .form-control:focus{
    outline: none;
    border: 0;
}
.search-box .search{
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right: 3px;
    top: 8px;
}
.search-box:after{
    position: absolute;
    content: "\e925";
    font-family: 'icon-font-41' !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: #fff;
    right: 0px;
    top:0px;
    font-size: 26px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all .3s ease;
    background: #0C7FB8;
    border-radius: 0 0 10px 0px;
}
.search-box:hover:after{
    background: #142144;
}
.site-header .search-box:before{
    content: '';
    display: block;
    position: absolute;
    left: 136px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}
/*------------site-nav ------------*/
.site-nav{
     
    text-align: center;
   
}
.site-nav .menu{
    display: inline-block;
}
.site-nav .menu li{
    position: relative;
    /* width: 120px; */
    margin: 0 20px;
    font-family: "Noto Sans TC", sans-serif;
}
.site-nav .menu>li:nth-last-child(-n){
    display: none;
}
.site-nav .menu>li>a{
    transition: all .2s;
    text-align: center;
    display: block;
    color: #444444;
    letter-spacing: 2px;
    padding: 5px 0px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    top: 0;
    line-height: 1.6;
    transition: all .3s ease;
    
}

.site-nav .menu>li>a:after {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: 19px;
    width: 5px;
    height: 5px;
    background: #B2D7E9;
    border-radius:100%;
}
.site-nav .menu>li:first-child >a:after {
    display: none;
}

.site-nav .menu>li>a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #097EB8;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    transition: all 0.3s ease;
}
.site-nav .menu>li>a:hover:before, .site-nav .menu>li.active>a::before, .site-nav .menu>li.active2>a::before {
    width: 100%;
}


.site-nav .menu li ul{
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul{
    z-index: 600;
    width: 190px;
    top: 104%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
    background: #414042;
}

.site-nav .menu .full_menu > ul{
    top: 100%;
}

.site-nav .menu>li>ul:after{
   
}
.site-nav .menu>li ul{
     background:#fff;
}
.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 #c4c4c4;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul li a{
    display: block;
    position: relative;
    font-size: 15px;
    transition: all .2s;
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 12px;
    background:#fff;
}
.site-nav .menu ul>li.active>a,
.site-nav .menu ul>li.active2>a,
.site-nav .menu ul>li>a:hover{
    color: #fff;
    background: #0C7FB8;
    
}
.site-nav .menu ul ul{
    width: 100%;
    top: 0px;
    left: 100%;
    margin-left: 1px;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
.site-nav > .menu > li:nth-child(n+9){
    display: none;
}
.site-nav .menu ul li.products_activity a{
    color: #0092d9;
}
.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: #FFF;
}
/*滿版清單*/
.site-nav .menu>li.full_menu>ul:before{
    height: 15px;
}
.site-nav .menu>li.full_menu>ul:after{
    display: none;
}
.site-nav .menu .full_menu ul 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(199,199,199, 0.38);
    padding: 5px 10px;
    margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a{
    background: rgba(199,199,199, 0.08);
}
.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: #0C7FB8;
    color: #FFFFFF;  
}
.site-nav .menu li.full_menu ul ul ul li:hover >a,
.site-nav .menu li.full_menu ul ul ul li.active> a,
.site-nav .menu li.full_menu ul ul ul li.active2> a{
    background: #0C7FB8;
    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;
    text-decoration: none;
    color: #0C7FB8;
}
.site-nav .menu .full_menu ul>li.products_activity>a{
    color: #0092d9;
}
.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: #0C7FB8;
}
/*!滿版清單*/
/*------------share------------*/
.share li{
    display: inline-block;
    margin: 0 1px;
}
.share .btn{
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 0;
    color: #fff;
    border-radius: 50%;
    background: #666666;
    transition: all .2s;
     
}
.share .btn i{
    display: block;
    font-size: 16px;
    line-height: 33px;
}
.share .btn:hover{
    transition: all .2s;
  background: #fff;
    color: #333333;
}
.share_box .share-link .btn.twitter:hover{
    color: #7f7f7f;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header-fixed .site-title{
    padding: 5px 0;
    float: left;
}
.header-fixed .site-title .logo{
    background: url('../../../images/layout03/common/logo02.png') 50% 50%  no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    text-align: left;
    
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav{
    padding: 25px 0 0px;
    margin-left: 90px;
    text-align: left;
}
.header-fixed .site-nav .menu{
    margin: 0 0px;
}
.header-fixed .site-nav .menu>li>a{
     
    height: auto;
    padding: 5px 0;
}
.header-fixed .func-menu > li.gocart{
    margin-top: 0;
}
.header-fixed .site-nav .menu>li>ul {
    margin: 5px 0 0 -104px;
}
.header-fixed .site-nav .menu .full_menu > ul {
    margin: 0;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/

.site-main {
    position: relative;
    /* background: url('../../../images/layout03/common/main_bg.png')    no-repeat; */
    background-position: right bottom;
    
}

.main-top{
    padding: 10px 0 10px 0;
    text-align: right;
    margin-bottom: 35px;
    z-index: 2;
    position: relative;
}

.main-top .main-title{
    display: none;
    margin: 0;
}
.plugin, .plugin button, .plugin input, .plugin label, .plugin select, .plugin td, .plugin textarea{
    color: #fff!important;
}
.main-content{
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 120px;
}
.main-content .container{
    width: 100%;
    display: flex;
}
.content{
    min-height: 300px;
    box-sizing: border-box;
    padding: 0 40px 50px;
}
.content-top{
    /* margin: 0 0 35px;
    padding: 8px 0px;
    min-height: 32px; */
   
}
.content-title{
    color: #333;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    
    margin: 0;
    /* float: left; */
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    padding: 40px 0 15px 0;
    margin: 0 0 22px 0;
    letter-spacing: 2px;
}
.content-title:before {
    content: '';
    background: #0C7FB8;
    width:84px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 42px);
    margin: 0;
    bottom: 0;
}
.search-title h1{
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
.search-title:before{
    /* content: "\f105";
    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;  
    margin-right: 5px; */
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer{
    background:#2C2C2C;
     
    position: relative;
}
.footer_top{
    color: #fff;
    font-size: 12px;
    padding: 100px 0 110px;
    font-family: "Noto Sans TC", sans-serif;
    position: relative;
}
.footer_top::before{
    content: '';
    display: block;
    background: url(../../../images/layout03/common/main_bg.png) no-repeat;
    width: 426px;
    height: 813px;
    /* z-index: 1; */
    position: absolute;
    top: -813px;
    right: 0;
}

.footer_bottom{
    position: absolute;
    top: 39px;
    max-width: 100%;
    width: 1330px;
    margin: auto;
    left: 0;
    right: 0;
}
.site-footer .col{
    float: left;
}
.site-footer .tit{
    display: none;
}
.site-info{
    width: 100%;
    order: 2;
     
    font-size: 14px;
    
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ffffff30;
    padding: 15px 0;
}
.site-info .ic{
    font-size: 24px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    color: #666666;
}

.site-info .ic.line{
    background: url('../../../images/layout03/common/LINE_ic.png') 50% 50%  no-repeat;
    width: 26px;
    height: 20px;
    background-size: contain;
}

.site-info .list-v{
    max-width: 1330px;
    margin: auto;
    padding: 0px 0;
     left: 190px;
     position: relative;
     z-index: 20;
     box-sizing: border-box;
     font-size: 14px;
}
.site-info .list-v > ul{
    padding-left: 0;
}
.site-info li{
    position: relative;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 1px;
}
.site-info li a:hover{
    color: #fff;
    text-decoration: underline;
}
.site-info li span,.site-info li a{
    color: #8B8B8B;
}
.site-info li >a,
.site-info li >span{
    display: inline-block;
    padding:11px 0;
    color: #fff;
}
.site-map{
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    width: 50%;
    position: relative;
    z-index: 5;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul{
    margin: 0 0 0 30px;
}
.site-map ul li{
    margin-bottom: 10px;
}
.site-map ul li a{
    padding: 0 5px;
    letter-spacing: 1px;
    position: relative;
}

.site-map ul li a::before{
    content: '- ';
}

.site-map ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
.site-footer .fllow{
    float: right;
    width: 50%;
    text-align: right;
}
.fllow .share{
    margin: 40px 0px 0px 0px;
    vertical-align: bottom;
    text-align: left;
    width: 250px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    top: -25px;
}
.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: 5px 15px 0 0;
}
.copy_box{
    text-align: left;
    font-size: 12px;
    color: #949494;
    width: 240px;
    float: right;
    top: 60px;
    position: relative;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    position: absolute;
    right: 50%;
    top: -25px;
    margin-right: -80px;
    z-index: 400;
    transition: all .5s ease;
}
.floating .gotop{
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #0C7FB8;
    color: #fff;
    font-size: 15px;
    line-height: 3.5;
    width: 165px;
    height: 50px;
    letter-spacing: 0.5px;
    transition: all .5s ease;
    z-index: 2;
    border-radius: 30px;
    text-indent: unset;
    font-family: 'Montserrat', sans-serif;
}
.floating .gotop:hover{
    background:#142144;
    color: #fff;
    box-shadow: 0 0 30px 7px rgb(0, 0, 0, 0.1);
}

.footer_top .container{
    position: static;
    display: flex;
    flex-wrap: wrap;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb{
    color: #878787;
    font-size: 13px;
}
.breadcrumb li,
.breadcrumb li a{
    display: inline;
    transition: all .2s;
}
.breadcrumb a:hover{
    text-decoration: underline;
    color: #0C7FB8;
}
.breadcrumb li+li:before{
    content: '| ';
    margin: 0px 2px;
}
.products-breadcrumb{
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 9px 0 9px 10px;
    color: #707070;
    float: right;
}
.products-breadcrumb a:hover{
     color: #0C7FB8;
}
.products-breadcrumb li:first-child a span{
    display: inline-block;
}
.products-breadcrumb li:first-child a:before{
    content: "";
}
.products-breadcrumb li+li:before{
    content: '/ ';
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side{
    width: 220px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
    margin-right: 45px;
    
}
.content:before{
    
}
.content{
    position: relative;
    box-shadow: 0px 0px 8px 0px #0000000a;
    background: #fff;
    border-radius: 8px;
}
.has-side .content{
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding:0 50px 70px;
    display: table-cell;
}
.side_logo{
    display: none;
}
.side .title{
    letter-spacing: 3px;
    font-size: 24px;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 15px 20px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0px 0;
    background: #077DB7;
    width: 220px;
    height: 80px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    line-height: 2.0;
}

.side .title::before{
    content: '';
    background: url(../../../images/layout03/common/side_bg.png) no-repeat;
    width: 141px;
    height: 121px;
    right: -6px;
    top: -21px;
    display: block;
    position: absolute;
}

.side-nav{
    max-width: 220px;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px #0000000a;
  
}
.side-nav li a{
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav>li{
    border-bottom: 1px #ddd solid;
}

.side-nav>li:last-child{
    border-bottom:unset;
}
.side-nav>li>a{
    padding: 15px 20px;
    color: #333;
    font-size: 15px;
    position: relative;
}
.side-nav>li>a:before{
    content: "\f0da";
    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;
    float: left;
    vertical-align: middle;
    padding: 0px 8px 0px 6px;
    margin-top: 1px;
    display: none;
}
.side-nav>li>a:hover,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    color: #fff;
    background: #0079B5;
}
.side-nav>li.active>a:after,
.side-nav>li.active2>a:after,
.side-nav>li:hover>a:after{
    opacity: 0;
}
.side-nav ul{
    font-size: 15px;
    display: none;
    margin: 0px 0;
}
.side-nav ul li a{
    padding: 7px 25px 7px 35px;
    color: #727272;
    font-size: 15px;
    transition: all .3s ease;
    line-height: 1.5;
}
.side-nav ul li:hover> a,
.side-nav ul li.active> a,
.side-nav ul li.active2> a{
    color: #0C7FB8;
}

.side-nav ul li a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #727272;
    display: block;
    position: absolute;
    top: 17px;
    left: 22px;
    transition: all .3s ease;
}

.side-nav ul ul{
    padding-left: 25px;
}
.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: #0079B5;
    padding-left: 45px;
}
.side-nav ul li:hover> a:before,
.side-nav ul li.active >a:before,
.side-nav ul li.active2 >a:before{
    width: 16px;
    background: #0079B5;
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
    padding: 10px 0;
}
.side-nav-top{
    max-width: 220px;
    margin-top: 20px;
}
.side-nav-top>li {
    padding: 5px 0;
}
.side-nav-top>li>a{
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    background: #34395f;
    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: #687eaf;
    color: #fff;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,.pagination li span{
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #333;
    border: 1px solid #d7d7d7;
    padding: 0 5px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}
.pagination li a:hover,
.pagination li.active a{
    background: #0079B5;
    border-color: #0079B5;
    color: #fff;
}
.pagination li a.controls{
    color: #777;
    background: none;
    height: 30px;
    font-size: 22px;
    line-height: 42px;
    font-size: 0;
}
.pagination li a.controls i{
    font-size: 16px;
    line-height: 23px;
}
.pagination li a.controls:hover{
    color: #0079B5;
    text-decoration: underline;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder{
    text-align: left;
    margin: 0 0 35px 0;
    font-size: 16px;
}
.reminder b:before{
    font-family: 'icon-font-41' !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: "\e928";
    color: #0C7FB8;
    font-size: 18px;
    vertical-align: text-bottom;
}
.requrin_txt{
    color: #0C7FB8;  
}
/*-----form-detail-----*/
.form-box .captcha a{
    margin-left: 5px;
}
.form-control,.page-info .form-control{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    color: #333;
    border: 1px solid #d0d0d0;
    background: transparent;

    
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus{
    outline: none;
    border-color: #0C7FB8;
}
textarea.form-control{
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 90px;
}
/*-----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-----*/
.contact-form{
    margin-top: 60px;
}
.contit b{
    display: inline-block;
    vertical-align: bottom;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}
.contit{
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #595f82;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contit:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #0C7FB8;
    width: 76px;
}
.form-wrap{
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.form-wrap.has-bg:before{
    top: 0;
    left: 0;
}
.form-wrap.has-bg:after{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.form-box{
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 15;
    /* background: #f7f7f7; */
    padding: 0px 25px 0px;
}
.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{
    font-family: 'icon-font-41' !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: "\e928";
    color: #0C7FB8;
    font-size: 18px;
    vertical-align: text-bottom;
}
.form-box .form-group{
    padding: 12px 0 6px;
    line-height: 30px;
    border-bottom: 1px solid #c9c9c9;
}
.form-box .form-group:after{
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label{
    display: block;
    color: #333;
    font-size: 15px;
    line-height: inherit;
    float: left;
}
.form-box .control-box{
    position: relative;
    margin-left: 180px;
}
.form-box .control-box select{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    border: 1px solid #5c6284;
    background: #5c6284;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
}
.form-box .control-box label{
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    max-width: 280px;
}
/*----- success-box -----*/
.success-box{
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0 0;
}
.success-box .msg{
    color: #0C7FB8;
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 15px;
}
.success-box .msg:after{
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 15px auto 15px;
}
.success-box .msg i{
    display: none;
}
.success-box .btn-box{
    background: none;
}
/*------------ lightbox ------------*/
/*************fancybox-close*************/
body .fancybox-close{
    background: url(../../../images/layout03/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 0px;
}
body .fancybox-close:hover{
    background-position: 0 100%;
}
.fancybox-album .fancybox-image, 
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}
.fancybox-album .fancybox-title:before{
    content: 'ALBUM';
    display: block;
    color: #0C7FB8;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 1.5;
}
.fancybox-album .fancybox-title{
    color: #ECECEC;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 1px solid #444;
    padding: 0 50px 0 15px;
    margin: 0 40px 20px;
}
.fancybox-album .photo-pager{
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 8px 20px 8px;
    background: #eee;
}
.fancybox-album .photo-pager b{
    color: #0C7FB8;
    font-size: 14px;
    text-decoration: underline;
}
.fancybox-album .photo-intro{
    padding: 10px 5px;
    font-size: 15px;
    background: #eee;
}
body .fancybox-skin{
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
    border-radius: 0;
}
body .fancybox-inner{
    background: #eee;
    border-radius: 0;
    overflow: hidden !important;
}
.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/layout03/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;
}
body .fancybox-nav span{
    visibility: visible;
    width: 35px;
    height: 70px;
    background: url(../../../images/layout03/common/album/lightbox_arrow.png) no-repeat;
    left: -60px;
}
body .fancybox-next span{
    left: auto;
    background-position: 100% 0;
    right: -60px;
}
.fancybox-prev:hover span{
    background-position: 0 100%;
}
.fancybox-next:hover span{
    background-position: 100% 100%;
}
.photo-title{
    background: #F9F7FB;
    color: #9A7F64;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 15px 0;
}
.photo-intro{
    padding: 10px 5px;
    font-size: 15px;
}
/*------------ / lightbox ------------*/
.form-radio:before{
    background-image: url('../../../images/layout03/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before{
    background-image: url('../../../images/layout03/common/form_checkbox.png');
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul{
    border-bottom: 1px solid #0C7FB8;
}
.mmenu-show #mobile-fixed li{
    background: #0C7FB8;
}
.mmenu-show #mobile-menu .menu li>a:hover,
.mmenu-show #mobile-menu .menu li.active>a{
    color: #0C7FB8;
}
.mmenu-show #mobile-menu .language-menu{
    background: #0C7FB8;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu{
    background: #414042;
}
.mmenu-show #mobile-menu .share .btn {
    font-size: 0; 
}
.mmenu-show #mobile-search{
    background: #d8d8d8;
}
.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-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: #0C7FB8;
}
.mmenu-show #mobile-menu .menu li.products_activity>a:hover, 
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    color: #111;
}
.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 {
    background: #0C7FB8;
}
/*------------ / mobile_menu ------------*/
.contact-title{
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}
/*------------ cart ------------*/
.main-cart-box{
    background: url(../../../images/layout03/common/cart-box-bg.png);
    position: fixed;
    width: 80px;
    height: auto;
    z-index: 601;
    right: 0;
    bottom: calc(50% - 300px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
}
.main-cart-box .c-box-btn{
    width: 80px;
    height: 99px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}
.main-cart-box .c-box-btn + .c-box-btn:before{
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #353944;
    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 #4C4E56;
    border-radius: 50%;
    transition: all .3s ease;
    margin-bottom: 3px;
    color: #FFF;
}
.main-cart-box .c-box-btn .ic.icon-cart-info{
    font-weight: bold;
}
.main-cart-box .c-box-t{
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}
.main-cart-box .c-box-btn:hover .ic{
    background: #3E53E6;
    border: 1px solid #3E53E6;
    color: #FFF;
}
.main-cart-box .cart-btn .qty{
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #FFF;
    background: #11B1FF;
    border-radius: 50%;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
    background: #3E53E6;
    border: 1px solid #3E53E6;
    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 #858585;
    background: #cbcbcb;
    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;
}
.history-list .box:hover .name{
    color: #555;
    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;
}
.member-fancybox-body{
    background: #EEEEEE;
}   

.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: 45px;
    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: 26px;
    margin: 0;
    z-index: 1;
    position: relative;
    font-weight: 600;
}
.f-login .main-title:before,
.f-login .main-title:after{
    display: none;
}
.f-login .main-sub{
    color: #e5e5e5;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    margin-top: -72px;
    display: block;
}
.f-login label.form-checkbox{
    display: block;
    font-size: 14px;
}
.f-login .form-box .form-group{
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
}
.f-login .form-control {
    background: #efefef;
    color: #000;
    border: 1px solid #d1d1d1;
}
.f-login .form-control:focus{
    border-color: #666b8a;
}
.f-login .form-box .control-box{
    margin-left: 180px;
}
.f-login .form-box .form-group label{
    width: 139px;
    color: #646464;
    float: left;
}
.f-login .btn.pure{
    text-align: center;
    color: #0B1246;
    font-size: 16px;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 20px;
}
.f-login .btn.pure:hover{
    color: #666b8a;
}
.f-login .btn.p-reset,
.f-login .btn.p-send{
    width: 202px;
    height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    border-radius: 5px;
    background: #AAAAAA;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
}
.f-login .btn.p-reset:before,
.f-login .btn.p-send:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom,#666b8a,#666b8a);
    opacity: 0;
    border-radius: 5px;
    transition: all .3s ease;
}
.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before{
    opacity: 1;
}
.f-login .form-box{
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
}
.f-login .check-agree{
    padding: 10px 30px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 15px;
    color: #444;
}
.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;
    padding-bottom: 0;
    background: unset;
    text-align: center;
}
.f-login .terms-style{
    color: #0B1246;
    transition: all .3s ease;
}
.f-login .terms-style:hover{
    color: #666b8a;
}
.f-login .f-msg{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #444;
}
.f-login .f-txt{
    font-size: 15px;
    text-align: center;
    color: #444;
}
/*------------ / 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;
        background: url(../../../images/layout03/common/cart-box-bg.png);
        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 .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: #3E53E6;
        transition: all .3s ease;
        z-index: -1;
        opacity: 0;
    }
    .main-cart-box .c-box-btn:hover:after,
    .main-cart-box .history-btn.c-box-btn.active:after, 
    .main-cart-box .history-btn.c-box-btn:hover:after {
        opacity: 1;
    }
    .main-cart-box .history-content {
        width: 100%;
        height: auto;
        left: 0;
        border-radius: 0;
        padding: 10px 5px 3px;
        top: unset;
        bottom: 90%;
        z-index: 1;
    }
    .main-cart-box .history-content.active {
        top: unset;
        bottom: 100%;
    }
    .history-list{
        display: flex;
        justify-content: center;
    }
    .history-list .box {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        width: 60px;
    }
    .history-list .box .name {
        font-size: 12px;
    }
}
@media screen and (max-width: 1330px){
    .ibtn.fb {
        left: 10px;
    }
}

@media screen and (max-width: 1280px){
    .wrapper {
        padding-top: 155px;
    }
   .site-title .logo{
    width: 370px;
   }
   .site-nav .menu li{
        margin: 0 10px;
   }

   .site-nav .menu>li>a:after {
       
        left: -14px;
    }

   .site-nav .menu li a{
        /* font-size: 16px;
        padding: 4px 5px; */
   }
   .site-map ul+ul {
        margin: 0 0 0 15px;
   }
   .header-fixed .site-nav .menu>li>ul {
        margin: 5px 0 0 -100px;
    }
    .site-nav .menu .full_menu > ul {
        margin: 0px 0 0 0px;
    }
}
@media screen and (max-width: 1000px){
    .btn.style01,.btn.back{
        width: 160px;
    }
    .search-box:after{
        color: #111;
        top: -5px;

        background: transparent;
    }
    .breadcrumb{
        display: none;
    }
    .main-top{
        padding: 15px 0 0;
    }
    .main-top .main-title{
        display: block;
        font-size: 22px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 2px;
    }
    .main-title:before ,.main-title:after{
      
    }
    .site-header, .header-fixed .site-header{
        position: relative;
        width: 100%;    
        z-index: 600;
        
    }
    .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;
    }
    .main-top{
        margin-bottom: 10px;
    }
    .has-side .content,.content{
        padding:0px 0px 0px;
        padding: 10px 15px 30px;
    }
    /*------------ site_header 1000 ------------*/
    .site-title,.header-fixed .site-title{
        float: none;
        padding: 15px 0;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        width: 280px;
        height: 37px;
        background-image: url(../../../images/layout03/common/logo.png) ;
    }
    .top-nav,
    .site-nav{
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .site-footer{
        padding: 35px 0 0px;
    }
    .site-map,
    .fllow .share{
        display: none;
    }
    .site-footer .col{
        float: none;
        width: 100%;
        text-align: left;
    }
    .site-info li,
    .site-info p{
        display: inline-block;
        margin: 0;
    }
    .site-info p{
        margin: 0 0 0 10px;
    }
    .site-info li+li{
        margin: 0 0 0 20px;
        margin: 0;
    }
    .site-info li >a,
    .site-info li >span{
        display: inline-block;
        padding:3px 0;
    }
    .site-footer .fllow{
        padding: 0px 0 0 0;
        position: relative;
    }
    .fllow p{
        margin: 15px 0 0 0;
    }
    .fllow .qr-inner{
        margin: 0 auto 32px;
        display: block;
        max-width: 100px;
    }
    .copy_box{
        float: none;
        width: 100%;
        text-align: center;
    }
    .follow p{
        display: block;
    }
    .footer_to{
        padding: 20px 0;
    }

    .footer_top::before{
        display: none;
    }

    .footer_top,.footer_top .container{
        padding: 0;
    }
    .footer_bottom {
        position: static;
        padding-bottom: 30px;
        
    }
    .copy_box{
        color: #9f9f9f;

    }
    .copy_box .author{
        display: inline-block;
    }
    .site-info{
        position: static;
        padding: 90px 15px 20px;
    }
    .site-info .list-v{
        left: 0;
        max-width: 250px;
    }
    .ibtn.fb{
        top: 100%;
        margin-top: 27px;
        left: 0;
        right: 0;
        width: 160px;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop{
        display: none;
    }
    .floating .ibtn.gotop{
        background: url(../../../images/layout03/common/mobile_gotop.svg) 50% 50% no-repeat;
    }
    .floating .gotop:before,.floating .gotop:after{
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title .reminder{
        margin: 0 45px;
    }
    .contact-title{
        margin: 0 5px 15px;
    }
    .contact-title .reminder{
        margin: 0;
    }
    .reminder{
        margin-bottom: 25px;
    }
    .form-box, .form-wrap.has-bg{
    }
    .form-wrap.has-bg{
        background: none;
    }
    .form-box{
        padding: 20px 15px 0px;
    }
    .copy_box{
        text-align: center;
        top: unset;
    }
    .form-box .control-label{
        float: none;
    }
    .form-box .control-box{
        margin-left: 0;
    }
    .content-top,.content-title{
        min-height: 28px;
    }
    .content-title{
        font-size: 18px;
        padding: 5px 0 10px 0;
    }
    .content-title:before{
        
    }
    .fancybox-album .fancybox-skin{
        margin: 20px 0 20px;
    }
    .fancybox-album .fancybox-title{
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span{
        top: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 20px;
        height: 40px;
        -webkit-background-size: 40px 80px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span{
        left: 0;
    }
    .fancybox-album .fancybox-next span{
        right: 0;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 60px;
    }
    .footer_bottom.for-cart{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .pagination li a.controls{
        bottom: -30px;
        margin: 0;
    }
    /*------------ site-main 767 ------------*/
    .main-content{
        padding: 0 0 40px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li{
        display: block;
    }
    .site-info li+li{
        margin: 0;
    }
    /*------------ / site-footer 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: 86px;
    }
    .footer_bottom.for-cart{
        margin-bottom: 83px;
    }
}
@media screen and (max-width: 600px){
    /*------------ cart-fancybox 600 ------------*/
    .f-login .form-control {
        margin-bottom: 0;
    }
    .f-login {
        padding-top: 0px;
        height: unset;
    }
    .f-login .f-title {
        padding-top: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #member-login-fancybox{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-register-fancybox{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-forget-fancybox{
        padding-top: 20px; 
        padding-bottom: 20px
    }
    #member-forget-ok-fancybox{
        padding-top:  30px; 
        padding-bottom: 20px
    }
    #member-register-ok-fancybox{
        padding-top: 0px;
        padding-bottom: 0;
    }
    .f-login .form-box .form-group label {
        float: none;
    }
    .f-login .form-box .control-box {
        margin-left: 0;
    }
    .f-login .form-group.captcha .input-box{
        display: flex;
    }
    .f-login .form-group.captcha .input-box input{
        min-width: 109px;
    }
    .f-login .f-title {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .f-login .main-sub {
        font-size: 40px;
        line-height: 40px;
        margin-top: -55px;
        margin-bottom: 0;
    }
    .f-login .btn.p-reset,
    .f-login .btn.p-send{
        width: 100px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        border-radius: 0;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .f-login .btn-box.cart_f_btn{
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .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;
    }
    body .fancybox-skin {
        margin-left: auto;
        margin-right: auto;
    }
    .f-login .main-title:before,.f-login .main-title:after {
        display: none;
    }
    /*------------ / cart-fancybox 600 ------------*/
}
