@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: #666666;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.35px;
}
.container-box {
    padding: 0 0 0 240px;
}
.container-box .container {
    padding: 0 15px;
}
.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 #7e9628;
    letter-spacing: 0;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#7e9628;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon {
    background: url('../../images/common/btn_ic.png') no-repeat;
    width: 25px;
    height: 25px;
}
.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 50px 0;
    position: relative;
    text-align: center;
}
.btn-box.has-border {
    margin: 75px 0 0;
    padding: 45px 0 0;
    border-top: 1px solid #272727;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.dib .btn,
.btn-box.dib .btn.style01.size2 {
    margin: 0 10px 10px;
    display: inline-block;
}
/*-----share-btn-----*/
.share .btn {
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
    transition: all .2s;
    background: #7e9628;
}
.share .btn:hover {
    transition: all .2s;
    line-height: 31px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
/*-----back-btn-----*/
.btn.back {
    border: 1px solid #2A9990;
    line-height: 38px;
    font-size: 15px;
    color: #2B9990;
    transition: all .2s;
    padding: 0 20px 2px 1px;
    font-weight: bold;
    position: relative;
}
.btn.back i {
    width: 37px;
    height: 36px;
    background: url('../../images/common/arrow.png') no-repeat;
    vertical-align: middle;
    margin: -1px 20px 0px 1px;
}
.btn.back:hover i {
    background-position: 0 100%;
}
/*-----style01-btn-----*/
.btn.style01 {
    width: 100%;
    max-width: 237px;
    display: block;
    position: relative;
    background: url(../../images/common/bg/bg1.png);
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 39px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 0 12px 0;
    transition: all .2s;
}
.btn.style01.bg2 {
    background: url(../../images/common/bg/bg3.png);
}
.btn.style01:hover {
    transition: all .2s;
    background: url(../../images/common/bg/bg2.png);
}
.btn.style01.bg2:hover {
    color: #555555;
    background: url(../../images/common/bg/bg3.png);
}
.btn.style01.size2 {
    line-height: 48px;
    margin: 0 auto;
}
.btn.style01.shadow:before,
.btn.style01.shadow:after {
    content: "";
    width: 211px;
    height: 8px;
    display: block;
    background: url('../../images/common/btn_shadow.png');
    position: absolute;
    bottom: 100%;
}
.btn.style01.shadow:after {
    transform: rotate(180deg);
    bottom: auto;
}
/*-----style02-btn-----*/
.btn.style02 {
    max-width: 260px;
    display: inline-block;
    width: 100%;
    margin: 0 5px 10px;
    line-height: 30px;
    background: #5F7E17;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all .2s;
}
.btn.style02:hover {
    background: #D1AA6B;
    transition: all .2s;
}
.btn.style02.bg2 {
    background: #444444;
}
.btn.style02.bg2:hover {
    background: #5F7E17;
}
/*-----style03-btn-----*/
.btn.style03 {
    color: #2A9990;
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px 6px;
    border-top: 1px solid #74BAB8;
    border-bottom: 1px solid #74BAB8;
    margin: 0 35px 10px;
    position: relative;
    background: #fff;
}
.btn.style03:hover {
    background: #2B9990;
    color: #fff;
}
.btn.style03:before,
.btn.style03:after {
    content: "";
    display: inline-block;
    height: 38px;
    background: url('../../images/common/btn_arrow.png');
    position: absolute;
    top: -1px;
}
.btn.style03:before {
    width: 36px;
    right: 100%;
}
.btn.style03:after {
    width: 21px;
    background-position: 100% 0;
    left: 100%;
}
.btn.style03:hover:before {
    background-position: 0 100%;
}
.btn.style03:hover:after {
    background-position: 100% 100%;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    width: 240px;
    background: url(../../images/common/menu_bg.jpg);
    position: fixed;
    height: 100%;
    z-index: 999;
}
.site-title {
    text-align: center;
    margin: 45px 0;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 174px;
    height: 195px;
    transition: opacity .3s ease;
}
/*------------top-nav ------------*/
.top-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    z-index: 120;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .container {
    display: block;
}
/*------------search-box ------------*/
.top-nav .search-box {
    position: relative;
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
    background: #7E9628;
}
.top-nav .search-box .form-control {
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 0;
    padding: 0 40px 0 10px;
}
.top-nav .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 11px;
}
.top-nav .search-box .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.top-nav .search-box .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.top-nav .search-box .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.top-nav .search-box .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/*------------language ------------*/
.site-header .language {
    margin: 30px auto 20px;
    max-width: 153px;
    position: relative;
}
.site-header .language .btn {
    display: block;
    color: #B3B0A4;
    line-height: 25px;
    border: 1px solid #B3B0A4;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
}
.site-header .language .btn i {
    margin: 0px 3px 1px;
    display: inline-block;
    vertical-align: middle;
}
.site-header .language ul {
    display: none;
    border-top: 0;
    border: 1px solid #B3B0A4;
    border-bottom: 0;
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 155px;
}
.site-header .language li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #B3B0A4;
}
.site-header .language li a {
    line-height: 2;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}
.site-header .language .btn:hover,
.site-header .language .btn:hover i {
    color: #999;
    border-color: #999;
}
.site-header .language li a:hover {
    color: #A6AD47;
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    display: block;
    text-align: center;
}
.site-nav .menu li,
.site-nav .menu li a {
    position: relative;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #333333;
    line-height: 1.2;
    padding: 10px;
    margin: 5px 0;
    font-weight: bold;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #A6AD47;
}
.site-nav .menu > li > ul > li {
    border-bottom: 1px dotted #FFFFFF;
}
.site-nav .menu > li > ul > li > a:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 19px;
    left: 3px;
    background: url(../../images/common/menu_ic.png);
}
.site-nav .menu li ul {
    display: none;
    position: fixed;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    z-index: 999;
}
.site-nav .menu > li > ul {
    top: 0;
    left: 240px;
    margin: 0;
    padding: 0;
    background: rgba(167, 174, 72, .95);
    padding: 285px 15px 0 15px;
}
.site-nav .menu > li.has-child:before {
    content: "";
    width: 17px;
    height: 36px;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    margin-top: -18px;
    transition: all .2s;
    opacity: 0;
    background: url(../../images/common/menu_arrow.png);
}
.site-nav .menu > li.has-child.active:before {
    opacity: 1;
    transition: all .2s;
    transition-delay: .2s;
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: left;
    color: #FFFFFF;
    padding: 10px 17px;
    letter-spacing: 0;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #000;
}
.site-nav .menu ul ul {
    position: static;
    margin: -10px 0 10px;
}
.site-nav .menu ul ul li a {
    border: 0;
    padding: 3px 28px;
}
.site-nav .menu ul ul li a:before {
    content: "-";
    position: absolute;
    top: 1px;
    left: 17px;
}
.site-nav .menu ul ul li a:hover {
    color: #000;
}
/*------------copyright-box ------------*/
.site-header .copyright-box {
    font-size: 12px;
    text-align: center;
    color: #8C8C8C;
    line-height: 1.45;
    letter-spacing: 0;
}
.site-header .copyright-box span {
    display: block;
}
/*------------share------------*/
.site-header .share {
    text-align: center;
    margin: 0 0 30px 0;
}
.share li {
    margin: 0 0px;
}
.share .facebook {
    background: #3B5A99;
}
.share .instagram {
    background: #507DA2;
}
.share .twitter {
    background: #67ADD1;
}
/*------------ / site_header ------------*/
/*------------ share------------*/
.banner,
.banner-box {
    position: relative;
}
.banner img,
.banner_m img{
    width: 100%;
}
/*------------ / share------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    text-align: center;
    margin: 0 0 35px;
}
.main-content {
    padding: 70px 0 80px;
}
.main-content .container {
    max-width: 1330px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    text-align: center;
    margin: 0 0 45px ;
}
.main-title {
    font-size: 42px;
    color: #0C3146;
    font-weight: normal;
    margin: 0;
}
.content-title{
    margin: 0 auto;
    color:#7e9628;
    font-weight: bold;
    font-size: 25px;
}
.search-title {
    text-align: center;
    position: static;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    color: #999999;
    font-weight: bold;
    background: transparent;
    padding: 5px 10px;
    border: 2px solid #B2AFA3;
    margin: 45px 0;
    border-radius: 40px;
    font-size: 13px;
}
/*------------ content-nav  ------------*/
.content-nav-box {
    margin: 0 auto 60px;
    max-width: 1160px;
}
.content-nav {
    margin: 0 -13px;
}
.content-nav li {
    position: relative;
}
.content-nav > li {
    margin: 0 13px 20px;
}
.content-nav > li > a {
    font-size: 15px;
    color: #A9A9A9;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    border: 1px solid #333333;
    padding: 5px 25px;
    min-width: 260px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
    transition: all .2s;
}
.content-nav > li.active > a,
.content-nav > li > a:hover {
    background: #B58722;
    color: #fff;
    transition: all .2s;
}
.content-nav ul {
    display: none;
    background: #fff;
    width: 150px;
    right: 5px;
    top: 100%;
    margin: 5px 0 0 0;
    position: absolute;
    text-align: center;
    padding: 9px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 150;
}
.content-nav ul:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 24px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}
.content-nav ul li {
    border-bottom: 1px dashed #CCCCCC;
}
.content-nav ul li a {
    font-size: 13px;
    color: #444444;
    padding: 3px 0 4px;
}
.content-nav ul li a:hover {
    color: #5F7E17;
}
/*------------ / content-nav ------------*/
/*------------ shopping-title ------------*/
.shopping-title {
    color: #777777;
    font-size: 16px;
    margin: 15px 0;
    font-weight: bold;
}
.shopping-title i {
    width: 8px;
    height: 14px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    background: url('../../images/common/cart/tit.png');
}
.title-tip {
    display: block;
    color: #333333;
    font-size: 18px;
    text-align: center;
    border: 2px solid #2A9990;
    background: url('../../images/common/bg/bg5.png');
    padding: 7px 10px;
    margin: 0 0 30px;
}
.title-tip b {
    font-size: 18px;
    color: #D13934;
    text-decoration: underline;
}
/*----- buymore-title -----*/
.buymore-title {
    padding: 0;
}
.buymore-title p {
    margin: 0;
}
.buymore-title .title-tip {
    font-size: 16px;
    color: #D1AA6B;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin: 5px 0 60px 15px;
}
.buymore-title .title-tip b {
    color: #5F7E17;
    text-decoration: underline;
}
/*------------warning ------------*/
.warning-sect {
    padding-bottom: 20px;
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
}
.site-footer .ibtn.gotop {
    margin: 0 auto 15px;
}
.footer-top {
    border-top: 1px solid #E7E7E5;
    padding: 50px 0;
}
.footer-top .col {
    position: relative;
    width: 218px;
    float: left;
}
.footer-top .share {
    text-align: center;
    border-top: 1px solid #D1AA6B;
    padding: 20px 0 0 0;
    margin: 25px 0 0 0;
}
.follow .qr-inner,
.follow .fb-box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 15px 0 0;
}
.follow .fb-box:hover{
    opacity:.7;
}
.fb-fans-page{
    background: url(../../images/tw/fb.png) no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
    display: inline-block;
    transition: all 0.3s ease;
}
.fb-fans-page:hover{
    opacity: 0.7;
}
.follow .qr-inner {
    border: 4px solid #B2AFA3;
}
.follow .qr-inner img {
    border: 3px solid #fff;
    box-sizing: border-box;
}
.footer-top .site-map {
    color: #7F7F7F;
    margin: 5px 0 15px;
}
.site-map .title {
    font-weight: bold;
    color: #D1AA6B;
}
.site-map li + li a:before {
    content: "‧";
    display: inline-block;
    margin: 0 11px 5px 8px;
}
.site-map ul a:hover {
    color: #000;
}
.footer-top .site-info {
    font-size: 13px;
    color: #2A9990;
    text-align: right;
    float: right;
    letter-spacing: 0;
    margin: 0 0 0 26px;
    vertical-align: bottom;
    width: 60%;
}
.footer-top .site-info p {
    margin: 0;
    padding: 0;
}
.footer-top .site-info span + span {
    margin-left: 15px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
}
.ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 41px;
    height: 20px;
    display: block;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #868686;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 14px 25px;
    box-sizing: border-box;
    text-align: right;
    background: rgba(248, 245, 242, .8);
    z-index: 100;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: "> ";
}
.breadcrumb li a:hover {
    color: #393939;
}
.content-top .breadcrumb {
    text-align: center;
    position: static;
    display: inline-block;
    max-width: 250px;
    color: #999999;
    font-weight: bold;
    background: transparent;
    padding: 5px 10px;
    border: 2px solid #B2AFA3;
    margin: 45px 0 0;
    border-radius: 40px;
}
/*------------ / breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #434343;
    font-weight: bold;
    border: 1px solid transparent;
    margin: 0 5px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #2A9990;
    border-color: #2A9990;
}
.pagination li .controls {
    min-width: 15px;
    border: 0;
}
.pagination li .controls i {
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../../images/common/page_arrow.png);
}
.pagination li .prev {
    background-position: -12px 0;
}
.pagination li .next {
    background-position: -12px 0;
    -webkit-transform: rotate(180deg);
}
.pagination li .controls:hover i {
    background-position: -12px 100%;
}
.pagination li .first i {
    width: 12px;
}
.pagination li .last i {
    width: 12px;
    -webkit-transform: rotate(180deg);
}
.pagination li .first:hover i,
.pagination li .last:hover i {
    background-position: 0 100%;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 36px;
    color: #999;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #2A9990;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    color: #666666;
    text-align: center;
    margin: -20px 0 50px 0;
    letter-spacing: 1px;
    position: relative;
}
.reminder b {
    font-size: 13px;
    display: inline-block;
    line-height: 34px;
    width: 140px;
    margin: 25px auto 0;
    color: #2A9990;
    border: 1px solid #74BAB8;
}
.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #2A9990;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.reminder p {
    display: block;
    margin: 0;
}
.reminder strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #2A9990;
    text-align: center;
    margin: 30px 0 5px 0;
}
/*-----qty-box-----*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 70px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    min-width: 20px;
    height: 22px;
    line-height: 20px;
    font-size: 13px;
    color: #8C8C8C;
    background: transparent;
    border-radius: 5px;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
}
.qty-box .btn {
    color: transparent;
    background: url('../../images/common/btn_qty.png');
    width: 24px;
    height: 24px;
    position: absolute !important;
    z-index: 0;
    top: -1px;
}
.qty-box .btn.less {
    background-position: -24px 0;
}
.qty-box .btn:hover {
    background-position: 0 -24px;
}
.qty-box .btn.less:hover {
    background-position: -24px -24px;
}
.qty-box .add {
    right: -8px;
}
.qty-box .less {
    left: 0;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666666;
    padding: 0 6px;
    border: 1px solid #EAE3CE;
    background: #EEEDDA;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 13px;
    padding: 0 10px;
}
.form-control:focus {
    outline: none;
    border-color: #9E8557;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 210px;
}
.form-box .form-group {
    padding: 5px 0 10px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
    color: #666666;
}
.form-group.btn-group {
    margin: 27px 0 0 0;
}
.form-group.btn-group .btn {
    display: inline-block;
}
.form-group.btn-group .btn + .btn {
    margin-left: 35px;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #399F99;
    margin: 0 0 10px;
}
.form-box .control-label .static-control {
    display: inline-block;
    margin: 0 0 0 10px;
}
/*-----form-wrap-----*/
.form-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.form-wrap2 {
    max-width: 650px;
}
.form-box {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.form-box2 {
    max-width: 600px;
}
.form-box .row {
    margin: 0 -25px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 25px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1px 10px;
    background: #2A9990;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha a {
    display: inline-block;
    color: #FF732F;
    font-weight: bold;
    font-size: 20px;
    line-height: inherit;
    line-height: 1;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 50;
}
.form-box .captcha a .ic-rotate-left {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #FF732F;
    font-size: 18px;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover .ic-rotate-left {
    opacity: .8;
    transform: rotate(270deg);
    color: #2B9990;
}
/*----- name -----*/
.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;
}
/*----- address -----*/
.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%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #3BA199;
    font-size: 13px;
    padding: 0 5px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.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;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.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: 18px;
    height: 18px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.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-----*/
.success-box {
    text-align: center;
    margin: 80px auto 0;
    box-sizing: border-box;
    color: #585858;
    color: #666666;
    font-size: 15px;
}
.success-box .msg {
    color: #2A9990;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.success-box .msg.has-icon:before {
    content: "";
    width: 72px;
    height: 72px;
    display: block;
    margin: -45px auto 10px;
    background: url('../../images/common/contact_ok.png');
}
.success-box b {
    display: block;
}
.success-box a {
    color: #2A9990;
    text-decoration: underline;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 12px;
    height: 12px;
    right: 15px;
    top: -21px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: 0px 0px 15px rgba(170, 170, 170, .25);
}
body .fancybox-skin {
    border-radius: 15px;
    background: #fff;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.lightbox-wrapper .form-control {
    border: 1px solid #EAE3CE;
    color: #999999;
    background: #EEEDDA;
    font-size: 13px;
    height: 30px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 15px;
}
/*---- arrival ----*/
.arrival-box {
    position: relative;
    padding: 30px 0;
}
.arrival-box .arrival-title {
    font-size: 18px;
    color: #2A9990;
    margin: 0;
}
.arrival-box .arrival-title i {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0px auto 10px;
    background: url('../../images/common/member/login.png');
}
.arrival-box .pd-id {
    color: #AAAAAA;
    font-size: 13px;
    margin: 0 0 30px;
}
.arrival-notice {
    color: #666666;
    font-size: 15px;
    margin: 0 0 40px;
}
.arrival-box .btn {
    margin: 0 auto;
    display: block;
}
/*---- login ----*/
.login-box {
    margin: 9px 0 0 0;
}
.login-title {
    font-size: 18px;
    color: #2A9990;
    font-weight: bold;
}
.login-title i {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 20px;
    background: url('../../images/common/member/login.png');
}
.login-box .form-box {
    max-width: 600px;
}
.login-box .btn-box {
    padding: 0;
}
.login-btn-box a {
    color: #2A9990;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 5px 25px;
}
.login-btn-box a:last-child {
    color: #7E9626;
}
.login-box .success-box {
    margin: 0;
}
/*---- notice ----*/
.lightbox-wrapper .notice-box {
    margin: 30px auto 0;
    color: #797979;
    background: #000000;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #333333;
}
.lightbox-wrapper .notice-box .title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.lightbox-wrapper .success-box {
    padding: 20px 0 60px;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: #2A9990;
}
.mmenu-show #mobile-search {
    background: #333;
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #2A9990;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #F49B99;
    border-color: #F49B99;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    padding: 5px;
    background: #2A9990;
}
.mmenu-show #mobile-menu .menu ul li a {
    padding-left: 40px;
    background: #666;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mmenu-show #mobile-menu .menu li a {
    display: block;
    padding: 10px 30px;
    border-bottom: 1px dotted rgba(85, 85, 85, .2);
    color: #666;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #2A9990;
}
.mmenu-show #mobile-menu .share .btn i {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    background: #2A9990;
    color: #FFF;
}
.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-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1680px) {
    /*------------ floating 1680 ------------*/
    .floating {
        display: none;
    }
    /*------------ / floating 1680 ------------*/
    .container-box {
        padding: 0 0 0 240px;
    }
}
@media screen and (max-width: 1500px) {
    /*------------ / site_footer 1500 ------------*/
    .footer-top .col,
    .footer-top .site-info {
        width: auto;
        float: none;
        text-align: center;
    }
    .footer-top .site-info{
        margin-top: 25px;
    }
    /*------------ / site_footer 1500 ------------*/
}
@media screen and (max-width: 1024px) {
    /*------------ container 1024 ------------*/
    .container-box {
        padding: 0;
    }
    .container-box .container {
        padding: 0 15px;
    }
    /*------------ / container 1024 ------------*/
    /*------------ site_header 1024 ------------*/
    .top-nav,
    .site-header .site-nav ,
    .site-header .language,
    .site-header .share,
    .site-header .copyright-box{
        display: none;
    }
    .site-header{
        position: relative;
        height: auto;
        width: 100%;
        z-index: 300;
    }
    .site-title{
        margin:15px 0;
    }
    .site-title .logo{
        height: 100px;
    }
    /*------------ / site_header 1024 ------------*/
    /*------------ floating 1024 ------------*/
    .floating,
    .floating.fancybox-margin {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        top: auto;
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -12px;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 25px;
        height: 25px;
        border: 0;
    }
    .ibtn.gotop{
        display: none;
    }
    /*------------ / floating 1024 ------------*/
    /*------------ / site_footer 1024 ------------*/
    .footer-top .site-info {
        display: none;
    }
    /*------------ / site_footer 1024 ------------*/
    .main-title{
        font-size: 28px;
    }
    /*------------ form 1024 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        padding: 0;
    }
    .form-box.has-bg {
        padding: 40px 20px 10px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 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-box .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    .form-box .captcha a {
        right: 2%;
    }
    /*------------ / form 1024 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    /*--- 隱私權手機板 ---*/
    .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隱私權手機板 ---*/
}
@media screen and (max-width: 900px) {
    /*------------ form 900 ------------*/
    .form-group.btn-group {
        text-align: center;
    }
    .form-group.btn-group .btn,
    .form-group.btn-group .btn + .btn {
        margin: 0 10px 10px;
    }
    /*------------ / form 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 30px 0 40px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        padding: 5px 15px;
    }
    .content-top .breadcrumb {
        margin: 20px 0;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .page-info {
        display: block;
        padding: 0 70px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -37px;
    }
    .pagination li a.prev {
        left: 35px;
    }
    .pagination li a.next {
        right: 35px;
    }
    .pagination li a.first {
        left: 10px;
    }
    .pagination li a.last {
        right: 10px;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
}
