@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');
.lazyload,.lazyloaded{
    width: 100%;
}
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #101010;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.8px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
/*------------ / 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 #003E5B;
    font-size: 15px;

}
.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:#003E5B;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #569bf9;
    margin: 0 3px 3px;
}
.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.success {
    background-image: url('../../images/common/success_ic.png');
}
.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.login {
    background-image: url('../../images/common/login_ic.png');
}

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

/*------------ btn ------------*/
.site-footer .share li{
    display: inline-block;
}
.share .btn {
    color:#65AEFC;
}

.share .btn .ic {
    vertical-align: middle;
    font-size: 13px;
    width: 30px;
    height: 30px;
    background: #65AFFC;
    border-radius: 50%;
    color: #00486A;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s ease;
}
.share .btn:hover .ic{
    background: #fff;
} 
.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: Roboto;
    font-weight: bold;
}
.share .btn:hover {
    color: #FFFFFF;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb.png');
    width: 93px;
    height: 93px;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ibtn.fb-fans-page:hover {
    background-position: bottom;
}
.ibtn.links-page {
    background-image: url('../../images/tw/link.jpg');
    width: 176px;
    height: 93px;
}

.btn.back {
    padding: 0 28px 0 34px;
    color: #fff;
    background: #4B8DF8;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    max-width: 153px;
    position: relative;
    text-align: right;
    margin: 0px auto 0;
    border: none;
    font-family: 'Roboto';
    font-weight: bold;
    display: block;
}

.btn.back:hover {
    background: #65AFFC;
}

.btn.back .c-btn-line {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    display: block;
    margin: auto;
    margin-right: -40px;
    max-width: 24px;

    width: 14%;
    height: 1px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.back .c-btn-line:before {
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;

}

.btn.back:hover .c-btn-line {
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.btn.back:hover .c-btn-line:before{
    opacity: 1;
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
@keyframes btnline {
    0% {
        transform: scale(1, 1);
        transform-origin: 100% 100%;
    }

    33% {
        transform: scale(0, 1);
        transform-origin: 100% 100%;
    }

    66% {
        transform: scale(0, 1);
        transform-origin: 0 0;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
}

.btn.simple {
    padding: 0 28px 0 34px;
    color: #fff;
    background: #0E376C;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    letter-spacing: 1px;
    max-width: 283px;
    position: relative;
    text-align: left;
    margin: 0px auto 0;
    border: none;
    font-family: 'Roboto';
    font-weight: bold;
    display: block;
}

.btn.simple:hover {
    background: #65AFFC;
}

.btn.simple .c-btn-line {
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 24px;
    width: 8%;
    height: 1px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.simple .c-btn-line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;

}

.btn.simple:hover .c-btn-line{
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.btn.simple:hover .c-btn-line:before {
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

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

/*------------ site_header ------------*/
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 990;
    background:#003E5B ;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 36px 0 33px;
}
.site-title:before{
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    background: url(../../images/common/header_bg.jpg);
    width: 421px;
    height: 120px;
    margin-right: -33px;
     transition: all 0.3s ease;
}
.header-fixed .site-title:before{
    opacity: 0;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50%  no-repeat;
    background-size: contain;
    width: 296px;
    height: 51px;
    position: relative;
    z-index: 2 ;
}
.site-title .logo:hover {
    opacity: .7;
}


.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 20px;
    margin-right: 4px;
}

.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    font-size: 13px;
    line-height: 28px;
    border-radius: 6px;
    padding: 0 10px 0 6px;
    text-align: center;
    margin: 4px;
    -moz-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.func-menu > li.login > a {
    background: #7AE4F3;
    color: #00468C;
}
.func-menu > li.gocart > a {
    background: #FFDC73;
    color: #000;
}
.func-menu > li.login > a:hover,
.func-menu > li.gocart > a:hover {
    background: #fff;
}
.func-menu > li > a span {
    display: block;
    -moz-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #7abbf3;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #3d88d4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #0f5ca9;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.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 a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #146cc3;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}

.site-header .search-box {
    position: relative;
    width: 180px;
    box-sizing: border-box;
    margin-right: 15px;

}
.site-header .search-box .form-control {
    border: 0;
    background: #003255;
    color: #65AEFC;
    height: 45px;
    line-height: 45px;

    margin: 0;
    padding: 0 40px 0 20px;
    border-radius: 0;
    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.site-header .search-box .form-control:focus {
    background: #00283C;
}
.site-header .search-box ::-webkit-input-placeholder { color:#65ADFC; opacity: 1; }
.site-header .search-box ::-moz-placeholder { color:#65ADFC; opacity: 1; } /* firefox 19+ */
.site-header .search-box :-ms-input-placeholder { color:#65ADFC; opacity: 1; } /* Internet Explorer 10+ */
.site-header .search-box :-moz-placeholder { color:#65ADFC; opacity: 1; } /* firefox 14-18 */
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
.no-svg .site-header .search-box .ibtn.search,
.mmenu-show #mobile-search .ibtn.search {
    background-image: url('../../images/common/btn_search.png')!important;
}

.site-header .language {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li {
}

.site-header .language li a {
    color: #65AEFC;
    background: #003E5B;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
    min-width: 33px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.site-header .language li a:hover {
    color: #fff;
    background: #4B8DF8;
}

.site-nav {
    padding: 69px 0 0;
    margin-left: 200px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    font-weight: bold;
}
.site-nav .menu > li {
    padding: 0 14px;
}
.site-nav .menu > li > a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 10px 11px;
    font-weight: bold;
    /*border-bottom: 4px solid transparent;*/
    letter-spacing: 0.05em;
}
.site-nav .menu > li > a:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #65AEFC;
    position: absolute;
    left: 0;right: 0;bottom: 20px;
    opacity: 0;
    transition: all .3s ease;

}
.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before{
    bottom: 0;
    opacity: 1;
} 
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #65AEFC;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 147px;
    box-sizing: border-box;
    background: #003E5B;
    padding: 18px 0;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -73.5px;
}
.site-nav .menu ul li+li {
}
.site-nav .menu ul li a {
    color: #EBF0F7;
    font-size: 16px;
    text-align: center;
    padding: 6px 18px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #003E5A;
    background: #65AFFC;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}


.site-nav .menu ul ul li a {
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active > a:after {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.wrapper{
    padding-top: 120px;
}
.wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 120px;
    background:#003E5B ;
}
.site-nav,.site-header,.site-title .logo,.site-title {
    transition: all .3s ease;
}
.header-fixed .site-nav{
    padding-top: 8px;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title .logo{
    width: 180px;
    height: 40px;
}
.header-fixed .site-title{
    padding:10px 0;
}
/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top {
    background: rgb(101,175,252); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(101,175,252,1) 15%, rgba(75,141,248,1) 56%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(101,175,252,1) 15%,rgba(75,141,248,1) 56%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(101,175,252,1) 15%,rgba(75,141,248,1) 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65affc', endColorstr='#4b8df8',GradientType=1 ); /* IE6-9 */
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top .btn.gohome {
    color: #CCDCF4;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    font-family: Roboto;
    padding-top: 16px;
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
}

.main-top .btn.gohome:hover {
    background: #F3F5F7;
    color: #00537A;

}

.main-top .btn.gohome .ic {
    display: block;
    color: #FFFFFF;
    font-size: 30px;
    transition: all 0.3s ease;
    margin: 0 auto 3px;
}
.main-top .btn.gohome:hover .ic{
    color: #D6DCE6;

}
.main-title {
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 13px 95px;
    margin: 0;
}
.main-content {
    padding: 60px 0 95px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    padding: 11.5px 0;
    background: rgb(214,220,230); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(214,220,230,1) 35%, rgba(243,245,247,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(214,220,230,1) 35%,rgba(243,245,247,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(214,220,230,1) 35%,rgba(243,245,247,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dce6', endColorstr='#f3f5f7',GradientType=1 ); /* IE6-9 */
}
.content-top .container{
    min-height: 30px;
}
.content-title {
    color: #003F5B;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

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

/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: center;
    color: #777777;
    font-size: 14px;
    margin: 0px 0 0px 15px;
    font-family: Roboto,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.breadcrumb1{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11.5px;

}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li:last-child a,
.breadcrumb li a:hover {
    color: #4B8CF8;
}
.breadcrumb2,
.breadcrumb2 li:last-child a,
.breadcrumb2 li a:hover{
    color: #003F5B;
    font-size: 28px;
    font-weight: bold;
}
.breadcrumb2 li+li:before {
    content: '';
    display: inline-block;
    background: url(../../images/common/bread.png);
    width: 23px;
    height: 24px;
}
/*------------ / breadcrumb ------------*/

/*------------ site_footer ------------*/
.site-footer{
    background: #00212F;
}
.footer-top {
    font-size: 15px;
    color: #787878;
}
.footer-top a {
    color: #fff;
}
.footer-top a:hover {
    color: #65AEFC;
}
.footer-top .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.footer-top .col {
    display: table-cell;
    vertical-align: top;
    min-height: 220px;
    padding: 56px 30px 98px;
    width: 25%;
}
.footer-top .col2 {
    background:#00354D;
}
.footer-top .col3{
    position: relative;
    z-index: 2;
    padding-left: 40px;
}
.footer-top .col3:before{
    content: '';
    background: rgb(0,64,92); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,64,92,1) 0%, rgba(0,104,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,64,92,1) 0%,rgba(0,104,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,64,92,1) 0%,rgba(0,104,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00405c', endColorstr='#006899',GradientType=1 ); /* IE6-9 */
    width: 721px;
    min-width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.footer-title {
    color: #65AFFC;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    margin-bottom: 24px;
}
.site-map {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 39px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.site-map ul li {
    margin: 5px 0;
    letter-spacing: 0.05em;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 0;
    position: relative;
    color: #FFFFFF;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.site-map ul li a:hover {
    color: #65AEFC;
}
.site-map ul li a:before {
    content: '\f105';
    color: #65AEFC;
    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;
    display: inline-block;
    margin-right: 8px;
}
.follow{
    margin-bottom: 20px;
}
.qrcode{
    display: inline-block;
    width: 93px;
	vertical-align:top;
	text-align:center;
}
.qrcode {
    margin-right: 5px;
}
.site-footer .share li {
    display: inline-block;
    margin-right: 15px;
}
.site-info {
    color: #FFFFFF;
    line-height: 1.5;
    font-family: Roboto,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.site-info-list li {
    position: relative;
    padding: 3px 0 3px 35px;
    margin-bottom: 6px;
}
.site-info-list li a {
    display: inline;
    color: #FFFFFF;

}
.site-info-list li a:hover {
    color: #FFFFFF;

}
.site-info-list .ic {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #0092DB;
}

.footer-links-list .box {
    max-width: 300px;
    margin: 0 auto 20px;
}
.footer-links-list .pic {
    position: relative;
    overflow: hidden;
}
.footer-links-list .pic figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    font-family: 'Advent Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-links-list .item:nth-child(2n+1) .pic figcaption {
    background: rgba(0,16,64,0.75);
    color: #99DAEE;
}
.footer-links-list .item:nth-child(2n) .pic figcaption {
    background: rgba(35,140,0,0.75);
    color: #fff;
}

.footer-bottom {
    color: #859FBE;
    margin-top: 13px;
    font-family: Roboto,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 13px;
}
.author {
    display: inline-block;
}

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

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 80px;
    bottom: 35%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gotop {
    width: 76px;
    height: 76px;
    line-height: 80px;
    background: #FFFFFF;
    color: #00537A;
    font-size: 46px;
    border-radius:50%;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
    transition: all .3s ease;

}
.floating .btn.gotop:hover {
    background: #65AFFC;
    box-shadow: 0px 10px 15px rgba(0,0,0,0)

}


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

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: block;
    min-width: 51px;
    height: 51px;
    line-height: 45px;
    color:#8B908D;
    font-size: 19px;
    font-weight: bold;
    border: 3px solid #EBF0F7;
    padding: 0 5px;
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Nunito Sans;
        transition: all 0.3s ease;
}
.pagination li a:hover,
.pagination li.active a {
    background: #4B8DF8;
    border-color: #4B8DF8;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 24px;
    line-height: 48px;
    color: #4B8DF8;
    border-color: #fff;
    font-weight: bold;

}
.pagination li a.controls:hover {
    border-color: #4B8DF8;
    background: #fff;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #1BDBF0;
    background: none;
}

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

/*------------ form ------------*/
.reminder {
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #569bf9;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #1085F9;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #569bf9;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #569bf9;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #1086FA;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 40px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    /*border: 1px solid #ddd;*/
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #003e5b;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
}
.success-txt strong {
    color: #444;
    font-size: 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #00468C;
}
.success-txt a:hover {
    text-decoration: none;
    color: #2fcfe0;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}

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

/*------------ table ------------*/
.table-h {
    border-top: 1px solid #017FFB;
    color: #6A6A6A;
}
.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 {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    background: #eee;
    color: #777;
    font-weight: normal;
    padding: 12px;
}
.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 td span {
    color: #840000;
}

.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr:nth-child(2n) {
    background: #E0FBFE;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: "\e901";
    font-family: 'icon-font-5' !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: #ccc;
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
}
.table-v strong {
    color: #0059B2;
}
.table-v b {
    color: #569bf9;
}

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

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 70px;
    height: 30px;
    right: 0;
    top: -36px;
}
body .fancybox-close:hover {
    opacity: 0.6;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 40px 60px 0;
    border-radius: 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.svg') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}
.no-svg .fancybox-album .fancybox-nav span {
    background-image: url('../../images/common/album/lightbox_arrow.png');
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-nav:hover span {
    opacity: 0.5;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 0;
}
.fancybox-album .fancybox-title .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
}
.fancybox-album .photo-pager {
    float: right;
    padding: 5px 10px;
    text-align: center;
    background: #0063C6;
    color: #fff;
}
.fancybox-album .photo-title {
    background: #48E5F2;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 12px;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #4b8df8;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color:#4b8df8;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #4b8df8;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #4b8df8;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-menu .share .btn{
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 1700px) {
    .site-title{
        margin-left: 200px;
    }
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ site_footer 1420 ------------*/
    .footer-top .container {
        padding: 0;
    }
    .footer-top .row,
    .footer-top .col {
        display: block;
        width: auto;
    }
    .footer-top .row {
        overflow: hidden;
    }
    .footer-top .col {
        float: left;
        width: 50%;
        border-width: 0;
        padding: 25px;
        min-height: 330px;

    }
    .footer-top .col1 {
        width: 100%;
        border-width: 0 0 1px;
        min-height: 0;
    }
    .footer-top .col2 {
        border-width: 0 1px 0 0;
    }
    .footer-top .col4 {
        border-width: 0 0 0 1px;
    }
    .site-map {
        letter-spacing: 25px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
/*------------ / site_footer 1420 ------------*/
}
@media screen and (max-width: 1360px) {
/*------------ site_header 1360 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li {
        padding: 0 8px;
    }
/*------------ / site_header 1360 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_header 1280 ------------*/
    .site-title{
        margin-left: 120px;
    }
    .site-title .logo{
        width: 250px;
    }
    .site-nav .menu {
        margin: 0 -4px;
    }
    .site-nav .menu > li {
        padding: 0 4px;
    }
/*------------ / site_header 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ content_nav 1280 ------------*/
    .content-nav li {
        padding: 0 2px;
    }
    .content-nav li a {
        padding: 20px 14px 14px;
    }
/*------------ / content_nav 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1120 ------------*/

/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .wrapper:before{
        display: none;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        width: 230px;
        height: 50px;
    }
    .header-fixed .site-title,.site-title{
        padding: 10px 0;
        margin-left: 0;
        width: 230px;
        margin: auto;
    }
    .site-title:before{
        height: 70px;
        background-size: contain;
        background-position: right top;
        margin-right: -20px;
    }
    .footer_link{
        display: none;
    }
     .site-footer .share{
        display: none;
     }
     .footer-title{
        display: none;
     }
     .footer-top .container{
        padding: 0;
     }
     .footer-top .col {
        width: 100%;
        float: none;
        clear: both;
        padding: 20px 15px 10px;
        min-height: inherit;
    }

     .footer-top .col3{
        padding-bottom: 30px;
     }
     .breadcrumb{
        position: static;
        width: 100%;
        margin: 0;
     }
     .content-title,
     .breadcrumb2, .breadcrumb2 li:last-child a, .breadcrumb2 li a:hover{
        font-size: 26px;
     }
     .breadcrumb2 li+li:before{
        position: relative;
        top: 2px;
     }
    /*--- 隱私權手機板 ---*/
 .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 999;
    font-size: 14px;
    padding: 40px 0 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
}
.header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
}
button.close-ontop{
    padding:0px;
}
.close-ontop {
    float: none;
}
body #keyreply-container {
     bottom: 10%;
}
.header-active #keyreply-container {
    bottom: 0%;
    transition:all .7s;
}
.header-fixed .header-sheet{
    display:block;
}
/*--- END隱私權手機板 ---*/
/*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/

    .footer-top .col1,
    .footer-top .col4 {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        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 .btn.gotop .ic {
        display: none;
    }
    .site-header{
        position: relative;
        z-index: 401;
    }
    .main-content {
        padding: 30px 0 60px;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    
    .main-title {
        font-size: 28px;
        padding: 15px;
    }
    .main-top .btn.gohome {
        display: none;
    }

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

/*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
    }
    
    .follow {
        display: block;
        letter-spacing: 10px;
        margin: 0;
    }
    .follow > * {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
/*------------ / 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: -36px;
        margin: 0;
        border:none;
        width: 30px;
        height: 30px;
        line-height: 30px;
        min-width: inherit;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
/*------------ / 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%;
        top: -40px;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -60px;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}