@charset "utf-8";


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

body {
    font-family: Arial, 'Open Sans', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #111;
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.35px;
}

.wrapper {
    background: #000;
    position: relative;
    border-top: 8px solid #fff;
}

.wrapper>.container {
    max-width: 1705px;
}

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

.cover-links {
    font-size: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

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

/*--- 隱私權 ---*/

.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 40px;
    width: 330px;
    padding: 30px 45px 30px 20px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.14);
}

.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -30px;
    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: #01488d;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

.header-fixed .site-header .header-sheet .container {
    position: initial;
    background: none;
    max-width: inherit;
    left: auto;
    top: auto;
    width: auto;
}

.header-fixed .header-sheet .close-ontop {
    right: 15px;
    top: 43px;
}

/*---! 隱私權 ---*/
/*------------ btn ------------*/


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

.btn {
    border-radius: 0px;
}

.btn.back,
.btn.style03{
    border: 1px solid #009cdc;
    color: #009cdc;
    font-size: 14px;
    line-height: 40px;
    transition: all .2s;
    padding: 0 30px;
    box-sizing: border-box;
    position:relative;
}
.btn.style03{
    margin:0 6px;
}
.btn.back span,
.btn.style03 span{
    z-index: 10;
    position: relative;
}
.btn.back i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size:12px;
    transition:all .3s ease;
}

.btn.back:after,
.btn.style03:after{
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #009cdc;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.btn.style03:after{
    z-index:0;
}
.btn.back:hover:after,
.btn.style03:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.btn.back:hover,
.btn.style03:hover,
.btn.style03.bg2:hover{
    color: #fff;
}

.btn.style03{
    border-color:#8a8a8a;
    color:#6c6c6c;
}
.btn.style03.bg2{
    border-color:#00a6dc;
    color:#00a6dc;
}
.btn.style03:after{
    background: #313131;
}
.btn.style03.bg2:after{
    background: #0075bc;
}

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

.btn-box {
    clear: both;
    padding: 30px 0 0 0;
    position: relative;
    text-align: center;
}

.btn-box.align-left {
    text-align: left;
}

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

.btn-box.has-border {
    border-top: 1px solid #E4EDD1;
}

.btn-box.align-right .btn {
    margin-left: 15px;
}

.btn-box.align-left .btn {
    margin-right: 15px;
}

.btn-block .btn {
    display: block;
    width: 100%;
}



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


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

.site-header {
    position: relative;
}

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

.site-title {
    text-align: center;
    margin: -8px 0 30px;
    padding: 20px 0 30px;
    background: url(../../images/common/logo_bg.png)no-repeat top center;
    background-size: contain;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 442px;
    height: 63px;
    transition: opacity .3s ease;
}

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



/*------------ left-nav ------------*/

.left-nav {
    position: absolute;
    top: 40px;
    left: 0;
}

.left-nav>ul {
    color: #46505F;
    font-size: 14px;
    line-height: 12px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #A6AEBF transparent #7C869A;
}

.left-nav .func-menu {
    margin-top: 40px;
}

.left-nav .func-menu,
.left-nav .func-menu li {
    border: none;
}

.left-nav li {
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #7C869A transparent #A6AEBF;
}

.left-nav li a {
    transition: all .2s;
    padding: 0 13px;
    color: #fff;
}
.left-nav li a:hover{
    color:#00aee1;
}
.right-nav .func-menu li a {
    padding: 0;
    font-size: 15px;
    font-family: 'Open Sans', '微軟正黑體';
    color: #fff;
}

.right-nav .func-menu  i {
    width: 29px;
    height: 29px;
    background: #3ba2bb;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.right-nav li a:hover {
    transition: all .2s;
    color: #009CDC;
}

.right-nav .func-menu li a:hover i {
    color: #fff;
    background: #1590c8;
}

.right-nav .func-menu li span {
    font-size: 25px;
    top: 3px;
    position: relative;
    left: 10px;
}
.right-nav .func-menu{
    margin-top:-15px;
}
/*------------ right-nav ------------*/

.right-nav {
    position: absolute;
    top: 30px;
    right: 0;
}

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

.right-nav>ul>li {
    margin: 0 3px;
}

/*---- language ----*/

.language {
    position: relative;
    margin: 0 -1px;
}

.language .btn {
    display: none;
}

.language ul li {
    float: left;
}



/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    width: 206px;
    background: #000;
    padding: 8px 35px 8px 10px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #0083C5;
}

.site-header .search-box .form-control {
    height: 22px;
    line-height: 22px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    background: none;
    color: #2b95d5;
    padding: 0 10px;
    transition: all .1s;
    background: #000;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    /* transition: all .1s; */
    /* background: rgba(255, 255, 255, .5); */
}

.site-header .ibtn.search {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 10px;
    cursor: pointer;
    background: url('../../images/common/ic_search.png');
}

.site-header .ibtn.search:hover {
    background-position: 0 100%;
}

.site-header .search-box a {
    position: absolute;
    right: 11px;
    top: 3px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.site-header .search-box:hover a {
    color: #0075bc;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #68c6ff;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #666;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #0075bc;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #666;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: #909AB0;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #666;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #909AB0;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #666;
}



/*------------site-nav ------------*/

.site-nav {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0075bb+9,009cdc+38,00b9e8+65,0075bc+88 */
    background: #0075bb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0075bb 9%, #009cdc 38%, #00b9e8 65%, #0075bc 88%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0075bb 9%, #009cdc 38%, #00b9e8 65%, #0075bc 88%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0075bb 9%, #009cdc 38%, #00b9e8 65%, #0075bc 88%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bb', endColorstr='#0075bc', GradientType=1);
    /* IE6-9 */
    position: relative;
    padding: 4px 0;
}

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

.site-nav .container {
    display: block;
}

.site-nav .menu {
    text-align: center;
    width: 100%;
}

.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}

.site-nav .menu li+li:before {
    content: '//';
    color: #fff;
}

.site-nav .menu ul li+li:before {
    display: none;
}

.site-nav .menu>li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu>li>a {
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 5px;
    letter-spacing: 1px;
    min-width: 135px;
    line-height: 1.2;
    font-weight: bold;
    transition: all .2s;
    font-family: 'Open Sans', '微軟正黑體';
}

.site-nav .menu>li>a:after {
    content: '';
    width: 100%;
    max-width: 100px;
    height: 4px;
    background: #0075BC;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .2s;
    opacity: 0;
}

.site-nav .menu>li>a:hover:after {
    opacity: 1;
    bottom: -3px;
}

.site-nav .menu li a span {
    transition: all .2s;
}

.site-nav .menu li a:hover span {
    opacity: 0;
    transition: all .2s;
}

.site-nav .menu li a:before {
    content: attr(title);
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all .2s;
}

.site-nav .menu li a:hover:before {
    opacity: 1;
    transition: all .2s;
}

.site-nav .menu>li>a:hover {
    transition: all .2s;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 150px;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
}

.site-nav .menu ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

.site-nav .menu ul li a {
    text-align: center;
    color: #000;
    padding: 8px 0;
    display: block;
    background: #ffffff;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #1e97d3;
    color: #fff;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}



/*------------share------------*/

.share {
    display: block;
    text-align: right;
    margin: 15px -3px 0 -3px;
}

.share .btn {
    transition: all .2s;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    /* background: #909BB0; */
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0;
    border: 2px solid #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.share .btn:hover {
    transition: all .2s;
}

.share .facebook .btn:hover {
    color: #0075bc;
    border-color: #0075bc;
}

.share .google .btn:hover {
    color: #FCB4B6;
    border-color: #FCB4B6;
}

.share .twitter .btn:hover {
    color: #99E5FF;
    border-color: #99E5FF;
}

.share .plurk .btn:hover {
    color: #f2833a;
    border-color: #f2833a;
}

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


/*------------ header-fixed ------------*/

.header-fixed .site-header {
    width: 100%;
    position: fixed;
    z-index: 500;
}

.header-fixed .wrapper {
    border: none;
}

.header-fixed .site-header .container {
    position: absolute;
    max-width: 1675px;
    width: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0075bb+9,009cdc+38,00b9e8+65,0075bc+88 */
    background: #0075bb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0075bb 9%, #009cdc 38%, #00b9e8 65%, #0075bc 88%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0075bb 9%, #009cdc 38%, #00b9e8 65%, #0075bc 88%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0075bb 9%, #009cdc 38%, #00b9e8 65%, #0075bc 88%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bb', endColorstr='#0075bc', GradientType=1);
    /* IE6-9 */

}

.header-fixed .site-title {
    padding: 9px 15px;
    float: left;
    margin: 0;
    background-size: auto;
}

.header-fixed .site-title .logo {
    width: 276px;
    height: 40px;
}

.header-fixed .site-nav {
    background: none;
    float: left;
    padding: 4px 0;
}

.header-fixed .left-nav,
.header-fixed .right-nav {
    position: static;
    float: right;
    margin: 0;
    top: 0;
}

.header-fixed .left-nav ul {
    display: none;
}

.header-fixed .left-nav .func-menu {
    display: block;
    margin: 0;
    padding: 15px 25px 0px;
    /* background: #A6AEBF; */
}

.header-fixed .func-menu>li>a {
    color: #fff;
    padding: 0;
}

.header-fixed .func-menu .cart-box {
    left: auto;
    right: -15px;
    margin: 19px 0 0 0;
}

.header-fixed .share {
    display: none;
}
.header-fixed .right-nav .func-menu{
    
margin: 0;
    
margin-right: 40px;
}
.header-fixed .site-header .search-box {
    padding: 0;
    /* background: transparent; */
    margin-top: 10px;
}

.header-fixed .site-header .search-box .form-control {
    height: 35px;
    line-height: 35px;
    /* padding: 0 30px 0 10px; */
}

.header-fixed .site-header .ibtn.search {
    right: 17px;
    top: 10px;
}



/*------------ / header-fixed ------------*/


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

.banner {
    position: relative;
    text-align: center;
}



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


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

.main-top {
    position: relative;
    background: #e3e3e3;
    margin: 0 0 40px;
    padding: 6px 0;
}

.main-title {
    color: #191B27;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    padding: 0 0px 0 60px;
    margin: 0 0 40px;
    line-height: 1.2;
}

.main-title i {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #0A0A0A;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

.main-title i:last-child {
    left: auto;
    right: -3px;
}

.main-title:after {
    content: "";
    display: block;
    background: url(../../images/common/line.jpg)repeat-x;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0 0;
    z-index: -1;
}

.main-title span {
    background: #f9f9f9;
    margin: 7px 0 0;
    padding: 0 10px;
}

.main-title b {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 20px;
    background: -webkit-linear-gradient(left, #04ABD5 0, #0075BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}

.site-main {
    position: relative;
    background: #F9F9F9;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}

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

.content-title {
    font-size: 15px;
    font-weight: bold;
    color: #4C4C4C;
    margin: 0 0 10px;
}



/*------------ warning ------------*/

.warning-sect {
    display: none;
}



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


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

.site-footer {
    background: #282828;
    padding-top: 50px;
}

.site-footer .container {
    border-top: 1px solid #535353;
    padding: 35px 15px;
}

.site-footer p {
    margin: 0;
}

.site-footer .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.site-footer .site-info {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    border-right: 1px dashed #D8D7D5;
}

.site-info .add {
    margin: 0 0 10px;
}

.site-info .add b {
    /* color: #7D8BC4; */
    display: inline-block;
    margin: 0 5px 0 0;
    /* font-size: 15px; */
}

.site-footer .qr-inner {
    max-width: 100px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.site-footer .fb-box{
     display: inline-block;
      vertical-align: middle;
}
.site-footer .fb-box .fb-fans-page{
     width: 100px;
     height:100px;
      background:url(../../images/tw/fb.jpg);
}
.site-footer .qr-inner span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #788190;
    line-height: 17px;
    margin: 5px 0 0 0;
}

.site-info-box {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 230px);
    margin-top: 10px;
    margin-left:10px;
}
.site-info-box b {
    width: 60px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #00A3D9;
    margin: 0 5px 5px 0;
}

.site-info-box span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px)
}

.site-info-box p+p {
    margin: 3px 0 0;
}

.site-footer .site-map {
    padding: 0 0 0 70px;
}

.site-footer .site-map .title {
    color: #7D8BC4;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    margin: 0px 0 15px;
    background: url(../../images/common/footer-logo.png)no-repeat;
    text-indent: -9999%;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.45;
    color: #fff;
}

.site-map ul+ul {
    margin: 0 0 0 35px;
}

.site-map li+li {
    margin: 6px 0 0 0;
}

.site-map ul a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #009DFB;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 7px 0 0;
}

.site-map ul a:hover {
    color: #0074BB;
}

.site-footer .copyright-box {
    clear: both;
    border-top: 1px solid #535353;
    margin: 0px auto 0;
    text-align: center;
    padding: 15px;
    color: #8e9197;
    font-size: 12px;
    max-width: 1440px;
    box-sizing: border-box;
}



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


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

.floating,
.floating.fancybox-margin {
    display: block;
    position: fixed;
    z-index: 800;
    right: 50%;
    bottom: 30%;
    margin-right: -920px;
}

.floating .gotop {
    width: 65px;
    height: 65px;
    background: url('../../images/common/gotop.png');
    display: block;
    border: 2px solid #009CDC;
    border-radius: 100%;
}

.floating .gotop:hover {
    box-shadow: 0px 5px 15px rgba(0, 117, 188, 0.76);
}



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


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

.breadcrumb {
    color: #77849E;
    position: relative;
    font-size: 12px;
}

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

.breadcrumb li+li:before {
    content: ">";
    margin: 0px 3px;
}

.breadcrumb li a:hover {
    color: #000000;
}

.products-breadcrumb {
    line-height: 1.2;
    color: #777777;
    padding: 0 5px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 40px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}

.products-breadcrumb li+li:before {
    content: "-";
}



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


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

.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}

.has-side .content {
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
    max-width: 1120px;
}

.side-nav {
    position: relative;
}

.side .title {
    background: url(../../images/common/main_bg.png)no-repeat;
    color: #FFFFFF;
    font-family: 'Open Sans', '微軟正黑體', sans-serif;
    position: relative;
    line-height: 30px;
    text-align: left;
    font-size: 22px;
    padding: 11px 0 11px 15px;
    letter-spacing: 2px;
    margin: 0 0 10px;
    font-weight: bold;
}

.side .title .en {
    font-size: 18px;
    font-weight: bolder;
    color: #A6DEFF;
    display: block;
}

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

.side-nav-top a {
    font-size: 16px;
    font-weight: bold;
    color: #CEA497;
    border: 1px solid #CEA497;
    padding: 0 10px;
    transition: all .2s;
}

.side-nav-top li a:hover,
.side-nav-top li.active a {
    background: #CEA497;
    color: #fff;
    transition: all .2s;
}

.side-nav>li {
    border-bottom: 1px solid #C6D0DF;
    margin-bottom: 5px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    font-size: 15px;
}

.side-nav li a:hover {
    transition: all .2s;
}

.side-nav>li>a {
    position: relative;
    font-size: 15px;
    color: #555;
    /* background: #FFFFFF; */
    padding: 11px 15px;
    font-weight: bold;
    transition: all .2s;
    padding: 12px 15px 12px 30px;
}

.side-nav>li>a:before {
    content: "\f054";
    color: #0080c4;
    font-size: 12px;
    display: block;
    position: absolute;
    transform: scale(0.7);
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
    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;
    opacity: 0;
}

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

.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    opacity: 1;
    transition: all .2s;
    color: #ffffff;
}

.side-nav ul {
    padding: 10px 0 20px 0;
    display: none;
}

.side-nav ul li a {
    padding: 5px 10px 7px 30px;
    color: #222;
    transition: all .3s ease;
    margin-bottom: 2px;
}

.side-nav ul li>a:hover,
.side-nav ul li.active>a {
    color: #247DAD;
    font-weight: bold;
    padding-left: 40px;
}

.side-nav ul>li.has-child>a:after {
    content: "\e1017";
    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: 13px;
    color: #000;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -6px 0 0 0;
}

.side-nav ul>li.has-child.active>a:after {
    content: "\e1018";
}

.side-nav>li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}

.side-nav ul ul {
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
    margin: 5px 0 15px;
}

.side-nav ul ul li a {
    font-size: 14px;
    color: #333;
    padding: 7px 10px 7px 50px;
    margin-bottom: 0;
}

.side-nav ul ul li>a:hover,
.side-nav ul ul li.active>a {
    background: #1999cb;
    color: #fff;
    padding-left: 60px;
}



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


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

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    color: #777777;
    font-size: 13px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    color: #fff;
    background: #c0c4cd;
    width: 25px;
    min-width: 25px;
}

.pagination li a.controls {
    font-size: 22px;
    color: #B7C2D7;
    width: 30px;
    height: 30px;
    min-width: inherit;
    margin: 0 20px;
    border: 1px solid #D7DDE8;
}

.pagination li a.controls i {
    line-height: .9;
}

.pagination li a.controls:hover {
    background: #c0c4cd;
    color: #fff;
    border-color: #c0c4cd;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}



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


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


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0 20px;
}

.reminder b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #00a5db;
}



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

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666666;
    border: 1px solid #D5D6DD;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0px;
}

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

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

.form-box .form-group {
    padding: 5px 0 15px;
}

.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #000;
    padding: 0 0 0px 20px;
    font-size: 15px;
}

.form-box .control-box {
    position: relative;
    margin: 5px 0 0 0;
}

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

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}



/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #7370A0;
    font-weight: bold;
    margin: 0 0 0 17px;
}

.static-control.color2 {
    color: #FF6F6F;
}

.static-control.color3 {
    color: #000;
}



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

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    border: 1px solid #C9C9C9;
    padding: 40px 45px;
}

.form-box {
    position: relative;
}

.form-box .row {
    margin: 0 -10px;
}

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



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

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

.form-box .required:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #00a5db;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -4px 0 0 0;
}



/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 270px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #A1B1CA;
    font-weight: bold;
    transition: transform .3s;
    margin: 0 0 0 5px;
}

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



/*----- name -----*/

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

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

.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: 100%;
}

.form-box .address3 .input-group .input-box {
    width: 20%;
}

.form-box .address3 .input-box:last-child {
    width: 60%;
}



/*----- tips -----*/

.form-box .tips {
    line-height: 1.5;
    margin: 10px 0 0;
    color: #FF6F6F;
    padding: 0 5px;
    font-size: 13px;
}

.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: 0px 0 5px 0;
}

.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: 150;
    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 3px 5px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.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;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #525252;
    line-height: 1.75;
}

.success-box.has-border {
    padding: 45px 15px 35px;
    border: 1px solid #C9C9C9;
}

.success-box .msg {
    color: #00b2e4;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    max-width: 960px;
    background: #fff;
    margin: 0 auto;
}

.success-box .msg i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}

.success-box a {
    
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}

.success-box>span b {
    color: #000;
}

.success-box strong {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 8px 0;
    max-width: 960px;
    background: #FF6E6E;
    margin: 20px auto 0;
    border-radius: 10px;
}



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


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

body .fancybox-close,
.album-fancybox .close {
    background: none;
    width: auto;
    height: auto;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    background: #697EA9;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 0;
}

body .fancybox-close:after,
.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 2px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:hover {
    background: #C59485;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 15px;
    background: transparent;
}

body .fancybox-image {
    border-radius: 15px;
}

body .fancybox-title-over-wrap {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 10px 15px;
    text-align: center;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}



/*------------ fancybox ------------*/

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: 0 auto 150px;
    border-radius: 20px;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.photo-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
}

.photo-intro {
    font-size: 13px;
    color: #666666;
    line-height: 1.75;
    padding: 10px 15px;
}

.photo-pager {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}

body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 0 10px;
}

body #fancybox-thumbs ul li {
    opacity: 1;
    padding: 0 10px;
}

.album-fancybox {
    position: relative;
    overflow: hidden;
}

.gallery-btn {
    max-width: 970px;
    margin: 0 auto -17px auto;
    text-align: right;
    position: relative;
    z-index: 50;
    height: 35px;
}

.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}

.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 22px;
    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;
}

.album-fancybox .close:hover {
    color: #DCDDD5;
}

.album-fancybox .stage {
    background: #fff;
    max-width: 970px;
    margin: 0 auto 85px;
    box-sizing: border-box;
    padding: 10px 13px 30px;
    border: 3px solid #CCCCCC;
    border-radius: 10px;
}

.album-fancybox .fancybox-next,
.album-fancybox .fancybox-prev {}

body .fancybox-nav span {
    visibility: visible;
}

.album-fancybox .fancybox-prev span,
.album-fancybox .fancybox-next span {
    top: 50%;
    position: absolute;
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .6);
    margin-top: -30px;
    background-position: 0 100%;
    cursor: pointer;
    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;
    z-index: 55;
    background: none;
}

.album-fancybox .fancybox-prev span:before {
    content: "\f104";
}

.album-fancybox .fancybox-next span:before {
    content: "\f105";
}

.album-fancybox .txt {
    color: #666666;
    line-height: 1.8;
    margin: 15px 15px 0;
}

.album-fancybox .title-box .title {
    margin: 0 0 10px 0;
    font-size: 15px;
    padding: 10px 0 10px 15px;
    color: #687EA9;
    font-weight: bold;
    border-bottom: 1px dashed #BBBBBB;
}

.album-fancybox .title-box .title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}

.album-fancybox .gallery-page {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    margin-top: -50px;
    background: #697EA9;
    line-height: 27px;
    border-radius: 27px;
    padding: 0 22px;
}

.album-fancybox .gallery-page .current {
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 3px;
}

.album-fancybox .thumbnails {
    max-width: 972px;
    box-sizing: border-box;
    margin: 0 auto;
}

body #fancybox-thumbs {
    margin: 0 -8px;
}

.album-fancybox .slider-nav .item {
    padding: 0 8px;
    cursor: pointer;
    outline: 0;
}

body #fancybox-thumbs ul li {
    max-width: 125px;
    position: relative;
    margin: 0 auto;
}

body #fancybox-thumbs ul li a:before,
body #fancybox-thumbs ul li a:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

body #fancybox-thumbs ul li a:after {
    content: "\e1038";
    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: 12px;
    color: #FFFFFF;
    background: #697EA9;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    z-index: 50;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -13px 0 0 -13px;
}

body #fancybox-thumbs ul li.active a:before,
body #fancybox-thumbs ul li.active a:after,
body #fancybox-thumbs ul li:hover a:before,
body #fancybox-thumbs ul li:hover a:after {
    transition: all .2s;
    opacity: 1;
}


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


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background: #121418;
}

.mmenu-show #mobile-search {
    background: #121418;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #121418;
}

.mmenu-show #mobile-menu .share .btn {
    border-color: #216bb3;
    color: #216bb3;
    box-shadow: none;
}

.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    /* background: #788190; */
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
    background: #eee;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed rgba(119, 132, 158, .5);
    color: #000;
}

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

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #3989d6;
    font-weight: bold;
}

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

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}

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

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}

.mmenu-show #mobile-menu .menu ul ul li a:hover,
.mmenu-show #mobile-menu .menu ul ul li.active>a {
    color: #CEA497;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}

.mmenu-show #mobile-menu .language li+li a {
    border: 0;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}

.mmenu-show #mobile-menu .share {
    float: none;
    margin: 10px 0;
    padding: 0;
}

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

.mmenu-show #mobile-menu .side-nav-top {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 30px 0;
}

.mmenu-show #mobile-menu .side-nav {
    padding-bottom: 0;
    border-bottom: 3px solid #ddd;
}

.mmenu-show #mobile-menu .side-nav ul {
    padding: 0;
    margin: 0 0 10px 0;
}

.mmenu-show #mobile-menu .side-nav ul>li.has-child>a:after {
    top: 50%;
    right: 20px;
}

.mmenu-show #mobile-menu .menu ul ul {
    background: #fff;
}

.mmenu-show #mobile-menu .menu ul ul ul li a {
    padding: 10px 30px 10px 70px;
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

.no-svg .mmenu-show #mobile-search .ibtn.search {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 8px;
    cursor: pointer;
    background: url('../../images/common/ic_search.png');
    background-position: 0 100%;
}


/*------------ / mobile_menu ------------*/

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

    /*------------ floating 1800 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 15px;
        margin: 0;
    }

    /*------------ / floating 1800 ------------*/
}

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

    /*------------ header-fixed ------------*/
    .header-fixed .site-header .container {
        max-width: 100%;
        width: auto;
        left: 0;
        right: 30px;
    }

    /*------------ / header-fixed ------------*/
}

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

    /*------------ header-fixed ------------*/
    .header-fixed .right-nav {
        display: none;
    }

    .header-fixed .site-nav .menu>li>a {
        margin: 0;
    }

    /*------------ / header-fixed ------------*/
}

@media screen and (max-width: 1400px) {
    /*------------ site-header 1400 ------------*/




    /*------------ / site-header 1400 ------------*/
}

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

    /*------------ header-fixed ------------*/
    .header-fixed .site-title {
        display: none;
    }

    .header-fixed .site-nav .menu>li>a {
        min-width: 100px;
    }

    .header-fixed .site-nav {
        float: none;
        text-align: center;
    }

    .header-fixed .left-nav .func-menu {
        position: absolute;
        top: 0;
        right: 0;
    }

    .site-title .logo {
        width: 276px;
        height: 40px;
    }

    .site-title {
        margin: -8px 0 30px;
        background-size: 40%;
    }

    .left-nav,
    .right-nav {
        top: 20px;
    }

    .left-nav .func-menu,
        {
        margin-top: 20px;
    }

    /*------------ / header-fixed ------------*/
}

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

    /*------------ lightbox 1150 ------------*/
    body .fancybox-close,
    .album-fancybox .close {
        right: 0;
    }

    .album-fancybox .slick-prev {
        left: 10px;
    }

    .album-fancybox .slick-next {
        right: 10px;
    }

    /*------------ / lightbox 1150 ------------*/
}

@media screen and (max-width: 1024px) {
    /*--- 隱私權手機板 ---*/

    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        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;
    }

    .header-fixed .header-sheet .close-ontop {
        top: 20px;
    }

    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 1024 ------------*/
    .site-title {
        margin: 0;
        background: none;
        padding: 15px 0;
    }

    .left-nav,
    .right-nav,
    .site-nav {
        display: none;
    }

    .wrapper {
        border: none;
    }

    /*------------ / site-header 1024 ------------*/
    /*------------ header-fixed ------------*/
    .header-fixed .site-header .container {
        position: static;
    }

    .header-fixed .site-header {
        position: static;
    }

    .header-fixed .site-title {
        margin: 15px 0;
        padding: 0;
        float: none;
        background: none;
        text-align: center;
        position: static;
    }

    /*------------ / header-fixed ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .site-info {
        width: auto;
        display: block;
        border: 0;
    }

    .site-info-box span {
        text-align: left;
    }

    .site-footer .site-map {
        display: none;
    }

    .btn-box.align-right .btn {
        margin-left: 0px;
    }

    .success-box .msg {
        font-size: 16px;
    }

    .success-box .msg i {
        font-size: 24px;
        margin: 0 5px 4px 0;
    }

    /*------------ / site-footer 1024 ------------*/
}

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

    /*------------ form 900 ------------*/
    .form-box .address3 .input-group .input-box {
        width: 50%;
    }

    .form-wrap {
        padding: 20px 15px;
    }

    .form-box .address3 .input-box:last-child {
        width: 100%;
    }

    /*------------ / form 900 ------------*/
}

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

    /*------------ / site-main 767 ------------*/
    .wrapper>.container {
        padding: 0;
    }

    .main-title {
        text-align: center;
        padding: 0;
        margin-bottom: 35px;
        font-size: 16px;
        margin-top: 15px;
    }

    .main-title span {
        display: block;
        max-width: 150px;
        margin: 0 auto;
    }

    .main-title b {
        display: block;
        line-height: 1.6;
        margin: 0;
        font-size: 20px;
    }

    .main-content {
        padding: 0 0 40px;
    }

    .products-breadcrumb {
        margin-bottom: 20px;
    }

    /*------------ / site-main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }

    .pagination-title {
        margin: 0;
    }

    .page-info {
        display: block;
        padding: 0 40px;
    }

    .pagination {
        position: relative;
        height: 0;
    }

    .pagination li a {
        display: none;
    }

    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -26px;
        margin: 0;
    }

    .pagination li a.prev {
        left: 0;
    }

    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }

    .pagination li span {
        display: none;
    }

    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }

    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box {
        padding: 0;
    }

    .form-box .row {
        margin: 0;
    }

    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }

    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }

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

    .form-box .captcha a {
        right: 2%;
    }

    .static-control {
        margin: 0 0 20px;
    }

    /*------------ / form 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }

    .floating .gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }

    /*------------ / floating 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .album-fancybox .stage {
        padding: 7px 8px 10px;
        margin: 0 auto 45px;
    }

    .main-top {
        margin: 0 0 10px;
    }
    .site-footer .container {
    padding: 15px;
}
.site-footer {
    padding-top: 30px;
}
    /*------------ / lightbox 767 ------------*/
}

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

    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 50%;
    }

    /*------------ form 500 ------------*/
}

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

    /*------------ site-footer 480 ------------*/
    .site-footer .qr-inner {
        margin:5px 10px;
        text-align: center;
    }

    .site-info-box {
        display: block;
        width: auto;
    }

    /*------------ / site-footer 480 ------------*/
}