@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

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

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

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

.container.w2 {
    max-width: 1110px;
}

*:focus {
    outline: none;
}


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


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


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


/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #39A0CE;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: left;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #d0d0d0;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.a2a_svg.a2a_s__default.a2a_s_tumblr,
.a2a_svg.a2a_s__default.a2a_s_whatsapp,
.a2a_svg.a2a_s__default.a2a_s_sina_weibo,
.a2a_label {
    display: none;
}


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

.share .btn {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #666;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.share .btn:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    line-height: 31px;
    color: #000;
    background: #DF0714;
    border-color: #DF0714;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 160px;
    height: 45px;
}

.mmenu-show #mobile-menu .share .btn {
    line-height: 27px;
}

.btn.login,
.btn.arrowL,
.btn.arrowR {
    width: 200px;
    line-height: 36px;
    padding: 0 15px;
    color: #242415;
    font-size: 15px;
    margin: 0 0px 10px;
    position: relative;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn.login,
.btn.arrowL {
}

.btn.arrowL {
    text-align: right;
}

.btn.arrowR {
/*    background: #0f1d79;*/
    text-align: left;
}

.btn.login:hover,
.btn.arrowL:hover,
.btn.arrowR:hover {
    background: #B20000;
    border-color: #B20000;
    color: #fff;
}

.btn.arrowL .ic,
.btn.arrowR .ic {
    position: absolute;
    font-size: 36px;
    top: -1px;
}

.btn.arrowL .ic {
    left: 8px;
}

.btn.arrowR .ic {
    right: 8px;
}

.btn.normal {
    border: 1px solid #242415;
    width: 150px;
    height: 36px;
    line-height: 34px;
    color: #242415;
    font-size: 14px;
    margin: 0 5px 10px;
    position: relative;
}

.btn.normal:hover {
    border-color: #B20000;
    color: #B20000;
}

.btn.normal:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #B20000 transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

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

.btn.normal:hover .ic {
    color: #B20000;
}

.btn.pure {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    text-decoration: underline;
}

.btn.pure:hover {
    color: #B20000;
}


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


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

.site-header {
    background: #fff;
    position: relative;
}

.site-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 52px;
    background: #2E2F30;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.site-header .container {
    padding: 0 15px;
    max-width: 1330px;
}

.site-title {
    position: relative;
    text-align: center;
    padding: 20px 0 25px;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 230px;
    height: 131px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

.top-nav {
    background: #fff;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: solid 1px #AAAAAA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top-nav:hover{
    border-bottom-color: #B70E0B;
}

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

.site-header .search-box {
    position: relative;
    padding: 9px 44px 9px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
}

.site-header .search-box .form-control {
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background: none;
    color: #191919;
    margin: 0;
    
}

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

.site-header .search-box .btn.search {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    content: '';
    background: url(../../images/common/btn_search.png) no-repeat;
    -webkit-transition: all .0s;
    transition: all .0s;
}
.site-header .search-box .btn.search i {
    display: none;
}
.site-header .search-box .btn.search:hover {
    background-position: 0 100%;
}


.site-header .language {
    position: relative;
}

.site-header .language .btn {
    color: #444;
    font-size: 13px;
    padding: 0 10px;
    line-height: 45px;
}

.site-header .language .btn:after {
    content: '\f107';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
}

.site-header .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.site-header .language li {
    display: block;
}

.site-header .language li a {
    display: block;
    background: rgb(102, 107, 138);
    color: #fff;
    padding: 5px 10px;
    margin-top: 1px;
    font-size: 14px;
}

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

.site-nav {
    z-index: 5;
    text-align: center;
    position: relative;
    background-size: cover;
}

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

.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}

.site-nav .menu li {
    position: relative;
}
.site-nav .menu li+li:before {
    content: '';
    display: block;
    background: #5D5D5D;
    border-left: solid 1px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 12px;
}
.site-nav .menu li a {
    display: block;
}

.site-nav .menu > li:nth-child(9),
.site-nav .menu > li:nth-child(10),
.site-nav .menu > li:nth-child(11),
.site-nav .menu > li:nth-child(12),
.site-nav .menu > li:nth-child(13),
.site-nav .menu > li:nth-child(14),
.site-nav .menu > li:nth-child(15),
.site-nav .menu > li:nth-child(16),
.site-nav .menu > li:nth-child(17),
.site-nav .menu > li:nth-child(18) {
    display: none;
}

.site-nav .menu>li>a {
    width: 120px;
    color: #B6B6B6;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

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

.site-nav .menu>li>a:before {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    max-width: 90px;
    background: #CD1D1C;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-nav .menu>li>a:hover:before,
.site-nav .menu>li.active>a:before {
    width: 100%;
}

.site-nav .menu ul {
    display: none;
    font-family: Arial,  '微軟正黑體', 'Microsoft JhengHei','文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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


.site-nav .menu ul li a {
    font-size: 15px;
    text-align: center;
    padding: 10px 12px;
    color: #666666;
    background: #fff;
    margin-bottom: 2px;
    border: solid 1px rgba(255, 255, 255, 0.88);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #CD1D1C;
    border-color:  #CD1D1C;
}
.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;
}


/*********************************/

.header-fixed {
    padding-top: 0px;
}
.header-fixed .site-header:after {
    display: none;
}
.header-fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .site-title {
    padding: 5px 0;
    float: left;
}

.header-fixed .site-title .logo {
    width: 198px;
    height: 45px;
    text-align: left;
	margin-top: 6px;
	margin-right: 20px;
    background-image: url(../../images/common/logo02.png);
}

.header-fixed .site-nav {
    padding: 15.5px 0;
    margin-left: 120px;
    text-align: left;
}

.header-fixed .site-nav .menu {
    text-align: left;
    margin: 0 0px;
}

.header-fixed .site-nav .menu > li > a {
    width: 104px;
    height: auto;
    padding: 5px 0;
	text-align: center;
    color: #616161;
}
.header-fixed .site-nav .menu>li>a:hover,
.header-fixed .site-nav .menu>li.active>a {
    color: #111;
}

.header-fixed .site-nav .menu>li+li:before {
    top: 10px;
    background-position: 50% 0;
    opacity: 0.5;
    border: none;
    width: 1px;
}


.header-fixed .site-header .language {
    display: none;
}

.header-fixed .site-header .search-box {
    padding: 8px 44px 8px 0;
    width: 200px;
}

.header-fixed .top-nav {
    padding: 0 15px;
    margin-top: 9px;
}


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


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

.banner {
    position: relative;
    background: #0E0C18;
    padding: 0;
    text-align: center;
}

.banner .container {
    max-width: 100%;
    padding: 0;
}


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


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

.main-top {
    padding: 5px 0 0;
}

.main-title {
    color: #111;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin: 0;
	display:none;
}

.main-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: normal;
}
.site-main{
    background: #F6F6F6;
}
.main-content {
    padding: 30px 0 70px;
    background: url(../../images/common/footer_line.png) no-repeat center bottom;
    position: relative;
}

.main-content .container {
    display: table;
    width: 100%
}

.content {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-top {
    margin: 0 0 57px;
    padding: 0px 15px;
    padding-left: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #CD1D1C;
    min-height: 40px;
    
    background: url(../../images/common/content_ic.png) no-repeat 15px 50% , #CD1D1C;
}

.content-top .content-title {
    float: left;
}

.content-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    min-height: 40px;
    margin: 0;
    font-weight: bold;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-title .ic {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 4px;
    display: none;
}

.content-title2 {
    position: relative;
    color: #D90000;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #d2d2d2;
    padding-bottom: 4px;
    margin: 0 0 10px;
}

.content-title2 span {
    display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

.content-title2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #D90000;
    width: 76px;
}

.shopping-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.shopping-title .en {
    color: #aaa;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 32px;
    color: #B20000;
}

.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #B20000;
    border-radius: 50%;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}

.btn-box {
    clear: both;
    padding: 10px 0 50px 0;
    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;
    padding: 40px 0 50px 0;
}

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

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

.warning-sect {
    padding-bottom: 50px;
}


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


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

.breadcrumb-box {
    padding: 20px 0;
    position: relative;
}

.breadcrumb {
    position: absolute;
    color: #999999;
    font-size: 13px;
    right: 15px;
    top: -10px;
}

.breadcrumb a{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.breadcrumb a:hover {
    color: #B20000;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '| ';
    display: inline-block;
    margin: 0 4px 0 2px;
}

.breadcrumb li:last-child a {
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li a .ic {
    font-size: 16px;
    vertical-align: text-bottom;
}

.content-top .breadcrumb {
    float: right;
    position: initial;
    z-index: 2;
    margin: 8px 0 8px 10px;
}

.content-top .breadcrumb li+li:before {
    content: '/ ';
    margin: 0;
}

.content-top .breadcrumb,
.content-top .breadcrumb li a {
    color: #eee;
}

.content-top .breadcrumb li a:hover {
    color:#fff;
}


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


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

.side {
    width: 200px;
    border-right: 1px #DEDEDE solid;
    position: relative;
    padding-bottom: 20px;
    display: table-cell;
    vertical-align: top;
}

.has-side .content {
    width: calc(100% - 245px);
    display: table-cell;
    padding-left: 44px;
}

.side-title {
    color: #444;
    font-size: 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:7px 12px 0 0px;
    background: url(../../images/common/side_bg.png) no-repeat;
    height: 58px;
    margin-bottom: 40px;
}

.side-title:after {
    content: '';
    display: block;
}

.side-nav-top {
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 8px 15px;
    color: #B20000;
    font-size: 14px;
}

.side-nav-top li a {
    line-height: 1.4;
    text-decoration: underline;
    position: relative;
    padding: 6px 0 6px 26px;
}

.side-nav-top li a:hover {
    color: #B20000;
}

.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.side-nav {
    margin-top: 10px;
}

.side-nav>li {
    padding: 0px;
    border-bottom: 1px #000 dotted;
}

.side-nav li a {
    line-height: 1.4;
}

.side-nav>li>a {
    color: #4F4F4F;
    font-size: 15px;
    padding: 12px 30px 10px 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    text-align: right;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #000;
    background: #fff
}

.side-nav>li>a:before {
    content: '';
    display: block;
    background: url(../../images/common/side_arrow.png) no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    opacity: 1;
}

.side-nav>li>a .ic-caret-right {
    float: left;
    vertical-align: middle;
    padding: 3px 8px 0px 6px;
    display: none;
}

.side-nav ul {
    display: none;
    padding: 10px 0 5px;
    border-top: dotted 1px #000;
}

.side-nav ul li a {
    color: #777777;
    font-size: 14px;
    padding: 4px 45px 4px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #CD1D1C;
}

.side-nav ul li a:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 2px;
    background: #AAAAAA;
}

.side-nav ul li a:hover:after,
.side-nav ul li.active>a:after {
    background: #CD1D1C;
}



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


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

.site-footer {
    background: #202020;
    position: relative;
    padding-top: 30px;
    color: #999;
}

.footer-top {
    color: #999999;
    font-size: 12px;
    padding: 20px 0 30px;
}

.site-map {
    float: left;
    font-size: 14px;
    width: 50%;
}

.site-map .item {
    float: left;
    width: 20%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-map ul li {
    margin-bottom: 14px;
}

.site-map ul li a {
    padding: 0 5px;
    color: #999999;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-map ul li a:hover {
    color: #C7C7C7;
}

.follow-box {
    float: right;
    width: 440px;
}

.follow {
    position: relative;
    margin: 0 5px;
    padding-left: 120px;
    letter-spacing: 0.05em;
}

.follow a:hover {
}

.follow p {
    margin: 0;
}

.follow .share {
    letter-spacing: 6px;
}

.copyright-box {
    margin-bottom: 10px;
}

.qrcode {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-bottom {
    background: #000000;
    font-size: 14px;
    color: #888;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .ibtn.fb-fans-page {
    float: right;
}

.site-info {
    padding: 9px 0;
}

.site-info-list li {
    margin-right: 25px;
}

.site-info-list .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 100%;
    margin-right: -27px;
    z-index: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
    width: 50px;
    height: 57px;
    position: relative;
    bottom: -25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.floating .ibtn.gotop:hover {
    opacity: 0.8;
}
body #keyreply-container {
    right: 0%;
    bottom: 0%;
}

.keyreply-brand {
    display: none;
}

body .keyreply-launcher,
.keyreply-chat-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*------------ / 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 {}

.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: 30px;
    height: 30px;
    line-height: 28px;
    color: #242415;
    border: 1px solid #242415;
    font-size: 15px;
    padding: 0 5px;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination li a:hover,
.pagination li.active a {
    background: #B20000;
    border-color: #B20000;
    color: #fff;
}

.pagination li a.controls {
    color: #777;
    font-size: 22px;
    line-height: 30px;
    border: 0;
    padding: 0;
}

.pagination li a.controls:hover {
    color: #B20000;
    background: none;
}

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

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

.page-info {
    display: none;
}

.page-info .form-control {
    margin: 0;
}

.page-info .form-control:focus {}


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


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

.reminder {
    position: relative;
    margin: 0 0 30px;
}

.reminder.align-center {
    text-align: center;
}

.reminder .ic {
    font-size: 18px;
    vertical-align: text-bottom;
}

.reminder span {
    color: #DF0714;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    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: 18px;
    color: #fff;
    background: #ccc;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    background: #888;
    z-index: 2;
}

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

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

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    color: #444;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

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

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

.static-control {
    line-height: inherit;
    color: #B20000;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 20px 25px 0px;
}

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

.form-box {
    margin: 0 auto;
}

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

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

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

.form-box .required:after {
    content: '\e928';
    color: #DF0714;
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: relative;
    padding-left: 5px;
    top: 3px;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
     color: #444;
    font-size: 15px;
    line-height: inherit;
    float: left;
    padding-left: 0px;
}

.form-box .control-box {
    position: relative;
    margin-left: 130px;
}

.form-box .control-box select {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #444;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    max-width: 280px;
}

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

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

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

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

.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
    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: #B20000;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

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

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

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

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

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

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

.form-box .account .control-box {
    margin-left: 40px;
}

.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 {}

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

.success-msg {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px auto;
}

.success-msg .ic {
    color: #B20000;
    font-size: 35px;
}

.success-msg b {
    color: #B20000;
}

.success-msg span {
    color: #999;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.success-txt {
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 0;
}

.success-txt b {
    color: #B20000;
}

.success-txt .ic {
    color: #555;
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

.success-txt.has-border {
    padding-top: 15px;
}

.success-txt.has-border:before {
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 0 auto 15px;
}

.success-txt a {
    text-decoration: underline;
    color: #B20000;
}

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


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


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

.table-h {
    color: #666;
}

.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: #333;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
}

.table-h tbody {
    border-top: 1px solid #ccc;
}

.table-h tbody tr+tr {
    border-top: 2px dotted #DCDCDC;
}

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

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

.table td span {
    color: #C3995B;
}

.table-v {
    color: #666;
    font-size: 14px;
}

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

.table-v th {
    background: #333;
    color: #fff;
    text-align: right;
    width: 120px;
    font-weight: normal;
    position: relative;
}

.table-v tr + tr th {
    border-top: 1px solid #444;
}

.table-v tr td {
    background: rgba(255, 255, 255, 0.85);
}

.table-v tr + tr td {
    border-top: 2px dotted #ddd;
}

.table-v strong {
    color: #B20000;
}

.table-v b {
    color: #C3995A;
}


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


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

.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 45px;
    height: 44px;
    right: 0;
    top: 0;
}

.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}

.fancybox-album .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 0 50px 80px;
}

.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.fancybox-album .fancybox-title {
    color: #ECECEC;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 1px solid #444;
    padding: 0 50px 0 15px;
    margin: 0 50px 20px;
}

.fancybox-album .fancybox-title:before {
    content: 'ALBUM';
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 1.5;
}

.fancybox-album .photo-pager {
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 8px 20px 8px;
}

.fancybox-album .photo-pager b {
    color: #B20000;
    font-size: 14px;
    text-decoration: underline;
}

.fancybox-album .photo-intro {
    padding: 10px 5px;
    font-size: 15px;
}


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

.mmenu-show #mobile-menu .main-menu {
    font-size: 15px;
}
.mmenu-show .toggle-mmenu-close i {
    position: relative;
    top: 1px;
}

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

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

.mmenu-show #member-box li a:hover {
    background: #CD1D1C;
}

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

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

.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: #CD1D1C;
}

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

.mmenu-show #mobile-fixed li .icon-ic-earth {
    font-size: 24px;
    margin: 0 auto 0px;
}

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

.mmenu-show #mobile-search .search-box .btn.search i{
    display: none;
}

.mmenu-show #mobile-search .search-box .btn.search {
    background: url(../../images/common/btn_search.png) no-repeat;
}

.mmenu-show #mobile-search .form-control {
    color: #000;
}

@media screen and (max-width: 1320px) {
    /*------------ header-fixed 1320 ------------*/
    .top-nav {
        right: 0px;
    }
}

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

@media screen and (max-width: 1170px) {
    /*------------ header-fixed 1170 ------------*/
    .header-fixed .site-title .logo,
    .header-fixed .top-nav {
        display: none;
    }
    .header-fixed .site-nav {
        margin-left: 0px;
        text-align: center;
    }
    /*------------ / header-fixed 1170 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-footer{
        padding-top: 0;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-title {
        padding: 14px 0;
    }
    .site-title .logo {
        width: 220px;
        height: 70px;
        -webkit-transition: height 0.4s ease, width 0.4s ease;
        transition: height 0.4s ease, width 0.4s ease;
    }
    .site-header:after {
        display: none;
    }
    .header-fixed {
        padding-top: 90px;
    }
    .has-side .content {
        display: block;
        padding-left: 0px;
    }
    .main-content .container {
        display: block;
    }
	.main-title {
		display:block;
		font-size: 22px;
	}
	.breadcrumb-box {
		padding: 7px 0;
	}
	.main-top {
		padding: 0;
	}
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
        background: none;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
        padding: 25px 0;
    }
    .footer-title,
    .site-map,
    .follow .share {
        display: none;
    }
    .follow-box {
        float: none;
        width: auto;
    }
    .follow {
        padding: 0;
    }
    .qrcode {
        position: static;
        margin-bottom: 15px;
    }
    .copyright-box {
        margin: 0;
    }
    /*------------ / 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{
        bottom: 0;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1000 ------------*/
    .breadcrumb {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-top {
        padding: 0;
    }
    .main-content {
        padding-top: 20px;
    }
    .main-title span {
        font-size: 32px;
    }
    .content-top {
        padding: 0;
    }
    .content-title,
    .content-top .content-title {
        float: none;
        padding:5px 15px 0px 48px;
    }
    .content-title .ic,
    .content-top .content-title .ic {
        left: 15px;
        top: 11px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        display: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .ibtn.fb-fans-page {
        float: none;
    }
    .site-info {
        margin: 5px 0 0;
    }
    .site-info-list li {
        margin: 0 10px;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 32px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 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 ------------*/
    /*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .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;
    }
    /*------------ / 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: 0 0 80px;
    }
    .fancybox-album .fancybox-title {
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span {
        top: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 20px;
        height: 40px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    /*------------ / 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 500 ------------*/
}

@media screen and (max-width: 450px) {
    /*------------ site_main 450 ------------*/
    .main-top {
    }
    .main-content {
        padding: 10px 0 30px;
    }
    .main-title {
        font-size: 24px;
    }
    .content-title {
        font-size: 18px;
        min-height: 28px;
    }
    .breadcrumb-box {
        padding: 10px 0;
    }
    .btn-box {
        padding: 10px 0 10px 0;
    }
    .btn-box.align-left {
        padding: 40px 0 0px 0;
    }
    /*------------ site_main 450 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

}
