@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat: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');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------ basic ------------*/

body {
    font-family: "微軟正黑體", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #868686;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.35px;
}

.wrapper {
    padding-top: 120px;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

h3.name {
    margin: 0;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444;
    border-radius: 0;
    border: solid 1px #666;
    letter-spacing: 0;
    line-height: 1.75;
    font-size: 15px;
}

.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}

button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color: #999;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*---! 隱私權 ---*/

/*------------ btn ------------*/

/*-----back-btn-----*/

.btn.back {
    position: relative;
    width: 188px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

.btn.back i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 3px 0;
    color: #333;
    transition: all 0.3s ease;
    display: none;
}

.btn.back:hover i {
    color: #fff;
}

.btn.back:hover {
    color: #fff;
}

.btn.back:before {
    content: "";
    position: absolute;
    right: auto;
    left: -80px;
    bottom: -80px;
    background: #0F4C80;
    border-radius: 50%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.btn.back:hover:before {
    width: 400px;
    height: 400px;
    opacity: 1;
}

/*-----style01-btn-----*/

.btn.style01 {
    color: #7B5A42;
    line-height: 35px;
    transition: all .2s;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}

.btn.style01 i {
    background: #BC7C58;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    margin: -1px 10px 0 0;
}

.btn.style01:hover {
    background: #7B5A42;
    color: #fff;
    transition: all .2s;
}

.btn.style01:hover i {
    background: #000000;
}

.btn.style01.bg2 {
    color: #777777;
    background: rgba(255, 255, 255, .5);
}

.btn.style01.bg2 i {
    background: #CCCCCC;
}

.btn.style01.bg2:hover i {
    background: #777777;
}

/*-----style02-btn-----*/

.btn.style02 {
    position: relative;
    display: block;
    width: 188px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

.btn.style02 i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}

.btn.style02:hover {
    transition: all 0.3s ease;
    color: #fff;
}

.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}

.btn-box.dib2 .style02:before {
    content: "";
    position: absolute;
    left: auto;
    right: -80px;
    bottom: -80px;
    background: #0F4C80;
    border-radius: 50%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.btn-box.dib2 .style02:hover:before {
    width: 400px;
    height: 400px;
    opacity: 1;
}

.btn.style02.arrowL:before {
    content: "";
    position: absolute;
    right: auto;
    left: -80px;
    bottom: -80px;
    background: #0F4C80;
    border-radius: 50%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.btn.style02.arrowL:hover:before {
    width: 400px;
    height: 400px;
    opacity: 1;
}

.btn.style02.bg2 {
    color: #333;
    border: 1px solid #333;
    background: #fff;
}

/*-----style03-btn-----*/

.btn.style03 {
    position: relative;
    display: block;
    width: 150px !important;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
}

.btn.style03:hover {
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #999988;
}

.btn.style03 i {
    color: #333;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 47px;
    transition: all 0.3s ease;
    margin-top: -3px;
}

.btn.style03:hover, .btn.style03:hover i {
    color: #fff;
}

.btn.style03:before {
    content: "";
    position: absolute;
    right: auto;
    left: -80px;
    bottom: -80px;
    background: #0F4C80;
    border-radius: 50%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.btn.style03:hover:before {
    width: 400px;
    height: 400px;
    opacity: 1;
}

.btn.style03 .ic-zoom-in, .btn.style03 .ic-money, .btn.style03 .ic-typing {
    font-size: 18px;
    margin-left: 5px;
}

.btn.style03 .ic-chevron-thin-right {
    font-size: 17px;
    color: #333;
    margin: -5px 0 -1px 10px;
}

.btn.style03 .ic-chevron-thin-left {
    font-size: 17px;
    color: #333;
    margin: 0 10px -1px 0;
}

/*---- btn-box ----*/

.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
    position: relative;
    display: block;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px solid #e5e5e5;
    margin: 30px 0 0 0;
}

.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}

.btn-box.dib2 .btn {
    display: inline-block;
    width: auto;
    margin: 0 12px 10px;
}

.btn-box.dib2 .style02 {
    padding: 0 26px;
}

.btn-box.dib2 .style02::first-letter, .btn.style02.arrowL::first-letter {
    text-transform: uppercase;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}

.btn-box.has-line:before {
    content: "";
    background: #626154;
    height: 22px;
    width: 1px;
    display: block;
    position: absolute;
    bottom: 50%;
    margin: 0 0 -27px 0;
    left: 50%;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/

.site-header {
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-title {
    position: relative;
    z-index: 100;
    padding: 56px 0 25px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.svg) 0% 0% no-repeat;
    background-size: contain;
    width: 155px;
    height: 30px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*------------top-nav ------------*/

.top-nav {
    font-size: 14px;
    line-height: 31px;
    position: absolute;
    top: 15px;
    right: 35px;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav>ul>li {
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
}

.top-nav ul>li>i {
    font-size: 14px;
    color: #E0AC72;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.top-nav ul>li>a:hover {
    color: #5A2100;
}

/*---- language ----*/

.language {
    position: relative;
}

.language .btn i {}

.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -45px;
    width: 90px;
    border: 1px solid #79796A;
    background: #fff;
}

.language .btn i {
    color: #000000;
    font-weight: bold;
}

.language ul li {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    color: #5B5B52;
}

.language li a {
    transition: all .2s;
    display: block;
}

.language ul li a:hover {
    color: #000000;
    background: #E9D7C1;
}

/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    width: 145px;
    margin: 0 -10px 0;
}

.site-header .search-box .form-control {
    height: 32px;
    line-height: 32px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #9B9B8C;
    border-radius: 0;
    padding: 0 30px 0 10px;
    transition: all .3s ease;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Cormorant', '微軟正黑體', serif;
}

.search-box:hover .form-control, .search-box .form-control:focus {
    transition: all .3s ease;
    background: rgba(255, 255, 255, .5);
}

.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.site-header .search-box:hover a {
    color: #79796A;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.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: #aaa;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.search-box:hover:after {
    color: #0F4C80;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #aaa;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #aaa;
}

/*------------site-nav ------------*/

.site-nav {
    float: right;
    margin: 48px 0px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    vertical-align: middle;
    text-align: right;
}

.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}

.site-nav .menu li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #e5e5e5;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
}

.site-nav .menu li:first-of-type:before {
    display: none;
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li>a {
    position: relative;
    color: #333;
    line-height: 1.2;
    letter-spacing: 0.8px;
    font-size: 18px;
    margin: 0 25px;
    padding: 20px 0 30px;
    transition: all .3s ease;
}

.site-nav .menu>li>a::before, .site-nav .menu>li.active>a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #999999;
    bottom: 15px;
    left: 0;
    transition: all .5s ease;
}

.site-nav .menu>li>a:hover:before, .site-nav .menu>li.active>a:before {
    width: 100%;
}

.site-nav .menu>li>a:hover, .site-nav .menu>li.active>a {
    color: #999999;
    transition: all .3s ease;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 210px;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -105px;
}

.site-nav .menu ul li a {
    text-align: center;
    color: #666;
    padding: 10px 15px;
    display: block;
    background: rgba(247, 247, 247, 0.8);
    backdrop-filter: blur(5px);
    line-height: 1.5;
}

.site-nav .menu ul li a:hover, .site-nav .menu ul ul li a:hover {
    background: #666;
    color: #fff;
}

.site-nav .menu li ul li {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.site-nav .menu li:last-of-type {
    border: 0;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

/*------------share------------*/

.share {
    position: relative;
    display: block;
    margin: 0;
}

.share li span {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.83);
    margin: -4px 0 0 0px;
}

.share li+li {
    margin: 0;
}

.share .btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #AAAAAA;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.share .btn:hover {
    border: 1px solid #fff;
    background: #D2E1E8;
    color: #fff;
}

.share .btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    opacity: 0;
    border-radius: 50%;
    background: #0F4C80;
    pointer-events: none;
}

.share .btn:hover::after {
    -webkit-animation: .5s hoverAni_1 forwards;
    animation: .5s hoverAni_1 forwards;
}

@-webkit-keyframes hoverAni_1 {
    from {
        width: 0%;
        height: 0%;
        opacity: 1;
    }

    to {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}

@keyframes hoverAni_1 {
    from {
        width: 0%;
        height: 0%;
        opacity: 1;
    }

    to {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}

/*------------ / site_header ------------*/

.header-fixed .site-header {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 0;
}

.header-fixed .site-header {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.header-fixed .site-title {
    padding: 15px 0;
    position: relative;
}

.header-fixed .site-nav {
    margin: 0;
    padding: 20px 0 14px;
}

.header-fixed .site-nav .menu>li>a {
    padding: 8px 0;
}

.header-fixed .top-nav {
    display: none;
}

.header-fixed .top-nav>ul {
    background: #fff;
    padding: 3px 10px 4px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.header-fixed .site-nav .menu>li>ul {
    top: 138%;
}

.header-fixed .site-nav .menu>li>a::before, .header-fixed .site-nav .menu>li.active>a:before {
    bottom: 0;
}

.header-fixed .site-nav .menu li::before {
    top: 50%;
}

/*------------ banner ------------*/

.banner {
    position: relative;
    /* max-width: 1820px; */
    width: calc(100vw - 100px);
    margin: 0 auto;
}

.banner .slick-slide img {
    width: 100vw;
}

.banner .item img {
    width: 100vw;
}

/*------------ / banner ------------*/

/*------------ site_main ------------*/

.main-top {
    position: relative;
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
}

.main-top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e5e5e5 transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
    display: none;
}

.main-top.no-border {
    position: relative;
}

.main-title {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}

.main-title .main-title-b {
    color: #636060;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.5;
    font-family: 'Cormorant', '微軟正黑體', serif;
}

.main-title span {
    font-size: 32px;
    color: #333;
    display: block;
    font-family: 'Cormorant', serif;
    line-height: 1.5;
    font-weight: 500;
}

.main-content {
    padding: 60px 0 120px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-title {
    position: relative;
    margin: 0 0 20px;
    color: #636060;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-left: 15px;
}

.content-title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #636060;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/*------------shopping-title ------------*/

.shopping-title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}

.shopping-title i {
    transform: rotate(90deg);
    font-size: 26px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

/*----- plus-title -----*/

.plus-title {
    margin: 0 0 5px;
}

.plus-title i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.plus-tip {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 0 45px;
}

.plus-tip b {
    color: #D41922;
    text-decoration: underline;
}

/*------------ warning ------------*/

.warning-sect {
    padding-bottom: 70px;
    display: none;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    background: #F1F1F1;
    padding: 80px 0;
}

.site-footer .container {
    position: relative;
    display: flex;
}

.site-footer .col {
    position: relative;
}

.site-footer .title {
    color: #636262;
    font-size: 20px;
    font-weight: bold;
    font-family: "Cormorant", sans-serif;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    display: inline-block;
}

.site-footer .title::after {
    content: "";
    display: block;
    margin: 15px 0 0;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}

/* info */

.site-footer .site-info {
    width: 33%;
    color: #5F5F5F;
    display: table-cell;
    vertical-align: top;
}

.site-info .info_box {
    display: block;
}

.site-info-p {
    list-style: none;
    padding: 0;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
}

.site-info-p a:hover {
    color: #AAAAAA;
}

.site-info-p li+li {
    padding: 7px 0 0 0;
}

.site-info-p b {
    position: relative;
    font-family: 'Cormorant', serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 15px;
}

/* map */

.site-footer .site-map {
    position: relative;
    padding: 0 15px;
    width: 33%;
}

.site-map-box {
    position: relative;
    color: #606060;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.site-map-box ul {
    display: inline-block;
    vertical-align: top;
}

.site-map-box ul+ul {
    margin-left: 50px;
}

.site-map-box li+li {
    padding: 8px 0 0 0;
}

.site-map ul a {
    position: relative;
    padding-left: 20px;
    transition: all 0.3s ease;
}

.site-map ul a:hover {
    color: #AAAAAA;
}

.site-footer .site-share {
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.site-footer .site-share .follow {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-footer .qr-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    min-width: 74px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.footer-bottom {
    color: #535353;
    font-size: 13px;
    position: relative;
    text-align: right;
    padding: 10px 0 0;
    line-height: 1.5;
}

.footer-bottom a:hover {
    color: #AAAAAA;
}

.footer-bottom .author {
    padding-right: 15px;
    position: relative;
}

.footer-bottom .author::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    top: 0;
    right: 5px;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.facybox-margin {
    display: block;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 301;
}

.fb_right {
    width: 135px;
    height: 45px;
    display: block;
    background: url('../../images/common/fb.png');
}

.floating .gotop {
    display: none;
}

.gotop {
    display: block;
    width: 120px;
    height: 100px;
    left: 50%;
    top: -135px;
    transform: translateX(-50%);
    z-index: 50;
    position: absolute;
    transition: all 0.3s ease;
}

.gotop .line {
    position: absolute;
    height: 50px;
    width: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gotop .line::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    display: block;
    background: #666666;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    height: 50px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.gotop .line::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    background: #666666;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -2px;
    transition: all 0.3s ease;
}

.gotop .circle {
    position: absolute;
    width: 100px;
    height: 100px;
    font-weight: 600;
    font-family: 'Cormorant', serif;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.gotop .circle:root {
    --main-color: #666;
}

.gotop .circle>svg {
    fill: var(--main-color);
    width: 100%;
    height: 100%;
    font-size: 50px;
    letter-spacing: 2px;
}

.gotop .circle>svg:hover {
    animation: circleText 10s linear infinite;
}

@keyframes circleText {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #666;
    position: relative;
    font-size: 13px;
    margin: 0 0 45px;
}

.breadcrumb:before {
    content: "\e1021";
    color: #666;
    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;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    color: #aaa;
}

.side .breadcrumb {
    margin: 0 0 10px;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 260px;
    float: left;
    padding: 68px 0 0 0;
}

.has-side .content {
    width: calc(100% - 310px);
    float: right;
}

.side-nav {
    position: relative;
}

.side-nav.has-bg {
    position: relative;
}

.side-nav>li {
    margin: 0 0 10px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}

.side-nav li a {
    display: block;
}

.side-nav>li>a {
    position: relative;
    font-size: 16px;
    color: #333;
    background: #EEEEEE;
    padding: 13px 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
}

.side-nav>li>a:hover, .side-nav>li.active>a {
    background: #333;
    color: #fff;
}

.side-nav ul li a {
    padding: 9px 10px 9px 32px;
}

.side-nav ul li a:before {
    content: "";
    width: 22px;
    height: 9px;
    display: block;
    position: absolute;
    background: url('../../images/common/side_ic.png');
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
    opacity: 0;
}

.side-nav ul {
    display: none;
    padding: 10px 0;
    background: #f9f9f9;
}

.side-nav ul li a:hover {
    color: #fff;
    background: #000;
}

.side-nav ul li a:hover:before {
    opacity: 1;
}

.side-nav>li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #999;
    font-size: 15px;
    box-sizing: border-box;
}

.pagination li.active a:after {
    content: "/";
    color: #999;
    margin: 0 0 0 7px;
    display: inline-block;
}

.pagination li a:hover, .pagination li.active a {
    color: #333;
}

.pagination li a.controls {
    margin: 0 10px -3px;
    color: #999;
    min-width: auto;
    font-size: 17px;
    width: 26px;
    height: 26px;
    line-height: 31px;
    border-radius: 50%;
}

.pagination li a.controls:hover, .pagination li.active a.controls {
    color: #333;
}

.pagination li a.controls.next {
    margin: 0px 5px -3px;
}

.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: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}

/*------------ / pagination ------------*/

/*------------ had-bg ------------*/

.has-bg {
    position: relative;
}

.table-bg {
    padding: 20px;
}

.has-img:before {
    content: "\e1009";
    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;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    color: #fff;
    font-size: 33px;
    width: 55px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}

/*------------ / had-bg ------------*/

/*------------ form ------------*/

/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px;
    color: #666659;
    line-height: 1.75;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.reminder strong {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 0 0 5px 0;
    display: block;
}

.reminder p {
    margin: 0;
}

.reminder b {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 17px;
}

.reminder b:before {
    content: "*";
    display: inline-block;
    vertical-align: middle;
    color: red;
    margin: 0 8px 0 0;
    font-size: 16px;
}

/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 97px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 36px;
    width: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #816149;
    border: 1px solid #816149;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    z-index: 1;
}

.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    position: absolute !important;
    z-index: 0;
    top: 9px;
    border: 2px solid #7B5A42;
}

.qty-box .btn:hover {
    background: #776255;
    color: #fff;
}

.qty-box .add {
    left: 2px;
}

.qty-box .less {
    right: 2px;
}

/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666666;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}

.form-control:focus {
    outline: none;
    border-color: #333;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}

.form-box .form-group {
    padding: 5px 0 10px;
}

.form-box .control-label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #333;
}

.form-box .control-box .static-control {
    margin: 0px 0 15px;
}

.form-box .control-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 120px);
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label, .form-box-block .control-box {
    display: block;
    width: auto;
}

.no-padding .control-label {
    padding: 0;
}

/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #5A2100;
    font-weight: bold;
    margin: -4px 0 36px;
}

/*-----form-wrap-----*/

.form-wrap {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 95px;
    position: relative;
    box-shadow: 5px 5px 50px 5px rgb(0 0 0 / 5%);
}

.form-box {
    max-width: 585px;
    margin: 0 auto;
    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;
    color: #333;
}

.form-box .required:before {
    content: "*";
    position: absolute;
    display: block;
    color: red;
    font-size: 16px;
    top: 5px;
    left: 0;
}

/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #777777;
    transition: transform .3s;
    margin: 0 0 0 5px;
}

.form-box .captcha a:hover i {
    color: #A57038;
}

/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    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: #AC8D5F;
    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 5px 0;
}

.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, .form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before, .form-checkbox.checked:before {
    background-position: 0 100%;
}

/*-----success-box-----*/

.success-box {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    box-shadow: 5px 5px 50px 5px rgb(0 0 0 / 5%);
}

.success-box .msg {
    color: #333;
    font-size: 20px;
}

.success-box .msg b {
    background: #686859;
    line-height: 53px;
    display: inline-block;
    color: #fff;
    font-size: 37px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 23px;
    margin: 10px 0 0 0;
    min-width: 330px;
    box-sizing: border-box;
}

.success-box a {
    color: #592000;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}

/*------------ / form ------------*/

/*------------ lightbox ------------*/

body .fancybox-opened .fancybox-title {
    text-align: right;
}

body .fancybox-close {
    background: none;
    color: #FFFFFF;
    position: static;
}

body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    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;
}

body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}

body .fancybox-close:hover {
    color: #DCDDD5;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/*---- alert-fancybox ----*/

#alert-fancybox {
    display: none;
}

/*------------ fancybox ------------*/

body .fancybox-album .fancybox-skin {
    margin: 0 auto 150px;
}

body .fancybox-nav span {
    visibility: visible;
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    background-position: 0 100%;
    left: -60px;
}

body .fancybox-nav span:hover {
    background-position: 0 0;
}

body .fancybox-next span {
    left: auto;
    transform: rotate(180deg);
    right: -60px;
}

.photo-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}

.photo-title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}

.photo-intro {
    font-size: 14px;
    color: #2F2F2F;
    line-height: 2;
}

.photo-pager {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}

.photo-pager b {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}

body #fancybox-thumbs ul li {
    background: transparent;
    padding: 10px;
    opacity: 1;
}

body #fancybox-thumbs ul li a {
    border: 0;
    background: none;
    outline: none;
}

body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 10px;
}

body #fancybox-thumbs ul li a:before, body #fancybox-thumbs ul li a:after {
    position: absolute;
    opacity: 0;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:before {
    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: #fff;
    top: 50%;
    left: 50%;
    font-size: 28px;
    margin: -14px 0 0 -14px;
    z-index: 10;
}

body #fancybox-thumbs ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(53, 53, 38, .8);
}

body #fancybox-thumbs ul li.active a:before, body #fancybox-thumbs ul li.active a:after, body #fancybox-thumbs ul li a:hover:before, body #fancybox-thumbs ul li a:hover:after {
    opacity: 1;
    transition: all .2s;
}

/*------------ / lightbox ------------*/

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background: #333;
}

.mmenu-show #mobile-search {
    background: #333;
}

.mmenu-show #mobile-menu .main-menu {
    background: #fff;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #333;
}

.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: #333;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #333;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #333;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}

.mmenu-show #mobile-menu .menu li a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #999;
}

.mmenu-show #mobile-menu .share .btn {}

.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 .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.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 .wrapper {
    padding-top: 40px;
    position: relative;
    left: 0;
    transition: all .3s ease;
}

.mmenu-show #mobile-search .form-control {
    border-radius: 0;
}

/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1470px) {
    .banner{
        width: 100vw;
    }
}
@media screen and (max-width: 1440px) {
    /*------------ site-footer 1440 ------------*/
    .site-footer .follow, .site-info-qr {
        display: inline-block;
        vertical-align: top;
    }
    .share {
        margin: 0 0 0 30px;
    }
    .site-info-qr {
        margin: 0 35px 0 0;
    }
    .site-map-box ul+ul {
        margin-left: 30px;
    }
    /*------------ /site-footer 1440 ------------*/
}
@media screen and (max-width: 1350px) {
    /*------------ site-header 1350 ------------*/
    .header-fixed .site-nav .menu>li>a {
        padding: 15px 10px ;
        margin: 0;
    }
    .site-nav .menu>li>a {
        margin: 0 10px;
    }
    /*------------ /site-header 1350 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .header-fixed .menu {
        padding: 0;
        width: 100%;
        float: right;
    }
    /*------------ /site-header 1280 ------------*/
    .header-fixed .site-title {
        top: 7px;
    }
}
@media screen and (max-width: 1150px) {
    .site-footer .site-info {
        width: 30%;
    }
    .site-footer .site-map {
        width: 40%;
    }
    .site-footer .site-share {
        width: 30%;
    }
    .share .btn {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .footer-bottom {
        font-size: 12px;
    }
    .site-info-p b {
        font-size: 16px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .wrapper {
        padding-top: 40px;
    }
    /*------------ 隱私權手機板 ------------*/
    .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: 0;
    }
    .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 1024 ------------*/
    .site-nav, .top-nav {
        display: none;
    }
    .site-header {
        padding: 0;
        position: static;
        background: #fff;
    }
    .site-title {
        position: relative;
        text-align: center;
        padding: 20px 0;
        margin: 0 auto;
        float: none;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 180px;
        height: 35px;
    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-title {
        position: static;
    }
    /*------------ /site-header 1024 ------------*/
    /*------------ main-content 1024 ------------*/
    .main-content {
        padding: 25px 0 80px;
    }
    .main-top {
        padding: 0 0 20px;
    }
    /*------------ /main-content 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .follow,
    .site-footer .site-map-box {
        display: none;
    }
    .site-footer {
        text-align: center;
        padding: 50px 0;
    }
    .site-footer .qr-inner,
    .site-info-qr,
    .site-footer .col-r {
        margin: 0;
    }
    .site-info-p {
        display: block;
        margin: 0;
    }
    .site-footer .col-r p .author {
        display: block;
        margin: 0;
    }
    .site-footer .site-map {
        display: block;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .site-footer .links li {
        width: 25%;
    }
    /*------------ /site-footer 1024 ------------*/
    /*------------ site-footer 600 ------------*/
    .gotop {
        display: none;
    }
    /*------------ /site-footer 600 ------------*/
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        left: 50%;
        bottom: 5px;
        top: auto;
        transform: translateX(-50%);
    }
    .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;
        bottom: 100%;
    }
    /*------------ /floating 600 ------------*/
    .site-footer .site-share {
        width: 100%;
        padding: 0;
    }
    .site-info .info_box {
        display: block;
    }
    .site-footer .site-share .follow {
        justify-content: center;
        flex-direction: column-reverse;
    }
    .footer-bottom {
        text-align: center;
    }
    .share {
        margin: 10px 0 0;
    }
    .site-footer .site-map .title {
        margin: 0 0 30px 0;
        display: none;
    }
    .site-info-p li+li {
        padding: 0 0 0 0;
    }
    .main-title span {
        font-size: 30px;
    }
    .content-title {
        font-size: 15px;
    }
    .has-img:before {
        display: none;
    }
    .site-footer .container,
    .site-footer .site-info,
    .site-footer .site-map {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 900px) {
    /*------------ site-footer 900 ------------*/
    .site-footer .link-list li:nth-child(3n+1) {
        clear: none;
    }
    /*------------ / site-footer 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .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: -29px;
        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 0 10px;
    }
    /*------------ /breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap {
        padding: 60px 15px;
        box-shadow: 5px 5px 50px 5px rgb(0 0 0 / 10%);
    }
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .success-box .msg b {
        font-size: 1.4em;
        min-width: auto;
    }
    /*------------ /form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: auto;
        right: 0px;
    }
    /*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 600px) {
    .btn-box.dib2 .style02 {
        padding: 0 16px;
        margin: 0 5px 10px;
    }
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ /form 500 ------------*/
    .site-info-p b {
        padding-right: 10px;
    }
    .site-info-p {
        text-align: left;
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    /*------------ btn-box 400 ------------*/
    .btn-box.has-line:before {
        display: none;
    }
    /*------------ /btn-box 400 ------------*/
}