@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------ basic ------------*/
body {
    font-family: '微軟正黑體', Arial,'文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box {
    display: block;
}
h3.name {
    margin: 0;
}
/*------------ header-sheet ------------*/
.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: 0;
    border: solid 1px #257FB8;
    letter-spacing: 0.2px;
}
.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: #257FB8;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icon.require {
    width: 6px;
    height: 6px;
    background: #205289;
    transform: rotate(45deg);
    margin-top: -3px;
}
/*------------ btn ------------*/
.share .btn {
    background: #205289;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 0px;
    border-radius: 100%;
    margin: 0 2px;
    font-size: 18px;
}
.share .btn i {
    line-height: 33px;
    vertical-align: middle;
}
.share .btn:hover {
    background: #257FB8;
    color: #fff;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    background-color: #B4E0CA;
    width: 152px;
    height: 80px;
}
.ibtn.fb-fans-page:hover {
    background-color: #3A5795;
}
.btn.back {
    position: relative;
    z-index: 1;
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: solid #ECECEC;
    background: #205289;
    border-width: 1px 0;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 0;
    transition: all 0.5s ease;
    margin: 0 auto;
}
.btn.back:before {
    content: '';
    position: absolute;
    background: #257FB8;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn.back:hover:before{
    width: 100%;
}
.btn.back .ic {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -6px;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    position: relative;
    float: left;
    background: #205289;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.075em;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 0;
}
.btn.simple:before {
    content: '';
    position: absolute;
    background: #257FB8;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn.simple:hover:before{
    width: 100%;
}
.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}
.btn.simple2:hover {
    border-color: #80CAA5;
}
.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}
.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}
.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}
.btn-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.btn.normal {
    position: relative;
    color: #fff;
    font-size: 15px;
    padding: 0 36px;
    line-height: 35px;
    background: #205289;
    margin: 0 5px 10px;
    border-radius: 0;
    z-index: 1;
}
.btn.normal:before {
    content: '';
    position: absolute;
    background: #257FB8;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn.normal:hover:before{
    width: 100%;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 1px 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 400;
    border-bottom: 1px solid #F0F0F0;
    transition: all .3s ease;
}
.wrapper {
    position: relative;
    padding-top: 113px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 35px 0 0;
    transition: all .3s ease;
}
.site-nav {
    transition-delay: 0.1s;
}
.header-fixed .site-nav {
    padding: 0;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 375px;
    height: 45px;
}
.header-fixed  .site-nav .menu>li>a{
    padding: 18px 0;
}
.header-fixed .language {}
.header-fixed .top-nav {
    display: none;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 0% 0% no-repeat;
    background-size: contain;
    width: 450px;
    height: 54px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav li {
    margin: 0 2.5px;
    position: relative;
}
.top-nav li ul {
    display: none;
    position: absolute;
    width: 100%;
}
.top-nav li ul li {
    margin: 0;
}
.top-nav li:hover ul {
    display: block;
}
.top-nav li a {
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
    min-width: 97px;
    box-sizing: border-box;
}
.top-nav>ul>li>a:before {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    content: '';
    display: inline-block;
}
.top-nav li.list_1>a:before {
    background: url(../../images/common/list_1.png);
    height: 19px;
}
.top-nav li.list_2>a:before {
    background: url(../../images/common/list_2.png);
}
.top-nav li.list_3>a:before {
    background: url(../../images/common/list_3.png);
}
.top-nav li:hover>a {
    background: #3AB32F;
    border-color: #62CA74;
}
.top-nav ul ul li>a {
    background: #62CA74;
    border: solid 1px #A0DD7A;
    margin-bottom: -1px;
    padding: 8px 12px;
}
.top-nav ul ul li:hover>a {
    background: #3C436F;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
/* language */
.site-header .language {
    position: absolute;
    right: 15px;
    top: 100%;
}
.site-header .language .btn {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #D8CA21;
    width: 132px;
    line-height: 26px;
}
.site-header .language .btn:hover {
    background: #629B4B;
}
.site-header .language .ic {
    font-size: 15px;
    transform: rotate(90deg);
    margin: 0px 8px;
    padding: 0px 0 5px;
}
.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.site-header .language ul li {
    display: block;
}
.site-header .language ul li a {
    display: block;
    background: rgba(71, 163, 138, 0.85);
    font-size: 13px;
    color: #fff;
    padding: 3px 14px;
    margin-top: 1px;
}
.site-header .language ul li a:hover {
    background: #629B4B;
}
/* member */
.site-header .member {
    position: absolute;
    right: 15px;
    top: calc(100% - 15px);
    z-index: 100;
}
.site-header .member .btn {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #205289;
    width: 133px;
    line-height: 34px;
    font-family: 'Poppins';
    border-radius: 0;
    transition: all 0.3s ease;
}
.site-header .member .btn:hover {
    background: #ED954B;
}
.site-header .member .ic {
    font-size: 16px;
    margin: 0 2px 0 0;
    padding: 0;
}
.site-header .member ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    border: 1px solid #DDDDDD;
}
.site-header .member ul li {
    display: block;
}
.site-header .member ul li a {
    display: block;
    background: #fff;
    font-size: 14px;
    color: #545454;
    padding: 5.8125px 15px;
    letter-spacing: 0.6px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    transition: all 0.3s ease;
}
.site-header .member ul li a:hover {
    background: #257FB8;
    color: #fff;
}
/* nav */
.site-nav {
    position: relative;
    padding: 0;
    margin-left: 460px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li {
    padding: 0 25px;
}
.site-nav .menu>li>a {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 49px 0 35px;
    color: #222222;
    font-weight: 500;
    transition: all .3s ease;
}
.site-nav .menu>li>a:after {
    content: '';
    position: absolute;
    height: 6px;
    background: #257FB8;
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    transition: all .3s ease;
}
.site-nav .menu>li:hover>a:after,
.site-nav .menu>li.active>a:after {
    width: 100%;
}
.site-nav .menu ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 100%;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 230px;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -115px;
}
.site-nav .menu ul li+li {
    margin: 0;
}
.site-nav .menu ul li a {
    font-size: 15px;
    text-align: center;
    padding: 9.5px 8px;
    color: #545454;
    border: solid 1px #ECECEC;
    font-weight: bold;
    transition: all .3s ease;
    background: #fff;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #257FB8;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu .right-on ul ul {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 1px;
}
.site-nav .menu>li:nth-last-child(-n+4),
.site-nav .menu>li.mobile_menu {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #3D2683;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top {
    background: #F0F0F0;
    padding: 40px 0;
}
.main-title {
    position: relative;
    margin: 0 auto;
    position: relative;
    color: #333;
    font-size: 21px;
    font-weight: 300;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Poppins',sans-serif;
}
.main-title span{
    position: relative;
    font-size: 45px;
    font-weight: 600;
    color: #101D3D;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-family: 'Poppins',serif;
}
.main-title .main-title-b {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #205289;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
}
.main-title.new-two {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #333333;
    font-size: 24px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.main-title.new-two:after {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2px;
    background: #B9BDC4;
}
.main-content {
    padding: 50px 0 80px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    /*margin-bottom: 50px;*/
}
.content-title {
    margin: 0;
    color: #aaa;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content.in.about {
    position: relative;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 5%;
    padding: 60px 4.5% 0;
    font-size: 14px;
}
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 30px;
}
/*------------ content-nav  ------------*/
.content-nav {
    margin: 20px 0 50px;
    text-align: center;
}
.content-nav li {
    padding: 15px 25px 0;
}
.content-nav li a {
    color: #545454;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
    padding: 5px 0;
    transition: all 0.3s ease;
}
.content-nav li>a:hover,
.content-nav li.active>a {
    border-bottom-color: #205289;
}
.content-nav li a small {
    display: block;
    color: #999999;
    font-size: 14px;
    font-family: 'Poppins', serif;
    font-weight: normal;
    padding-right: 20px;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.content-nav li a:hover small:after,
.content-nav li.active a small:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #205289 transparent transparent transparent;
    position: absolute;
    right: 3px;
    top: 8px;
    transition: all 0.3s ease;
}
.content-nav li.logout a:hover {
    border-color: #205289;
}
.content-nav li.logout a,
.content-nav li.logout a:hover small {
    color: #205289;
}
.content-nav li.logout a:hover small:after {
    border-top-color: #205289;
}
/*------------ breadcrumb ------------*/
.bd-new {}
.breadcrumb {
    color: #999999;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #257FB8;
    display: inline-block;
    padding: 0 0 5px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #257FB8;
}
.content-top .breadcrumb {
    border: none;
    font-size: 20px;
    display: block;
}
.content-top .breadcrumb li:first-child a {
    font-weight: normal;
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}
.content-top .breadcrumb li:last-child {
    color: #39B22E;
}
.content-top .breadcrumb li+li:before {
    font-size: 0;
    border-left: 7px solid #001E5E;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
    margin: -3px 5px 0;
}
.content-top .breadcrumb li a:hover {
    text-decoration: underline;
}
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.side-title {
    border-top: 5px solid #80CAA5;
    color: #80CAA5;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav>li>a,
.side-nav-top>li>a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #80CAA5;
}
.side-nav-top>li>a {
    background-color: #4CA076;
}
.side-nav>li>a:hover,
.side-nav>li.active>a,
.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    text-decoration: underline;
}
.side-nav>li>a:before,
.side-nav-top>li>a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.side-nav>li.has-child.active>a:before,
.side-nav-top>li.has-child.active>a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a {
    color: #80CAA5;
    border: 1px solid #80CAA5;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    background-color: #F2FAF6;
}
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
}
.site-footer {}
.footer-top {
    position: relative;
    background: #143558;
    padding: 60px 0 50px;
}
.footer-top a:hover {
    color: #fff;
}
.site-info {
    position: relative;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.5;
    float: left;
    width: 30%;
    font-weight: bold;
}
.footer-top .tit{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #7B97B5;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 30px;
}
.site-info li .tel a{
    line-height: 1;
    color: #C4CFDD;
    font-size: 30px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
}
.site-info li {
    position: relative;
    color: #4F6D8C;
}
.site-info li span,
.site-info li a{
    color: #4F6D8C;
}
.site-info li+li{
    margin: 10px 0 0;
}
.site-info li a,
.site-info span{
    display: inline-block;
}
.site-map {
    position: relative;
    width: 40%;
    color: #4F6D8C;
    float: left;
    font-weight: bold;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-map ul+ul{
    margin: 0 0 0 50px;
}
.site-map li+li{
    margin-top: 11.5px;
}
.site-map ul a{
    transition: all 0.3s ease;
}
.site-map ul a::before{
    content: '> ';
}
.site-map ul a:hover{
    color: #FFFFFF;
}
.follow {
    float: right;
    width: 30%;
    text-align: right;
    margin: 20px 0 0;
}
.follow .share {
    float: left;
}
.follow .footer-links {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.follow .footer-logo {
    margin: 15px 0 0;
}
.follow .qrcode{
    margin: 0 0 0 15px;
}
.footer-bottom {
    position: relative;
    background: #112C4A;
    padding: 15px 0;
}
.footer-bottom a{
    transition: all 0.3s ease;
}
.footer-bottom a:hover {
    color: #fff;
}
.copyright-box {
    text-align: center;
    color: #4D6C8C;
    font-size: 14px;
    letter-spacing: 0.5px;
}
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: relative;
    left: 50%;
    margin-left: -32.5px;
    z-index: 250;
    padding-top: 0;
    top: 32.5px;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    position: relative;
    background: #257FB8;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.5s ease;
}
.floating .ibtn.gotop:hover {
    transform: scale(1.5);
    background: #205289;
}
.floating .ibtn.gotop::before {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 27px;
    top: 30px;
}
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    font-family: 'Poppins',serif;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #787878;
    font-size: 14px;
    padding: 0 5px;
    margin: 0px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #257FB8;
    text-decoration: underline;
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #257FB8;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #257FB8;
}
.pagination li a.prev:after,
.pagination li a.next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ form ------------*/
.reminder {
    color: #777;
    position: relative;
    margin: 0 0 60px;
}
.reminder span {
    display: inline-block;
    color: #7FCAA5;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #666;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #257FB8;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #257FB8;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
    font-family: 'Poppins', '微軟正黑體', sans-serif;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1100px;
}
.form-wrap.type2 {
    max-width: 900px;
}
.btn-box.has-bg{
    max-width: 1115px;
    margin: 0 auto;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #205289;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 8px 4px 0;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
    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;
    color: #999;
}
.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: #555;
    font-size: 20px;
    line-height: inherit;
    margin-left: -2px;
    margin-top: -3px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #257FB8;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .icon.refresh {
    background-image: url(../../images/common/refresh.png);
    width: 36px;
    height: 37px;
    margin-top: -5px;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: 0 100%;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #80CAA5;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    text-align: center;
    padding-top: 0;
}
.success-content {
    padding-bottom: 100px;
    text-align: center;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #333333;
    text-align: center;
    font-size: 21px;
    padding: 0;
    line-height: 1.5;
    margin: 0 auto;
    font-family: 'Poppins',serif;
}
.success-msg2 {
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.53;
    background: #257FB8;
    min-width: 320px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins',serif;
}
.success-txt {
    line-height: 1.75;
    color: #929292;
    font-size: 15px;
}
.success-txt strong {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
}
.success-txt a {
    text-decoration: underline;
    color: #257FB8;
    transition: all 0.3s ease;
}
.success-txt a:hover {
    color: #ED954B;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
    display: none;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-skin {
    background: #E4E4E4;
}
body .fancybox-title {
    background: #fff;
    margin: 0;
    padding: 0 15px 15px;
}
.photo-title {
    background: url(../../images/common/album/name_ic.png) 12px 9px no-repeat rgba(31, 131, 103, 0.85);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #46A38A;
    font-size: 14px;
}
.photo-intro {
    color: #929292;
    font-size: 14px;
    line-height: 1.75;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    background-image: url(../../images/common/album/lightbox_control.png);
    height: 41px;
    width: 54px;
    margin-left: 1px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    background-position: 0 100%;
}
.photo-control .ibtn.next:hover {
    background-position: -54px 100%;
}
.photo-control .ibtn.close:hover {
    background-position: -108px 100%;
}
.fancybox-nav span {
    display: none;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search {
    background: #143558;
}
.mmenu-show #member-box li a{
    transition: all 0.3s ease;
    background: #257FB8;
}
.mmenu-show #member-box li a:hover{
    background: #143558;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #143558;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #143558;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #257FB8;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.mmenu-show #mobile-menu .language-menu{
    background: #143558;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu{
    background: #143558;
}
.mmenu-show #mobile-menu .share .btn {
    line-height: 26px;
}
/* load */
[data-js="reveal"] {}
[data-reveal="content"] {
    display: block;
    position: relative;
}
[data-reveal="cover"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
}
[data-reveal="text"] {
    opacity: 0;
}
@keyframes reveal-cover {
    0% {
        width: 0;
        left: 0;
    }
    44% {
        width: 100%;
        left: 0;
    }
    54% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes reveal-text {
    0% {
        opacity: 0;
    }
    44% {
        opacity: 0;
    }
    54% {
        opacity: 1;
    }
}
[data-js="reveal"].loaded [data-reveal="cover"] {
    animation: reveal-cover 1.5s ease-in-out;
}
[data-js="reveal"].loaded [data-reveal="text"] {
    opacity: 1;
    animation: reveal-text 1.5s ease-in-out;
}
/* ----------- rwd ----------- */
@media screen and (max-width: 1600px) {
    .floating,
    .floating.fancybox-margin {}
}
@media screen and (max-width: 1480px) {
    .site-nav .menu>li {
        padding: 0 15px
    }
}
@media screen and (max-width: 1330px) {
    .site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    }
    .footer-top {
        text-align: center;
    }
    .site-info,
    .site-map {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: auto;
        margin-bottom: 30px;
    }
    .site-info {
        margin-right: 50px;
    }
    .follow {
        float: none;
        clear: both;
        text-align: center;
        margin: 20px auto 0;
        width: 32%;
    }
    .follow .share {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 350px;
    }
    .site-nav {
        margin-left: 360px;
    }
}
@media screen and (max-width: 1200px) {
    .has-side .content {
        width: 90%;
        width: 100%;
    }
    .site-nav .menu>li {
        padding: 0 10px;
    }
    .share .btn {
        margin: 2px;
    }
    .site-title {
        padding: 42px 0 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 320px;
    }
}
@media screen and (max-width: 1120px) {
    .site-nav .menu>li {
        padding: 0 5px;
    }
}
@media screen and (max-width: 1000px) {
    .wrapper {
        padding-top: 40px;
    }
    .follow .share {
        display: none;
    }
    .header-fixed .site-title .logo, .site-title .logo {
        width: 290px;
        height: 35px;
    }
    .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;
    }
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 22.5px 0;
        text-align: center;
    }
    .site-header {
        position: relative;
        z-index: 300;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-header .language {
        display: none;
    }
    .main-content {
        padding: 30px 0 50px;
    }
    .footer-top {
        padding: 50px 0;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .footer-top .col3 {
        display: none;
    }
    .floating,
    .floating.fancybox-margin {
        background: none;
        left: 50%;
        bottom: 5px;
        margin-left: 0;
        position: fixed;
        top: unset;
        transform: translateX(-50%);
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.png) 0% 40% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop:hover {
        transform: scale(1);
    }
    .floating .ibtn.gotop::before{
        display: none;
    }
    .site-header .member{
        display: none;
    }
    .wrapper::before{
        display: none;
    }
    .follow {
        width: 100%;
        margin: 15px auto 0;
    }
    .follow .footer-links {
        justify-content: center;
        align-items: center;
    }
    .follow .footer-logo{
        display: none;
    }
    .site-info li .tel a {
        font-size: 25px;
    }
    .footer-bottom {
        text-align: center;
        padding: 15px 0 35px;
    }
    .footer-top .tit {
        margin: 0 0 15px;
    }
    .main-title span {
        font-size: 28px;
        line-height: 1;
    }
    .main-title .main-title-b {
        font-size: 22px;
    }
    .main-top {
        padding: 25px;
    }
    .main-title.new-two{
        font-size: 20px;
    }
    .follow .qrcode{
        margin: 0 auto;
    }
    .content-nav{
        display: none;
    }
    .btn-box.has-bg {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 900px) {
    .site-map {
        display: none;
    }
    .copyright-box {
        float: none;
    }
    .author {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .main-content.terms {
        margin-top: 30px;
    }
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
    .content-top .breadcrumb {
        float: none;
    }
    .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: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-txt {
        padding: 0 15px;
    }
    .success-txt strong {
        font-size: 30px;
        padding: 0px 15px;
        margin-bottom: 30px;
        display: inline-block;
    }
    .success-msg {
        background-size: 80px;
        padding-top: 90px;
    }
    .success-wrap {
        padding-bottom: 80px;
    }
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
}
@media screen and (max-width: 640px) {
    .site-info {
        margin: 0;
        text-align: center;
    }
    .site-info .qrcode, .site-info .fb {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        vertical-align: top;
    }
    .site-info .info-txt {
        margin: 0;
    }
    .site-info .info-txt strong {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
    .form-box .form-group .input-box {
        width: 100%;
    }
    .breadcrumb {
        padding: 0px;
        text-align: center;
        margin-left: 0px;
    }
    .btn.simple {
        margin: 0 auto 10px;
    }
}
/* 20221018 會員專區的檔案下載增加分類選單 */
.content-nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 600;
    padding: 0;
    width: 230px;
    top: 100%;
    left: 50%;
    margin-left: -120px;
}
.content-nav ul li{
    position: relative;
    padding: 0;
}
.content-nav ul li a {
    position: relative;
    display: block;
    padding: 0;
    font-size: 15px;
    text-align: center;
    padding: 9.5px 8px;
    color: #545454;
    border: solid 1px #ECECEC;
    font-weight: bold;
    transition: all .3s ease;
    background: #fff;
}
.content-nav ul li a:hover,
.content-nav ul li.active>a {
    border-bottom: 0;
    color: #fff;
    background: #257FB8;
}
/* end20221018 會員專區的檔案下載增加分類選單 */