@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:wght@400;700;900&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro','Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
    color: #555;
    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;
}
/*------------ / 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  #102A83;
    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: #102A83;
    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: 4px;
    height: 4px;
    background: #47A38A;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    background: #102A83;
    color: #fff;
    width: 33px;
    height: 33px;
    line-height: 0px;
    border-radius: 100%;
    margin-left: 15px;
    font-size: 18px;
    margin-bottom: 10px;
    border: 1px solid #FFF;
}
.share .btn i{
    line-height: 33px;
    vertical-align: middle;
}
.share .btn:hover{
    color:  #102A83;
    background: #FFF;

    text-decoration: none;
}
.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{
    background: linear-gradient(to right,#102A83,#102A83,#009EE0);
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-family: 'Taviraj', serif;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display: block;
    margin: 30px auto 20px;
    transition: all .9s ease;
    background-size: 560px;
    background-position-x: -280px;
    position: relative;
    padding-left: 48px;
}
.btn.back:hover {
    background-position-x: -350px;
}
.btn.back span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    right: calc(50% + 33px);
    top: calc(50% - 10px);
}
.btn.back span:before {
    font-family: 'icon-font-3' !important;
    content: "\c91a";
    color: #FFF;
    position: absolute;
    left: calc(50% + 15px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.btn.back:hover  span:before{
    left: calc(50% - 7px);
}
.btn.back span:after {
    font-family: 'icon-font-3' !important;
    content: "\c91a";
    color: #FFF;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.btn.back:hover  span:after{
    left: calc(50% - 30px);
}
.btn.simple {
     float: left;
    background: #0f2c86;
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 38px;
    position: relative;
    line-height: 42px;
    margin-top: 30px;
}
.btn.simple:hover {
     background-color: #016dcf;
}
.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.normal {
    color: #000000;
    font-size: 15px;
    padding: 0 30px;
    line-height: 35px;
    border:1px solid #000000;
    margin: 0 5px 10px;
}
.btn.normal:hover {
  border-color:#47A38A;
  color:#47A38A;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 -10px 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom,#102A83,#016DCF);
    z-index: 400;
    transition: all .3s ease;
}
.wrapper{
    padding-top: 106px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 18px 0 0px;
    transition: all .3s ease;
}
.site-nav{
     transition-delay: 0.1s;
}
.header-fixed .site-nav {
    padding: 12px 0 4px;
}
.header-fixed .site-title{
    padding:13px 0;
}
.header-fixed .site-title .logo {
    width: 305px;
    height: 45px;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav .menu > li > ul {
    top: 58px;
}
.header-fixed .search-box {
    display: none;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 0% 50%  no-repeat;
    
    background-size: contain;
    width: 450px;
    height: 70px;
    transition: all .3s ease;
}
.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;
}
.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 .btn:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 4px 10px;
}*/
.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;
}
.site-nav {
    position: relative;
    padding: 46px 0 18px;
    margin-left: 140px;
    text-align: right;
    transition: all .3s ease;
}
.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;
}
.site-nav .menu > li {
    padding: 0 7px;
}
.site-nav .menu > li > a {
    font-size: 17px;
    padding: 7px 0px 7px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    transition: all .3s ease;
    letter-spacing: 2px;
}
.site-nav .menu > li:hover > a,
.site-nav .menu > li.active > a {
    color: #68D1EE;
}
.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: 224px;
}
.site-nav .menu > li > ul {
    top: 60px;
    left: 50%;
    margin-left: -112px;
}
.site-nav .menu ul li+li {
    margin-top: 1px;
}
.site-nav .menu ul li a {
    font-size: 16px;
    text-align: center;
    padding: 9.5px 8px;
    color:#CCCCCC;
    font-weight: bold;
    transition: all .3s ease;
    background: rgba(76,77,85,0.9);
    position: relative;
}
.site-nav .menu ul li a:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: -1px;
    top: 0;
    background: transparent;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background-position: left;
    background: #00A1E2;
}
.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+3),.site-nav .menu > li.mobile_menu {
    display: none;
}
.site-header .search-box {
    position: absolute;
    width: 160px;
    box-sizing: border-box;
    margin-left: 10px;
    right: 15px;
    top: 6px;
}
.site-header .search-box .form-control {
    border: 1px solid #FFF;
    background: transparent;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    font-family: 'Taviraj', serif;
    color: #FFF;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top{
    background: url(../../images/common/header-bg.jpg) no-repeat;
    padding:40px 0;
}
.main-title {
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Taviraj', serif;
}
.main-title.new-two:before {
    content: "";
    background: #CCCCCC;   
    width: 1px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: -50px;
}
.main-title.new-two:after {
    content: "";
    background: #0F2C86;
    width: 3px;
    height: 10px;
    position: absolute;
    left: calc(50% - 1px);
    top:-15px;
}
.main-title .main-title-b {
    display: block;
    font-size: 28px;
    letter-spacing:3px;
    margin: 0;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
}
.main-title.new-two{
    text-align: center;
    margin:0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #333;
    font-size: 20px;
    position:relative;
}
.main-content {
    padding: 50px 0 60px;
    position: relative;
}
.main-content:after{
    content: "";
    background: url(../../images/common/index/index-bottom-bg.png);
    width: 1920px;
    height: 280px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 0px;
    z-index: -3;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.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;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.bd-new {
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}
.breadcrumb {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #0069B3;
    font-weight: bold;
}
.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;
}
/*------------ / breadcrumb ------------*/
/*------------ 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-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    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;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    /* margin-top: -130px; */
    border-top: 0;
}
.footer-top {
    padding-top: 220px;
}
.site-footer {
    color: #fff;
    /* font-size: 12px; */
}
.footer-top {
    background: #102A83;
    background-size: cover;
    padding: 38px 0px;
}
.footer-top a:hover {
    color: #46A38A;
    text-decoration: underline;
}
.footer-top .footer-title{
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Taviraj', serif;
    letter-spacing: 8px;
    margin-bottom: 15px;
}
.site-info {
    font-size: 14px;
    line-height: 1.5;
    float: left;
    width: 430px;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}
.site-info:before {
    content: "";
    width: 1px;
    height: 185px;
    position: absolute;
    left: 0;
    top: 0;
    background: #586AA8;  
}
.site-info:after {
    content: "";
    width: 3px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009EE0;  
}
.site-info .qrcode, .site-info .fb {
    float: left;
    margin-top: 10px;
}
.site-info .fb {
    margin-left: 10px;
    text-indent: -9999%;
}
.site-info .fb:hover {
    border-color: #37C1F0;
}
.site-info .fb a {
    display: block;
    width: 118px;
    height: 118px;
    background: url(../../images/tw/fb_page.jpg)top center no-repeat;
    background-position: 0 0;
}
.site-info .fb a:hover {
    background-position: 0 100%;
}
.site-info .info-txt .info-tel{
    color: #21BDFF;
    font-size: 32px;
    line-height: 50px;
    display: block;
    text-decoration: unset;
}
.site-info .info-txt .info-tel:hover{
    color: #6ED4FF;
}
.site-info .info-txt .info-mail{
    font-size: 14px;
    line-height: 25px;
    display: block;
    text-decoration: unset;
    margin-bottom: 8px;
}
.site-info .info-txt .info-mail:hover{
    color: #009EE0;
}
.site-info .info-txt div{
    font-size: 14px;
    line-height: 25px;
}
.site-map {
    float: left;
    letter-spacing: 55px;
    position: relative;
    padding-left: 25px;

}
.site-map:before {
    content: "";
    width: 1px;
    height: 185px;
    position: absolute;
    left: 0;
    top: 0;
    background: #586AA8;  
}
.site-map:after {
    content: "";
    width: 3px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009EE0;  
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.2rem;
}
.site-map ul li {
     position: relative;
    padding-left: 0px;
    margin: 12px 0;
    display: -webkit-box;
    font-size: 15px;
    font-family: 'Noto Serif TC', serif;
}
.site-map ul li a{
   text-decoration: unset;
}
.site-map ul li a:hover{
   color: #68D1EE;
   text-decoration: unset;
}
.follow {
    padding-left: 25px;
    float: right;
    position: relative;
}
.follow:before {
    content: "";
    width: 1px;
    height: 185px;
    position: absolute;
    left: 0;
    top: 0;
    background: #586AA8;  
}
.follow:after {
    content: "";
    width: 3px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009EE0;  
}
.follow > div {
    display: flex;

}
.follow .share {
    text-align: right;
    margin-bottom: 30px;
    max-width: 155px;
    margin-top: 13px;
}
.follow .footer-links {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url('../../images/common/fb.jpg');
    margin-left: 10px;
    transform: all .3s ease;
}
.follow .footer-links:hover {
    background: url('../../images/common/fb-hover.jpg');
}
.footer-bottom {
    background: #102A83;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.footer-bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    background:#586AA8 ;
    position: absolute;
    left:0;
    top: 0;
}
.copyright-box {
    color: #7688c5;
    font-size: 14px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating.top-hide{
    display: block !important;
}
.floating,
.floating.fancybox-margin {
    display: none;
    z-index: 250;
    transition: all .3s ease;
    padding: 0px 0px;
    text-align: center;
    background: #0D226C;
    z-index: 1;
}
.floating .ibtn.gotop {
    color: #FFF;
    opacity: 1;
    font-family: 'Taviraj', serif;
    font-size: 16px;
    text-indent: unset;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    position: relative;
    overflow: visible;
    z-index: unset !important;
    width: 100%;
    text-align: center;
    transition: all .3s ease;
    background: #0D226C;

}
.floating .ibtn.gotop:hover{
    letter-spacing: 3px;
}

.floating .ibtn.gotop i{
    position: relative;
}
.floating .ibtn.gotop i:nth-child(1):before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25.5px 26px 25.5px;
    border-color: transparent transparent #0d226c transparent;
    position: absolute;
    left: calc(50% - 47px);
    top: 0px;
    transition: all .3s ease;
    z-index: -1 !important;
}
.floating .ibtn.gotop:hover i:nth-child(1):before{
    top: -15px;
}
.floating .ibtn.gotop i:nth-child(2):before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25.5px 26px 25.5px;
    border-color: transparent transparent #006BB4 transparent;
    position: absolute;
    left: calc(50% - 47px);
    top: 20px;
    transition: all .4s ease;
    z-index: -2 !important;
}
.floating .ibtn.gotop:hover i:nth-child(2):before{
    top: -25px;
}
.floating .ibtn.gotop i:nth-child(3):before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25.5px 26px 25.5px;
    border-color: transparent transparent #009EE0 transparent;
    position: absolute;
    left: calc(50% - 47px);
    top: 30px;
    transition: all .6s ease;
    z-index: -3 !important;
}
.floating .ibtn.gotop:hover i:nth-child(3):before{
    top: -35px;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.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: 15px;
    padding: 0 5px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Taviraj', serif;
    font-weight: bold;

}
.pagination li a:hover,
.pagination li.active a {
    color: #0363C4;
}
.pagination li a.controls {
    padding: 0;
    font-size: 16px;
    color: #000101;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #0363C4;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
    background: #FFF;
}
.page-info .form-control:focus {
    border-color: #0363C4;
    background: #FFF;
}
.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: 5px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ / pagination ------------*/
/*------------ 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 .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 #c9c9c9;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #888888;
}
.form-control:focus {
    outline: none;
    border-color: #0363C4;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 900px;
}
.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: 4px;
    height: 4px;
    background: #47A38A;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 4px 4px 0;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
    color: #0363C4;
    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: 594px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #0363C4;
    font-size: 20px;
    line-height: inherit;
    margin-left: 4px;
    margin-bottom: 6px;
    transition: all .3s ease;
    position: relative;
    top: -2px;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.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;
    max-width: 1920px;
    width:100%;
    background:#FFF;
    margin: 0 auto;
    padding-bottom: 140px;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    font-family: 'Taviraj', serif;
    font-weight: bold;
    color: #333333;
    text-align:center;
    font-size: 21px;
    padding: 0px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.success-msg2 {
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.53;
    background:#0E338D;
    min-width: 320px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Taviraj', serif;
    font-weight: bold;
}
.success-txt {
    line-height: 1.8;
    color: #929292;
    font-size:14px;
    padding-bottom: 10px;
}
.success-txt strong {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ 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 #102A83;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
    font-family: 'Noto Serif TC', serif;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #4b68cb;
    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;
    background-position: 0 100%;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
    background-position: -54px 100%;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    background-position: -108px 100%;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    opacity: 0.7;
}
.photo-control .ibtn.next:hover {
    opacity: 0.7;
}
.photo-control .ibtn.close:hover {
    opacity: 0.7;
}
.fancybox-nav span {
    display: none;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #102A83;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #102A83;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #102A83;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #102A83;
}
.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;
    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;
 }
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1480px) {
    .breadcrumb {
        padding-right:15px;
    }
    .site-nav .menu > li > a {
        letter-spacing: 1px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .site-nav .menu > li{
        padding: 0 2px;
    }

    .site-info {
        width: 356px;
    }

    .site-map {
        letter-spacing: 17px;
    }
    .site-map ul {
        letter-spacing: 1px;
    }
    .site-nav .menu > li > a {
        padding-left: 2px;
        padding-right: 2px;
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 1330px) {
/*------------ site_footer 1300 ------------*/
     .footer-top {
        padding: 40px 0 40px;
        text-align: center;
    }
    .site-info,
    .site-map {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: auto;
        margin-bottom: 30px;
    }

    .follow {
        float: none;
        clear: both;
        text-align: center;
        margin-left: auto;
        display: block;
        width: 391px;
        margin-right: auto;
        margin-top: 20px;
    }
    .follow .share {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
/*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1340px) {

/*------------ site_header 1340 ------------*/
    .site-header .search-box {
        position: absolute;
        /* top: 55px; */
        right: 0;
    }

/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1240px) {
    .site-title .logo {
        width: 380px;
        height: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .site-nav .menu > li > a {
        font-size: 16px;
        padding: 10px 2px 7px;
        letter-spacing:0px;
    }
    .site-nav .menu > li{
        padding: 0 3px;
    }
    .site-title .logo {
        width: 300px;
        height: 50px;
    }
    .site-title {
        padding: 10px 0;
        float: none;
        text-align: center;
    }
    .site-nav{
        margin:0 auto;
        text-align:center;
        padding: 0;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .header-fixed .site-nav{
        padding:0;
    }
    .site-header .search-box{
        top:-50px;
    }
/*------------ side 1200 ------------*/
   .has-side .content {
        width:90%;
    }
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
    }
  
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .follow .share{
        display: none;
    }
    .header-fixed .site-title .logo,.site-title .logo {
        width: 280px;
        height: 50px;
    }
    .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_header 1000 ------------*/
    .site-title ,.header-fixed .site-title{
        float: none;
        padding: 15px 0 20px;
        text-align: center;
    }
     .site-header {
        position:relative;
        z-index: 300;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-header .language{
        display: none;
    }
    .main-title.new-two{
        margin-bottom: 10px;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 70px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 30px;
    }
    .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;
        margin-right: 0;
        width: 300px;
    }
    .footer-top .col3 {
        display: none;
    }

    .footer-top .footer-title{
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }
    .follow {
        width: 300px;
        box-sizing: border-box;
    }

    .site-info:before {
        height: 100%;
    }
    .follow:before {
        height: 100%;
    }
    .share .btn i{
        position: relative;
        top: -2px;
    }
  
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        bottom: 15px;
        position: fixed;
        width: 100%;
        top: auto;
        z-index: 2;
    }
    .floating .ibtn.gotop,.floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.png) 0% 40% no-repeat;
        width: 25px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop i {
        display: none;
    }
    .floating .ibtn.gotop{
        font-size: 0;
        padding-left:  0 !important;
        padding-right: 0 !important;
        padding-top:  0 !important;
        padding-bottom: 0 !important;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
    .site-map,
    .related-doc {
        display: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .copyright-box {
        float: none;
    }
    .author {
        display: inline-block;
    }
}
@media screen and (max-width: 800px) {
    .form-box .captcha .form-control {
        max-width: unset;
    }
    .form-box .captcha a {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-top{
        padding-top: 40px;
    }
     .main-content.terms{
        margin-top: 30px;
    }
    .main-title {
        font-size: 18px;
    }
    .main-title .main-title-b {

        font-size: 26px;
    }
    .content-title2 {
        font-size: 18px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .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;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .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;
}
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .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;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    .breadcrumb {
        padding:0px;
        text-align: center;
        margin-left: 0px;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}