@charset 'utf-8';

/*------------ basic ------------*/
h1,h2{
    margin: 0;
}
body {
    font-family: Arial,'微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
article{
    overflow-x:scroll;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.site-main{
    background: url('../../images/common/site-main_bg.png') 0% 100% no-repeat;
    padding-bottom: 120px;
}
/*------------ / 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(14, 50, 105, 0.85);
    color: #fff;
    border-radius: 8px;
    border: solid 1px #464646;
    font-size: 14px;
}
.header-sheet .close-ontop {
    color: #fff;
    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: #fff;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #fdbb67;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    width: 7px;
    height: 7px;
    background: #2660a4;
    margin: 5px 5px 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon.msg {
    background-image: url('../../images/common/gomsg_ic.png');
    width: 39px;
    height: 36px;
}
/*------------ / icon ------------*/

/*------------ btn ------------*/
.share .btn {
    width: 35px;
    height: 35px;
    line-height: 38px;
    background: #9F9F9F;
    font-size: 18px;
    color: #fff;
    margin: 2px;
}
.share .btn.facebook:hover { background: #435F9C; }
.share .btn.twitter:hover  { background: #39A0CE; }
.share .btn.google:hover   { background: #F34537; }
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 90px;
    height: 90px;
}

.btn.back {
    border: 1px solid #DCDCDC;
    color: #ACACAC;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 38px;
    width: 108px;
}
.btn.back:hover {
    color: #C59B5D;
    border-color: #C59B5D;
}
.btn.back .ic {
    vertical-align: middle;
    color: #C1C1BC;
    font-size: 0.8em;
    position: relative;
    margin: 0 15px 3px 0;
}
.btn.back:hover .ic {
    color: #C59B5D;
}
.btn.back .ic:after {
    content: '';
    display: block;
    height: 14px;
    border-left: 1px solid #C1C1BD;
    position: absolute;
    top: 0;
    right: -10px;
}
.btn.back:hover .ic:after {
    border-left-color: #C59B5D;
}
.btn.simple {
    background: #f2951d;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.1em;
    width: 120px;
    margin: 0 5px 10px;
}
.btn.simple.btn_addcart{
    background: #E4650F;
}
.btn.simple:hover {
    background: #2660A4;
}
/*.btn.simple.btn_addcart{
    padding: 5px 20px;
    width: inherit;
}*/
.btn.simple .ic26-shopping-cart{
    margin:0 5px 0 0;
}
.btn.simple .ic {
    font-size: 1.2em;
    vertical-align: middle;
    margin-bottom: 3px;
}
.btn.simple .ic-angle-left {
    margin-right: 10px;
}
.btn.simple .ic-angle-right {
    margin-left: 10px;
}

.btn.normal {
    color: #666;
    font-family: 'Lato', '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    margin: 0 5px 10px;
    background: #f2951d;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.1em;
    width: 120px;
}

.btn.normal:hover {
    color: #fff;
        background: #2660A4;
}
.btn.normal .ic {
    vertical-align: middle;
    margin: 0 3px 3px 0;
    color: #fff;
    font-size: 1.2em;
}
.btn.normal:hover .ic {
    color: #f2951d;
}
.btn.pure {
    color: #BEAC7F;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #2660A4;
    text-decoration: underline;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/
.site-title {
    text-align: center;
    padding: 20px 0;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 394px;
    height: 67px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 30;
    left: 15px;
    bottom: 30px;
}

.top-nav2 {
    position: absolute;
    z-index: 30;
    right: 15px;
    bottom: 30px;
    text-align: right;
}
/*詢價車*/
.func-menu{
    float: right;
    margin-top: 10px;
}
.func-menu > li.gocart {
}
.func-menu > li.gocart .toggleBtn{
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding: 4px 15px;
}
.func-menu > li.gocart .toggleBtn .title{
    font-weight: bold;
}
.func-menu > li.gocart .toggleBtn .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.func-menu > li.gocart .toggleBtn .num{
    display: inline-block;
    padding:5px 5px;
    min-width: 30px;
    box-sizing: border-box;
    height: 30px;
    line-height: 20px;
    border-radius: 80px;
    color: #fff;
    background: #f2951d;
    text-align: center;
}
.func-menu > li.gocart:before {
    display: none;
}

.func-menu > li.gocart > a {
    font-weight: bold;
    padding: 0;
    margin: 0 10px;
}

.func-menu > li.gocart.active > a,
.func-menu > li.gocart > a:hover {
    text-decoration: none;
}


.func-menu > li.gocart .price {
    color: #F2856C;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 100%;
    border: 2px solid #f2951d;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    width: 300px;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    width: 100%;
    background: #f2951d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    border-radius: 0;
    letter-spacing: 0.05em;
}

.func-menu .cart-box .btn:hover {
    background: #f0702a;
}

.func-menu .cart-box .btn .icon {
    background-position: -180px -87px;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list .box:hover {
    background: #fafafa;
}

.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}

.func-menu .cart-list .txt {
    margin-left: 90px;
    line-height: 1.7;
    text-align: left;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #F2856C;
}

/*!詢價車*/
.site-header .language {
    position: relative;
    margin-top: 15px;
    z-index: 50;
}
.site-header .language .btn {
    position: relative;
    color: #878787;
    font-size: 13px;
    text-align: left;
    padding: 0 30px 0 10px;
    line-height: 20px;
}
.site-header .language .btn:hover {
    color: #2660A4;
}
.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;
    font-size: 1.2em;
    position: absolute;
    right: 10px;
    top: 1px;
}
.site-header .language ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 5px;
    text-align: center;
}
.site-header .language li {
    display: block;
}
.site-header .language li a {
    display: block;
    background: #f2951d;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 10px;
}
.site-header .language li a:hover {
    background: #f0702a;
}

.site-header .search-box {
    position: relative;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 36px;
    padding: 0 36px 0 10px;
    margin: 0;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.site-header .search-box .form-control:focus {
    background: #eee;
}
.site-header .search-box .btn.search {
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #BEAD80;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    right: 3px;
    top: 0;
}
.site-header .search-box .btn.search:hover {
    color: #2660A4;
}
/*-search icon-*/
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right:0;
    top:1px;
}
.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: #9e9e9e;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
 }
.search-box:hover:after{
    color:#768bae;
}
/*-search icon end-*/
.site-nav {
    position: relative;
    z-index: 20;
    clear: both;
    -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);
}
.site-nav .menu {
    text-align: center;
    margin: 0 -25px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu li a {
    display: block;
    color: #000;
    font-size: 15px;
}
.site-nav .menu li.active > a,
.site-nav .menu li a:hover {
    color: #fff;
    background: #F18904;
}
.site-nav .menu > li > a {
    padding: 15px 25px;
}
.site-nav .menu > li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #F18904 transparent transparent transparent;
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 10;
    width: 148px;
    background: #eee;
    padding: 10px 0;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -74px;
    -webkit-box-shadow: inset 0 8px 8px -5px rgba(0,0,0,0.15);
    box-shadow: inset 0 8px 8px -5px rgba(0,0,0,0.15);
}
.site-nav .menu ul li + li {
    margin-top: 8px;
}
.site-nav .menu ul li a {
    padding: 5px 10px;
    line-height: 1.3;
}
.site-nav .menu ul ul {
    top: 0;
    left: 100%;
    padding: 0;
}
.site-nav .menu ul ul li a {
    /*padding: 12px 18px;
    font-size: 14px;
    line-height: 1.2;*/
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active > a {
    color: #fff;
    /*background: rgba(238,238,238,0.25);*/
}
/*
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active > a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px;
}*/
.site-nav .menu ul ul li + li {
    margin-top: 1px;
}
/*------------ / site_header ------------*/
/*------------ header_fixed ------------*/
.site-header {
    padding: 111px 0 57px;
    transition: all .3s ease;
}
.header-fixed .site-header {
    padding: 60px 0 37px;
}
.header-top {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    background: #fff;
    right: 0;
    transition: all .3s ease;


}
.site-title .logo{
    transition: all .3s ease;

}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 200px;
    height: 40px;
}
.site-nav {
    position: fixed;
    top: 148px;
    left: 0;
    background: #fff;
    right: 0;
    z-index: 50;
}
.header-fixed .site-nav {
    top: 60px;
}
.header-fixed .site-nav .menu > li > a {
    padding: 5px 25px;
}
.header-fixed .top-nav,
.header-fixed .top-nav2{
    bottom: -18px;
}
/*------------ / header_fixed ------------*/
/*------------ banner ------------*/
.banner,
.banner .item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .item {
    background: 50% 0 / cover no-repeat;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top {
    position: relative;
    text-align: center;
}
.main-title {
    display: inline-block;
    border: 1px solid #fff;
    border-width: 0 1px;
    color: #FFF;
    font-family: 'Lato','微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 25px;
    margin: 55px 0 50px;
}
.main-title small {
    display: block;
    font-family: 'Lato','微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 0.3em;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 5px 0;
}
.main-content {
    padding: 10px 0 70px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
    margin-top: 30px;
}
.content.w2 {
    max-width: 1260px;
    margin: 30px auto 0;
}
.content-title {
    color: #333;
    font-family: 'Lato','微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 30px;
}
.content-title span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 30px;
}
.content-title span:before,
.content-title span:after {
    content: '';
    display: inline-block;
    background: #2660A4;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -moz-transform   : rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform     : rotate(45deg);
    -ms-transform    : rotate(45deg);
    transform        : rotate(45deg);
}
.content-title span:before {
    left: 6px;
}
.content-title span:after {
    right: 6px;
}

.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.align-right {
    text-align: right;
}

.warning-sect {
    padding-bottom: 30px;
}
/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    font-size: 12px;
    color: #999;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '/ ';
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #2660A4;
}
/*------------ / breadcrumb ------------*/

/*------------ site_footer ------------*/
.site-footer {
    background: #022845;
    color: #98b1c3;
    font-size: 14px;
    line-height: 1.5;
    padding: 25px 0 30px;
}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer .footer-title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
}
.site-info {
    float: left;
    width: 330px;
    margin-right: 60px;
}
.site-info-txt {
    position: relative;
    /*padding-left: 80px;*/
}
.site-info-txt .ic26-phone2 {
    background: #fff;
    width: 50px;
    height: 50px;
    color: #F18904;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.site-info-txt .ic26-phone2:before {
    position: relative;
    left: 14px;
    top: -4px;
}
.site-info-list li {
    margin-bottom: 10px;
}
.site-info-list li a {
    display: inline-block;
    position: static;
}
.site-info-list .contact-phone {
    color: #F18904;
    font-size: 20px;
}
.site-map {
    float: left;
    text-align: left;
    letter-spacing: 50px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
}
.site-map ul li {
    margin-bottom: 17px;
}
.site-map ul li a {
    color: #98b1c3;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.site-map ul li a:before {
    content: '- ';
}
.site-map ul li a:hover {
    color: #F18904;
    text-decoration: underline;
}

.follow-box {
    float: right;
    /*width: 280px;*/
    text-align: right;
    color: #639AC2;
    font-size: 12px;
    line-height: 1.45;
    padding-top: 30px;
}
.follow {
    letter-spacing: 5px;
    padding-bottom: 5px;
}
.follow > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    letter-spacing: 0;
}
/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 50%;
    margin-right: -820px;
    bottom: 30%;
    z-index: 400;
    text-align: center;
    width: 78px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform   : rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform     : rotate(45deg);
    -ms-transform    : rotate(45deg);
    transform        : rotate(45deg);
}
.floating .share li {
    float: left;
}
.floating .btn.gotop {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #9F9F9F;
    border: 1px solid #9F9F9F;
    color: #fff;
    font-size: 14px;
    margin: 2px;
}
.floating .btn.gotop:hover {
    background: #F18904;
    border-color: #F18904;
}
.floating .btn .ic {
    -moz-transform   : rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform     : rotate(-45deg);
    -ms-transform    : rotate(-45deg);
    transform        : rotate(-45deg);
}
.floating .btn.gotop .ic {
    position: relative;
    top: 0px;
    left: 0px;
}

/*------------ / floating ------------*/

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 0 4px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background: #f2951d;
    color: #fff;
    font-weight: bold;
}
.pagination li a.controls {
    padding: 0;
    color: #c4c4c4;
    font-size: 22px;
}
.pagination li a.controls:hover {
    color: #f2951d;
    background: none;
}
.pagination li a.prev {
    margin-right: 5px;
}
.pagination li a.next {
    margin-left: 5px;
}
.pagination li a.controls .ic {
    vertical-align: middle;
    margin-bottom: 3px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
.page-info .form-control:focus {
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    color: #545454;
    font-size: 13px;
    line-height: 1.5;
    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;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #2660A4;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #241711;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 950px;
}
.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;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #2660a4;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 13px;
}
.form-box .form-group {
    padding: 8px 0;
    line-height: 35px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: inherit;
    padding-left: 20px;
    float: left;
}
.form-box .control-box {
    position: relative;
    margin-left: 100px;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .btn-box.pos-fixed {
    position: absolute;
    bottom: 5px;
    right: -5px;
}
.form-box .captcha .control-box {
    margin-right: 260px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    max-width: 355px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #a3a3a3;
    font-size: 25px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #2660A4;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.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 .name3 .form-control {
    padding-right: 130px;
}
.form-box .name3 .radio-box {
    line-height: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name3 .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 {
    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 {
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #f2951d;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}
.success-msg2 {
    position: relative;
    max-width: 320px;
    margin: 0 auto 30px;
}
.success-msg2:after {
    content: '';
    display: block;
    background: url('../../images/common/message/gomsg_shadow.png') 50% 0 / 100% 15px no-repeat;
    height: 15px;
    position: absolute;
    z-index: 0;
    left: -8px;
    right: -8px;
    bottom: -8px;
}
.success-msg2 span {
    display: block;
    border: 2px solid #2660A4;
    background: #fff;
    color: #A99356;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-msg2 .ic {
    margin-left: 20px;
    color: #34C4B5;
    font-size: 30px;
    vertical-align: text-bottom;
}
.success-txt {
    color: #666;
}
.success-txt a {
    text-decoration: underline;
    color: #B6995F;
}
.success-txt a:hover {
    color: #111;
}

/*------------ / 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 {
    color: #201810;
    padding: 8px 12px;
}
.table-h thead,
.table-h tbody {
    border-top: 1px solid #7F7F7F;
}
.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: #C3995B;
}
.table td b {
    color: #fff;
}

.table-v {
    border: 1px solid #DCDCDC;
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}
.table-v th {
    background: #221616;
    color: #999696;
    text-align: center;
    width: 120px;
    position: relative;
}
.table-v tr + tr td {
    border-top: 1px solid #DCDCDC;
}
.table-v tr + tr th {
    border-top: 1px solid #444;
}
.table-v strong {
    color: #C3975C;
}
.table-v b {
    color: #C3975C;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/
.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 100px;
    height: 40px;
    right: 0;
    top: -50px;
}
.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 50px 50px 0;
    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.png') no-repeat;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    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 span:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next span:hover {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    color: #444;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
}
.fancybox-album .photo-title {
    background: #ffbd69;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 15px;
    min-height: 22px;
}
.fancybox-album .photo-pager {
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 8px 15px 0 10px;
}
.fancybox-album .photo-pager b {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
.fancybox-album .photo-intro {
    padding: 10px 0;
}
/*------------ / lightbox ------------*/

/*.mmenu-show #mobile-menu .language-menu {
    height: auto;
}
.mmenu-show #mobile-menu .main-menu {
    top: 70px;
}*/
.mmenu-show #mobile-menu .language-menu{
    color: #fff;
    background: #2660A4;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #2660A4;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #0852a9;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav-top:after {
    display: none;
}
.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: #C3975C;
}
.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: #2660A4;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #777;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #999;
}
.no-svg .mmenu-show #mobile-search .ibtn.search,
.mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1670px) {
/*------------ floating 1670 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 15px;
        margin-right: 0;
    }
/*------------ floating 1670 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_header 1280 ------------*/
    .site-nav .menu {
        margin: 0 -14px;
    }
    .site-nav .menu > li > a {
        padding: 15px 14px;
    }
/*------------ / site_header 1280 ------------*/
}
@media screen and (max-width: 1230px) {
/*------------ site_footer 1230 ------------*/
    .site-info,
    .site-map {
        float: none;
    }
    .site-info {
        width: calc(100% - 310px);
        margin: 0;
    }
    .site-info-txt {
        min-height: 92px;
    }
    .site-map {
        margin-top: 20px;
        letter-spacing: 18px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .follow-box {
        float: none;
        position: absolute;
        right: 15px;
        top: 0;
        padding-top: 15px;
    }
/*------------ / site_footer 1230 ------------*/
}
@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隱私權手機板 ---*/
     .header-top,.header-fixed .header-top{
        position: static;
    }
    .site-header,.header-fixed .site-header{
        padding: 0
    }
    .header-fixed .site-title .logo,.site-title .logo{
        width: 300px;
        height: 60px;
    }
    .site-title,.header-fixed .site-title{
        padding: 15px 0;
    }
/*------------ site_header 1000 ------------*/
    .site-title {
        padding: 20px 0;
    }
    .site-title .logo {
        width: 300px;
        height: 60px;
    }
    .top-nav,
    .top-nav2,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ banner 1000 ------------*/
/*------------ / banner 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 40px;
        margin: 40px 0;
    }
/*------------ / site_main 1000 ------------*/
/*------------ side 1000 ------------*/
/*------------ / side 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .site-footer {
        padding: 25px 0 20px;
    }
    .site-map {
        display: none;
    }
    .site-info, .follow-box {
        float: none;
        width: auto;
        text-align: center;
    }
    .site-info-txt {
        min-height: 0;
    }
    .follow-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        width: auto;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .floating .share {
        display: none;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        display: block;
        white-space: nowrap;
        text-indent: 101%;
        overflow: hidden;
        text-align: left;
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 860px) {
/*------------ form 860 ------------*/
    .form-box .col {
        width: 100%;
    }
    .form-box .form-group {
        padding: 3px 0;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .form-box .captcha .control-box {
        margin-right: 0;
    }
    .form-box .captcha .form-control {
        width: 50%;
    }
    .form-box .btn-box.pos-fixed {
        position: static;
    }
/*------------ / form 860 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_header 767 ------------*/
    .site-title .logo {
        width: 250px;
        height: 50px;
    }
/*------------ / site_header 767 ------------*/
/*------------ site_main 767 ------------*/
    .main-title {
        font-size: 24px;
        margin: 30px 0;
        padding: 0 20px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .site-info,
    .follow-box {
        float: none;
        width: auto;
        text-align: center;
    }
    .site-info-txt {
        padding: 0;
    }
    .site-info-txt .ic26-phone2 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        position: static;
        margin-right: 10px;
    }
    .site-info-txt .ic26-phone2:before {
        left: 10px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -35px;
        margin: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 28px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .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-close {
        right: 50%;
        margin-right: -50px;
    }
    .fancybox-album .fancybox-skin {
        margin-left: 0;
        margin-right: 0;
    }
    .fancybox-album .fancybox-nav span {
        top: -80px;
        margin: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
    .content-title{
        margin: 5px 0 -15px;
        font-size: 22px;
    }
    .site-main{
        padding-bottom: 0px;
    }
}
@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 ------------*/
    .share{
        display: none;
    }
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}