@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'GenSenRounded-R';
  src: url('../../images/common/fonts/GenSenRounded-R.ttc') format("truetype");
}
/*------------ basic ------------*/

#stalker {
    pointer-events: none;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: rgba(211,159,50,0.5);
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-out;
}
h1,h2{
    margin: 0;
}
body {
    font-family:'GenSenRounded-R', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    background: #F4F2F0;
}
.wrapper {
    position: relative;
    background: #F4F2F0;
    background: #ECE7E4;
}

.container {
    padding: 0 15px;
    max-width: 1330px;
}
h3.name{
    margin: 0;
}
::-moz-selection { /* Code for Firefox */
  color: #404040;
  background: rgba(211,159,50,0.3);
}
 
::selection {
  color: #404040;
  background: rgba(211,159,50,0.3);
}
/*---- img scale ----*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    transform: scale(1);
    transition: all 0.8s ;
    position: relative;
    z-index: 0;
}
.box:hover .pic img {
    transform: scale(1.3);
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    font-size: 14px;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #D5A644;
    display: none;
}
.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:#D5A644;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*-----back-btn-----*/
.btn.back {
    max-width: 90px;
    width: 100%;
    height: 35px;
    font-weight: bold;
    color: #525252;
    background: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    transition: all .5s;
    margin: 0 auto;
    overflow: hidden;
}
.btn.back:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #D39F32;
    z-index: -1;
    transition: all .5s ;
    
}
.btn.back:hover:before {
    right: inherit;
    left: 0;
    width: 100%;
}

.btn.back:hover {
    color:#fff;
}

/*-----style01-btn-----*/
.btn.style01 {
    color: #33611D;
    transition: all .5s;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    
}
.btn.style01 i {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    font-size: 19px;
    margin: 0px 10px 0px 5px;
    width: 25px;
}
.btn.style01:hover {
    background: #33601D;
    color: #fff;
    line-height: 28px;
    transition: all .5s;
}
.btn.style01.bg2 {
    color: #AAAAAA;
}
.btn.style01.bg2:hover {
    color: #666666;
    background: none;
}
/*-----style02-btn-----*/
.btn.style02 {
    transition: all .5s;
    border-radius: 30px;
    padding: 0 20px;
    height: 30px;
    line-height: 31px;
    display: block;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    font-weight: bold;
    margin: 0 auto;
    background: #C8D94D;
    color: #7A8A1A;
    width: auto;
    font-size: 16px;
    text-align: right;
}
.btn.style02 i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}
.btn.style02:hover {
    transition: all .5s;
    color: #fff;
    background: #889E25;
}
.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}
.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #686859;
}
.btn.style02.bg2:hover {
    background: #000;
}
/*-----style03-btn-----*/
.btn.style03 {
    max-width: 180px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    color: #525252;
    background: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    transition: all .5s;
    margin: 0 auto;
    overflow:hidden;
}
.btn.style03:hover {
    color:#fff;
}
.btn.style03:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #D39F32;
    z-index: -1;
    transition: all .5s;
}
.btn.style03:hover:before {
    right: inherit;
    left: 0;
    width: 100%;
}
.btn.style03 i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 4px 0px;
    font-size: 19px;
}
.btn.style03.size2 {
    max-width: 49%;
    width: 100%;
}
.btn.style03.size2 i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.has-border {

}
.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}
.btn-box.btn-all .btn {
    max-width: 100%;
}
/*---- btn-box2 ----*/
.btn-box2{
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
        width: 100%;
}
.btn-box2 .btn:hover {
    color: #8BB321;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header > .container {
    max-width: 1330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
}
.site-header .container::before,
.site-header .container::after{
    display: none;
}
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    /*background: #fff;*/
    transition: all .5s ease;
}
.site-title {
    padding: 20px 0;
    margin-bottom: 0;
    transition: all .5s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.svg) 50% 50%  no-repeat;
    background-size: contain;
    width: 124px;
    height: 85px;
    transition: all .5s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------top-nav ------------*/
.top-nav {
    width: fit-content;
}
.top-nav .list-inline{
    display: flex;
    align-items: center;
}
.top-nav .container {
    display: block;
}
.top-nav > ul > li {

    position: relative;
    display: inline-flex;
    align-items: center;
}
.top-nav > ul > li+li::before{
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #D6D6D6;
}
.top-nav > ul > li > a {
    color: #878787;
    font-size: 13px;
    transition: all .5s;
}
.top-nav ul li > a:hover {
    color: #D39F32;
}
/*---- language ----*/
.language {
    position: relative;
}
.language .btn {
    color: #333;
    width: 140px;
    line-height: 35px;
    text-align: center;
    margin: -3px 0 0 0;
}
.language .btn i {
    vertical-align: middle;
    margin: 0 0 4px 16px;
    display: inline-block;
}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 100%;
    width: 100%;
    margin: -1px 0 0 0;
}
.language ul li {
    text-align: center;
    display: block;
    margin: 0;
}
.language ul li + li {
    border-top: 1px solid #CCCCCC;
}
.language li a {
    transition: all .5s;
    display: block;
    background: #EEEEEE;
}
.language ul li a:hover {
    color: #33611D;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 155px;
    margin: 2px 0 0 0;
}
.site-header .search-box .ibtn {
    background-image: url(../../images/common/btn_search.png);
    width: 35px;
    height: 35px;
    position: absolute;
    right: -1px;
    top: -1px;
}
.site-header .search-box .form-control {
    height: 35px;
    line-height: 35px;
    margin: 0;
    border: 1px solid #8E9E21;
    background: transparent;
    color: #8E9E21;
    border-radius: 0;
    padding: 0 25px 0 10px;
    transition: all .1s;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
}
.site-header .search-box a {
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: 13px;
    font-size: 14px;
    color: #8E9E21;
    font-weight: bold;
}
.site-header .search-box:hover a {
    color: #333333;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #8E9E21;
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #79796A;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #8E9E21;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}
.site-header .search-box .form-control::-ms-input-placeholder {
    color: #8E9E21;
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #79796A;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #8E9E21;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}
/*---- tel-box ----*/
.tel-box {
    display: block;
    text-align: right;
    font-size: 34px;
    color: #33611D;
    letter-spacing: 2px;
    margin: 15px 0 0 0;
}
.tel-box i {
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #33611D;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    margin: 0 10px 0 0;
}
/*------------func-menu ------------*/
.site-header .func-menu {}
.func-menu > li {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,000000+100 */
    background: #3d3d3d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3d3d3d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    
    padding: 0 25px;
}
.func-menu .cart i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.func-menu li .offers {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.func-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8E9E21;
}
.func-menu > li > a:hover p {
    color: #4F3524;
    text-decoration: underline;
}
.func-menu .sum {
    display: inline-block;
    color: #fff;
}
.func-menu .cart-box {
    width: 100%;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-inner {
    background: #EEEEEE;
    padding: 0 0 10px;
}
.func-menu .cart-inner li {
    padding: 0 15px;
}
.func-menu .cart-list .offers {
    margin: 0;
    color: #777777;
    font-weight: normal;
}
.func-menu .cart-inner li {
    border-bottom: 1px solid #CCCCCC;
}
.func-menu .cart-inner li a:before {
    display: none;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
}
.func-menu .cart-list a:hover .name {
    color: #BA8030;
    text-decoration: underline;
}
.func-menu .cart-list .name {
    color: #33601D;
    line-height: 1.2;
    font-weight: bold;
    height: 34px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.func-menu .cart-list .num {
    color: #777777;
    display: inline-block;
    margin: 0 0 0 5px;
}
.func-menu .cart-inner .total {
    font-size: 14px;
    color: #8D9E20;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.func-menu .cart-inner .btn {
    transition: all .5s;
    max-width: 148px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
        background: #93a321;
}
.func-menu .cart-inner .btn:hover {
    transition: all .5s;
    color: #000;
}
/*------------site-nav ------------*/
.nav_box{
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.site-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all .5s ease;
}
.site-nav.header-fixed{
    position: fixed;
    top:0;
}

.site-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-nav .container::after{
    display: none;
}
.site-nav .menu {
    margin-right: -15px;
}
.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
    line-height: 20px;
}
.site-nav .menu >li{
    display:inline-flex;
    align-items:center;
}
.site-nav .menu > li + li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #0C0903;
    border-radius: 100%;
    margin: 0 0 0 0;
}
.site-nav .menu > li:nth-last-child(-n+5) {
    display: none;
}
.site-nav .menu > li > a {
    color: #404040;
    font-size: 17px;
    padding: 5px 20px;
    transition: all .5s;
    
}
.site-nav .menu > li.active > a,
.site-nav .menu > li > a:hover {
    
}
.site-nav .menu > li > a:after {
    content:"";
    height:2px;
    background:#D39F32;
    width:0;
    display:block;
    position:absolute;
    bottom:0px;
    left:0;
    transition:none;
    transition:all .5s ease-in-out;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li > a:hover:after {
    width:100%;
    transform:translateX(0);
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 180px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -90px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: block;
    background: #111;
    border-radius: 0;
    transition: all .5s;
}
.site-nav .menu ul li:first-child> a{
    border-radius: 15px 15px 0 0;
}
.site-nav .menu ul li:last-child> a{
    border-radius: 0 0 15px 15px;
}
.site-nav .menu ul> li.active >a,
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #D39F32;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}
.menu_contact{
    position: relative;
    width: 61px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 0;
    background: #212121;
    transition: all .5s;
}
.menu_contact::before{
    content: url('../../images/common/contact_ic1.png');
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: all .5s;
}
.menu_contact::after{
    content: url('../../images/common/contact_ic2.png');
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
}
.menu_contact:hover{
    background: #D39F32;
}
.menu_contact:hover::before{
    opacity: 0;
    transform: scale(0);
}
.menu_contact:hover::after{
    opacity: 1;
    transform: scale(1);
}
/*------------share------------*/
.share {

}
.share li + li {
    margin: 0 0 0 5px;
}
.share .btn {
    transition: all .5s;
    display: inline-block;
    font-size: 21px;
    color: #232323;
    background: rgba(255,255,255,0.5);
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 17px;
    transition: all .5s;
}
.share .btn:hover {
    color: #fff;
    background: #D5A644;
}
/*------------ / .header-fixed ------------*/
.header-fixed .site-header {
    position: fixed;
/*    width: calc(100% - 30px);
    max-width: 1700px;*/
    z-index: 500;
    margin: 0 auto;
    padding: 0 0;
    left: 0;
    right: 0;
    /*margin: 10px auto 0;*/
    border-radius: 400px;
    

}
.site-header:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    position: absolute;
    background-color: rgba(255,255,255,0.87);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);

    z-index: -1;
    transition: all .6s ease;
}
.site-header:before {
    height: 100%;
}
.header-fixed .site-header:before {
    height: 100%;
}
/*.site-header::before {
    content: '';
    display: block;
    background-color: rgba(255,255,255,0.87);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); 
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 400px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: scale(0.5);
    transition: all .5s;
}
.header-fixed .site-header::before {
    opacity: 1;   
    transform: scale(1.0);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15); 
}*/
/*.header-fixed .site-header .container{
    padding-top: 0;
    align-items: center;
}*/
.header-fixed .site-title {
    padding: 20px 0;
    margin-bottom: 0;
}
.header-fixed .site-title .logo{
    width: 124px;
    height: 85px;
}
/*------------ banner ------------*/
.banner {
    position: relative;
    padding-top: 0;
}

/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    height: 80px;
    margin: -40px auto 45px;
    background: rgba(24,24,24,0.9);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-top::before,
.main-top::after{
    display: none;
}
.main-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    margin: 0;
}
.ibtn.gohome{
    text-indent: initial;
    font-size: 13px;
    color: #D39F32;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    font-family: 'Poppins', sans-serif;
    transition: all .5s;
}
.ibtn.gohome:hover{
    color: #fff;
}
.ibtn.gohome .home_ic{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    background: #D39F32;
    
    -webkit-mask: url(../../images/common/home_ic.svg) ;
    mask: url(../../images/common/home_ic.svg) ;
    transition: all .5s;
}
.ibtn.gohome:hover .home_ic{
    background: #fff;
}
.site-main {
    position: relative;

}
.main-content {
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
}


.content {
    min-height: 300px;
    box-sizing: border-box;
    padding: 45px 100px 130px;
    background: rgba(255,255,255,0.6);
    border-radius: 50px 50px 0 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);

}
.content.no-bg{
    padding: 0 100px 130px;
    background: transparent;
    border-radius: 0 0;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.relate-title,
.content-title {
    color: #3F3F3F;
    font-size: 22px;
    font-weight: normal;
    margin: 0 auto 35px;
    box-sizing: border-box;
    padding: 7px;
    background: #ECE7E4;
    border-radius: 50px;
    text-align: center;
}
.relate-title{
    margin: 80px auto 25px;
}
.content.no-bg .content-title{
    background: rgba(255,255,255,0.6);
    max-width: 1100px;
}
/*------------shopping-title ------------*/
.shopping-title {
    font-size: 16px;
    color: #335F1D;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}
.shopping-title i {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #80A822;
}
/*----- plus-title -----*/
.plus-tip {
    font-size: 16px;
    color: #335F1D;
    font-weight: normal;
    text-align: center;
    background: #F3F3F3;
    border: 1px dotted #80A822;
    padding: 13px 10px;
    margin: 0 0 30px 0;
}
.plus-tip b {
    color: #660000;
    font-size: 16px;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    background: #E0DCD8;
    min-height: 340px;
    box-sizing: border-box;
    padding: 70px 0 32px;
    position: relative;
}
.site-footer .container {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 80px auto 65px;
}
.site-footer .container:before,
.site-footer .container:after{
    display:none;
}

.site-footer .site-info {
    display: flex;
    align-items: center;

}
.site-footer .site-info .logo_box{
    margin-right: 20px;
    width: 196px;
    height: 135px;
    display: block;
}
.site-footer .site-info .logo_box img{
    width: 100%;
    height: 100%!important;
}
.site-footer .site-info .info_box{
    text-align: left;
}
.site-footer .site-info .info_box .tit{
    color: #111;
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    letter-spacing: 0.00em;
    font-weight: 300;
    margin-bottom: 10px;
}
.site-footer .site-info .info_box .tit::first-letter {
  font-weight: 600;
}
.site-footer .site-info a:hover{
    text-decoration: underline;
}


.site-footer .site-map {
/*    width: 100%;*/
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px 25px;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    text-align: center;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    white-space: nowrap;
}
.site-map ul + ul {
    
}

.site-map ul a{
    font-size: 15px;
    color: #3f3f3f;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.site-map ul a:hover {
    color: #D5A644;
}
.site-map li + li a::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #0C0903;
    margin: 0 15px;
    border-radius: 100%;
}
.site-footer .follow {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
        flex-shrink: 0;
}
.share_box{
    width: fit-content;
    display: flex;
}
.site-footer .follow .fb-fans-page {
    width: 90px;
    height: 90px;
    display: block;
    background: #202020;
    background: url('../../images/common/fb.png') no-repeat,#202020;
    margin: 0 10px 0 0;
    border-radius: 5px;
    transition: all .5s;
}
.site-footer .follow .fb-fans-page:hover {
    background-color: #D5A644;
}

.site-footer .qr-inner {
    display: inline-block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
}
.site-footer .qr-inner img {
}
.site-footer .share{
    width: 100%;
    margin-top: 20px;

}
.footer-bottom{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 100px;
    background: rgba(255,255,255,0.6);
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom .copyright {
    color: #545454;
}
.footer-bottom .author {
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-right: 1px solid #545454;
}
.footer-bottom a{
    transition: all .5s
}
.footer-bottom a:hover{
    text-decoration: underline;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 299;
}
.floating .gotop {
    display: none;
}
.gotop {
    width: 80px;
    height: 80px;
    padding: 0;
    min-width: 80px;
    text-align: center;
    color: transparent;
    background: #111;
    border-radius: 100%;
    border: 0;
    cursor: pointer;
    z-index: 150;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    transform: rotate(90deg);
    transition: all .5s;
}
.gotop:hover .arrow_box{
    animation: arrow_box_hover .5s cubic-bezier(.86,0.000,.07,1.000);
}
.gotop .arrow_box .line_1{
    width: 9px;
    height: 1px;
    background: #fff;
    transform: rotate(-30deg);
    transform-origin: bottom left;
    position:relative;
    left:1px;
    bottom:-1px;
    transition: all .5s;
}
.gotop .arrow_box .line_2{
    width: 21px;
    height: 1px;
    background: #fff;
    transition: all .5s;
}
.gotop .arrow_box .line_3{
    width: 9px;
    height: 1px;
    background: #fff;
    transform: rotate(30deg);
    transform-origin: top left;
    position:relative;
    left:1px;
    top:-1px;
    transition: all .5s;
}
.gotop:hover .arrow_box .line_3,
.gotop:hover .arrow_box .line_2,
.gotop:hover .arrow_box .line_1{
    background: #D39F32;
}
.gotop .slick-arrow_circle {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 0;
}
.gotop .slick-arrow.slick-next .slick-arrow_circle {
    transform: scaleX(-1);
}
.gotop .slick-arrow_circle svg {
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
}
.gotop .slick-arrow_circle circle {
    fill: transparent;
    stroke: #D39F32;
    stroke-width: 2;
    transform-origin: center center;
    stroke-dasharray: 0 250;
    transition: stroke-dasharray .35s cubic-bezier(.39,.575,.565,1.000);
}
.gotop:hover .slick-arrow_circle circle {
    stroke-dasharray: 250 250;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb_box{
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
}
.breadcrumb {
    color: #fff;
    position: relative;
    font-size: 12px;
    margin: 0 0 0;
    display: flex;
    align-items: center;
}
.breadcrumb::before{
    content: '';
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin-right: 5px;
}
.breadcrumb li,
.breadcrumb li a {
    display: flex;
    align-items: center;
    transition: all .5s;

}
.breadcrumb li+li:before {
    content: "-";
    margin: 0px 5px;
}
.breadcrumb li a:hover {
    color: #D39F32;
}
.products-breadcrumb {
    float: none;
    margin: -25px 0 30px 21px;
}
.products-breadcrumb li+li:before {
    content: ">";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side .title p{
    font-size:20px;
    margin:-10px 0px;
    
}
.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}
.has-side .content {
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
    min-height: 700px;
    padding: 0 0 0 45px;
    border-left: 2px dotted rgba(58, 108, 21, .3);
}
.side-nav {
    position: relative;
}
.side .title {
    width: 250px;
    height: 250px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background: url('../../images/common/bg/side_bg.png');
    color: #FFFFFF;
    font-size: 33px;
    
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 55px 0 0 0;
    margin: 0 0 35px 0;
}
.side .title:before {
    content: "";
    position: absolute;
    border: 2px solid #CCCCCC;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border-radius: 50%;
}
.side .title i {
    width: 45px;
    height: 67px;
    display: block;
    margin: 0 auto 5px;
    background: url('../../images/common/bg/side_ic.png');
}
.side .title b {
    color: #AAD83F;
}
.side .logout {
    display: block;
    border: 1px solid #dcdcdc;
    background: #f3f3f3;
    color: #666;
    font-size: 16px;
    margin: 10px auto;
    transition: all .5s;
    position: relative;
    z-index: 150;
}
.side .logout:hover {
    background: #dcdcdc;
    color: #976726;
}
.side-nav > li {
    border-bottom: 1px solid #E4EDD1;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}
.side-nav li a {
    display: block;
    transition: all .5s;
}
.side-nav > li > a {
    position: relative;
    font-size: 18px;
    color: #33601D;
    background: #FFFFFF;
    padding: 11px 15px;
    font-weight: bold;
    transition: all .5s;
}
.side-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #976726;
    opacity: 0;
    transition: all .5s;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #976726;
    padding: 11px 15px 11px 30px;
    transition: all .5s;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    opacity: 1;
    transition: all .5s;
}
.side-nav ul li a {
    padding: 11px 10px 10px 32px;
    background: #F3F3F3;
    font-size: 15px;
    color: #33601D;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a:hover {
    color: #fff;
    background: #C89664;
    transition: all .5s;
}
.side-nav > li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 2px;
    text-align: center;
    color: #111;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    box-sizing: border-box;
    transition: all .5s;
    font-family: 'Poppins', sans-serif;
}
.pagination li a:hover,
.pagination li.active a {
    background: #D39F32;
    color: #fff;
}
.pagination li a.controls {
    font-size: 14px;
    background: no-repeat;
    color: #111111;
    width: auto;
    margin: 0 8px;
    font-family: 'Poppins', sans-serif;
}
.pagination li a.controls:hover{
    color: #D39F32;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 40px;
    background: #fff;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.contact-info{
    padding-bottom: 40px;
    margin: 0 auto 40px;
    border-bottom: 2px solid #d6d6d6;
}
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 30px 0;
}
.reminder i {
    color: #64823C;
    font-size: 50px;
    display: block;
    margin: 0 auto 30px;
}
.reminder strong {
    font-size: 26px;
    color: #d39f32;
    line-height: 1.2;
}
.reminder p {
    margin: 20px 0 0 0;
}
.requrin_txt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reminder b {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #222;
    border-radius: 50%;
    margin: 0 5px 0 5px;
}
/*-----qty-box-----*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 105px;
    max-width: none;
    padding: 0 35px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    width: 36px;
    font-weight: bold;
    line-height: 26px;
    color: #666666;
    border: 1px solid #7FA721;
    box-sizing: border-box;
    background: #fff;
    font-size: 13px;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
}
.qty-box .btn {
    background: #80A822;
    color: #fff;
    line-height: 15px;
    font-size: 13px;
    position: absolute !important;
    z-index: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
}
.qty-box .btn i {
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 0 100%;
}
.qty-box .btn:hover {
    background: #335F1D;
}
.qty-box .add {
    left: 14px;
}
.qty-box .less {
    right: -5px;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #404040;
    border: 1px solid #ECE7E4;
    background: #ECE7E4;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 7px;
    transition: all .3s;
}
.form-control:focus {
    outline: none;
    border-color: #d39f32;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-wrap .form-box .form-group {
    padding: 5px 0 ;
}
.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
}
.form-box .form-group .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}
.form-box .control-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.form-box .control-box .input-box{
    flex-grow: 1;
}
.form-box .control-box span{
    margin: 0 5px;
}
.form-box .control-box label {
    display: inline-flex;
    line-height: inherit;
    margin: 10px 10px 10px 0;
    font-size: 14px;
    align-items: center;
}
.form-box .control-box.inquiry-type label .check{
    margin-right:5px;
}
.form-box .control-box.inquiry-type label + label{
    margin-left: 10px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #33611D;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 35px 17px;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 835px;
    margin: 0 auto;
}
.form-box {
    position: relative;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
    display: flex;
    align-items: center;
}
.form-box .required:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #222;
    border-radius: 50%;
    margin: 0 0 0 5px;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
    display: flex;
    align-items: center;
}
.form-box .captcha .form-control {
    max-width: 270px;
    margin: 0;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    width: 35px;
    height: 35px;
    background: #111;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    transition: all .5s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    background: #D39F32;
    color: #111;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    line-height: 1.6;
}
.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;
}
/*----- address -----*/
.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%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #7FA721;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.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;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 15px 0;
}
input[type=radio],
.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: 150;
    width: 17px;
    height: 17px;
}
.form-radio:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #b5b5b5;
    outline: 1px solid #b5b5b5;
    box-sizing: border-box;
    border: 2px double #efebe7;
    padding: 3px;
    border-radius: 100%;
    margin: 0 5px 3px 0;
}
.form-radio.checked:before{
    background: #D39F32;
    outline-color: #D39F32;
}

/*-----success-box-----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #666666;
}
.success-box .msg {
    color: #fff;
    font-size: 20px;
    background: #D39F32;
    border-radius: 60px;
    padding: 2px 0;
    max-width: 650px;
    margin: 0 auto 40px;
}
.success-box >a {
    color: #D39F32;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}
.success-box span b {
    color: #000;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}
.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}
.table-h .btn-holder .close {
    width: 18px;
    height: 18px;
    background: #80A822;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.table-h .btn-holder .close:hover {
    background: #335F1D;
}
.table-h thead th {
    color: #666666;
    padding: 11px 6px 11px;
    white-space: nowrap;
    font-weight: normal;
    background: #F3F3F3;
    border-top: 1px solid #C5D79A;
    border-bottom: 1px solid #C5D79A;
}
.table-h tfoot tr {
    color: #555;
}
.table-h tbody tr {
    border-bottom: 1px dotted #C5D79A;
}
.table-h tfoot td {
    color: #000000;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1.7;
}
.table-h tfoot td:last-child {
    width: 11%;
    padding: 3px 0;
    min-width: auto;
}
.table-h tfoot td span {
    background: url('../../images/common/bg/line.png') repeat-x bottom;
    padding: 0 30px 7px;
}
.table-h tfoot tr:last-child td {
    color: #660000;
    font-weight: bold;
}
.table-h tfoot td:last-child span {
    display: block;
    padding: 0px 30px 5px;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
    padding: 11px 35px 11px 15px;
    max-width: 120px;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #666666;
    display: block;
    line-height: 1.7;
}
.table-h .pd-name {
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}
.table-h a:hover .pd-name {
    color: #5A2100;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
    transition: all .5s;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.table-h a.pic:hover {
    opacity: .7;
    transition: all .5s;
}
.table .ic-delete {
    color: #999999;
    font-size: 20px;
}
.table .ic-delete:hover {
    color: #BA7F5F;
}
/*-----table-v-----*/
.table-v {
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}
.table-v tr + tr {
    border-top: 1px dotted rgb(128, 168, 34);
}
.table-v th {
    text-align: left;
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 175px;
    padding: 13px 15px 13px 50px;
}
.table-v strong {
    color: #33611D;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: none;
    top: -25px;
    right: 0px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    font-size: 12px;
}
body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 5px;
    font-size: 15px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}
body .fancybox-close:hover {
    color: #dcdcdc;
}
.fancybox-skin{
    background: transparent!important;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: transparent!important;
}
body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;

}
body .fancybox-wrap .fancybox-inner {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    
}
body .fancybox-wrap .fancybox-inner .lightbox-body{
    
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lightbox-wrapper .btn-box{
    margin: 20px auto 0;
    padding: 0;
}
body .fancybox-skin {
    border-radius: 0px;
}
body .fancybox-nav span {
    visibility: visible;
    background: none;
    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: #FFFFFF;
    font-size: 25px;
    transition: all .5s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(68, 68, 68, .9);
}
body .fancybox-nav span:hover {
    opacity: .7;
    transition: all .5s;
}
body .fancybox-prev span {
    left: 0;
}
body .fancybox-prev span:before {
    content: "\f104";
}
body .fancybox-next span {
    right: 0;
}
body .fancybox-next span:before {
    content: "\f105";
}
body .fancybox-opened .fancybox-title {
    position: relative;
    margin: 15px 0 0 0;
    background: #F7F9E3;
    border-radius: 5px;
    padding: 20px;
}
.photo-pager {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    float: right;
    letter-spacing: 0;
    font-family: 'Exo 2','微軟正黑體', sans-serif;
}
.photo-pager span {
    font-size: 14px;
    letter-spacing: 1px;
}
.photo-title {
    color: #335F1D;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.photo-title:before {
    content: "\e1038";
    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;
    font-size: 13px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
.fancybox-title p {
    color: #666666;
    margin: 0;
}
/*------------ / lightbox ------------*/
/*----- search_form basic -----*/
.search_form .row{
    display: flex;
    justify-content: flex-start;
    max-width: 595px;
}
.search_form .row+.row{
    margin-top: 15px;
}
.search_form .form-box,
.search_form .col{
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

.search_form .col .form-group{
    width: 100%;
}
.search_form .col .form-group + .form-group{
    margin-left: 10px;
}
.search_form .form-group .control-box .form-control {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.search_form .form-group .control-box select option {
    background-color: #f2f2f2; 
    color: #000000; 
}
.search_form .form-group select.form-control{
    margin: 0;
    border: 0;
    color: #fff;
    background: rgba(255,255,255,0.13);
    border-radius: 40px;
    display: block;
    appearance: none;
    background-image: url(../../images/common/option_arrow.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 20px center!important;
    background-size: 8px!important;
}
.msearch_li .form-group select.form-control{
    margin: 0;
    border: 0;
    color: #fff;
    background: rgba(255,255,255,0.13);
    border-radius: 40px;
    display: block;
    appearance: none;
    background-image: url(../../images/common/option_arrow_m.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 8px center!important;
    background-size: auto!important;
}
/*----- search_form basic -----*/
/*----- Custom index Radio Buttons CSS -----*/
.search_form .col .form-group.buy-rent{
    width: auto;
}
.form-group.buy-rent input[type="radio"]{
    display: none;
}
.form-group.buy-rent .control-box.inquiry-radio-type{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.form-group.buy-rent .control-box label{
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    background: #ECE7E4;
    width: 110px;
    height: 40px;
    border-radius: 40px;
    margin: 0;
    padding: 0 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    white-space: nowrap;
    transition: all .5s;
}
.form-group.buy-rent .control-box label + label{
    margin-left: 10px;
}
.form-group.buy-rent .control-box label.checked{
    background: #D39F32;
    color: #fff;
}
/*----- Custom Radio Buttons CSS -----*/
/*----- form-group.keyword-box -----*/
.search_form .col .form-group.keyword-box{
    width: 100%;
}
.search_form .col .form-group.keyword-box .ibtn.search{
    display: none;
}

.keyword-box{
    width: 100%;
    position: relative;
    margin-left: 20px;
}
.keyword-box .form-control {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    background: rgba(255,255,255,0.13);
    border: 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 20px;
}
.keyword-box .close_btn{
    border-radius: 100%;
    background: #fff;
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    right: 10px;
    top: calc(50% - 13px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition:all .5s;
}
.keyword-box .close_btn:hover{
    background:#D39F32;
}
.keyword-box .close_btn .cross{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}
.keyword-box .close_btn .cross::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);  
    position: relative;
    left: -1px;
    transition:all .5s;
}
.keyword-box .close_btn .cross::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);  
    position: relative;
    right: -1px;
    transition:all .5s;
}
.keyword-box .close_btn:hover .cross::before,
.keyword-box .close_btn:hover .cross::after{
    border-color:#fff;
}
/*----- form-group.keyword-box -----*/
/*----- form-box input-box -----*/
/*.form-box.form-bg{
    background: rgba(255,255,255,0.13);
    border-radius: 40px;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
    display: flex;
    align-items: center;
}*/
.form-bg{
    background: rgba(255,255,255,0.13);
    border-radius: 40px;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
    display: flex;
    align-items: center;
}
.form-box .form-group.input-box{
    position: relative;
    display: flex;
    align-items: center;
}
.form-box .form-group.input-box + .form-group.input-box{
    margin-left: 0;
}
.form-box .form-group.input-box + .form-group.input-box::before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    margin: 0 15px;
}
.form-box .form-group.input-box .control-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
}
.form-box .form-group.input-box .control-box span{
    color: #fff;
    width: fit-content;
    font-size: 14px;
    margin-right: 0;
    white-space: nowrap;
}
.form-box .form-group.input-box .control-box label{
    color: #fff;
    width: fit-content;
    font-size: 14px;
    margin-right: 5px;
    white-space: nowrap;
}
.form-box .form-group.input-box .control-box input{
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-bottom-style: solid;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    max-width: 80px;
    height: 20px;
}
/*----- form-box input-box -----*/
/*----- form-box checkbox-box -----*/
.form-group.checkbox-box{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
}
.form-group.checkbox-box .control-box + .control-box{
    margin-left: 25px;   
}
.form-group.checkbox-box .control-box label{
    color: #fff;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 20;
}
.form-group.checkbox-box .control-box label .check{
    margin-right:5px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: #fff;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid rgba(255,255,255,0.5);
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;

}
.control-box.inquiry-type input[type="checkbox"] {
    background: #ECE7E4;
    border: 1px solid #ECE7E4;
}
input[type="checkbox"]::before {
    content: "";
    width: 1.65em;
    height: 1.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #fff;
    transform-origin: bottom left;
    clip-path: polygon(40% 70%, 100% 0, 40% 100%, 0 60%, 14% 46%);
    
}
.control-box.inquiry-type input[type="checkbox"]::before {
    background-color: #000;
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}
/*----- form-box checkbox-box -----*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: #000;
}
.mmenu-show #mobile-search {
    background: #ddd;
}
/* 手機版主選單樣式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);
        -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
/* 手機版主選單樣式2 end */

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #8C7D72;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #959586;
    color: #000;
}
.mmenu-show #mobile-fixed .qty {
    background: #8D9C21;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #7FA721;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    /* color: #fff; */
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}
.mmenu-show #mobile-menu .share {
    float: none;
    margin: 10px 0;
    padding: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/mobile_search_btn.png) 50% 50%  no-repeat;
    background-size: contain;
}
.mmenu-show #mobile-menu .language ul li + li{
    border:none;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    position: relative;
    z-index: unset;
    padding: 0;
    margin: 0;
}

.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after{
    background: #202020;
}
.mmenu-show .toggle-mmenu-cover {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: none;
    transition: all .5s;
}
.mmenu-show #mobile-menu{
    /*left: inherit;
    right: 500px;*/
    background: transparent;
}
.mmenu-show #mobile-menu.mobile-menu-type2{
    width: 100%;
    max-width: 100%;
    /*transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);*/
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu{
    height: auto;
    padding: 10px 40px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu{
    top: 115px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li{
    background: transparent;
    width: auto;
    position: relative;
    left: inherit;
    right: inherit;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    color: #202020;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close{
    right: 0;
}
.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: #fff;
}
.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: transparent;
    top: 75px;
    font-size: 13px;
    z-index: 1000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li{
    
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
    color: #878787;
    transition: all 0.5s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover{
    color: #D39F32;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    background: transparent;
    margin: 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: #fff;
    transition: all .5s;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
    background: transparent;
    padding: 5px 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
    color: #D39F32;
}
.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: #D39F32;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu{
    color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu:before{
    content: '';
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child.active > .toggle-submenu:before{
    content: '';
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu:after{
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 0px);
    transition:all .5s;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child.active > .toggle-submenu:after{
    transform:scale(0);
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    background: rgba(255,255,255,0.13);
    margin: 0 40px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn{
    background: rgba(255,255,255,0.6);
    color: #232323;
    border-radius: 50%;
    line-height: 32px;
    transition: all .5s;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover{
    background: #D39F32;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
    padding: 78px 0 10px;
    background: transparent;
    border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
    color: #fff;
    background: transparent;
    border-bottom: none;
    width: 100%;
    height: 40px;
    min-width: inherit;
    max-width: inherit;
    line-height: inherit;
    border-radius: 0;
    font-size: 14px;
    padding-right: inherit;
    padding: 0;
}
.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: -45px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 18;
    line-height: 105px;
    text-align: center;
    font-size: 12px;
    transition: .5s 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-search.mobile-search-type2 .ibtn.search{
    background-size: unset;
}
.mmenu-show #mobile-search.mobile-search-type2 .ibtn.search{
    display: block;
    background: url(../../images/common/mobile_search_btn.png) 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    z-index: 50;
}
.mmenu-show #mobile-search.mobile-search-type2 .ibtn.search:hover{
    opacity: 0.5
}
.mmenu-show #mobile-search.mobile-search-type2 .keyword-box .close_btn{
    display: none;
}
.mmenu-show #mobile-menu.mobile-fixed-type2 .language-menu .language ul {
    position: relative;
    left: unset;
}

/* 手機版選單改樣式2 end */
/*------------ / mobile_menu ------------*/
/*------------ / modify mobile_menu li and search ------------*/
.mmenu-show #mobile-fixed{
    box-sizing: border-box;
    padding: 18px 86px;
}
.mmenu-show #mobile-fixed::before{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    position: absolute;
    background-color: rgba(255,255,255,0.87);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: -1;
    transition: all .6s ease;
}
.mmenu-show.header-fixed #mobile-fixed::before{
    height: 100%;
}
.mmenu-show #mobile-fixed ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li{
    color: #0E0E0E;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:first-of-type{
    left: inherit;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-txt{
    display: none;
}

.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu_li{
    width: 50px;
/*    background: red;*/
    position: absolute;
    top: 0;
    right: 0;
    flex-shrink: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 10px rgba(33,33,33,0.05);
    border-radius: 60px;
    /*height: 25px;*/
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group{
    position: relative;
    z-index: 5;
}

.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group::before{
    content: '';
    display: block;
    width: 1px;
    height:10px;
    background: #D6D6D6;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    z-index: -1;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group.keyword-box::before{
    display: none;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-control{
    color: #0e0e0e;
    width: 75px;
    height: auto;
    line-height: inherit;
    border: inherit;
    background: inherit;
    border-radius: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    top:1px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon{
    width: 20px;
    height: 10px;
    left: calc(50% - 10px);
    top: calc(50% - 5px);
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    width: 20px;
}

/*-改搜尋樣式-*/
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .keyword-box{
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 10px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .keyword-box .form-control{
    color: #0E0E0E;
    width: 100px;
    padding: 0 10px 0 0;
    border-radius: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li a{
    line-height: 0;
    width: auto;
    height: auto;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li a .ic-m-search{
    font-size: 14px;
}
/*-改搜尋樣式-*/
/* 手機版搜尋燈箱 start */
.mmenu-show #mobile-search.mobile-search-type2 .search-box{
    top: 0;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div{
    padding: 0;
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
    background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form{
    padding: 0;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .btn.search{
    display: none;
}
.mmenu-show #mobile-search.mobile-search-type2 .search_form .row+.row{
    margin: 0;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col{
    flex-wrap: wrap;
    justify-content: center;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col.form-box.form-bg{
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group{
    background: rgba(255,255,255,0.13);
    border-radius: 40px;
    padding: 0 10px;
}

.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group{
    margin-top: 15px;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.buy-rent{
    margin-top: 0;   
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.w50{
    width:calc(50% - 24px);
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.w50+.form-group.w50{
    margin-left: 5px;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.w33{
    width: calc((100% / 3) - 24px);
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.w33+.form-group.w33{
    margin-left: 5px;   
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.checkbox-box .control-box {
    width: auto;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.checkbox-box,
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group.buy-rent{
    background: transparent;
    border-radius: 0;
    padding: 0 ;
    justify-content: center;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .search_div .search_form .col .form-group + .form-group{
    margin-left:0;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-box .form-group.input-box + .form-group.input-box::before{
    display: none;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-box .form-group.input-box .control-box input{
    max-width:100%;
}

/* 手機版搜尋燈箱 end */
/*.mmenu-show #mobile-menu.mobile-menu-type2 {
    width: 66%;
    max-width: 500px;
    left: unset;
    transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    box-shadow: -2px 0 13px rgba(50%,50%,50%,0);
}
.mmenu-show.mmenu-open #mobile-menu.mobile-menu-type2{
    left: unset;
    transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    box-shadow: -2px 0 13px rgba(50%,50%,50%,.2);
}*/
/*------------ / modify mobile_menu li and search ------------*/
@media screen and (max-width: 1440px) {
    /*------------ site-main 1440 ------------*/
    .main-content {
        margin: 0 25px ;
    }
    /*------------ / site-main 1440 ------------*/
}
@media screen and (max-width: 1300px) {
    /*------------ site-header 1300 ------------*/
    .wrapper {
        
    }
    .site-header .container {
        
    }
    .site-title {
        text-align: center;
        padding: 20px 0 ;
    }
    .top-nav {

    }
    .tel-box {
        text-align: center;
    }
    .site-nav .menu,
    .share {
        margin: 0;
        float: none;
        text-align: center;
    }
    .site-nav .menu > li > a {
        padding: 5px 10px;
    }
    .share {
        padding: 20px 0 ;
    }
    /*------------ site-header 1300 ------------*/
    .site-map li + li a::before{
        margin: 0 11px;
    }
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/

    /*------------ / site-header 1280 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        width: calc(100% - 270px);
        padding: 0 0 0 25px;
    }
    /*------------ / side 1280 ------------*/
    /*------------ site-main 1280 ------------*/
    .main-content {

    }
    .main-top {
        
    }
    /*------------ / site-main 1280 ------------*/
}
@media screen and (max-width: 1100px) {
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 10px 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
        display: block;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site-header 1100 ------------*/
    .banner{
        padding-top: 0;
    }
    .nav_box,
    .top-nav,
    .site-nav .menu,
    .share {
        display: none;
    }
    .site-header {
        padding: 10px 0 0;
    }
    /*------------ banner 1100 ------------*/

    /*------------ / banner 1100 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        padding: 0;
        border: 0;
    }
    /*------------ site-main 1100 ------------*/
    .main-content {
        margin: 0 auto;
    }
    .main-content .container {
        display: block;
    }
    .main-top {
        flex-direction: row;
        justify-content: space-between;
        height: 60px;
        padding: 10px 45px;
        box-sizing: border-box;
        margin: 15px auto;
    }
    .content {
        padding: 45px 45px 65px;
        background: rgba(255,255,255,0.6);
    }
    .content.no-bg{
        padding: 0 0 65px;
    }
    .site-header .container{
        padding: 0;
    }
    .breadcrumb_box{
        position: static;
        right: auto;
    }
    .ibtn.gohome{
        position: absolute;
        right: 20px;
        top: calc(50% - 22.5px);
        margin: 0;
        display: none;

    }
    /*------------ / site-main 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .site-footer{
        padding: 40px 0;
    }
    .site-footer .container{
        flex-direction: column;
        margin: 0 auto;
        padding: 0 40px;
    }
    .site-footer .site-info{
        flex-direction: column; 
        width: 100%;
        justify-content: flex-end;  
        margin: 0 auto 25px;

    }
    .site-footer .site-info .info_box .tit{
        text-align: left;
        font-size: 28px;
    }
    .site-footer .site-info .logo_box{
        margin: 0 auto 20px;
        display: none;
    }
    .site-footer .site-map {
        display: none;
    }

    .site-footer .follow {
        width: 100%;
        justify-content: center;
        flex-direction: row;
        margin: 0 auto 25px;
    }
    .footer-bottom{
        max-width: calc(100% - 30px);
        flex-direction: column;
    }
    .gotop{
        width: 50px;
        height: 50px;
        min-width: 50px;
        bottom: 1%;
    }
    /*------------ site-footer 1100 ------------*/
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式2 start */
        padding-top: 60px;
        /* 手機版主選單樣式2 end */
    }
    /* 手機版主選單樣式2 start */
    .site-title {   
        padding: 0;  
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
/*        background: url(../../images/common/logo_m.png) 50% 0 no-repeat;*/
        background-size: contain;
        width: 58px;
        height: 40px!important;
        transition: opacity .5s ease;
    }
    /* 手機版主選單樣式2 end */
    /* 手機版主選單樣式2 start */
    .site-title.site-title-type2{
        position: fixed;
        width: 86px;
        height: 60px;
        top: 0;
        left: 0;
        background: transparent;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 666;
        box-shadow: inherit;
    }
    /* 手機版主選單樣式2 end */
    /*- gotop -*/
    .gotop .arrow_box .line_3,
    .gotop .arrow_box .line_1{
        width: 7px;
    }
    .gotop .arrow_box .line_2{
        width: 13px;
    }
    /*- gotop -*/
    .reminder strong{
        font-size: 21px;
    }
    .btn-box{
        padding: 15px 0 0;
    }
}
@media screen and (max-width: 767px) {
    /*------------ banner 767 ------------*/
    .banner:before {
        display: none;
    }
    /*------------ / banner 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .site-info,
    .site-footer .follow {
        width: 100%;
        border: 0;
        text-align: center;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ site-main 767 ------------*/
    .main-content {

    }

    /*------------ / site-main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 45px;
        width: 100%;
    }
    .pagination {
        position: absolute;
        height: 0;
        bottom: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0;
        float: none;
        text-align: center;
    }
    .products-breadcrumb {
        text-align: left;
        margin: -25px 0 30px 21px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/

    /*------------ / form 767 ------------*/
    .main-title{
        font-size: 20px;
    }
    .relate-title, 
    .content-title{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .relate-title{
        margin: 45px 0 25px;
    }
}
@media screen and (max-width: 600px) {
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 600 ------------*/
    .main-top{
        padding: 10px 30px;
    }
    .content {
        padding: 30px 30px 65px;
    }
    .content.no-bg{
        padding: 0 0 65px;
    }
    .form-box .captcha .input-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .form-box .captcha a{
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
    body .fancybox-wrap .fancybox-inner {
            height: calc(70vh) !important;
    }

}
@media screen and (max-width: 450px) {
    .mmenu-show #mobile-fixed {
        box-sizing: border-box;
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-box{
        padding: 0 10px;
        position: relative;
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group{
        
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group+.form-group::before{
        /*display: none;*/
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-control{
        width: 65px;
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .keyword-box{
        display: flex;
    }

    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .keyword-box .form-control{
        width: 27px;
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    /* 手機版主選單樣式2 start */
    .mmenu-show #mobile-menu.mobile-menu-type2{
        width: 100%;
    }
    /* 手機版主選單樣式2 end */
    .site-title .logo, 
    .header-fixed .site-title .logo{
        width: 200px;
        height: 44px;
    }
}
@media screen and (max-width: 375px) {
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group{
        display: none;
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .form-group.keyword-box{
        display: flex;
        margin: 0;
    }
    .mmenu-show #mobile-fixed.mobile-fixed-type2 .msearch_li .keyword-box .form-control{
        width: 55px;
        padding: 0;
    }
}