@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, 'Noto Sans TC', '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
    color: #535353;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background: #fff;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box {
    display: block;
}
h3.name {
    margin: 0;
}
.editor {
    letter-spacing: 1px;
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*------------ canvas ------------*/
#particles-js {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent!important;
    background-blend-mode: screen;
    z-index: unset;
}
#particles-js canvas {
    background-blend-mode: screen;
}
/*------------ / 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 #00A650;
    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: #00A650;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icon.require {
    width: 6px;
    height: 6px;
    background: #00A650;
    margin: 10px 5px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    background: #F57F1A;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 0px;
    border-radius: 100%;
    font-size: 16px;
    transition: all 0.5s ease;
    margin: 10px 2px 0;
}
.share .btn i {
    line-height: 32px;
    vertical-align: middle;
}
.share .btn:hover {
    background: #00A650;
    color: #fff;
}
.btn.back {
    display: block;
    width: 100%;
    text-align: left;
    color: #222;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 0;
    transition: all 0.5s ease;
}
.btn.back:hover {
    color: #00A650;
}
.btn.back .ic {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    position: relative;
    float: left;
    background: #F57F1A;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 45px;
    border-radius: 0;
    transition: all 0.5s ease;
    border-radius: 10px;
}
.btn.simple:hover {
    background: #00A650;
}
.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: #fff;
    font-size: 15px;
    padding: 0 30px;
    line-height: 45px;
    background: #F57F1A;
    margin: 0 5px 10px;
    border-radius: 0;
    transition: all 0.5s ease;
    border-radius: 10px;
}
.btn.normal:hover {
    background: #00A650;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 3px -5px 5px 0;
    padding: 0 5px 0 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: #fff;
    z-index: 400;
    transition: all .5s ease;
    border-top: 4px solid #00A650;
    box-shadow: 7px 7px 20px rgba(0,0,0,0.15);
}
.wrapper {
    position: relative;
    padding-top: 120px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 20px 0 23px;
    transition: all .5s ease;
}
.site-nav {
    transition-delay: 0.1s;
}
.header-fixed .site-nav {
    padding: 0;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 140px;
    height: 48px;
}
.header-fixed .top-nav {
    display: none;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 0% 0% no-repeat;
    background-size: contain;
    width: 213px;
    height: 73px;
    transition: all .5s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 10;
}
.site-header .language {
    float: left;
}
.site-header .language .btn{
    display: none;
}
.top-nav .language li{
    position: relative;
    display: inline-block;
    padding: 6px 0;
}
.top-nav .language li a{
    display: inline-block;
    color: #878787;
    font-size: 15px;
    border-left: solid thin #d6d6d6;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
    transition: all 0.5s ease;
}
.top-nav .language li a:hover{
    color: #00A650;
}
.site-nav {
    position: relative;
    box-sizing: border-box;
    padding: 48px 0 0;
    margin-left: 215px;
    margin-right: 100px;
    text-align: right;
    transition: all .5s 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 18px;
}
.site-nav .menu>li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #D6D6D6;
}
.site-nav .menu>li:first-of-type:before{
    display: none;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    padding: 23px 0;
    color: #212121;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    transition: all .5s ease;
    top: 0;
}
.site-nav .menu>li:hover>a,
.site-nav .menu>li.active>a {
    color: #00A650;
    top: -5px;
}
.site-nav .menu>li>a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 8px;
    background: #F57F1A;
    bottom: 10px;
    left: 50%;
    transition: all .5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.site-nav .menu>li:hover>a::before,
.site-nav .menu>li.active>a:before {
    width: 8px;
}
.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: 100%;
    left: 50%;
    margin: 0 0 0 -104px;
}
.site-nav .menu ul li+li {
    margin-top: 1px;
}
.site-nav .menu ul li a {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 9.5px 8px;
    color: #545454;
    border:  1px solid #ECECEC;
    background: #fff;
    transition: all .5s ease;
    z-index: 1;
}
.site-nav .menu ul li a::before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #F57F1A;
    transition: all .5s ease;
    z-index: -1;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
}
.site-nav .menu ul li a:hover::before,
.site-nav .menu ul li.active>a::before {
    width: 100%;
}
.site-nav .menu ul ul li a::before{
    background: #00A650;
}
.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: relative;
    width: 140px;
    float: right;
    box-sizing: border-box;
    margin: 0 0 0 15px;
}
.site-header .search-box .form-control {
    border: 1px solid #D6D6D6;
    background: #fff;
    height: 35px;
    line-height: 33px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.site-header .search-box .form-control:focus {
    border-color: #F57F1A;
}
.search-box .search{
    z-index: 1;
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    right: 0;
    top: 0;
}
.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: #F57F1A;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all .5s ease;
}
.search-box:hover:after{
    color: #00A650;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    z-index: 2;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top {
    position: relative;
    box-sizing: border-box;
    background: #F0F0F0;
    padding: 37px 0;
    z-index: 2;
}
.main-top::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 4px;
    background: #F57F1A;
}
.main-top::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 0;
    margin: 0 auto;
    width: 16px;
    height: 4px;
    background: #00A650;
}
.main-title {
    position: relative;
    color: #111111;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
}
.main-title .main-title-b {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-left: 1.5px;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
}
.main-title.new-two {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #333;
    font-size: 24px;
    position: relative;
}
.main-title.new-two:after {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2px;
    background: #B9BDC4;
}
.main-content {
    padding: 30px 0 150px;
}
.main-content .container {
    position: relative;
    z-index: 2;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {}
.content-title {
    position: relative;
    margin: 5px 0 50px;
    background: #F0F0F0;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}
.content-title::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F0F0F0;
}
.content-title::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F0F0F0;
}
.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;
    margin-top: 30px;
    position: relative;
    text-align: center;
    border-top: 1px solid #ccc;
}
.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 {
    position: relative;
    z-index: 2;
}
.breadcrumb {
    color: #999999;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    margin: 10px 0;
    transition: all 0.5s ease;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '>';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #00A650;
}
.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-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 {
    position: relative;
    box-sizing: border-box;
    background: #303030;
    border-bottom: 4px solid #00A650;
    padding: 94px 0 40px;
    z-index: 3;
}
.footer-top {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 60px;
}
.footer-top>.container{
    /* display: flex;
    align-items: flex-end; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site-footer .col{
    float: left;
}
.site-info {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-right: 15px;
}
.site-info li .tel a{
    line-height: 1;
    color: #F47F19;
    font-size: 30px;
    margin-bottom: 3px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.site-info li{
    position: relative;
    color: #AAAAAA
}
.site-info li span,
.site-info li a{
    color: #fff;
}
.site-info li+li{
    margin: 8px 0 0;
}
.site-info li a,
.site-info span{
    display: inline;
}
.site-map {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    color: #fff;
}
.site-map .tit {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 20px;
    margin: 0 0 22px;
    color: #F47F19;
    font-size: 22px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul{
    margin: 0 0 0 15px;
}
.site-map li+li{
    margin-top: 12px;
}
.site-map ul a{
    transition: all 0.5s ease;
}
.site-map ul a:hover{
    color: #00A650;
}
.site-footer .follow {
    position: relative;
    box-sizing: border-box;
    width: 25%;
    float: right;
    display: flex;
    align-items: flex-end;
}
.follow *{
    display: inline-block;
    vertical-align: middle;
}
.follow .share {
    width: 35%;
}
.follow .f_social {
    width: 65%;
    padding-left: 2%;
}
.follow .qr-inner {
    margin: 0 15px 0 0;
}
.ibtn.fb{
    transition: all .5s ease;
    width: 90px;
    height: 90px;
    background: url('../../images/tw/fb.jpg') no-repeat;
    background-size: contain;
}
.ibtn.fb:hover{
    opacity: .7;
}
.footer-bottom {
    position: relative;
    box-sizing: border-box;
}
.copyright-box {
    float: right;
    color: #878787;
    font-size: 14px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 9%;
    z-index: 400;
    transition: all .5s ease;
}
.floating .gotop{
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 7px 7px 20px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
}
.floating .gotop::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 7px;
    background: url(../../images/common/index/b_arr.svg) no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
}
.floating .gotop:hover{
    background: #F57F1A;
}
.floating .gotop:hover:before {
    background: url(../../images/common/index/b_arr_h.svg) 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;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.5s ease;
    font-weight: bold;
}
.pagination li a:hover,
.pagination li.active a {
    color: #00A650;
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
    color: #535353;
    line-height: 30px;
}
.pagination li a.controls:hover {
    color: #00A650;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #47A38A;
}
.pagination li a.prev:after,
.pagination li a.next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    border-left: 1px solid #ddd;
    margin-bottom: 3px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #555555;
    position: relative;
    margin: 0 0 60px;
    font-size: 15px;
    letter-spacing: 1px;
}
.reminder span {
    display: inline-block;
    color: #111111;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0;
    font-family: 'Raleway', serif;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    transition: all 0.5s ease;
}
.form-control:focus {
    outline: none;
    border-color: #F57F1A;
}
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: 6px;
    height: 6px;
    background: #00A650;
    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 {
    position: relative;
    display: block;
    line-height: inherit;
    width: 16px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    color: #999;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: -5px;
    margin-bottom: 6px;
    transition: all .5s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .icon.refresh {
    background: url(../../images/common/refresh.svg) #00A650 no-repeat;
    width: 36px;
    height: 37px;
    margin-top: -5px;
}
.form-box .captcha a:hover .icon.refresh {
    background: url(../../images/common/refresh.svg) #F57F1A no-repeat;
}
.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%;
    margin: 0 auto;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-txt {
    line-height: 1.8;
    font-size: 14px;
    padding-bottom: 30px;
}
.success-txt strong {
    position: relative;
    display: block;
    text-align: center;
    font-size: 25px;
    padding: 80px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
    font-weight: 500;
    color: #000;
}
.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 rgba(31, 131, 103, 0.85);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #46A38A;
    font-size: 14px;
}
.photo-intro {
    color: #929292;
    font-size: 14px;
    line-height: 1.75;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    background-image: url(../../images/common/album/lightbox_control.png);
    height: 41px;
    width: 54px;
    margin-left: 1px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    background-position: 0 100%;
}
.photo-control .ibtn.next:hover {
    background-position: -54px 100%;
}
.photo-control .ibtn.close:hover {
    background-position: -108px 100%;
}
.fancybox-nav span {
    display: none;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #80caa5;
}
/* 手機版主選單樣式2 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2{
    background: rgba(0,0,0,0.8);
}
/* 手機版主選單樣式2 end */
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #99e5bf;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #80caa5;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #80caa5;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
    padding-top: 80px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    background: #666;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before{
    background: #666;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after{
    background: #666;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 a, .mmenu-show #mobile-fixed.mobile-fixed-type2 span{
    height: 80px;
    line-height: 80px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:before,
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:after{
    background: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar {
    width: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track {
    margin: 0 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,.1);
    margin: 0 5px;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu {
    background: #FFFFFF;
    top: 75px;
    font-size: 13px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li{
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    background: #FFFFFF;
    margin: 0 5px 0 0;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu > li{
    border-bottom: 1px solid #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a {
    border-bottom: 0;
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
    background: #EEEEEE;
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li.active > a {
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu{
    color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
	border-bottom: 1px solid #EEEEEE;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    background: #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn{
    background: #F57F1A;
    color: #FFF;
    border-radius: 50%;
    line-height: 30px;
    transition: all 0.5s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn i {
    line-height: 30px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover{
    background: #00A650;
    color: #FFF;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
    padding: 82px 0 10px;
    background: #fff;
    border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-webkit-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-moz-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-ms-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-moz-placeholder {
    color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    right: 45px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 18;
    line-height: 105px;
    text-align: center;
    font-size: 12px;
    transition: .2s ease-out;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:before,
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:after{
    background: #fff;
}
.mmenu-show #mobile-menu .language ul li{
    position: relative;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '|';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    color: #f0f0f0;
}
.mmenu-show #mobile-menu .language ul{
    margin: 0 -10px;
}
.mmenu-show #mobile-menu .language ul li a {
    padding: 5px 10px;
}
/* 手機版選單改樣式2 end */
/* ----------- rwd ----------- */
@media screen and (max-width: 1440px) {
    .site-nav .menu>li {
        padding: 0 10px
    }
    .site-map {
        width: 45%;
    }
    .site-footer .follow{
        width: 30%;
    }
}
@media screen and (max-width: 1330px) {
    .wrapper {
        padding-top: 110px;
    }
    .site-nav {
        padding: 39.5px 0 0;
        margin-right: 15px;
    }
    .site-title .logo {
        width: 175px;
        height: 62px;
    }
    .site-nav .menu>li>a {
        font-size: 15px;
    }
    .top-nav .language li a {
        font-size: 14px;
    }
    .site-footer{
        padding: 60px 0 40px;
    }
    .site-map{
        width: 47%;
    }
    .site-footer .follow {
        width: 28%;
    }
}
@media screen and (max-width: 1280px) {
    .footer-top>.container {
        max-width: 900px;
    }
    .site-map .tit {
        padding: 0;
        margin: 0 0 15px;
    }
    .site-map {
        float: none !important;
        clear: both;
        text-align: center;
        padding: 40px 0 0;
        width: 100%;
        order: 3;
        display: flex;
    }
    .site-info {
        width: 40%;
        order: 1;
    }
    .site-footer .follow{
        width: 40%;
        order: 2; 
        align-items: flex-start;
    }
    .follow .f_social {
        width: 60%;
        padding-left: 5%;
    }
    .follow .share {
        width: 40%;
    }
    .copyright-box {
        text-align: center;
        float: none;
    }
}
@media screen and (max-width: 1200px) {
    .top-nav .language li a {
        font-size: 13px;
    }
    .top-nav {
        right: 15px;
    }
    .site-nav {
        margin-left: 180px;
    }
}
@media screen and (max-width: 1100px) {
    .site-nav .menu>li {
        padding: 0 5px;
    }
    .site-nav {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1000px) {
    #particles-js{
        display: none;
    }
    .follow .share {
        display: none;
    }
    .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 ------------*/
    .main-top {
        padding: 30px 0;
    }
    .main-title {
        font-size: 40px;
    }
    .main-title .main-title-b {
        font-size: 26px;
    }
    .main-title.new-two {
        font-size: 22px;
    }
    .site-title,
    .header-fixed .site-title {
        float: none;
        padding: 0;
        text-align: center;
    }
    .site-header {
        position: relative;
        z-index: 300;
        border-top: 0;
    }
    .top-nav,
    .site-nav,
    .site-header .language {
        display: none;
    }
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding: 20px 0 60px;
    }
    .btn-box {
        padding-top: 15px;
        margin-top: 0;
        border: 0;
    }
    .reminder span {
        font-size: 20px;
    }
    /*------------ site_footer 1000 ------------*/
    .site-footer {
        padding: 60px 0;
    }
    .footer-top {
        padding: 0 0 40px;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
    }
    .follow .f_social {
        width: 100%;
        padding: 0;
    }
    .site-map {
        display: none;
    }
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        left: 50%;
        bottom: 5px;
        margin-left: -15px;
        position: fixed;
    }
    .floating .ibtn.gotop, .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.svg) 0% 40% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        box-shadow: none;
        border-radius: 100%;
    }
    .floating .gotop::before,
    .floating .gotop::after {
        display: none;
    }
    /*------------ 手機版主選單樣式2 start ------------*/
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式2 start */
        padding-top: 80px;
        /* 手機版主選單樣式2 end */
    }
    /* 手機版主選單樣式2 start */
    .site-title {   
        padding: 0;  
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
        width: 160px;
        height: 55px;
    }
    /* 手機版主選單樣式2 end */
    /* 手機版主選單樣式2 start */
    .site-title.site-title-type2{
        position: fixed;
        width: 100%;
        height: 80px;
        top: 0;
        left: 0;
        background: #fff;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 301;
        box-shadow: 7px 7px 20px rgba(0,0,0,0.15);
    }
    /* 手機版主選單樣式2 end */
}
@media screen and (max-width: 767px) {
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 131px;
        height: 45px;
    }
    /*------------ site_main 767 ------------*/
    .main-top {
        padding: 20px 0;
    }
    .main-title {
        font-size: 30px;
    }
    .main-title.new-two {
        font-size: 20px;
    }
    /*------------ 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;
    }
    /*------------ 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{
        padding: 30px 0 0;
        font-size: 22px;
    }
    .success-wrap {
        padding: 0;
    }
    /*------------ 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;
    }
    /*------------ footer 767 ------------*/
    .site-footer {
        padding: 40px 0;
    }
    .site-info {
        padding: 0 5%;
    }
}
@media screen and (max-width: 650px) {
    .site-info {
        padding: 0 0 20px;
    }
}
@media screen and (max-width: 480px) {
    /*------------ form 480 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    .breadcrumb {
        padding: 0px;
        text-align: center;
        margin-left: 0px;
    }
    /*------------ btn 480 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /* 手機版主選單樣式2 start */
    .mmenu-show #mobile-menu.mobile-menu-type2{
        width: 100%;
    }
    /* 手機版主選單樣式2 end */
}
