@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*------------ basic ------------*/
body {
    font-family: 'Noto Sans TC', 'Albert Sans', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #535353;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.container {
    padding: 0 15px;
    max-width: 1330px;
}
h3.name{
    margin: 0;
}
.shopping_cart::before {
    font-family: 'Material Symbols Outlined';
    content: '\e8cc';
}
/*------------ /basic ------------*/
/*------------ 隱私權 ------------*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;    color: #212121;
    font-weight: bold;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border: solid 1px #245aaa;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#245aaa;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ /隱私權 ------------*/
/*------------ icon ------------*/
.icon {}
/*------------ /icon ------------*/
/*------------ btn ------------*/
.share {
    margin: 0 -4px;
}
.share .btn {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 3px;
    transition: all .3s ease;
}
.share .btn:hover {
    background: #245AAA;
    border: 1px solid #245AAA;
}
/* .ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: contain;
    width: 90px;
    height: 118px;
    margin-left: 8px;
    transition: all 0.3s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: .7;
} */
.line_community {
    position: relative;
    margin: 0 0 0 10px;
}
.line_community a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.btn.back {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    color: #333;
    background: #eee;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 15px;
}
.btn.back:hover {
    color: #fff;
    background: #245aaa;
}
.btn.back span{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.back span::before {
    content: '';
    display: block;
    background: #333;
    margin: 0;
    width: 8px;
    height: 12px;
    clip-path: polygon(0% 50%, 78% 0%, 91% 0%, 96% 10%, 90% 20%, 40% 50%, 90% 80%, 96% 90%, 91% 100%, 78% 100%);
    transition: all .3s ease;
    display: none;
}
.btn.back:hover span::before {
    background: #fff;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 50%;
    height: 45px;
    color: #333;
    background: #eee;
    z-index: 1;
    margin: 0 4px;
    transition: all 0.3s ease;
}
.btn.simple:hover {
    color: #fff;
    background:#245aaa;
}
.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;
    transition: all 0.3s ease;
}
.btn.simple2:hover {
    border-color: #245aaa;
}
.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #245aaa;
    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 {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 200px;
    height: 63px;
    z-index: 1;
    margin: 0 auto;
    color: #333;
    background: #eee;
    transition: all 0.3s ease;
}
.btn.normal:hover {
    color: #fff;
    background: #245aaa;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 8px 0 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
    transition: all 0.3s ease;
}
.btn.pure:hover {
    color: #245aaa;
    text-decoration: underline;
}
/*------------ /btn ------------*/
/*------------ site_header ------------*/
.wrapper{
    padding-top: 152px;
    background: #f8f8f8;
}
.site-header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #f8f8f8;
    transition: all .3s ease;
    z-index: 999;
}
.site-header>.container{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-title {
    position: relative;
    display: flex;
    align-items: center;
    height: 152px;
    z-index: 5;
    transition: all .3s ease;
}
.site-title .logo {
    background: url(../../images/common/logo.svg) 50% 50%  no-repeat;
    background-size: contain;
    width: 280px;
    height: 47px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.rightbox {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin: 10px 0 0 auto;
}
.site-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s ease;
}
.site-nav .menu {
    display: flex;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 15px;
}
.site-nav .menu > li > a {
    position: relative;
    box-sizing: border-box;
    color: #333;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 17px;
    padding: 15px 0;
    transition: all .3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #245AAA;
}
.site-nav .menu > li > a:after{
    content: '';
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s ease;
    background: #245AAA;
}
.site-nav .menu > li.active > a::after,
.site-nav .menu > li.active2 > a:after,
.site-nav .menu > li:hover > a:after{
    width: 100%;
    left: 0;
    right: 0;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
}
.site-nav .menu > li > ul {
    box-sizing: border-box;
    text-align: left;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -95px;
    width: 200px;
    padding: 24px 24px 24px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    border: 1px solid #ccc;
    z-index: 600;
}
.site-nav .menu > li > ul {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .5s ease, transform .5s ease;
    pointer-events: none;
}
.site-nav .menu > li.hover > ul {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}
.site-nav .menu > li > ul{
    display: block;
}
.site-nav .menu > li.full_menu > ul{
    display: flex !important;
    transform: translateX(-50%) translateY(12px);
    transition: opacity .5s ease,transform .5s ease;
    pointer-events: none;
}
.site-nav .menu > li.full_menu.hover > ul{
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0px);
    pointer-events: auto;
}
.site-nav .menu ul li a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 15px;
    transition: all .3s ease;
}
.site-nav .menu ul li a:hover {
    color: #fff;
    background: #6699cc;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
/*滿版清單*/
.site-nav .menu .full_menu{
    position: static;
}
.site-nav .menu .full_menu > ul{
    position: fixed;
    top: 106px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 1300px;
    height: calc(100vh - 115px);
    margin: 0 auto;
    padding: 24px;
    overflow-y: auto;
    z-index: 999;
}
.site-nav .menu .full_menu > ul::-webkit-scrollbar{
    width: 0;
}
.site-nav .menu .full_menu li{
    position: static;
}
.site-nav .menu li.full_menu>ul li{
    text-align: left;
}
.site-nav .menu li.full_menu>ul>li{
    position: static;
    box-sizing: border-box;
    width: calc(100% / 4);
    padding: 0 15px;
    margin: 0 0 40px;
    border: none;
}
.site-nav .menu>li.full_menu>ul:before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
}
.site-nav .menu li.full_menu>ul>li>a{
    text-align: left;
    font-size: 17px;
    padding: 0 0 5px 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
}
.site-nav .menu li.full_menu>ul>li>a:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #245AAA;
    transition: all 0.3s ease;
}
.site-nav .menu li.full_menu > ul > li >a:hover, 
.site-nav .menu li.full_menu > ul > li.active > a{
    background: transparent;
    color: #6699cc;
}
.site-nav .menu li.full_menu > ul > li >a:hover:before, 
.site-nav .menu li.full_menu > ul > li.active > a:before{
    background: #6699cc;
}
.site-nav .menu li.full_menu > ul ul{
    position: relative;
    left: 0;
    display: block !important;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.site-nav .menu li.full_menu > ul ul li{
    display: block;
    border: 0;
}
.site-nav .menu li.full_menu > ul ul li > a{
    text-align: left;
    padding: 5.5px 15px;
}
.site-nav .menu li.full_menu > ul ul li+li {
    margin: 0;
}
/*/滿版清單*/
/*header-fixed*/
.header-fixed .site-header {
    box-shadow: rgba(0, 0, 0, 0.16) 6px 8px 8px -4px;
}
.header-fixed .site-title{
    height: 70px;
}
.header-fixed .site-title .logo{
    width: 200px;
    height: 30px;
}
.header-fixed .rightbox {
    margin: 0 0 0 auto;
}
.header-fixed .site-nav .menu > li > a {
    padding: 25px 0;
}
.header-fixed .site-nav .menu .full_menu > ul{
    top: 70px;
}
/*/header-fixed*/
/*search*/
.site-header .search-box {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 20px;
    width: 160px;
}
.site-header .search-box>form {
    height: 36px;
}
.site-header .search-box .form-control {
    height: 36px;
    margin: 0;
    padding: 0 36px 0 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-family: 'Albert Sans', 'Noto Sans TC', serif;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 36px;
    height: 36px;
    display: block;
    right: 0;
    top: 0;
}
.site-header .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: #245AAA;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    transition: all .3s ease;
}
.site-header .search-box:hover:after{
    color: #888;
}
/*/search*/
/*language*/
.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}
.top-nav .language:before {
    content: 'LANGUAGE';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}
.top-nav .language .btn {
    width: 100%;
    border: 1px solid #E6F4ED;
    color: #245aaa;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #245aaa transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language li a {
    display: block;
    background: #F3F3F3;
    color: #245aaa;
    padding: 4px 10px;
    font-size: 13px;
}
.top-nav .language li a:hover {
    color: #fff;
    background: #245aaa;
}
/*/language*/
/*------------ /site_header ------------*/
/*------------ func-menu ------------*/
/*詢價車*/
.top-nav {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 10;
}
.func-menu{
    position: relative;
    display: block;
    margin: 0 0 0 18px;
    z-index: 10;
}
.func-menu>li.gocart {
    position: relative;
    width: 100%;
    margin: 0;
    background: #245AAA;
    border-radius: 21px;
}
.func-menu>li.gocart:before {
    display: none;
}
.func-menu>li.gocart>a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 35px;
    transition: all .3s ease;
    padding: 4px 18px;
}
.func-menu>li.gocart>a b{
    display: block;
}
.func-menu .ic-shopping-cart{
    color: #E30613;
    font-size: 20px;
    margin-right: 7px;
}
.func-menu>li.gocart .ic{
    box-sizing: border-box;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}
.func-menu>li.gocart .cart_box{
    display: flex;
    align-items: center;
    margin: 0 0 0 8px;
    border-bottom: 0;
    transition: all .3s ease;
}
.func-menu>li.gocart.active{
    background:#183E76;
}

.func-menu>li.gocart a .sum {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 8px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Albert Sans', sans-serif;
}
.func-menu .cart-box {
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
    background: #fff;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    line-height: 38px;
    background: #245aaa;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    transition: all .3s ease;
}
.func-menu .cart-box .btn:hover {
    background: #183E76;
    color: #fff;
}
.func-menu .cart-list {
    padding: 8px;
}
.func-menu .cart-list li+li {
    border-top: 1px solid #ddd;
}
.func-menu .cart-list li {
    display: block;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    margin: 0 auto;
}
.func-menu .cart-list li{
    position: relative;
} .func-menu .cart-list .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.func-menu .cart-list .pic {
    width: 55px;
    flex-shrink: 0; 
}
.func-menu .cart-list .txt {
    width: calc(100% - 71px);
    margin-left: 16px;
    flex-shrink: 1;
    display: block;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212121;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all .3s ease;
}
.func-menu .cart-list li:hover .name {
    color: #245aaa;
}
.func-menu .cart-list .qty {
    color: #E30613;
    font-family: 'Albert Sans', sans-serif;
}
.func-menu .cart-list .qty-t{
    color: #878787;
    font-size: 13px;
}
.func-menu .cover {
    font-size: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
/*------------ /func-menu ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    z-index: 1;
}
.banner .container {
    padding: 0;
    max-width: 1300px;
    border-radius: 20px;
    overflow: hidden;
}
.banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 75%;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    background-size: cover;
    z-index: -1;
}
/*------------ /banner ------------*/
/*------------ site_main ------------*/
.main-title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 0;
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    border: 1px solid #C5DBE9;
    border-width: 1px 0;
}
.main-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 1px;
    background: #245aaa;
    z-index: 1;
}
.main-content {
    padding: 0 0 70px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 40px;
}
.content-title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 16px 0 0;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    display: none;
}
.content-title2 {
    color: #245aaa;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.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: #245aaa;
    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 ------------*/
.breadcrumb {
    text-align: right;
    color: #878787;
    font-size: 12px;
    padding: 15px 0;
    margin: 0px 0 50px;
    font-family: 'Albert Sans', 'Noto Sans TC', serif;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '/ ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #333;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}
.content-top .breadcrumb li+li:before {
    content: '> ';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}
/*------------ /breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 270px;
    float: left;
    position: relative;
    z-index:1;
}
.has-side .content {
    width: calc(100% - 320px);
    float: right;
 
}
.side-title {
    position: relative;
    padding: 10px 0px 0;
    margin: 0 0 27px;
    color: #245aaa;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
}
.side-title:before{
    content: '';
    position: absolute;
    display: block;
    background: url(../../images/common/sidebg.png) no-repeat;
    width: 100%;
    height: 120px;
    z-index: -1;
    top: -55px;
    left: -5px;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a{
    position: relative;
    display: block;
    line-height: 1.2;
}
.side-nav>li>a{
    padding: 12px 25px;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-right: 35px;
    background: #fff;
    margin-top: 5px;
}
.side-nav>li:last-child>a{
    border-color: transparent;
}
.side-nav>li:last-child>a:after{
    display: none;
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a{
    border-color: transparent;
    color: #fff;
    background: #6699cc;
}
.side-nav>li.active>a:after,
.side-nav>li.active2>a:after,
.side-nav>li:hover>a:after{
    opacity: 0;
}
.side-nav ul{
    font-size: 15px;
    display: none;
    margin: 0;
    background: #EFF0F5;
    padding: 10px 0 20px;
}
.side-nav ul li a{
    padding: 10px 20px 10px 25px;
    color: #333;
    font-size: 15px;
    transition: all .3s ease;
}
.side-nav ul li a:before{
    content: "";
    width: 0;
    height: 1px;
    background: #737373;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .3s ease;
}
.side-nav ul li:hover>a,
.side-nav ul li.active>a,
.side-nav ul li.active2>a{
    color: #6699cc;
    padding: 10px 20px 10px 30px;
}
.side-nav ul li:hover>a:before,
.side-nav ul li.active>a:before,
.side-nav ul li.active2>a:before{
    background: #6699cc;
    width: 5px;
}
.side-nav ul ul{
    padding-left: 25px;
}
.side-nav > li.active2 > ul{
    display: block;
}
.side-nav>li{
    position: relative;
}
.side-nav>li.has-child .collapse{
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    right: 11px;
    font-size: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    background: unset;
    left: unset;
    bottom: unset;
    color:#e5e5e5;
    text-align: center;
    border-radius: 0%;
    cursor: pointer;
    z-index: 2;
}
.side-nav>li.has-child .collapse::before{
    content: '+';
    transition: all 0.3s ease;
    
}
.side-nav>li.has-child .collapse:hover:before{
    content: '-';
    position: relative;
    top: -2px;
    
}
.side-nav>li.has-child.has-child.active .collapse:before,
.side-nav>li.has-child.has-child.active2 .collapse:before{
    content: '-';
    position: relative;
    top: -2px;
}
/*------------ /side ------------*/
/*------------ site_footer ------------*/
.site-footer{
    position: relative;
    box-sizing: border-box;
    letter-spacing: 2px;
}
.footer-top {
    position: relative;
    box-sizing: border-box;
    padding: 80px 0 70px;
    background: #1F4D92;
}
.footer-top a {
    transition: all 0.3s ease;
}
.footer-top a:hover {
    color: #fff;
}
.footer-top .col {
    float: left;
    box-sizing: border-box;
}
.footer-top .col.col1 {
    width: 50%;
    padding-right: 15px;
}
.footer-top .col.col2 {
    width: 30%;
    padding-right: 15px;
}
.footer-top .col.col3{
    width: 20%;
}
.footerlogobox {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.footerlogobox .footerlogo {
    position: relative;
    box-sizing: border-box;
}
.footerlogobox .footerlogo+.footerlogo::before {
    content: '';
    position: absolute;
    bottom: 0;
    transform: unset;
    left: 0;
    width: 2px;
    height: 30px;
    background: rgb(255, 255, 255, 0.8);
}
.footer-top .footerlogobox .footerlogo {
    width: 520px;
}
.site-info {
    position: relative;
    box-sizing: border-box;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}
.site-map {
    position: relative;
    box-sizing: border-box;
}
.site-map ul {
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul {
    margin: 0 0 0 30px;
}
.site-map ul li+li {
    margin: 15px 0 0;
}
.site-map ul li a {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 15px;
}
.site-map ul li a:hover {
    color: rgb(255 255 255 / 80%);
}
.site-map ul li a:before {
    content: '';
    display: block;
    background: rgb(255 255 255 / 30%);
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
.follow {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.follow span {
    display: block;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
}
.qrcode {
    display: inline-block;
}
.footer-bottom {
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    background: #183E76;
}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .copyright_box {
    margin: 0 auto 0 0;
}
/*------------ /site_footer ------------*/
/*------------ 對話框彈跳視窗_search_ic ------------*/
.search_ic{
    position: fixed;
    right: 30px;
    bottom: 10px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    z-index: 999;
}
.search_ic span{
    color: #999;
    font-size: 0;
    margin-right: 8px;
    transition:all .3s ease;
}
.search_ic.active span {
    font-size: 15px;
}
.search_ic:hover span{
    color: #FFF;
}
.search_ic .toggle_ic{
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
}
.search_ic .toggle_ic::before{
    content: '';
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease;
    width: 84px;
    height: 84px;
    background: url('../../images/common/toggle_ic.png') no-repeat;
    background-size: contain;
}
.search_ic .toggle_ic:hover::before{
    background: url('../../images/common/toggle_ic_.png') no-repeat;
    background-size: contain;
}
.search_ic .toggle_ic::after{
    content: '';
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
    width: 84px;
    height: 84px;
    background: url('../../images/common/toggle_ic2.png') no-repeat;
    background-size: contain;
}
.search_ic.active .toggle_ic::before{
    opacity: 0;
    transform: scale(0);
}
.search_ic.active .toggle_ic::after{
    opacity: 1;
    transform: scale(1);
}
.contact-form-bottom{
    display: none;
    position: fixed;
    box-sizing: border-box;
    bottom: 100px;
    right: 60px;
    text-align: center;
    padding: 32px;
    max-width: 450px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.contact-form-bottom .form-box .name .radio-box label,
.contact-form-bottom .form-box .control-label{
    font-size: 14px;
}
.contact-form-bottom .form-control{
    height: 30px;
    line-height: 30px;
}
.contact-form-bottom .form-wrap .btn-box{
    justify-content: flex-end;
    padding: 0;
}
.contact-form-bottom .form-wrap .btn-box .btn.simple{
    width: 120px;
    height: 40px;
}
.contact-form-bottom .reminder {
    color: #212121;
    font-weight: bold;
    font-size: 15px;
    max-width: 250px;
    margin: 0 auto;
}
.contact-form-bottom .reminder span {
    font-size: 13px;
}
/*------------ /對話框彈跳視窗 search_ic ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 3%;
    bottom: 53%;
    z-index: 400;
    transition: all .5s ease;
}
.floating .gotop{
    position: relative;
    display: block;
    width: 30px;
    height: 145px;
    color: #245AAA;
    font-size: 15px;
    text-indent: unset;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: 'Albert Sans', sans-serif;
    font-weight: normal;
    transition: all .5s ease;
    text-align: right;
    line-height: 27px;
}
.floating .gotop:hover{
    color: #94C9ED;
}

.floating .gotop::before{
    content: '';
    position: absolute;
    top: 20px;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(36 90 170 / 20%);
    border-radius: 100%;
    z-index: -1;
    transition: all .5s ease;
    left: 3px;
}
.floating .gotop:hover:before{
   
    border: 1px solid #94C9ED;
   
}
.floating .gotop::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 16px;
    width: 8px;
    height: 22px;
    background: url(../../images/common/gotop.png) no-repeat;
    transition: all .5s ease;
    z-index: 5;
}
.floating .gotop:hover:after {
    top: 0px;
    background: url(../../images/common/gotop_.png) no-repeat;
}

/*------------ / 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: 16px;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: 'Albert Sans', sans-serif;
}
.pagination li a:hover,
.pagination li.active a {
    background: #245aaa;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #ccc;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #245aaa;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ccc;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #245aaa;
}
/*------------ /pagination ------------*/
/*------------ form ------------*/
.contact-form{
    box-sizing: border-box;
    padding: 40px 32px 72px;
    background: #fff;
}
.contact-title {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    text-align: center;
    padding: 14px 0;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    display: none;
}
.contact-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #245aaa;
    position: absolute;
    top: 100%;
    left: calc(50% - 25px);
    z-index: 1;
}
.reminder {
    position: relative;
    margin: 0 0 36px;
    text-align: center;
    color: #212121;
    font-weight: bold;
    font-size: 18px;
}
.reminder span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    font-size: 15px;
    color: #245aaa;
    font-weight: normal;
}
.reminder .required {
    position: relative;
    display: block;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-style: unset
}
.reminder .required::before {
    content: '\e917';
    position: absolute;
    left: 0;
    font-family: 'icon-font-3', serif !important;
    font-size: 12px;
    color: #245aaa;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    background: #fff;
    border: 1px solid #245aaa;
}
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;
    box-sizing: border-box;
}
.form-wrap.type2 {
    max-width: 900px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    margin: 0 -4px;
    display: flex;
}
.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 .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 2;
}
.form-box .required:before {
    content: '\e917';
    left: 0;
    font-family: 'icon-font-3', serif !important;
    font-size: 12px;
    color: #245aaa;
    margin: 0 5px 0 0;
}
.form-box .control-box {
    position: relative;
    display: flex;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #245aaa;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 10px;
    color: #245aaa;
    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 {
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 0;
    background: #fff;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    background: url('../../images/common/success_ic.svg') 50% 0 no-repeat;
    color: #245aaa;
    font-size: 25px;
    font-weight: bold;
    padding: 120px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}
.success-txt strong {
    color: #444;
    font-size: 18px;
    margin: 0;
    display: block;
}
.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;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}
body .fancybox-inner {
    background: #f2f8fa;
    border-radius: 13px;
}
.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 40px 60px 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}
.fancybox-album .photo-pager {
    text-align: right;
}
.fancybox-album .photo-title {
    color: #444;
    font-size: 15px;
    font-weight: bold;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
/*------------ /lightbox ------------*/
/*------------ mmenu ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #245aaa;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fff;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #245aaa;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #245aaa;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.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 .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
.mmenu-show #mobile-menu .share-menu{
    background: #245aaa;
}
.mmenu-show #mobile-menu .language-menu {
    background: #245aaa;
    color: #fff;
}
.mmenu-show #mobile-fixed .qty{
    background: #94C9ED;
    color: #245aaa;
    font-family: 'Albert Sans', serif;
}
.mmenu-show #mobile-fixed li i {
    vertical-align: unset;
}
/*------------ /mmenu ------------*/
/*------------ 追加彈跳視窗 alertify ------------*/
#alertify.alertify {
    border: 3px solid rgb(45, 118, 176, 0.7);
}
#alertify .alertify-button-ok{
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #333;
    text-shadow: none;
    font-weight: normal;
}
#alertify .alertify-button-ok:hover,
#alertify .alertify-button-ok:focus {
    background-color: #245aaa;
    border: 1px solid #245aaa;
    box-shadow: none;
    color: #fff;
}
#alertify .alertify-button-cancel{
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #333;
    text-shadow: none;
    font-weight: normal;
}
#alertify .alertify-button-cancel:hover,
#alertify .alertify-button-cancel:focus{
    background-color: #245aaa;
    border: 1px solid #245aaa;
    color: #fff;
}
/*------------ /追加彈跳視窗 alertify ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .site-title .logo {
        width: 200px;
    }
    .site-title {
        height: 100px;
    }
    .wrapper {
        padding-top: 100px;
    }
    .site-nav .menu > li {
        padding: 0 4px;
    }
    .footer-top .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-top .col.col1 {
        width: 100%;
        order: 1;
        padding: 0 0 30px;
    }
    .footerlogobox {
        justify-content: center;
    }
    .site-info {
        justify-content: center;
    }
    .footer-top .col.col2 {
        order: 2;
    }
    .footer-top .col.col3 {
        order: 3;
    }
    /*------------ /site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100% - 290px);
    }
    /*------------ /side 1200 ------------*/
}
@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .wrapper{
        padding-top: 40px;
    }
    .site-header{
        position: static;
    }
    .site-header>.container {
        justify-content: center;
    }
    .rightbox,
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-title {
        float: none;
        text-align: center;
        padding: 15px 0;
        height: auto;
    }
    .site-title .logo,
    .header-fixed .site-title .logo{
        width: 250px;
        height: 35px;
    }
    /*------------ /site_header 1000 ------------*/
    /*------------ 隱私權手機板------------*/
    .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_main 1000 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    .breadcrumb{
        text-align: center;
        margin: 0 auto;
    }
    .main-content {
        padding-bottom: 80px;
    }
    /*------------ /site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .floating .gotop::before,
    .floating .gotop::after{
        display: none;
    }
    .footer-top {
        padding: 30px 0;
    }
    .footer-top .col {
        width: 100%;
        float: none;
        clear: both;
    }
    .footer-top .footerlogobox .footerlogo {
        width: 290px;
    }
    .footerlogobox .footerlogo+.footerlogo::before {
        width: 2px;
        height: 20px;
    }
    .site-info {
        flex-direction: column;
        align-items: center;
    }
    .footer-top .col2,
    .site-map,
    .footer-bottom .share {
        display: none;
    }
    .footer-top .col.col3 {
        width: 100%;
    }
    .follow {
        justify-content: center;
    }
    .qrcode img,
    .ibtn.fb-fans-page img{
        width: 90px;
    }
    .footer-bottom {
        padding: 15px 0 35px;
    }
    .footer-bottom .copyright_box {
        margin: 0 auto;
    }
    /*------------ /site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        position: absolute;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        box-shadow: inherit;
        font-size: 0;
    }
    .floating .ibtn.gotop::before{
        display: none;
    }
    .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
    }
    /*------------ /floating 1000 ------------*/
    .banner::after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 60px;
    }
    .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-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 90px;
    }
    /*------------ / 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 ------------*/
    .search_ic{
        right: 0;
        bottom: 0;
    }
    .contact-form-bottom{
        left: 20px;
        right: 20px;
        margin: 0 auto;
        padding: 16px;
        bottom: 64px;
    }
}
@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        /* margin: 0 auto 10px; */
    }
    /*------------ / btn 400 ------------*/
    .form-box .name .radio-box{
        position: relative;
        text-align: left;
    }
    .form-box .name .control-box{
        flex-direction: column;
    }
    .contact-form-bottom{
        max-height: 500px;
        overflow: scroll;
    }
}