﻿@charset 'utf-8';
/*製作時刪除*/
.site-nav .menu > li:nth-last-child(-n+7) {
    display: none;
}
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color:#666;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.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 #df3e2d;
    letter-spacing: 0;
    line-height: 1.6;
}
.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:#df3e2d;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share li .btn {
    color: #fff;
    font-size: 28px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    background: #999780;
    margin-bottom: 10px;
}
.share li .btn i{
    line-height: 60px;
}
.share li .btn:hover{
    color: #fff;
    background:#df3e2d;
}
.ibtn.fb-fans-page {
    background: url(../../images/tw/fb.png) no-repeat;
    background-size: cover;
    width: 94px;
    height: 94px;
    transition: all 0.5s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    background: #aaa;
    color: #fff;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: normal;
    padding: 21px 8px 0 12px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.btn.back:hover {
    background: #FF0000;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    width: 49.5%;
    display: inline-block;
    line-height: 45px;
    font-size: 17px;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    position: relative;
    overflow: hidden;
}
.btn.simple span{
    position: relative;
    z-index: 2;
}
.btn.simple:hover {
    background: #FF0000;
}
.btn.simple.bg1 {
    background: url(../../images/common/btn_bg1_hover.png);
}
.btn.simple.bg1:before{
    content: '';
    display: block;
    background: url(../../images/common/btn_bg1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.btn.simple.bg1:hover:before {
    opacity: 0;
}
.btn.simple.bg2 {
    background: url(../../images/common/btn_bg2_hover.png);
}
.btn.simple.bg2:before{
    content: '';
    display: block;
    background: url(../../images/common/btn_bg2.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.btn.simple.bg2:hover:before {
    opacity: 0;
}
.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}
.btn.simple2:hover {
    border-color: #FF0000;
}
.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}
.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}
.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}
.btn.normal {
    min-width: 90px;
    height: 35px;
    line-height: 33px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #868686;
}
.btn.normal:hover {
    background: #eee;
    font-weight: bold;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #FF0000;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: relative;
    z-index: 300;
    float: left;
    width: 330px;
}
.site-header.active{
    position: fixed;
}
.site-header.active2{
    bottom: 472px;
    /*top: 0;*/
}
.site-title {
    position: relative;
    z-index: 5;
    padding: 0px 0;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 330px;
    height: 130px;
    transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}
.top-nav .language:before {
    content: 'LANGUAGE';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}
.top-nav .language .btn {
    width: 100%;
    border: 1px solid #E6F4ED;
    color: #7FCAA5;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #7FCAA5 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language li a {
    display: block;
    background: #F3F3F3;
    color: #7FCAA5;
    padding: 4px 10px;
    font-size: 13px;
}
.top-nav .language li a:hover {
    color: #fff;
    background: #7FCAA5;
}
.site-nav {
    background: rgba(0,0,0,0.75);
    padding: 30px 0 35px;
    border-bottom: 3px solid #FF0000;
    max-width: 330px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li + li {
    margin-top: 15px;
}
.site-nav .menu > li > a {
    color: #bbb;
    font-family: '33535gillsansmt','微軟正黑體';
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding: 0 76px;
    margin: 0 1px;
    border-bottom: 1px solid transparent;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #FF0000;
    border-color: #FF0000;
    box-shadow: inset 0 -12px 12px -8px rgba(0,0,0,0.6);
}
.site-nav .menu > li > a span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0 4px;
}
.site-nav .menu > li > a:hover span,
.site-nav .menu > li.active > a span {
    border-color: #FF0000;
}
.site-nav .menu li ul {
    display: none;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 100%;
    width: 250px;
    padding-top: 33px;
}
.site-nav .menu ul li {
    margin-bottom: 3px;
}
.site-nav .menu ul li a {
    background: url('../../images/common/menu_bg.png');
    color: #fff;
    font-size: 15px;
    padding: 8px 45px 8px 24px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    background: url('../../images/common/menu_bg2.png');
    color: #bbb;
}
.site-nav .menu ul .toggle-submenu {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFBF00;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.site-nav .menu ul .toggle-submenu:before {
    content: "\f067";
    display: inline-block;
    font-family: 'icon-font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-nav .menu ul li.active > .toggle-submenu:before {
    content: "\f068";
}
.site-nav .menu ul ul {
    background: #FF5300;
    padding: 10px 0;
}
.site-nav .menu ul ul li {
    margin: 0;
}
.site-nav .menu ul ul li a {
    background: none;
    font-size: 13px;
    padding: 5px 15px 5px 40px;
}
.site-nav .menu ul ul li a:before {
    content: '- ';
    display: inline-block;
    margin-right: 8px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active > a {
    color: #fff;
    text-decoration: underline;
    background: none;
}
.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    margin: 10px auto;
}
.site-header .search-box .form-control {
    border: 1px solid #FF0000;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {
    background: #e6f4ed;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner:after {
    content: '';
    display: block;
    background: url(../../images/common/banner_cover.png) 50% 100%  no-repeat;
    background-size: cover;
    height: 317px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .item {
    background: 50% 0 no-repeat;
    background-size: cover;
    
    height: 554px;
}
.banner .item img{
    width: 100%!important;
    height: 100%!important;
    max-width: inherit;
    max-height: inherit;
    object-fit: cover;
}
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top,
.main-content {
    float: right;
    width: calc(100% - 360px);
}
.main-top {
    border: 1px solid #fff;
    background: url(../../images/common/main_title_bg.png);
    border-radius: 5px;
    position: relative;
    margin-bottom: 18px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-title {
    text-align: center;
    color: #444;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 225px;
    margin: 0;
    text-transform:uppercase;
}
.main-title:before,
.main-title:after {
    content: ' / ';
    font-weight: normal;
}
.ibtn.gohome {
    background: url(../../images/common/home.png) no-repeat #D90000;
    width: 70px;
    height: 70px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ibtn.gohome:hover {
    background-color: #A80000;
}
.site-main {
    padding: 130px 0 0px;
}
.content {
    background: url(../../images/common/content_bg.png);
    padding: 126px 65px 70px;
    min-height: 300px;
    box-sizing: border-box;
}
.content.no-bg {
    background: none;
    padding: 0;
}
.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.content-title {
    text-align: center;
    font-size: 25px;
    color: #444;
    line-height: 1.2;
    border-bottom: 1px solid #A7A7A7;
    margin: 0 -25px 30px;
    padding: 0 25px 60px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}
.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.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    margin: 0 0 -50px 0;
    position: relative;
    z-index: 20;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #000;
    font-size: 13px;
    position: absolute;
    right: 80px;
    top: 26px;
}
.breadcrumb:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #d90000;
    margin-bottom: 3px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ">";
    margin: 0 2px 0 4px;
}
.breadcrumb li a:hover {
    color: #d90000
}
.breadcrumb li:last-child {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .breadcrumb {
        position: static;
        margin: 0;
        font-size: 12px;
    }
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    width: calc(100% - 340px);
    float: right;
}
.side-title {
    border-top: 5px solid #FF0000;
    color: #FF0000;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #FF0000;
}
.side-nav-top > li > a {
    background-color: #4CA076;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}
.side-nav > li > a:before,
.side-nav-top > li > a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.side-nav > li.has-child.active > a:before,
.side-nav-top > li.has-child.active > a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a {
    color: #FF0000;
    border: 1px solid #FF0000;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #F2FAF6;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url(../../images/common/footer_bg.jpg) 0 50%  no-repeat;
    background-size: cover;
    padding-top:60px;
}
.site-footer a:hover {
    color: #D90000;
}
.footer-title {
    border-bottom: 1px solid #878787;
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
}
.site-map,
.site-info {
    float: left;
    width: 404px;
    padding: 0 30px;
}
.site-info {
    font-size: 14px;
}
.site-map ul {
    float: left;
    width: 33.33%;
    padding: 0px 0;
}
.site-map ul li {
    padding: 5px 0;
}
.site-map ul li a {
    display: inline-block;
    padding: 2px 0;
}
.site-info .info-list li {
    padding: 3px 10px 3px 20px;
}
.site-info .info-list label {
    display: inline-block;
    color: #D80000;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}
.site-info .info-list a {
    display: inline-block;
}
.site-info .info-list label:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #D90000;
    border-radius: 5px;
    position: absolute;
    left: -15px;
    top: 8px;
}
.site-footer .col3{
    float: right;
}
.follow {
    letter-spacing: 10px;
    width: 93px;
    vertical-align: top;
    display: inline-block;
}
.follow > * {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}
.qrcode {
    width: 108px;
    height: 108px;
}
.site-footer .share {
    display: inline-block;
    vertical-align: top;
}
.site-footer .share li {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.copyright-box {
    clear: both;
    padding: 15px 0;
    color: #000000;
    text-align: center;
}
.site-footer .copyright,
.site-footer .author {
    display: inline-block;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 50%;
    bottom: 20%;
    margin-right: -800px;
    z-index: 250;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width:  50px;
    height: 50px;
}
.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
}
.floating .ibtn.gotop:hover {
    opacity: 1;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
.pagination li a {
    display: block;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    color: #868686;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background: #eee;
    font-weight: bold;
}
.pagination li a.controls {
    width: 70px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #D80000;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #C0BFB2;
    padding-bottom: 10px;
    max-width: 830px;
    margin: 0 auto 30px;
}
.reminder span {
    display: block;
    color: #D80000;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: 3px;
}
.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;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #C8C8BF;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
.form-control:focus {
    outline: none;
    background: #fff;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 750px;
}
.form-wrap .btn-box {
    margin: 0 auto;
}
.btn-box.full {
    margin: 0 -65px -70px;
    padding-top: 60px;
    overflow: hidden;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "●";
    position: absolute;
    left: 5px;
    color: #E70404;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #9B9B8C;
}
.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: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FF0000;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    background: url(../../images/common/refresh.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-left: 10px;
}
.ic-repeat:before {
    content: "";
}
.form-box .captcha a:hover .ic {
    background-position: 100% 100%;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #FF0000;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .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-box {
    max-width: 824px;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    color: #8B8B8B;
    position: relative;
    margin: 0 auto 30px;
}
.success-box .msg {
        border-bottom: 1px solid #A7A7A7;
    color: #777;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 55px;
}
.success-box .msg strong {
    display: block;
    color: #E50404;
    font-size: 37px;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}
.success-txt strong {
    color: #444;
    font-size: 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-skin {
    background: #4F4F4F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
body .fancybox-nav:hover span {
    visibility: hidden;
}
body .fancybox-title .photo-pager {
    color: #BABABA;
    font-size: 12px;
    margin-bottom: 10px;
}
body .fancybox-title .photo-pager b {
    color: #F00;
    font-size: 20px;
}
body .fancybox-title .photo-title {
    background: url(../../images/common/album/icon_camera.png) 16px 13px no-repeat rgba(163,162,137,0.60);
    padding-left: 24px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 159px;
    padding: 15px 10px 15px 50px;
}
body .fancybox-title .photo-intro {
    font-size: 13px;
    color: #fff;
    padding-bottom: 10px;
}
body .fancybox-title .ibtn {
    background: url(../../images/common/album/lightbox_btn.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
}
body .fancybox-title .ibtn.prev {
    background-position: 0 0;
    right: 106px;
}
body .fancybox-title .ibtn.next {
    background-position: 50% 0;
    right: 53px;
}
body .fancybox-title .ibtn.close {
    background-position: 100% 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    body .fancybox-title .photo-title {
        position: static;
        margin-bottom: 10px;
    }
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #D80000;
}
/* 手機版主選單樣式2 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2{
    background: rgba(0,0,0,0.8);
}
/* 手機版主選單樣式2 end */
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fff;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #FF0000;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #D80000;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.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;
}
.mmenu-show #mobile-menu .share i{
    line-height: 30px;
}
.sect4 {
    padding: 100px 0 0;
    margin-bottom: -40px;
}
.sect4 .links-sect {
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.sect4 .links-list {
    margin: 0 -10px -60px;
}
.sect4 .links-list .box{
    position: relative;
}
.sect4 .links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.sect4 .links-list .item {
    width: 20%;
    padding: 0 10px;
}
.sect4 .links-list .item .box {
    margin: 0 auto 0px;
}
.sect4 .links-list .box:hover .pic:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.30);
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    background: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before{
    background: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after{
    background: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    color: #fff;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:before,
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:after{
    background: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar {
    width: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track {
    margin: 0 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,.1);
    margin: 0 5px;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu {
    background: #FFFFFF;
    top: 75px;
    font-size: 13px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li{
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    background: #FFFFFF;
    margin: 0 5px 0 0;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu > li{
    border-bottom: 1px solid #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a {
    border-bottom: 0;
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
    background: #EEEEEE;
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li.active > a {
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu{
    color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
	border-bottom: 1px solid #EEEEEE;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    background: #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn{
    background: #999780;
    color: #FFF;
    border-radius: 50%;
    line-height: 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
    padding: 87px 0 10px;
    background: #fff;
    border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-webkit-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-moz-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-ms-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-moz-placeholder {
    color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    right: 45px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 18;
    line-height: 105px;
    text-align: center;
    font-size: 12px;
    transition: .2s ease-out;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:before,
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:after{
    background: #fff;
}
/* 手機版選單改樣式2 end */
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
    .site-nav .menu > li > a {
        padding: 0 40px;
    }
    .btn-box.full {
        margin: 0 -35px -40px;
    }
/*------------ / site_header 1340 ------------*/
    .content {
        padding: 60px 35px 40px;
    }
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100% - 290px);
    }
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1140px) {
    .follow {
        width: 108px;
    }
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
/*------------ / site_header 1120 ------------*/
    .main-top,
    .main-content {
        width: calc(100% - 250px);
    }
    .site-header {
        width: 230px;
    }
    .site-title .logo {
        width: 230px;
        height: 90px;
    }
    .main-title {
        padding: 5px 30px;
        text-align: left;
    }
}
@media screen and (max-width: 1000px) {
    .site-header.active{
        position: relative;
    }
    .sect4 .links-list .item {
        width: 50%;
    }
    .sect4 .links-list .item .box {
        margin: 0 auto 20px;
    }
    .sect4 .links-list .item:last-child {
        display: none;
    }
    /*--- 隱私權手機板 ---*/
    .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 {
        width: 100%; 
        float: none;
    }
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-main {
        padding: 0px 0 30px;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-top,
    .main-content {
        margin: 10px -15px 0;
        position: relative;
        float: none;
        width: auto;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map,
    .site-info {
        width: 300px;
        padding: 0 15px;
    }
    .site-map {
        width: 220px;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
    .content {
        padding: 30px 15px 40px;
    }
    .site-footer {
        padding-bottom: 40px;
        text-align: center;
    }
    .site-map,
    .site-footer .share {
        display: none;
    }
    .site-info {
        float: none;
        width: auto;
        padding: 0;
    }
    .site-info .info-list li {
        padding: 12px 0;
    }
    .site-info .info-list label:before {
        position: static;
        margin: 0 10px 3px 0;
    }
    .site-footer .col3{
        float: none;
    }
    .follow {
        position: static;
        width: 100%;
        text-align: center;
        float: none;
    }
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 0px;
    }
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
    .main-top {
        text-align: center;
    }
    .main-top .container{
        padding: 10px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    .main-top .ibtn.gohome {
        display: none;
    }
    .breadcrumb {
        position: static;
        margin: 0;
        font-size: 12px;
    }
    .main-title {
        font-size: 20px;
        padding: 0;
        text-align: center;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 59px;
    }
    .pagination {
        display: block;
        height: 0;
        position: relative;
    }
    .pagination li {
        float: none;
        margin: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -35px;
        width: 60px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 90px;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
    /*------------ / lightbox 767 ------------*/
    .btn-box.full {
        margin: 0 -15px -40px;
    }
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式2 start */
        padding-top: 60px;
        /* 手機版主選單樣式2 end */
    }
    /* 手機版主選單樣式2 start */
    .site-title {   
        padding: 0;  
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
        background: url(../../images/common/logo_m.png) 50% 0 no-repeat;
        background-size: contain;
        width: 169px;
        height: 41px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式2 end */
    /* 手機版主選單樣式2 start */
    .site-title.site-title-type2{
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        background: url(../../images/common/site-title-type2.jpg) repeat;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 301;
    }
    /* 手機版主選單樣式2 end */
}
@media screen and (max-width: 767px) {
    .sect4 {
        padding-top: 40px;
    }
    .sect4 .links-sect .slick-prev {
        left: -5px;
    }
    .sect4 .links-sect .slick-next {
        right: -5px;
    }
}
@media screen and (max-width: 400px) {
    .sect4 .links-list .item {
        float: none;
        width: auto;
    }
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
    /* 手機版主選單樣式2 start */
    .mmenu-show #mobile-menu.mobile-menu-type2{
        width: 100%;
    }
     /* 手機版主選單樣式2 end */
}