@charset 'utf-8';
/*製作時刪除*/
.site-nav .menu > li:nth-last-child(-n+6) {
    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: #725233;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.1em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #008B9F;
    letter-spacing: 0;
}
.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:#008B9F;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ / basic ------------*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    background: #008BA1;
    border-radius: 50%;
}
.share .btn.facebook:hover { background: #3B5999; }
.share .btn.plurk:hover    { background: #FF5C26; }
.share .btn.google:hover   { background: #D93600; }
.share .btn.twitter:hover  { background: #26C9FF; }
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat 0 0; 
    background-size: cover;
    width: 345px;
    height: 116px;
}
.ibtn.fb-fans-page:hover {
    background-position: 0 100%;
}
.btn.back {
    color: #60370A;
    font-size: 14px;
    letter-spacing: 0.06em;
}
.btn.back:hover {
    color: #FA9101;
}
.btn.back .ic {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FAE29A;
    text-align: center;
    color: #61370A;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.btn.back:hover .ic {
    background: #FABA1D;
    color: #fff;
}
.btn.simple {
    background: #F7ECD7;
    border: 1px solid #C2A88B;
    color: #8D643F;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
}
.btn.simple:hover {
    background: #FDE7A4;
    color: #03A1B8;
}
.btn.simple .ic {
    vertical-align: middle;
    margin-bottom: 4px;
}
.btn.simple2 {
    background: #FD9731;
    color: #fff;
    font-family: 'Signika Negative', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
}
.btn.simple2:hover {
    background: #FF5C2D;
}
.btn.normal {
    border: 1px solid #D0BCA6;
    background: #fff;
    width: 126px;
    height: 30px;
    line-height: 28px;
    color: #BC966B;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 10px;
}
.btn.normal:hover {
    background: #FDE7A4;
    color: #03A1B8;
}
.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #008B9F;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: url('../../images/common/border_h.png') repeat-x , url('../../images/common/body_bg.png');
    padding: 5px 0 40px;
}
.site-header .container {
    max-width: 1440px;
    padding: 0;
}
.site-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 48px 0 28px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50%  no-repeat;
    background-size: contain;
    width: 344px;
    height: 120px;
    transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.site-header .search-box {
    position: absolute;
    right: 0;
    top: 100px;
    width: 250px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-header .search-box:before {
    content: 'Search:';
    color: #8C510C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: absolute;
    left: 0;
}
.site-header .search-box .form-control {
    border-color: #ccc;
    margin: 0;
}
.site-header .search-box .form-control:focus {
    border-color: #FF683E;
}
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}
.site-header .search-box .btn.search:hover {
    color: #B20000;
}
.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}
.site-header .language {
    position: relative;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li a {
    display: block;
    background: #F99602;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}
.site-header .language li a:hover {
    background: #6A4113;
}
.site-nav {
    background: url('../../images/common/pattern.png');
    clear: both;
    padding: 0 5px;
}
.site-nav > *,
.submenu > * {
    display: inline-block;
    vertical-align: middle;
}
.submenu {
    text-align: left;
}
.submenu > * {
    margin-left: 12px;
}
.site-nav .menu {
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    background: url('../../images/common/border_dot_v.png') 100% 50% no-repeat;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    width: 120px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 5px 10px;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li > a:hover {
    color: #F94002;
}
.site-nav .menu > li > a .icon {
    display: block;
    background-image: url('../../images/common/menu_ic.svg');
    width: 70px;
    height: 46px;
    margin: 0 auto;
}
.no-svg .site-nav .menu > li > a .icon {
    background-image: url('../../images/common/menu_ic.png');
}
.site-nav .menu > li > a .icon.i1  { background-position:      0 0; }
.site-nav .menu > li > a .icon.i2  { background-position:  -70px 0; }
.site-nav .menu > li > a .icon.i3  { background-position: -140px 0; }
.site-nav .menu > li > a .icon.i4  { background-position: -210px 0; }
.site-nav .menu > li > a .icon.i5  { background-position: -280px 0; }
.site-nav .menu > li > a .icon.i6  { background-position: -350px 0; }
.site-nav .menu > li > a .icon.i7  { background-position: -420px 0; }
.site-nav .menu > li > a .icon.i8  { background-position: -490px 0; }
.site-nav .menu > li > a .icon.i9  { background-position: -560px 0; }
.site-nav .menu > li > a .icon.i10 { background-position: -630px 0; }
.site-nav .menu > li > a:hover .icon {
    position: relative;
    top: -5px;
}
.site-nav .menu > li > a:hover .icon.i1  { background-position:      0 100%; }
.site-nav .menu > li > a:hover .icon.i2  { background-position:  -70px 100%; }
.site-nav .menu > li > a:hover .icon.i3  { background-position: -140px 100%; }
.site-nav .menu > li > a:hover .icon.i4  { background-position: -210px 100%; }
.site-nav .menu > li > a:hover .icon.i5  { background-position: -280px 100%; }
.site-nav .menu > li > a:hover .icon.i6  { background-position: -350px 100%; }
.site-nav .menu > li > a:hover .icon.i7  { background-position: -420px 100%; }
.site-nav .menu > li > a:hover .icon.i8  { background-position: -490px 100%; }
.site-nav .menu > li > a:hover .icon.i9  { background-position: -560px 100%; }
.site-nav .menu > li > a:hover .icon.i10 { background-position: -630px 100%; }
.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}
.site-nav .menu > li > ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}
.site-nav .menu ul li a {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    background: rgba(255,255,255,0.85);
    margin-bottom: 1px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
/*------------ / site_header ------------*/
/*------------  header-fixed ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
}
.wrapper{
    padding-top: 341px;
}
.site-header , .site-title .logo , .site-title{
    transition: all .3s ease;
}
.header-fixed .site-header {
    padding: 0;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    overflow: visible;
}
.header-fixed .submenu>* {
    display: inline-block;
    margin: 0;
}
.header-fixed .site-title {
    padding: 18px 0 0;
}
.header-fixed .site-title .logo {
    width: 150px;
    height: 50px;
}
.header-fixed .top-nav {
    top: 15px;
}
.header-fixed .site-nav .menu{
    padding: 0 3px;
    background: none;
}
.header-fixed .site-nav .menu>li>a {
    padding: 23px 16px 18px;
    width: auto;
}
.header-fixed .site-nav .menu>li>a .icon {
    display: none;
}
.header-fixed .site-header .search-box:before {
    top: 3px;
}
.header-fixed .site-nav:before{
    display: none;
}
.header-fixed .site-nav {
    text-align: left;
    top: -52px;
    margin-bottom: -52px;
    position: relative;
    left: 150px;
    background: none;
}
.header-fixed .site-header .search-box {
    display: none;
}
.header-fixed .gocart > a::before{
    width: 83px;
    height: 55px;
}
.header-fixed .gocart > a .ic{
    font-size: 20px;
}
.header-fixed .gocart>a {
    font-size: 23px;
    line-height: 30px;
}
.header-fixed .submenu {
    display: none;
}
/*------------ / header-fixed ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    padding-bottom: 46px;
}
.banner:before {
    content: '';
    background: url('../../images/common/banner_bg.png');
    position: absolute;
    z-index: 0;
    top: 20%;
    bottom: 14px;
    left: 0;
    right: 0;
}
.banner:after {
    content: '';
    background: url('../../images/common/banner_deco.png') 50% 100% no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}
.banner  img,
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-content {
    padding: 65px 0 70px;
}
.content {
    min-height: 300px;
    padding: 0 35px 30px;
    box-sizing: border-box;
}
.content-top {
    background: url('../../images/common/pattern.png');
    margin: 0 -35px 35px;
    padding: 20px 35px;
}
.main-title .main-title-b{
    color: #5F370A;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.main-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 33px;
    height: 36px;
    margin: 0 10px 2px 0;
}
.main-title span {
    display: inline-block;
    vertical-align: middle;
    color: #FF410C;
    font-size: 17px;
    margin-bottom: 2px;
    margin-left: 15px;
}
.main-title .content-title-b{
    margin: 0;
    font-size: 17px;
    display: inline-block;
}
.main-title .ic {
    vertical-align: middle;
    font-size: 0.8em;
    margin: 0 6px 3px 0;
}
.content-title {
    color: #6A4B2F;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}
.content-title:before {
    content: '';
    display: block;
    background: url('../../images/common/content_title_ic.svg') no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
}
.content-title:before {
    background-image: url('../../images/common/content_title_ic.png');
}
.content-title small {
    display: block;
    color: #FBA41A;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: -42px;
    padding-left: 42px;
}
.shopping-title .en {
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    border: 1px solid #8D643F;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shopping-title .ic-wrap .ic {
    font-size: 20px;
    color: #8D643F;
    vertical-align: middle;
    margin: 0 0 4px;
}
.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.align-left {
    text-align: left;
}
.btn-box.has-border {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 15px;
    padding-top: 40px;
}
.warning-sect {
    padding-bottom: 50px;
}
.site-info {
    border: 3px solid #F7ECD7;
    padding: 15px 10px;
    border-radius: 12px;
    letter-spacing: 0.06em;
    margin-top: 30px;
}
.site-info .title {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    background: url('../../images/common/siteinfo_title.png') no-repeat;
    width: 216px;
    height: 64px;
    margin: 0 auto 15px;
}
.site-info-weekday {
    display: inline-block;
    background: #FDE7A4;
    color: #008B9F;
    font-size: 13px;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 12px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-info-time {
    color: #008BA1;
    font-size: 21px;
    font-weight: bold;
}
.site-info-list li {
    position: relative;
    padding-left: 12px;
}
.site-info-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.site-info-list li a {
    display: inline;
}
.site-info-list li a:hover {
    text-decoration: underline;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px 0 0 10px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #FF410C;
}
.content-breadcrumb-box {
    margin: 0 auto 30px;
}
.content-breadcrumb-box .breadcrumb {
    float: none;
    display: inline-block;
    background: #FDE7A4;
    color: #008BA0;
    border-radius: 6px;
    padding: 2px 12px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.has-side .content-wrapper {
    background: url('../../images/common/border_dot_v.png') 274px 0 repeat-y;
}
.side {
    float: left;
    width: 240px;
}
.has-side .content {
    float: right;
    width: calc(100% - 276px);
}
.side-title {
    background: url('../../images/common/side_title_bg.png') no-repeat;
    width: 196px;
    height: 196px;
    color: #5F370A;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-top: 92px;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-title small {
    display: block;
    color: #FF3F00;
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.side-nav-top {
    border-bottom: 2px solid #FDE7A4;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 20px 10px;
    margin: 0 auto 25px;
}
.side-nav-top li a {
    color: #02A0B8;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 24px 3px 0;
}
.side-nav-top li a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 6px;
}
.side-nav-top li a:hover {
    color: #FF5C2D;
    text-decoration: underline;
}
.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}
.side-nav {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: right;
    margin: 0 auto 25px;
}
.side-nav > li {
    margin-bottom: 14px;
}
.side-nav > li > a {
    background: #F7ECD7;
    color: #5F370A;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 44px 6px 20px;
    border-radius: 15px;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;
    background: #FF5C2D;
}
.side-nav > li > a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
}
.side-nav > li > a:hover:after,
.side-nav > li.active > a:after {
    color: #F7D05C;
}
.side-nav ul {
    display: none;
    padding: 10px 0 0;
}
.side-nav ul li a {
    color: #916E47;
    font-size: 14px;
    padding: 2px 44px 2px 18px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #FF5B2C;
    text-decoration: underline;
}
.side-nav ul li a:after {
    content: ' -';
    position: absolute;
    top: 1px;
    right: 30px;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    background: url('../../images/common/border_h.png');
    padding-top: 5px;
    position: relative;
    margin-top: 30px;
}
.site-footer:before {
    content: '';
    display: block;
    background: url('../../images/common/footer_deco.png') no-repeat;
    width: 247px;
    height: 107px;
    position: absolute;
    right: 50%;
    top: -88px;
    margin-right: -700px;
}
.footer-top {
    background: url('../../images/common/footer_bg.png');
    padding: 30px 0;
}
.follow-box {
    float: left;
    padding: 5px 0;
}
.follow {
    border: 3px solid #FCD663;
    background: #fff;
    border-radius: 10px;
    padding: 9px;
    margin-right: 15px;
}
.follow-box > *,
.follow > * {
    display: inline-block;
    vertical-align: top;
}
.follow-box > * {
    margin-top: 5px;
    margin-bottom: 5px;
}
.follow .share {
    width: 120px;
    background: url('../../images/common/share_deco.png') 50% 100% no-repeat;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 -5px;
}
.follow .share .btn {
    margin: 2px 0 3px;
}
.site-map {
    float: right;
    width: calc(100% - 750px);
    background: url('../../images/common/sitemap_divider.png') 100% 0 no-repeat;
    overflow: hidden;
}
.site-map ul {
    background: url('../../images/common/sitemap_divider.png') no-repeat;
    float: left;
    width: 33.33%;
    padding: 10px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-map ul li {
    padding: 3px 0;
}
.site-map ul li a:hover {
    color: #E20011;
}
.footer-bottom {
    background: #E20011;
    color: #ddd;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
}
.footer-bottom a:hover {
    color: #F9DF85;
    text-decoration: underline;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
    width: 53px;
    height: 121px;
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}
.btn.logout:hover {
    background: #B20000;
}
.content-nav {
    margin-top: 30px;
    text-align: center;
}
.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    color: #000;
}
.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.content-nav li a:hover .ic,
.content-nav li.active > a .ic {
    background: #B20000;
    color: #fff;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #61370A;
    font-size: 13px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #FA9101;
}
.pagination li a.controls {
    background: #FAE29A;
    font-size: 1.2em;
    padding: 0;
    line-height: 28px;
    border-radius: 50%;
}
.pagination li a.controls:hover {
    background: #FABA1D;
    color: #fff;
}
.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #725233;
    font-size: 14px;
    text-align: center;
    margin: 0 0 35px;
}
.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 40px;
    border: 1px solid #DDD;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #FD9731;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    border-radius: 15px 0 0 15px;
}
.qty-box .add {
    right: 0;
    border-radius: 0 15px 15px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #FF683E;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #FF5C2D;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    background: url('../../images/common/border_dot_h.png') repeat-x;
}
.form-title {
    color: #03A1B8;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}
.form-box {
    margin: 0 auto;
    padding: 25px 0;
}
.form-wrap.type2 {
    padding-top: 40px;
}
.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type3 .form-box {
    max-width: 830px;
}
.form-box .row {
    margin: 0 -2%;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '必填';
    display: inline-block;
    color: #03A1B8;
    font-size: 13px;
    line-height: 18px;
    padding: 0 6px;
    background: #FDE7A4;
    border-radius: 8px;
    margin-left: 8px;
}
.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #725233;
    font-size: 14px;
    line-height: inherit;
    padding-left: 4px;
}
.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;
    width: 50%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF5C2D;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    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: inherit;
    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: #BBA273;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}
.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: 60px;
}
.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 {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 25px;
    padding-top: 35px;
}
.success-wrap.type2 {
    background: #fff;
    border: 4px solid #FABE00;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #5F370A;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 20px;
}
.success-msg span {
    color: #F89600;
    font-weight: normal;
}
.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}
.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}
.success-txt {
    line-height: 1.65;
}
.success-txt b {
    font-size: 16px;
}
.success-txt a {
    text-decoration: underline;
    color: #FF5A2C;
}
.success-txt a:hover {
    text-decoration: none;
    color: #F89600;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    font-size: 13px;
}
.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 thead th {
    background: #F7ECD7;
    color: #8C643F;
    padding: 8px 12px;
}
.table-h thead,
.table-h tbody {
    border-top: 1px solid #DCDCDC;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table th span,
.table td span {
    color: #FF5C2D;
}
.table-v {
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}
.table-v th {
    background: #F7ECD7;
    color: #8C643F;
    text-align: center;
    width: 120px;
    position: relative;
}
.table-v tr + tr {
    border-top: 1px solid #DCDCDC;
}
.table-v strong {
    color: #FF5A2C;
}
.table-v b {
    color: #C3975C;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 35px;
    height: 35px;
    right: -5px;
    top: -40px;
}
.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 40px 60px 70px;
    border: 3px solid #FABE00;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-album.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.svg');
    width: 41px;
    height: 41px;
    margin-top: -20px;
    visibility: visible;
}
.no-svg .fancybox-album .fancybox-nav span {
    background-image: url('../../images/common/album/lightbox_arrow.svg');
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    color: #878787;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6;
}
.fancybox-album .photo-title {
    color: #5F370A;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    background: url('../../images/common/album/title_ic.png') 5px 0 no-repeat;
    padding-left: 32px;
    margin-bottom: 10px;
    min-height: 21px;
}
.fancybox-album .photo-pager {
    float: right;
    color: #E25445;
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 6px;
}
.fancybox-album .photo-intro {
    background: url('../../images/common/border_dot2_h.png') repeat-x;
    padding: 10px;
}
body #fancybox-thumbs ul li,
body #fancybox-thumbs ul li.active {
    opacity: 1;
}
body #fancybox-thumbs ul li a {
    border: 2px solid #E54849;
    background: #fff;
}
body #fancybox-thumbs ul li.active a {
    border-color: #FABE00;
}
/*------------ / lightbox ------------*/
/* 手機版主選單樣式3 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #member-box li a {
    background: #fabe00;
}
.mmenu-show #mobile-search-btn{
    background: #FCD763;
}
.mmenu-show #mobile-search{
    background: #FCD763;
}
/* 手機版主選單樣式3 end */
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fcde7f;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #FF410C;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav > li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #FF410C;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #ff420d;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    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;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
/* 手機版主選單樣式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: #FCD763;
    color: #5F370A;
}
.mmenu-show #mobile-menu .language ul li a:hover {
    color: #008B9F;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .main-menu {
    background: #FCD763;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #5F370A;
    font-weight: bold;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    background: #FEEFC0;
    color: #5F370A;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    color: #5F370A;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.active > a {
    background: #FEEFC0;
    color: #008B9F;
}
.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: #008B9F;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    background: #FEEFC0;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    border-top: 1px solid rgba(255,255,255,0.5);
    background: #FCD763;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn{
    background: #008B9F;
    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.mobile-menu-type3:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../../images/common/border_h.png) repeat-x , url(../../images/common/body_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.has-child > .toggle-submenu {
    color: #998d8a;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control {
    background: #FEEFC0;
    color: #7B5A35;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control::placeholder {
    color: #7B5A35;
    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: #7B5A35;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    background: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../../images/common/border_h.png) repeat-x , url(../../images/common/body_bg.png);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 li {
    border-left: 0px solid #DDD;
}
.mmenu-show #mobile-search.mobile-search-type3:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../../images/common/border_h.png) repeat-x , url(../../images/common/body_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box-title {
    color: #7B5A35;
}
/* 手機版主選單樣式3 end */
@media screen and (max-width: 1470px) {
/*------------ site_header 1470 ------------*/
    .site-title {
        padding-left: 15px;
    }
    .site-header .search-box {
        top: 80px;
        right: 15px;
    }
    .submenu {
        position: absolute;
        top: 120px;
        right: 15px;
    }
    .site-nav {
        text-align: center;
    }
    .site-nav .menu > li:nth-child(n+10) {
        background: none;
    }
    .site-nav .menu > li > a {
        width: 110px;
    }
/*------------ / site_header 1470 ------------*/
/*------------ site_footer 1470 ------------*/
    .site-footer:before {
        right: 15px;
        margin-right: 0;
    }
/*------------ / site_footer 1470 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_header 1280 ------------*/
    .site-nav .menu > li > a {
        width: 100px;
    }
/*------------ / site_header 1280 ------------*/
/*------------ site_footer 1280 ------------*/
    .site-map {
        width: calc(100% - 600px);
    }
/*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .site-nav .menu > li > a {
        width: 88px;
        font-size: 15px;
    }
/*------------ / site_header 1120 ------------*/
/*------------ site_footer 1120 ------------*/
    .footer-top {
        text-align: center;
        padding: 20px 0;
    }
    .follow-box,
    .site-map {
        float: none;
        width: auto;
    }
    .follow-box {
        padding: 0;
    }
    .follow-box > *{
        margin: 3px 5px;
    }
    .site-map  {
        max-width: 600px;
        margin: 10px auto 0;
    }
/*------------ / site_footer 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .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隱私權手機板 ---*/
    /*------------ site_header 1000 ------------*/
    .site-header,.header-fixed .site-header {
        position: relative;
        padding: 0;
        /* z-index: 300; */
    }
    .wrapper{
        /* 手機版主選單樣式3 start */
        padding-top: 60px;
        /* 手機版主選單樣式3 end */
    }
    /* 手機版主選單樣式3 start */
    .site-title.site-title-type3{
        box-shadow: 0 0 0;
        position: fixed;
        float: none;
        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,
    .header-fixed .site-title .logo {
        background: url(../../images/common/logo_m.png) 50% 0 no-repeat;
        background-size: contain;
        width: 143px;
        height: 50px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式3 end */
    .site-header .search-box,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-top: 30px;
    }
    .content {
        padding: 0;
    }
    .side {
        display: none;
    }
    .has-side .content{
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content-wrapper {
        background: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map {
        display: none;
    }
    .follow .share {
        display: none;
    }
    .footer-bottom {
        padding-bottom: 35px;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / 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 ------------*/
/*------------ / site_main 767 ------------*/
/*------------ banner 1000 ------------*/
    .banner:before {
        bottom: 8px;
    }
    .banner:after {
        height: 30px;
        -webkit-background-size: auto 30px;
        background-size: auto 30px;
    }
    .banner {
        padding-bottom: 30px;
    }
/*------------ / banner 1000 ------------*/
/*------------ site_main 767 ------------*/
    .content-top {
        background: none;
        padding: 0;
        margin: 0 0 30px;
    }
    .main-title {
        background: url('../../images/common/pattern.png');
        padding: 15px;
        margin: 0 -15px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        padding: 0 0 10px;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .site-footer {
        margin-top: 0;
    }
    .site-footer:before {
        display: none;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 33px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border: 0;
        padding: 25px 0;
        max-width: none;
        background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: 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;
    }
    .success-wrap.type2 {
        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 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 70px;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -18px;
    }
    .fancybox-album .fancybox-prev span,
    .fancybox-album .fancybox-next span {
        top: -55px;
        margin: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 5px 10px;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ site_footer 400 ------------*/
    .ibtn.fb-fans-page {
        background-size: 100% auto;
        width: 240px;
        height: 80px;
    }
    .follow-box > *{
        margin: 3px 0;
    }
/*------------ / site_footer 400 ------------*/
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}