@charset 'utf-8';


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

body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    background: #F9F9F9;
    color: #555;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.04em;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

*:focus {
    outline: 0;
}


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


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

.require:before {
    content: "\e927";
    font-family: 'icon-font-5' !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: #B6995F;
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    bottom: -3px;
    font-weight: bold;
}

.ic-time6 {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 600;
    color: #B6995F;
}

.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}

.no-svg .icon.success {
    background-image: url('../../images/common/success_ic.png');
}

.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}

.no-svg .icon.login {
    background-image: url('../../images/common/login_ic.png');
}


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


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

.share .btn {
    font-weight: bold;
}

.share .btn .ic {
    vertical-align: middle;
    font-size: 17px;
    background: #f31e3c;
    padding: 6px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.share .btn.facebook .ic {
    padding: 6px 10px;
}

.share .btn.plurk .ic {
    font-size: 13px;
    padding: 8px;
}

.share .btn.google .ic {
    font-size: 15px;
    padding: 7px 5px;
}

.share .btn.twitter .ic {
    font-size: 15px;
    padding: 7px;
}

.share .btn.facebook:hover .ic {
    background: #3D5991;
}

.share .btn.plurk:hover .ic {
    background: #EA5E00;
}

.share .btn.google:hover .ic {
    background: #D8422D;
}

.share .btn.twitter:hover .ic {
    background: #2DAAE2;
}


.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 93px;
    height: 93px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}

.btn.back {
    color: #fff;
    /*font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;*/
    font-size: 12px;
    line-height: 35px;
    width: 160px;
    height: 35px;
    transition: all .5s;
    background: #f51e3c;
    /* -webkit-border-top-left-radius: 15px; */
    /* -webkit-border-bottom-right-radius: 15px; */
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    /* border-top-left-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
}

.btn.back:hover {
    background: #333;
}

.btn.back .ic {
    vertical-align: middle;
    margin: 0 0 3px 15px;
    font-size: 20px;
    color: #fff;
}

.btn.back:hover .ic {}

.btn.simple {
    font-size: 14px;
    background: #f31e42;
    width: 50%;
    height: 35px;
    color: #fff;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 35px;
    letter-spacing: 0.16em;
    position: relative;
    margin: 0 -2px;
    transition: all .3s;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.2);
}

.btn.simple:hover,
.btn.simple.send {
    background: #ededed;
    color: #f31e42;
    font-weight: 900;
}

.btn.simple.w2 {
    width: 100%;
    max-width: 500px;
}

.btn.simple.send:hover {
    background: #D0B599;
}

.btn.simple .ic {
    margin-bottom: 4px;
}

.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}

.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}

.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}

.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}

.btn.normal {
    color: #fff;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    padding: 0 20px;
    min-width: 160px;
    height: 48px;
    line-height: 50px;
    transition: all .5s;
    background: #f51e3c;
    margin: 0 10px 5px;
    /* -webkit-border-top-left-radius: 15px; */
    /* -webkit-border-bottom-right-radius: 15px; */
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    /* border-top-left-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
}

.btn.normal:hover {
    background: #333;
}

.btn.normal:hover i {
    color: #fff;
}

.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.btn.normal .ic {
    font-size: 21px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    color: #fff;
}

.btn.normal .ic-t-invoice {
    font-size: 30px;
}

.btn.pure {
    color: #9F8A73;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    text-decoration: underline;
}


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


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

.site-header {
    background: #EDEDED;
}

.site-title {
    width: 94px;
    text-align: center;
    /*left: 50%;*/
    margin-left: -47px;
    position: absolute;
    margin-top: 20px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 402px;
    height: 90px;
    text-indent: -1000%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}



.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .ic {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 4px;
    color: #fff;
}

.gocart .toggleBtn span {
    border: 1px solid #9F8A74;
    font-size: 12px;
    padding: 1px 6px;
    font-weight: bold;
    margin: 0 8px 0 5px;
    color: #9F8A74;
}

.gocart .active .toggleBtn span {
    background: #A08A75;
    color: #000;
}

.func-menu>li {
    padding: 2px 0;
}

.func-menu>li.gocart {
    font-weight: bold;
    color: #A08A75;
}

.func-menu>li.gocart {
    position: relative;
}

.func-menu .cart-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #A08A75 transparent;
    position: absolute;
    top: -7px;
    right: 30px;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 220px;
    right: 0;
    top: 100%;
    background: #A08A75;
    padding-bottom: 6px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.func-menu .cart-box .btn:hover {
    background: rgba(0, 0, 0, .7);
}

.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list .pic {
    float: left;
    width: 70px;
    position: relative;
}

.func-menu .cart-list a:hover .pic:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
}

.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
    color: #fff;
}

.func-menu .cart-list .name {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
}

.func-menu .cart-list a:hover .name {
    color: #000;
    text-decoration: underline;
}

.func-menu .cart-list .offers {
    font-family: 'Times New Roman';
    letter-spacing: 1px;
}

.func-menu .alloffers {
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0 10px;
    font-weight: bolder;
}

.site-header .search-box {
    position: relative;
    width: 180px;
    box-sizing: border-box;
    margin-right: 15px;
}

.site-header .search-box .form-control {
    border: 0;
    background: #333333;
    color: #DDDDDD;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px 0 5px;
    border-radius: 0;
}

.site-header .search-box .form-control:focus {
    border-bottom-color: #fff;
}

.site-header .search-box ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.site-header .search-box ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.site-header .search-box :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.site-header .search-box :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}

.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.site-header .language {
    position: relative;
    width: 170px;
    font-size: 13px;
    color: #666;
    background: #333;
    height: 30px;
}

.site-header .language .btn {
    width: 100%;
    position: relative;
    padding: 6px 15px;
    text-align: left;
}

.site-header .language .btn:after {
    content: "\f107";
    font-family: "icon-font-27";
    margin-left: 60px;
    border-left: solid 1px #5A524A;
    padding-left: 7px;
    color: #fff;
    font-size: 16px;
}

.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgb(141, 122, 103);
    display: none;
}

.site-header .language ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}

.site-header .language ul li a {
    display: block;
    padding: 5px 10px;
    color: #3B322B;
}

.site-header .language ul li a:hover {
    color: #FFFFFF;
}

.site-header .func-menu {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.site-nav {
    padding: 45px 10px 40px;
	text-align: right;
}

.site-nav .menu>li {
    position: relative;
    width: 10%;
    margin: 0 -10px;
}

.site-nav .menu>li:nth-child(6) {
    /*margin-left: 10%;*/
}

.site-nav .menu>li>a {
    color: #000;
    position: relative;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.18em;
    padding: 8px 0;
    display: block;
    margin: auto;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #fff;
    background: #222;
}

.site-nav .menu>li.active>a:after,
.site-nav .menu>li>a:hover:after {
    opacity: 1;
}

.site-nav .menu>li>ul {
    z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 142px;
    position: absolute;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -71px;
}

.site-nav .menu>li>ul>li+li {
    padding-top: 5px;
}

.site-nav .menu>li>ul>li a {
    font-size: 15px;
    text-align: center;
    padding: 7px 15px;
    color: #2E2E2E;
    display: block;
}

.site-nav .menu>li>ul>li a {
    background-color: #f9f9f9;
}

.site-nav .menu>li>ul>li a:hover,
.site-nav .menu>li>ul>li.active>a {
    color: #fff;
    background-color: #F31E3C;
}

.menu>li>ul,
.toggle-menu {
    display: none;
}

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

.site-nav .menu>li>ul>li{
    position: relative;
}
.menu>li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 150px;
}
.menu ul li + li ul{
    top:5px;}

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


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

.banner {
    position: relative;
    z-index: 0;
}

.banner .slick-arrow {
    border: none;
    background: url(../../images/common/index/banner_arrow.png);
    padding: 0;
    text-indent: -5000px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    margin: 0 6px;
}

.banner .slick-prev {
    background-position: 0 0;
    left: 0px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 0px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}


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


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

.site-main {
    position: relative;
    margin-top: -107px;
    padding-top: 33px;
    z-index: 2;
    background: url(../../images/common/main_bg.png) no-repeat center top;
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.main-top {
    text-align: center;
}

.main-title {
    display: block;
    font-size: 20px;
    color: #f31e3c;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 33px;
    border-bottom: solid #ededed 2px;
    font-family: "Helvetica";
    position: relative;
}

.main-title:before {
    content: "";
    position: absolute;
    border-bottom: solid #f31e3c 2px;
    bottom: -2px;
    left: 47%;
    right: 47%;
}

.sub-title {
    text-align: center;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.decoration {
    margin-bottom: 50px;
    position: relative;
}

.decoration:after {
    content: "";
    background: url(../../images/common/_icon/sub-title-arrow.jpg) top center no-repeat;
    width: 25px;
    height: 25px;
    ;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -30px;
}

.sub-title span {
    display: inline-block;
}

.sub-title span:before {
    content: "≡";
    color: #ddd;
    padding-right: 5px;
}

.sub-title span:after {
    content: "≡";
    color: #ddd;
    padding-left: 5px;
}

.sub-title span:before,
.sub-title span:after {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0;
    font-weight: normal;
}

.main-content {
    padding: 0 0 70px;
    background: url(../../images/common/main_bg-y.png) center top repeat-y;
}

.content {
    min-height: 360px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-box {
    padding-top: 25px;
    position: relative;
    text-align: center;
}

.btn-box.has-border {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D7D7D7;
}

.shopping-title:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid #A08A75;
    display: inline-block;
    margin-right: 10px;
}

.shopping-title {
    color: #594B40;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-box {
    clear: both;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    max-width: 1470px;
    margin: 0 auto;
    padding: 15px 15px;
    background: #fff;
}


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


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

.breadcrumb {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.breadcrumb li {
    margin: 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    font-size: 12px;
    color: #A5A5A5;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0 4px;
}

.breadcrumb li a:hover {
    color: #f31e3c;
    font-weight: 900;
}

.breadcrumb li:first-child a {
    text-indent: 100%;
    white-space: normal;
    overflow: hidden;
    background: url(../../images/common/_icon/home.jpg);
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-bottom: -2px;
}

.breadcrumb li:first-child a:hover {
    background-position: 0 100%;
}

.products-category {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.products-category:before,
.products-category:after {
    content: "";
    display: block;
    width: 4px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.products-category:before {
    background-image: url(../../images/common/content_nav_l.png);
    left: 0;
}

.products-category:after {
    background-image: url(../../images/common/content_nav_r.png);
    right: 0;
}

.products-category li,
.products-category li a,
.products-category li:first-child a {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.products-category li:first-child a:hover {
    text-decoration: none;
    color: #C39759;
}

.products-category li+li:before {
    content: ">";
}


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


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

.site-footer {
    /*background: url(../../images/common/footer.jpg) no-repeat center bottom;*/
    background: #E50012;
    background-size: cover;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer .container {
    color: #352F28;
}

.footer-top {
    padding: 30px 0 3px;
}

.site-info {
    min-height: 90px;
    color: #000;
    font-size: 12px;
}

.site-footer .share {
    margin-bottom: 10px;
}

.share li {
    margin: 0 5px;
}

.copyright,
.author {
    display: block;
}

.site-info {
    width: 30%;
    display: inline-block;
}

.site-map {
    width: 69%;
    display: inline-block;
}

.site-map,
.site-map ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
}

.site-map ul {
    text-align: left;
    margin: 0;
}

.site-map ul+ul {
    margin-left: 50px;
}

.site-map ul li {
    padding: 2px 0;
}

.site-map ul li a {
    color: #ededed;
    /* text-decoration: underline; */
    font-size: 14px;
    padding: 4px 0;
    letter-spacing: 1px;
}

.site-map ul li a:hover {
    color: #000;
    text-decoration: none;
}

.footer-bottom {
    font-size: 13px;
    padding-bottom: 18px;
}

.footer-bottom .contact {
    padding: 20px 50px;
    border: solid 1px #f31e3c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-bottom a {
    color: #999;
}

.footer-bottom a:hover {
    color: #BE9354;
}

.footer-bottom .footer-links {
    display: inline-block;
    width: 390px;
    vertical-align: top;
}

.footer-bottom .contact {
    max-width: 710px;
    width: 55%;
    vertical-align: top;
    display: inline-block;
}

.footer-bottom .contact .ic {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: #ededed;
}

.footer-bottom .contact .ic-location {
    font-size: 20px;
    margin-left: -3px;
}

.footer-bottom .footer-links li a {
    /*opacity: .8;*/
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.footer-bottom .footer-links li a:hover {
    opacity: .8;
}

.footer-bottom .footer-links li {
    margin: 0 -3px;
}

.footer-bottom .footer-links li+li {
    padding-left: 10px;
}

.footer-bottom .contact li+li {
    padding-left: 20px;
    color: #ededed;
    letter-spacing: 0.08em;
}

.footer-bottom .contact li:first-child {
    display: block;
    margin-bottom: 8px;
    color: #ededed;
    letter-spacing: 0.08em;
}

.footer-bottom .contact li:nth-child(2) {
    padding-left: 0;
}

.contact .icon {
    width: 25px;
    height: 25px;
    background: url(../../images/common/_icon/contact.png);
    margin: 0 5px -5px;
}

.contact .icon.tel {
    background-position: 0 -25px;
}

.contact .icon.fax {
    background-position: 0 -50px;
}

.contact .icon.mail {
    background-position: 0 -75px;
}

@media screen and (max-width:1200px) {
    .site-footer .container {
        padding-right: 10%;
        background: #E50012;
    }
    .site-footer .share {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    .site-footer .share {
        display: none;
    }
}

@media screen and (max-width:1050px) {
    .site-info,
    .site-map {
        padding: 0;
        float: none;
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
    }
    .site-info {
        background: none;
        padding: 0;
        margin-top: 0;
        min-height: auto;
    }
    .footer-bottom .footer-links {
        text-align: center;
    }
    .footer-bottom .footer-links,
    .footer-bottom .contact {
        margin: 10px auto;
        display: block;
        float: none;
        width: auto;
    }

    .footer-bottom .contact li {
        display: block;
        text-align: center;
    }
    .site-footer {
        background: url(../../images/common/footer_bg.jpg);
    }
}

@media screen and (max-width:767px) {
    .site-map {
        display: none;
        margin: 0 -30px 20px;
    }
}

@media screen and (max-width:640px) {
    .site-map {
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .site-map ul {
        width: 150px;
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width:450px) {
    .footer-bottom .footer-links li {
        display: block;
        text-align: center;
    }

    .footer-bottom .footer-links li+li {
        padding-left: 0;
        padding-top: 5px;
    }
    .footer-bottom .contact {
        padding: 15px;
    }
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -850px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .btn.loginicon .ic {
    margin-bottom: 7px;
}

.floating .btn.loginicon {
    display: block;
    height: 60px;
    background: rgba(160, 138, 117, 0.5);
}

.floating .btn.loginicon:hover {
    background: rgba(160, 138, 117, 1);
}

.site-footer .btn.gotop {
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: 0;
    top: 35px;
}

.site-footer .btn.gotop:hover {
    background: #fff;
    color: #666666;
}



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


/*------------ content_nav ------------*/

.content-nav-box {
    text-align: center;
    margin-bottom: 80px;
}

.content-nav li {
    padding: 0 6px;
}

.content-nav li a {
    color: #fff;
    background: #A08A75;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 6px 14px 4px;
}

.content-nav li a:hover,
.content-nav li.active>a {
    background: #5A4B41;
}

.content-nav li.active>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #5A4B41 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}

.content-nav li.logout {
    position: absolute;
    right: 15px;
    top: -60px;
    border: 2px solid #A08A75;
    padding: 0;
}

.content-nav li.logout a {
    background: none;
    color: #9F8A74;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px 8px;
    letter-spacing: 0;
}

.content-nav li.logout .ic {
    width: 16px;
    height: 16px;
    font-weight: normal;
    text-align: center;
    border: 2px solid #A08A75;
    color: #A08A75;
    font-size: 5px;
    line-height: 16px;
    display: block;
    margin: 20px auto;
}

.content-nav li.logout a:hover,
.content-nav li.logout.active>a {
    background: #ECEBE6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


/*------------ / content_nav ------------*/


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

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}

.pagination li {
    float: left;
}

.pagination li a {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    color: #444;
    font-size: 15px;
    padding: 0 5px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #f31e3c;
    font-weight: bold;
    position: relative;
}

.pagination li a:hover:after,
.pagination li.active a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #f31e3c;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.pagination li a.controls {
    padding: 0;
    font-size: 15px;
    line-height: 36px;
    color: #666;
}

.pagination li a.controls:hover {
    color: #f31e3c;
    font-weight: bold;
}

.pagination li a.controls:hover:after {
    display: none;
}

.pagination li a.prev {
    margin-right: 20px;
}

.pagination li a.next {
    margin-left: 20px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}

.page-info .form-control:focus {
    border-color: #1BDBF0;
    background: none;
}


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


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

.reminder {
    color: #333;
    padding: 0 0 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
}

.reminder .ic {
    font-size: 12px;
    margin-right: 5px;
}

.reminder span {
    color: #f31e3c;
    font-weight: 900;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 73px;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.qty-box .form-control {
    margin-bottom: 0;
}

.qty-box .btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #A08A75;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border: 2px solid #A08A75;
    background: #fff;
}

.qty-box .btn:hover {
    border-color: #000;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.qty {
    line-height: 19px;
    height: 20px;
    border-color: #CCCCCC;
    background: none;
    border: none;
    text-align: center;
}

.form-control:focus {
    outline: none;
    border-color: #f31e3c;
}

.form-box .control-label {
    display: block;
    color: #666;
    line-height: 36px;
    padding-right: 30px;
    text-align: right;
    float: left;
    width: 101px;
}

.form-box .control-box {
    position: relative;
    float: left;
    width: calc(100% - 135px);
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #9F8A74;
    margin: 0 0 6px;
    padding: 0 5px;
    font-weight: bold;
}

.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}

.form-wrap.type1 {
    max-width: 835px;
    position: relative;
}

.form-wrap.type1.border {
    border: 1px solid #DFDDD3;
    position: relative;
}

.form-wrap.type1.border:before {
    content: '';
    position: absolute;
    border: 1px solid #DFDDD3;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}

.form-wrap.type1 .form-box {
    max-width: 530px;
    margin: 35px auto 0;
}

.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}

.form-wrap.type2 .form-box {
    max-width: 460px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    padding: 40px 20px 20px;
}

.form-wrap .btn-box.bg {
    background: #DFDDD3;
    padding: 0 20px 30px;
}

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -12px;
    position: relative;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: '\e913';
    font-family: 'icon-font-27' !important;
    display: inline-block;
    vertical-align: middle;
    color: #f31e3c;
    font-size: 12px;
    margin-right: 10px;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}

.form-box .form-group.captcha .form-control {
    border: none;
    margin-bottom: 0;
}

.form-box .form-group.captcha .control-box {
    border: 1px solid #ddd;
    background: #fff;
}

.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    line-height: inherit;
}

.form-box .control-box {
    position: relative;
}

.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;
    max-width: calc(100% - 160px);
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #AE9F92;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.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: #D0B499;
    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 .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    /*    margin-left: 40px;*/
    margin-bottom: 20px;
}

.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: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .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 {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #0059B2;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}

.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}

.success-txt .ic {
    color: #b31d29;
    margin: 55px 0 25px;
    font-size: 51px;
}

.success-txt .msg {
    font-family: 'Alegreya Sans SC';
    font-size: 18px;
    color: #5A4B41;
    line-height: 30px;
    letter-spacing: 2px;
}

.loginicon {
    background: #A08A75;
    width: 75px;
    height: 51px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    padding-top: 9px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.loginicon .ic {
    display: block;
    color: #fff;
    margin: 0 auto;
    font-weight: normal;
    font-size: 22px;
}

.loginicon:before {
    content: '';
    width: 83px;
    height: 68px;
    border: 2px solid #A08A75;
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
}

.success-txt b {
    font-family: 'Josefin Sans', '微軟正黑體', sans-serif;
    color: #000;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.success-txt strong {
    font-size: 43px;
    display: block;
    font-weight: 900;
    font-family: 'Josefin Sans', '微軟正黑體', sans-serif;
    padding-top: 9px;
    color: #f31e3c;
}

.success-txt a {
    font-weight: bold;
    text-decoration: underline;
    color: #777777;
}

.success-txt a:hover {
    text-decoration: none;
    color: #d0b599;
}

.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.paid-title {
    font-family: 'Alegreya Sans SC';
    font-size: 25px;
    color: #594B3F;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
}

.check-agree-box {
    background: #DFDDD3;
    padding: 15px 40px;
    margin-top: 50px;
}


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


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

.table-h {
    color: #A08A75;
    border: 1px solid #DFDDD3;
}

.table-h td {
    padding: 15px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px dashed #DDDDDD;
}

.table-h thead th {
    color: #999999;
    font-weight: normal;
    padding: 12px;
}

.table-h tbody tr+tr {
    border-top: 1px dashed #DDDDDD;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #840000;
}

.table-v {
    color: #777;
    font-size: 14px;
    border-color: #DFDDD3;
}

.table-v tr {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
    background: #F0EFEA;
}

.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}

.table-v strong {
    color: #594B40;
}

.table-v b {
    color: #594B40;
}


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


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

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png)center no-repeat;
    height: 50px;
    position: static;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.6);
    padding: 10px 0;
}

body .fancybox-skin {
    background: #000;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 5px;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 1067px;
    margin: 0 auto;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
}

.login-box .lightbox-title {
    color: #0059B2;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 90px;
    margin: 0 0 15px;
    text-align: center;
}

.no-svg .login-box .lightbox-title {
    background: url('../../images/common/login_ic.png');
}

.login-box .lightbox-title small {
    display: block;
    font-size: 20px;
    font-weight: normal;
}

.lightbox-wrapper .control-label {
    font-size: 13px;
    color: #7F7F7F;
}

.login-box .notice-box {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 20px;
}

.login-box .notice-box .title {
    color: #ddd;
    font-size: 18px;
    font-weight: bold;
}

.login-box .notice-box .txt {
    color: #999;
    font-size: 13px;
    line-height: 1.8;
}

.login-box .form-box .control-box {
    width: 100%;
}

.arrival-box {
    position: relative;
}

.arrival-box .pd-name {
    color: #017FFB;
    font-size: 20px;
    font-weight: bold;
    background: url('../../images/common/products/arrival_ic.png') 50% 0 no-repeat;
    padding-top: 100px;
    margin: 0;
}

.arrival-box .pd-id {
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 5px;
}

.arrival-box .form-box {
    padding: 5px 0 15px;
}

.arrival-notice {
    color: #666;
    font-size: 13px;
    padding: 0 0 10px;
}

.arrival-box .btn-box {
    padding-top: 0;
}


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

#mobile-menu .main-menu {
    background: #ededed !important;
}

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #f31e3c;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #f31e3c;
}

.mmenu-show #mobile-menu .language-menu {
    background: #f31e3c;
    color: #fff;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #4e96de;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    background: #333333;
    color: #fff;
}

.mmenu-show #mobile-menu .menu ul{
    width:100%;
    position:static;
}

.mmenu-show #mobile-menu .menu li ul li a:hover,
.mmenu-show #mobile-menu .menu li ul li.active>a {
    background: #f31e3c;
    color: #fff;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}

.mmenu-show #mobile-fixed .qty {
    background: #131313;
}

.mmenu-show #mobile-menu .language ul li a {
    display: inline-block;
}

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
	.floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    .site-main {
        margin-top: -10px;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1520px) {
	.site-title {
		padding: 10px 50px;
    }
	.site-title .logo {
        width: 360px;
        height: 81px;
    }
}

@media screen and (max-width: 1420px) {
    /*------------ site_footer 1420 ------------*/
    .footer-top .row,
    .footer-top .col {
        display: block;
        width: auto;
    }
    .footer-top .row {
        border: 1px solid #33E2F6;
        border-width: 0 1px;
        overflow: hidden;
    }
    .footer-top .col {
        float: left;
        width: 50%;
        border-width: 0;
        padding: 30px;
    }
    .footer-top .col1 {
        width: 100%;
        border-width: 0 0 1px;
    }
    .footer-top .col2 {
        border-width: 0 1px 0 0;
    }
    .site-map {
        letter-spacing: 25px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul+ul {
        margin-left: 0;
    }
    .site-map ul li {
        display: inline-block;
    }
    .qrcode {
        margin-bottom: 15px;
    }
    .content-nav li.logout {
        position: static;
        border: none;
    }
    .content-nav li.logout a {
        padding: 6px 14px 4px;
        font-size: 17px;
        color: #fff;
        background: #A08A75;
        font-weight: normal;
    }
    .content-nav li.logout .ic {
        display: none;
    }
    .content-nav li.logout a:hover {
        background: #5A4B41;
    }
    /*------------ / site_footer 1420 ------------*/
}

@media screen and (max-width: 1300px) {
    /*------------ / site_header 1300 ------------*/
    .site-title {
        position: static;
        padding: 10px 0;
        margin: 0 auto;
		width: auto;
    }
    .site-title .logo {
        width: 240px;
        height: 54px;
    }
    .site-nav {
        padding: 0;
        text-align: center;
    }
    .site-nav .menu>li {
        margin: 0 -10px;
    }

    .site-nav .menu>li:nth-child(6) {
        margin: 0;
    }
    /*------------ / site_header 1300 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ content_nav 1280 ------------*/
    .content-nav li {
        padding: 0 2px;
    }
    #mobile-menu .content-nav li {
        width: 100%;
    }
    #mobile-menu .content-nav li a {
        display: block;
    }
    /*------------ / content_nav 1280 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    /*------------ / site_header 1120 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top .site-map {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav-box,
    .site-map {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        display: none !important;
    }
    .site-footer .btn.gotop,
    .site-footer .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        position: absolute;
        right: 50%;
        top: 3px;
        margin-right: -15px;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .site-footer .btn.gotop .ic {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
}

@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: 28px;
        padding-bottom: 37px;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .content-top {
        margin-bottom: 20px;
    }
    .content-title2 {
        font-size: 22px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        position: absolute;
        top: 35px;
        left: 0;
        text-align: center;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding: 20px 15px 10px;
    }
    .footer-top .col2 {
        border-width: 0 0 1px;
    }
    .follow {
        display: block;
        letter-spacing: 10px;
        margin: 0;
    }
    .follow>* {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .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 .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h 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 td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .notice-box {
        background-position: 50% 20px;
        padding: 120px 0 0;
        text-align: center;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 500 ------------*/
    .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 {
        border: 0;
    }
    /*------------ / table 500 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}