@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:400,700&display=swap');
/*製作時刪除*/
.site-nav .menu > li:nth-last-child(-n+9) {
    display: none;
}
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    background: url('../../images/common/body_bg.png');
    font-family: Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.08em;
}
.container {
    padding: 0 30px;
    max-width: 1500px;
}
.wrapper {
    margin-left: 360px;
}
h3.name{
    margin: 0;
}
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 10px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #056bc0;
    letter-spacing: 1px;
    line-height: 1.7;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
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:#056bc0;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ / basic ------------*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    color: #045597;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
}
.share .btn:hover {
    background: #DEC776;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    transition: all 0.3s ease;
}
.ibtn.fb-fans-page:hover{
    opacity: 0.7;
}
.btn.back {
    background: #056CC0;
    color: #fff;
    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 15px;
    line-height: 30px;
    width: 137px;
    padding: 0 15px 0 30px;
    border-radius: 15px;
    position: relative;
}
.btn.back:hover {
    background: #032A74;
}
.btn.back .ic {
    position: absolute;
    left: 12px;
    top: 3px;
    font-size: 1.5em;
}
.btn.normal {
    border: 1px solid #aaa;
    color: #777;
    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 13px;
    letter-spacing: 0.02em;
    width: 184px;
    height: 40px;
    line-height: 38px;
    position: relative;
    padding: 0 16px;
    margin: 0 0 10px;
    border-radius: 16px;
}
.btn.normal:hover {
    color: #045597;
    border-color: #045597;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 1.3em;
    margin: 0 6px 3px 0;
}
.btn.simple {
    color: #fff;
    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    width: 188px;
    line-height: 45px;
    border-radius: 3px;
    margin: 0 0 5px;
}
.btn.simple.bg1 {
    background: url('../../images/common/btn_bg1.png');
}
.btn.simple.bg1:hover {
    background: url('../../images/common/btn_bg1_hover.png');
}
.btn.simple.bg2 {
    background: url('../../images/common/btn_bg2.png');
}
.btn.simple.bg2:hover {
    background: url('../../images/common/btn_bg2_hover.png');
}
.btn.simple.bg3 {
    width: 100%;
    max-width: 342px;
    background: url('../../images/common/btn_bg1.png');
}
.btn.simple.bg3:hover {
    background: url('../../images/common/btn_bg2.png');
}
.btn.simple.bg4 {
    background: url('../../images/common/btn_bg2_hover.png');
}
.btn.simple.bg4:hover {
    background: url('../../images/common/btn_bg1_hover.png');
}
.btn.pure {
    color: #E35700;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 5px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #fff;
    text-decoration: none;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    background: url('../../images/common/header_bg.png') #03286E;
    text-align: center;
}
.site-title {
    padding: 80px 0 30px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 0 no-repeat;
    background-size: contain;
    width: 151px;
    height: 363px;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: fixed;
    top: 0;
    left: 360px;
    right: 0;
    z-index: 150;
    background: rgba(255,255,255,0.90);
    color: #0C1F34;
    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 13px;
}
.top-nav .search-box {
    position: relative;
    float: left;
    width: 185px;
    margin: 9px 0;
}
.top-nav .search-box .form-control {
    border: 1px solid #ccc;
    background: none;
    color: #fff;
    margin: 0;
    height: 34px;
    line-height: 32px;
    padding: 0 40px 0 12px;
    border-radius: 0;
}
.top-nav .search-box .form-control:focus {
    border-color: #C2A445;
}
.top-nav .search-box .ibtn {
    background-image: url('../../images/common/btn_search.svg');
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
}
.no-svg .top-nav .search-box .ibtn {
    background-image: url('../../images/common/btn_search.png');
}
.top-nav .language {
    float: left;
    position: relative;
    margin: 9px;
}
.top-nav .language .btn {
    position: relative;
    border: 1px solid #F5F5F5;
    background: #BEBEBE;
    color: #fff;
    font-size: 12px;
    text-align: left;
    width: 124px;
    line-height: 32px;
    padding: 0 30px 0 10px;
}
.top-nav .language .btn:hover {
    background: #AE9326;
}
.top-nav .language .btn .ic {
    font-size: 1.4em;
    position: absolute;
    right: 10px;
    top: 9px;
}
.top-nav .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language ul a {
    background: rgba(0,32,93,0.8);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 8px;
    display: block;
    margin-top: 1px;
}
.top-nav .language ul a:hover {
    background: rgba(147,24,21,0.8);
}
.func-menu {
    float: right;
}
.func-menu > li {
    position: relative;
}
.func-menu > li.contact:before {
    display: none;
}
.func-menu > li > a {
    width: 84px;
    padding: 5px 12px;
    transform: skew(-12deg);
    color: #0C1F33;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    border-left: 1px solid #C3C3C3;
}
.func-menu > li > a:hover {
    color: #045597;
}
.func-menu > li > a .ic {
    display: block;
    font-size: 20px;
}
.func-menu > li > a .txt {
    display: block;
    transform: skew(12deg);
}
.func-menu > li.contact {
    position: relative;
    height: 52px;
    margin-left: -6px;
}
.func-menu > li.contact > a {
    background: url('../../images/common/gocart_bg.png') no-repeat;
    color: #fff;
    font-size: 13px;
    width: 152px;
    height: 52px;
    overflow: hidden;
    transform: skew(0);
    border-left: 0;
    white-space: nowrap;
    padding: 11px 10px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.func-menu > li.contact > a:hover {
    background-position: 0 100%;
    color: #B81F1B;
}
.func-menu > li.contact > a > * {
    display: inline-block;
    vertical-align: middle;
}
.func-menu > li.contact > a span {
    width: 90px;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    margin-left: 10px;
}
.func-menu > li.contact > a b {
    color: #D4B74E;
}
.func-menu > li.contact > a:hover b {
    color: #B81F1B;
}
.site-nav {
    position: relative;
    z-index: 10;
    padding: 30px 0;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 30px;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 12px 0;
    border-color: transparent #d7bb53 transparent transparent;
}
.site-nav .menu > li > a {
    color: #fff;
    font-family: 'Noto Serif TC' ;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.18em;
    margin: 0 auto;
    padding: 8px 12px;
    border: 3px solid transparent;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #022465;
    border-color: #AE9326;
    background: url('../../images/common/menu_bg.png') #DDC55E;
}
.site-nav .menu > li > a small {
    display: inline-block;
    width: 70px;
    color: #D4B74E;
    font-family: 'Gentium Basic', serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-align: left;
}
.site-nav .menu > li > a:hover small,
.site-nav .menu > li.active > a small {
    color: #fff;
}
.site-nav .menu ul {
    display: none;
    border: 3px solid #AE9326;
    background: url('../../images/common/menu_bg.png');
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    position: relative;
}
.site-nav .menu ul li+li {
    background: url('../../images/common/menu_shadow.png') 50% 0 no-repeat;
}
.site-nav .menu ul li a {
    background: rgba(255,255,255,0.15);
    color: #665517;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 16px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    background: url('../../images/common/menu_bg2.png');
    color: #F2F2F2;
}
.site-nav .menu ul ul li a {
    background: rgba(255,255,255,0.3);
}
.site-header .mCSB_outside+.mCSB_scrollTools {
    right: -5px;
}
.nav-layout {
    position: fixed;
    z-index: 180;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/common/menu_bg.png) #DDC55E;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-layout.active {
    left: 360px;
}
.nav-layout .mCSB_inside > .mCSB_container {
    margin-right: 24px;
}
.nav-layout .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.nav-layout .mCSB_scrollTools {
    right: -18px;
}
.mmenu-show .nav-layout {
    display: none;
}
.nav-layout ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.nav-layout ul li+li {
    background: url('../../images/common/menu_shadow.png') 50% 0 no-repeat;
    background-size: 100% 6px ;
}
.nav-layout ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 10px 20px;
}
.nav-layout ul li a:hover,
.nav-layout ul li.active > a {
    background: url(../../images/common/menu_bg2.png) #a60000;
    color: #fff;
}
.nav-layout ul li.has-child > a:after {
    content: "\f107";
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 14px;
    top: 11px;
}
.nav-layout ul li.active > a:after {
    content: "\f106";
}
.nav-layout ul ul {
    display: none;
    padding: 15px 0;
    border: 0;
}
.nav-layout ul ul li+li {
    background: none;
}
.nav-layout ul ul li a {
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 4px 35px;
}
.nav-layout ul ul li a:hover,
.nav-layout ul ul li.active > a {
    color: #a20000;
    background: none;
    text-decoration: underline;
}
.nav-layout ul ul li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.nav-layout ul ul li a:hover:before,
.nav-layout ul ul li.active > a:before {
    background: #a20000;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.site-main {
    position: relative;
}
.main-top {
    position: relative;
    padding: 25px 0 0;
}
.main-title {
    color: #00205D;
    font-family: 'Noto Serif TC' ;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.18em;
    background: url('../../images/common/main_title_ic.png') 50% 0 no-repeat;
    padding: 68px 0 0;
    margin: 0;
}
.main-title-b{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.main-title-b:before,
.main-title-b:after{
    content: '|';
    display: inline-block;
}
.main-title small {
    display: block;
    color: #BFAA5B;
    font-family: 'Gentium Basic', serif;
    font-size: 16px;
    letter-spacing: 0.22em;
}
.main-content {
    padding: 25px 0 30px;
}
.content {
    margin: 0 auto;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-title {
    color: #045497;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0;
    margin: 0 0 50px;
    position: relative;
}
.content-title:before,
.content-title:after {
    content: '';
    display: block;
    border-width: 1px 0;
    border-style: solid;
    border-color: #D8D8D8 transparent #fff;
    position: absolute;
    left: 0;
    right: 0;
}
.content-title:before {
    top: 0;
}
.content-title:after {
    bottom: 0;
}
.content-title2 {
    color: #C6BEB6;
    font-family: 'Amiri', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 15px;
}
.content-title2:before,
.content-title2:after {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.content-title2:before {
    content: '[';
    margin-right: 20px;
}
.content-title2:after {
    content: ']';
    margin-left: 20px;
}
.shopping-title {
    margin-bottom: 10px;
}
.shopping-title span {
    background: #056CC0;
    color: #fff;
    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    padding: 5px 15px;
    margin: 0;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.has-border {
    border-top: 1px solid #D8D8D8;
    margin-top: 30px;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #858585;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #BFAA5B;
}
.content-breadcrumb {
    position: static;
    margin-bottom: 30px;
}
/*------------ / breadcrumb ------------*/
/*------------ content_nav ------------*/
.content-nav {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    background: #A8957B;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 60px;
}
.content-nav li {
    position: relative;
    margin: 0;
    letter-spacing: 0;
    padding: 0 8px;
}
.content-nav li + li:before {
    content: '';
    display: block;
    height: 16px;
    border-left: 1px solid #705641;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -8px;
}
.content-nav li a {
    display: block;
    color: #3F3024;
    padding: 10px 20px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    color: #782F10;
}
/*------------ / content_nav ------------*/
/*------------ site_footer ------------*/
.follow {
    padding: 50px 0 24px;
}
.follow .qrcode,
.follow .ibtn.fb-fans-page,
.follow .share-box {
    float: left;
    margin: 0 21px 21px 0;
}
.follow .share-box {
    background: #045597;
    width: 150px;
    height: 150px;
    padding: 25px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.follow .share-box .title {
    color: #eee;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Inder', sans-serif;
    line-height: 1.2;
    letter-spacing: 0.1em;
    width: 84px;
    margin-bottom: 12px;
}
.follow .share {
    letter-spacing: 2px;
}
.footer-links-list {
    float: right;
    width: calc(100% - 492px);
    margin: 0 -12px;
}
.footer-links-list .item {
    width: 50%;
    padding: 0 12px;
}
.footer-links-list .box {
    max-width: 450px;
    margin: 0 auto 20px;
    line-height: 150px;
    position: relative;
}
.footer-links-list .box .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.footer-links-list .pic {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    line-height: 1;
}
.footer-links-list .pic:before {
    content: '';
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(194,164,69,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-links-list .box:hover .pic:before {
    opacity: 1;
}
.footer-top {
    background: url('../../images/common/footer_bg.png');
    color: #ddd;
    font-size: 14px;
    line-height: 1.3;
    padding: 25px 0 15px;
}
.site-map {
    float: right;
    position: relative;
    border-right: 1px solid #2D3D75;
}
.site-map ul {
    float: left;
    width: 180px;
    border-left: 1px solid #2D3D75;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-map ul li + li {
    margin-top: 10px;
}
.site-map ul li a {
    position: relative;
    padding: 4px;
}
.site-map ul li a:hover {
    color: #DEC776;
}
.site-info {
    width: calc(100% - 760px);
    float: left;
}
.site-info a:hover {
    text-decoration: underline;
}
.site-info-list li {
    position: relative;
    padding: 10px 0 10px 55px;
    margin-bottom: 10px;
}
.site-info-list li a {
    display: inline-block;
}
.site-info-list li .ic {
    color: #ddd;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-bottom {
    text-align: center;
    color: #666;
    font-size: 12px;
    padding: 15px 0;
}
.footer-bottom a:hover {
    color: #921814;
    text-decoration: underline;
}
.footer-bottom .author {
    display: inline-block;
    margin: 0 10px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: relative;
    z-index: 100;
    transition: all .3s ease;
}
.floating .btn.gotop {
    display: block;
    background: url('../../images/common/gotop_bg.png');
    height: 50px;
    line-height: 1.3;
    color: #EDEDED;
    font-family: 'Inder', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-top: 6px;
}
.floating .btn.gotop:hover {
    background-image: url('../../images/common/gotop_bg_hover.png');
}
.floating .btn.gotop .ic {
    display: block;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0 3px;
    border: 1px solid #999;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin: 0 3px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #056CC0;
    border-color: #056CC0;
}
.pagination li a.controls {
    color: #fff;
    font-size: 26px;
    background: #056CC0;
    border-color: #056CC0;
}
.pagination li a.controls:hover {
    background: #AE9326;
    border-color: #AE9326;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    letter-spacing: 0.035em;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 0 15px;
}
.reminder span {
    display: inline-block;
    color: #A41A17;
}
.reminder .ic {
    color: #A41B17;
}
.form-wrap.type1 .reminder {
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    border: 0;
}
.form-wrap.type2 .reminder {
    border-bottom: 2px dotted #ddd;
    padding: 15px 10px;
    text-align: left;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 80px;
    max-width: none;
    box-sizing: border-box;
    padding: 0 24px;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 24px;
    margin: 0;
    z-index: 1;
    padding: 0 5px;
    border-radius: 0;
}
.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #056CC0;
    border-radius: 50%;
    position: absolute !important;
    z-index: 3;
    top: 4px;
}
.qty-box .btn:hover {
    background: #A41B17;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    color: #444;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #C2A445;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #A41B17;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 4px;
}
.form-wrap {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type2 {
    max-width: 510px;
    border: 1px solid #CCC;
    border-radius: 14px;
    padding: 0 10px;
}
.form-box {
    padding: 30px 0 15px;
    margin: 0 auto;
}
.form-wrap.type1 .form-box,
.form-wrap.type3 .form-box {
    max-width: 956px;
}
.form-wrap.type2 .form-box {
    padding: 25px 5% 30px;
    max-width: 342px;
}
.form-wrap.type2 .btn-box {
    padding-top: 10px;
}
.form-box .row {
    margin: 0 -1.5%;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 1.5%;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '\e90e';
    display: inline-block;
    vertical-align: middle;
    font-family: 'icon-font-40' !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: #A41B17;
    position: absolute;
    left: 0;
    top: 8px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 30px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    line-height: inherit;
    float: left;
    clear: left;
    position: relative;
    padding-left: 20px;
    width: 140px;
}
.form-wrap.type2 .control-label {
    display: none;
}
.form-box .control-label:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}
.form-box .control-box {
    position: relative;
    margin-left: 175px;
}
.form-wrap.type2 .control-box {
    margin-left: 0;
}
.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: #AE9326;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #A41B17;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-box .captcha a:hover .ic {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .account .control-label {
    float: left;
}
.form-wrap.type2 .form-box .account .control-label {
    display: block;
    padding-left: 5px;
    width: 120px;
}
.form-box .account .control-box {
    margin-left: 150px;
}
.form-wrap.type2 .form-box .account .control-box {
    margin-left: 130px;
}
.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: 130px;
}
.form-box .name2 .radio-box {
    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: #AE9326;
    font-size: 12px;
    padding: 0 5px;
}
.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 .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: 14px;
    height: 14px;
    margin: 0 0 4px;
}
.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 {
    text-align: center;
    margin-top: 20px;
}
.success-box {
    text-align: center;
}
.success-msg {
    background: #C2A445;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 6px 16px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto 30px;
}
.success-msg b {
    color: #A41A17;
    font-weight: bold;
}
.success-txt {
    color: #838383;
    padding-bottom: 10px;
}
.success-txt span {
    color: #A41A17;
}
.success-txt a {
    text-decoration: underline;
    color: #A41A17;
}
.success-txt a:hover {
    color: #C2A445;
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-box {
    background: #161109;
    padding: 40px 0;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h th,
.table-h td {
    border: 1px solid #ddd;
}
.table-h thead th {
    color: #fff;
    background: #777;
    font-weight: normal;
    padding: 12px;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table span {
    color: #A41B17;
}
.table-v {
    font-size: 13px;
    border: 1px solid #ddd;
}
.table-v tr + tr {
    border-top: 1px solid #ddd;
}
.table-v th,
.table-v td {
    padding: 10px 20px;
    vertical-align: middle;
}
.table-v th {
    background: #777;
    text-align: left;
    width: 190px;
    color: #fff;
    font-weight: normal;
    position: relative;
}
.table-v td {
    color: #444;
}
.table-v b {
    color: #A41B17;
}
.table-v span {
    color: #9F7F57;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
.fancybox-overlay .lightbox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 8040;
    top: 20px;
    right: 20px;
}
.fancybox-overlay .lightbox-close:hover {
    opacity: 0.5;
}
.fancybox-album .fancybox-skin {
    background: none;
    margin: 0 100px 0;
    border-radius: 0;
}
.fancybox-album.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-overlay .lightbox-prev,
.fancybox-overlay .lightbox-next {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 80px;
    height: 40px;
    position: fixed;
    z-index: 8040;
    top: 50%;
    margin-top: -20px;
}
.fancybox-overlay .lightbox-prev {
    background-position: 0 0;
    left: 20px;
}
.fancybox-overlay .lightbox-next {
    background-position: 100% 0;
    right: 20px;
}
.fancybox-overlay .lightbox-prev:hover {
    background-position: 0 100%;
}
.fancybox-overlay .lightbox-next:hover {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0.05em;
    padding-top: 8px;
}
.fancybox-album .photo-pager {
    float: right;
    color: #2692FF;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-style: italic;
    padding: 7px 10px;
}
.fancybox-album .photo-pager span {
    color: #fff;
}
.fancybox-album .photo-title {
    background: #004290;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}
.fancybox-album .photo-intro{
    background:#fff;
    padding:15px;
}
.fancybox-overlay.fancybox-overlay-fixed{
    background: rgba(0,0,0,0.9)!important;
}
body .fancybox-skin {
    background: #045597;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
}
.fancybox-wrap,.fancybox-wrap *{
    max-width: 100%;
}
.fancybox-album .fancybox-skin {
    background: none;
    margin: 0 0px 0;
    border-radius: 0;
    box-shadow: 0 0 0;
}
/*------------ fancybox ------------*/
body .fancybox-close{
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 8050;
    top: 20px;
    right: 20px;
}
.fancybox-overlay .lightbox-close:hover {
    opacity: 0.5;
}
body .fancybox-image {
    padding: 0 5px;
    box-sizing: border-box;
}
body .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 80px;
    height: 40px;
    position: fixed;
    z-index: 8040;
    top: 50%;
    margin-top: -20px;
}
body .fancybox-prev span {
    background-position: 0 0;
    left: 20px;
}
body .fancybox-next span {
    background-position: 100% 0;
    right: 20px;
}
body .fancybox-prev:hover span{
    background-position: 0 100%;
}
body .fancybox-next:hover span{
    background-position: 100% 100%;
}
body .fancybox-title {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0.05em;
    padding-top: 8px;
}
.photo-pager {
    float: right;
    color: #2692FF;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-style: italic;
    padding: 7px 10px;
}
.photo-pager b {
    color: #fff;
}
.photo-title {
    background: #01215D;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav > li+li {
    border-top: 0;
}
/* 手機版主選單樣式3 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #03286E;
}
/* 手機版主選單樣式3 end */
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #417dc5;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #2561a9;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #2561a9;
}
.mmenu-show #mobile-search .form-control {
    color: #333;
}
.mmenu-show #mobile-menu .share-menu {
    background: #03286E;
}
.mmenu-show #mobile-menu .share .btn {
    margin: 0 3px;
    line-height: 34px;
}
.no-svg .mmenu-show #mobile-search .ibtn.search{
    background: url(../../images/common/mobile_search_btn.svg);
}
/* 手機版主選單樣式3 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show .toggle-mmenu-cover {
    top: 60px;  
}
.mmenu-show #mobile-menu.mobile-menu-type3 .language-menu {
    background: #03286E;
    color: #FFF;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .main-menu {
    background: #03286E;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    background: #35538B;
    color: rgba(255,255,255,0.5);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    color: rgba(255,255,255,0.5);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.active > a {
    background: #35538B;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li.active > a {
    color: rgba(255, 255, 255, 1);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    background: #35538B;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn{
    background: #35538B;
    color: #FFF;
    border-radius: 50%;
    line-height: 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    padding: 10px 0;
}
.mmenu-show #mobile-menu .language ul li a:hover {
    opacity: 0.7;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control {
    background: rgba(255,255,255,0.1);
    color: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control::placeholder {
    color: #FFF;
    opacity: 0.4;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-left: 9px;
    box-sizing: border-box;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'icon-font' !important;
    content: "\e901";
    z-index: -1;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    background: #03286E;
}
.mmenu-show #mobile-search.mobile-search-type3 .ibtn.search {
    background: unset;
}
/* 手機版主選單樣式3 end */
@media screen and (max-width: 1620px) {
/*------------ site_footer 1620 ------------*/
    .follow {
        text-align: center;
    }
    .follow .qrcode,
    .follow .ibtn.fb-fans-page,
    .follow .share-box,
    .footer-links-list {
        float: none;
    }
    .follow .qrcode,
    .follow .ibtn.fb-fans-page,
    .follow .share-box {
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 20px;
    }
    .footer-links-list {
        width: auto;
        max-width: 940px;
        margin: 0 auto;
    }
    .footer-links-list .box {
        line-height: 1;
    }
/*------------ / site_footer 1620 ------------*/
}
@media screen and (max-width: 1520px) {
/*------------ site_footer 1520 ------------*/
    .footer-top .container {
        max-width: 900px;
    }
    .site-info,
    .site-map {
        float: none;
        width: auto;
        overflow: hidden;
    }
    .site-map {
        margin-top: 15px;
    }
    .site-map ul {
        width: 25%;
    }
/*------------ / site_footer 1520 ------------*/
}
@media screen and (max-width: 1440px) {
/*------------ site_header 1440 ------------*/
    .wrapper {
        margin-left: 280px;
    }
    .site-header {
        width: 280px;
    }
    .site-title {
        padding: 30px 0 25px;
    }
    .site-title .logo {
        width: 124.79px;
        height: 300px;
    }
    .top-nav {
        left: 280px;
    }
    .nav-layout {
        width: 280px;
    }
    .nav-layout.active {
        left: 280px;
    }
/*------------ / site_header 1440 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1200 ------------*/
    .func-menu {
        margin-right: -15px;
    }
    .func-menu > li > a {
        letter-spacing: 0.03em;
        width: auto;
        min-width: 50px;
    }
    .top-nav .container {
        padding: 0 15px;
    }
/*------------ / site_header 1200 ------------*/
}
@media screen and (max-width: 1000px) {
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        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隱私權手機板 ---*/
    /*------------ basic 1000 ------------*/
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式3 start */
        padding-top: 60px;
        /* 手機版主選單樣式3 end */
    }
    /*------------ / basic 1000 ------------*/
    /*------------ site_header 1000 ------------*/
    .site-header {
        position: relative;
        width: auto;
    }
    /* 手機版主選單樣式3 start */
    .site-title.site-title-type3{
        position: fixed;
        width: auto;
        height: 60px;
        top: 0;
        left: 0;
        background: transparent;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;  
        padding-left: 16px;
        z-index: 601;
    }
    .site-title .logo {
        background: url(../../images/common/logo_m2.png) 50% 0 no-repeat;
        background-size: contain;
        width: 154px;
        height: 40px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式3 end */
    .site-nav,
    .top-nav,
    .nav-layout {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-bottom {
        padding-bottom: 40px;
    }
    .site-map {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        z-index: 400;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
    }
    .floating .btn.gotop .ic{
        display: none;
    }
    .floating .btn.gotop * {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ form 900 ------------*/
    .form-box .col {
        width: 100%;
    }
/*------------ / form 900 ------------*/
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
/*------------ site_main 767 ------------*/
    .main-title {
        -webkit-background-size: 80px auto;
        background-size: 80px auto;
        padding-top: 54px;
        font-size: 24px;
    }
    .main-title small {
        font-size: 13px;
    }
    .content-title {
        margin-bottom: 30px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        position: static;
        text-align: right;
        margin-bottom: 10px;
    }
    .content-breadcrumb {
        text-align: left;
        margin-bottom: 25px;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
        display: block;
        border: 0;
        padding: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ site_footer 767 ------------*/
    .follow {
        padding: 30px 0 15px;
    }
    .follow .share-box,
    .footer-links-list {
        display: none;
    }
    .follow .qrcode, 
    .follow .ibtn.fb-fans-page {
        width: 120px;
        height: 120px;
        margin: 0 3px 5px;
    }
    .follow .ibtn.fb-fans-page {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
/*------------ / site_footer 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 24px;
    }
    .form-box {
        padding: 20px 0 15px;
    }
    .form-wrap .form-box .control-label {
        position: relative;
        pointer-events: visible;
        width: auto;
        float: none;
        display: block;
    }
    .form-box .control-label:after {
        display: none;
    }
    .form-box .control-box {
        margin-left: 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 .form-box .tips {
        min-height: 0;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h tr {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
    }
    .table-h tr {
        padding: 10px 15px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
        border: 0;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-overlay .lightbox-close {
        position: absolute;
        right: 50%;
        top: 8px;
        margin-right: -20px;
    }
    .fancybox-overlay .lightbox-prev,
    .fancybox-overlay .lightbox-next {
        position: absolute;
        margin: 0;
        top: 8px;
    }
    .fancybox-overlay .lightbox-prev {
        left: 15px;
    }
    .fancybox-overlay .lightbox-next {
        right: 15px;
    }
    /*- test -*/
    body .fancybox-image {
        padding: 0 5px;
        box-sizing: border-box;
    }
    body .fancybox-nav span {
        visibility: visible;
        background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
        width: 80px;
        height: 40px;
        position: fixed;
        z-index: 8040;
        top: 30px;
        margin-top: -20px;
    }
    body .fancybox-prev span {
        background-position: 0 0;
        left: 20px;
    }
    body .fancybox-next span {
        background-position: 100% 0;
        right: 20px;
    }
    body .fancybox-prev:hover span{
        background-position: 0 100%;
    }
    body .fancybox-next:hover span{
        background-position: 100% 100%;
    }
    body .fancybox-title {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: 0.05em;
        padding-top: 8px;
    }
    body .fancybox-close{
        right: calc(50% - 20px);
        top:10px;
    }
    .fancybox-wrap{
        top:60px!important;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 600px) {
/*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 0;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        border-width: 0 0 1px;
    }
/*------------ / table 600 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}