@charset 'utf-8';



/*------------ basic ------------*/

body {

    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    color: #191919;

    font-size: 18px;

    font-weight: 200;

    line-height: 1.8;

    letter-spacing: 1px;

}

.container {

    padding: 0 15px;

    max-width: 1360px;

}

.list-h > li a, .list-h .item a, .list-v li a{

    display: inline-block;

    position: static;

}

.box{

    display: block;

    position: relative;

}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {

    background-color: #595757;

    color: #fff;

    padding: 15px 0;

    position: fixed;

    width:100%;

    bottom: 0;

    width: 100%;

    height:auto;

    text-align:center;

    z-index: 5;

}

.header-sheet .close-ontop {

    color: #fff;

    opacity: 1;

    font-size: 2.4rem;

    position: absolute;

    right: 20px;

    top: calc(50% - 3px);

    transform: translateY(-50%);

}

button.close-ontop {

    -webkit-appearance: none;

    padding: 0;

    cursor: pointer;

    background: 0 0;

    border: 0;

    }

.close-ontop {

    float: right;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);

    opacity: .2;

}

.header-sheet a {

    color: #fff;

    text-decoration: underline;}

    .header-fixed .header-sheet{

    display:none;

}

/*---! 隱私權 ---*/

/*------------ icon ------------*/

.icon {

    text-indent: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-align: left;

    display: inline-block;

    vertical-align: middle;

    background-repeat: no-repeat;

    background-image: url('../../images/common/icons.png');

    width: 25px;

    height: 25px;

}

.icon.require {

    background: #F75000;

    width: 8px;

    height: 8px;

    border-radius: 8px;

    margin: 0 3px 3px;

}



/*------------ / icon ------------*/



/*------------ btn ------------*/



.share .btn {

    color: #fff;

    font-size: 34px;

    width: 60px;

    height: 60px;

    line-height: 60px;

    border-radius: 30px;

    background: #ddd;

    margin: 0 12px;

}

.share .btn:hover {

    background: #D70C18;

}

.share .btn .ic {

    vertical-align: middle;

    margin-bottom: 5px;

}

.ibtn.fb-fans-page {

    background-image: url('../../images/common/fb_page.png');

    width: 100px;

    height: 100px;

}

.ibtn.fb-fans-page:hover {

    opacity: 0.75;

}

.ibtn.more {

    background-image: url('../../images/common/btn_more.png');

    width: 101px;

    height: 29px;

}



.btn.simple {

    max-width: 168px;

    width: 100%;

    height: 36px;

    color: #666;

    font-size: 15px;

    letter-spacing: 0.05em;

    line-height: 34px;

    border: 1px solid #191919;

    border-radius: 20px;

    position: relative;

    margin: 0 8px 10px;

}

.btn.simple:hover {

    border-color: #D70C18;

    color: #D70C18;

}

.btn.simple .ic {

    vertical-align: middle;

    font-size: 22px;

    margin: 0 6px 6px;

}

.btn.simple2 {

    width: 100%;

    color: #fff;

    background: #003265;

    font-size: 18px;

    line-height: 44px;

    letter-spacing: 0.08em;

    width: 136px;

    border-radius: 8px;

}

.btn.simple2:hover {

    background: #191919;

}

.btn.simple3 {

    width: 100%;

    color: #fff;

    background: #3E3A39;

    font-size: 18px;

    line-height: 40px;

    letter-spacing: 0.08em;

    width: 94px;

    border-radius: 8px;

}

.btn.simple3:hover {

    background: #191919;

}

.btn.normal {

    color: #666;

    background: #fff;

    font-size: 14px;

    padding: 0 10px;

    min-width: 160px;

    line-height: 32px;

    border: 1px solid #999;

    margin: 0 2px 10px;

}

.btn.normal:hover {

    border-color: #D70C18;

}

.btn.normal .icon {

    margin: 0 4px 3px 0;

}

.btn.normal .icon.home {

    background-position: 0 0;

}

.btn.normal .icon.cart {

    background-position: -25px 0;

}

.btn.normal .icon.cart2 {

    background-position: -50px 0;

}

.btn.normal .icon.order {

    background-position: -75px 0;

}

.btn.normal .icon.money {

    background-position: -100px 0;

}

.btn.pure {

    color: #F75000;

    line-height: 30px;

    margin: 0 5px 10px;

    text-decoration: underline;

}

.btn.pure:hover {

    color: #888;

    text-decoration: none;

}



/*------------ / btn ------------*/



/*------------ site_header ------------*/

.site-header{

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 999;

    transition: all .3s ease;

}

.wrapper{

    padding-top: 117px;

}

.site-title,.site-nav{

transition: all .3s ease;

}



.header-fixed .site-nav{

    padding:30px 0 0px;

    margin-bottom: 0;

}

.header-fixed .site-title{
    transform: scale(0.8);
    top: -20px;
    left: -48px;

} 

.site-header:after{

    content: '';

    display: block;

    position: absolute;

    top: 0;

    height: 30px;

    width: 100%;

    background: #fff;

}

.site-header:before{

    content: '';

    display: block;

    height: 57px;

    position: absolute;

    top: 30px;

    left: 0;

    right: 0;

    width: 100%;

    background: #595757;

    z-index: -1;

}

.site-title {
    transform: scale(0.9);
    position: absolute;

    left: -28px;

    top: 14px;

    z-index: 601;

    float: left;

    background: url(../../images/common/logo_bg.png) no-repeat;

    width: 407px;

    height: 151px;

    padding:23px 42px;

    box-sizing: border-box;

    display: inline-block;

}

.site-title .logo {

    background: url('../../images/common/logo.png') 50% 50%  no-repeat;
    background-size: contain;

    width: 280px;

    height: 82px;

    transition: all .3s ease;

}

.site-title .logo:hover {

}





.top-nav {

    position: absolute;

    right: 15px;

    top: -4px;

    width: 100%;

    text-align: right;

    z-index: 90;

    background: #fff;

}

.top-nav > * {

    display: inline-block;

    vertical-align: middle;

}

.top-nav .icon {

    margin: 0 3px 3px 0;

}

.top-nav .icon.lock  { background-position: -100px -25px; }

.top-nav .icon.order { background-position:  -75px -25px; }

.top-nav .icon.money { background-position:  -50px -25px; }

.top-nav .icon.cart  { background-position:  -25px -25px; }



.func-menu {

    margin-right: 10px;

}

.func-menu > li+li:before {

    content: '';

    display: inline-block;

    vertical-align: middle;

    width: 1px;

    height: 18px;

    background: url('../../images/common/border_dot_v.png') repeat-y;

}

.func-menu > li > a {

    font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Muli', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    color: #555;

    font-size: 13px;

    letter-spacing: 0.05em;

    line-height: 28px;

    padding: 0 10px;

}

.func-menu > li > a:hover {

    color: #D70C18;

}

.func-menu li.gocart {

    position: relative;

}

.func-menu li.gocart:before {

    display: none;

}

.func-menu li.gocart > a {

    padding: 0;

}

.func-menu li.gocart.active > a,

.func-menu li.gocart > a:hover {

    text-decoration: none;

}

.func-menu li.gocart > a .qty {

    display: inline-block;

    color: #fff;

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    background: #D70C18;

    line-height: 25px;

    min-width: 25px;

    padding: 0 5px;

    border-radius: 25px;

    box-sizing: border-box;

    position: relative;

    bottom: 7px;

    left: -2px;

}

.func-menu li.gocart.active > a .qty:after,

.func-menu li.gocart > a:hover .qty:after {

    content: '';

    display: block;

    border-top: 1px solid #000;

    position: absolute;

    left: 3px;

    right: 3px;

    bottom: -5px;

}

.func-menu .cart-box {

    position: absolute;

    z-index: 10;

    right: 0;

    top: 100%;

    width: 300px;

    border: 2px solid #D70C18;

    background: #fff;

    padding: 1px;

    visibility: hidden;

    pointer-events: none;

    opacity: 0;

    transition: all 0.3s;

    -webkit-transform: rotateX(-90deg);

            transform: rotateX(-90deg);

    -webkit-transform-origin: 50% 0;

        -ms-transform-origin: 50% 0;

            transform-origin: 50% 0;

}

.func-menu .gocart.active .cart-box {

    pointer-events: visible;

    visibility: visible;

    opacity: 1;

    -webkit-transform: rotateX(0);

            transform: rotateX(0);

}

.func-menu .cart-box .btn {

    width: 100%;

    background: #aaa;

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    line-height: 39px;

    letter-spacing: 0.05em;

}

.func-menu .cart-box .btn:hover {

    background: #D70C18;

}

.func-menu .cart-box .btn .ic {

    font-size: 22px;

    vertical-align: middle;

    margin: 0 0 6px 5px;

}

.func-menu .cart-list {

    padding: 4px;

}

.func-menu .cart-list li+li {

    border-top: 1px dashed #bbb;

}

.func-menu .cart-list a {

    display: block;

    overflow: hidden;

    padding: 8px;

}

.func-menu .cart-list a:hover {

    background: #eee;

}

.func-menu .cart-list .pic {

    float: left;

}

.func-menu .cart-list .txt {

    color: #999;

    margin-left: 90px;

    line-height: 1.7;

}

.func-menu .cart-list .name {

    display: block;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    overflow: hidden;

    color: #000;

    font-size: 15px;

}

.func-menu .cart-list a:hover .name {

    text-decoration: underline;

}

.func-menu .cart-list .qty {

    color: #F2856C;

}



.top-nav .language .btn {

    display: none;

}

.top-nav .language li a {

    color: #fff;

    background: #878787;

    width: 20px;

    line-height: 20px;

    height: 20px;

    font-size: 12px;

    text-align: center;

    transition: all .3s ease;

    letter-spacing: -0.5px;

    padding: 0;

    text-indent: -1.5px

}

.top-nav .language li a:hover {

    background: #595757

}

.icon_btn{

    position: relative;

}

.icon_btn >a,.icon_btn >span{

    display: inline-block;

    width: 50px;

    line-height: 57px;

    text-align: center;



}

.icon_btn >a:hover,.search_btn.active >a{

    background: #3D3938;

}

.container.static{

    position: static;

}

.site-nav {

    padding:30px 0 0;

    /*margin-bottom: 30px;*/

    margin-left: 320px;

    text-align: right;

    background: #595757;

}

.site-nav > * {

    display: inline-block;

    vertical-align: middle;

}

.site-nav .menu {

    text-align: center;

    margin: 0 -12px;

}

.site-nav .menu li {

    /*position: relative;*/

}

.site-nav .menu li a {

    display: block;

    line-height: 1.4;

}

.site-nav .menu > li {

    padding: 0 7px;

}

.site-nav .menu > li > a {

    color: #fff;

    font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Muli', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    font-size: 15px;

    letter-spacing: 0.05em;

    padding: 0px 12px;

    line-height: 57px;

    box-sizing: border-box;

    transition: all .3s ease;

}

.site-nav .menu > li:nth-last-child(-n+2) {

    display: none;

}

.site-nav .menu > li > a:hover {

    background:#3E3A39;

}

.site-nav .menu > li > a span {

    display: block;

    color: #fff;

    font-family: 'Lily Script One', cursive;

    font-size: 20px;

    font-weight: normal;

    letter-spacing: 0.1em;

}

.site-nav .menu ul {

    display: none;

    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    position: absolute;

    background-color: #E6E6E6;

    z-index: 600;

    width: 100%;

    box-sizing: border-box;

}

.site-nav .menu ul .menu_box{

    float: left;

    width: 20%;

}

.site-nav .menu ul .menu_box > a{

    color: #191919;

    font-size: 24px;

    font-weight: normal;

    text-decoration: underline;

    text-align: left;

    padding-left: 30px;

    text-underline-position: under;

    margin-bottom: 10px;

}

.site-nav .menu ul .menu_box ul{

    display: block!important;

    position: static;

}

.site-nav .menu > li > ul {

    top: 100%;

    /*top: calc(100% - 30px);*/

    left: 0;

    right: 0;

    /*margin-top: -30px;*/

    padding-top: 100px;

    padding-bottom: 40px;

}

.header-fixed .site-nav .menu > li > ul{

    top: 100%;

}

.site-nav .menu ul li+li {

}

.site-nav .menu ul li a {

    color: #191919;

    font-size: 18px;

    text-align: left;

    padding: 7px 15px 7px 30px;

    transition: all .3s ease;

}



.site-nav .menu ul .menu_box li:hover>a,

.site-nav .menu ul .menu_box li.active > a {

    color: #F2F2F2; 

    background: #3D3938;

}

.site-nav .menu ul ul {

    left: 100%;

    top: 0;

}

.search-box{

    position: absolute;

    display: none;

    background: #E5E5E5;

    padding: 10px;

    width: 393px;

    top: 100%;

    right: 0;

    box-sizing: border-box;

    z-index: 50;

}

.search-box .search{

    position: absolute;

    right: 10px;

    line-height: 50px;

    width: 58px;

    background: #7F7F7F;

    color: #333333;

    font-size: 18px;

    top: 10px;

    border-radius: 0;

    padding: 0;

    text-align: center;

    cursor: pointer;

}



.site-header .search-box:before {

    border-bottom: 18px solid #E5E5E5;

    border-left: 12px solid transparent;

    border-right: 12px solid transparent;

    position: absolute;

    top: -18px;

    right: 11px;

    content: '';

    display: inline-block;

}

.site-header .search-box .form-control {

    border: 0;

    height: 50px;

    line-height: 50px;

    background: #fff;

    margin: 0;

     font-size: 18px;

    padding: 0 42px 0 8px;

}

.site-header .search-box .form-control:focus {

    border-color: #FBCFC7;

}

.site-header .search-box .ibtn.search {

    background-image: url(../../images/common/btn_search.png);

    width: 30px;

    height: 30px;

    position: absolute;

    right: 3px;

    top: 1px;

    font-size: 18px;

}



/*------------ / site_header ------------*/



/*------------ banner ------------*/

.banner {

    position: relative;

}

/*------------ / banner ------------*/



/*------------ site_main ------------*/

.site-main{

    background: #fff;

    margin-top: -85px;

    padding: 100px 80px 0;

}

.main-top {

}

.main-title {

    /*font-weight: 200;*/

    color: #333333;

    text-align: center;

}

.main-title.detail{

    text-align: left;

}

.main-title h1,.main-title h2{

    font-size: 24px;

    font-weight: 200;

    margin: 0;

}

.main-title span{

    line-height: 1.2;

    font-size: 40px;

    letter-spacing: 0;

}

.main-content {

    padding: 75px 0 100px;

}

.content {

    min-height: 300px;

    box-sizing: border-box;

}

.content-top {

    margin-bottom: 45px;

}

.content-title {

    color: #000;

    font-size: 31px;

    font-weight: bold;

    line-height: 1.5;

    margin: 0;

}

.content-top.text-center {

    text-align: center;

    margin-bottom: 10px;

}

.content-title .keyword {

    color: #D70C18;

    font-size: 0.7em;

}

.shopping-title {

    color: #333;

    font-size: 18px;

    letter-spacing: 0.05em;

    margin-bottom: 10px;

}

.shopping-title .icon {

    background: url('../../images/common/title_ic.png') no-repeat;

    width: 30px;

    height: 30px;

    margin: 0 6px 4px 0;

}

.shopping-title .icon.car {

    background-position: 0 0;

}

.shopping-title .icon.cart {

    background-position: 0 -30px;

}

.shopping-title .icon.money {

    background-position: 0 -60px;

}

.shopping-title .icon.plus {

    background-position: 0 -90px;

}

.shopping-title .icon.user {

    background-position: 0 -120px;

}

.shopping-title .icon.box {

    background-position: 0 -150px;

}

.shopping-title .icon.notice {

    background-position: 0 -180px;

}

.shopping-title .icon.msg {

    background-position: 0 -210px;

}



.btn-box {

    clear: both;

    padding-top: 45px;

    position: relative;

    text-align: center;

}

.btn-box.right{

    text-align: right;

}

.btn-box.wide-spacing {

    letter-spacing: 15px;

}

.btn-box.wide-spacing * {

    letter-spacing: 0.1em;

}



.warning-sect {

    padding: 0 0 30px;

}



/*------------ / site_main ------------*/



/*------------ contet_nav ------------*/

.content-nav {

    border: 1px solid #ddd;

    text-align: center;

    font-size: 16px;

    margin: 0 0 40px;

}

.content-nav li {

    position: relative;

    margin: 0;

}

.content-nav li a {

    display: block;

    color: #333;

    padding: 8px 24px;

}

.content-nav li a.logout {

    color: #D70C18;

}

.content-nav li a:hover,

.content-nav li.active > a {

    background: #D70C18;

    color: #fff;

}

.content-nav li a.logout:hover,

.content-nav li.active > a.logout {

    background: #000;

    color: #D70C18;

}

.content-nav li a:before {

    content: '// ';

}

/*------------ / contet_nav ------------*/



/*------------ site_footer ------------*/

.footer-top {

    font-size: 16px;

    color: #7F7F7F;

    padding:80px 0;

}

.footer-top .container{

    max-width: inherit;

}

.footer-top .row{

    display: flex;

}

.footer-top .row .col{

    flex-basis: 26%;

}

.footer-top .tit{

    color: #D70C18;

    /*font-weight: 200;*/

    font-size: 22px;

    margin-bottom: 30px;

}

.footer-top .row .qrcode{

    /*border-left: solid 1px #585656;*/

    text-align: right;

    flex-basis: 11%;

    padding-top: 25px;
    max-width:150px;

}
.qrcode img{
    max-width:140px;
    height:auto !important;
    
}

.footer-top .row p{

    margin:8px 0;

}

.footer-top .row p:before{

    display: inline-block;

    width: 32px;

    height: 32px;

    margin-right: 5px;

    content: '';

    vertical-align: middle;

    margin-top: -5px;

}

.footer-top .addr:before{

    background: url(../../images/common/ic1.png);

    background-size: contain;

}

.footer-top .tel:before{

    background: url(../../images/common/ic2.png);

    background-size: contain;

}

.footer-top .fax:before{

    background: url(../../images/common/ic3.png);

    background-size: contain;

}

.footer-top .mail:before{

    background: url(../../images/common/ic4.png);

    background-size: contain;

}





.footer-bottom {

    color: #FFFFFF;

    font-size: 14px;

    height: 60px;

    background: #1A1A1A;

}

.site-map{

    display: inline-block;

    height: 35px;

    background: #585656;

    line-height: 35px;

    margin-top: -25px;

    padding:0 10px;

    position: relative;

}

.site-map:after{

    content: '';

    background: url(../../images/common/footer_menu_bg.png);

    width: 24px;

    height: 35px;

    display: block;

    position: absolute;

    left: 100%;

    top: 0;

}

.site-map li{

    width: 80px;

    text-align: center;

}

.site-map a:hover {

    text-decoration: underline;

}

.footer-bottom .share {

    margin-bottom: 15px;

}



/*------------ / site_footer ------------*/



/*------------ floating ------------*/

.floating,

.floating.fancybox-margin {

    display: none;

    position: fixed;

    right: 50%;

    bottom: 20%;

    margin-right: -800px;

    z-index: 400;

    transition: all .3s ease;



}

.floating .ibtn.gotop {

    background: url(../../images/common/gotop.png) no-repeat rgba(255,255,255,0.5);

    width:  62px;

    height: 62px;

    border: 1px solid #ddd;

    display: none;

}

.floating .ibtn.gotop:hover {

    background-position: 0 100%;

    border-color: #ff884f;

}





/*------------ / floating ------------*/



/*------------ breadcrumb ------------*/

.detail_con{

    padding-top: 70px;

}

.full.container{
    max-width: inherit;
}
.breadcrumb {

    color: #191919;

    font-size: 14px;

    margin-bottom: 15px;

    padding-left: 340px;

    position: absolute;

    /*z-index: 1001;*/

    top: -27px;

    z-index: 20;

}





.breadcrumb li,

.breadcrumb li a {

    display: inline;

}

.breadcrumb li+li:before {

    content: '> ';

}

.breadcrumb li a:hover {

    color: #D70C18;

}



/*------------ / breadcrumb ------------*/



/*------------ side ------------*/

.side {

    width: 300px;

    float: left;

}

.site-main.has-side{

    padding: 100px 0px 0;

}

.has-side .content {

    width: calc(100% - 340px);

    float: right;

}

.side-title {

    color: #333333;

    margin-bottom: 25px;

    font-size: 24px;

}

.side-title span{

    font-weight: normal;

    font-size: 38px;

    display: block;

    margin-top: 40px;

    line-height: 1.2;

}

.side-nav,

.side-nav-top {

    position: relative;

    font-size: 15px;

}

.side-nav li a,

.side-nav-top li a {

    position: relative;

    display: block;

    line-height: 1.4;

    padding: 8px 10px 8px 30px;

    font-size: 18px;

    color: #333333;

}

.side-nav li a,

.side-nav-top li a {

    display: block;

    margin-bottom: 2px;

    transition: all .3s ease;

}

.side-nav > li > a,

.side-nav-top > li > a {

    position: relative;

    

    line-height: 1.4;

}

.side-nav > li > a:before{

    content: '+';

    display: inline-block;

    width: 20px;

    line-height: 38px;

    height: 38px;

    text-align: center;

    position:absolute;

    left: 0;

    top: 0;



}

.side-nav > li:hover > a,

.side-nav > li.active > a,

.side-nav-top > li:hover > a,

.side-nav-top > li.active > a {

    color: #999999;

}

.side-nav li.active > ul,
.side-nav-top li.active > ul{
	display:block
} 


.side-nav ul {

    display: none;

    padding-left: 25px;

}

.side-nav ul li a{

    font-weight: normal;

}

.side-nav ul li a:before {

    content: '-';

    display: inline-block;

    width: 20px;

    line-height: 38px;

    height: 38px;

    text-align: center;

    position:absolute;

    left: 0;

    top: 0;

}

.side-nav ul li:hover> a,

.side-nav ul li.active > a {

    /*color: #999999;*/
    color: #C0262C;

}

.side-nav ul ul li:hover> a,

.side-nav ul ul li.active > a {

    color: #C0262C;

}



/*------------ / side ------------*/



/*------------ pagination ------------*/

.pagination-title {

    font-family: 'Alike', serif;

    font-size: 14px;

    font-weight: bold;

    color: #444;

    position: relative;

    text-align: center;

    padding-bottom: 10px;

    margin-bottom: 20px;

}

.pagination-title:after {

    content: ' ';

    display: block;

    width: 70px;

    height: 1px;

    background: #ddd;

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -35px;

}

.pagination {

    padding: 0;

    margin: 0;

    text-align: center;

    font-size: 14px;

}

.pagination li {

    display: inline-block;

    vertical-align: top;

}

.pagination li a {

    display: block;

    min-width: 20px;

    height: 24px;

    line-height: 24px;

    text-align: center;

    color: #000000;

    margin: 0 3px;

    box-sizing: border-box;

    font-size: 18px;

}

.pagination li a:hover,

.pagination li.active a {

    color: #7F7F7F;

    text-decoration: underline;

}

.pagination li a.controls {

    padding: 0;

    font-size: 20px;

}

.pagination li a.controls .ic {

    position: relative;

    bottom: -1px;

}

.page-info {

    display: none;

}

.page-info .form-control {

    height: 30px;

    line-height: 28px;

    border: 2px solid #ccc;

    margin: 0;

    border-radius: 8px;

}

.page-info .form-control:focus {

    border-color: #D70C18;

}



/*------------ / pagination ------------*/

.pagination .ic{

    width: 11px;

    height: 9px;

    font-size: 0;

    background: url(../../images/common/page.png);

    vertical-align: middle;

    margin-top: -7px;

}

.ic.ic-angle-left{



}

.ic.ic-angle-right{

    background-position: 100% 100%;

}



/*------------ form ------------*/

.reminder {

    color: #666666;

    font-size: 22px;

    text-align: center;

    position: relative;

    letter-spacing: 1.5px;

    margin: 0 0 50px;

}





.form-control {

    display: block;

    width: 100%;

    height: 36px;

    line-height: 34px;

    padding: 0 10px;

    border: 1px solid #323232;

    background: #fff;

    box-sizing: border-box;

    margin-bottom: 6px;

}

.form-control:focus {

    outline: none;

    border-color: #D70C18;

}

textarea.form-control {

    padding: 8px 10px;

    line-height: 1.4;

    resize: vertical;

    height: auto;

}

.static-control {

    line-height: inherit;

    color: #000;

    font-weight: bold;

    font-size: 14px;

    margin: 0 0 6px;

    padding: 0 5px;

}

.form-title {

    text-align: center;

    font-family: 'Alike', serif;

    font-size: 38px;

    font-weight: normal;

    color: #D3AC72;

    line-height: 1.2;

    margin: 0 0 30px;

    text-transform: uppercase;

}

.form-title:after {

    content: '';

    display: block;

    width: 168px;

    border-top: 1px solid #777;

    margin: 30px auto 0;

}

.form-wrap {

    margin: 0 auto;

}

.form-wrap.type1 {

    max-width: 1134px;

}

.form-wrap.type2 {

    border: 1px solid #ddd;

    max-width: 740px;

}

.form-wrap.type3 {

    max-width: 800px;

}

.form-box {

    margin: 0 auto;

    box-sizing: border-box;

}

.form-wrap.type2 .form-box {

    max-width: 540px;

    padding: 4% 0 5%;

}

.form-box .row {

    margin: 0 -2%;

}

.form-box .col {

    float: left;

    width: 50%;

    padding: 0 2%;

}

.form-box .required {

    position: relative;

}

.form-box .required:before {

    content: '*';

    display: inline-block;

    vertical-align: middle;

    color: #FF1D25;

    margin: 0 8px 4px 0;

    font-size: 24px;

}

.form-box .form-group {

    padding: 2px 0;

    line-height: 36px;

    display: flex;

}



.form-box .form-group:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: ' ';

    clear: both;

    height: 0;

}

.form-box .control-label {

    /*display: block;*/

    font-size: 22px;

    color: #191919;

    line-height: inherit;

    padding-left: 5px;

    min-width: 164px;

    text-align: right;

}

.form-box .control-box {

    width: 100%;

    position: relative;

}

.form-box .name .control-box{

    padding-right: 200px;

}

.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: 46%;

    max-width: 280px;

}

.form-box .captcha a {

    display: inline-block;

    vertical-align: top;

    color: #bbb;

    font-size: 20px;

    line-height: inherit;

    margin-left: 5px;

    margin-bottom: 6px;

    transition: all .3s ease;

}

.form-box .captcha a:hover {

    color: #D70C18;

}

.form-box .captcha a .ic {

    transition: -webkit-transform .3s;

    transition: transform .3s;

    transition: transform .3s, -webkit-transform .3s;

}

.form-box .captcha a:hover .ic {

    -webkit-transform: rotate(270deg);

        -ms-transform: rotate(270deg);

            transform: rotate(270deg);

}



.form-box .name .radio-box label {

    display: inline-block;

    margin-bottom: 0;

}

.form-box .name2 .control-box {

    padding-right: 150px;

}

.form-box .name2 .radio-box {

    line-height: 36px;

    position: absolute;

    right: 0;

    bottom: 0;

}

.form-box .name2 .radio-box label {

    margin-bottom: 0;

}

.form-box .tips {

    line-height: 1.2;

    margin-bottom: 6px;

    color: #D70C18;

    font-size: 13px;

    padding: 0 5px;

}

.form-wrap.type1 .tips {

    min-height: 36px;

    line-height: 18px;

}



.form-box .input-group {

    margin: 0 -3px;

}

.form-box .input-group:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: ' ';

    clear: both;

    height: 0;

}

.form-box .input-group .input-box {

    float: left;

    width: 50%;

    padding: 0 3px;

    box-sizing: border-box;

}

.form-box .input-group .form-control {

    display: inline-block;

}



.form-box .name .radio-box {

    line-height: 36px;

    position: absolute;

    right: 0;

    top: 0px;

}

.form-box .name .radio-box label {

    display: inline-block;

    margin-bottom: 0;

}

.form-box .psw-account .control-label {

    float: left;

}

.form-box .psw-account .control-box {

    margin-left: 50px;

}

.form-box .address .input-box:last-child {

    width: 100%;

}

.form-box .address2 .input-box {

    width: 22%;

}

.form-box .address2 .input-box:last-child {

    width: 56%;

}

.form-radio,

.form-checkbox {

    display: inline-block;

    position: relative;

}

.form-radio input[type=radio],

.form-checkbox input[type=checkbox] {

    cursor: pointer;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0!important;

    visibility: hidden;

    outline: 0;

    z-index: 3;

    width: 17px;

    height: 17px;

}

.form-radio:before,

.form-checkbox:before {

    content: '';

    display: inline-block;

    vertical-align: middle;

    background: 50% 0 / 100% auto no-repeat;

    width: 18px;

    height: 18px;

    margin: 0 0 3px;

}

.form-radio:before {

    background-image: url('../../images/common/form_radio.png');

}

.form-checkbox:before {

    background-image: url('../../images/common/form_checkbox.png');

}

.form-radio.checked:before,

.form-checkbox.checked:before {

    background-position: 0 100%;

}



.success-wrap {

    text-align: center;

    padding: 4% 0 0;

}

.success-box {

    text-align: center;

    line-height: 2;

    font-size: 18px

}

.success-msg {

    max-width: 620px;

    border: 1px solid #D70C18;

    color: #D70C18;

    font-size: 19px;

    padding: 6px 15px;

    line-height: 1.5;

    letter-spacing: 0.06em;

    margin: 0 auto 40px;

    border-radius: 8px;

}

.success-msg2 {

    color: #000;

    font-size: 23px;

    font-weight: bold;

    line-height: 1.5;

    margin-bottom: 10px;

    letter-spacing: 0.06em;

}

.success-txt:after {

    content: '';

    display: block;

    border-top: 1px solid #ddd;

    width: 160px;

    margin: 20px auto 0;

}

.success-txt strong {

    color: #000;

    font-size: 18px;

}

.success-txt a {

    text-decoration: underline;

    color: #F75202;

}

.success-txt a:hover {

    text-decoration: none;

}



/*------------ / form ------------*/



/*------------ table ------------*/

.table-h thead {

    border-top: 1px solid #BBB;

}

.table-h td {

    padding: 12px 6px;

    line-height: 1.4;

    text-align: center;

    min-width: 76px;

}

.table-h .btn-holder {

    min-width: 30px;

}

.table-h thead th {

    color: #777;

    background: #eee;

    padding: 12px;

}

.table-h tbody tr+tr {

    border-top: 1px dashed #bbb;

}

.table-h tfoot tr {

    background: #FFEADF;

    color: #555;

}

.table-h tfoot tr+tr {

    border-top: 1px solid #fff;

}

.table-h tfoot td {

    text-align: right;

    padding: 12px 30px;

}

.table-h tfoot td:last-child {

    width: 15%;

}

.table-h tfoot tr:last-child td {

    color: #f00;

}

.table-h tfoot tr:last-child td:last-child {

    font-size: 16px;

    font-weight: bold;

}

.table-h tfoot td .form-control {

    display: inline-block;

    width: auto;

    margin: 0;

}



.table-h .align-left {

    text-align: left;

}

.table-h a {

    display: inline-block;

    vertical-align: middle;

}

.table-h .pd-id {

    color: #aaa;

    font-size: 14px;

}

.table-h .pd-name {

    color: #111;

    font-size: 15px;

    font-weight: bold;

}

.table-h a:hover .pd-name {

    color: #D70C18;

}

.table-h .img {

    width: 80px;

}

.table-h a.pic {

    position: relative;

    overflow: hidden;

}

.table-h a.pic:before {

    content: ' ';

    background: url(../../images/common/cart/hover.png) 50% 50% no-repeat rgba(0,0,0,0.6);

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    opacity: 0;

    transition: all 0.3s;

    border: 4px solid #D70C18;

}

.table-h a.pic:hover:before {

    opacity: 1;

}

.table .ibtn.delete {

    background-image: url(../../images/common/cart/btn_delete.png);

    width: 25px;

    height: 25px;

}

.table td span {

    color: #f00;

}



.table-v {

    border: solid #ddd;

    border-width: 1px 0;

}

.table-v tr:first-child {

    border-bottom: 1px solid #ddd;

}

.table-v tr:nth-child(2n+1) {

    background: #F7F7F7;

}

.table-v th,

.table-v td {

    padding: 10px 35px;

    vertical-align: middle;

}

.table-v th {

    text-align: left;

    width: 100px;

    border-right: 1px solid #ddd;

    font-weight: normal;

}

.table-v strong {

    color: #D70C18;

}



/*------------ / table ------------*/



/*------------ lightbox ------------*/
.fancybox-downloadbox{
    display: none;
}
.fancybox-downloadbox .form-wrap.type3{
    padding:0 40px 0 10px;
}
.fancybox-editor{

    padding:0px 75px 0px;

    box-sizing: border-box;

}

body .fancybox-close {

    width: 46px;

    height: 46px;

    right: 0;

    top: 0px;

    background: #E6E6E6;

    line-height: 46px;

    text-align: center;

}

body .fancybox-close:before{

    display: block;

    content: 'X';

}

body .fancybox-close:hover {

}

body .fancybox-skin {

    background: #fff;

    border-radius: 0;

    margin-top: 60px;

    box-sizing: border-box;

    padding-top: 80px!important;

    padding-bottom: 20px!important;

}

body .fancybox-inner {

    border-radius: 0;

}

.fancybox-album .fancybox-skin {

    margin: 50px 50px 0;

}

.fancybox-album .fancybox-close {

    background: url('../../images/common//album/lightbox_close.png') no-repeat;

    width: 70px;

    height: 40px;

    right: 0;

    top: -40px;

}

.fancybox-album .fancybox-nav span {

    visibility: visible;

    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;

    width: 40px;

    height: 40px;

    margin-top: -20px;

}

.fancybox-album .fancybox-prev span {

    background-position: 0 0;

    left: -60px;

}

.fancybox-album .fancybox-next span {

    background-position: 100% 0;

    right: -60px;

}

.fancybox-album .fancybox-title {

    color: #555;

    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    font-size: 13px;

    line-height: 1.7;

    letter-spacing: 0.035em;

    padding-top: 10px;

}

.fancybox-album .photo-pager {

    float: right;

    font-size: 12px;

}

.fancybox-album .photo-title {

    background: url('../../images/common/album/title_icon.png') no-repeat 0 3px;

    padding-left: 24px;

    color: #FC6532;

    font-size: 14px;

    font-weight: bold;

    margin-bottom: 10px;

    min-height: 20px;

}

.fancybox-album .photo-intro {

    margin-bottom: 10px;

}



/*------------ / lightbox ------------*/



.mmenu-show #mobile-fixed li,

.mmenu-show #mobile-search,

.mmenu-show #member-box li a {

    background:#595757;

}

.mmenu-show #mobile-fixed ul,

.mmenu-show #member-box li {

    border-bottom-color: #595757;

}

.mmenu-show #mobile-menu .side-nav-top > li a:before {

    border-color: #595757;

}

.mmenu-show #mobile-menu .menu li a:hover,

.mmenu-show #mobile-menu .menu li.active > a {

    color: #D70C18;

}

.mmenu-show #mobile-menu .language{

    font-size: 15px

}



@media screen and (max-width: 1620px) {

/*------------ floating 1620 ------------*/

    .floating,

    .floating.fancybox-margin {

        right: 0;

        margin-right: 0;

    }

/*------------ / floating 1620 ------------*/

}

@media screen and (max-width: 1580px) {

/*------------ site_footer 1580 ------------*/

    .footer-bottom .container {

        max-width: none;

        padding: 0 80px;

    }

/*------------ / site_footer 1580 ------------*/

}

@media screen and (max-width: 1420px) {

/*------------ site_header 1420 ------------*/



    .site-nav {

        position: static;

        float: none;

        clear: both;

        /*padding: 0 0 15px;*/

        margin: 0;

    }

    .func-menu {

        margin-right: 0;

    }

/*------------ / site_header 1420 ------------*/

    .banner:before {

        display: none;

    }

}

@media screen and (max-width: 1300px) {

/*------------ site_footer 1300 ------------*/

    .footer-bottom {

        text-align: center;

    }

    .footer-bottom .container {

        padding: 0 15px;

    }

/*------------ / site_footer 1300 ------------*/

}

@media screen and (max-width: 1080px) {

/*------------ site_header 1080 ------------*/

    .site-nav .menu {

        margin: 0 -8px;

    }

    .site-nav .menu > li > a {

        padding: 5px 8px;

    }

/*------------ / site_header 1080 ------------*/

}

@media screen and (max-width: 1000px) {
	.side{
		display:none;
	}
	.has-side .content{
		width:100%;
	}
    .has-child .container{

        padding: 0

    }

    body{

        font-weight: normal;

    }

    /*--- 隱私權手機板 ---*/

    .header-sheet {

        position: fixed;

        height: auto;

        bottom: 0%;

        z-index:9999;

        font-size:  14px;

        padding:  10px 0 10px;

    }

    .header-sheet .close-ontop {

        right: 0px;

        left:0px;

        top: -25px;

        margin:auto;

        text-align:center;

        background:#666;

        width:100%;

        height:35px;

        }

    button.close-ontop{

        padding:0px;

    }

    .close-ontop {

        float: none;

    }



    body #keyreply-container {

        bottom: 10%;

    }

    .header-active #keyreply-container {

        bottom: 0%;

        transition:all .7s;

    }

    .header-fixed .header-sheet{

        display:block;

    }

    /*--- END隱私權手機板 ---*/

    .search_btn .btn{

        display: none;

    }

    .icon_btn{

        list-style-type: none;

    }

    .search-box .search{

        height: 30px;

        line-height: 30px;

        top: 0;

        right: 0;

    }

/*------------ site_header 1000 ------------*/

    .wrapper{

        padding-top: 40px;

    }

    .site-header:before{

        display: none;

    }

    .site-title, .header-fixed .site-title {

        float: none;

        text-align: center;

        padding: 10px 0;

        position: static;

        background: none;

        margin: 0;

        width: 100%;

        height: auto;

        transform: scale(1);

        top: 0px;

    }

    .site-header{

        position: static;

    }

    .site-title .logo ,.header-fixed .site-title .logo {

        width: 200px;

        height: 60px;

    }

    .top-nav,

    .site-nav {

        display: none;

    }

/*------------ / site_header 1000 ------------*/

/*------------ site_main 1000 ------------*/

    .main-title {

        font-size: 36px;

    }

    .content-top,

    .content-top.text-center {

        margin: 0 0 25px;

    }

    .main-content {

        padding-bottom: 80px;

    }

/*------------ / site_main 1000 ------------*/

/*------------ contet_nav 1000 ------------*/

    .content-nav {

        display: none;

    }

/*------------ / contet_nav 1000 ------------*/

/*------------ site_footer 1000 ------------*/

    .footer-bottom .share {

        display: none;

    }

/*------------ / site_footer 1000 ------------*/

/*------------ floating 1000 ------------*/

    .floating,

    .floating.fancybox-margin {

        background: none;

        right: 50%;

        bottom: 5px;

        margin-right: -15px;

    }

    .floating .ibtn.gotop,

    .floating .ibtn.gotop:hover {

        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;

        width: 30px;

        height: 30px;

        border: 0;

    }

/*------------ / floating 1000 ------------*/

    .site-map{

        display: none;

    }

    .footer-top{

        padding:20px 0;

    }

    .footer-top .row{

        display: block;

    }

    .footer-top .tit{

        font-size: 22px;

        margin-bottom: 5px;

    }

    .footer-top .row .col{

        margin-bottom: 10px;

    }

    .footer-top .row .qrcode{

        border:none;

        text-align: center;

    }

    .footer-bottom{

        height: 20px;

        padding: 0;

    }

    .breadcrumb{

        position: static;

        padding-left: 0;

        margin:5px 0;

    }

    .site-main{

        margin-top: 0;

        padding: 20px 10px;

    }

    .site-main.has-side{

        padding-top: 20px;

    }

    .detail_con{

        padding:20px 10px;

    }

    .main-title span{

        font-size: 30px;

    }

    .main-title h1, .main-title h2{

        font-size: 20px;

    }

    .btn-box.right{

        text-align: center;

    }



}

@media screen and (max-width: 900px) {

/*------------ table 900 ------------*/

    .table-h td {

        min-width: 40px;

    }

/*------------ / table 900 ------------*/

}

@media screen and (max-width: 767px) {

/*------------ site_main 767 ------------*/

    .main-title {

        font-size: 30px;

    }

    .main-title:before,

    .main-title:after {

        display: none;

    }

    .content-top {

        margin-bottom: 30px;

    }

    .content-title {

        font-size: 26px;

    }

    .main-content {

        padding: 30px 0 30px;

    }

/*------------ / site_main 767 ------------*/

/*------------ breadcrumb 767 ------------*/

    .content-top .breadcrumb {

        float: none;

    }

/*------------ / breadcrumb 767 ------------*/

/*------------ pagination 767 ------------*/

    .page-info {

        display: block;

        padding: 0 40px;

    }

    .pagination {

        position: relative;

        height: 0;

    }

    .pagination li a {

        display: none;

    }

    .pagination li a.controls {

        display: block;

        position: absolute;

        bottom: -29px;

    }

    .pagination li a.prev {

        left: 0;

    }

    .pagination li a.next {

        right: 0;

    }

/*------------ / pagination 767 ------------*/

/*------------ form 767 ------------*/

    .form-title {

        font-size: 28px;

    }

    .form-box .row {

        margin: 0;

    }

    .form-box .col {

        float: none;

        width: auto;

        padding: 0;

    }

    .form-wrap.type2 {

        border: 0;

    }

    .form-wrap.type2 .form-box {

        max-width: none;

        padding: 0;

    }

    .form-box .name2 .control-box {

        padding: 0;

    }

    .form-box .name2 .radio-box {

        bottom: 100%;

    }

    .form-box .address2 .input-box {

        width: 50%;

    }

    .form-box .address2 .input-box:last-child {

        width: 100%;

    }

    .form-wrap.type1 .tips {

        min-height: 0;

    }

    .success-msg {

        font-size: 17px;

    }

    .success-msg2 {

        font-size: 19px;

    }

/*------------ / form 767 ------------*/

/*------------ table 767 ------------*/

    .table-h {

        border-top: 1px solid #bbb;

    }

    .sum-box .table-h {

        border-top: 0;

    }

    .table-h thead {

        display: none;

    }

    .table td .ibtn.delete {

        position: absolute;

        right: 0;

        top: 5px;

    }

    .table-h tr,

    .table-h td {

        display: block;

        text-align: left;

    }

    .table-h td+td,

    .table-h tfoot td+td {

        border-left: 0;

    }

    .table-h tbody td[data-title]:before {

        content: attr(data-title);

        display: inline-block;

        color: #aaa;

        font-size: 13px;

    }

    .table-h tr {

        padding: 10px 0;

        position: relative;

    }

    .table-h tfoot tr {

        padding: 10px 15px;

        overflow: hidden;

    }

    .table-h tfoot td {

        padding: 0;

    }

    .table-h tfoot td:first-child {

        float: left;

        text-align: left;

    }

    .table-h tfoot td:last-child {

        width: auto;

        float: right;

    }

    .table-h td,

    .table-h tbody td {

        padding: 0;

        line-height: 2;

    }

    .table-h td a {

        display: inline-block;

        line-height: 1.5;

    }

    .table-v th, .table-v td {

        padding: 8px 12px;

    }

    .table-v th {

        width: 90px;

    }

/*------------ / table 767 ------------*/

/*------------ lightbox 767 ------------*/

    .fancybox-album .fancybox-skin {

        margin: 50px 0 5px;

    }

    .fancybox-album .fancybox-close {

        top: -45px;

        right: 50%;

        margin-right: -35px;

    }

    .fancybox-album .fancybox-nav span {

        top: -55px;

        margin-top: 0;

    }

    .fancybox-album .fancybox-prev span {

        left: -12px;

    }

    .fancybox-album .fancybox-next span {

        right: -12px;

    }

    .reminder{

        font-size: 18px

    }

/*------------ / lightbox 767 ------------*/

}

@media screen and (max-width: 500px) {

/*------------ table 400 ------------*/

    .table-v tr,

    .table-v th,

    .table-v td {

        display: block;

        width: auto;

        text-align: left;

    }

    .table-v tr:nth-child(n) {

        background: none;

    }

    .table-v th {

        background: #F7F7F7;

        border: 0;

    }

/*------------ / table 400 ------------*/

.form-box .form-group{

    display: block;

}

}

@media screen and (max-width: 400px) {

/*------------ form 400 ------------*/

    .form-box .form-group .input-box {

        width: 100%;

    }

/*------------ / form 400 ------------*/

/*------------ btn 400 ------------*/

    .btn.simple {

        margin: 0 auto 10px;

    }

/*------------ / btn 400 ------------*/

}
/*.language li:nth-child(3){display:none;}*/